/*---------------------------------------------------
	COMMON STYLE
------------------------------------------------------*/
html body{
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    height: 100%;
    font-family: 'Poppins', sans-serif;
    background: #f3f3f3;
}
.custom-font {
	font-family: "Playfair Display" !important;
}
img{
    max-width:100%;
}
a {
    text-decoration: none;
	outline: none;
    color: #212121;
}
a, button {
	transition: all 300ms;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-o-transition: all 300ms;
	-ms-transition: all 300ms;
}
a:hover, a:focus {
    text-decoration: none;
    outline: 0;
    color: #56cfe1;
}
p, span{
    margin:0;
}
p + p{
    margin-top:10px;
}
ul{list-style:none}

h1, .h1, h2, .h2, h3, .h3 {
    margin-bottom: 10px;
    margin-top: 20px;
}
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,strong{
	color: #222222;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 32px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
::-webkit-input-placeholder {
   color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
   color: #fff; 
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}
:-ms-input-placeholder {  
   color: #fff;  
}
.wrapper {
    position: relative;
}
.header{
	margin-bottom: 0;
}
.contents-main {
  margin: 0 !important;
}
.clearleft{
	clear: left;
}
hr{
	margin: 50px 0;
}
/********************/
/* HEADER STYLE */
/********************/
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus{
	color: #000;
}
header.sticky{
	box-shadow: 0px 1.5px 1px -1px rgba(0, 0, 0, 0.1);
}
header{
	position:fixed; 
	top:0; 
	left:0; 
	width:100%;
	z-index: 90;
	background: #fff;
}
.navbar-header a#to-top {
	padding-top: 10px;
	display: block;
}
#myNavbar {
	padding: 0;
	position: static;
}
header .navbar-inverse{
	margin: 0;
	background: none;
	border: none;
}
header .midle-header{
	padding: 30px 0;
	  transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
.menu-button > a:hover{
	background: none;
	color: #7baa0b;
}
.menu-button > a{
	color: #fff;
    padding: 13px 27px;
    background: #7baa0b;
    display: inline-block;
	border-radius: 8px;
	border: 1px solid  #7baa0b;
}
.main-menu{
	float: none;
	display: table;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
.main-menu li {
	float: none;
	display: table-cell;
	vertical-align: middle;
}
.navbar-inverse .navbar-nav > li > a {
	padding: 16px;
	color: #999;
	border-radius: 0;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 400;
}
.navbar-inverse .navbar-nav > li > a:hover{
	color: #000;
}
.extension-list-grid .col-xs-6{margin-bottom:10px}
.main-menu li:last-child > a {
	padding-right: 0 !important;
}
/* STICKY MENU */
header.sticky .midle-header{
	padding: 15px 0;
}
@media (min-width: 1200px){
	#myNavbar {
		display: block !important;
		height: auto !important;
		visibility: visible !important;
	}
}
@media (max-width: 1199px){
	header .midle-header{
		padding: 15px 0;
	}
	.main-menu{text-align: left}
	.main-menu > li{display: block}
	.menu-button{display: none}
	.navbar-header {
		float: none;
	}
	.navbar-header-content {
		position: relative;
	}
	.navbar-inverse .navbar-toggle {
		border: none;
		display: block !important;
		margin: 0;
		padding: 19px 0;
	}
	.navbar-inverse .navbar-toggle .icon-bar { 
		background: #999; 
	}
	.navbar-inverse .navbar-toggle:hover .icon-bar{ 
		background: #000; 
	}
	.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
		background: none;
	}
	.navbar-inverse .navbar-nav > li > a{color:#31355b}
	#myNavbar {
		background-color: #fff;
		border: 1px solid #ddd !important;
		position: absolute;
		top: calc(100% + 15px);
		z-index: 99;
		display: block !important;
		opacity: 0;
		visibility: hidden;
		transition: all 300ms;
		-webkit-transition: all 300ms;
		-moz-transition: all 300ms;
		-o-transition: all 300ms;
		-ms-transition: all 300ms;
		right: 0;
		max-width: 100%;
	}
	#myNavbar.collapse.in {
		opacity: 1;
		visibility: visible;
	}
	.powerful .powerful-text {
		position: static;
		padding-bottom: 30px;
		padding-top: 15px;
	}
	.navbar-right.main-menu {
		display: block;
		float: none;
	}
	.navbar-right.main-menu li {
		text-align: left;
		width: 100%;
		display: block !important;
		border-bottom: 1px dotted #ddd;
	}
	.navbar-inverse .navbar-nav > li > a {
		padding: 12px 30px;
		font-weight: 400;
	}
	.navbar-header
}
/********************/
/* END HEADER STYLE */
/********************/

