*,
dl,
ol,
ul {
  padding: 0;
  margin: 0;
}

a,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: Inter;
}

.bottom-box,
a,
img {
  transition: 0.4s;
}

.bottom-box:hover,
.col-md-4:nth-child(2) .bottom-box,
.process-box.box-second .pr-num,
.process-box:hover .pr-num,
.top_left ul li i,
input[type="submit"]:hover {
  background: var(--second-clr);
}

.bottom-box:hover img,
.col-md-4:nth-child(2) .bottom-box img,
.form-txt img,
.services-two__icon img {
  filter: brightness(100);
}

a.rd-more,
a.read-mr {
  text-decoration: underline;
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p {
  font-family: Inter;
}

.ab-main,
.ab-main img,
.blog-icon-txt h5,
.blog-img,
.coach-img,
.inner-banner,
.slide__img,
.why-1,
.why-2 {
  overflow: hidden;
}

@font-face {
  font-family: Inter;
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"),
    url("../fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url("../fonts/Inter-Medium.woff2") format("woff2"),
    url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url("../fonts/Inter-Regular.woff2") format("woff2"),
    url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

li {
  list-style: none;
}

li,
p {
  font-size: 16px;
  color: #454545;
  line-height: 1.7;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  letter-spacing: 0.8px;
  font-weight: 600;
}

a {
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.container {
  max-width: 1230px;
}

:root {
  --first-clr: #d30024;
  --second-clr: #2089ca;
}

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

.padd {
  padding: 60px 0;
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bottom-box,
.footer-social ul,
.form-cont,
.top_left ul li,
ul.nav {
  align-items: center;
  display: flex;
}

.header {
  background: #fff;
  position: relative;
}

.topbar,
.web-btn a {
  background: var(--first-clr);
}

.topbar {
  display: flex;
  padding: 10px 0;
}

.top-social ul,
.top_left ul,
.why-img {
  display: flex;
  gap: 15px;
}

.top_left {
  padding-left: 25%;
}

.top_left ul li i {
  width: 30px;
  height: 30px;
  display: grid;
  place-content: center;
  color: #fff;
  border-radius: 100%;
  margin-right: 15px;
}

.bottom-box:hover h4,
.col-md-4:nth-child(2) .bottom-box h4,
.top-social ul li a,
.top_left ul li a {
  color: #fff;
}

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

.logo img {
  width: 200px;
  height: auto;
}

ul.nav li {
  padding: 15px 14px;
}

ul.nav li a {
  font-size: 16px;
}

.web-btn a {
  border-radius: 100px;
  padding: 10px 20px;
  color: #fff;
  border: 2px solid var(--first-clr);
  cursor: pointer;
}

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

  to {
    transform: translateY(0);
  }
}

.slide,
.slider {
  height: 600px;
  width: 100%;
}

.cont-form,
.default-accordion-box,
.detail-box,
.slide,
section {
  position: relative;
}

.slide__img {
  width: 100%;
  height: 100%;
}

.slide__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
  opacity: 1 !important;
  animation-duration: 3s;
  transition: 1s;
}

.slide__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  color: #fff;
  display: flex;
  align-items: center;
}

.bottom-box,
.inner-banner,
.inner-content,
.process-box {
  text-align: center;
}

.slide__content--headings h2 {
  font-size: 39px;
  margin: 0 0 20px 0;
  font-weight: 500;
  width: 33%;
}

.slide__content--headings h2 span,
.title h2 span {
  color: var(--first-clr);
  font-weight: 700;
}

.slide__content--headings p {
  color: #000;
  margin-bottom: 20px;
  width: 40%;
}

.banner-btn a {
  padding: 10px 20px;
  background: 0 0;
  color: #fff;
  border: 2px solid var(--first-clr);
}

.slide__content--headings .animated {
  transition: 0.5s;
}

.slider [data-animation-in] {
  opacity: 0;
  animation-duration: 1.5s;
  transition: opacity 0.5s 0.3s;
}

/*@keyframes zoomInImage {*/
/*    from {*/
/*        transform: scale3d(1, 1, 1)*/
/*    }*/

/*    to {*/
/*        transform: scale3d(1.1, 1.1, 1.1)*/
/*    }*/
/*}*/

/*.zoomInImage {*/
/*    animation-name: zoomInImage*/
/*}*/

@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.zoomOutImage {
  animation-name: zoomOutImage;
}

.bottom-box {
  padding: 20px;
  position: relative;
}

.bottom-box img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-right: 29px;
}

.bottom-box h4,
.span-title h4 {
  margin: 0;
  color: var(--second-clr);
  font-size: 20px;
}

.span-title {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.ab-content ul li {
  color: #000;
  font-weight: 600;
  padding-left: 25px;
  width: 48%;
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
}

.ab-content ul li:before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(../imgs/list-ar.png) 0 0 / contain no-repeat;
}

.ab-main img {
  width: 100%;
}

.ab-main .d-flex img {
  width: 50%;
  height: 230px;
  object-fit: cover;
  margin-top: 30px;
  border-radius: 10px 10px 10px 50px;
}

.ab-main .d-flex {
  gap: 30px;
}

.ab-main .img-1 {
  height: 285px;
  object-fit: cover;
  border-radius: 10px 50px 10px 10px;
  object-position: top;
}

.ab-main .img-1:hover,
.ab-main .img-2:hover {
  transform: scale(1.07);
}

.ab-main {
  position: sticky;
  width: 90%;
  top: 0;
}

.why-img {
  position: sticky;
  top: 0;
}

.ab-cut {
  position: absolute;
  top: 25%;
  right: -20px;
  background: #fff;
  border-radius: 100%;
  padding: 20px;
}

.services-two__content,
.services-two__img-box,
.services-two__single,
.services-two__single-inner {
  position: relative;
  display: block;
}

.title h2 {
  font-size: 38px;
}

a.read-mr {
  display: inline-block;
  color: var(--first-clr);
  margin: 0 0 30px;
  font-size: 17px;
}

.bg-color {
  background-color: #dff0ff;
}

.services-two__single {
  margin: 10px;
}

.services-two__single-inner {
  overflow: hidden;
  background-color: #fff;
  z-index: 1;
  border-radius: 10px;
}

.services-two__content {
  padding: 30px 30px 35px;
}

.services-two__content h3 a {
  color: var(--second-clr);
  font-size: 22px;
}

.services-two__icon {
  position: absolute;
  top: -30px;
  right: 20px;
  background-color: var(--first-clr);
  height: 90px;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.services-two__icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  border-bottom: 30px solid #d1062f;
  border-left: 20px solid transparent;
}

.services-two__icon span {
  position: relative;
  display: inline-block;
  font-size: 63px;
  color: var(--treck-white);
}

.count-flex p,
.form-txt h2 span,
.form-txt h4,
.form-txt p,
.pr-num,
.related-service ul li:hover a i,
.services-two__hover-content p,
a:not([href]):not([class]) {
  color: #fff;
}

.services-two__img {
  position: relative;
  display: block;
}

.services-two__img img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.services-two__hover-content-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center top;
  transition: 0.5s ease-in-out 0.1s;
  transform-origin: top;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: 2;
}

