/*---------------------------------------------------
	COMMON STYLE
------------------------------------------------------*/
html, body {
    font-size: 14px;
    font-family: "Montserrat";
    line-height: 24px;
    line-height: 1.714286;
    font-weight: 400;
    color: #989898;
}
.custom-font {
	font-family: "Playfair Display" !important;
}
img{
    max-width:100%;
}
a {
    text-decoration: none;
	outline: none;
    color: #212121;
}
a, button {
    font-weight: 600;
	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: #606da6;
}
p, span{
    margin:0;
}
p + p{
    margin-top:10px;
}
ul{list-style:none}

h1, .h1, h2, .h2, h3, .h3 {
    margin-bottom: 20px;
    margin-top: 20px;
}
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,strong{
	color: #000;
    font-weight: 700;
}
h1 {
    font-size: 48px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
::-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;
}
a:hover>h3{
	color: #ea595e;
}
/********************/
/* HEADER STYLE */
/********************/
.navbar-inverse .navbar-nav > li > a:hover{
    color: #000;
}
.navbar-inverse .navbar-nav > li > a{
    color: #333;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus{
	color: #ea595e;
}
header.sticky{
	box-shadow: 0px 1px 1px -1px rgba(0, 0, 0, 0.1);
    background: #fff;
    transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
header{
	position:fixed; 
	top:0; 
	left:0; 
	width:100%;
	z-index: 90;
}
.navbar-header a#to-top {
	padding-top: 20px;
	display: block;
	text-align: center;
}
.navbar-header a#to-top img{width:109px;}
#myNavbar {
	padding: 0;
	position: static;
}
header .navbar-inverse{
	margin: 0;
	background: none;
	border: none;
}
header .midle-header{
	padding: 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;
}

.header-content-menu {
    box-shadow: inset 0px 11px 8px -10px #CCC;
}

.header-content-menu:hover {
	box-shadow: none;
	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.btn-header > a:hover{
	background: #606da6;
	border: 1px solid #606da6;
}

.menu-button.btn-header > a{
	color: #fff;
    padding: 10px 18px;
    background: #333;
    display: inline-block;
    border-radius: 0;
    border: 1px solid #333;
    border-radius: 46px;
    margin-top: 12px;
    text-transform: uppercase;
}
.menu-button.btn-footer > a{
    padding: 10px 26px;
}
.main-menu{
	float: right;
    display: table;
    overflow: hidden;
}
.main-menu li {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

.navbar-inverse .navbar-nav > li > a span {
	position: relative;
    height: 100%;
    align-items: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    padding: 12px 10px ;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover{
	color: #222222;
}

.navbar-inverse .navbar-nav > li > a span:after {
   content: '';
  width: 0px;
  height: 1px;
  display: block;
  background: black;
  transition: 300ms;
}
.navbar-inverse .navbar-nav > li > a span:hover:after {
	width: 100%;
}

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

@media (min-width: 1200px) and (max-width: 1350px){
    .navbar-inverse .navbar-nav > li > a{
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media (min-width: 1200px) and (max-width: 1550px){
    .navbar-header-content .main-menu{
        float: none;
        margin: 0 auto;
    }
    .navbar-header-content .col-lg-8{
        width: calc(100% - 290px)
    }
    .navbar-header-content .col-lg-2{
        width: auto;
    }
}
@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;
		float: none;
	}
	.menu-button.btn-header{display:none;}
	.menu-button.btn-footer {
		display: block;
	}
	.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: #ea595e; 
	}
	.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: 5px 30px;
		font-weight: 400;
	}
	.navbar-header
}
/********************/
/* END HEADER STYLE */
/********************/

/********************/
/* BANNER HOME */
/********************/
.color-primary{
    color: #606da6;
}
.color-r {
    color: #333;
    font-size: 90px;
    font-weight: 300;
}
.color-y{color: #ffc000}
.slider-banner {
	min-height: 100vh;
	background-color: #f5f5f5;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url('../images/background.jpg');
	position: relative;
	transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transition: all .35s;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
}
.title-banner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    text-align: center;
}
.title-banner h1 {
    font-size: 72px;
    line-height: 1;
}
.title-banner p {
    font-size: 24px;
    line-height: 1;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3em;
}
.slider-theme {
	position: relative;
	overflow: hidden;
}

/* 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: #ea595e;
	border-color: #ea595e;
	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 (max-width: 767px) {
	.slider-banner .text-content h1 { font-size: 30px}
	.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;
    margin-bottom: 100px;
}

.title-group .title {
    width: 100%;
    text-align: center;
	letter-spacing: 2px;
}

.title-group .title h2 {
    margin-top: 0;
    font-weight: 300;
    font-size: 48px;
    margin: 0 auto;
    margin-bottom: 10px;
    line-height: 1.3;
}

.title-group .sub-title p{
	font-size: 16px;
	color: #696969;
}
/********************/
/* END TITLE GROUP */
/********************/

/********************/
/* DEMO SECTION */
/********************/
.demos-home {
	padding: 50px 50px 45px;
	background-color: #f3f3f3;
}
.content-grid .demo-item {
    margin-bottom: 40px;
}
@media (min-width: 1200px) {
	.demos-home .container {
		max-width: 1920px;
		width: 100%;
	}
	.content-grid .demo-item {
		padding: 0 30px;
	}
}
.demos-title img{
    box-shadow: 0 0 40px 0 rgba(51, 51, 51, 0.2);
    border-radius: 10px;
}
.demos-image img{
     box-shadow: 0 0 40px 0 rgba(51, 51, 51, 0.2);
    border-radius: 10px;
    width: 100%;
}
.demos-image {
	position: relative;
}
.demos-content {
	margin-bottom: 25px;
}
.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: #ea595e;
    padding: 7px 20px 3px;
    outline: none;
    transition: all 0.3s;
    border-radius: 0;
    border-width: 2px;
    border-style: solid;
    border-color: #ea595e;
    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:  #606da6;
}
.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%;
	}
}
@media (max-width: 992px) {
	.magnifier.hidden-sm.hidden-xs {
	    display: inline-block!important;
	}
}
/********************/
/* 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: #ea595e;
}
.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: #ea595e;
}
.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}
/********************/
/* THEME FEATURED */
/********************/
.call-to-action {
	padding: 100px 30px;

}
.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: #ea595e;
    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 #ea595e;
    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 {
    
	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: #ea595e;
	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 #606da6;
    color: #fff;
    background: #606da6;
    height: 45px;
    line-height: 45px;
    padding: 0 30px;
    border-radius: 45px;
}

