@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600&display=swap");

:root {
  --primary-color: #00357a;
  --secondary-color: #ff751f;
}
.primary-color {
  color: var(--primary-color) !important;
}
.secondary-color {
  color: var(--secondary-color) !important;
}
.edit-link {
  display: none !important;
}
/* loader start */
.progress-bar {
  position: absolute;
  top: 50%;
  height: 1.1px;
  background: var(--primary-color);
}
::placeholder {
    color: #000 !important;
}
select#ff_3_dropdown,
select#ff_3_dropdown_2 {
    color: #000 !important;
	font-size: 18px;
	font-family: 'Raleway';
	font-weight: bold;
}
.ff-el-input--content select#ff_3_2_dropdown, .ff-el-input--content select#ff_3_2_dropdown_2 {
    font-size: 18px !important;
    font-family: 'Raleway' !important;
    color: rgb(0, 0, 0) !important;
    appearance: none !important;
}

.count {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  font-weight: 100;
  font-size: 3em;
  margin-top: -1.33em;
  color: var(--secondary-color);
}
.complte-prlod {
  background: #fff;
  position: fixed;
  z-index: 111;
  width: 100%;
  height: 100%;
  top: 0;
  animation: heit 0.3s ease-out 5.4s both;
}
@keyframes heit {
  to {
    opacity: 0;
  }
}
/* loader end */
/***** General CSS *****/
body {
  word-break: break-word;
  font:
    15px/25px "Poppins",
    sans-serif;
  color: #393939;
  overflow-x: hidden;
  cursor: none;
}
a {
  text-decoration: none;
  white-space: initial;
}
a:hover,
a:focus {
  text-decoration: none;
}
a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
img {
  max-width: 100%;
}
input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}
select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}
p {
  font-weight: 500;
  line-height: 1.2;
}
/***** Font Files *****/
@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
  src:
    url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff) format("woff"),
    url(../fonts/fontawesome-webfont.ttf) format("truetype"),
    url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: albramed;
  src: url("../fonts/albmed.otf");
  font-weight: 500;
}
/***** Custom Classes *****/
.noPadding {
  padding: 0;
}
.noLeft {
  padding-left: 0;
}
.noRight {
  padding-right: 0;
}
.centerCol {
  float: none;
  margin: 0 auto;
}
.pt_8 {
  padding-top: 80px;
}
.pb_8 {
  padding-bottom: 80px;
}
.py_8 {
  padding: 80px 0px;
}
.theme_btn {
  /* padding: 15px 25px; */
  border: unset;
  /* border-radius: 15px; */
  color: #ffffff;
  z-index: 1;
  background: var(--primary-color);
  position: relative;
  font-size: 20px;
  -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  transition: all 250ms;
  overflow: hidden;
  display: inline-block;
  width: 20%;
  height: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 35px;
  border-top-right-radius: 35px;
}
.theme_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 35px;
  border-top-right-radius: 35px;
  background-color: var(--secondary-color);
  /* background-color: #12263e; */
  z-index: -1;
  -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  transition: all 250ms;
}
.theme_btn:hover {
  color: #fff;
}
.theme_btn:hover::before {
  width: 100%;
}
.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}
h1 {
  font-family: "Poppins", Sans-Serif;
  font-size: 55px;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}
h2 {
  font-family: "Poppins", Sans-Serif;
  font-size: 55px;
  line-height: 1.2;
  color: #393939;
  font-weight: 500;
  margin: 0 0 30px;
}
h3 {
  font-family: "Poppins", Sans-Serif;
  font-size: 30px;
  line-height: 1.2;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}
h4 {
  font-family: "Poppins", Sans-Serif;
  font-size: 24px;
  line-height: 1.2;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}
h5 {
  font-family: "Poppins", Sans-Serif;
  font-size: 20px;
  line-height: 1.2;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}
h6 {
  font-family: "Poppins", Sans-Serif;
  font-size: 18px;
  line-height: 1.2;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}
select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}
::-webkit-input-placeholder {
  color: #575757;
}
::-moz-placeholder {
  color: #575757;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #575757;
}
:-moz-placeholder {
  color: #575757;
  opacity: 1;
}
/*header css start */
.menuSec {
  padding: 0px 0;
}
.menuSec img {
  margin: 0;
  width: 40%;
  /* height: 70px; */
}
.menuSec li ul {
  display: none;
}
.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: var(--primary-color);
  /* padding: 10px 23px; */
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.3s ease-in-out;
}
.menuSec ul li a:hover {
  transform: scale(1.2);
  color: var(--secondary-color) !important;
}
.menuSec ul li:last-child a:after {
  display: none;
}
.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #28b16d;
}
.menuSec li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: var(--primary-color);
  left: -100%;
  width: max-content;
  text-align: left;
  top: 19px;
}
.menuSec li > ul > li > a {
  border: none;
  padding: 18px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 15px;
  line-height: 20px;
}
.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;
  margin: 0;
}
.menuSec li > ul > li > a:before,
.menuSec li > ul > li > a:after {
  display: none;
}
.menuSec li:hover li {
  float: none;
}
.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}
.menuSec ul ul ul {
  left: 100%;
  top: 0;
}
.menuSec ul:before,
.menuSec ul:after {
  /* content: " "; */
  display: table;
}
.menuSec ul:after {
  clear: both;
}
#menu .fa-angle-down:before {
    content: "\f107";
    right: -23px;
    position: absolute;
    top: -4px;
    color: #ff751f;
    font-size: 19px;
}
.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}
.droopdwon li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 40px;
}
.droopdwon {
  float: left;
}
.droopdwon li:hover li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}
/*header css start */
.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

ul#menu li:last-child {
    color: var(--primary-color);
}
/*banner css start */
/* Tab slider fix  */
.tab_sec .tab-pane {
  display: block;
  border: 0;
  height: 0;
}
.tab_sec .tab-pane.active {
  display: block !important;
  height: auto;
}
/* Tab slider fix  */
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  width: 100%;
}
.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}
.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}
.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}
.carousel-control.right {
  right: 0px;
}
.carousel-control.left {
  left: 0px;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 12px;
  padding: 0;
  margin: 3px !important;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  /* transition: opacity 0.6s ease; */
  border-radius: 20px;
}
.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
}
.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}
.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}
/*banner css end*/
.blog_sec {
  padding: 5% 0;
}
/* Tabs  */
.tab_sec .nav-tabs .nav-link.active {
  background: #242889;
  color: #fff;
}
.tab_sec .nav-tabs .nav-link {
  background: #ccc;
  border-radius: 50px;
  color: #000;
  padding: 7px 28px;
}
.tab_sec .nav-tabs {
  border: none;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}
