@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/* Global Variables */
/* theme Colors */
/*  Font Family Variables */
/*  Font Weight Variables */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

html {
  touch-action: manipulation;
  scroll-behavior: smooth;
}

html,
body {
  scroll-behavior: smooth;
  font-family: "Roboto", serif;
  font-size: 16px;
  color: #000000;
  line-height: 1.5;
  background-color: #fff;
  word-break: break-word;
}

picture {
  display: block;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  text-decoration: none;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
}

button {
  outline: none;
  border: none;
}
button:focus {
  outline: none;
}

input {
  outline: none;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
input:focus {
  outline: none;
}

ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.container {
  max-width: 1184px;
}

/*************************************************/
/* --------------- all title style --------------- */
/*************************************************/
.section-title {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
}
@media (max-width: 991px) {
  .section-title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 479px) {
  .section-title {
    font-size: 28px;
    line-height: 38px;
  }
}

.section-text {
  font-family: "Roboto", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}

/*Custom Button css start*/
.btn-custom {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  background: #000000;
  border: 0px;
  border-radius: 28px;
  min-width: 150px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  transition: all ease 0.4s;
  padding: 16px 0;
}
.btn-custom:hover {
  background: #FF3008;
}

/* pagination */
.al-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.al-pagination .page-item {
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
}
.al-pagination .page-item:hover a, .al-pagination .page-item.pi-active a {
  color: #fff;
  background-color: #FF3008;
}
.al-pagination .page-item:hover a svg path, .al-pagination .page-item.pi-active a svg path {
  stroke: #fff;
}
.al-pagination .page-item .next {
  transform: rotate(180deg);
}
.al-pagination .page-item a {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.078);
  color: #F6F6F6;
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  background-color: #fff;
  width: 32px;
  height: 32px;
}
.al-pagination .page-item picture {
  display: inline-block;
}
.al-pagination .page-item picture img {
  width: 12px;
  height: 12px;
}

/*========== banner sec css Start ==========*/
.banner-sec {
  position: relative;
}
.banner-sec .banner-slider .banner-slide {
  position: relative;
  height: 470px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
.banner-sec .banner-slider .banner-slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(185deg, rgba(0, 0, 0, 0) 0%, #000000 100%) 0% 0% no-repeat padding-box;
}
.banner-sec .banner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  z-index: 4;
}
.banner-sec .banner-content h3 {
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
  font-size: 50px;
  font-weight: 800;
  line-height: 60px;
  letter-spacing: 0px;
  margin-bottom: 16px;
}
.banner-sec .banner-content p {
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0px;
  margin: 0;
}
.banner-sec .banner-content .seachbar-filterbox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.banner-sec .banner-content .seachbar-filterbox .input-with-btn {
  display: flex;
  gap: 8px;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.031372549);
  border-radius: 33px;
  opacity: 1;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  padding: 8px;
  width: 636px;
}
.banner-sec .banner-content .seachbar-filterbox .input-with-btn .form-control {
  background: transparent;
  border: 0;
  outline: 0;
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0px;
  padding: 10px 24px;
}
.banner-sec .banner-content .seachbar-filterbox .input-with-btn .form-control:focus {
  box-shadow: inherit;
  outline: 0;
}
.banner-sec .banner-content .seachbar-filterbox .input-with-btn .form-control::-webkit-input-placeholder {
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
}
.banner-sec .banner-content .seachbar-filterbox .input-with-btn .form-control::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
}
.banner-sec .banner-content .seachbar-filterbox .input-with-btn .form-control:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
}
.banner-sec .banner-content .seachbar-filterbox .input-with-btn .form-control:-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
}
.banner-sec .banner-content .seachbar-filterbox .input-with-btn .filtertoggle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: all ease 0.4s;
  width: 46px;
  min-width: 46px;
  height: 46px;
}
.banner-sec .banner-content .seachbar-filterbox .input-with-btn .filtertoggle-btn:hover {
  background: #FF3008;
}
.banner-sec .banner-content .seachbar-filterbox .input-with-btn .btn-custom {
  background: #FFFFFF;
  border-radius: 23px;
  color: #333333;
  min-width: 100px;
  padding: 13px 0;
}
.banner-sec .banner-content .seachbar-filterbox .input-with-btn .btn-custom:hover {
  background: #FF3008;
  color: #FFFFFF;
}
.banner-sec .slick-dots {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 24px;
  width: 100%;
}
.banner-sec .slick-dots li button {
  background: rgb(102, 102, 102);
  font-size: 0;
  height: 4px;
  width: 30px;
  border-radius: 24px;
}
.banner-sec .slick-dots li.slick-active button {
  width: 80px;
  background: #fff;
}