.demo-layout-home-container .demos-content .demos-image .magnifier a:hover {
	background-color: #000;
	border-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: #666;
	border-color: #666;
	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: #fff;
		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;
        border-radius: 10px;
	}
	.demo-layout-home-container .demos-content:hover .demos-image:after {
		opacity: 0.5;
		visibility: visible;
	}
}

.demos-image > .new {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -40px;
    right: -25px;
    line-height: 100px;
    color: #fff;
    background-color: #606da6;
    z-index: 10;
    border-radius: 100%;
    font-weight: 600;
    text-align: center;
}

@media (max-width:1199px ) {
	.demos-image > .new {
		right: -10px;
	}
}

.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;}

.builder{ position: relative}
.builder-img{width: 33.3333333333333333%; float: left}
.builder-img img{width: 100%}
.text-white{color: #fff}
.text-white h2{color: #fff}
#header{padding: 50px 0}
#demos{padding: 50px 0 0 0}
#other{padding: 50px 0}
#extension{padding-bottom: 50px}
.item strong{margin-top: 15px; display: block}
.item i{
	display: block;
	font-size: 60px;
	margin-bottom: 10px;
}
.item{
	text-align: center;
	margin-bottom: 40px;
}
.sub-title-2{
	font-weight: 600;
}
.title-abs{
	position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    text-align: center;
	max-width: 630px;
    margin: 0 auto;
}
.title, .sub-title-2,.sub-title{padding-left:15px; padding-right: 15px;}
.full{padding: 0}
@media (min-width: 992px){
	.first-item{clear: left}
}
@media (min-width: 768px) and (max-width: 991px){
	.first-item-sm{clear: left}
}
@media (max-width: 1199px){
	.title-abs{top:15px}
}
@media (max-width: 991px){
	.title-group .title h2{font-size:30px}
	.title-group .title{margin: 15px 0}
    .slider-banner .text-content{
        left: 0;
        right: 0;
        top: 69px;
        text-align: center;
        font-weight: 600;
        letter-spacing: 0.1em;
    }
    .title-group .title p, .slider-banner .text-content p{font-size:16px}
	.slider-banner .text-content p{line-height: 25px}
}
@media (max-width: 767px){
	.builder-img{width: 100%}
	.first-item-xs{clear: left}
}
@media (max-width: 500px){
	.col-xxs-12{width:100%}
}
/* Shop layout style*/
.shop-content .shop {
	margin: 100px 0;
}
.shop-content .shop h2 {
	font-size: 48px;
    color: #333333;
    line-height: 64px;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 70px;
}
.shop-content .shop .shop-sidebar p {
	font-size: 18px;
    color: #333333;
    line-height: 32px;
    text-align: center;
    font-family: Poppins;
    font-weight: 500;
    font-style: normal;
    margin-top: 15px;
 }

 .footer-text {
 	margin: 50px;
 }

.footer-text h2 {
	font-size: 40px;
    color: #333333;
    line-height: 55px;
    text-align: center;
    font-family: Poppins;
    font-weight: 400;
    font-style: normal;
}

.footer-text #amely-space-37 {
    height: 50px;
}
.abs-title{
    position: absolute;
    left: 0;
    right: 0;
    margin-bottom: 0;
    max-width: 800px;
    margin: 0 auto;
}
.padding-top20{padding-top: 20px}
.padding-bottom50{padding-bottom: 50px}
.margin-bottom50{margin-bottom: 50px}
.margin-bottom30{margin-bottom: 30px}

@media (max-width: 991px){
    .col-sm-6:nth-child(2n+1){clear: left}
    .abs-title{
        position: static;
    }
}
.content-grid>div{margin-bottom: 20px}
.content-grid>div .fa{
    font-size: 32px;
}

#extension i+span{
    font-size: 20px;
    color: #888;
}
#extension i{
    font-size: 45px;
    background: -webkit-linear-gradient(#329bfe, #323abe);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    vertical-align: middle;
    margin-right: 20px;
    width: 45px;
}
.ititle{
    margin-bottom: 30px;
    height: 85px;
}
.demos-title .link-home.padding-top20{padding-top: 20px}
.o-top{
    color: blue;
    vertical-align: top;
    line-height: 0;
    font-size: 16px;
}
#extension, #panel, #feature,
#builder{padding-top: 50px}
@media (min-width: 992px) {
    #feature .col-md-4:nth-child(3n+1),
    #builder .demo-item.col-md-4:nth-child(3n+1) {
        clear: left;
    }
}
@media (max-width: 991px) and (min-width: 768px){
    #feature .col-sm-6:nth-child(2n+1),
    #builder .demo-item.col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}
