@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,700;1,400&family=Poppins:wght@400;500;600;700&display=swap');

/*======================General Styling=====================*/
html,
body {
	overflow-x: hidden;
	font-family: "Arimo", sans-serif;
	scroll-behavior: smooth !important;
}
h1,
h2,
h3,
h4,
h5 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #333;
}
p {
	color: #666;
	font-family: "Arimo", sans-serif;
}
header svg {
    height: 50px;
    width: 160px;
}
a,
a:hover,
a:focus,
input, 
button, 
textarea, 
input:focus, 
button:focus, 
textarea:focus  {
    text-decoration: none;
    outline: none;
}
a {
    color: inherit;
}
a,
img,
:before,
:after,
button,
input,
textarea,
span {
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}
.bg-gray {
	background-color: #f4f8ff;
}
.overlap-sec {
	margin-top: -100px;
}
.gap {
	padding: 120px 0;
}
.gap.no-bottom {
    padding-bottom: 0;
}
.bg-img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}
.theme-btn {
	color: #fff;
	font-weight: 700;
	font-size: 0.875rem;
	display: inline-block;
	padding: 1.143em 3.571em;
	font-family: 'Poppins', sans-serif;
	border: 1px solid;
}
.theme-btn:hover {
	background-color: white;
	border: 1px solid;
}
/*====================Featured Area================*/
.featured-sec {
	padding: 224px 0 0;
	z-index: 1;
}
.featured-area svg {
	height: 100px;
    width: 278px;
}
.featured-area {
	padding-bottom: 130px;
}
.featured-area > h1 {
    font-size: 4.175rem;
    max-width: 80%;
    margin: 0 auto 0.083em;
}
.featured-area > img {
	margin-bottom: 40px;
}
.featured-area p {
	font-size: 1.125rem;
	line-height: 1.628;
	color: #222222;
	max-width: 50%;
    margin: 0 auto;
}
.feature-count a {
	height: 195px;
	width: 270px;
	background-color: #f7a000;
	border-radius: 20px;
	color: #fff;
	margin-left: 15px;
	margin-right: 15px;
	padding: 5% 0;
	text-transform: uppercase;
	text-align: center;
}
.feature-count a:nth-child(2) {
	background-color: #ff4d29;
	margin-top: 0px;
}
.feature-count a:last-child {
	background-color: #0c6c7c;
}
.feature-count a span {
	display: block;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
}
.feature-count a h2 {
	font-size:3.125rem;
	color: inherit;
	margin-bottom: 5px;
}
.feature-count a img {
	margin: 10px auto 0;
	display: block;
}
/*=====================Demos Area===============*/
.new-heading {
	margin-bottom: 50px;
}
.new-heading span {
	font-size: 6.25rem;
}
.new-heading h1 {
	font-size: 2.5rem;
}
.new-heading p {
	font-size: 1.125rem;
	max-width: 55%;
	margin: 0 auto;
}
.demo-item {
	margin-bottom: 70px;
}
.demo-item .demo-img{
	overflow: hidden;
	border-radius: 32px;
	box-shadow: 0 0 35px rgba(0,0,0,0.2);
	border: 10px solid #fff;
	margin-bottom: 25px;
}
.demo-item .demo-img img {
	max-width: 100%;
	height: auto;
	width: 100%;
}
.demo-item a.preview-btn {
	font-size: 0.9375rem;
	font-weight: 700;
	padding: 1.667em;
	text-transform: uppercase;
	position: absolute;
	bottom: -72px;
	left: 0;
	color: #fff;
	width: 100%;
	z-index: 2;
	font-family: 'Poppins', sans-serif;
}
.demo-item > a {
	color: #1a1a1a;
	font-size: 500;
	font-size: 1.25rem;
	display: inline-block;
	border-bottom: 1px solid #1a1a1a;
}
.demo-item:hover a.preview-btn{
	bottom: 0;
}
/*====================Testimonial Section===========*/
.section-title h2 {
	font-size: 3.125rem;
}
.section-title p {
	color: white;
	width: 75%;
	margin: auto;
	text-align: center;
}
.testi-box {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 35px rgba(0,0,0,0.2);
	padding: 4px;
	margin-bottom: 2.8125rem;
}
.testi-star h5,
.testi-top > span {
	font-size: 0.875rem;
}
.testi-top {
	padding: 20px 25px;
}
.testi-box p {
	font-size: 1.125rem;
	color: #424242;
	line-height: 1.667em;
	font-style: italic;
	padding: 1.389em 1.944em 1.667em;
}
.testi-star .rating span {
	color: #fff600;
	font-size: 20px;
}
/*====================Event Section===========*/
.sec-heading2 h2 {
	font-size: 3.125rem;
}
.sec-heading2 p {
	font-size: 1.0625rem;
	line-height: 1.765em;
}
.sec-heading2 {
    max-width: 75%;
    margin: 0 auto;
}
.simple-icon {
	margin-bottom: 40px;
}
.simple-icon > span {
	height: 125px;
	width: 125px;
	background-color: #fff;
	border: 8px solid #f1f1f1;
	line-height: 114px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	margin-bottom: 25px;
}
.simple-icon > span i  {
	font-size: 3.3rem;
}
.simple-icon h3 {
	font-size: 1.625rem;
}
.simple-icon:hover span {
    color: #fff;
}
/*=====================Support Section==========*/
.support-item {
	background-color: #fff;
	box-shadow: 0 0 35px rgba(0,0,0,0.2);
	padding: 50px 50px 40px 50px;
}
.support-item h3 {
	font-size: 1.875rem;
}
.support-item p {
	font-size: 1.0625rem;
	line-height: 1.765em;
}
/*=====================Call To Action===========*/
.call-to-action h2 {
	font-size: 2.8125rem;
	font-weight: 600;
}
.call-to-action p {
	font-size: 1.125rem;
	line-height: 1.875rem;
}
.call-to-action .theme-btn {
	background-color: #fff;
}
.call-to-action .theme-btn:hover {
	background-color: transparent;
	color: white ;
	border: 1px solid white !important;


}
.call-img {
    margin-top: -60px;
}
/*=======================Inner Pages Section=============*/
.inner-page-slider .page-item a {
	border-radius: 10px;
	box-shadow: 0 0 35px rgba(0,0,0,0.2);
	border: 10px solid #fff;
	display: block;
}
.purchase-btns .live-btn {
	background-color: #d92323;
	border: 1px solid;

}
.purchase-btns .live-btn:hover {
	color: #d92323;
	background-color: white;
	border: 1px solid;

}
.purchase-btns .pur-btn {
	background-color: #5b972a;
	border: 1px solid;
}
.purchase-btns .pur-btn:hover {
	color: #5b972a;
	background-color: white;
	border: 1px solid;
}
.purchase-btns a + a {
	margin-left: 15px;
}
.theme-inner-pages {
	/* padding-bottom: 100px; */
}
.purchase-btns.text-center {
    margin-bottom: -140px;
}
.inner-page-slider .owl-stage {
    padding-top: 30px;
    padding-bottom: 30px;
}
/*===================Buy Themes Section============*/
.buy-themes-sec h2 {
	font-size: 3.125rem;
}
.buy-themes-sec p {
	font-weight: 500;
	font-size: 1.0625rem;
	width: 75%;
	margin: auto;
}
/*===================Plugins============*/
.plugins .gap {
	padding-top: 0;
}
.plugins h3 {
    font-size: 50px;
    font-weight: 700;
}
.plugins .new-heading {
    text-align: center;
}
.plugins .new-heading span {
    font-size: 18px;
    color: #444;
}