/*========== Achievement sec css Start ==========*/
.achievement-sec {
  background-color: #FF3008;
  padding: 25px 0;
}
.achievement-sec .achievement-boxes {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.achievement-sec .achievement-boxes .achievement-box {
  position: relative;
  min-width: 25%;
  text-align: center;
}
.achievement-sec .achievement-boxes .achievement-box:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 37px;
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.achievement-sec .achievement-boxes .achievement-box:last-child:after {
  content: none;
}
.achievement-sec .achievement-boxes .achievement-box h3 {
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
  font-size: 28px;
  font-weight: 800;
  line-height: 34px;
  letter-spacing: 0px;
  margin-bottom: 6px;
}
.achievement-sec .achievement-boxes .achievement-box p {
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  margin: 0;
}

/*==========  Who We Are Section Css start ==========*/
.WhoWeAre-sec {
  padding: 80px 0;
}
.WhoWeAre-sec .whoweare-top {
  display: flex;
  gap: 80px;
  align-items: center;
  margin-bottom: 38px;
}
.WhoWeAre-sec .whoweare-top .weare-top-left {
  flex: 1;
}
.WhoWeAre-sec .whoweare-top .weare-top-left .section-title {
  margin-bottom: 16px;
}
.WhoWeAre-sec .whoweare-top .weare-top-left p {
  font-family: "Roboto", serif;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  max-width: 572px;
}
.WhoWeAre-sec .whoweare-boxes {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  width: 100%;
}
.WhoWeAre-sec .whoweare-boxes .whoweare-box {
  width: calc(33.33% - 11px);
}
.WhoWeAre-sec .whoweare-boxes .whoweare-box picture {
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: 65%;
}
.WhoWeAre-sec .whoweare-boxes .whoweare-box img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.WhoWeAre-sec .becomeagent-box {
  display: flex;
  gap: 100px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 70px 0;
}
.WhoWeAre-sec .becomeagent-box .becomeagent-Left {
  width: calc(70% - 50px);
}
.WhoWeAre-sec .becomeagent-box .becomeagent-Left p {
  font-family: "Roboto", serif;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  margin-bottom: 16px;
}
.WhoWeAre-sec .becomeagent-box .becomeagent-right {
  width: calc(30% - 50px);
}
.WhoWeAre-sec .becomeagent-box .becomeagent-right .circle-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 250px;
}
.WhoWeAre-sec .becomeagent-box .becomeagent-right .circle-container .center-image {
  background: #5c699d;
  height: 210px;
  width: 210px;
  min-width: 210px;
  border-radius: 50%;
  overflow: hidden;
}
.WhoWeAre-sec .becomeagent-box .becomeagent-right .circle-container .center-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.WhoWeAre-sec .becomeagent-box .becomeagent-right .circle-container .roted-image {
  position: absolute;
  top: -20px;
  left: 0;
  animation: rotateAnimation 10s linear infinite;
  -webkit-animation: rotateAnimation 10s linear infinite;
}
@keyframes rotateAnimation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.WhoWeAre-sec .property-boxes {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  width: 100%;
}
.WhoWeAre-sec .property-boxes .property-box {
  width: calc(33.33% - 11px);
  padding-right: 16px;
}
.WhoWeAre-sec .property-boxes .property-box .propbox-top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}
.WhoWeAre-sec .property-boxes .property-box .propbox-top .property-Icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px 0px 8px 8px;
  background: #FF3008;
  width: 82px;
  min-width: 82px;
  height: 82px;
  overflow: hidden;
}
.WhoWeAre-sec .property-boxes .property-box .propbox-top .property-Icon::after {
  content: "";
  position: absolute;
  top: -7px;
  right: -11px;
  background: #FFFFFF;
  width: 30px;
  height: 20px;
  transform: rotate(45deg);
}
.WhoWeAre-sec .property-boxes .property-box h3 {
  font-family: "Montserrat", sans-serif;
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0px;
  margin-bottom: 0px;
}
.WhoWeAre-sec .property-boxes .property-box p {
  font-family: "Roboto", serif;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
}