/********************/
/* BANNER HOME */
/********************/
.slider-banner {
	min-height: 100vh;
	background-color: #f5f5f5;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url('../images/bg.jpg');
	position: relative;
	background-attachment: fixed;
}
.slider-banner .text-content h1{
	font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 20px;
    letter-spacing: 60px;
    padding-left: 60px;
}
.slider-banner .text-content {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	z-index: 2;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	background: #fff;
	padding: 45px 30px 40px;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.slider-theme .t3 {
	padding-top: 6px;
}
.slider-theme .t3 a {
    background: none;
    cursor: pointer;
    padding: 15px 60px;
    display: inline-block;
    margin: 15px 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 50px;
    border: 2px solid #fff;
    color: #fff;
    overflow: hidden;
	font-size: 15px;
}
.slider-theme .t3 a:hover,
.slider-theme .t3 a#go-to-demo2 {
	background-color: #56cfe1;
	border-color: #56cfe1;
	color: #fff;
}
.slider-theme .t3 a#go-to-demo2:hover {
    background: #1eb1c7;
    border-color: #1eb1c7;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.slider-banner .text-content h1 { font-size: 40px; }
}
@media (min-width: 768px) and (max-width: 991px) {
	.slider-banner .text-content h1 { font-size: 30px; }
}
@media (max-width: 767px) {
	.slider-banner .text-content h1 { font-size: 14px; }
	.slider-theme .t3 a {
		width: 100%;
		max-width: 220px;
		margin: 5px 0;
		padding: 12px 20px;
	}
}
/********************/
/* END BANNER */
/********************/

/********************/
/* TITLE GROUP */
/********************/
#demos-layout-detail .demos-home {
	background-color: #fff;
}
.title-group {
	text-align: center;
}
.title-group .title {
	margin: 40px auto 50px;
    width: 100%;
    text-align: center;
}
.title-group .title h2 {
    margin-top: 0;
    font-weight: 600;
    font-size: 40px;
    margin: 0 auto;
    margin-bottom: 10px;
	color: #222;
}
.title-group .title p {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	color: #555;
	font-size: 16px;
}
.section-title p {
    line-height: 25px;
    margin-bottom: 40px;
}
/********************/
/* END TITLE GROUP */
/********************/

/********************/
/* DEMO SECTION */
/********************/
.demos-home {
	padding: 50px 50px 45px;
	background-color: #f3f3f3;
}

@media (min-width: 1200px) {
	.demos-home .container {
		max-width: 1920px;
		width: 100%;
	}
	.content-grid .demo-item {
		padding: 0 30px;
	}
}
.demos-image {
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 3px 1px;
}
.demos-content {
	margin-bottom: 60px;
}
.demos-image div.img img {
	height: auto;
	width: 100%;
	min-width: 100%;
}
.demo-detail {
	margin: 20px auto 0px;
	text-align: center;
}
.demo-detail .magnifier a + a {
	margin-left: 15px;
}
.demo-detail .magnifier a {
    display: inline-block;
	cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    position: relative;
    color: #fff;
    font-size: 13px;
    background: #56cfe1;
    padding: 7px 20px 3px;
    outline: none;
    transition: all 0.3s;
    border-radius: 5px;
    border-width: 2px;
    border-style: solid;
    border-color: #56cfe1;
    border-image: initial;
    overflow: hidden;
	
}
.demo-detail .magnifier a:hover {
	color: #fff;
	background-color: #222;
	border-color: #222;
}
.demos-title .link-home {
	font-size: 18px;
	color: #222;
    text-align: center;
    font-weight: 600;
	display: block;
	padding-top: 7px;
    letter-spacing: -1px;
}
.demos-title .link-home:hover, 
.demos-title .link-home:focus {
	color: #56cfe1;
}
.theme-label {
	font-style: italic;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	position: absolute;
	background-color: #31355b;
	width: 60px;
	height: 60px;
	line-height: 1;
	border-radius: 50%;
	display: flex;
	align-items: center;
	right: 10px;
	top: 10px;
}
.theme-label span {
	display: block;
	text-align: center;
	width: 100%;
}
.theme-label.cms {
	background-color: red;
}
@media (min-width: 500px) and (max-width: 767px) {
	.content-grid .demo-item {
		width: 50%;
	}
}
/********************/
/* END DEMO SECTION */
/********************/

