/*----------------------------------------*/
/*  01. THEME DEFAULT CSS START
/*----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap');
:root {
  /**
  @font family declaration
  */
  --tp-ff-body: 'Archivo', sans-serif;
  --tp-ff-heading: 'Days One', sans-serif;
  --tp-ff-p: 'Archivo', sans-serif;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --ek-home-text-color: #0D0C2C;
  --ek-home-primary-color: #025BC6;
  --ek-home-white:#fff;
  --ek-body-color: #32314B
 }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Bricolage Grotesque", sans-serif;

}

/*---------------------------------
	typography css start 
---------------------------------*/
body {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 15px;
  font-weight: 400;
  
  line-height: 26px;
  overflow-X: hidden !important;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
 
  margin-top: 0px;
 
  line-height: 1.2;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

h1, .heading-one {
  font-size: 64px;
  color: var(--ek-home-text-color);
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  font-size: 52px;
  font-weight: bold;
}

h3 {
  font-size: 48px;
}

h4 {
  font-size: 32px;
  font-weight: 600;
  color: var(--ek-home-text-color);
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}
.sub-title{
  font-size: 20px !important;
  font-weight: 600 !important;
  color: var(--ek-home-white) !important;
}
.font-white{
  color: var(--ek-home-white) !important;
}
.main-color{
  color: var(--ek-home-text-color) !important;
}
.font-primary{
  color:var(--ek-home-primary-color) !important;
}
.fw-medium{
  font-weight: 500 !important;
}
.fw-semibold{
  font-weight:600 !important;
}
.mb-40 {
  margin-bottom: 40px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pt-15 {
  padding-top: 15px;
}

.font-size-18 {
  font-size: 18px !important;
}
ul,
li {
  list-style: none;
}

ul {
  margin: 0px;
  padding: 0px;
}


a,
.btn,
button,
span,
p,
i,
input,
select,
textarea,
li,
img,
svg path,
*::after,
*::before,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}
p{
  col
}
button:focus {
  outline: 0;
}
/* HOME PAGE START */
.header__area {
	padding: 20px 90px 20px 80px;
	position: relative;
	z-index: 2;
  }
  @media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px) {
	.header__area {
	  padding: 40px 15px;
	}
  }
.tp-home-one {
	position: absolute;
	left: 0;
	right: 0;
  }
  
  .mean-container {
	overflow: hidden;
  }
  
  .tp-home-one {
	position: absolute;
	left: 0;
	right: 0;
  }
  
  .header-sticky {
	position: fixed;
	left: 0;
	margin: auto;
	top: 0;
	width: 100%;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
	z-index: 99;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	background: var(--tp-common-white);
  }
  .header-sticky .tp-bt-btn {
	box-shadow: rgba(100, 100, 111, 0.1) 1px 5px 20px 1px;
  }
  
  .tp-home-one.header-sticky {
	padding-top: 0px;
	padding-bottom: 0px;
  }
  .tp-home-one.header-sticky .main-menu nav > ul > li > a {
	padding: 40px 0;
  }
  
  .tp-mobile-header-area.header-sticky {
	position: fixed;
	left: 0;
	margin: auto;
	top: 0;
	width: 100%;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
	z-index: 99;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	background: #fff;
  }
  .tp-mobile-header-area.header-sticky .tp-bt-btn {
	box-shadow: rgba(100, 100, 111, 0.1) 1px 5px 20px 1px;
  }
  
  .header-sticky {
	position: fixed;
	left: 0;
	margin: auto;
	top: 0;
	width: 100%;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
	z-index: 99;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	background: #fff;
  }
  .header-sticky .tp-bt-btn {
	box-shadow: rgba(100, 100, 111, 0.1) 1px 5px 20px 1px;
  }
  
  .tp-home-one.header-sticky {
	padding-top: 0px;
	padding-bottom: 0px;
  }
  .tp-home-one.header-sticky .main-menu nav > ul > li > a {
	padding: 40px 0;
  }
  
  .tp-mobile-header-area.header-sticky {
	position: fixed;
	left: 0;
	margin: auto;
	top: 0;
	width: 100%;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
	z-index: 99;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	background: var(--ek-home-white);
  }
  .tp-mobile-header-area.header-sticky .tp-bt-btn {
	box-shadow: rgba(100, 100, 111, 0.1) 1px 5px 20px 1px;
  }