/*========== how-it-works css  ==========*/
.how-it-works-section {
  padding: 50px 0 25px;
  position: relative;
  z-index: 1;
  color: #000;
  font-family: "Roboto", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}
.how-it-works-section::before {
  content: "";
  background-color: rgba(255, 49, 8, 0.1);
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 16px;
  right: 16px;
  bottom: 150px;
  z-index: 0;
}
.how-it-works-section::after {
  content: "";
  width: 160px;
  height: 160px;
  background: url(../images/hiw-bg.webp) center no-repeat;
  background-size: contain;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 16px;
  z-index: 0;
}
.how-it-works-section .how-it-title {
  max-width: 490px;
  margin: 0 auto 48px;
}
.how-it-works-section .how-it-title .section-title {
  text-align: center;
  margin-bottom: 16px;
}
.how-it-works-section .how-it-work-content {
  display: flex;
  gap: 50px;
}
.how-it-works-section .how-it-work-content .hiw-data {
  width: calc(44% - 25px);
}
.how-it-works-section .how-it-work-content .hiw-data .hiw-text-slide {
  height: 386px;
}
.how-it-works-section .how-it-work-content .hiw-data .hiw-inner-data .hiw-no {
  color: rgba(255, 48, 8, 0.4);
  font-family: "Montserrat", sans-serif;
  font-size: 120px;
  font-weight: 800;
  line-height: 146px;
}
.how-it-works-section .how-it-work-content .hiw-data h3 {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 16px;
}
.how-it-works-section .how-it-work-content .hiw-img {
  width: calc(56% - 25px);
}
.how-it-works-section .how-it-work-content .hiw-img .hiw-image-slide {
  padding: 0 60px 75px;
}
.how-it-works-section .how-it-work-content .hiw-img .hiw-image-slide .swiper-slide {
  max-width: 538px;
  border-radius: 20px;
  box-shadow: none;
}
.how-it-works-section .how-it-work-content .hiw-img .hiw-image-slide .swiper-slide .hiw-inner-img {
  max-width: 538px;
  border-radius: 20px;
  width: 100%;
  -webkit-clip-path: polygon(0 0, 87% 0, 100% 15%, 100% 80%, 100% 100%, 0 100%, 0% 80%, 0% 20%);
          clip-path: polygon(0 0, 87% 0, 100% 15%, 100% 80%, 100% 100%, 0 100%, 0% 80%, 0% 20%);
  position: relative;
}
.how-it-works-section .how-it-work-content .hiw-img .hiw-image-slide .swiper-slide .hiw-inner-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%);
}
.how-it-works-section .how-it-work-content .hiw-img .hiw-image-slide .swiper-slide .hiw-inner-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.how-it-works-section .how-it-work-content .hiw-img .hiw-image-slide .swiper-slide.swiper-slide-active::before {
  content: "";
  box-shadow: 30px 50px 30px rgba(0, 0, 0, 0.3019607843);
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 20px;
}
.how-it-works-section .how-it-work-content .hiw-img .hiw-image-slide .swiper-slide.swiper-slide-active .hiw-inner-img::before {
  display: none;
}
.how-it-works-section .how-it-work-content .hiw-img .swiper-btn-wrap .swiper-button-prev,
.how-it-works-section .how-it-work-content .hiw-img .swiper-btn-wrap .swiper-button-next {
  width: 87px;
  height: 46px;
  border-radius: 23px;
  background: url(../images/arrow-right.svg) center no-repeat #FF3008;
  background-position: center;
  background-size: 23px;
}
.how-it-works-section .how-it-work-content .hiw-img .swiper-btn-wrap .swiper-button-prev::after,
.how-it-works-section .how-it-work-content .hiw-img .swiper-btn-wrap .swiper-button-next::after {
  display: none;
}
.how-it-works-section .how-it-work-content .hiw-img .swiper-btn-wrap .swiper-button-next {
  right: 20px;
}
.how-it-works-section .how-it-work-content .hiw-img .swiper-btn-wrap .swiper-button-prev {
  left: 20px;
  transform: rotate(180deg);
}

