@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;
}
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 {
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	font-size: 0.875rem;
	display: inline-block;
	padding: 1.143em 3.571em;
	font-family: 'Poppins', sans-serif;
}
.theme-btn:hover {
	background-color: #000;
	color: #fff;
}
.header-wrapper svg {
    height: 65px;
    width: 192px;
}
/*====================Featured Area================*/
.featured-sec {
	padding: 275px 0 0;
	z-index: 1;
}
.featured-area > h2 {
    font-size: 4.375rem;
    max-width: 86%;
    margin: 0 auto 0.083em;
}
.featured-area > img {
	margin-bottom: 40px;
}
.featured-area p {
	font-size: 1.125rem;
	color: #222222;
	max-width: 50%;
    margin: 0 auto;
}
.feature-count.dictate {
	margin-top: 56px !important; 
}
.feature-count {
	margin-top: 125px;
}
.feature-count.dictate a {
	color: black;
}
.feature-count.dictate a:nth-child(1) {
	background-color: #ffeac5;
}
.feature-count.dictate a:nth-child(2) {
	background-color: #d3f2f7;
} 
.feature-count.dictate a:nth-child(3) {
	background-color: #fee5e0;
} 
.feature-count.dictate a:nth-child(4) {
	background-color: #e9f2b1;
}  
.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;
}
.feature-count a:nth-child(2) {
	background-color: #ff4d29;
}
.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;
}
.fixed-bg {
	background-repeat: no-repeat;
  background-attachment: fixed;
}
/*=====================Demos Area===============*/
.new-heading {
	margin-bottom: 50px;
}
.new-heading span {
	font-size: 6.25rem;
}
.new-heading h1 {
	font-weight: 400;
	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;
}
.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;
}
.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: 60%;
    margin: 0 auto;
}
.simple-icon {
	margin-bottom: 40px;
}
.dictate-features .sec-heading2 {
	padding-bottom: 70px;
}
.dictate-features .simple-icon {
	padding: 48px 31px;
	transition: .3s ease-in-out;
}
.dictate-features .simple-icon:hover span{
	background-color: transparent !important;
}
.dictate-features .simple-icon:hover {
	box-shadow: 0px 3px 17px -4px #0000001f;
	transform: translate(0px, -5px);
}
.dictate-features .simple-icon i {
	color: #585858;
}
.dictate-features .col-md-4:nth-child(1) .simple-icon{
	border: 2px solid #d3f2f7;
}
.dictate-features .col-md-4:nth-child(1) .simple-icon span{
	border: 8px solid #d3f2f7;
}
.dictate-features .col-md-4:nth-child(2) .simple-icon{
	border: 2px solid #fee5e0;
}
.dictate-features .col-md-4:nth-child(2) .simple-icon span{
	border: 8px solid #fee5e0;
}
.dictate-features .col-md-4:nth-child(2) .simple-icon {
	transform: translate(0px, -70px);
}
.dictate-features .col-md-4:nth-child(2) .simple-icon:hover {
	transform: translate(0px, -75px);

}
.dictate-features .col-md-4:nth-child(3) .simple-icon{
	border: 2px solid #e9f2b1;
}
.dictate-features .col-md-4:nth-child(3) .simple-icon span{
	border: 8px solid #e9f2b1;
}
.dictate-features .col-md-4:nth-child(4) .simple-icon{
	border: 2px solid #d3f2f7;
}
.dictate-features .col-md-4:nth-child(4) .simple-icon span{
	border: 8px solid #d3f2f7;
}
.dictate-features .col-md-4:nth-child(5) .simple-icon{
	border: 2px solid #fee5e0;
}
.dictate-features .col-md-4:nth-child(5) .simple-icon span{
	border: 8px solid #fee5e0;
}
.dictate-features .col-md-4:nth-child(5) .simple-icon {
	transform: translate(0px, -70px);
}
.dictate-features .col-md-4:nth-child(5) .simple-icon:hover {
	transform: translate(0px, -75px);
}
.dictate-features .col-md-4:nth-child(6) .simple-icon{
	border: 2px solid #e9f2b1;
}
.dictate-features .col-md-4:nth-child(6) .simple-icon span{
	border: 8px solid #e9f2b1;
}
.dictate-features .col-md-4:nth-child(7) .simple-icon{
	border: 2px solid #d3f2f7;
}
.dictate-features .col-md-4:nth-child(7) .simple-icon span{
	border: 8px solid #d3f2f7;
}
.dictate-features .col-md-4:nth-child(8) .simple-icon{
	border: 2px solid #fee5e0;
}
.dictate-features .col-md-4:nth-child(8) .simple-icon span{
	border: 8px solid #fee5e0;
}
.dictate-features .col-md-4:nth-child(8) .simple-icon {
	transform: translate(0px, -70px);
}
.dictate-features .col-md-4:nth-child(8) .simple-icon:hover {
	transform: translate(0px, -75px);
}
.dictate-features .col-md-4:nth-child(9) .simple-icon{
	border: 2px solid #e9f2b1;
}
.dictate-features .col-md-4:nth-child(9) .simple-icon span{
	border: 8px solid #e9f2b1;
}
.dictate-features .col-md-4:nth-child(10) .simple-icon{
	border: 2px solid #d3f2f7;
}
.dictate-features .col-md-4:nth-child(10) .simple-icon span{
	border: 8px solid #d3f2f7;
}
.dictate-features .col-md-4:nth-child(10) .simple-icon {
	transform: translate(0px, -70px);
}
.dictate-features .col-md-4:nth-child(10) .simple-icon:hover {
	transform: translate(0px, -75px);
}











