@import url('https://fonts.cdnfonts.com/css/canela-text-trial');

/* Font Family */
@font-face {
  font-family: 'Gilroy';
  src: url('../webfonts/Gilroy-ExtraBold.woff2') format('woff2'),
      url('../webfonts/Gilroy-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../webfonts/Gilroy-Medium.woff2') format('woff2'),
      url('../webfonts/Gilroy-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../webfonts/Gilroy-SemiBold.woff2') format('woff2'),
      url('../webfonts/Gilroy-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../webfonts/Gilroy-Bold.woff2') format('woff2'),
      url('../webfonts/Gilroy-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../webfonts/Gilroy-Regular.woff2') format('woff2'),
      url('../webfonts/Gilroy-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* 
  font-family: 'Gilroy';
  font-family: 'Canela Text Trial', sans-serif; 
*/

/* Default Css */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html{
  overflow-x: hidden;
}
body{
  font-family: 'Gilroy';
  font-weight: 400;
  color: #000;
  overflow-x: hidden;
}
ul,ol{
  margin: 0;
  padding: 0;
  list-style: none;
}
h1,h2,h3,h4,h5,h6,p{
  padding: 0;
  margin: 0;
}

.heading1{
  color: #2F2D39;
  font-family: "Canela Text Trial";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height:  83px;
}
.heading2{
  color: #000;
  text-align: center;
  font-family: "Canela Text Trial";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
}
.heading3{
  color: #000;
  font-family: "Canela Text Trial";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}
.heading4{
  color: #FFF;
  font-family: "Canela Text Trial";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height:  32px;
}
.heading5{
  color: #000;
  font-family: "Canela Text Trial";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.text_20{
  color: #000;
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; 
}
.text_18{
  color: #000;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.text_16{
  color: #000;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.text_14{
  color: #000;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
a{
  text-decoration: none;
  color: inherit;
}
img{
  width: 100%;
}
.container{
  max-width: 1169px;
  width: 100%;
  margin: auto;
}
.pt-150{
  padding-top: 150px;
}
.pb-150{
  padding-bottom: 150px;
}
/* ===================================================================
                            Header Area CSS Start
====================================================================*/
.header-area{
  background: #EDF8FF;
}
.header-main{
  position: relative;
  padding: 54px 0px;
}
.header-menu{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-logo a img{
  width: 170px;
  height: 32px;
}
.header-nav nav ul{
  display: flex;
  align-items: center;
}
.header-nav nav ul li{
  padding: 0 15px;
}
.header-nav nav ul li a{
  color: #616161;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: 0.3s;
}
.header-nav nav ul li a:hover{
  color: #000;
}
.header-nav nav ul li a.active{
  color: #000;
  font-weight: 600;
}
.custom_btn{
  display: inline-block;
  border-radius: 182px;
  color: #242424;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 12px 36px;
  transition: 0.3s;
}
.custom_btn.active{
  transition: 0.3s;
  background: #000000;
  color: #FFF !important;
}
.custom_btn:hover{
  background: #000000;
  color: #FFF;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.mobile-headerbtn{
  display: none;
}

/*Start Mobile Menu icon*/
.mobile-menu {
	position: absolute;
	top: 50%;
  transform: translateY(-50%);
	right: 4px;
  display: none;
  border: 1px solid #000;
  border-radius: 10px;
  background: #FFF;
  padding: 6px;
  padding-top: 10px;
}
#nav-icon {
  width: 24px;
  height: 23px;
  position: relative;
  margin: 0px;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000000;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}
#nav-icon span:nth-child(2) {
  top: 8px;
  transform-origin: left center;
}
#nav-icon span:nth-child(3) {
  top: 16px;
  transform-origin: left center;
}
#nav-icon.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 1px;
  left: 3px;
}
#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#nav-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 18px;
  left: 3px;
}
/*End Mobile Menu icon*/

