/* Universal Css Start Here */
body {
	background-color: var(--body-color);
	font-family: var(--font-default);
	color: var(--text-color);
	overflow-x: hidden;
  }
  body::-webkit-scrollbar {
	width: 12px;               /* width of the entire scrollbar */
  }
  
  body::-webkit-scrollbar-track {
	background: #24498c;        /* color of the tracking area */
  }
  
  body::-webkit-scrollbar-thumb {
	background-color: white;    /* color of the scroll thumb */
	border-radius: 20px;       /* roundness of the scroll thumb */
	border: 3px solid #24498c;  /* creates padding around scroll thumb */
  }
  .over-hidden {
	overflow: hidden;
  }
  
  a {
	text-decoration: none;
	color: var(--extra-color-3);
	outline: none;
  }
  
  a:hover {
	color: var(--extra-color-3);
  }
  
  button {
	font-family: var(--font-btn);
  }
  
  figure {
	margin-bottom: 0;
  }
  
  .primary-btn {
	color: var(--light-text-color);
	border: 2px solid #24498c;
	background-image: -webkit-linear-gradient(
	  30deg,
	  #24498c 50%,
	  transparent 50%
	);
	background-image: linear-gradient(30deg, #24498c 50%, transparent 50%);
	background-size: 2500px;
	background-repeat: no-repeat;
	background-position: 0%;
	-webkit-transition: background 300ms ease-in-out;
	transition: background 300ms ease-in-out;
	font-size: 14px;
	padding: 0.375rem 2rem;
	font-family: var(--font-calibri-bold);
	white-space: nowrap;
  }
  .primary-btn:hover {
	background-position: 100%;
	color: #24498c;
  }
  .secondary-btn {
	background: var(--light-text-color);
	color: var(--bg-primary);
	font-size: 14px;
	padding: 0.375rem 1.5rem;
	font-family: var(--font-calibri-bold);
	transition: all 0.8s ease-out;
	border: 1px solid var(--bg-primary);
	white-space: nowrap;
  }
  .my-account-leftside .profile-pic img {
    border-radius: 100%;
}
  /* .secondary-btn:hover {
	  background: var(--primary-btn-color);
	  color: var(--dark-text-color);
	  font-size: 14px;
	  padding: 0.375rem 2rem;
	  font-family: var(--font-heading);
  } */
  
  .extra-padd {
	padding: 15px 60px !important;
  }
  
  .colored-txt {
	color: var(--extra-color-1);
  }
  
  button {
	border: 0;
  }
  
  /* Typography Start Here */
  h1 {
	font-family: var(--font-heading);
	font-size: 48px;
	text-transform: capitalize;
  }
  
  h2 {
	font-family: var(--font-heading);
	font-size: 36px;
	text-transform: capitalize;
	letter-spacing: -0.03em;
  }
  
  h3 {
	font-family: var(--font-heading);
	font-size: 20px;
	line-height: 26px;
	margin: 0px;
  }
  
  h4 {
	font-family: var(--font-heading);
	font-size: 20px;
	line-height: 30px;
  }
  
  h5 {
	font-family: var(--font-default);
	font-size: 16px;
	line-height: 26px;
  }
  
  h6 {
	font-family: var(--font-light);
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 18px;
	margin: 0px;
	font-weight: bold;
  }
  
  p {
	font-family: var(--font-default);
	font-size: 14px;
  }
  .rounded {
	border-radius: 1rem !important;
  }
  
  @media (max-width: 1368px) {
  }
  
  @media (max-width: 1280px) {
  }

  @media (max-width: 1024px) {
	h2 {
	  font-size: 26px;
	}
  }
  
  @media (max-width: 991px) {
  }
  
  @media (max-width: 768px) {
	h1 {
	  font-size: 28px;
	}
	h2 {
	  font-size: 22px;
	}
	h3 {
	  font-size: 16px;
	}
	h4 {
	  font-size: 15px;
	}
	h6 {
	  font-size: 14px;
	}
  
	p {
	  font-size: 13px;
	}
  }
  
  @media (max-width: 480px) {
	h3 {
	  font-size: 14px;
	}
  
	h2 {
	  font-size: 19px;
	}
  
	h4 {
	  font-size: 15px;
	}
  
	p {
	  font-size: 12px;
	}
  }
  
  /* Typography End Here */
  
  /* Header With out Login Css Start Here */
  
  .navbar-collapse .primary-btn {
	font-size: 14px;
	padding: 0.375rem 1rem;
	margin-left: 10px;
	border: 1px solid var(--bg-primary);
  }
  .navbar-collapse .secondary-btn {
	margin-left: 10px;
  }
  .sec-header .secondary-btn {
	background: transparent;
	color: var(--bg-primary);
	font-size: 14px;
	padding: 0.375rem 1.5rem;
	font-family: var(--font-calibri-bold);
	transition: all 0.8s ease-out;
	border: 1px solid var(--bg-primary);
  }
  
  .sec-header {
	width: 100%;
	color: var(--light-text-color);
	position: absolute;
	z-index: 1;
	margin: 15px 0px;
  }
  
  .sec-header-content {
	display: flex;
	justify-content: end;
	padding-top: 10px;
  }
  
  .sec-header-content a {
	color: var(--light-text-color);
	font-size: 14px;
	padding-left: 10px;
	z-index: 999;
	font-family: var(--font-AGaramondPro-regular);
  }
  .sec-header-content a:last-child {
	border-left: 1px solid #fff;
	margin-left: 10px;
	font-family: var(--font-AGaramondPro-bold);
	text-decoration: underline;
  }
  .sec-header-content span {
	color: var(--light-text-color);
	font-size: 14px;
	font-family: var(--font-AGaramondPro-regular);
  }
  
  .navbar {
	width: 100%;
	padding-top: 0px;
  }
  
  .navbar-brand img {
	width: 125px;
  }
  .navbar-light .navbar-nav .nav-link {
	color: var(--dark-text-color);
	font-size: 16px;
	padding: 6px 10px 6px 5px;
	font-family: var(--font-default);
	letter-spacing: -1px;
	font-weight: 400;
  }
  
  .navbar-light .navbar-nav .nav-link:focus,
  .navbar-light .navbar-nav .nav-link:hover,
  .navbar-light .navbar-nav .nav-link:active {
	color: var(--bg-primary);
	transition: 1s;
  }
  .navbar-light .navbar-nav .nav-link.active,
  .navbar-light .navbar-nav .show > .nav-link {
	color: var(--bg-primary);
	transition: 1s;
  }
  
  .btn-flex {
	display: flex;
  }
  ul.dropdown-menu.show {
    padding: 0;
    margin-top: 10px;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #24498c;
}
  /* Header With out Login Css End Here */
  
  /* Mobile Header Css Start Here */
  
  @media (max-width: 1368px) {
	.navbar-brand img {
	  width: 120px;
	}
	.navbar-light .navbar-nav .nav-link {
	  font-size: 14px;
	  padding: 6px 6px;
	  letter-spacing: -0.75px;
	}
  
	.navbar-brand {
	  padding-top: 0px;
	}
  
	.sec-header-content a {
	  color: var(--light-text-color);
	  font-size: 13px;
	  padding-left: 10px;
	  z-index: 999;
	  font-family: var(--font-AGaramondPro-regular);
	}
	.sec-header-content a:last-child {
	  font-size: 13px;
	}
	.sec-header-content span {
	  font-size: 13px;
	}
	.navbar-collapse .primary-btn {
	  padding: 0.375rem 1rem;
	}
  }
  @media (max-width: 1200px) {
	.navbar-brand img {
	  width: 100px;
	}
	.start {
	  margin-right: 5px;
	}
	.navbar-light .navbar-nav .nav-link {
	  font-size: 12px;
	  padding: 5px;
	  white-space: nowrap;
	}
	.with-login .dropdown-menu {
	  min-width: auto;
	  left: -50px;
	}
	.navbar-collapse .primary-btn {
		margin-left: 0px;
	}
  }
  
  @media (max-width: 1024px) {
	.navbar-light .navbar-nav .nav-link {
	  font-size: 13px;
	  padding: 5px;
	}
	.navbar-collapse .secondary-btn {
	  margin-left: 5px;
	  padding: 0.375rem 0.75rem;
	  font-size: 13px;
	}
	.navbar-collapse .primary-btn {
	  margin-left: 0px;
	  padding: 0.375rem 0.75rem;
	  font-size: 13px;
	}
  }
  @media (max-width: 1023px) {
	.navbar-brand img {
	  width: 150px;
	}
	.start {
	  margin-right: 5px;
	}
	.navbar-light .navbar-nav .nav-link {
	  font-size: 12px;
	  padding: 5px;
	}
	.navbar .primary-btn {
	  font-size: 12px;
	}
	.navbar .btn {
	  padding: 0.375rem 0.2rem;
	}
	.navbar {
	  top: 15px;
	}
	.navbar-light .navbar-toggler {
	  background: #fff;
	}
	.navbar-light .navbar-nav .nav-link {
	  font-size: 13px;
	  padding: 10px 0px;
	  color: #000;
	}
  }
  @media (max-width: 992px) {
	.navbar-nav li {
	  border-left: none;
	}
	.navbar-collapse {
	  background: #fff;
	  padding: 20px;
	  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
	}
	
  }
  @media (max-width: 768px) {
	.navbar-nav li {
	  border-left: none;
	}
	.navbar-collapse {
	  background: #fff;
	  padding: 20px;
	}
	.with-login .dropdown,
	.dropend,
	.dropstart,
	.dropup {
	  position: absolute;
	  right: 40px;
	  top: 0;
	  margin-top: 10px;
	}
	.with-login .navbar-light .navbar-toggler {
	  margin-right: 60px;
	}
	.with-login .dropdown-menu {
	  min-width: auto;
	  left: -50px;
	}
	.mainbannerbg .banner {
	  display: none !important;
	}
	.mainslider .slick-dots {
	  display: none !important;
	}
  }
  
  @media (max-width: 576px) {
	.sec-header-content {
	  display: flex;
	  justify-content: center;
	  text-align: center;
	  margin-bottom: 20px;
	}
	.navbar {
	  position: unset;
	  width: 100%;
	}
	.navbar-nav li {
	  border-left: none;
	}
	a.navbar-brand img {
	  width: 120px;
	}
	.btn-flex {
	  display: block;
	}
	.btn-flex .primary-btn {
	  width: 100%;
	}
	.start {
	  margin-right: 0px;
	}
	.navbar .btn {
	  padding: 0.375rem 0.2rem;
	  width: 100%;
	  margin: 10px 0px;
	  background-size: 1000px;
	}
	.with-login .dropdown,
	.dropend,
	.dropstart,
	.dropup {
	  position: absolute;
	  right: 20px;
	  top: 67px;
	}
	.with-login .primary-btn {
	  font-size: 12px;
	  padding: 0.375rem 0.5rem;
	  font-family: var(--font-heading);
	  margin-right: 0px;
	}
	.with-login .sec-header-content {
	  display: flex;
	  justify-content: space-between;
	  text-align: center;
	  margin-bottom: 20px;
	}
	.with-login .dropdown,
	.dropend,
	.dropstart,
	.dropup {
	  margin-top: 0px;
	}
  }
  /* Mobile Header Css End Here */
  
  /* Banner Sec Css Start Here */
  .mainbannerbg {
	width: 100%;
	background-image: url(../img/home/bannerbg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 100px 0px;
	position: relative;
  }
  .mainbannerbg .preheading {
	color: var(--bg---dark-text-color);
	font-size: 20px;
	margin: 0px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: bold;
  }
  .mainbannerbg h1 {
	font-size: 60px;
	margin: 0px;
	line-height: 60px;
	text-transform: capitalize;
  }
  .mainbannerbg .banner__para {
	font-size: 17px;
	line-height: 20px;
	letter-spacing: -0.02em;
	margin: 20px 0px;
  }
  .mainbannerbg .find {
	width: 415px;
	margin-top: 50px;
  }
  .mainbannerbg .find h4 {
	font-size: 20px;
	font-family: var(--font-calibri-bold);
  }
  .mainbannerbg .find .primary-btn {
	padding: 0.75rem 2rem;
	font-size: 17px;
	border-radius: 7.0956px;
  }
  .mainbannerbg .find input {
	background: #f1f1f1;
	border-radius: 7.0956px;
	border: none;
	font-size: 17px;
  }
  
  /* responsive banner css Start */
  @media (max-width: 1368px) {
	.mainbannerbg h1 {
	  font-size: 51px;
	  line-height: 51px;
	}
	.mainbannerbg .banner__para {
	  font-size: 15px;
	}
	.mainbannerbg .find input {
	  font-size: 15px;
	}
	.mainbannerbg .find .primary-btn {
	  padding: 0.65rem 2rem;
	  font-size: 15px;
	  z-index: unset;
	}
  }
  
  @media (max-width: 1280px) {
	.mainbannerbg .banner {
	  left: 20px;
	}
	.mainslider .slick-dots {
	  right: -40px;
	}
	.services-multiple-items {
	  margin-left: 80px;
	}
	.our-blogs-multiple-items {
	  margin-left: 80px;
	}
	.testimonialDiv {
	  margin-left: 80px;
	}
	.mainbannerbg h1 {
		font-size: 42px;
		line-height: 45px;
	}
	.mainbannerbg .find {
		width: 415px;
		margin-top: 20px;
	}
  }
  
  @media (max-width: 1024px) {
	.banner__txt-wrapp {
	  margin-top: 30px;
	}
	.mainbannerbg h1 {
	  font-size: 42px;
	  line-height: 42px;
	}
	.mainbannerbg .find {
	  width: 415px;
	  margin-top: 20px;
	  margin-bottom: 60px;
	}
  }
  
  @media (max-width: 768px) {
	.mainbannerbg {
	  padding: 130px 0px;
	}
	.banner__txt-wrapp {
	  margin-top: 0px;
	}
	.mainbannerbg .banner__txt-wrapp .preheading {
	  font-size: 12px;
	}
	.mainbannerbg h1 {
	  font-size: 30px;
	}
	.mainbannerbg .banner__txt-wrapp .banner__para {
	  font-size: 12px;
	  line-height: 18px;
	}
	.mainbannerbg .find {
	  margin-top: 20px;
	  margin-bottom: 50px;
	}
  }
  
  @media (max-width: 576px) {
	.mainbannerbg .banner__txt-wrapp .banner__para {
	  font-size: 12px;
	  line-height: 22px;
	}
	.mainbannerbg h1 {
	  font-size: 30px;
	  line-height: 30px;
	}

  }
  @media (max-width: 300px) {
	.input-group {
		width: 90%;
	}

  }
  /* responsive banner css End */
  /* Banner Sec Css End Here */
  
  /* about Sec Css start Here */
  .about-sec {
	padding: 80px 0px;
  }
  .about-sec h2 {
	width: 370px;
  }
  .about-sec .aboutimg2 {
	margin: 60px 0px 0px -50px;
  }
  .about-sec .aboutspan {
	font-family: var(--font-heading);
	background: var(--bg-primary);
	color: var(--dark-text-color);
	font-size: 18px;
	text-align: center;
	padding: 10px 30px;
	border-radius: 5px;
	margin: 10px;
	display: inline-block;
  }
  
  /* responsive about css Start */
  @media (max-width: 1368px) {
	.about-sec .aboutspan {
	  padding: 10px 15px;
	}
  }
  @media (max-width: 1024px) {
	.about-sec {
	  padding: 50px 0px;
	}
	.about-sec .aboutspan {
	  padding: 10px;
	  font-size: 15px;
	}
  }
  @media (max-width: 768px) {
	.about-sec {
	  padding: 30px 0px;
	}
	.about-sec .aboutimg2 {
	  margin: 40px 0px 0px -40px;
	}
	.about-sec .aboutspan {
	  padding: 8px;
	  font-size: 11px;
	}
	.about-sec h6 {
	  letter-spacing: 1.3px;
	  font-size: 14px;
	  margin: 0px;
	}
	.about-sec .aboutspan {
	  margin: 7px;
	}
	.services-sec .services-img {
	  display: none;
	}
  }
  @media (max-width: 767px) {
	.about-sec .aboutimg2 {
		margin: 40px 0px 40px 0px;
	  }

  }
  @media (max-width: 576px) {
	.about-sec .aboutspan {
	  margin: 5% 2%;
	  width: 96%;
	  font-size: 20px;
	}
	.about-sec .aboutimg2 {
	  margin: 0px 0px 20px 0px;
	}
	.about-sec h2 {
	  width: 100%;
	}
  }
  /* responsive about css End */
  
  /* about Sec Css End Here */
  
  /* services Sec Css Start Here */
  .services-sec {
	padding: 60px 0px;
  }
  .services-sec .services-bg {
	background-image: url(../img/home/servicesbg.png);
	background-repeat: no-repeat;
	position: relative;
	background-size: 100% 100%;
	padding: 70px;
	color: var(--light-text-color);
  }
  .services-sec .services-bg h2 {
	width: 380px;
	letter-spacing: -0.03em;
	text-transform: capitalize;
	margin-bottom: 30px;
  }
  .services-sec .services-img {
	position: absolute;
	right: 100px;
	bottom: 0px;
  }
  
  /* responsive services css Start */
  @media (max-width: 1368px) {
	h2 {
	  font-size: 34px;
	  text-transform: capitalize;
	}
	.services-sec .services-bg h2 {
	  width: 360px;
	  letter-spacing: -0.03em;
	  text-transform: capitalize;
	  margin-bottom: 30px;
	}
	.services-sec .services-bg {
	  padding: 60px 70px;
	}
  }
  
  @media (max-width: 1024px) {
	.services-sec {
	  padding: 50px 0px;
	}
	.services-sec .services-bg {
	  padding: 35px 70px;
	}
	h2 {
	  font-size: 26px;
	}
	.services-sec .services-bg p {
	  padding-right: 0px;
	  font-size: 13px;
	}
	.services-sec ul.points li {
	  padding: 4px 0px 4px 10px;
	  font-size: 14px;
	}
	.services-sec ul.points li::before {
	  background-size: 20px;
	}
	.services-sec .services-img {
	  right: 20px;
	}
  }
  @media (max-width: 992px) {
	.services-sec .services-img{
		display: none;
	}
	.services-sec .services-bg h2 {
		width: 100%;
	}

  }
  @media (max-width: 768px) {
	.services-sec .services-bg h2 {
	  width: 100%;
	}
  }
  @media (max-width: 576px) {
	.services-sec {
	  padding: 10px 0px;
	}
	.services-sec .services-bg {
	  padding: 25px;
	}
	.services-sec .services-bg {
	  background-image: url(../img/home/servicesbg.png);
	  background-repeat: no-repeat;
	  position: relative;
	  background-size: unset;
	  border-radius: 30px;
	  padding: 30px;
	}
	.services-sec .points {
	  columns: 1;
	  padding-left: 20px;
	}
	.services-sec .services-bg p {
	  padding-right: 0px;
	  font-size: 12px;
	}
	.services-sec .services-bg h2 {
	  width: 100%;
	  letter-spacing: -0.03em;
	  text-transform: capitalize;
	  margin-bottom: 30px;
	}
  }
  /* responsive services css End */
  
  /* services Sec Css End Here */
  
  /* Why Use Sec Css Start Here */
  
  .whyUse-sec {
	padding: 60px 0px;
  }
  .whyUse-sec-list {
	background-color: var(--light-bg);
	padding: 50px 25px 30px 25px;
	text-align: center;
	border-radius: 25px;
	margin: 10px 0px;
	height: 280px;
  }
  .whyUserow {
	padding: 0px 9%;
	margin-top: 40px;
  }
  .whyUse-sec-list .icon {
	width: 50px;
	height: 50px;
	border-radius: 10px;
	margin: auto;
	margin-bottom: 30px;
  }
  .whyUse-sec-list h3 {
	margin-bottom: 20px;
  }
  .whyUse-sec-list p {
	opacity: 0.8;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
  }
  
  /* responsive Why Use Sec css Start */
  @media (max-width: 1368px) {
	.whyUserow {
	  padding: 0px 5%;
	}
  }
  
  @media (max-width: 768px) {
	.whyUserow {
	  padding: 0px;
	}
  }
  
  /* responsive Why Use Sec css End */
  
  /* Why Use Sec Css End Here */
  
  /* handy-services Sec Css Start Here */
  .handy-services-sec {
  }
  .handy-services-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
  }
  .handy-services-heading-text {
	width: 40%;
  }
  .handy-services-heading-text p {
	color: #636363;
  }
  .services-multiple-items {
	margin-top: 30px;
	margin-left: 70px;
	overflow: hidden;
  }
  .services-slider-item {
	padding: 5px;
  }
  .services-slider-item img {
    width: 270px;
    height: 250px;
}
  .services-slider-item-text {
	width: 82%;
	margin: auto;
	background-color: var(--bg-primary);
	color: var(--light-text-color);
	font-family: var(--font-AGaramondPro-bold);
	font-size: 18px;
	text-align: center;
	border-radius: 12px;
	padding: 15px 0px;
	margin-top: -30px;
	z-index: 1;
	position: relative;
  }
  .services-multiple-items .slick-list {
	padding: 0 10% 0 0 !important;
  }
  
  /* responsive handy-services Sec css Start */
  @media (max-width: 1368px) {
	.services-multiple-items {
	  margin-top: 30px;
	  margin-left: 110px;
	  overflow: hidden;
	}
	.handy-services-heading-text {
	  width: 50%;
	}
  }
  @media (max-width: 1024px) {
	.handy-services-sec {
	  padding: 60px 0px;
	}
	.handy-services-heading-text {
	  width: 70%;
	}
	.services-multiple-items {
	  margin-left: 40px;
	}
	.services-slider-item-text {
	  font-size: 14px;
	}
  }
  @media (max-width: 992px) {
	.services-slider-item img {
		height: 200px;
	}
	.services-multiple-items {
		margin-left: 60px;
	}

  }
  @media (max-width:916px) {
	.services-multiple-items {
		margin-left: 100px;
	}
  }
  @media (max-width:852px) {
	.services-multiple-items {
		margin-left: 70px;
	}
  }
  @media (max-width:813px) {
	.services-multiple-items {
		margin-left: 50px;
	}
  }
  @media (max-width: 768px) {
	.handy-services-heading-text {
	  width: 75%;
	}
	.services-slider-item img {
		width: 100%;
		height: 200px;
	}
	.services-multiple-items {
		margin-left: 30px;
	}
  }
  @media (max-width: 741px) {
	.services-multiple-items {
		margin-left: 100px;
	}
  }
  @media (max-width: 668px) {
	.services-multiple-items {
		margin-left: 70px;
	}
  }
  @media (max-width: 576px) {
	.handy-services-heading {
	  display: block;
	}
	.handy-services-heading-text {
	  width: 100%;
	}
	.services-multiple-items {
	  margin-left: 10px;
	}
	.services-slider-item img {
		width: 100%;
		height: 320px;
	}
  }
  
  /* responsive handy-services Sec css End */
  /* handy-services Sec Css End Here */
  
  /* our blogs Css Start Here */
  .our-blogs-sec {
	padding: 40px 0px;
  }
  .our-blogs-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
  }
  .our-blogs-heading-text {
  }
  .our-blogs-heading-text h2 {
	color: var(--dark-text-color);
  }
  .our-blogs-multiple-items {
	margin-top: 30px;
	margin-left: 70px;
	overflow: hidden;
  }
  .our-blogs-slider-item {
    margin: 5px;
    background: #f1f1f1;
    border-radius: 25px;
    height: 100%;
}
  .our-blogs-slider-item img {
    width: 100%;
    height: 196px;
}
  .our-blogs-multiple-items .slick-list {
	padding: 0 10% 0 0 !important;
  }
  .our-blogs-item-text {
	padding: 20px 25px;
  }
  .our-blogs-multiple-items h4 {
	line-height: normal;
  }
  .our-blogs-item-text a {
	font-family: var(--font-calibri-bold);
	color: var(--bg-primary);
  }
  .our-blogs-multiple-items p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
  }
  .our-blogs-multiple-items .slick-dots {
    position: unset;
    bottom: 0px;
    padding: 0;
    margin: 10px 0 0 0;
    list-style: none;
    text-align: center;
    display: unset;
    width: auto;
}
.our-blogs-multiple-items .slick-dots li.slick-active button:before {
	opacity: unset;
	color: black;
	font-size: 10px;
  }
  .our-blogs-multiple-items .slick-dots li button:before {
	font-family: "slick";
	font-size: 8px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: "•";
	text-align: center;
	opacity: unset;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  .our-blogs-multiple-items .slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
  }
  
  /* responsive our blogs Sec css Start */
  
  @media (max-width: 1368px) {
	.our-blogs-multiple-items {
	  margin-left: 110px;
	}
	.our-blogs-multiple-items h4 {
	  font-size: 16px;
	}
	.our-blogs-multiple-items p {
	  display: -webkit-box;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 2;
	  overflow: hidden;
	}
	.our-blogs-item-text a {
	  font-family: var(--font-AGaramondPro-bold);
	  font-size: 13px;
	}
  }
  @media (max-width: 1024px) {
	.our-blogs-multiple-items {
	  margin-left: 40px;
	}
	.our-blogs-item-text {
	  padding: 20px 15px;
	}
	.our-blogs-multiple-items h4 {
	  font-size: 14px;
	  line-height: 22px;
	}
	.our-blogs-multiple-items p {
	  font-size: 13px;
	}
  }
  @media (max-width: 992px) {
	.our-blogs-multiple-items {
		margin-left: 60px;
	}
  }
  @media (max-width:916px) {
	.our-blogs-multiple-items {
		margin-left: 100px;
	}
  }
  @media (max-width:852px) {
	.our-blogs-multiple-items {
		margin-left: 70px;
	}
  }
  @media (max-width:813px) {
	.our-blogs-multiple-items {
		margin-left: 50px;
	}
  }
  @media (max-width: 768px) {
	.our-blogs-heading-text {
		width: 70%;
	}
	.our-blogs-sec {
		padding: 40px 0px 0px 0px;
	}
	.our-blogs-multiple-items {
		margin-left: 30px;
	}
  }
  @media (max-width: 741px) {
	.our-blogs-multiple-items {
		margin-left: 100px;
	}
  }
  @media (max-width: 668px) {
	.our-blogs-multiple-items {
		margin-left: 70px;
	}
  }
  
  @media (max-width: 576px) {
	.our-blogs-heading {
	  display: block;
	}
	.our-blogs-heading-text {
	  width: 100%;
	}
	.our-blogs-multiple-items {
	  margin-left: 10px;
	}
  }
  
  /* responsive our blogs Sec css End */
  
  /* our blogs Sec Css End Here */
  
  /* testimonial Css Start Here */
  .testimonial-sec {
	padding: 60px 0px;
  }
  .testimonialDiv {
	margin-left: 70px;
	overflow: hidden;
  }
  .testimonial-sec .testimonial-bg {
	background-image: url(../img/home/servicesbg.png);
	background-repeat: no-repeat;
	position: relative;
	background-size: 100% 100%;
	padding: 100px 0px 100px 100px;
  }
  .testimonial-bg h2 {
	padding-right: 10px;
	padding-bottom: 40px;
	color: var(--light-text-color);
	max-width: 340px;
  }
  .testimonial-bg h6 {
	padding-right: 150px;
	color: var(--light-text-color);
  }
  .testimonial-slider-wrapp {
	background-color: var(--light-bg);
	border-radius: 10px;
	padding: 20px;
	opacity: 0.8 !important;
	transform: scale(0.8);
  }
  .testimonial-sec .testimonialsContent {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
  }
  .testimonialsContent .client-img img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
  .testimonialsContent h5 {
	font-size: 18px;
	margin: 0px;
	line-height: normal;
	font-family: var(--font-calibri-bold);
  }
  .testimonialsContent p {
	margin: 0px;
  }
  .testimonial-slider .slick-dots {
	position: absolute;
	bottom: 0px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	display: unset;
	width: auto;
	left: -510px;
  }
  .testimonial-slider .slick-dots li.slick-active button:before {
	opacity: unset;
	color: white;
	font-size: 10px;
  }
  .testimonial-slider .slick-dots li button:before {
	font-family: "slick";
	font-size: 8px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: "•";
	text-align: center;
	opacity: unset;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  .testimonial-slider .slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
  }
  .testimonial-slider .slick-prev {
	display: none !important;
  }
  .testimonial-slider .slick-next {
	display: none !important;
  }
  .testimonial-slider-wrapp.slick-center {
	opacity: 1 !important;
	transform: scale(1);
  }
  .testimonial-slider .slick-list {
	padding: 0 22% 0 0 !important;
  }
  /* testimonial Css End Here */
  
  /* responsive testimonial css Start */
  
  @media (max-width: 1368px) {
	.testimonialDiv {
	  margin-left: 110px;
	}
	.testimonial-slider .slick-dots {
	  left: -440px;
	}
	.testimonial-slider .slick-next {
	  left: -110px;
	}
	.testimonial-slider .slick-prev {
	  left: -160px;
	}
	.testimonial-slider h4 {
	  font-size: 16px;
	}
	.testimonial-slider p {
	  font-size: 13px;
	}
	.testimonialsContent h5 {
	  font-size: 16px;
	}
	.testimonial-sec .testimonial-bg {
	  padding: 70px 0px 70px 100px;
	}
  }
  
  @media (max-width: 1024px) {
	.testimonial-sec {
	  padding: 50px 0px;
	}
	.testimonialDiv {
	  margin-left: 40px;
	}
	.testimonial-sec .testimonial-bg {
	  padding: 40px 0px 40px 50px;
	}
	.testimonial-bg h6 {
	  padding-right: 0px;
	}
	.testimonial-slider .slick-dots {
	  left: -320px;
	}
	.testimonial-slider h4 {
	  font-size: 14px;
	  margin: 0px;
	}
	.testimonial-slider p {
	  font-size: 12px;
	}
	.testimonialsContent .client-img img {
	  border-radius: 50%;
	  width: 50px;
	}
	.testimonial-bg h2 {
	  padding-right: 10px;
	  padding-bottom: 20px;
	}
	.testimonialsContent h5 {
	  font-size: 13px;
	}
	.testimonial-slider .slick-dots {
	  left: -50px;
	  bottom: -40px;
	  margin: auto;
	  width: 100%;
	}
	.testimonial-slider .slick-next {
	  display: none !important;
	}
	.testimonial-slider .slick-prev {
	  display: none !important;
	}
  }
  
  @media (max-width: 768px) {
	.testimonial-bg h2 {
	  max-width: 100%;
	}
	.testimonial-sec {
	  padding: 0px;
	}
	.testimonial-sec .testimonial-bg {
		border-radius: 4%;
	}
  }
  
  @media (max-width: 576px) {
	.testimonial-sec .testimonial-bg {
		padding: 30px 0px 40px 30px;
		border-radius: 5%;
	}
	.testimonial-sec .testimonial-bg {
	  padding: 30px 0px 40px 30px;
	}
	.testimonial-slider h4 {
	  font-size: 13px;
	  margin: 0px;
	}
	.testimonial-slider-wrapp {
	  margin-right: 25px;
	  padding: 15px;
	  opacity: unset !important;
	  transform: unset;
	}
	.testimonial-slider .slick-dots {
	  left: -20px;
	  margin: auto;
	  width: 100%;
	}
	.testimonial-slider .slick-list {
	  padding: 0 !important;
	}
  }
  
  /* responsive testimonial css End */
  
  .custom-banner {
	position: relative;
	background-image: url("../img/custom-banner.jpg");
	background-size: cover;
	height: 315px;
	background-repeat: no-repeat;
  }
  section.custom-banner .banner-text {
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: center;
	padding-top: 70px;
  }
  section.custom-banner .banner-text h1 {
	font-family: var(--font-heading);
	color: var(--dark-text-color);
	text-align: center;
	font-size: 42px;
	letter-spacing: -1px;
  }
  section.custom-banner .banner-text h5 {
	text-align: center;
	text-transform: uppercase;
	color: var(--bg-primary);
	margin: 0px;
	font-family: var(--font-calibri-bold);
  }
  @media (max-width: 1024px) {
	.custom-banner {
		background-position: center center;
	}

  }
  @media (max-width: 576px) {
	.custom-banner {
	  height: 250px;
	}
  }
  
  .pagination-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 30px;
  }
  .pagination-wrapper li.page-item {
	margin: 0px 5px;
  }
  .pagination-wrapper li.page-item {
	margin: 0px 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
  }
  .pagination-wrapper li.page-item a {
	background: #f1f1f1;
	border-radius: 10px !important;
	color: var(--dark-text-color);
	font-family: var(--font-calibri-bold);
	font-size: 20px;
	padding: 10px 20px;
  }
  a.page-link.active {
	/* background: var(--bg-primary) !important;
	  color:var(--light-text-color) !important; */
  }
  .page-item:first-child .page-link {
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
	color: var(--light-text-color) !important;
	background: var(--bg-primary);
  }
  .page-item:last-child .page-link {
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
	color: var(--light-text-color) !important;
	background: var(--bg-primary);
  }
  .per-hour{width: 100%; margin: 0px; font-size: 18px; height: 30px;}
  .form-control {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 0.85rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
.icon {
    position: relative;
}
.my-account-rightside .icon img {
    position: absolute;
    top: 13px;
    right: 24px;
    width: 18px;
    height: 12px;
    cursor: pointer;
}
  
  .myaccount-left-side .my-account-tabs a:hover {
	padding: 5px 0px;
	font-family: var(--font-heading);
	font-size: 20px;
	color: var(--bg-primary);
  }
  .myaccount-left-side .my-account-tabs a.active {
	padding: 5px 0px;
	font-family: var(--font-heading);
	font-size: 20px;
	color: var(--bg-primary);
  }
  /* Footer Css Start Here */
  footer {
	background-image: url(../img/footer/footerbg.jpg);
	padding: 170px 0px 20px;
	background-size: cover;
	background-repeat: no-repeat;
  }
  
  footer .footer-content p {
	color: var(--light-text-color);
	padding: 15px 0px;
	margin: 0;
  }
  
  footer .footer-content .social-icon {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 80%;
	flex-wrap: wrap;
  }
  
  footer .footer-content .social-icon li {
	margin-right: 15px;
  }
  
  footer .footer-content .social-icon li a {
	background: var(--extra-color-1);
	width: 35px;
	display: flex;
	height: 35px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	color: var(--extra-color-2);
	border: 2px solid var(--extra-color-2);
	transition: 0.6s;
  }
  
  footer .footer-content .social-icon li a:hover {
	box-shadow: 0px 0px 0px 2px var(--extra-color-1);
  }
  
  footer .footer-content .head h4 {
	color: var(--extra-color-1);
	font-family: var(--font-heading);
  }
  
  footer .footer-content .head {
	padding-bottom: 20px;
  }
  
  footer .footer-content .head h3 {
	font-size: 20px;
	color: var(--light-text-color);
	font-family: var(--font-calibri-bold);
  }
  
  footer .footer-content ul.menu-links {
	padding: 0;
	margin: 0;
	list-style: none;
  }
  footer .footer-content ul.menu-links .contact-info {
	max-width: 210px;
  }
  
  footer .footer-content ul.menu-links li a {
	color: var(--light-text-color);
	font-size: 14px;
  }
  
  footer .footer-content ul {
	padding: 0;
	margin: 0;
	list-style: none;
  }
  
  footer .logo-content .logo-box {
	max-width: 200px;
	margin-top: 20px;
  }
  
  footer ul.social-icons {
	display: flex;
	flex-wrap: wrap;
	max-width: 200px;
  }
  
  footer ul.social-icons li {
	margin-right: 8px;
  }
  
  footer ul.social-icons li a {
	background: var(--heading-color-2);
	color: var(--bg-primary);
	width: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 32px;
	border-radius: 5px;
	font-size: 14px;
  }
  footer ul.social-icons li a:hover {
	background: var(--heading-color-2);
	height: 32px;
	width: 32px;
	transition: 0.6s all;
	transform: scale(1.2);
  }
  
  footer .footer-content ul li {
	padding-bottom: 5px;
  }
  
  footer .footer-content ul.menu-links li a i {
	margin-right: 10px;
  }
  
  ul.menu-links.menus.quick-links {
	column-count: 2;
  }
  .menu-links.menus.quick-links a:hover {
	color: var(--dark-text-color);
	transition: 1s all;
  }
  
  footer .newsletter-content {
	max-width: 90%;
	margin: 0 0 0 auto;
  }
  footer .newsletter-content ul.social-icons li {
	margin-right: 16px;
	margin-bottom: 12px;
  }
  
  footer .footer-content form .form-group {
	flex: 1;
  }
  
  footer .footer-content form .form-group .form-control {
	border-radius: 5px;
	height: 40px;
	color: #9c9a9a;
	font-size: 13px;
	box-shadow: none;
	outline: none;
	margin: 10px 0px;
	max-width: 90%;
  }
  
  footer .footer-content form .btn-secondary {
	background: var(--secondary-btn-color);
	border-radius: 5px;
	height: 40px;
	border: none;
	width: 90%;
  }
  
  footer .copyright {
	padding-top: 40px;
	padding-bottom: 10px;
  }
  
  footer .copyright p {
	color: var(--light-text-color);
	font-size: 14px;
	margin: 0;
	text-align: center;
  }
  footer .copyright ul {
	display: flex;
	color: var(--light-text-color);
	padding: 0px;
  }
  footer .copyright ul li {
	list-style: none;
  }
  footer .copyright ul li a {
	padding: 0px 10px;
	font-size: 14px;
  }
  
  @media (max-width: 992px) {
	footer .footer-content .social-icon {
	  max-width: 100%;
	  margin-top: 20px;
	}
  
	footer .footer-content .head {
	  padding-bottom: 0px;
	  padding-top: 25px;
	}
  
	footer .footer-content .latest-blog-box .img-box {
	  flex: 0 0 12%;
	}
	footer .quick-links li {
	  padding-bottom: 5px !important;
	}
  
	footer .newsletter-content {
	  max-width: 100%;
	}
	footer ul.social-icons {
		max-width: 100%;
		margin-top: 15px;
	}
	footer .copyright {
		padding-top: 20px;
		padding-bottom: 10px;
	}
	footer {
		padding: 190px 0px 20px;
	}
  }
  
  @media (max-width: 768px) {
	footer {
	  padding: 260px 0px 20px;
	}
	footer .quick-links li {
	  padding-bottom: 5px !important;
	}
  
	footer .newsletter-content {
	  max-width: 100%;
	}
	footer .footer-content ul.menu-links {
	  padding-top: 5px;
	}
	footer ul.social-icons {
	  padding-top: 10px;
	  max-width: 100%;
	}
	footer .copyright {
	  margin-top: 0px;
	  padding-top: 10px;
	  padding-bottom: 0px;
	}
	footer .footer-content .head {
		padding-top: 15px;
	}
  }
  
  @media (max-width: 575px) {
	footer {
	  padding: 220px 0px 10px;
	}
	footer .footer-content .social-icon {
	  max-width: 75%;
	}
  
	footer .footer-content .head {
	  padding-bottom: 0px;
	}
  
	footer .footer-content .latest-blog-box .img-box img {
	  height: 50px;
	}
  
	footer .footer-content .latest-blog-box .content {
	  padding-left: 15px;
	  max-width: 65%;
	}
  
	footer .copyright {
	  padding-top: 0px;
	  padding-bottom: 10px;
	  font-size: 13px;
	}
  
	footer .copyright p {
	  font-size: 12px;
	  text-align: left;
	}
	footer .quick-links li {
	  padding-bottom: 0px !important;
	}
	footer .newsletter-content {
	  max-width: 100%;
	}
	footer ul.social-icons {
	  display: flex;
	  flex-wrap: wrap;
	  max-width: 100%;
	  margin-top: 0px;
	}
	footer .copyright {
	  margin-top: 0px;
	  display: block;
	}
	footer .copyright ul li a {
	  padding: 0px 10px;
	  font-size: 13px;
	}
	footer .copyright ul li:first-child a {
	  padding-left: 0px;
	}
	footer .footer-content form .form-group .form-control {
	  max-width: 100%;
	}
	footer .footer-content form .btn-secondary {
	  width: 100%;
	}
	section.custom-banner .banner-text {
	  padding-top: 50px;
	}
	section.custom-banner .banner-text h1 {
	  font-size: 24px;
	}
	.mainbannerbg .find {
	  margin-top: 20px;
	  margin-bottom: 50px;
	  width: 280px;
	}
	.mainbannerbg .find h4 {
	  font-size: 16px;
	}
  }
  
  @media (max-width: 480px) {
	footer .footer-content .social-icon {
	  max-width: 100%;
	}
  
	footer .footer-content .social-icon li {
	  margin-right: 0px;
	}
  
	footer .footer-content ul li a {
	  font-size: 12px;
	}
  }
  
  /* Footer Css End Here */
  