.services-two__single:hover .services-two__hover-content-box {
  transform: scaleY(1);
}

.services-two__hover-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.services-two__hover-bg:before {
  background-image: -moz-linear-gradient(
    90deg,
    #16171a 0,
    rgba(22, 23, 26, 0) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(211 0 36) 0,
    rgb(211 0 36 / 26%) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    #16171a 0,
    rgba(22, 23, 26, 0) 100%
  );
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: "";
}

.services-two__hover-content {
  position: absolute;
  bottom: 38px;
  left: 40px;
  z-index: 2;
}

.services-two__hover-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 4px;
}

.blog-box h2,
.date,
.test-cont p,
footer a,
footer p {
  font-weight: 500;
}

.services-two__hover-title a {
  color: #fff;
  font-size: 24px;
  transition: 0.5s;
}

.services-two__hover-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #fff;
  height: 90px;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.pr-icon,
.pr-num {
  display: grid;
  place-content: center;
}

.services-two__hover-icon img {
  filter: brightness(0);
}

.title-para {
  width: 80%;
  margin: auto;
}

.process-box {
  width: 100%;
  position: relative;
  margin-top: 40px;
}

.pr-icon {
  width: 160px;
  height: 160px;
  margin: 0 auto 20px;
  position: relative;
  transition: 0.4s;
  border-radius: 100px;
  border: 2px dashed var(--second-clr);
}

.pr-num,
img.png-3 {
  position: absolute;
}

.pr-icon img {
  padding: 30px;
  width: 100%;
  height: 100%;
}

.pr-num {
  width: 40px;
  height: 40px;
  top: -15px;
  right: 25%;
  background: var(--first-clr);
  border-radius: 100%;
}

/*.process-box:before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    width: 44%;*/
/*    height: 45px;*/
/*    right: -24%;*/
/*    background: url(../imgs/process-img.png) 0 0/contain no-repeat;*/
/*    top: 15%*/
/*}*/

#counter .item:last-child:after,
.breadcrumb-item + .breadcrumb-item::before,
.footer-social ul li:before,
.process-box.box-third:before {
  display: none;
}

.process-box.box-second:before {
  transform: scaleY(-1);
  top: 25%;
}

.process-box.box-second .pr-icon,
.process-box:hover .pr-icon {
  background: var(--first-clr);
  border: none;
}

img.png-3 {
  right: 0;
  animation: 5s infinite yTranslate;
}

.testimonial-sec {
  background: url(../imgs/bg-from.jpg) 0 0 / cover;
  padding: 70px 0;
  position: relative;
  background-position: bottom;
}

.blog-contact,
.footer-social ul li a {
  background: var(--second-clr);
}

.testimonial-box {
  align-items: center;
  justify-content: space-between;
}

.f-cont,
a.rd-more {
  display: flex;
  align-items: center;
}

.test-img img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 100%;
  margin: 0 0 15px;
  border: 2px solid var(--first-clr);
}