/********************/
/* BUILDER SECTION */
/********************/
section.builder-image {
	padding-top: 57px;
	background-color: #e7f1f3;
}
section.builder-image img {
	margin: 0 auto;
}
section.builder {
	background-color: #fff;
	padding-bottom: 50px;
	padding-top: 50px;
}
section.builder .theme-extension-include a {
	display: block;
	margin-bottom: 20px;
}
section.builder .theme-extension-include a > img {
	min-width: 100%;
}
section.builder .theme-extension-include div > img {
	margin: 0 auto 20px;
}
section.builder .title-group {
	margin-bottom: 33px;
}
section.builder .theme-extension-include .title-group {
	margin-bottom: 24px;
}
.builder-feature-content .item {
	text-align: center;
	margin-bottom: 23px;
}
.builder-feature-content .item .text-item .title {
	font-size: 16px;
	font-family: "Playfair Display";
	color: #606c6c;
	font-weight: 700;
}
.builder-feature-content .item .text-item .content {
	font-size: 14px;
	color: #222;
	font-weight: 400;
	max-width: 360px;
	margin: 10px auto 0;
}
.extension-item {
	margin-bottom: 50px;
}
.extension-item .icon {
	text-align: center;
	font-size: 45px;
}
.extension-item .icon span {
	display: block;
}
.theme-extension-include a {
	color: #606c6c;
}
.theme-extension-include a:hover {
	color: #56cfe1;
}
.extension-item .title {
	text-align: center;
	padding-top: 15px;
	font-size: 20px;
	font-weight: 600;
}
.theme-extension-include {
	padding: 50px 0 65px;
	background-color: #f3f3f3;
}
.theme-extension-include .col-md-custom-5 {
	margin-bottom: 30px;
}
.theme-extension-include img {
	min-width: 100%;
}
@media (min-width: 992px) {
	.col-md-custom-5 {
		width: 20%;
	}	
}
.builder-m2-link {
	display: table;
	clear: both;
	margin: 50px auto 27px;
}
.builder-m2-link .support-item {
	float: left;
	padding: 0 15px 15px;
}
@media (max-width: 991px) {
	.builder-m2-link .support-item {
		text-align: center;
		width: 100%;
		float: none;
	}
	.builder-m2-link .support-item a {
		width: auto;
	}
	#other .col-md-6 .row .col-sm-6{text-align:center}
}
@media (max-width: 767px) {
	.title-group .title h2 {
		font-size: 34px;
	}
	.demos-home {
		padding: 50px 0 45px;
	}
}
@media (max-width: 499px) {
	#extension_theme .col-xs-6 {
		width: 100%;
	}
}
@media (max-width: 550px) {
	#other .col-md-6 .row .col-sm-6{padding-top:0 !important}
	
}

/********************/
/* END BUILDER SECTION */
/********************/

