body {
	margin: 0;
	padding: 0;
}

*, *::before, *::after {
	box-sizing: border-box;
}

.mwb-topnav {	
	background-color: #fff !important;	
	border-radius: 0 !important;	
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);	
}

.mwb-topnav a {
	color: #f2f2f2;
	float: left;
	font-size: 15px;
	padding: 20px 24px;
	text-align: center;
	text-decoration: none;
}

.mwb_logo_Wrap {
	padding: 12px !important;
}

.mwb-topnav img {
	width: 70px !important;
}

.mwb_dev_lists li {
	padding: 8px 0px;
}

.mwb_dev_lists li a {	
	color: #333333 !important;	
}

.mwb_container {
	margin: 0 auto;
	max-width: 1270px;
	padding: 0 30px 0;
	width: 100%;
}

.section-pd-60 {
	padding: 60px 0;
}

.mwb-demo__banner {	
	padding-top: 120px;	
	position: relative;	
}

.mwb-demo__banner-row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

.mwb-demo__banner-text {
    flex: 0 0 calc(55% - 30px);
    margin: 0 15px;
}

.mwb-demo__banner-text h1 {
    color: #000000;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 30px;
}

.mwb-demo__banner-text p {
    color: #000000;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 157%;
}

.mwb-demo__banner-image {
	flex: 0 0 calc(45% - 30px);
	margin:  0 15px; 
}

.mwb-demo__banner-image:before {
    background-image: url(../images/banner--img-bg.svg);
    background-position: right;
    background-repeat: no-repeat;
    content: '';
    height: 100%;
    position: absolute;
    right: 0;
    top: 40px;
    width: 25%;
    z-index: -1;
}

.mwb-demo__banner-icon img {
	width: 100%;
}

.mwb-demo__search {
	position: relative;
}

.mwb-demo__search:before {
	background-image: url(../images/search-bg.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	bottom: 0;
	content: '';
	height: 170%;
	left: 0;
	margin: 0 auto;
	opacity: 0.6;
	position: absolute;
	right: 0;
	text-align: center;
	top: -40%;
	width: 100%;
	z-index: -1;
}

.mwb-demo__search-header h2 {
    color: #000000;
    font-family: 'Poppins';
    font-size: 36px;
    font-weight: 500;
    line-height: 140%;
    margin-top: 0;
    margin-bottom: 40px;
    text-align: center;
}

.mwb-demo__search-input {
	text-align: center;
}

.mwb-demo__search-input form {
	margin: 0 auto;
	position: relative;
	width: 540px;
}

.mwb-demo__search-input #mwb-search {
	background: #F5FBFF;
	border-radius: 8px;
	border: 0;
	box-shadow: 0px 24px 48px 2px rgb(26 51 101 / 12%);
	height: 60px;
	width: 540px;
	outline: 0;
    padding: 0 25px;
}

.mwb-demo__search-input .mwb_btn_fill {
    background: #f45c20;
    border-radius: 8px;
    border: 1px solid #f45c20;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 16px 32px;
    position: absolute;
    right: 0;
    top: 0;
}

.mwb-demo__demos {
	position: relative;
}

.mwb-demo__demos:before {
	background-image: url(../images/element-1.svg);
	background-repeat: no-repeat;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: -60px;
	width: 25%;
	z-index: -1;
}

.mwb-demo__demos:after {
	background-image: url(../images/element-2.svg);
	background-position: right;
	background-repeat: no-repeat;
	bottom: 0;
	content: '';
	height: 100%;
	position: absolute;
	right: 0;
	width: 18%;
	z-index: -1;
}

.mwb-demo__demos-row {
	display: flex;
	flex-wrap: wrap;
}

.mwb-demo__demos-dialog-wrap {
	flex: 0 0 33%;
}

.mwb-demo__demos-dialog {
	background: #be9ff3;
	border-radius: 10px;
	box-shadow: 0px 22.2963px 44.5926px rgb(0 0 0 / 10%), inset 0px -2.22963px 1.11481px rgb(0 0 0 / 5%), inset 0px 2.22963px 1.11481px rgb(255 255 255 / 25%), inset 2.22963px 2.22963px 14.4926px rgb(255 255 255 / 25%);
	margin: 0 auto;
	max-width: 300px;
	padding: 24px 30px;
}

.mwb-demo__demos-dialog ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mwb-demo__demos-dialog ul li {
	padding: 15px 0;
	position: relative;
}

.mwb_demo_subcat {
    cursor: pointer;
    font-size: 15px;
}

.mwb_demo_subcat.active {
    font-weight: 600;
}