/* Tabs  */
/* hedr banr start */
.carousel-caption {
  background: #ffffffad;
}
a:visited {
    color: #fff;
}
header {
  /* position: absolute; */
  width: 100%;
  z-index: 11;
  /* border-bottom: 1px solid #0000003d; */
  /* background: #12263e; */
  padding: 10px 0;
}
.menuSec ul {
  display: flex;
  justify-content: space-between;
  /* gap: 2%; */
  margin-bottom: 0;
  align-items: center;
}
.fa-phone:before {
    margin-right: 7px;
}
.menuSec {
  /* height: 90px; */
  display: flex;
  align-items: center;
}
.container-fluid {
  padding: 0 5%;
}
.banner_text {
  text-align: center;
  /* margin-top: 2%; */
}
.banner_text h5 {
  font-family: "Raleway";
  font-weight: 300;
  font-size: 35px;
  color: var(--primary-color);
  margin-bottom: 0;
}
.banner_text h1 {
  font-size: 50px;
  color: var(--secondary-color);
  font-family: albramed;
  line-height: 65px;
  text-transform: capitalize;
}
.banner_text h1 span {
  color: var(--primary-color);
}
.banner_text p {
  font-family: "Raleway";
  font-weight: 500;
  /* color: #000; */
  font-size: 19px;
  width: 75%;
  margin: 0 auto;
  margin-top: 30px;
  line-height: 30px;
}
.banner_text a.theme_btn {
  margin-top: 25px;
}
.carousel-indicators {
  position: absolute;
  right: 5% !important;
  z-index: 2;
  padding: 0 !important;
  list-style: none;
  bottom: 45% !important;
  display: block !important;
  left: unset;
  margin: unset;
}
.carousel-control.right {
  right: 0px;
}
.carousel-control.left {
  left: 0px;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 13px 0px !important;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000;
  background-clip: padding-box;
  border: 0;
  opacity: 1;
  transition: opacity 0.6s ease;
  border-radius: 50%;
}
.carousel-indicators .active {
  margin: 0;
  background-color: var(--secondary-color);
  width: 13px;
  height: 13px;
}
.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #000;
  width: 12px;
  height: 12px;
  margin: 0;
}
section.main_slider {
  position: relative;
  padding-bottom: 50px;
}
section.main_slider:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 217px;
  bottom: -2%;
  left: 0;
  background: url(../images/baner-aftr.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.menuSec ul li a.theme_btn:hover {
  color: #fff;
}
.menuSec ul li a.theme_btn {
  width: 100%;
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
/* hedr banr end */
/* abt start */
.abt-main:hover img {
  filter: drop-shadow(2px 4px 6px black);
  transform: scale(0.9);
}
.abt-main img {
  transition: 0.3s ease-in-out;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 8px solid var(--secondary-color);
  object-fit: cover;
}
.why-chos-img:hover img:not(.why-chose-bck img) {
  filter: drop-shadow(2px 4px 6px black);
  transform: scale(0.9);
}
.why-chos-img img:not(.why-chose-bck img) {
  transition: 0.3s ease-in-out;
}
.why-chos-txt ul li:hover span {
  color: var(--secondary-color);
}
.about-sec-img {
  position: relative;
  text-align: center;
}
.abt-smal {
  position: absolute;
  top: -13%;
  left: 4%;
  z-index: 1;
  animation: 2s ritbonc ease-in-out infinite alternate;
}
@keyframes ritbonc {
  from {
    transform: rotate(10deg);
  }
  to {
    transform: rotate(-10deg);
  }
}
.abt-ply {
  position: absolute;
  bottom: -5%;
  left: 9%;
  transition: 0.3s ease-in-out;
  width: 25%;
}
.abt-ply:hover {
  opacity: 0.8;
}
.abt-ply:after {
  content: "";
  position: absolute;
  width: 70%;
  height: 70%;
  right: 65%;
  bottom: 0;
  border: 3px solid #000;
  border-radius: 50%;
  z-index: -1;
  animation: rottt 3s linear infinite;
}
@keyframes rottt {
  to {
    transform: rotateY(180deg);
  }
}
section.about {
  /* padding: 6% 0; */
  position: relative;
  overflow-x: hidden;
  padding-top: 9%;
  padding-bottom: 2%;
}
section.about::after {
  /* content: ''; */
  position: absolute;
  width: 6%;
  height: 20%;
  background: url(../images/abt-sec-mop.png);
  right: -1%;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  transform: rotate(-8deg);
  animation: mop 2s ease-in-out infinite alternate;
}
@keyframes mop {
  from {
    transform: rotate(-8deg);
  }
  to {
    transform: rotate(20deg);
  }
}
.abt-main {
  position: relative;
}
.abt-main:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 485px;
  background: url(../images/abt-main-aftr.png);
  right: 5%;
  background-repeat: no-repeat;
  background-size: contain;
  top: -10%;
  animation: trskw 5s ease-in-out infinite alternate;
  z-index: -1;
}
@keyframes trskw {
  from {
    transform: rotateY(0deg);
    right: 5%;
  }
  to {
    right: 45%;
    transform: rotateY(180deg);
  }
}
.abt-txt-side h6 {
  font-family: "Raleway";
  font-weight: 400;
  font-size: 26px;
  color: var(--secondary-color);
  margin-bottom: -1px;
}
.abt-txt-side h3 {
  font-family: "albramed";
  font-size: 45px;
  color: var(--primary-color);
  color: var(--primary-color);
  font-weight: 300;
  margin-bottom: 15px;
}
.abt-txt-side p {
  font-family: "Raleway";
  font-weight: 400;
  font-size: 18px;
  line-height: 31px;
  margin-bottom: 9%;
}
.abt-belw-img img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(49%) sepia(100%) saturate(1806%)
    hue-rotate(346deg) brightness(104%) contrast(101%);
}
.abt-belw .abt-belw-img {
  position: relative;
}
.abt-belw-img.two:after {
  animation-delay: 0.4s;
}
.abt-belw .abt-belw-img:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #d8dbe487;
  left: 0;
  top: -10px;
  animation: 2s ease-in-out float infinite;
  z-index: -1;
}
@keyframes float {
  0% {
    transform: translatey(-5px);
  }
  50% {
    transform: translatey(20px);
  }
  100% {
    transform: translatey(-5px);
  }
}
.abt-belw h3 {
  font-family: "Raleway";
  font-size: 24px;
  /* width: 90%; */
  font-weight: 500;
  color: #1239ac;
  color: var(--primary-color);
  margin-top: 5%;
}
.abt-belw p {
  /* font-family: "Raleway"; */
  /* color: #000; */
  /* font-size: 16px; */
  /* font-weight: 400; */
}
.abt-txt-side a.theme_btn {
  width: 27%;
  font-size: 22px;
  height: 60px;
}
.qut-abs {
  position: relative;
}
.qut-abs i {
  position: absolute;
  right: 1%;
  color: #000;
  width: 5%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 6%;
  background: #fff;
  pointer-events: none;
}
.top-serch-cat ul li:nth-child(3) {
  position: relative;
}
.top-serch-cat ul li:nth-child(3) i {
  position: absolute;
  right: 1%;
  width: 10%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 7%;
  background: #fff;
  pointer-events: none;
}
/* abt end */
/* why chos start */
.what-do-bx:hover .what-abs-img {
  bottom: 12%;
}
.what-do-bx .what-abs-img {
  transition: 0.4s ease-in-out;
}
.why-chos-img {
  position: relative;
}
.why-vip {
  position: absolute;
  top: -7%;
  right: 37%;
  animation: lftrt 4s linear infinite alternate;
}
@keyframes lftrt {
  to {
    transform: rotate(-80deg);
  }
}
.why-vacm {
  position: absolute;
  bottom: 20%;
  animation: lftrt 4s linear infinite alternate;
}
.why-brsh {
  position: absolute;
  right: -5%;
  bottom: 54%;
  animation: lftrt 4s linear infinite alternate;
}
section.why-chos {
  background: url("../images/why-chos-bg.jpg");
  width: 100%;
  background-size: cover;
  /* height: 1199px; */
  display: flex;
  align-items: center;
  background: #e8f0fb;
  padding: 5% 0 11% 0;
}
.why-chos2 {
	text-align: right;
    z-index: 1;
    position: relative;
    width: 408px;
    max-height: 150px;
    transform: rotate(349deg);
    margin-left: auto;
  img {
    border: 7px solid #fff;
    border-radius: 5px;
  }
}
.why-chose-bck {
	position: absolute;
	width: 560px;
	height: 560px;
	z-index: 0;
	animation: whyrotat 40s linear infinite;
	display: block;
	margin: 0 auto;
	left: 11%;
	top: -28%;
}
.why-chose-bck:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px dashed #000000;
  top: 0;
  border-radius: 50%;
}
@keyframes whyrotat {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.why-chose-bck:before {
  content: "";
  position: absolute;
  width: 85%;
  height: 85%;
  border: 2px dashed #000000;
  top: 8%;
  border-radius: 50%;
  left: 8%;
}
section.why-chos .container-fluid {
  padding-right: 6%;
}
.why-chos-txt h4 {
  font-family: "Raleway";
  font-size: 26px;
  font-weight: 400;
  color: var(--secondary-color);
}
.why-chos-txt h3 {
  font-family: "albramed";
  font-size: 43px;
  color: var(--primary-color);
  color: var(--primary-color);
  font-weight: 400;
  margin-bottom: 5%;
}
.why-chos-txt ul li {
  display: flex;
  gap: 5%;
  align-items: anchor-center;
  margin-bottom: 24px;
}
.why-chos-txt ul li p span {
  font-family: "Raleway";
  font-weight: 500;
  font-size: 28px;
  color: var(--primary-color);
  display: block;
  line-height: 43px;
  margin-bottom: -1px;
}
.why-chos-txt ul li p {
  font-family: "Raleway";
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 0;
}
.why-chos-txt img {
  filter: brightness(0) saturate(100%) invert(49%) sepia(100%) saturate(1806%)
    hue-rotate(346deg) brightness(104%) contrast(101%);
  max-width: 29px;
}
.why-chos1 {
	position: relative;
    width: 300px;
    max-height: 150px;
    transform: rotate(11deg);

  transform: rotate(11deg);
  img {
    border: 7px solid #fff;
    border-radius: 5px;
  }
}
/* why chos end */
/* what we do start */
.what-do-img img {
  width: inherit;
}
.what-do-img {
  position: relative;
}
.what-abs-img {
  position: absolute;
  bottom: 4%;
  left: 3%;
  z-index: 1;
}
.what-do-img h3 {
  position: absolute;
  right: 2%;
  top: 3%;
  margin-bottom: 0;
  background: #fff;
  width: 28%;
  height: 40px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  font-weight: 500;
  z-index: 1;
  transition: 0.3s ease-in-out;
}
.what-do-txt {
  text-align: center;
  padding: 7%;
/*   box-shadow: 0px 0px 10px 0px #0000002b;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px; */
}
.what-do-txt h5 {
  font-family: "Raleway";
  font-weight: 500;
  font-size: 25px;
  color: var(--primary-color);
  margin-bottom: 30px;
}
.what-do-txt p {
  font-family: "Raleway";
  font-weight: 400;
  font-size: 18px;
  /* color: #000; */
  line-height: 27px;
  margin-bottom: 5%;
}
.what-do-txt a.theme_btn {
  width: 100%;
  font-size: 24px;
  font-weight: 400;
}
.slick-active {
  opacity: 1;
}
.slick-list.draggable {
  padding: 1% 0;
}
section.what-we-do {
  padding: 5% 0;
}
section.what-we-do a.theme_btn:not(.what-do-txt a.theme_btn) {
  margin: 0 auto;
  width: 25%;
  height: 64px;
  font-size: 25px;
  margin-top: 2%;
}
.hedng {
  text-align: center;
}
.hedng h5 {
  font-family: "Raleway";
  font-weight: 400;
  font-size: 30px;
  color: var(--secondary-color);
  margin-bottom: 0;
}
.hedng h3 {
  font-family: "albramed";
  font-weight: 500;
  font-size: 45px;
  color: var(--primary-color);
  color: var(--primary-color);
}
section.what-we-do .slick-next::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  opacity: 1;
  color: #000;
}
section.what-we-do .slick-prev,
section.what-we-do .slick-next {
  width: 55px;
  height: 55px;
  background: #fff;
  border-radius: 50%;
  top: 30%;
  opacity: 1;
  box-shadow: 0 0 10px 0 #00000042;
}
section.what-we-do .slick-prev {
  left: 0%;
  opacity: 1;
  z-index: 1;
}
section.what-we-do .slick-next {
  right: 0%;
}
section.what-we-do .slick-prev::before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  opacity: 1;
  color: #000;
}
section.what-we-do .slick-prev:hover,
section.what-we-do .slick-next:hover {
  background: var(--primary-color);
}
section.what-we-do .slick-prev:hover:before,
section.what-we-do .slick-next:hover:before {
  color: #fff;
}
/* what we do end */