.small-box div.tini-sec .li {
    float: left;
    width: 18.5%;
    height: 190px;
    padding: 40px 20px;
    box-shadow: 0 0 40px rgb(0 0 0 / 10%);
    border-radius: 5px;
    background-color: #fff;
}
.small-box div.tini-sec .li {

    height: 190px;
    padding: 40px 20px;
    box-shadow: 0 0 40px rgb(0 0 0 / 10%);
    border-radius: 5px;
    background-color: #fff;
}
.small-box {
    float: left;
    text-align: center;
    width: 100%;
}
.small-box div.tini-sec {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 35px;
}
.small-box div.tini-sec .li {
    float: left;
    width: 18%;
    height: 190px;
    padding: 40px 20px;
    box-shadow: 0 0 40px rgb(0 0 0 / 10%);
    border-radius: 5px;
    background-color: #fff;
    margin-left: 10px;
    margin-right: 10px;
}
.small-box div.tini-sec .li img {
	border-radius: 13px;
}
.small-box div.tini-sec .li p {
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*================Footer=============*/
footer {
	background-color: #000000;
}
.footer-area p {
	color: #dcdcdc;
	font-size: 1rem;
}
.footer-menu ul li a {
	color: #dcdcdc;
	font-size: 1rem;
}
.footer-menu ul li + li {
	margin-left: 20px;
}
/*=======================Restinn============*/
.restin-our-clients .bg-img::before {
    content: '';
    height: 100%;
    width: 100%;
    background-color: #00000080;
    position: absolute;
}

/*=======================Color Scheme============*/
.featured-area h1 span,
.theme-color,
.call-to-action .theme-btn,
.theme-btn:hover,
.simple-icon > span {
	color: #e1601f;
}
.theme-bg,
.theme-btn,
.simple-icon:hover span {
	background-color: #e1601f;
}
.simple-icon:hover span,
.theme-btn:hover {
	border-color: #e1601f;
}
/*Header*/
.site-navigation nav ul li a:hover{
	color: #95271a;
}
a.loginn {
    padding: 12px 18px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    border: 1px solid #3d75e6;
    background-color: transparent;
    color: #3d75e6;
	text-transform: capitalize;
}
a.loginn:hover {
	background-color: #3d75e6 !important;
	color: white !important;
	border: 1px solid  #3d75e6 !important;
}
a.contact:hover,
a.loginn:hover {
    background-color: transparent;
    color: #3d75e6;
}

a.contact {
    padding: .66rem 2.2rem;
    height: 100%;
    display: inline-flex;
    align-items: center;
    border: 1px solid #3d75e6;
	text-transform: capitalize;
	background-color: #3d75e6;

}
a.contact:hover {
	border: 1px solid #3d75e6;
}
.site-btn ul {
    margin-bottom: 0;
}
header {
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    box-shadow: 2px 2px 24px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 2px 24px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 24px 0px rgba(0, 0, 0, 0.1);
    z-index: 9;
}
.header-wrapper {
    padding: 1rem 0;
}
.site-navigation nav ul li {
    margin: 0 4px;
}
.site-navigation nav ul li a {
    font-size: 17px;
    font-weight: 500;
    color: #161515;
    padding: 0 15px;
    transition: all 0.35s ease-in-out;
}
header.sticky .header-wrapper {
    padding: 0.75rem 0;
}
.responsive-header {
    display: none;
}
.responsive-header {
    display: none;
}
.res-header-bar {
    padding: 15px;
}
.res-btns > a {
    background-color: #fff;
    color: #0575e6;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    width: 50px;
    text-align: center;
    padding: 0;
}
.close-menu {
    height: 40px;
    width: 40px;
    color: #fff;
    line-height: 40px;
    background-color: #0575e6;
}
.close-menu:hover {
    background-color: #033333;
    color: #fff;
}
.responsive-menu-wrapper {
    position: fixed;
    left: -100%;
    top: 0;
    width: 280px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    z-index: 999;
    height: 100%;
    padding: 20px 15px;
    transition: all 0.35s ease-in-out;
}
.responsive-menu-wrapper ul {
    margin: 35px 0 20px;
}
.responsive-menu-wrapper ul li {
    margin: 4px 0;
}
.responsive-menu-wrapper ul li a:hover {
    color: #333;
}
.responsive-menu-wrapper.active {
    left: 0;
}
@media (max-width: 980px) {
    .responsive-header {
        display: block;
    }
}
@media (max-width: 425px) {
    .res-btns > a {
        height: 40px;
        width: 40px;
        line-height: 40px;
    }
    .res-header-bar img {
        width: 130px;
    }
}

.hea-der nav ul {
	list-style: none;
}

.hamburger,
.crosss {
	display: none;
}

/* header move on scroll */
.slideUp {
  transform: translateY(-140px);
  -webkit-transform: translateY(-140px);
  -moz-transform: translateY(-140px);
  -o-transform: translateY(-140px);
  position: fixed;
  top: 0;
  width: 100%;
}
.slideDown {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  position: fixed;
  top: 0;
  width: 100%;
}
.slideUp,
.slideDown{
    transition: transform .5s ease-out;
  -webkit-transition: transform .5s ease-in-out;
    -moz-transition: transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out;
}
h2.mb-3.mt-n3{
	width: 61%;
    margin: auto;
	font-size: 2.5rem;
}
p.book-features-detail{
	width: 50%;
    margin: auto;
    text-align: center;
}
ul.d-lg-flex.align-items-center.mb-0 {
    margin-right: 40px;
}
.site-bran svg{
	height: 55px;
	  width: 192px;
  }
  section#Client {
    margin-top: 50px;
}
.page-item p {
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    padding-top: 10px;
}