/*========== connect css  ==========*/
.connect-section {
  padding: 73px 0 112px;
}
.connect-section .connect-content-wrap {
  background-color: #FF3008;
  border-radius: 16px;
  position: relative;
  padding: 38px 50px 30px 392px;
}
.connect-section .connect-content-wrap::before {
  content: "";
  width: 63px;
  height: 63px;
  background: url(../images/connect-path-bg.svg) center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.connect-section .connect-content-wrap .connect-home-img {
  max-width: 277px;
  width: 100%;
  position: absolute;
  left: 99px;
  top: -72px;
}
.connect-section .connect-content-wrap .connect-home-img img {
  width: 100%;
  height: 100%;
}
.connect-section .connect-content-wrap .connect-link-wrap {
  max-width: 638px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-left: auto;
}
.connect-section .connect-content-wrap .connect-link {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FFFFFF;
  border-radius: 35px;
  transition: all 0.3s ease-in-out;
}
.connect-section .connect-content-wrap .connect-link picture img {
  max-width: 20px;
  transition: all 0.3s ease-in-out;
}
.connect-section .connect-content-wrap .connect-link:hover {
  color: #ffffff;
  background-color: #000000;
}
.connect-section .connect-content-wrap .connect-link:hover picture img {
  filter: invert(1);
}

/*========== footer css  ==========*/
.footer-section {
  padding: 50px 0 0;
  background-color: #f6f6f6;
}
.footer-section .footer-content {
  color: #000;
  font-family: "Roboto", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  text-align: center;
  max-width: 768px;
  margin: 0 auto 40px;
}
.footer-section .footer-content h2 {
  margin-bottom: 16px;
}
.footer-section .footer-content p {
  margin-bottom: 34px;
}
.footer-section .footer-content .fc-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
.footer-section .footer-content .fc-list .fc-item {
  position: relative;
}
.footer-section .footer-content .fc-list .fc-item::before {
  content: "";
  width: 1px;
  height: 22px;
  border-right: 1px solid #FF3008;
  position: absolute;
  right: -30px;
}
.footer-section .footer-content .fc-list .fc-item:last-child::before {
  display: none;
}
.footer-section .footer-content .fc-list .fc-item a {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  transition: all 0.3s ease-in-out;
}
.footer-section .footer-content .fc-list .fc-item a:hover {
  color: #FF3008;
}
.footer-section .footer-link-wrap {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 24px 0;
  text-align: center;
}
.footer-section .footer-link-wrap .footer-link-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px 35px;
  margin-bottom: 30px;
}
.footer-section .footer-link-wrap .footer-link-list li a {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  transition: all 0.3s ease-in-out;
}
.footer-section .footer-link-wrap .footer-link-list li a:hover {
  color: #FF3008;
}
.footer-section .footer-link-wrap .footer-info-link {
  color: #FF3008;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: underline;
}
.footer-section .footer-details {
  padding: 40px 0;
  text-align: center;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.footer-section .footer-details p {
  margin-bottom: 20px;
}
.footer-section .footer-details p:last-child {
  margin-bottom: 0;
}
.footer-section .footer-details .f-contact-list {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 962px;
  width: 100%;
  margin: 0 auto 40px;
}
.footer-section .footer-details .f-contact-list .f-contact-item {
  width: calc(33.33% - 10px);
  min-height: 46px;
}
.footer-section .footer-details .f-contact-list .f-contact-item a {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.3019607843);
  border-radius: 23px;
  padding: 14px 15px 13px 50px;
}
.footer-section .footer-details .f-contact-list .f-contact-item a .fc-icon {
  width: 36px;
  height: 36px;
  border-radius: 36px;
  background-color: #FF3008;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 5px;
  top: 5px;
  bottom: 5px;
}
.footer-section .f-copyright-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.footer-section .f-copyright-wrap .f-brand-link picture {
  max-width: 47px;
  display: block;
}
.footer-section .f-copyright-wrap .f-brand-link picture img {
  width: 100%;
  height: auto;
}
.footer-section .f-copyright-wrap .social-media-wrap {
  display: flex;
  align-items: center;
  gap: 7px;
}
.footer-section .f-copyright-wrap .social-media-wrap a {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
  transition: all 0.3s ease-in-out;
}
.footer-section .f-copyright-wrap .social-media-wrap a:hover {
  border-color: #FF3008;
}
.footer-section .f-copyright-wrap .social-media-wrap a picture {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/*========== services css start ==========*/
.services-section .services-title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #000000;
  margin-bottom: 50px;
}
.services-section .services-title-wrap p {
  max-width: 472px;
  width: 100%;
}
.services-section .services-list-wrap {
  display: flex;
  gap: 16px;
}
.services-section .services-list-wrap .services-img-box {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  width: calc(33.33% - 10px);
}
.services-section .services-list-wrap .services-img-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent linear-gradient(184deg, rgba(0, 0, 0, 0) 0%, #000000 100%) 0% 0% no-repeat padding-box;
}
.services-section .services-list-wrap .services-img-box .services-details {
  position: absolute;
  left: 20px;
  right: 23px;
  bottom: 24px;
  z-index: 1;
  color: #ffffff;
}