/* work togthr strat */
section.work-togthr {
  background-color: var(--primary-color);
  height: 350px;
  /* display: flex; */
  /* align-items: center; */
  position: relative;
  margin-top: 0%;
}
.work-togthr h3 {
  font-family: "albramed";
  font-size: 63px;
  color: #fff;
  font-weight: 100;
  margin-bottom: 0;
}
.work-togthr .row {
  align-items: center;
  padding-top: 5%;
}
.work-togthr a.theme_btn {
  float: right;
  width: 60%;
  height: 60px;
  font-size: 27px;
  font-weight: 500;
  background: #fff !important;
  color: var(--primary-color);
}
.work-togthr h3 span {
  display: block;
}
.work-btm {
  position: absolute;
  bottom: -4%;
  width: 100%;
  background: url(../images/work-togthr-bg.png);
  height: 97px;
  background-repeat: repeat-x;
  animation: filling 40s linear infinite;
}
@keyframes filling {
  50% {
    background-position: 1000px 0;
  }
  100% {
    background-position: 2000px 0;
  }
}
*/
/* work togthr end */

/*testimonial*/

.testionial .box-testi:hover {
  background: var(--primary-color);
}

.testionial .box-testi {
  transition: 0.3s ease-in-out;
}
.top-testi {
  padding-bottom: 20px;
  text-align: center;
}
.top-testi h6 {
  font-size: 30px;
  color: var(--secondary-color);
  font-weight: 400;
  margin-bottom: 0;
}
.top-testi h3 {
  font-size: 45px;
  color: var(--primary-color);
  color: var(--primary-color);
  font-family: "albramed";
  margin-bottom: 0px;
  font-weight: 200;
  text-transform: capitalize;
}
.top-testi p {
  color: #000000;
  font-size: 16px;
  width: 45%;
  margin: 0 auto;
  line-height: 23px;
  font-weight: 400;
}
.box-testi ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.box-testi ul h2 {
  margin-bottom: 5px;
  font-size: 23px;
  color: #000000;
  font-weight: 500;
  font-family: "Raleway";
}
.box-testi ul li h4 {
  color: var(--primary-color);
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 500;
  font-family: "Raleway";
}
.str i {
  color: var(--secondary-color);
  margin: 15px 0;
}
.testionial .box-testi p {
  font-size: 17px;
  color: #000000;
  font-family: "Raleway";
  font-weight: 400;
  line-height: 28px;
  height: 90px;
}
.testionial .box-testi {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 10px 15px;
  position: relative;
  background: #fff;
}
.testionial .box-testi img {
  width: inherit;
}
.testionial .box-testi ul img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}
.testionial .slick-slide {
  opacity: 1;
}
.testionial .slick-slide {
  margin: 16px 20px;
}
/* .testionial .box-testi:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 198px;
  height: 5px;
  background: var(--primary-color);
} */
.testionial .slick-track {
  margin-left: 15%;
}
.testionial .container-fluid {
  /* padding: 0 5%; */
  padding-right: 0;
  padding-left: 5%;
}
.testionial .slick-dots li button:before {
  font-size: 14px;
  color: var(--primary-color) !important;
  opacity: 1 !important;
}
section.testionial .slick-dots li.slick-active button:before {
  color: var(--secondary-color) !important;
}
section.testionial {
  padding-bottom: 8%;
  background: url(../images/testi-bg.png);
  width: 100%;
  background-size: cover;
  padding-top: 5%;
  background-position: left;
}
section.testionial .slick-dots {
  bottom: -14%;
  right: 5%;
}
section.testionial .slick-active.slick-current + .slick-active {
  opacity: 0.5;
}
/*testimonial end*/
/* conatct sec start */
section.contct-sec {
  /* background: url(../images/contact-sec-bg.png); */
  width: 100%;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: 845px; */
  /* margin-bottom: -14%; */
  z-index: 1;
  position: relative;
  background: var(--primary-color);
  padding: 60px 0;
}
.contct-sec-hed {
  text-align: center;
}
.contct-sec-hed h4 {
  font-family: "Raleway";
  font-size: 40px;
  /* color: #12263e; */
  font-weight: 400;
  color: var(--secondary-color);
}
.contct-sec-hed h2 {
  font-family: "albramed";
  font-weight: 100;
  font-size: 49px;
  color: #fff;
  width: 62%;
  margin: 0 auto;
}
.contct-sec-hed {
  margin-bottom: 3%;
}
.contct-sec .fluentform form input,
.contct-sec .fluentform form textarea {
  width: 100%;
  border: none;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  /* margin-bottom: 18px; */
  padding: 16px;
}
.fluentform form input,
.fluentform form textarea
{
  width: 100% !important;
  border: none !important;
  border-bottom-left-radius: 30px !important;
  border-bottom-right-radius: 20px !important;
  border-top-right-radius: 20px !important;
  /* margin-bottom: 18px !important; */
  padding: 16px;
  box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.5);
}
select#ff_3_dropdown ,
select#ff_3_dropdown_2 {
  height: 60px !important;
  border: none;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.5);
}
.modal-content {
    background-color: var(--primary-color);
}
h5.modal-title {
    color: #fff;
    width: 100%;
    text-align: center;
}
button.ff-btn.ff-btn-submit.ff-btn-md.theme_btn.ff_btn_style {
    padding: 15px 25px;
    border: unset;
    /* border-radius: 15px; */
    color: #ffffff;
    z-index: 1;
    background: var(--primary-color);
    position: relative;
    font-size: 20px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
    width: fit-content;
    height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 35px;
    border-top-right-radius: 35px;
    cursor: pointer !important;
}
.ff-message-success {
    border: none;
    box-shadow: none;
}
.ff-message-success span {
    color: var(--secondary-color) !important;
    font-size: 19px !important;
}
.pagination {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}

.pagination a {
  padding: 8px 14px;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #333;
}