/********************/
/* ADMIN PANEL SECTION */
/********************/
section.admin-panel {
	padding: 50px 0 65px;
	background-color: #e7f1f3;
}
section.admin-panel .title-group {
	margin-bottom: 57px;
}
section.admin-panel img {
	margin: 0 auto;
}
.builder-featured {
    margin-bottom: 33px;
}
.builder-featured .icon .fa {
    color: #88c5be;
    font-size: 32px;
}
.builder-featured .title {
    color: #606c6c;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
	font-family: "Playfair Display";
    padding-top: 18px;
}
.builder-featured .content {
    font-size: 14px;
    font-weight: 300;
}
.builder-featured .content p {
    margin-bottom: 22px;
}
.builder-featured .content p:last-child {
    margin-bottom: 0;
}
.theme-featured {
	margin-top: 20px;
	background-color: #f7f6f7;
}
.theme-featured .middle {
	background-color: #b7d09e;
}
.theme-featured:after {
	content: "";
	display: table;
	clear: both;
}
/********************/
/* END ADMIN PANEL SECTION */
/********************/

/********************/
/* SUPPORT SECTION */
/********************/
.demos-img, .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img{
	margin: 0 auto;
	display: block;
}
.support-item a {
    background: #333 !important;
    border: 1px solid transparent;
    border-radius: 22px;
    color: #fff !important;
    display: block;
    font-size: 14px;
    padding: 9px 25px;
	text-align: center;
}
.support-item a:hover {
	border-color: #333 !important;
	background-color: transparent !important;
    color: #333 !important;
}
.support-item a .fa {
	margin-right: 15px;
}
.support-item + .support-item a {
	border-color: #333 !important;
	background-color: transparent !important;
    color: #333 !important;
}
.support-item + .support-item a:hover {
	background-color: #333 !important;
	border-color: #333 !important;
    color: #fff !important;
}
.btn-link-section .footer-copytext {
	font-size: 20px;
	text-align: center;
	color: #424242;
	padding: 38px 0 0;
}
.footer-copytext span {
	color: #56cfe1;
}
.btn-link-section .footer-copytext span {
	font-weight: 500;
}
.btn-link-section .footer-copytext + img {
	min-width: 100%;
	height: auto;
}
.btn-link-section {
}
.btn-link-section .title-group {
	margin-bottom: 35px;
}
.theme-extension-include{margin-top:30px}
.multiple-shop-page {background:#fff; padding:50px 0 110px}
.middle-content{text-align:center; margin:20px 0}
.middle-content img{margin:auto}
.layout-section{padding:60px 0}
.layout-section .col-md-6{margin:20px 0}
#other{background:#282828; padding-bottom:65px; padding-top: 50px;}
#other .title-group h2{margin:50px 0 40px; color: #fff;}
#other + section {background:#282828;}
/********************/
/* THEME FEATURED */
/********************/
.call-to-action {
	padding: 100px 30px;
	background: url(../images/landing-background.jpg) top center no-repeat;
	background-size: cover;
}
.call-to-action h2 {
	font-size: 30px;
	margin-top: 20px;
	margin-bottom: 15px;
	font-weight: 500;
	line-height: 1.1;
	color: #222;
}
.call-to-action .button-style {
	margin: 20px 0 0;
	background: #56cfe1;
    color: #ffffff;
    cursor: pointer;
    padding: 15px 60px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    position: relative;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 50px;
    border: 2px solid #56cfe1;
    overflow: hidden;
}
.call-to-action .button-style:hover {
	background: #1eb1c7;
    border-color: #1eb1c7;
}
#support .bottom-page {
	text-align: center;
	padding: 15px;
}
.features-list-item .top {
	display: block;
}
.features-list-item {
	margin-bottom: 40px;
}