.purchase-btns{
    margin-top: 64px;
  }
  .lifelne2-purchaseref-wrap {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    line-height: normal;
    position: fixed;
    right: -116px;
    z-index: 999;
    transition: all 0.35s;
  }
  .lifelne2-purchaseref-wrap:hover {
    right: 1px;
  }
  .lifelne2-purchaseref-wrap a.link-purchase-iu {
    background: #1b1b1b none repeat scroll 0 0;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding: 14px 18px;
  }
  .lifelne2-purchaseref-wrap a.link-purchase-iu img:first-child {
    margin-right: 6px;
  }
  .lifelne2-purchaseref-wrap a.link-purchase-iu {
    background: #1b1b1b none repeat scroll 0 0;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding: 14px 18px;
  }
  .lifelne2-purchaseref-wrap a.link-purchase-iu img:first-child {
    margin-right: 6px;
  }
  i.fa-solid.fa-cart-shopping{
    margin-right: 14px;
    }

    
    .lifelne2-purchaseref-wrap  {
        animation:
        bounce 600ms alternate infinite cubic-bezier(.2, .65, .6, 1)
      }


      @keyframes bounce {
        from {
          transform: translateY(0px);
        }
        to {
          transform: translateY(-10px);
        }
      }

      .mslide{
		background-color: white;
		padding-bottom: 30px;
		margin-left: -8px;
		border-radius: 10px 10px 0px 0px;
	}
	.main-slidder{
		margin-top: 60px;
	}
	::marker {
		font-size: 25px;
		color: gainsboro;
	}
	.mslide h6{
		font-weight: 700;
		font-size: 20px;
		padding-left: 30px;
	}
	.buttons {
		text-align: end;
		margin-right: 5px;
		margin-top: -10px;
		margin-bottom: 20px;
	}
	.buttons a{
		font-weight: 500;
		background-color: #0575e8;
		color: white;
		text-decoration: none;
		padding: 10px;
	
	}
	.rating span {
		font-size: 20px;
		color: #fff600;
		line-height: 25px;
	}
	.rating{
		margin-bottom: 7px;
		margin-left: 30px;
	}
	.mslide ul{
		padding-left: 55px;
	}
	.sliderone{
		background-color: #e1601f;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.sliderheading h2{
		font-size: 40px;
		font-weight: bold;
		padding-bottom: 50px;
		padding-top: 50px;
		color: white;
		text-align: center !important;
	}
	.mslide h6 a{
		color: #000;
		list-style: none;
	  }
	  .mslide h6 a:hover{
		color: brown;
		text-decoration: none;
	  }
	  .buttons a:hover{
		background-color: white;
		border: 1px solid blue;
		color: blue;
	  }
	  
	  .qmt-social-chat.qmt-social-wtsapp {
		position: fixed;
		right: -107px;
		top: 70%;
		z-index: 999999999;
		animation: bounce 600ms alternate infinite cubic-bezier(.2, .65, .6, 1);
		transition: .4s ease-in-out;
	}
	.qmt-social-chat.qmt-social-wtsapp:hover{
		right: 1px;
		animation: none;
	}
	.qmt-social-chat.qmt-social-wtsapp img{
		width: 34px;
	}
	.qmt-social-chat.qmt-social-wtsapp span{
		font-size: 15px;
		text-decoration: underline;
		color: white;
		font-weight: 600;
	}
	a.qmt-wtsapp {
	padding: 16px 14px 20px 14px;
		box-shadow: 0px 0px 8px 0px #00000038;
		background-color: #68d743;
		border-radius: 4px;
	}
	 