.pagination a:hover {
  background: #0073aa;
  color: #fff;
}
.contct-sec .fluentform form select#ff_3_2_dropdown,
.contct-sec .fluentform form select#ff_3_2_dropdown_2,
.fluentform form select#ff_3_2_dropdown,
.fluentform form select#ff_3_2_dropdown_2 {
    border: none;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    height: 60px;
    color: var(--fluentform-secondary);
    font-family: 'Raleway';
    font-weight: bold;
}
.contct-sec .fluentform form input::placeholder,
.contct-sec .fluentform form textarea::placeholder,
.fluentform form input::placeholder,
.fluentform form textarea::placeholder {
  font-family: "Raleway";
  font-weight: 600;
  font-size: 19px;
  color: #000;
}
.fluentform form input::placeholder,
.fluentform form textarea::placeholder {
  height: 60px;
}
.contct-sec .fluentform form input, .fluentform form input {
    height: 60px;
    font-size: 18px;
    color: rgb(18, 38, 62);
    font-weight: 500;
}
.contct-sec .fluentform form textarea,
.fluentform form textarea {
  height: 150px;
}
.contct-sec .fluentform form button,
.fluentform form button {
    width: 25%;
    margin: 0 auto;
    display: block;
    margin-top: 11px;
    background: #12263e !important;
    color: #ffffff;
    border: unset;
    /* border-radius: 15px; */
    color: #ffffff;
    z-index: 1;
    background: var(--primary-color);
    position: relative;
    font-size: 20px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
    width: 20%;
    height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 35px;
    border-top-right-radius: 35px;
}
/* conatct sec end */

/*footer start*/
.footer-text h6 {
  color: #fff;
  font-size: 41px;
  text-transform: capitalize;
  font-family: "albra";
  font-weight: 100;
  margin-top: 20px;
}
.footer-text p {
  color: #fff;
  font-size: 20px;
  line-height: 33px;
  font-family: "Raleway";
  margin: 20px 0;
  font-weight: 100;
}
.footer-text li {
  color: #fff;
  font-family: "Raleway";
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 26px;
}
ul.cnt li {
  font-size: 17px;
  line-height: 23px;
}
ul.cnt li a i {
  font-size: 22px;
}
ul.cnt {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-bottom: 7%;
}
.footer-text ul {
  margin-top: 0;
}
.footer-text input {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  width: 100%;
  height: 60px;
  padding: 0 25px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
}
.footer-text ::placeholder {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
section.footer {
  /* padding: 20% 0 0 0; */
  border-bottom: 1px solid #fff;
  background: #12263e;
  padding-top: 4%;
}
.copy-right {
  text-align: center;
  border-top: 1px solid #ffffff47;
  padding: 2% 0;
  margin-top: 38px;
}
.copy-right ul {
  display: flex;
  align-items: center;
}
.copy-right p {
  margin: 0;
  font-family: "Raleway";
  font-weight: 200;
  font-size: 23px;
}
.copy-right * {
  color: #fff;
}
.socail-icon i {
  color: #fff;
  margin: 0 9px 0 0;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  animation: rdus 1.5s linear infinite alternate;
}
.f-1 {
  background: #3b5998;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.f-2 {
  background: #0e76a8;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.f-3 {
  background: #2296f9;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.f-4 {
  background: #cd1f29;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.footer-text a {
  color: #fff;
  transition: 0.3s ease-in-out;
  font-size: 22px;
  line-height: 32px;
}
.footer-text button {
  width: 100%;
  font-size: 26px;
  font-family: "Raleway";
  font-weight: 500;
  margin-top: 5%;
  height: 62px;
}
.ql {
  /* width: 85%; */
  margin-left: 10%;
  margin-top: -25px;
}
/* foter end */
/* changes start */
.work-togthr a.theme_btn:hover {
  color: #fff;
}
.carousel-item img {
  width: 100%;
  /* background-size: cover; */
  height: 80lvh;
  object-fit: cover;
  border-radius: 25% 25% 30% 30% / 0% 0% 20% 15%;
}
.footer-text img {
  width: 65%;
}
/* scrollbar start */
::selection {
  color: #fff;
  background: var(--secondary-color);
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #fff;
}
::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 5px;
}
/* scrolbar end */
/* cursor start */
#cursor {
  position: fixed;
  top: -5px;
  left: -5px;
  width: 10px;
  height: 10px;
  background-color: var(--secondary-color);
  border-radius: 50%;
  pointer-events: none;
  z-index: 999;
}
#cursor-border {
  --size: 50px;
  position: fixed;
  top: calc(var(--size) / -2);
  left: calc(var(--size) / -2);
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--primary-color);
  pointer-events: none;
  transition:
    top 0.15s ease-out,
    left 0.15s ease-out,
    width 0.15s ease-out,
    height 0.15s ease-out,
    background-color 0.15s ease-out;
  z-index: 999;
}
/* cursor end */
/* disinfection end */
section.why-chos .row {
  align-items: center;
}
.what-do-img img:not(.what-abs-img img) {
  height: 295px;
  width: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}
.abt-smal img {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  object-fit: cover;
  border: 6px solid #fff;
}
.what-do-img:after {
  content: "";
  position: absolute;
  width: 0%;
  top: 0;
  height: 100%;
  left: 0;
  background: var(--primary-color) 78;
  transition: 0.2s linear;
  z-index: 0;
}
.what-do-bx:hover .what-do-img:after {
  width: 100%;
}
.what-do-img {
  overflow: hidden;
}
.what-do-bx:hover .what-do-img img:first-child:not(.what-abs-img img) {
  transform: scale(1.5);
}
.what-do-bx:hover .what-do-img h3 {
  background: var(--secondary-color);
  color: #fff;
}
.testionial .box-testi img:not(ul img) {
  filter: brightness(0) saturate(100%) invert(14%) sepia(77%) saturate(2426%)
    hue-rotate(203deg) brightness(96%) contrast(103%);
}
.footer-text li:hover a {
  color: var(--secondary-color);
  margin-left: 10px;
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px #ffa304aa;
  }
  100% {
    box-shadow: 0 0 0 10px #ffa30400;
  }
}
.carousel-indicators .active:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  animation: pulse-animation 1.5s infinite;
}
.carousel-indicators .active {
  position: relative;
}
.testionial .box-testi:hover p,
.testionial .box-testi:hover h2,
.testionial .box-testi:hover h4 {
  color: #fff;
}
.testionial .box-testi:hover img:not(ul img) {
  filter: brightness(0) saturate(100%) invert(49%) sepia(100%) saturate(1806%)
    hue-rotate(346deg) brightness(104%) contrast(101%);
}
.testionial .box-testi:hover:before {
  background: var(--secondary-color);
}
@keyframes rdus {
  from {
  }
  to {
    transform: scale(1.05);
    filter: drop-shadow(2px 4px 6px white);
  }
}
.footer-text a:nth-child(2) i {
  animation-delay: 0.5s;
}
.footer-text a:nth-child(3) i {
  animation-delay: 0.9s;
}
.footer-text a:nth-child(4) i {
  animation-delay: 1s;
}
/* .banner_text.wow.fadeInLeft {
    background: #ffffff57;
    padding: 50px 0;
} */
.carousel-inner.inr .carousel-item img {
  height: 70vh;
  border-radius: 25% 25% 30% 30% / 0% 0% 20% 15%;
}
section.about.inr-pg .abt-belw {
  margin-bottom: 50px;
}
section.why-chos.inrr {
  margin-top: 10%;
  margin-bottom: 8%;
}
ul#menu li {
  position: relative;
}
ul#menu li.nt-lst {
  width: 100%;
}
.menuSec ul li a:not(.theme_btn) {
  text-transform: uppercase;
}
/* price plans end */
input.othrwrit.tp {
  margin-bottom: 1%;
}
/*blog details start*/
section.blogs-details {
  padding: 90px 0;
}
.blogs-img-text ul li i {
  color: var(--secondary-color);
  font-size: 20px;
  margin-right: 10px;
}
.blogs-img-text ul {
  display: flex;
  align-items: center;
  gap: 40px;
  /* border-top: 1px solid #e1e1e1; */
  padding-top: 0px;
  margin-bottom: 9px;
}
.blogs-img-text h5 {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 20px;
  margin-top: 20px;
  color: #191919;
  margin-bottom: 12px;
}
.blogs-img-text p {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 26px;
}
.search button {
  width: 45px;
  height: 47px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 21px;
  background-color: #e1e1e1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.search {
  position: relative;
}
.search input {
  border: 1px solid #e1e1e1;
  width: 100%;
  padding: 10px 10px;
  height: 47px;
}
.blog-categories h4 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 20px;
  margin-top: 30px;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}