.blog-contact,
.blog-contact img,
.blog-icon img,
.blog-img img {
  border-radius: 10px;
}

.test-cont p {
  color: #000;
}

.footer-links li a:hover,
.test-img h5,
.test-img span {
  color: var(--first-clr);
}

.test-img {
  margin-bottom: 15px;
}

.blog-flex {
  display: flex;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.blog-icon img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}

.blog-contact {
  margin-top: 30px;
  padding: 20px;
}

.blog-cont-flex {
  display: flex;
  gap: 15px;
  margin-top: 20px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
}

.blog-cont-flex a {
  color: #fff;
  font-size: 16px;
  word-break: break-word;
}

.blog-cont-flex i {
  color: #fff;
  font-size: 30px;
}

.blog-cont-flex p {
  color: #fff;
  margin: 0;
}

.blog-box {
  width: 100%;
  margin-top: 30px;
}

.blog-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.blog-img {
  position: relative;
  margin-bottom: 10px;
}

.date,
.f-title h4:before,
.footer-links li:before {
  position: absolute;
  background: var(--first-clr);
}

.date {
  color: #fff;
  font-size: 15px;
  width: max-content;
  padding: 10px 20px;
  bottom: 0;
  border-radius: 10px 10px 0 0;
}

.blog-box h2 {
  font-size: 20px;
  margin-top: 10px;
  color: var(--second-clr);
}

.f-title h4,
a.rd-more {
  color: var(--first-clr);
}

a.rd-more {
  gap: 10px;
}

footer {
  background: url(../imgs/footer-bg.jpg) 0 0 / cover;
  padding: 70px 0 0;
}

.f-title h4 {
  font-size: 23px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 7px;
}

.f-cont i,
.footer-social ul li a {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  color: #fff;
}

.f-title h4:before {
  content: "";
  width: 45px;
  height: 2px;
  bottom: -8px;
}

.footer-links li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 4px;
}

.f-cont {
  margin-bottom: 20px;
  gap: 15px;
  justify-content: space-between;
}

.contact-info-icon,
.footer-social ul li a {
  display: grid;
  place-content: center;
}

.date-2,
.key-flex {
  align-items: center;
}

.f-cont i {
  background: var(--first-clr);
  transition: 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.f-cont a {
  width: calc(100% - 50px);
  word-break: break-word;
}

.f-cont p {
  margin: 0;
  color: #000;
  width: calc(100% - 50px);
	    line-height: 24px;
}

footer hr {
  border-color: #fff;
  opacity: 0.5;
}

.footer-about img {
  width: auto;
  height: auto;
  margin-bottom: 20px;
}

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

.footer-links li:before {
  content: "";
  left: 0;
  top: 6px;
  width: 11px;
  height: 11px;
  clip-path: polygon(0 0, 100% 50%, 0 100%, 24% 52%);
}

.footer-padding {
  padding-left: 70px;
}

.copyright {
  padding: 20px 0;
  margin-top: 30px;
  border-top: 1px solid var(--second-clr);
}

.copyright a,
.copyright p {
  margin: 0;
  color: var(--second-clr);
}

.web-btn a:hover {
  background: 0 0;
  color: #000;
  box-shadow: rgb(211 0 36 / 24%) 0 1px 6px 0;
}

.banner-btn a:hover,
.f-cont:hover i,
.footer-social ul li a:hover {
  color: #fff;
  background: var(--first-clr);
}

.banner-btn a:hover {
  box-shadow: rgb(0 122 51 / 41%) 0 2px 8px 0;
}

.form-banner input,
.form-banner select,
.form-banner textarea {
  width: 100%;
  padding: 10px 13px;
  border: none;
  margin-bottom: 15px;
  font-family: Inter;
  font-size: 13px;
  background: #ededed;
  border-radius: 30px;
}

.form-banner textarea {
  height: 90px;
}

.form-banner input::placeholder,
.form-banner textarea::placeholder {
  color: #000;
}

.modal-header .btn-close {
  background: var(--first-clr);
  opacity: 1;
  color: #fff;
  line-height: 0;
  font-size: 17px;
}

.modal-body {
  padding: 40px;
}

.form-banner input[type="submit"] {
  background: var(--second-clr);
  width: 100%;
  color: #fff;
  font-size: 16px;
  border: none;
  margin: 0;
}

.inner-banner img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.inner-banner {
  position: relative;
  width: 100%;
}
/* 
.inner-banner:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000000ab;
} */

.inner-content {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
	height:100%;
	 background: #000000ab;
	 display:flex;
	align-items:center;
	justify-content: center;
}

.inner-content h2 {
  text-transform: capitalize;
  font-size: 46px;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
	margin:0;
}

.inner-content nav{
	display:none;
}

ol.breadcrumb.text-uppercase.mb-0 li {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
}

li.breadcrumb-item a {
  font-size: 15px;
  color: #fff;
}

.contact-info-content {
  padding: 35px 30px 20px;
  border-radius: 10px;
  text-align: center;
  transition: 0.4s;
  border: 3px solid var(--first-clr);
  min-height: 246px;
}

.contact-info-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: var(--second-clr);
  color: #fff;
  font-size: 30px;
  margin: 0 auto;
  transition: 0.3s;
}