.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===========*/
path#Path_6 {
    fill: #e8506b;
}
.dictate-call-to-action {
	padding: 80px 0px;
	background-color: #f6526d;
}
.dictate .theme-btn {
	background-color: #f6526d;
}
.dictate-call-to-action .theme-btn {
	color: #f6526d !important;
}
.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: #ededed;
	background: -moz-linear-gradient(to right, #ebebeb 0%, #ebebeb 35%, #fff 100%);
	background: -webkit-linear-gradient(left, #ebebeb 0%, #ebebeb 35%, #fff 100%);
	background: linear-gradient(to right, #ebebeb 0%, #ebebeb 35%, #fff 100%);
}
.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;
}
.purchase-btns .pur-btn {
	background-color: #5b972a;
}
.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;
}
/*================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;
}
/*=======================Color Scheme============*/
.dictate-featured-sec {
	padding: 240px 0 0;
}
.dictate-featured-sec .featured-area h2 span {
	color: #f6526d;
}
.dictate .theme-bg {
	background-color: #f6526d;
}
.dictate .theme-color {
	color: #f6526d;
}

.featured-area h2 span,
.theme-color,
.call-to-action .theme-btn,
.simple-icon > span {
	color: #95271a;
}

.theme-bg,
.theme-btn,
.simple-icon:hover span {
	background-color: #95271a;
}


.simple-icon:hover span {
	border-color: #95271a;
}
/*Header*/
.site-navigation nav ul li a:hover{
	color: #95271a;
}
.dictate-header a.loginn {
	border: 1px solid #f6526d;
	color: #f6526d;
}
a.loginn {
    padding: 12px 18px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    border: 1px solid #95271a;
    background-color: transparent;
    color: #95271a;
	text-transform: capitalize;
}
.dictate-header a.contact:hover,
.dictate-header a.loginn:hover {
    background-color: transparent;
    color: #f6526d;
}
a.contact:hover,
a.loginn:hover {
    background-color: transparent;
    color: #95271a;
}
.dictate-header a.contact {
	border: 1px solid #f6526d;
	background-color: #f6526d;

}
a.contact {
    padding: .66rem 2.2rem;
    height: 100%;
    display: inline-flex;
    align-items: center;
    border: 1px solid #95271a;
	text-transform: capitalize;
}
.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:1.5rem 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){header{display:none}.responsive-header{display:block}}@media (max-width: 425px){.res-btns>a{height:40px;width:40px;line-height:40px}.res-header-bar img{width:130px}}



/* 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;
}


.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;
}
.slider{
    background-color: #95271a;
    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;
  }

  .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: -110px;
    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);
        }
      }