.blog-categories a {
  display: block;
  font-family: "Poppins";
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  padding: 10px 0;
  border-bottom: 1px solid #e1e1e1;
}
.blog-categories p {
  font-family: "Poppins";
  font-weight: 500;
  color: #646464;
  font-size: 14px;
}
.postss {
  padding: 10px 0;
}
.postss i {
  color: var(--secondary-color);
  font-size: 22px;
  margin-right: 10px;
}
.postss p span {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 14px;
  color: #000;
  display: block;
  margin-top: 10px;
}
.blogs-img-text img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: top;
}
.blogs-img-text {
  margin-bottom: 5%;
}
.postss a {
  display: flex;
  gap: 10px;
}
.postss img {
  width: 35%;
  height: 91px;
  object-fit: cover;
}
.page-link {
  border-radius: 0 !important;
  color: var(--primary-color);
  font-size: 17px;
}
.page-link:hover {
  color: #000000;
}
.page-link:focus {
  box-shadow: none;
}
.pagination {
  justify-content: center;
}
.blogs-img-text img {
  transition: 0.3s ease-in-out;
}
.comments-people ul {
  display: flex;
  align-items: start;
  gap: 20px;
  border-bottom: 1px solid #b7b7b794;
  margin-bottom: 50px;
}
.comments-people ul li img {
  width: 100%;
  border-radius: 100%;
  height: 150px;
  object-fit: cover;
}
.comments-people ul li:first-child {
  width: 29%;
}
.comments-people ul li h5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #212529;
  font-size: 20px;
}
.comments-people h4 {
  color: #212529;
  font-size: 30px;
  font-family: "Raleway";
  margin-bottom: 40px;
}
.comments-people {
  margin: 30px 0;
}
.comments-people ul li h6 {
  font-size: 15px;
  color: #666666;
  font-weight: 400;
  font-family: "Raleway";
}
.comments-people ul li p {
  margin-bottom: 35px;
  color: #666666;
  font-size: 17px;
  line-height: 25px;
}
.post-comment textarea {
  width: 100%;
  text-indent: 10px;
  height: 150px;
  margin-bottom: 20px;
  border: 1px solid #cccccc;
}
.post-comment h2 {
  font-size: 30px;
  margin: 50px 0;
  font-weight: 600;
}
.post-comment input {
  width: 100%;
  text-indent: 10px;
  margin-bottom: 20px;
  padding: 16px 0;
  line-height: 1;
  border: 1px solid #cccccc;
}
.post-comment button.btn {
  background: var(--primary-color);
  color: white;
  padding: 10px 30px;
  border-radius: 0;
  /* border: 1px solid #333333; */
}
/* blog detail end  */
/* feedback start */
section.feedback {
  margin: 5% 0;
}
.fedback-top h3 {
  text-align: center;
  color: var(--primary-color);
  font-family: "albramed";
  margin-bottom: 20px;
  font-weight: 200;
  text-transform: uppercase;
  font-size: 45px;
}
.feedback-form input,
.feedback-form textarea {
  width: 100%;
  border: 1px solid #000;
  padding: 10px 10px;
  margin-bottom: 20px;
}
.feedback-form input {
  height: 55px;
}
.feedback-form textarea {
  height: 200px;
}
.feedback-form h5 {
  font-size: 25px;
  color: #000;
  font-weight: 500;
}
/* feedback end */
.menuSec ul li a i {
  font-size: 15px;
}
h3.section-heading {
  text-transform: uppercase;
  font-size: 40px;
}
.careers-dtl p {
  font-size: 17px;
  line-height: 26px;
}
.banner_text.svrs {
  background: #ffffff5c !important;
}
.banner_text.svrs h2 {
  filter: drop-shadow(0px 1px 1px black);
}
.footer-text.ql li {
  margin-bottom: 17px;
}
ul.fot-cntcss {
  margin-top: 10%;
}
ul.fot-cntcss li {
  margin-bottom: 5%;
}
ul.fot-cntcss li a {
  display: flex;
  align-items: center;
  gap: 17px;
}
.contact2 ul li p {
  margin-bottom: 4px;
}
.contact2 .socail-icon {
  display: flex;
  gap: 25px;
}
.location-list ul {
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  display: flex;
}
.location-list ul li {
  width: 18%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border: 1px solid #000000; */
  font-size: 22px;
  font-family: "albramed";
  color: #ffffff;
  background: var(--primary-color);
  transition: 0.3s ease-in-out;
  text-align: center;
}
section.lcoation {
  margin: 5% 0;
}
.location-hed {
  text-align: center;
  font-size: 50px;
  text-transform: uppercase;
  font-family: "albramed";
  color: #000;
  margin-bottom: 4%;
}
.location-list ul li:hover {
  background: #000;
  transform: scale(1.2);
}
p.addss {
  margin-top: 2%;
  margin-bottom: 8px;
  text-transform: capitalize !important;
}
/* .what-do-txt p {
    height: 80px;
} */

.row.jsttfy {
  justify-content: center;
}
.service-areas .card {
  border-radius: 15px;
  background: var(--primary-color);
  color: #fff;

  h5 {
    font-family: "Raleway";
    font-weight: 500;
    font-size: 25px;
    color: var(--secondary-color);
  }
}

.how-it-works {
  background: #f8f9fa;
}

.step-card {
  background: var(--primary-color);
  padding: 25px 20px;
  border-radius: 12px;
  transition: 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  h5 {
    margin-top: 10px;
    font-family: "Raleway";
    font-weight: 500;
    font-size: 20px;
    color: #fff;
  }
  p,
  li {
    font-family: "Raleway";
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    line-height: 27px;
    margin-bottom: 5%;
  }
}

.step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.step-number {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: var(--secondary-color);
  color: #fff;
  border-radius: 50%;
  margin: 0 auto;
  font-weight: 600;
  font-size: 18px;
}