.mwb-demo__demos-dialog-header {
	align-items: center;
	cursor: pointer;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.mwb-demo__demos-dialog ul li:before {
	background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
	bottom: 0;
	content: '';
	height: 2px;
	position: absolute;
	width: 100%;
}

.mwb-demo__demos-dialog ul li:first-child {
	padding: 0 0 15px;
}

.mwb-demo__demos-dialog ul li:last-child {
	padding: 15px 0 0;
}

.mwb-demo__demos-dialog ul li:last-child:before {
	display: none;
}

.mwb-demo__demos-dialog h5 {
	color: #3C1680;
	font-family: Poppins, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 27px;
	margin: 5px 0 5px;
}

.mwb-demo__demos-dialog-header.active h5 {
    font-weight: 600;
}

.mwb-demo__demos-dialog ul li ul {
	background: rgba(255, 255, 255, 0.15);
	border-radius: 13px;
	display: none;
	flex: 100%;
	padding: 15px;
}

.mwb-demo__demos-dialog ul li ul li {
	font-family: 'Poppins';
	padding: 10px 0;
}

.mwb-demo__demos-dialog ul li ul li:first-child {
	padding: 0 0 10px;
}

.mwb-demo__demos-dialog ul li ul li:last-child {
	padding: 0;
}

.mwb-demo__demos-dialog ul li ul li:before {
	display: none;
}

.mwb-demo__demos-dialog ul li:last-child li {
	padding-top: 0 !important;
}

.mwb-demo__demos-dialog ul li ul li a {
	color: #3C1680;
	font-family: Poppins, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 27px;
	text-align: center;
	text-decoration: none;
}

.mwb-demo__demos-tiles-wrap {
	align-content: flex-start;
	display: flex;
	flex-wrap: wrap;
	flex: 0 0 66%;
}

.mwb-demo__demos-tiles {
	background: #F7FBFF;
	border-radius: 25px;
	box-shadow: inset 0px 0px 60px -3px #e6f2ff;
	flex: 0 0 calc(50% - 60px);
	/*height: fit-content;*/
	margin: 30px;
	padding: 50px;
	position: relative;
}

.mwb-demo__demos-tiles:hover {
	box-shadow: 0px 22.2963px 44.5926px rgb(0 0 0 / 10%), inset 0px -2.22963px 1.11481px rgb(0 0 0 / 5%), inset 0px 2.22963px 1.11481px rgb(255 255 255 / 25%), inset 2.22963px 2.22963px 14.4926px rgb(255 255 255 / 25%);
}

.mwb-demo__demos-tiles:hover .mwb-demo__demos-tiles-cta {
	opacity: 1;
	transition: 0.3s linear all;
}

.mwb-demo__demos-tiles h4 {
	color: #1A3365;
	font-family: Poppins, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 30px;
	margin: 0;
	text-align: center;
}

.mwb-demo__demos-tiles-cta {
	align-items: center;
    background: rgba(255, 181, 21, 0.8);
    border-radius: 25px;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    left: 0;
    opacity: 0;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 0;
}

.mwb-demo__demos-tiles-cta a {
	background: #FFEDC5;
    border-radius: 100px;
    color: #402D05;
    display: block;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 0.01em;
    margin: 0 auto;
    max-width: 200px;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none !important;
}

.mwb-demo__demos-tiles-cta a:hover,
.mwb-demo__demos-tiles-cta a:focus {
	color: #402D05;
	text-decoration: none;
}

.mwb-demo__demos-tiles-noresult {
    background: #F7FBFF;
    border-radius: 25px;
    box-shadow: inset 0px 0px 60px -3px #e6f2ff;
    margin: 30px;
    padding: 50px;
    width: 100%;
}

.mwb-demo__demos-tiles-noresult h4 {
    color: #1A3365;
	font-family: Poppins, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.01em;
	line-height: 30px;
	margin: 0;
	text-align: center;
}

.mwb-demo__contact {
	position: relative;
}

.mwb-demo__contact:before {
	background-image: url(../images/contact-bg.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: '';
	height: 160%;
	left: 0;
	margin: 0 auto;
	opacity: 0.2;
	position: absolute;
	right: 0;
	text-align: center;
	top: -30%;
	width: 100%;
	z-index: -1;
}

.mwb-demo__contact-row {
	align-items: center;
	background: #FFFFFF;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 830px;
	padding: 40px 50px;
}

.mwb-demo__contact-text {
	flex: 0 0 70%;
}

.mwb-demo__contact-text h2 {
    color: #000000;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 45px;
    margin: 0 0 40px;
}

.mwb-demo__contact-text p {
	color: #000000;
	font-family: Poppins, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
}

.mwb-demo__contact-image {
	display: flex;
	flex-wrap: wrap;
	flex: 0 0 30%;
	justify-content: flex-end;
}

.mwb-demo__contact-image .mwb_btn_fill {
    background: #f45c20;
    border-radius: 8px;
    border: 1px solid #f45c20;
    color: #fff;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 22px;
    padding: 13px 29px;
    text-decoration: none;
}

.mwb-demo__contact-image .mwb_btn_fill:hover {
    color: #f45c20;
    background: #ffffff;
}

.mwb-demo__footer-header h2 {
	color: #000000;
	font-family: Poppins, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: 500;
	line-height: 49px;
	margin-bottom: 15px;
	text-align: center;
}

.mwb-demo__footer-social-wrap {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.mwb-demo__footer-social img {
	width: 40px;
}

.mwb-demo__footer-social-icon {
	display: block;
	margin: 15px;
}

.mwb-demo__footer-social img {
	width: 40px;
}

.mwb-demo__footer-copyright p {
	color: #1D201F;
	font-family: Poppins, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	opacity: 0.75;
	text-align: center;
}

.mwb-demo__banner-contact .button.mwb_btn_fill:hover {
    background-color: transparent;
    color: #f45c20;
}

.mwb-demo__banner-contact .button.mwb_btn_fill {
    background: #f45c20;
    border-radius: 8px;
    border: 1px solid #f45c20;
    color: #fff;
    display: inline-block;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-top: 30px;
    padding: 16px 32px;
    text-decoration: none;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.mwb-demo__banner-contact-menu .button.mwb_btn_fill {
    background-color: #f45c20;
    border-radius: 8px;
    padding: 13px 29px;
    color: #fff !important;
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
	transition: all 0.3s;
	border: 1px solid #f45c20;
	font-family: Poppins, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.mwb-demo__banner-contact-menu .button.mwb_btn_fill:hover,
.mwb-demo__banner-contact-menu .button.mwb_btn_fill:focus {
    border: 1px solid #f45c20;
    color: #f45c20 !important;
}

.mwb-floating-sidebar-cta {
    background-image: url(https://makewebbetter.com/wp-content/uploads/2021/12/New-Year-Sale-Strip.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #1e1e1e;
}
.mwb-floating-sidebar-text {
    text-align: center;
    padding: 13px;
}
.mwb-floating-sidebar-text p {
    margin: 0;
    font-size: 14px;
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    letter-spacing: 1px;
}
.mwb-floating-sidebar-text p strong {
    letter-spacing: 1px;
    padding: 0 5px;
}
.mwb-floating-sidebar-text .mwbstrip_cta {
    font-size: 14px;
    text-decoration-line: underline;
    padding: 0;
    letter-spacing: 1px;
    color: #ffffff;
}
.mwb-floating-sidebar-text .mwbstrip_cta:hover {
    color: #ffffffcc;
}

@media only screen and (max-width: 992px) {
	.mwb-demo__banner-text {
		flex: 100%;
		text-align: center;
		margin: 0;
	}

	.mwb-demo__banner-image {
		flex: 100%;
		text-align: center;
		margin: 20px 0 0;
	}

	.mwb-demo__demos-dialog-wrap {
		flex: 100%;
		margin: 0 auto;
	}

	.mwb-demo__demos-tiles-wrap {
		flex: 100%;
		justify-content: center;
	}

	.mwb-demo__contact-text {
		flex: 100%;
		text-align: center;
	}

	.mwb-demo__contact-image {
		flex: 100%;
		justify-content: center;
	}
}

@media only screen and (max-width: 767px) {
	.mwb-topnav .mwb_dev_lists {
		float: none !important;
	}

	.mwb-topnav .mwb_dev_lists a {
		float: none !important;
	}

	.mwb_container {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.mwb-demo__banner {	
		padding-top: 130px;	
	}

	.mwb-demo__contact:before {
		height: 110%;
	}

	.mwb-demo__search-header h2 {
		font-size: 30px;
	}

	.mwb-demo__search-input form {
		width: auto;
	}

	.mwb-demo__search-input #mwb-search {
		width: 100%;
		height: 49px;
	}

	.mwb-demo__search-input .mwb_btn_fill {
		right: 0;
		padding: 11px 34px;
	}

	.mwb-demo__banner-text h1 {
		font-size: 28px;
	}

	.mwb-demo__demos {
		overflow: hidden;
	}

	.mwb-demo__demos:before {
		width: 60%;
		top: 0;
	}

	.mwb-demo__demos:after {
		height: 55%;
		width: 50%;
	}

	.mwb-demo__demos-dialog {
		max-width: 100%;
	}

	.mwb-demo__demos-tiles {
		flex: 100%;
		margin: 30px auto;	
	}	
	.mwb-demo__demos-tiles:last-child {	
		margin-bottom: 0;	
	}

	.mwb-demo__contact-text h2 {
		font-size: 30px;
		line-height: 35px;
	}

	.mwb-demo__footer-header h2 {
		font-size: 30px;
		line-height: 35px;
	}

	.mwb-demo__footer-social-icon {
		margin: 9px;
	}

	.mwb-demo__footer-social img {
		width: 30px;
	}
}

@media only screen and (max-width: 425px) {
	.mwb-demo__banner {
    	padding-top: 150px;
	}
}