.features-list-item .top img {
	min-width: 100%;
}
.features-list-item .bot {
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding-top: 27px;
}
section {
	overflow: hidden;
}
.img-center {
	margin: 0 auto;
	display: block;
}
.claue_feature {
	background-color: #fff;
}
.content-table {
	display: table;
	width: 100%;
}
.content-table .content-table-row {
	display: table-row;
}
.content-table .content-table-col {
	padding: 85px 45px 100px;
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	background: #f9f9f9;
}
.content-table .content-table-col img {
	min-width: 100%;
}
.content-table .content-table-col .title-group .title {
	margin-top: 0;
}
.content-table .content-table-col.gray-bg {
	background-color: #eee;
}
/********************/
/* END SUPPORT SECTION */
/********************/
@media (max-width: 1199px){
	.collapse{display: none}
}
@media (max-width: 767px){
	.demo-detail {
		margin-top: 10px !important;
	}
	.content-table,.content-table .content-table-row,.content-table .content-table-col {
		display: block;
		width: 100%;
	}
	.content-table .content-table-col {
		border-top: 1px solid #f3f3f3;
		padding: 85px 15px 100px;
	}
}
.areyou-looking {
    background: #fff url("../images/landing-background.jpg") no-repeat scroll center top / cover ;
	padding-bottom: 89px;
	padding-top: 50px;
}
.areyou-looking h2 {
	margin-bottom: 20px;
}
.main-menu li.menu-button a {
	padding: 10px 30px !important;
    border-radius: 50px;
    background: #56cfe1;
	margin-left: 15px;
}
.main-menu li.menu-button a:hover,
.main-menu li.menu-button a:focus {
    background: #1eb1c7 none repeat scroll 0 0;
    border-color: #1eb1c7;
	color: #fff;
}
@media (max-width: 1199px) {
	.main-menu li.menu-button {
		display: none !important;
	}
}
.demo-layout-home-container .demos-content .demos-image .magnifier {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
    height: 40px;
    top: 40%;
    margin-top: -20px;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	opacity: 0;
	visibility: hidden;
}
.demo-layout-home-container .demos-content:hover .demos-image .magnifier {
	top: 50%;
	opacity: 1;
	visibility: visible;
}
.demo-layout-home-container .demos-content .demos-image .magnifier a {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    height: 40px;
    line-height: 38px;
    padding: 0 30px;
    border-radius: 6px;
	font-weight: 400;
}
.demo-layout-home-container .demos-content .demos-image .magnifier a:hover {
	background-color: #fff;
	border-color: #fff;
	color: #000;
}
.demo-layout-home-container .demos-content .demos-image .magnifier a + a {
	margin-left: 12px;
}
.demo-layout-home-container .demos-content .demos-image .magnifier a[href="#"] {
	background-color: #ddd;
	border-color: #ddd;
	cursor: none;
	pointer-events: none;
}
.demo-detail .magnifier a[href="#"] {
	display: none !important;
}
@media (min-width: 992px) {
	.demo-layout-home-container .demos-content .demos-image {
		position: relative;
	}
	.demo-layout-home-container .demos-content .demos-image:after {
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(0,0,0,0.4);
		opacity: 0;
		transition: all 300ms;
		-webkit-transition: all 300ms;
		-ms-transition: all 300ms;
		-moz-transition: all 300ms;
		-o-transition: all 300ms;
		visibility: hidden;
		display: block;
	}
	.demo-layout-home-container .demos-content:hover .demos-image:after {
		opacity: 1;
		visibility: visible;
	}
}

.demos-image > .new {
    position: absolute;
    padding: 7px 20px;
    background-color: #7baa0b;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    top: 10px;
    right: -2px;
	z-index: 20;
    border-radius: 3px 0 0 3px;
}

.header-footer-section .header-version,
.header-footer-section .footer-version {
	padding-bottom: 80px;
}
.header-footer-section .margin-bottom30 {
	margin-bottom: 30px;
}
.header-footer-section img {
	min-width: 100%;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 3px 1px;
}
.title-group .title h2 .top{line-height: .5; vertical-align: top;}
.title-group .title p .top{line-height: 1; vertical-align: top;}
/*
     FILE ARCHIVED ON 09:03:29 Jun 30, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 05:42:55 Aug 22, 2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  exclusion.robots: 282.374
  load_resource: 3321.901 (2)
  RedisCDXSource: 6.871
  xauthn.identify: 187.408
  PetaboxLoader3.datanode: 198.679 (5)
  xauthn.chkprivs: 94.722
  LoadShardBlock: 158.313 (3)
  captures_list: 484.507
  exclusion.robots.policy: 282.359
  CDXLines.iter: 26.182 (3)
  esindex: 0.011
  PetaboxLoader3.resolve: 3255.068 (2)
*/