.de-icon,
.service-form {
  background: var(--first-clr);
  z-index: 9;
  border-radius: 10px;
}

.contact-info-content h6 {
  font-size: 24px;
  margin: 10px 0;
}

.contact-info-content:hover .contact-info-icon {
  background: #000;
  color: #fff;
}

.contact-info-content:hover {
  transform: translateY(-20px);
  border-color: #000;
}

.map iframe {
  width: 100%;
  height: 300px;
}

.contact-info-content a {
  font-size: 16px;
}

.blog-icon-txt {
  width: 80%;
  padding-left: 15px;
}

.blog-icon-txt h5 {
  font-size: 17px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.date-2 {
  display: flex;
  color: #000;
}

.date-2 i {
  font-weight: 700;
  padding-right: 10px;
}

.blog-detail .detail-box {
  margin-left: inherit;
}

.related-service ul li:hover {
  color: #fff;
  box-shadow: inset 0 0 0 80px var(--first-clr);
}

.service-form {
  padding: 30px;
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
  position: sticky;
  top: 170px;
}

.de-icon {
  width: 85px;
  height: 86px;
  position: absolute;
  right: 50px;
  margin-top: -65px;
  display: grid;
  place-content: center;
}

.form-cont i,
.key-icon {
  background: var(--second-clr);
}

.cont-form::before,
.shape-1 {
  z-index: -1;
  position: absolute;
}

.de-icon img {
  filter: brightness(100);
  padding: 9px;
}

.key-flex {
  display: flex;
  margin: 15px 0 10px;
}

#counter,
#counter .item {
  align-items: center;
  position: relative;
  text-align: center;
}

.key-icon {
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
  display: grid;
  place-content: center;
}

.new-letter .container,
.why-icon,
ul.slick-dots li.slick-active button {
  background: var(--first-clr);
}

.key-flex h4 {
  font-size: 30px;
  padding-left: 20px;
  color: var(--first-clr);
}

.key-icon img {
  padding: 10px;
}

#counter {
  display: flex;
  justify-content: space-around;
  padding: 50px 0;
  width: 100%;
}

#counter .item {
  background: 0 0;
  width: max-content;
  margin: 10px;
  border-radius: 0;
  display: flex;
  justify-content: center;
}

#counter .item:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 150px;
  background: #c1c1c1;
  right: -105px;
}

#counter .item .count {
  color: var(--primary-color);
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: bolder;
}

#counter .item h3 {
  font-size: 17px;
  font-weight: 400;
}

.count-h1 {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin: 10px 0 0;
}

.count-h1 span {
  font-size: 24px;
  font-weight: bolder;
}

.count-img img {
  width: 50px;
  filter: brightness(0);
  height: 50px;
  object-fit: contain;
}

.count-txt {
  filter: grayscale(1);
}

#counter .item:hover .count-txt {
  filter: inherit;
}

.why-flex {
  display: flex;
  justify-content: space-around;
  margin-bottom: 15px;
}

.why-txt {
  width: 87%;
}

.why-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(100);
}

.why-txt h4 {
  font-weight: 500;
  font-size: 22px;
}

.why-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.why-2 {
  margin-top: 50px;
}