.step-card ul li {
  margin-bottom: 4px;
}
.modal,
.modal * {
  cursor: auto !important;
}
.banner_text.inr h2 {
  font-family: "albramed";
  font-size: 60px;
  text-transform: capitalize;
  margin-bottom: 0;
  color: var(--primary-color);
}
.what-do-bx {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 1px 0px 10px 0 #0000002e;
	    margin-bottom: 20px;
	height: 100%;
}
iframe {
  min-height: 300px;
}
span.personal-tag {
  font-size: 16px;
  display: block;
  text-align: center;
	    margin-top: 10px;
}
li#menu-item-176::before {
    top: -1px !important;
    color: #124383 !important;
}
.what-abs-img img {
    width: 62%;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(742%) hue-rotate(263deg) brightness(106%) contrast(101%);
}
/* changes end */
@media only screen and (min-device-width: 520px) and (max-device-width: 767px) and (orientation: portrait) {
}
@media only screen and (min-device-width: 120px) and (max-device-width: 750px) and (orientation: landscape) {
}
@media only screen and (min-device-width: 751px) and (max-device-width: 999px) and (orientation: portrait) {
}
@media only screen and (min-device-width: 751px) and (max-device-width: 999px) and (orientation: landscape) {
}
@media only screen and (min-device-width: 1000px) and (max-device-width: 1030px) and (orientation: portrait) {
}
@media only screen and (min-device-width: 1000px) and (max-device-width: 1030px) and (orientation: landscape) {
}
@media only screen and (min-width: 1661px) and (max-width: 1920px) {
}
@media only screen and (min-width: 1400px) and (max-width: 1500px) {
  /* changes start */
  .menuSec img {
    width: 47%;
  }

  .menuSec ul li a {
    /* padding: 0; */
  }

  .abt-main img {
    /* width: 520px; */
    /* height: 520px; */
  }

  .what-do-txt h5 {
    font-size: 19px;
  }

  .work-togthr h3 {
    font-size: 64px;
  }
  /* changes end */
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .menuSec ul {
    gap: 3%;
  }
/*   .menuSec ul li:last-child {
    width: 20%;
  } */
  .banner_text h1 {
    /* font-size: 75px; */
    /* line-height: 70px; */
  }
  .carousel-caption {
    height: 100%;
  }
  section.main_slider:after {
    height: 189px;
  }
  .abt-belw h3 {
    font-size: 27px;
  }
  .why-chos-txt h3 {
    font-size: 50px;
  }
  .why-chose-bck {
    width: 550px;
    height: 550px;
  }
  .why-chos1 img,
  .why-chos2 img {
    width: 74%;
  }
  section.why-chos {
    background-position: bottom;
  }
  /* .what-do-txt h5 {
        font-size: 27px;
    } */
  .what-do-txt p {
    font-size: 20px;
  }
  .work-togthr h3 {
    font-size: 60px;
  }
  .gall-content h5 {
    font-size: 50px;
  }
  section.contct-sec {
    background-position: bottom;
  }
  .footer-text h6 {
    /* font-size: 26px; */
  }
  .footer-text.bsn ul li:last-child {
    font-size: 15px;
    text-align: center;
    margin-top: 11%;
  }
  .footer.inr .footer-text h6 {
    font-size: 25px;
  }
  .srvs-pg .what-do-txt h5 {
    font-size: 22px;
  }
  .disinftion-txt h2 {
    font-size: 70px;
  }
  .top-serch-cat input,
  .top-serch-cat select {
    width: 300px;
  }
  .contact2 .icon {
    width: 19%;
  }
  /* changes start */
  section.interior li {
    width: 45.33%;
  }
  .menuSec img {
    width: 53%;
  }
  .menuSec li:hover > ul {
    top: 25px;
  }
  .menuSec ul li a {
    padding: 0;
    font-size: 15px;
  }
  .abt-main img {
    /* width: 520px; */
    /* height: 520px; */
  }

  .abt-main:after {
    /* top: -6%; */
  }

  .menuSec .container-fluid {
    padding: 0 02%;
  }
  .carousel-item img {
    height: 700px;
  }
  .carousel-inner.inr .carousel-item img {
    height: 600px;
  }
  section.main_slider:after {
    bottom: 0;
  }
  .testionial .box-testi p {
    height: 270px;
  }
  .footer-text.ql li {
    margin-bottom: 22px;
  }
  .footer-text.bsn ul li {
    font-size: 12px;
  }
  /* changes end */
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .menuSec ul {
    gap: 0;
    justify-content: space-between;
  }
/*   .menuSec ul li:last-child {
    width: 20%;
  } */
  .menuSec ul li a.theme_btn {
    height: 50px;
    font-size: 18px;
  }
  .banner_text h1 {
    /* font-size: 80px; */
    /* line-height: 75px; */
  }
  .banner_text p {
    width: 100%;
  }
  .carousel-caption {
    height: 100%;
  }
  section.main_slider:after {
    background-size: cover;
    height: 139px;
  }
  .abt-belw h3 {
    width: 100%;
    font-size: 25px;
  }
  .abt-txt-side a.theme_btn {
    width: 37%;
    height: 54px;
    font-size: 21px;
  }
  .why-chose-bck {
    width: 480px;
    height: 480px;
    top: -9%;
  }
  .why-chos2 img,
  .why-chos1 img {
    width: 75%;
  }
  .why-chos-txt h3 {
    font-size: 42px;
  }
  section.why-chos {
    background-position: center;
    height: 990px;
    padding-top: 7%;
  }
  .why-chos-txt ul li p span {
    font-size: 31px;
  }
  .hedng h3 {
    font-size: 55px;
  }
  .hedng h5 {
    font-size: 38px;
  }
  .what-do-img h3 {
    width: 40%;
  }
  .what-do-txt h5 {
    font-size: 28px;
  }
  .what-do-txt p {
    font-size: 16px;
  }
  section.watch-video {
    height: 725px;
  }
  .work-togthr h3 {
    font-size: 50px;
  }
  section.work-togthr {
    height: 300px;
  }
  .gall-content h5 {
    font-size: 44px;
  }
  .galry-img-bx img {
    height: 400px;
  }
  section.gallery .slick-slide {
    height: 400px;
  }
  .top-testi h3 {
    font-size: 60px;
  }
  .contct-sec-hed h2 {
    font-size: 45px;
  }
  section.contct-sec {
    background-position: bottom;
  }
  .footer-text h6 {
    font-size: 22px;
  }
  .footer.inr .footer-text h6 {
    font-size: 21px;
  }
  .footer-text.srs a {
    font-size: 14px;
  }
  .footer-text.bsn ul li {
    font-size: 13px;
  }
  .footer-text.bsn ul li:last-child {
    text-align: center;
    font-size: 12px;
    margin-top: 13%;
  }
  .nws {
    width: 95%;
    float: left;
  }
  .srvs-pg .what-do-txt h5 {
    height: 77px;
    font-size: 22px;
    line-height: 38px;
  }
  .disinftion-txt h2 {
    font-size: 59px;
  }
  .top-serch-cat input,
  .top-serch-cat select {
    width: 100%;
  }
  .curent-dtl h6 {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .contact1 h2,
  .contact2 h2 {
    font-size: 56px;
  }
  .contact2 .icon {
    width: 23%;
  }
  .contact2 ul li h4 {
    font-size: 33px;
  }
  .contact2 ul li p a {
    font-size: 19px;
  }
  .banner_text.inr h2 {
    font-size: 68px;
  }
  .srvs-dtl-txt h3 {
    font-size: 59px;
  }
  .srvs-dtl-img img {
    height: 572px;
    object-fit: cover;
  }
  /* changes start */
  .menuSec img {
    width: 75%;
  }
  .menuSec li:hover > ul {
    top: 25px;
  }
  .menuSec ul li a {
    padding: 0;
    font-size: 15px;
  }
  .menuSec .container-fluid {
    padding: 0 02%;
  }
  .carousel-item img {
    height: 700px;
  }
  section.main_slider:after {
    bottom: 0;
  }
  .testionial .box-testi p {
    height: auto;
  }
  .footer-text.ql li {
    margin-bottom: 21%;
  }
  .footer-text.bsn ul li {
    font-size: 12px;
  }
  .abt-main img {
    width: 400px;
    height: 400px;
  }
  .abt-main:after {
    top: -10%;
    height: 465px;
    background-size: cover;
    right: 0;
    width: 55%;
  }
  /* changes end */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menuSec ul li a {
    padding: 0;
    font-size: 18px;
  }
  .menuSec ul {
    justify-content: space-between;
    gap: 0;
  }
  .menuSec ul li:last-child a {
    font-size: 14px;
    height: 41px;
  }
  .menuSec ul li:last-child {
    width: 19%;
  }
  section.main_slider:after {
    width: 100%;
    height: 106px;
    bottom: 3%;
  }
  .why-chose-bck {
    display: none;
  }
  .banner_text h1 {
    font-size: 47px;
    line-height: 60px;
  }
  .banner_text h5 {
    font-size: 35px;
  }
  .carousel-caption {
    /* height: 100%; */
    /* top: 11%; */
  }
  .abt-txt-side {
    margin-top: 16%;
  }
  section.about {
    padding-top: 12%;
  }
  section.why-chos {
    height: 100%;
    padding-top: 21%;
  }
  .why-chos-txt h3 {
    font-size: 48px;
  }
  .why-chos-txt ul li p span {
    font-size: 35px;
  }
  section.what-we-do {
    padding-top: 6%;
  }
  .what-do-img h3 {
    width: 42%;
    height: 25px;
    font-size: 16px;
  }
  .what-do-txt h5 {
    font-size: 26px;
  }
  .what-do-txt p {
    font-size: 12px;
    line-height: 24px;
  }
  .what-do-txt a.theme_btn {
    height: 40px;
    font-size: 17px;
  }
  section.what-we-do a.theme_btn:not(.what-do-txt a.theme_btn) {
    font-size: 16px;
  }
  .watch-video .hedng h3 {
    font-size: 53px;
  }
  .hedng p {
    width: 67%;
  }
  .work-togthr h3 {
    font-size: 39px;
  }
  .work-togthr a.theme_btn {
    width: 80%;
    font-size: 26px;
  }
  section.work-togthr {
    height: 285px;
  }
  section.gallery {
    padding-top: 20px;
  }
  .gall-content h5 {
    font-size: 36px;
  }
  .galry-img-bx img {
    height: 300px;
  }
  section.gallery .slick-slide {
    height: 300px;
  }
  .top-testi h3 {
    font-size: 50px;
  }
  .top-testi p {
    width: 69%;
  }
  section.contct-sec {
    background-position: top;
    padding-top: 13%;
    padding-bottom: 7%;
  }
  .contct-sec-hed h2 {
    width: 100%;
    font-size: 45px;
  }
  .testionial .slick-track {
    margin-left: 13%;
  }
  .testionial .box-testi {
    padding: 15px;
  }
  .testionial .box-testi p {
    font-size: 15px;
    line-height: 27px;
  }
  .box-testi ul h2 {
    font-size: 16px;
  }
  .box-testi ul li h4 {
    font-size: 15px;
  }
  section.watch-video {
    height: 700px;
  }
  .banner_text.inr h2 {
    font-size: 50px;
  }
  .abt-belw h3 {
    font-size: 25px;
  }
  .why-chos.inr {
    height: 100%;
  }
  section.watch-video.inr {
    height: 100%;
    padding-top: 18%;
  }
  .nws {
    float: left;
  }
  .srvs-pg .what-do-txt h5 {
    height: 80px;
    font-size: 24px;
  }
  .disinftion-txt h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .flc {
    display: flex;
    width: 100%;
    gap: 5%;
  }
  section.what-we-do.srvs-pg.spcl {
    padding-bottom: 23%;
    background-position: bottom;
  }
  .evnt-hed h3 {
    font-size: 57px;
  }
  .evnt-hed p {
    width: 70%;
  }
  .top-serch-cat ul {
    flex-wrap: wrap;
  }
  .top-serch-cat ul li {
    margin-bottom: 2%;
  }
  .curent-dtl p {
    margin-bottom: 4%;
  }
  .contact2 .icon {
    width: 13%;
  }
  .contact1 h2,
  .contact2 h2 {
    font-size: 56px;
    margin-top: 6%;
  }
  /* changes start */
  .menuSec img {
    width: auto;
  }

  .menuSec ul li a {
    font-size: 13px;
  }

  .menuSec .container-fluid {
    padding: 0 2%;
  }

  .carousel-item img {
    /* height: 530px; */
  }

  .disinftion-txt h2 {
    font-size: 40px;
  }

  .disinftion-txt p {
    font-size: 15px;
    margin-bottom: 0;
    line-height: 26px;
  }

  .gall-content p {
    font-size: 19px;
    width: 100%;
  }

  .testionial .box-testi p {
    height: auto;
  }
  /* changes end */
}
@media only screen and (min-width: 520px) and (max-width: 767px) {
  section.main_slider.inr:after {
    bottom: 4%;
    width: 100%;
    background-size: contain;
    height: 73px;
  }
  .carousel-item .img-fluid {
    /* height: 580px; */
    /* object-fit: cover; */
  }
  .banner_text h1 {
    font-size: 38px;
    line-height: 45px;
    margin-bottom: 0 !important;
  }
  .banner_text p {
    width: 100%;
  }
  .banner_text h5 {
    font-size: 41px;
  }
  .banner_text a.theme_btn {
    width: 70%;
  }
  .carousel-caption {
    height: 100%;
    /* top: 8%; */
  }
  .abt-smal {
    width: 30%;
    top: 0;
  }
  .abt-ply {
    width: 30%;
    bottom: 0;
  }
  .abt-main:after {
    animation: unset;
    width: 55%;
    background-size: contain;
    right: 0;
    z-index: 11;
    height: 108%;
    top: -2%;
  }
  .abt-txt-side {
    margin-top: 8%;
  }
  .abt-txt-side h6 {
    font-size: 25px;
  }
  .abt-txt-side h3 {
    font-size: 46px;
  }
  .abt-txt-side p {
    font-size: 15px;
  }
  .abt-belw h3 {
    width: 100%;
    font-size: 29px;
  }
  .abt-belw {
    margin-top: 9%;
  }
  section.why-chos {
    height: 100%;
    padding-top: 16%;
  }
  .abt-txt-side a.theme_btn {
    width: 50%;
    height: 50px;
  }
  .why-chos-txt h4 {
    font-size: 36px;
  }
  .why-chos-txt h3 {
    font-size: 29px;
  }
  .why-chos-txt ul {
    margin-top: 12%;
  }
  .why-chos-txt ul li p span {
    font-size: 27px;
    line-height: 30px;
  }
  .why-chos-txt ul li p {
    font-size: 15px;
  }
  .why-chose-bck {
    display: none;
  }

  .why-chos2 {
    text-align: center;
  }
  .hedng h3 {
    font-size: 45px;
  }
  .what-do-img h3 {
    width: 35%;
    font-size: 17px;
    height: 35px;
  }
  .what-do-txt h5 {
    font-size: 25px;
    margin-bottom: 4px;
  }
  .what-do-txt p {
    font-size: 17px;
    line-height: 29px;
  }
  section.what-we-do a.theme_btn:not(.what-do-txt a.theme_btn) {
    width: 75%;
    font-size: 19px;
  }
  .hedng p {
    width: 100%;
  }
  section.watch-video {
    height: 100%;
  }
  .work-togthr h3 {
    font-size: 27px;
  }
  .work-togthr h3 span {
    display: inline;
  }
  section.work-togthr {
    height: 320px;
    padding-top: 10%;
    text-align: center;
  }
  .work-togthr a.theme_btn {
    float: unset;
    margin-top: 9%;
    height: 47px;
  }
  .gall-content h5 {
    width: 100%;
    font-size: 39px;
  }
  .top-testi h3 {
    font-size: 40px;
  }
  .top-testi p {
    width: 100%;
  }
  .contct-sec-hed h2 {
    width: 100%;
    font-size: 25px;
  }
  section.contct-sec {
    background-position: bottom;
  }
  .contct-sec form button {
    width: 67%;
  }
  .ql {
    width: 100%;
  }
  .footer-text h6 {
    margin-top: 16%;
  }
  .copy-right p {
    font-size: 14px;
    padding: 2% 0;
  }
  .testionial .slick-track {
    margin-left: 0;
  }
  .testionial .box-testi p {
    font-size: 18px;
  }
  .box-testi ul h2 {
    font-size: 20px;
  }
  .box-testi ul li h4 {
    font-size: 19px;
  }
  .galry-img-bx img {
    height: 290px;
  }
  ul.slicknav_nav .theme_btn {
    width: 50%;
    display: flex;
    color: #000;
    height: 44px;
    font-size: 17px;
    margin-top: 3%;
    left: 3%;
  }
  section.gallery .slick-slide {
    height: 300px;
  }
  .menuSec img {
    width: 35%;
  }
  .testionial .box-testi {
    padding: 15px;
  }
  .banner_text.inr h2 {
    font-size: 59px;
  }
  .carousel-inner.inr img {
    height: 400px;
  }
  .why-chos.inr {
    height: 100%;
    padding-top: 47%;
  }
  .video-img a {
    width: 50%;
    text-align: center;
  }
  .nws {
    width: 100%;
  }
  .footer-text.bsn ul li:last-child {
    font-size: 15px;
    margin-top: 6%;
  }
  section.testionial .slick-dots {
    bottom: -5%;
  }
  .srvs-pg .what-do-txt h5 {
    font-size: 20px;
  }
  .evnt-hed h3 {
    font-size: 44px;
  }
  .evnt-hed p {
    width: 100%;
  }
  section.event .what-do-txt h5 {
    font-size: 23px;
  }
  .disinftion-txt h2 {
    font-size: 52px;
    line-height: 58px;
  }
  .footer.inr .footer-text h6 {
    margin-top: 15%;
  }
  .top-serch-cat input,
  .top-serch-cat select {
    width: 100%;
  }
  .top-serch-cat ul {
    display: contents;
  }
  .top-serch-cat button {
    margin-top: 5%;
    margin-left: 0;
    margin-bottom: 5%;
  }
  .curent-dtl h6 {
    font-size: 19px;
  }
  .curent-dtl p span {
    /* display: block; */
    margin: 10px 27px;
  }
  .curnt-opening a.theme_btn {
    float: inherit;
    margin-top: 9%;
    height: 50px;
  }
  .curent-dtl p {
    margin-bottom: 4%;
  }
  .contact1 h2,
  .contact2 h2 {
    font-size: 50px;
    margin-top: 11%;
  }
  .contact2 .icon {
    width: 18%;
  }
  .icon_info p {
    margin-bottom: 0;
  }
  .contact2 ul li p a {
    font-size: 14px;
  }
  .contact2 ul li h4 {
    font-size: 25px;
  }
  .quote button {
    width: 60%;
    font-size: 22px;
  }
  .srvs-dtl-txt h3 {
    font-size: 37px;
  }
  .slicknav_nav .slicknav_item a i {
    display: none;
  }
  /* changes start */
  .menuSec {
    text-align: center;
  }
  section.main_slider:after {
    bottom: -6%;
    transform: rotate(-11deg);
  }
  img.rd {
    border-radius: unset;
  }
  .abt-main:after {
    display: none;
  }
  .abt-smal {
    width: 40%;
    left: 0%;
    top: -4%;
  }
  .testionial .box-testi p {
    height: auto;
  }
  .gall-content p {
    width: 100%;
  }
  /* changes end */
}
@media only screen and (min-width: 280px) and (max-width: 519px) {
  section.main_slider.inr:after {
    bottom: 6%;
    width: 100%;
    background-size: contain;
    height: 58px;
  }
  .carousel-item .img-fluid {
    height: 95lvh;
    /* height: 630px; */
    /* object-fit: cover; */
  }
  .banner_text h1 {
    font-size: 38px;
    line-height: 45px;
    margin-bottom: 0 !important;
  }
  .banner_text p {
    width: 100%;
  }
  .banner_text h5 {
    font-size: 34px;
  }
  .banner_text a.theme_btn {
    width: 70%;
  }
  .carousel-caption {
    /* height: 100%; */
    /* top: 8%; */
  }
  .abt-smal {
    width: 44%;
    top: -5%;
    left: 0;
  }
  .abt-ply {
    width: 30%;
    bottom: 0;
  }
  .abt-main:after {
    /* animation: unset; */
    width: 55%;
    background-size: contain;
    right: 0;
    /* z-index: 11; */
    height: 114%;
    top: -7%;
  }
  .abt-txt-side {
    margin-top: 15%;
  }
  .abt-txt-side h6 {
    font-size: 25px;
  }
  .abt-txt-side h3 {
    font-size: 46px;
  }
  .abt-txt-side p {
    font-size: 15px;
  }
  .abt-belw h3 {
    width: 100%;
    font-size: 26px;
  }
  .abt-belw {
    margin-top: 9%;
  }
  section.why-chos {
    height: 100%;
    padding-top: 16%;
    background: var(--primary-color) 1f;
    margin: 10% 0;
    padding-bottom: 8%;
  }
  .abt-txt-side a.theme_btn {
    width: 50%;
    height: 50px;
  }
  .why-chos-txt h4 {
    font-size: 36px;
  }
  .why-chos-txt h3 {
    font-size: 29px;
  }
  .why-chos-txt ul {
    margin-top: 12%;
  }
  .why-chos-txt ul li p span {
    font-size: 24px;
    line-height: 29px;
  }
  .why-chos-txt ul li p {
    font-size: 15px;
  }
  .why-chose-bck {
    display: none;
  }

  .why-chos2 {
    text-align: center;
  }
  .hedng h3 {
    font-size: 45px;
  }
  .what-do-img h3 {
    width: 35%;
    font-size: 17px;
    height: 35px;
  }
  .what-do-txt h5 {
    font-size: 25px;
    margin-bottom: 4px;
  }
  .what-do-txt p {
    font-size: 17px;
    line-height: 29px;
  }
  section.what-we-do a.theme_btn:not(.what-do-txt a.theme_btn) {
    width: 75%;
    font-size: 19px;
  }
  .hedng p {
    width: 100%;
  }
  section.watch-video {
    height: 100%;
  }
  .work-togthr h3 {
    font-size: 27px;
  }
  .work-togthr h3 span {
    display: inline;
  }
  section.work-togthr {
    height: 300px;
    padding-top: 10%;
    text-align: center;
  }
  .work-togthr a.theme_btn {
    float: unset;
    margin-top: 9%;
    height: 47px;
  }
  .gall-content h5 {
    width: 100%;
    font-size: 39px;
  }
  .top-testi h3 {
    font-size: 40px;
  }
  .top-testi p {
    width: 100%;
  }
  .contct-sec-hed h2 {
    width: 100%;
    font-size: 25px;
  }
  section.contct-sec {
    background-position: bottom;
  }
  .contct-sec form button {
    width: 67%;
  }
  .ql {
    width: 100%;
	  margin-left: 0;
  }
  .footer-text h6 {
    margin-top: 16%;
  }
  .copy-right p {
    font-size: 14px;
    padding: 2% 0;
  }
  .testionial .slick-track {
    margin-left: 0;
  }
  .testionial .box-testi p {
    font-size: 14px;
    height: inherit;
  }
  .box-testi ul h2 {
    font-size: 20px;
  }
  .box-testi ul li h4 {
    font-size: 19px;
  }
  .galry-img-bx img {
    height: 290px;
  }
  ul.slicknav_nav .theme_btn {
    width: 50%;
    display: flex;
    color: #000;
    height: 44px;
    font-size: 17px;
    margin-top: 3%;
    left: 3%;
  }
  section.gallery .slick-slide {
    height: 300px;
  }
  .banner_text.inr h2 {
    font-size: 50px;
  }
  .carousel-inner.inr img {
    height: 400px;
  }
  .why-chos.inr {
    height: 100%;
    padding-top: 47%;
  }
  .video-img a {
    width: 50%;
    text-align: center;
  }
  .nws {
    width: 100%;
  }
  .footer-text.bsn ul li:last-child {
    font-size: 15px;
    margin-top: 6%;
  }
  section.testionial .slick-dots {
    bottom: -5%;
  }
  .srvs-pg .what-do-txt h5 {
    font-size: 20px;
  }
  .evnt-hed h3 {
    font-size: 44px;
  }
  .evnt-hed p {
    width: 100%;
  }
  section.event .what-do-txt h5 {
    font-size: 23px;
  }
  .disinftion-txt h2 {
    font-size: 39px;
    line-height: 58px;
  }
  .footer.inr .footer-text h6 {
    margin-top: 15%;
  }
  .top-serch-cat input,
  .top-serch-cat select {
    width: 100%;
  }
  .top-serch-cat ul {
    display: contents;
  }
  .top-serch-cat button {
    margin-top: 5%;
    margin-left: 0;
    margin-bottom: 5%;
  }
  .curent-dtl h6 {
    font-size: 16px;
  }
  .curent-dtl p span {
    display: block;
    margin: 11px 0;
  }
  .curnt-opening a.theme_btn {
    float: inherit;
    margin-top: 9%;
    height: 50px;
  }
  .contact1 h2,
  .contact2 h2 {
    font-size: 50px;
    margin-top: 11%;
  }
  .contact2 .icon {
    width: 28%;
  }
  .icon_info p {
    margin-bottom: 0;
  }
  .contact2 ul li p a {
    font-size: 14px;
  }
  .contact2 ul li h4 {
    font-size: 25px;
  }
  .quote button {
    width: 60%;
    font-size: 22px;
  }
  .srvs-dtl-txt h3 {
    font-size: 37px;
  }
  .slicknav_nav .slicknav_item a i {
    display: none;
  }
  section.appointment h4 {
    font-size: 35px;
    margin-bottom: 7%;
  }

  section.appointment h6 {
    font-size: 23px;
  }

  ul.fuorr {
    display: block;
  }

  ul.fuorr li {
    width: 100%;
    margin-bottom: 12px;
  }

  section.appointment label input[type="checkbox"] {
    width: inherit;
    height: inherit;
  }

  section.appointment label {
    font-size: 12px;
  }

  ul.threee {
    display: block;
  }

  ul.threee li {
    width: 100%;
    margin-bottom: 4%;
  }

  section.appointment button {
    width: 100%;
  }
  .carousel-inner.inr .carousel-item img {
    height: 500px;
    border-radius: inherit;
  }
  .blogs-img-text ul {
    display: inherit;
  }

  .blogs-img-text a {
    width: 100%;
  }
  section.career button {
    width: 100%;
  }
  h2.inr-pgs {
    font-size: 40px !important;
  }

  section.interior h5 {
    margin-top: 10px;
    font-size: 19px;
    line-height: 28px;
  }
  .location-hed {
    font-size: 30px;
    margin-bottom: 6%;
  }
  .location-list ul li {
    width: 80%;
  }
  .feedback-form button {
    width: 100%;
  }
  .what-do-txt h5 {
    height: 65px;
  }
  .why-chos-img {
    margin-top: 17%;
  }
  section.interior img {
    float: unset;
    width: 100%;
  }
  section.interior ul {
    padding-left: 7%;
  }
  section.interior li {
    width: 100%;
  }
}

@media only screen and (max-width: 992px) {
  .why-chos1 {
    width: 300px;

    transform: rotate(0deg);
    margin: 0 auto;
  }
  .why-chos2 {
    width: 300px;

    transform: rotate(0deg);
    margin: 0 auto;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 992px) {
  section#services .col-lg-3 {
    padding: 0 5px;
  }
}
.testionial .box-testi:hover {
  background: var(--primary-color);
}