/*========== services css end ==========*/
/*========== testimonials css start ==========*/
.testimonials-section {
  padding: 90px 0 50px;
  background-color: #ffffff;
}
.testimonials-section .testimonials-head {
  text-align: center;
  max-width: 498px;
  margin: 0 auto;
}
.testimonials-section .testimonials-head .section-title {
  margin-bottom: 16px;
}
.testimonials-section .testimonials-slide-wrap {
  padding: 48px 0;
}
.testimonials-section .testimonials-slide-wrap .slick-list {
  overflow: visible;
}
.testimonials-section .testimonials-slide-wrap .slick-next,
.testimonials-section .testimonials-slide-wrap .slick-prev {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F2F2F2;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 23px;
  font-size: 0;
  position: absolute;
  top: -44px;
}
.testimonials-section .testimonials-slide-wrap .slick-next {
  background-image: url(../images/arrow-black-right.svg);
  background-size: 20px;
  padding: 13px 14px;
  right: 0;
}
.testimonials-section .testimonials-slide-wrap .slick-prev {
  background-image: url(../images/arrow-black-left.svg);
  background-size: 20px;
  padding: 13px 14px;
  left: 0;
}
.testimonials-section .testimonials-slide-wrap .testimonials-slide {
  padding-right: 98px;
  position: relative;
  height: 352px;
  margin-right: 16px;
}
.testimonials-section .testimonials-slide-wrap .testimonials-slide .testimonials-slide-img {
  max-width: 474px;
  width: 100%;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 87% 0, 100% 15%, 100% 80%, 100% 100%, 0 100%, 0% 80%, 0% 20%);
          clip-path: polygon(0 0, 87% 0, 100% 15%, 100% 80%, 100% 100%, 0 100%, 0% 80%, 0% 20%);
}
.testimonials-section .testimonials-slide-wrap .testimonials-slide .testimonials-slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.testimonials-section .testimonials-slide-wrap .testimonials-slide .testimonials-data {
  padding: 20px;
  max-width: 392px;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 30px 40px 30px rgba(0, 0, 0, 0.161);
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
  top: 38px;
  bottom: 38px;
  right: 0;
  margin: auto 0;
  z-index: 1;
  color: #000000;
}
.testimonials-section .testimonials-slide-wrap .testimonials-slide .testimonials-data .rateing-icon {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 15px;
}
.testimonials-section .testimonials-slide-wrap .testimonials-slide .testimonials-data .rateing-icon picture {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.testimonials-section .testimonials-slide-wrap .testimonials-slide .testimonials-data .rateing-icon picture img {
  width: 100%;
  height: auto;
}
.testimonials-section .testimonials-slide-wrap .testimonials-slide .testimonials-data p {
  margin-bottom: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.testimonials-section .testimonials-slide-wrap .testimonials-slide .testimonials-data .testimonials-profile-details {
  padding-top: 25px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}
.testimonials-section .testimonials-slide-wrap .testimonials-slide .testimonials-data .testimonials-profile-details::before {
  content: "";
  width: 27px;
  height: 18px;
  background: url(../images/icon-qoute.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
}
.testimonials-section .testimonials-slide-wrap .testimonials-slide .testimonials-data .testimonials-profile-details::after {
  content: "";
  height: 1px;
  border-top: 1px solid rgba(255, 49, 8, 0.2);
  position: absolute;
  top: 9px;
  right: 37px;
  left: 0;
}
.testimonials-section .testimonials-slide-wrap .testimonials-slide .testimonials-data .testimonials-profile-details .tpd-profile-img {
  width: 46px;
  min-width: 46px;
  height: 46px;
  border-radius: 46px;
  overflow: hidden;
}
.testimonials-section .testimonials-slide-wrap .testimonials-slide .testimonials-data .testimonials-profile-details .tpd-profile-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 46px;
}
.testimonials-section .testimonials-slide-wrap .testimonials-slide .testimonials-data .testimonials-profile-details h3 {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*========== testimonials css end ==========*//*# sourceMappingURL=style.css.map */