.header__area-hero{
  background:url('../img/banner/header-hero.jpg');
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  padding-top: 560px;
  padding-bottom: 440px;
}
.tp-home-lg-banner {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 5;
}
.bg-drops{

  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  filter: drop-shadow(5px 5px 10px #ffffff);
  border-radius: 1000px;

}
/* Button */

.tp-btn{
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  padding: 16px 24px;
  background-color: var(--ek-home-primary-color);
  text-align: center;
  display: inline-block;
  border-radius: 30px;
  text-transform: uppercase;
  color:#fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.tp-btn.white-btn{
  background-color: var(--ek-home-white);
  color: var(--ek-home-primary-color);
  
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-btn{
    padding: 16px 24px;
  }
}
.tp-btn::after {
  content: "";
  height: 300px;
  width: 300px;
  background-color: #319CCA;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}
.tp-btn:hover {
  color: #fff;
}
.tp-btn:hover::after {
  transform: translateY(-50%) translateX(-50%) scale(1);
}

@media (max-width: 767px) {
  .tp-btn {
    margin-right: 5px;
  }
}
.section{
  padding-top: 120px;
  padding-bottom: 120px;
}
.about__bg{
  background-color: var(--ek-home-primary-color);
}
.about__bg-shape{
  position: absolute;
  bottom: 0px;
}
.service__bg{
  background: url('../img/banner/service-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;

  
}
.mx-640{
  max-width:640px;
  width:100% !important;
}
.service__card{
  border-radius: 16px;
  padding: 24px;
  background-color: var(--ek-home-white);

}
ul.service__point{
  margin-left: 32px;
}
.service__point li{
  list-style: disc;
}
.br-12{
  border-radius: 12px;
}
.mt-35{
  margin-top: 35px !important;
}
.gallery__bg{
  background-color: var(--ek-home-text-color);
}
.gallery__bg p{
  max-width: 885px;
  width: 100%;
  text-align: center;
  display: inline-block;
}
.quote-line{
  position: relative;
  display: inline-block;
}
.quote-line::before{
  content: '';
  position: absolute;
  width: 80px;
  height: 2px;
  background-color: var(--ek-home-text-color);
  top: 28px;
  right: 80px;
}
.quote-line::after{
  content: '';
  position: absolute;
  width: 80px;
  height: 2px;
  background-color: var(--ek-home-text-color);
  left: 80px;
  top: 28px;
}
.tp-test-arrow .tp-test-nxt {
  margin-left: 20px;
}
.tp-test-arrow i {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  border: 1px solid #D1D6E0;
}
.tp-test-arrow i:hover {
  border: 1px solid var(--ek-home-primary-color);
  background-color: var(--ek-home-primary-color);
  color: var(--ek-home-white);
}

.testimonial-bg {
  background-repeat: no-repeat;
  background-size: cover;
}

.testi-thumb .swiper-slide img {
  border: 4px solid transparent;
  border-radius: 50%;
}

.testi-thumb .swiper-slide-thumb-active img {
  border: 4px solid var(--ek-home-white);
  border-radius: 50%;
}
.tp-test-prv{
  
}
.tp-testi__avata img {
  box-shadow: 0px 9px 11px 0px rgba(162, 170, 191, 0.25);
  border-radius: 50%;
}
.ready__home{
  background: url('../img/ready-home.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
  padding-left: 86px;
}
.ready__home h3{
  font-size: 42px !important;
}
.margin-negative{
  margin-top: -118px;
}
.contact__card{
  border-radius: 12px;
  border: 1px solid #F0EFFB;
  padding: 32px;
  box-shadow: 0px 5px 24px 1px rgba(0,0,0,0.15);

}
.contact__card h5{
  font-size: 20px;
  font-weight: bold;
  color: var(--ek-home-primary-color);
}
.footer__bg{
  background: url('../img/footer-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 90px;
  
}
.footer__bg h6{
  font-weight: 600;
  color: var(--ek-home-white);
}
ul.footer-link{}
.footer-link li{
  list-style: none;
  padding-bottom: 10px;
}
.footer-link li a{
  color: var(--ek-home-white);
  font-size: 16px;
  font-weight: 400;
}
.footer-link li a:hover{
  text-decoration: underline;
}
/* ABOUT US START */
.about__area-hero{
  background:url('../img/inner_pages/header_hero.png');
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  padding-top: 282px;
  padding-bottom: 282px;
}
.navbar-inner .main-menu ul > li > a{
color: #fff;
}

.navbar-inner.header-sticky .main-menu ul > li > a{
  color: #0D0C2C;
  }
  .about__area-hero h1{
    color: var(--ek-home-white) !important;
  }
  .mt-100{
    margin-top: 100px;
  }
  .lightgrey_bg{
    background-color: #F0F4F7;
  }
  .why-choose-card{
    background-color: var(--ek-home-white);
    border-radius: 12px;
    box-shadow: 0px 5px 24px 1px rgba(0,0,0,0.15);
    padding: 24px;
    text-align: center;
    height: 100%;
    
  }
  .why-choose-card h3{
    font-size: 30px !important;
    font-weight: 600 !important;
    
  }
  .why-choose-card h4{
    font-size: 24px !important;
    font-weight: 600 !important;
    
  }
  /* #Progress
================================================== */

.progress-wrap {
	position: fixed;
	right: 50px;
	bottom: 50px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.5);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.progress-wrap::after {
	position: absolute;
	font-family:"Font Awesome 6 Pro" ;
	content: "\f062";
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	color: #25C5CD;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::after {
	opacity: 0;
}
.progress-wrap::before {
	position: absolute;
	font-family:"Font Awesome 6 Pro" ;
	content: "\f062";
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	opacity: 0;
	background-image: linear-gradient(298deg, var(--red), var(--yellow));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 2;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::before {
	opacity: 1;
}
.progress-wrap svg path { 
	fill: none; 
}
.progress-wrap svg.progress-circle path {
	stroke: #25C5CD;
	stroke-width: 4;
	box-sizing:border-box;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
body.light .progress-wrap {
	box-shadow: inset  0 0 0 2px rgba(0,0,0,0.2);
}
body.light .progress-wrap::after {
	color: var(--black-blue);
}
body.light .progress-wrap svg.progress-circle path {
	stroke: var(--black-blue);
}
.br-18{
  border-radius: 18px;
}
/* Gallery Start */
.main .containers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}
.main .card {
  color: #252a32;
  
  background: #ffffff;
  border: 0px;
 
}
.main .card-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70%;
  background: #ffffff;
}
.main .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}

@media only screen and (max-width: 600px) {
  .main .container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}
.card-image img{
 
}
/* Gallery End */
.logo-none{
  display: none;
}
.logo-block{
  display: none;
}
.header-sticky .logo-block{
  display: block;
}

.header-sticky .logo-white-none{
  display: none;
}

.tp-btn.white{
  background-color: var(--ek-home-white) !important;
  color: var(--ek-home-primary-color);
}
.tp-btn.white:hover{
  color: var(--ek-home-white);
}
.header-sticky .tp-btn.white{
  background-color: var(--ek-home-primary-color) !important;
  color: var(--ek-home-white);
}
.tp-menu-toggle{
  color: var(--ek-home-white);
}
.header-sticky .tp-menu-toggle{
  color: var(--ek-home-text-color);
}
.fancybox-button--zoom{
  display: none;
}
.testimonial-bg{
background-color: #E5EDF8;

margin-bottom: 120px;

padding-bottom: 40px !important;
}
.form-control{
  padding: 15px 16px;
  border-color: var(--ek-home-text-color);
}
ul.list-styled{
  margin: 20px 0px 0px 0px;
  padding: 0px;
}
.list-styled li{
  list-style: none;
  margin-bottom: 20px;
}
.list-styled li::before{
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--ek-home-primary-color);
  border-radius: 50%;
  margin-right: 10px;
}
.z-ndex-1{
  z-index: -1;
}