.why-1,
.why-2 {
  border-radius: 10px;
  width: 100%;
  height: 370px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.form-cont i,
.why-icon {
  width: 40px;
  height: 40px;
  display: grid;
  border-radius: 100%;
  place-content: center;
}

.why-1:hover img,
.why-2:hover img {
  transform: scale(1.1);
}

.default-accordion-box .block {
  position: relative;
  margin-bottom: 10px;
}

.pertner-img,
.service-box-2 .services-two__single {
  margin: 0 auto 30px;
}

.pertner-img {
  margin: 0;
}

.default-accordion-box .block:last-child {
  margin-bottom: 0;
}

.default-accordion-box .block .acc-btn {
  position: relative;
  font-size: 16px;
  /* line-height: normal; */
  color: #000;
  cursor: pointer;
  padding: 16px 100px 16px 40px;
  box-shadow: rgb(99 99 99 / 13%) 0 2px 8px 0;
  background-color: #fff;
  border-left: 5px solid var(--second-clr);
  letter-spacing: 1px;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.default-accordion-box .block .acc-btn:before {
  position: absolute;
  right: 40px;
  top: 20px;
  font-size: 15px;
  font-weight: 700;
  color: #000;
  line-height: 22px;
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.default-accordion-box .block .acc-btn.active {
  position: relative;
  background-color: #000;
  color: #fff;
}

.default-accordion-box .block .acc-btn.active:before {
  content: "\f068";
  color: #fff;
}

.default-accordion-box .block .acc-content {
  position: relative;
  display: none;
}

.default-accordion-box .block .content {
  position: relative;
  padding: 35px 40px 25px;
  background: #fff;
}

.default-accordion-box .block .acc-content.current {
  display: block;
}

.partner-images {
  display: flex;
  flex-wrap: wrap;
}

.pertner-img {
  width: 100%;
  text-align: center;
  /*     border-right: 1px solid #ddd; */
}

.pertner-img img {
  width: 100%;
  height: 300px;
  object-fit: contain;
}

.form-txt,
.partner-txt {
  width: 95%;
}

.pertner-img:hover img {
  filter: none;
}

.home-from-sec {
  background: url(../imgs/bg-section.jpg) 0 0 / cover no-repeat;
}

.home-form {
  background: #fff;
  padding: 35px;
  border-radius: 20px;
}

.home-form h4 {
  font-size: 26px;
  margin-bottom: 20px;
}

.benifit-box .feature-text h3,
.form-cont a {
  font-size: 20px;
}

.form-txt {
  margin-left: auto;
}

.form-txt hr {
  border-color: #fff;
  opacity: 1;
}

.form-cont i {
  color: #fff;
}

.detail-img:hover:before,
.letter-txt a {
  background: #000;
}

.form-cont a {
  color: #fff;
  padding-left: 20px;
}

.coaching-box {
  width: 100%;
  padding: 10px 10px 25px;
  background: #ededed;
  border-radius: 20px;
  margin: 5px;
  min-height: 470px;
}

.coach-img {
  margin-bottom: 15px;
}

.coach-img img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 10px;
}

.coaching-box h5 {
  color: var(--second-clr);
}

.count-flex {
  display: flex;
  justify-content: center;
align-items: center;
  margin-bottom: 20px;
}

.count-flex img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-right: 45px;
}

.count-flex h4 {
  font-size: 34px;
  margin: 0;
text-align: center;
}

.detail-box h1,
.letter-txt h3 {
  font-size: 36px;
}

.new-letter img {
  width: 100%;
}

.letter-txt {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.letter-txt h3 {
  color: #fff;
}

.letter-txt a {
  border-color: #000;
}

ul.slick-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
}

ul.slick-dots li button {
  font-size: 0;
  width: 30px;
  height: 2px;
  background: #000;
  border-radius: 15px;
  border: none;
}

.shape-1 {
  right: 70px;
  bottom: -55px;
  animation: 5s ease-in-out infinite alternate ImgBounce;
}

@keyframes ImgBounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

.service-box-2 .services-two__single-inner {
  background: #ededed;
}

.cont-form::before {
  content: "";
  background: url(../imgs/contact-bg.jpg) 0 0 / cover no-repeat;
  width: 100%;
  height: 100%;
  bottom: 0;
  mix-blend-mode: luminosity;
  mix-blend-mode: luminosity;
  opacity: 0.1;
}

.detail-img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
}

.detail-img {
  position: relative;
  z-index: 9;
  border-radius: 10px;
  margin-bottom: 20px;
}

.detail-box h2,
.detail-box h3 {
  font-size: 27px;
}

.detail-box h4,
.detail-box h5 {
  font-size: 22px;
}

.detail-box h6 {
  font-size: 20px;
}

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

.blog-related,
.related-service {
  background: #ededed;
  padding: 35px;
  box-shadow: rgb(99 99 99 / 10%) 0 2px 8px 0;
  border-radius: 10px;
}

.blog-related h4,
.related-service h4 {
  font-size: 30px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.related-service ul li {
  font-size: 24px;
  padding: 15px 0;
  display: block;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  transition: 0.5s ease-in-out;
}

.related-service ul li a {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.related-service ul li a i {
  font-size: 18px;
  color: var(--first-clr);
  padding-right: 10px;
}

.related-service ul li:hover a {
  transform: translateX(10px);
  color: #fff;
}

.detail-box ul li {
  font-weight: 500;
  padding-left: 30px;
  position: relative;
  margin-bottom: 8px;
}

.detail-box ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 6px;
  background: #171e4d;
  width: 15px;
  height: 12px;
  clip-path: polygon(2% 54%, 34% 83%, 92% 1%, 100% 7%, 48% 81%, 34% 99%, 0 67%);
}

.benifit-box {
  margin-bottom: 30px;
  padding: 35px 30px 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
  border-left: 5px solid var(--second-clr);
}

.benifit-box .feature-icon img {
  margin-right: 20px;
  filter: brightness(0);
}

.benifit-box .feature-text {
  max-width: 240px;
}

.benifit-box .feature-text p {
  padding-bottom: 0;
  margin: 0;
}

.faq-one__shape-1 {
  position: absolute;
  top: 87px;
  right: 0;
  opacity: 0.1;
  animation: 3s infinite float-bob-y;
}

.faq-one__inner,
.faq-one__left {
  position: relative;
  display: block;
}

@keyframes float-bob-y {
  0%,
  100% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(-10px);
  }
}

.faq-one__left {
  margin-right: 0;
  margin-left: 0;
}

.faq-one__inner {
  background-color: #000000b0;
  padding: 100px 75px 110px;
  z-index: 1;
}

