/*-----------------------------------=========Main-Style-Sheet=========----------------------------------------*/


@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap');
@font-face {
  font-family: 'Allison Script';
  src: url('webfonts/FONTSPRINGDEMO-AllisonScriptRegular.woff2') format('woff2'),
      url('webfonts/FONTSPRINGDEMO-AllisonScriptRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



:root {
  --theme__color1: #00A896;
  --theme__color2: #1D3354;
  --font1: 'Outfit', sans-serif;
  --font2: 'Allison Script', sans-serif;
}
*,::before,::after {
  box-sizing: border-box;
}
body {
  font-size: 24px;
  line-height: 1.5;
  background-color: #fff;
  overflow-x: hidden;
  word-wrap: break-word;
  word-break: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-family: var(--font1);
}
a, a:active, a:focus, a:active, a:hover {
  text-decoration:none !important;
  color: inherit;
}
input{
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
a:hover,
a:focus,
input:focus,
input:hover,
select:focus,
select:hover,
select:active,
textarea:focus,
textarea:hover,
button:focus {
  outline: none;
}
::placeholder {
  opacity: 1;
}
:focus::placeholder {
  opacity: 0;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed; /* Prevents HTML tables from becoming too wide */
  width: 100%;
}
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
iframe {
  width: 100%;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
  font-weight: 700;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
p{
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 15px;
}
p:last-child{
  margin: 0;
}
.main-wrap {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1150px;
  }
}
.s-btn {
	display: inline-block;
	color: #fff;
	background-color: var(--theme__color1);
	font-weight: 600;
	font-size: 30px;
	padding: 9px 60px;
	-webkit-filter: drop-shadow(0px 2px 15px rgba(0, 0, 0, 0.25));
	        filter: drop-shadow(0px 2px 15px rgba(0, 0, 0, 0.25));
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border-radius: 2px;
}
.s-btn:hover{
  color: #fff;
  background-color: var(--theme__color2);
}

h2.title{
  font-size: 70px;
  color: var(--theme__color2);
  font-weight: 600;
}

/* header */
.header-section {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header-in {
  padding: 30px 0;
  background: var(--theme__color2);
  color: #fff;
}
.header-section .container-fluid {
  padding: 0 5%;
}
.header-section-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-menu > ul {
  display: flex;
}
.main-menu > ul > li {
  margin-right: 60px;
}
.main-menu > ul > li:last-child {
  margin-right: 0;
}
.main-menu > ul > li > a {
  font-size: 26px;
  transition: 0.3s;
}
.main-menu > ul > li > a:hover {
  color: var(--theme__color1);
}

/* header-end */






/* ---hero-section--- */
.hero-section {
  padding-top: 90px;
  padding-bottom: 50px;
}
.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-content .h1 {
  font-size: 70px;
  margin: 0 0 55px;
  line-height: 1.65;
  font-weight: 400;
  text-align: center;
}
.hero-content .nice-select-outer {
  font-size: inherit;
  display: inline-flex;
}
.hero-content .h1 .nice-select {
  padding: 10px 8px;
  padding-right: 50px;
  font-size: inherit;
  font-weight: 600;
  background: #F7ECE1;
  line-height: 1;
  border-radius: 0;
}
.hero-content .h1 .nice-select::after {
  content: '';
  height: 24px;
  width: 24px;
  border-bottom: 8px solid transparent;
  border-right: 12px solid transparent;
  border-top: 15px solid #000;
  border-left: 12px solid transparent;
  transform: none;
  transform-origin: 50% 25% !important;
}
.hero-content .nice-select.open::after {
  transform: rotate(180deg);
}
.hero-content h1 .nice-select .option {
  font-size: 40px !important;
}
.hero-filter-tab-pane {
  display: none;
}
.hero-filter-tab-pane.active {
  display: block;
}
.hero-filter {
  display: flex;
  filter: drop-shadow(0px 2px 15px rgba(0, 0, 0, 0.2));
  border-radius: 5px 5px 0 0;
}
.hero-filter .select-side {
  display: flex;
  background: #FFFFFF;
  border-right: 1px solid #DDDBDB;
  border-radius: 5px 0 0 5px;
}
.hero-filter .select-side .nice-select-outer {
  border-right: 1px solid #DDDBDB;
}
.hero-filter .select-side .nice-select-outer:last-child {
  border-right: none;
}
.hero-filter .select-side .nice-select {
  padding: 19px 60px 19px 45px;
  font-size: 22px;
  line-height: 1;
  display: flex;
  align-items: center;
  background: transparent;
}
.hero-filter .select-side .nice-select::after {
  content: '';
  right: 36px;
  height: 14px;
  width: 14px;
  border-bottom: 6px solid transparent;
  border-top: 10px solid rgb(114, 114, 114);
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  transform: none;
  transform-origin: 50% 25% !important;
}
.hero-filter .select-side .nice-select.show::after {
  transform: rotate(180deg);
}
.hero-filter .select-side .nice-select .option {
  font-size: 20px;
}
.hero-filter .price-side {
	padding: 16px 40px;
	border-radius: 0 5px 5px 0;
	font-size: 22px;
	background: var(--theme__color1);
	color: #fff;
	border: none;
  transition: .3s;  
  position: relative;
}
.hero-filter .price-side::after {
	position: absolute;
	left: calc(100% + 20px);
	content: "";
	top: 32px;
	width: 33px;
	height: 65px;
	background-image: url('images/arrow-down.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
  pointer-events: none;
}

.hero-filter .price-side:hover{
  background-color: var(--theme__color2);
}

.hero-service-text {
  margin: 50px 0 0;
}
.hero-service-text p {
  font-size: 27px;
  text-align: center;
}
/* ---hero-section---end */


/* about-area */
.about-area {
	padding-bottom: 60px;
	padding-top: 30px;
}
.about-info h4 {
	font-weight: 600;
	font-size: 40px;
	color: var(--theme__color2);
	margin-bottom: 60px;
}
.about-img {
	max-width: 445px;
	text-align: center;
}
.about-img::after {
	position: absolute;
	left: 0;
	transform: translateX(0%);
	bottom: 0px;
	width: 100%;
	height: 85%;
	background-color: #F7ECE1;
	content: "";
	z-index: -1;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.about-img img{
  max-width: 100%;
  z-index: 1;
  text-align: center;
}
.about-img-sugnature p{
  position: relative;
  font-weight: 400;
  font-size: 75px;
  font-family: var(--font2);
  line-height: 1.4;
  display: inline-block;
}
.about-img-sugnature p::after {
	position: absolute;
	left: 106%;
	bottom: 46%;
	content: "";
	background-image: url('images/arrow-right.svg');
	height: 83px;
	width: 30px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.about-content p {
	margin-bottom: 20px;
	font-size: 23.4px;
}
.about-content p a{
  color: var(--theme__color1);
  font-weight: 700; 
}

.about-content {
	padding-bottom: 75px;
}
/* about-area-end */

/* offer-area */
.offer-area{
  padding-top: 40px;
  padding-bottom: 72px;
}
.offer-area h2.title{
  margin-bottom: 70px;
}



.offer-nav ul li a{
  display: flex;
  align-items: center;
  font-size: 25px;
  color: #000;
  position: relative;
  transition: .3s;
}
.offer-nav ul li a:hover{
  color: var(--theme__color1);
}
.offer-nav ul li a.active{
  color: var(--theme__color1);
}
.offer-nav ul li a span{
  height: 54px;
  width: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
}
.offer-nav ul li a span img{
  max-width: 100%;
}
.offer-nav ul li{
  padding-bottom: 40px;
}
.offer-tab-item {
	min-height: 328px;
}


/* offer=mobile-design-start */
.offer-acc.accordion{}
.offer-acc.accordion .accordion-item{
  border: none;
  padding: 0px;
  border-radius: 0px;
  margin-bottom: 25px;
}
.offer-acc.accordion .accordion-button{
  border: none;
  box-shadow: none;
  outline: none;
  padding: 0px;
  border-radius: 0px;
  background-color: transparent;
  font-size: 20px;
  color: #000;
}
.offer-acc.accordion .accordion-button span{
  width: 35px;
  height: 35px;
  margin-right: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.offer-acc.accordion .accordion-button::after{
  flex-shrink: 0;
	width: 13px;
	height: 11px;
	margin-left: 8px;
	content: "";
	background-image: url('images/tringle.svg');
	background-repeat: no-repeat;
	transition: transform .2s ease-in-out;
	background-size: 100% 100%;
	margin-top: 4px;
}
.offer-acc.accordion .accordion-body {
	padding: 15px 0px 14px 50px;
}
.offer-acc.accordion .accordion-item:last-child{
  margin-bottom: 0px;
}
.offer-acc.accordion{}
.offer-acc.accordion{}
.offer-acc.accordion{}


/* offer=mobile-design-end */



/* offer-area-end */


/* faq-area */
.faq-area{
  padding-top: 60px;
  padding-bottom: 140px;
}
.faq-area h2.title {
	margin-bottom: 55px;
}
.faq.accordion .accordion-item {
	border: none;
}
.faq.accordion .accordion-button {
	outline: none;
	box-shadow: none;
	background: transparent;
	border: none;
	font-size: 25px;
	color: #000;
	font-weight: normal;
	padding: 0px;
	padding: 15px 0px;
}
.faq.accordion .accordion-button::after {
	margin-left: 8px;
	background-image: url('images/tringle.svg');
	margin-top: 5px;
	height: 11px;
	width: 13px;
	padding: 0px;
	background-size: 100% 100%;
}
.faq.accordion .accordion-button img {
	max-width: 49px;
	max-height: 49px;
  margin-right: 22px;
}
.faq.accordion .accordion-body {
	padding: 0px 72px;
}

/* faq-area-end */



/* footer-area */
.footer-section{
  background-color: var(--theme__color2);
  padding: 39px 0px 20px;
}
.footer-logo{
  margin-bottom: 25px;
}
.footer-logo img{
  max-width: 296px;
}
.links-item h6{
  color: var(--theme__color1);
  font-size: 20px;
  margin-bottom: 0px;
  line-height: 1;
}
.links-item a{
  color: #fff;
  font-size: 17px;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
}
.links-item a:hover {
  color: var(--theme__color1);
}
.links-item{
  margin-right: 35px;
  margin-bottom: 22px;
}
.footer-bottom{
  padding: 15px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);;
}
.footer-bottom p{
  font-size: 14px;
  color: #fff;
}

/* footer-area-end */


/* m-call */
.m_call{
  width: 62px;
  height: 62px;
  background: #00A896;
  box-shadow: 5px 4px 5px rgba(0, 0, 0, 0.13);
  line-height: 58px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  position: fixed;
  bottom: 30px;
  right: 20px;
  transition: .3s;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  display: none;
}


/* m-call-end */