/* Banner Area Start */
.banner-area{
  /* background: #EDF8FF; */
  background: url(../images/home-img/home-banner.png)no-repeat repeat scroll center center / cover;
  padding-top: 12px;
  padding-bottom: 122px;
}
.mobile-banner-home{ 
  display: none;
  margin-top: 30px;
}
.banner-area .row {
  --bs-gutter-x: 6rem;
}
.banner-form{
  border-radius: 24px;
  background: #FFF;
  box-shadow: -40px 80px 120px 0px rgba(16, 20, 81, 0.12);
  padding: 40px 32px;
}
.banner-form .form-label{
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
}
.banner-form .form-control-select{
	border-radius: 20px;
	background: #F5F5F5;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	padding-right: 20px;
	color: #616161;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	box-shadow: none;
	border: 1px solid #FFF;
}
.banner-form .form-control{
  border-radius: 20px;
  background: #F5F5F5;
  padding: 16px;
  padding-left: 50px;
  color: #616161;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  box-shadow: none;
  border: 1px solid #FFF;
}
.banner-form .form-control:focus{
  box-shadow: none;
  border: 1px solid #000;
}
.form-check {
  display: flex;
  align-items: center;
}
.input-field{
  position: relative;
}
.input-field span{
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.input-field span svg{
  height: 24px;
  width: 24px;
}
.wide.form-control{
  padding: 25px;
}
.banner-form .form-control .form-control-select {
}
.form-check .form-check-input {
  float: left;
  margin-left: 0px;
  margin-right: 7px;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  box-shadow: none;
  border: 1px solid #474554;
}
.form-check{
  margin-left: -24px;
}
.form-check-label{
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.form-check-label a{
  text-decoration: underline;
}
.form-check-label a:hover{
  color: #000;
}
.submit_btn{
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 50px;
  background: #FFDEC7;
  padding: 19px 20px;
  width: 100%;
  border: none;
  transition: 0.3s;
}
.submit_btn:hover{
  box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 15px;
}

/* Service Area Start */
.service-area .row{
  border-radius: 24px;
  background: #474554;
  margin: 0px 0px;
}
.single-service:hover.single-service span{
  background: #FFDEC7;
}
.single-service{
  padding: 64px 42px 78px 56px;
  position: relative;
}
.single-service::after{
  position: absolute;
  content: "";
  background: url("../images/home-img/line.png")no-repeat scroll center center / cover;
  height: 100%;
  width: 1px;
  left: 0;
  top: 0;
  z-index: 9999;
}
.single-service1st::after{
  position: inherit;
}
.single-service span{
  height: 80px;
  width: 80px;
  background: #FFFFFF;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.single-service span img{
  height: 32px;
  width: 32px;
}
.single-service .heading4{
  margin-top: 16px;
  margin-bottom: 8px;
}
.single-service .text_16{
  color: #FFF;
}

/* Clients Area Start */
.clients-area{
  background: linear-gradient(180deg, #FFF 3%, rgba(255, 222, 199, 0.60) 50%, #FFF 100%);
}
.clients-area .section-title{
  max-width: 342px;
  width: 100%;
  margin: auto;
}
.clients-area .owl-item{
  opacity: 0.5;
  border-radius: 16px;
}
.owl-item.active.center{
  opacity: 1 !important;
}
.owl-item .star-review{
  visibility: hidden;
}
.owl-item.active.center .star-review{
  visibility: visible;
}
.single-carousel-item{
  position: relative;
  margin-top:100px;
  margin-bottom: 188px;
}
.star-review{
  position: absolute;
  top: -72px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999999;
  display: flex;
  gap: 11px;
}
.single-carousel-item-inner{
  border-radius: 16px;
  background: #FFF;
  padding: 48px 32px;
  box-shadow: -10px 30px 120px 0px rgba(16, 20, 81, 0.12);
}
.quate{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.beam{
  display: none;
}
.beam img{
  height: 23px;
  width: 58px;
}
.owl-carousel .owl-stage{
  display: flex;
  height: 100%;
}
.single-carousel-item .text_20{
  padding: 24px 0px;
  font-size: 18px;
}
.client-profile{
  display: flex;
  align-items: center;
  gap: 16px;
}
.client-profile a{
  height: 56px;
  max-width: 56px;
  width: 100%;
  display: block;
  border-radius: 50%;
}
.client-profile a img{
  height: 56px;
  width: 56px;
  border-radius: 50%;
}
.owl-carousel button.owl-dot {
  background: rgba(71, 69, 84, 1);
  color: inherit;
  border: none;
  padding: 0!important;
  font: inherit;
  height: 10px;
  width: 10px;
  border-radius: 50%;
}
.owl-dots {
  position: absolute;
  width: 100%;
  bottom: 110px;
  display: flex;
  gap: 8px;
  justify-content: center;
}
.owl-carousel button.owl-dot.active{
  width: 30px;
  border-radius: 30px;
  background: #000;
}

/* Report Area Start */
.report-area{
  background: url("../images/home-img/report-banner.png") no-repeat scroll center center / cover;
  padding-top: 80px;
  padding-bottom: 350px;
}
.report-content{
  max-width: 480px;
  width: 100%;
  margin: auto;
  text-align: center;
}
.report-content .heading2{
  padding-bottom: 16px;
}
.report-content .text_16{
  padding-bottom: 24px;
}
.btn-dark{
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 50px;
  background: #000;
  padding: 19px 64px;
  transition: 0.3s;
}
.btn-dark:hover{
  background: #000;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* Get Started Area Start */
.get-started-area{
  padding: 80px 0px;
  background: #EDF8FF;
}
.get-started-content{
  max-width: 640px;
  width: 100%;
  margin: auto;
  text-align: center;
}
.get-started-content .heading2{
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.get-started-content .heading2 img{
  max-width: 202px;
  margin-bottom: 10px;
}
.get-started-content .text_18{
  padding-top: 16px;
  padding-bottom: 23px;
  max-width: 544px;
  width: 100%;
  margin: auto;
}
.get-started-content .text_18 span{
  font-weight: 700;
}
.get-started-content .form-control{
  border-radius: 50px;
  background: #FFF;
  color: #111010;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 20px;
  padding-left: 24px;
  padding-right: 170px;
  box-shadow: none;
}
.get-started-content .form-control:focus{
  border: 1px solid #000;
}
.get-started-content .form-control::placeholder{
  color: #616161;
}
.get-started-content .input-field{
  position: relative;
}
.get-started-content .input-field .subscribe-btn{
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.subscribe-btn{
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 50px;
  background: #FFDEC7;
  padding: 12px 34px;
  border: none;
}

/* Footer Area Start */
.footer-area{
  padding: 60px 0px;
}
.footer-logo img{
  max-width: 170px;
}
.footer-content{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 30px;
}
.footer-content ul{
  display: flex;
  align-items: center;
  gap: 24px;
}
.footer-content ul li .text_16{
  color: #000;
}
.footer-content ul li .text_16:hover{
  color: #000;
}
.mobile-logo{
  display: none;
}

/* Contact Page Css Start */
.banner-area2{
  background: #EDF8FF;
  padding-top: 12px;
  padding-bottom: 100px;
}
.banner-area2 .row {
  --bs-gutter-x: 34px;
  --bs-gutter-y: 24px;
}
.banner-content-left .text_18{
  padding-top: 16px;
}
.banner-content-left .text_18 span{
  font-weight: 700;
}
.banner-area2 .banner-right img{
  border-radius: 20px;
}

/* Contact Form Area Start */
.contact-form-area{
  margin: 0px 16px;
}
.contact-form-area .banner-form{
  background: #474554;
  height: 100%;
  width: 100%;
}
.banner-form-field{
  max-width: 500px;
  width: 100%;
  margin: auto;
}
.name-field-main{
  display: flex;
  align-items: center;
  gap: 24px 20px;
}
.single-name-field{
  width: 100%;
}
.single-name-field .form-control{
  padding-left: 20px;
  width: 100%;
}
.banner-form .heading2{
  color: #FFF;
  padding-bottom: 33px;
}
.contact-form-area .banner-form {
  padding: 60px 12px;
}
.contact-form-area .banner-form .form-label{
  color: #FFF;
}
.contact-form-area .banner-form textarea.form-control{
  border-radius: 10px;
  padding: 20px;
  padding-left: 20px;
}
.extra-mt{
  margin-top: 76px !important;
}
.iti {
  position: relative;
  display: block;
}
.iti__country-container {
  left: 8px;
}
.iti__selected-country-primary {
  margin-left: 8px;
}
.phone-number-field span {
  position: inherit;
  transform: translateY(0%);
}
.phone-number-field .iti__a11y-text {
  display: none;
}

/* Owner Page Start */
/* Single Resources Area */
.resources-content-left img{
  border-radius: 12px;
  height: 312px;
}
.resources-content-right .heading4{
  color: #000;
}
.resources-content-right .text_18{
  font-weight: 500;
}
.resources-content-right .text_16{
  padding-top: 12px;
  padding-bottom: 16px;
}
.single-resources-area .row {
  --bs-gutter-x: 60px;
  --bs-gutter-y: 40px;
}
.resources-user{
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 16px;
}
.resources-user img{
  width: 40px;
  border-radius: 50%;
}
.latest-resources-blog-area .section-title .heading2{
  text-align: left;
  padding-bottom: 40px;
}
.single-blog a>img{
  height: 250px;
}
.single-blog .resources-user{
  padding-top: 16px;
  padding-bottom: 12px;
}
.single-blog .resources-user img{
  width: 32px;
  height: 32px;
}
.resources-user-name .text_16{
  font-weight: 500;
}
.single-blog .heading5{
  padding-bottom: 8px;
}
.single-blog .text_18{
  padding-top: 12px;
  font-weight: 500;
}


/* Terms Page Start */
.terms-content-area{
  padding-bottom: 100px;
}
.terms-content{
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.single-terms .heading3{
  padding-bottom: 16px;
}
.single-terms ul li ul li{
  margin-left: 25px;
  list-style: disc;
}

/* Policy Page Start */
.privacy-content{
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.single-policy .heading3{
  padding-bottom: 16px;
}
.single-policy ul li ul li{
  margin-left: 25px;
  list-style: disc;
}

.reduce-left-gutter {
  padding-left: calc(var(--bs-gutter-x) * .2);
}

.reduce-right-gutter {
	padding-right: calc(var(--bs-gutter-x) * .2);
}
.fa-select {
    font-family: 'Lato', 'Font Awesome 6 Free';
    font-weight: 900;
}
#expanded-address {
    overflow: hidden;
}
#expanded-address.collapsed {
    height: 0;
    opacity: 0;
    transition: height 1s ease, opacity 1s ease;
}

#expanded-address.expanded {
    height: auto;
    opacity: 1;
    transition: height 1s ease, opacity 1s ease;
}
.field-opt {
	height: 0px;
	display: none;
}

.star-rating {
    display: inline-block;
    font-size: 2em;
}

.stars {
    display: flex;
    direction: rtl; /* Reverse the order of the stars */
}

.star {
    color: #ccc;
    cursor: pointer;
	font-style: normal;
}
.star-solid {
    color: black; /* Change this to your preferred color */
}

.star:hover, .star:hover ~ .star {
    color: black; /* Change this to your preferred color */
}
.visible-adjacent-toggle[type=checkbox]:checked ~ .visible-adjacent {
    display: block;
}
.visible-adjacent-toggle[type=checkbox] ~ .visible-adjacent {
    display: none;
}