.faq-one__bg {
  position: absolute;
  top: 0;
  left: -120px;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.faq-one__icon {
  position: relative;
  display: grid;
  place-content: center;
  width: 123px;
  height: 123px;
  border-radius: 50%;
  background-color: var(--second-clr);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.faq-one__icon i {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: #ffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.faq-one__title {
  font-size: 43px;
  color: #fff;
  margin-top: 24px;
}

.faq-one {
  position: relative;
  display: block;
  z-index: 1;
}

.faq-one__icon img {
  filter: invert(1);
  padding: 20px;
}

.process-box.box-second .pr-icon img,
.process-box:hover .pr-icon img {
  filter: invert(1);
}

.logo {
  position: absolute;
  top: 10px;
  background: #fff;
  padding: 20px 17px;
  border-radius: 0 70px 70px 0;
  box-shadow: rgba(99, 99, 99, 0.2) 2px 2px 3px 0px;
}

.menu {
  padding-left: 25%;
}

.coach-de-img img {
  width: 80%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 20px;
}

form p {
  margin: 0;
}

.sticky {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 999;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

a.btn.toggle {
  display: none;
}

.services-two__content p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.tent-cont h3 {
  font-size: 24px;
}

.tent-cont h4 {
  font-size: 22px;
}

.tent-cont ul li {
  padding-left: 30px;
  margin-bottom: 10px;
  position: relative;
  display: flow-root;
}

.tent-cont ul li:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: url(../imgs/list-ar.png);
  left: 0;
  top: 10px;
  background-size: contain;
}

.tent-cont ul li ul li:before {
  width: 10px;
  height: 10px;
  filter: brightness(0);
}

.tent-img {
  width: 45%;
  float: right;
  margin-left: 30px;
  margin-bottom: 40px;
}

.tent-img img {
  border-radius: 10px;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.tent-main:nth-child(even) .tent-img {
  float: left;
  margin-left: 0;
  margin-right: 40px;
}

.tent-main {
  margin-bottom: 40px;
}

.tent-cont ul li ul li {
  font-size: 15px;
}

.gal-img img {
  width: 100%;
  margin-bottom: 30px;
  height: 270px;
  padding: 7px;
  background: var(--first-clr);
  object-fit: cover;
}

.gal-img a {
  position: relative;
  transition: 0.3s ease-in-out;
}

.gal-img a::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: none;
  background-size: contain;
  background-repeat: no-repeat;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gal-img img {
  transition: 0.3s ease-in-out;
}

.gal-img a:hover img {
  position: relative;
  width: 100%;
}

.gal-img a:hover img {
  opacity: 0.6;
}

.gal-img a:hover::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background: url(../imgs/Resize.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 99;
}

.land-img {
  width: 90%;
  position: sticky;
  top: 100px;
}

.business-form h6 {
  font-size: 24px;
  margin-bottom: 40px;
  text-transform: capitalize;
  text-align: center;
}

.business-sec,
.visitor-sec {
  position: relative;
}

.business-sec:before,
.visitor-sec:before {
  content: "";
  background: url(../imgs/contact-bg.jpg) 0 0 / cover no-repeat;
  width: 100%;
  height: 100%;
  bottom: 0;
  mix-blend-mode: luminosity;
  mix-blend-mode: luminosity;
  opacity: 0.1;
  z-index: -1;
  position: absolute;
}

.letter-txt a:hover {
  color: #fff;
  border-color: #fff;
}

label.btn.input-label {
  width: 100%;
  padding: 10px 13px;
  border: none;
  margin-bottom: 15px;
  font-family: Inter;
  font-size: 13px;
  background: #ededed;
  border-radius: 30px;
  text-align: left;
}

.tent-cont h2 {
  color: var(--first-clr);
}

.offcanvas-body .web-btn {
  display: none;
}

/*RESPONSIVE QUERY______*/

@media only screen and (max-width: 1399.2px) {
  .container {
    max-width: 90%;
    margin: 0 auto;
  }

  .slide__content--headings h2 {
    width: 32%;
  }

  .menu {
    padding-left: 22%;
  }

  .bottom-bar .web-btn a {
    padding: 10px 15px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 1280px) {
}

@media only screen and (max-width: 1255.2px) {
  .logo {
    top: 0;
    padding: 22px 17px 24px 17px;
  }

  .slide__content--headings h2 {
    width: 36%;
    margin: 0;
    font-size: 35px;
  }

  .slide__content--headings p {
    margin: 20px 0 0 0;
  }

  .slide__content--headings .web-btn.mt-5 {
    margin: 20px 0 0 0 !important;
  }

  .menu {
    padding-left: 25%;
  }

  ul.nav li {
    padding: 0;
    margin: 0 15px 0 0;
  }

  .bottom-bar {
    padding: 20px 0;
  }
	
	.inner-banner img{
		height:350px;
	}
	
		.inner-content h2{
		font-size:35px;
	}
	
	.contact-info-content p{
		margin:0;
	}
	
}

@media only screen and (max-width: 1200.2px) {
  .slide__content {
    background: rgba(255, 255, 255, 0.4);
  }

  .slide__img img {
    object-position: right;
  }
}

@media only screen and (max-width: 1199px) {
  .logo img {
    width: 190px;
    height: auto;
  }
}

@media only screen and (max-width: 1160px) {
  .logo img {
    width: 170px;
  }

  .bottom-bar {
    padding: 16px 0;
  }

  .menu {
    padding-left: 22%;
  }

  .logo {
    padding: 22px 17px 27px 17px;
  }

  .slide__content--headings h2 {
    width: 70%;
  }

  .slide__content--headings p {
    width: 70%;
  }
}

@media only screen and (max-width: 1140px) {
  .logo img {
    width: 160px;
  }

  ul.nav li a {
    font-size: 15px;
  }

  .bottom-bar {
    padding: 15px 0;
  }
}

@media only screen and (max-width:1101px){
	.contact-info-content a{
		font-size:15px;
	}
	
	.contact-info-content p{
		font-size:15px;
	}
}

@media only screen and (max-width: 1075.2px) {
  .bottom-bar .web-btn a {
    padding: 8px 12px;
  }

  ul.nav li a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1061px) {
  .logo img {
    width: 150px;
  }

  .bottom-bar {
    padding: 13px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .menu {
    padding-left: 22%;
  }
}

@media only screen and (max-width: 1020.2px) {
  .bottom-bar .web-btn a {
    padding: 5px 10px;
  }
  ul.nav li {
    margin: 0 10px 0 0;
  }
	
	.contact-info-content a{
		font-size:13px;
	}
	
	.contact-info-content p{
		font-size:13px;
}
	
}

@media only screen and (max-width: 1010.2px) {
  .bottom-bar .web-btn a {
    padding: 5px 8px;
  }
}

@media only screen and (max-width: 996.2px) {
  .bottom-bar .web-btn a {
    padding: 5px 7px;
  }
}

@media only screen and (max-width: 991.2px) {
  .logo {
    padding: 22px 17px 29px 17px;
  }

  .bottom-bar .web-btn a {
    padding: 10px 20px;
  }
	
	.bottom-bar .web-btn{
		text-align:right;
		width:70%;
	}

  .title h2 {
    font-size: 30px;
  }

  a.btn.toggle {
    display: inline-block;
    background: var(--first-clr);
    color: #fff;
    margin: 0 0 0 20px;
  }

  .menu.menu-1 ul {
    display: none;
  }

  .bottom-bar {
    padding: 8px 0;
  }

  .offcanvas-header .btn-close {
    background: var(--first-clr);
    opacity: 1;
    line-height: 0;
    color: #fff;
    font-size: 18px;
  }

  .offcanvas-header img {
    width: 175px;
    height: auto;
  }

  .menu.menu-2 {
    padding: 0;
  }

  .menu.menu-2 ul {
    flex-direction: column;
    align-items: flex-start;
  }

  .menu.menu-2 ul li,
  .menu.menu-2 ul li a {
    width: 100%;
    display: inline-block;
  }

  .menu.menu-2 ul li.active a {
    color: var(--first-clr);
  }

  ul.nav li {
    padding: 7px 10px;
  }

  .offcanvas-header {
    border-bottom: 2px solid var(--first-clr);
  }

  .slide,
  .slider {
    height: 500px;
  }

  .slide__content--headings h2 {
    font-size: 34px;
  }

  .letter-txt h3 {
    font-size: 24px;
  }

  .letter-txt {
    flex-wrap: wrap;
  }

  .footer-padding {
    padding-left: 0;
  }

  .top-social {
    display: none;
  }

  .topbar .container {
    justify-content: flex-end;
  }

  .contact-info-content {
    margin-bottom: 20px;
  }
	
	  .inner-banner img {
    height: 300px;
  }
	
	.inner-content h2{
		font-size:30px;
	}
	
	.contact-info-content a{
		font-size:16px;
	}
	
	.contact-info-content p{
		font-size:16px;
}
	
}

@media only screen and (max-width: 840px) {
  .slide__content--headings h2 {
    font-size: 30px;
  }

  .title h2 {
    font-size: 26px;
  }

  .ab-main {
    width: 97%;
  }

  .bottom-box h4,
  .span-title h4 {
    font-size: 16px;
  }

  .ab-cut {
    width: 135px;
    top: 30%;
  }
}

@media only screen and (max-width: 800px) {
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 767.2px) {
  .logo {
    position: static;
    box-shadow: none;
    background: transparent;
    padding: 0;
    border-radius: 0;
    width: 25%;
  }

  .logo img {
    width: 100%;
  }

  .bottom-bar .web-btn {
    width: 60%;
    text-align: right;
  }

  .topbar .container {
    justify-content: center;
  }

  .top_left {
    padding: 0;
  }

  .slide__content--headings h2 {
    width: 90%;
  }

  .slide__content--headings p {
    width: 90%;
  }

  .slide,
  .slider {
    height: 400px;
  }

  .padd {
    padding: 40px 0;
  }

  .ab-main {
    width: 80%;
    margin-bottom: 20px;
  }

  .partner-images {
    margin-top: 35px;
  }

  .testimonial-sec {
    background-position: left;
  }

  .count-flex {
    display: none;
  }

  .new-letter img {
    display: none;
  }

  .letter-txt {
    padding: 30px;
  }

  .f-title h4 {
    margin: 15px 0 20px;
    padding-bottom: 10px;
  }

  .form-txt {
    width: 100%;
    margin-bottom: 20px;
  }

  .testimonial-sec {
    padding: 30px 0;
  }

  footer {
    padding: 40px 0 0;
  }

  .count-img img {
    width: 30px;
  }

  #counter .item .count {
    font-size: 20px;
  }

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

  #counter .item h3 {
    font-size: 15px;
  }

  #counter .item:after {
    display: none;
  }

  .why-1,
  .why-2 {
    height: 280px;
  }

  .detail-box h2,
  .detail-box h3 {
    font-size: 22px;
  }

  .detail-box h4,
  .detail-box h5 {
    font-size: 20px;
  }

  .detail-box h1,
  .letter-txt h3 {
    font-size: 28px;
  }

  .coach-de-img img {
    width: 100%;
    height: 280px;
  }

  .detail-img img {
    width: 100%;
    height: 280px;
  }

  .tent-img {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }

  .tent-cont h3 {
    font-size: 20px;
  }

  .tent-cont h4 {
    font-size: 18px;
  }

  .pertner-img img {
    height: auto;
  }

  .land-txt {
    margin: 30px 0 0 0;
  }
	
		  .inner-banner img {
    height: 250px;
  }
	
}

@media only screen and (max-width: 730.2px) {
  .top_left ul li a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 701px) {
  .top_left ul li i {
    width: 25px;
    height: 25px;
    font-size: 12px;
    margin-right: 10px;
  }

  .logo {
    width: 30%;
  }

  .bottom-bar .web-btn {
    width: 55%;
  }
}

@media only screen and (max-width: 600px) {
  .slide__content--headings h2 {
    font-size: 28px;
  }

  .title h2 {
    font-size: 22px;
  }

  .ab-main .img-1 {
    height: 200px;
  }

  .ab-main .d-flex img {
    height: 180px;
  }

  .home-form h4 {
    font-size: 20px;
  }

  .test-img img {
    width: 70px;
    height: 70px;
  }

  .blog-box {
  }

  .test-img img {
  }

  .blog-box h2 {
    font-size: 17px;
  }

  .blog-box h2 {
  }

  .letter-txt {
    justify-content: flex-start;
    gap: 15px;
  }

  .logo {
    width: 40%;
  }

  .bottom-bar .web-btn {
    width: 45%;
  }

  img {
  }

  .web-btn a {
    font-size: 14px;
  }

  section.padd.about-sec.mt-3 {
    margin: 0 !important;
  }

  .pr-icon img {
    width: 90%;
    margin: auto;
  }

  .default-accordion-box .block .acc-btn {
    font-size: 15px;
    padding: 16px 70px 16px 40px;
  }

  .letter-txt h3 {
    font-size: 20px;
  }
}

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

  .slide__content--headings p {
    display: none;
  }

  .bottom-bar .web-btn {
    position: fixed;
    top: 50%;
    z-index: 9;
    right: -21%;
    transform: rotate(-90deg) translateY(-50%);
  }

  .slide,
  .slider {
    height: 300px;
  }

  .f-cont i,
  .footer-social ul li a {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }

  .f-cont a,
  .f-cont p {
    width: calc(100% - 45px);
    font-size: 14px;
  }

  .copyright {
    padding: 10px 0;
    margin-top: 10px;
  }

  .home-form {
    padding: 20px;
  }
	
	.inner-banner img {
    height: 200px;
		object-position:top;
  }
	
	.inner-content h2{
		font-size:25px;
		
	}
	
}

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

@media only screen and (max-width: 460px) {
  .bottom-box {
    padding: 10px;
  }

  .ab-main {
    width: 100%;
  }

  p {
  }

  li,
  p {
    font-size: 15px;
  }

  .mt-5,
  .mt-4 {
    margin-top: 1rem !important;
  }

  #counter .item {
    width: 100%;
  }

  div#counter {
    flex-wrap: wrap;
  }

  .services-two__icon {
    width: 60px;
    height: 60px;
  }

  .services-two__icon {
    padding: 10px;
  }

  .coaching-box {
    min-height: auto;
    padding: 20px 20px 40px;
  }

  .top_left ul li:nth-child(2) {
    display: none;
  }

  .top_left ul li {
    justify-content: center;
  }
}

@media only screen and (max-width: 401px) {
  .bottom-bar .web-btn {
    right: -20%;
  }
}

@media only screen and (max-width: 376px) {
		.contact-info-content a{
		font-size:15px;
	}
	
	.contact-info-content p{
		font-size:15px;
}
	
}

@media only screen and (max-width: 351px) {
			.contact-info-content a{
		font-size:14px;
	}
	
	.contact-info-content p{
		font-size:14px;
}
}

@media only screen and (max-width: 340px) {
				.contact-info-content a{
		font-size:13px;
	}
	
	.contact-info-content p{
		font-size:13px;
}
}
/*  -----------------------*/

.p-0 {
    padding: 0;
}
.f-cont p span {
    font-size: 14px;
    color: #d30024;
}

