/*
 */

/*Import Global Compulsory CSS Files*/
@import url(ie8.css);
@import url(blocks.css);
@import url(plugins.css);
@import url(app.css);

/*Import CSS Plugins*/
@import url(plugins/style-switcher.css);

body {
	color: #333;
	font-size: 13px;
	line-height: 1.6;
	font-family: 'Poppins', sans-serif !important;
}

body.header-fixed-space {
	padding-top: 94px;
}

@media (max-width: 991px) {
	body.header-fixed-space {
		padding-top: 0;
	}
}

p,
li,
li a,
label {
	color: #555;
}

a {
	color: var(--primary-theme-color);
	text-decoration: none;
}

a,
a:focus,
a:hover,
a:active {
	outline: 0 !important;
}

a:focus {
	text-decoration: none;
}

a:hover {
	color: var(--primary-theme-color);
	text-decoration: none;
}

/*Boxed Layout
------------------------------------*/
.wrapper {
	background: #fff;
}

.boxed-layout {
	padding: 0;
	box-shadow: 0 0 5px #ccc;
	margin-left: auto !important;
	margin-right: auto !important;
	background: url(../img/patterns/15.png) repeat;
}

/*Main Styles
------------------------------------*/
/*Purchase Block*/
.purchase {
	padding: 25px 0 30px;
	border-bottom: solid 1px #eee;
	background: url(../img/patterns/breadcrumbs.png) repeat;
}

.purchase p {
	margin-bottom: 0;
}

.purchase span {
	color: #666;
	display: block;
	font-size: 24px;
	line-height: 35px;
	font-weight: normal;
	margin-bottom: 12px;
	font-family: "Open Sans", Arial, sans-serif;
}

.purchase .btn-buy {
	text-align: center;
}

.purchase .btn-buy a {
	margin-top: 27px;
}

.purchase .btn-buy a i {
	margin-right: 5px;
}

@media (max-width: 992px) {
	.purchase {
		text-align: center;
	}

	.purchase span {
		font-size: 22px;
		line-height: 29px;
	}

	.purchase .btn-buy a {
		margin-top: 25px;
		font-size: 16px;
	}
}

/*Service*/
.service {
	overflow: hidden;
	margin-bottom: 10px;
	padding: 15px 15px 10px;
}

.service:hover {
	background: #fcfcfc;
	box-shadow: 0 0 5px #ddd;
	-webkit-transition: box-shadow 0.2s ease-in-out;
	-moz-transition: box-shadow 0.2s ease-in-out;
	-o-transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;
}

.service:hover i {
	color: #656565;
}

.service .desc {
	padding: 0 15px;
	overflow: hidden;
}

.service .desc h4 {
	font-size: 22px;
	line-height: 25px;
}

.service .service-icon {
	float: left;
	padding: 10px;
	color: var(--primary-theme-color);
	font-size: 35px;
	text-align: center;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.service .service-icon.icon-cogs {
	font-size: 37px;
}

.service .service-icon.icon-plane {
	font-size: 43px;
}

/* Recent Work  */
.recent-work a {
	text-align: center;
	background: #fcfcfc;
	display: inline-block;
}

.recent-work a:hover {
	text-decoration: none;
}

.recent-work a:hover strong {
	color: #555;
}

.recent-work em.overflow-hidden {
	display: block;
}

.recent-work a span {
	display: block;
	padding: 10px;
	border-bottom: solid 2px #eee;
}

.recent-work a strong {
	color: #555;
	display: block;
}

.recent-work a i {
	color: #777;
}

.recent-work a img {
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

.recent-work a:hover img {
	opacity: 0.8;
	-webkit-transform: scale(1.2) rotate(3deg);
	-moz-transform: scale(1.2) rotate(3deg);
	-o-transform: scale(1.0) rotate(3deg);
	-ms-transform: scale(1.2) rotate(3deg);
	transform: scale(1.2) rotate(3deg);
}

.recent-work a:hover span {
	border-bottom: solid 2px #DD2F6E;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* Work */
.work {
	margin-top: 6px;
}

.work .details {
	padding: 10px;
}

.work .caption {
	display: block;
	padding-top: 5px;
	color: #585f69 !important;
	font-size: 18px !important;
}

.work .caption:hover {
	cursor: pointer;
	color: #444 !important;
	text-decoration: underline;
}

/*Other Footer Common Classes
------------------------------------*/
/*Thumb Headline*/
.thumb-headline h2 {
	color: #eee;
	font-size: 16px;
}

/*Footer Logo*/
.footer-logo {
	margin: 17px 0 20px;
}

/*Latest List*/
.latest-list li {
	padding: 8px 0;
	border-top: 1px solid #353535;
}

.latest-list li:first-child {
	padding-top: 0;
	border-top: none;
}

.latest-list li a {
	color: #eee;
}

.latest-list small {
	color: #999;
	display: block;
}

/*Link List*/
.link-list li {
	border-top: solid 1px #353535;
}

.link-list li:first-child {
	border-top: none !important;
}

.link-list a {
	color: #eee;
	font-size: 11px;
	padding: 6px 0px;
	display: inline-block;
	text-transform: uppercase;
}

.link-list li i {
	color: #bbb;
	float: right;
	margin-top: 10px;
}

/*Latest Tweets*/
.latest-tweets .latest-tweets-inner p {
	color: #555;
	font-size: 13px;
}

.latest-tweets .latest-tweets-inner a {
	/*color: #3498db;*/
	text-decoration: none;
}

.latest-tweets .latest-tweets-inner a:hover {
	text-decoration: underline;
}

.latest-tweets .latest-tweets-inner i.fa {
	top: 2px;
	float: left;
	color: #bbb;
	color: #55acee;
	font-size: 18px;
	margin-right: 5px;
	position: relative;
}

.latest-tweets .latest-tweets-inner small {
	color: #777;
	display: block;
}

/*Social Icons*/
.social-icons {
	margin-top: 5px;
}

.social-icons li {
	margin: 0;
}

.social-icons li a {
	margin: 0 3px;
}

/*Thumbnails
------------------------------------*/
a.thumbnail {
	padding: 0;
	border: none;
	margin-bottom: 15px;
}

.thumbnail-style {
	padding: 7px;
	margin-bottom: 20px;
}

.thumbnail-style:hover {
	box-shadow: 0 0 8px #ddd;
	-webkit-transition: box-shadow 0.2s ease-in-out;
	-moz-transition: box-shadow 0.2s ease-in-out;
	-o-transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;
}

.thumbnail h3,
.thumbnail-style h3 {
	margin: 6px 0 8px 0;
}

.thumbnail h3 a,
.thumbnail-style h3 a {
	color: #585f69;
	font-size: 18px;
}

.thumbnail h3 a:hover,
.thumbnail-style h3 a:hover {
	color: var(--primary-theme-color);
	text-decoration: none;
}

.thumbnail-style .thumbnail-img {
	position: relative;
	margin-bottom: 11px;
}

.thumbnail-style a.btn-more {
	right: -10px;
	bottom: 10px;
	color: #fff;
	padding: 1px 6px;
	position: absolute;
	background: #DD2F6E;
	display: inline-block;
}

.thumbnail-style a.btn-more:hover {
	text-decoration: none;
	box-shadow: 0 0 0 2px #5fb611;
}

.thumbnail-style:hover a.btn-more {
	right: 10px;
}

.thumbnail-kenburn img {
	left: 10px;
	margin-left: -10px;
	position: relative;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

.thumbnail-kenburn:hover img {
	-webkit-transform: scale(1.2) rotate(2deg);
	-moz-transform: scale(1.2) rotate(2deg);
	-o-transform: scale(1.2) rotate(2deg);
	-ms-transform: scale(1.2) rotate(2deg);
	transform: scale(1.2) rotate(2deg);
}

/*Servive Blocks
------------------------------------*/
/*Service Alternative Block*/
.service-alternative .service:hover {
	background: #76ca2c;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.service-alternative .service:hover i,
.service-alternative .service:hover p,
.service-alternative .service:hover h4 {
	color: #fff;
}

/*Servive Block Versions*/
.service-v1 h2 {
	margin: 15px 0 10px;
	font-size: 20px;
	line-height: 28px;
}

.service-v1 p {
	text-align: justify;
}

/*Blog Posts
------------------------------------*/
.posts .dl-horizontal a {
	color: #555;
}

.posts .dl-horizontal {
	margin-bottom: 15px;
	overflow: hidden;
}

.posts .dl-horizontal dt {
	width: 60px;
	float: left;
}

.posts .dl-horizontal dt img {
	width: 60px;
	height: 60px;
	padding: 2px;
	margin-top: 2px;
	border: solid 1px #ddd;
}

.posts .dl-horizontal dd {
	margin-left: 70px;
}

.posts .dl-horizontal dd p {
	margin: 0;
}

.posts .dl-horizontal dd a {
	font-size: 14px;
	line-height: 16px !important;
}

.posts .dl-horizontal dd a:hover {
	color: var(--primary-theme-color);
	text-decoration: none;
}

.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a {
	color: var(--primary-theme-color);
	border-color: var(--primary-theme-color) !important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/*About Page
------------------------------------*/
.team ul.team-socail {
	text-align: right;
}

.team ul.team-socail li {
	margin: 0 !important;
	padding: 0 !important;
}

.team ul.team-socail li a,
.team ul.team-socail li a:hover {
	text-decoration: none;
}

.team ul.team-socail li i {
	color: #aaa;
	padding: 6px 7px;
	min-width: 30px;
	font-size: 18px;
	text-align: center;
	background: #f7f7f7;
	display: inline-block;
}

.team ul.team-socail li i:hover {
	color: #fff;
	background: #DD2F6E;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.team .thumbnail-style {
	padding: 12px;
}

.team .thumbnail-style img {
	margin-bottom: 7px;
}

.team .thumbnail-style h3 {
	margin-bottom: 5px;
}

.team .thumbnail-style:hover h3 a {
	color: var(--primary-theme-color) !important;
}

.team .thumbnail-style small {
	display: block;
	margin-top: 5px;
	font-size: 12px;
}

/*About Me Page
------------------------------------*/
.about-me {
	overflow: hidden;
}

.about-me h2 {
	margin: 0;
	font-size: 20px;
	text-transform: uppercase;
}

.about-me span {
	color: #999;
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}

.about-me .social-icons {
	margin-top: 7px;
}

/*About My Goals*/
.about-my-goals h2 {
	text-transform: uppercase;
}

/*About Skills*/
.about-skills {
	padding: 40px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: url(../img/breadcrumbs.html) repeat;
}

/*Gallery Page
------------------------------------*/
.gallery-page .thumbnail,
.gallery-page .thumbnail:hover {
	padding: 0;
	border: none;
	box-shadow: none;
}

.gallery-page .thumbnails {
	margin-bottom: 6px;
}

/*Privacy Page
------------------------------------*/
.privacy a {
	text-decoration: underline;
}

.privacy a:hover {
	color: var(--primary-theme-color);
	text-decoration: none;
}

/*Portfolio Item Page v1
------------------------------------*/
.portfolio-item h2 {
	color: #555;
	font-size: 24px;
	margin: 0 0 15px;
}

.portfolio-item li {
	padding: 3px 0;
}

.portfolio-item p a {
	text-decoration: underline;
}

.portfolio-item p a:hover {
	text-decoration: none;
}

/*Portfolio Item v1*/
.portfolio-item1 ul {
	margin: 10px 0 20px;
}

.portfolio-item1 li {
	font-size: 16px;
	margin-bottom: 3px;
}

.portfolio-item1 li i {
	font-size: 18px;
	margin-right: 4px;
}

/*Sidebar Features
------------------------------------*/
/*Blog Tags*/
ul.blog-tags li {
	display: inline-block;
}

ul.blog-tags a {
	font-size: 13px;
	padding: 2px 7px;
	background: #f7f7f7;
	margin: 0 3px 6px 0;
	display: inline-block;
}

ul.blog-tags a i {
	color: #666;
}

ul.blog-tags a:hover {
	background: #DD2F6E;
}

ul.blog-tags a:hover,
ul.blog-tags a:hover i {
	color: #fff !important;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/*Blog Photo Stream*/
.blog-photos li {
	display: inline;
}

.blog-photos li img {
	width: 58px;
	height: 58px;
	margin: 0 2px 8px;
}

.blog-photos li img:hover {
	box-shadow: 0 0 0 2px #DD2F6E;
}

/*Blog Latest Tweets*/
.blog-twitter .blog-twitter-inner {
	padding: 10px;
	position: relative;
	background: #f7f7f7;
	margin-bottom: 10px;
}

.blog-twitter .blog-twitter-inner,
.blog-twitter .blog-twitter-inner:after,
.blog-twitter .blog-twitter-inner:before {
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.blog-twitter .blog-twitter-inner:after,
.blog-twitter .blog-twitter-inner:before {
	width: 0;
	height: 0;
	right: 0px;
	bottom: 0px;
	content: " ";
	display: block;
	position: absolute;
}

.blog-twitter .blog-twitter-inner:after {
	border-top: 15px solid #eee;
	border-right: 15px solid transparent;
	border-left: 0px solid transparent;
	border-left-style: inset;
	/*FF fixes*/
	border-right-style: inset;
	/*FF fixes*/
}

.blog-twitter .blog-twitter-inner:before {
	border-bottom: 15px solid #fff;
	border-right: 0 solid transparent;
	border-left: 15px solid transparent;
	border-left-style: inset;
	/*FF fixes*/
	border-bottom-style: inset;
	/*FF fixes*/
}

.blog-twitter .blog-twitter-inner:hover {
	border-color: var(--primary-theme-color);
	border-top-color: var(--primary-theme-color);
}

.blog-twitter .blog-twitter-inner:hover:after {
	border-top-color: var(--primary-theme-color);
}

.blog-twitter .blog-twitter-inner span.twitter-time {
	color: #777;
	display: block;
	font-size: 11px;
}

.blog-twitter .blog-twitter-inner a {
	color: var(--primary-theme-color);
	text-decoration: none;
}

.blog-twitter .blog-twitter-inner a:hover {
	text-decoration: underline;
}

.blog-twitter .blog-twitter-inner i.fa {
	top: 2px;
	color: #bbb;
	font-size: 18px;
	position: relative;
}

/*Choose Block*/
.who li {
	margin-bottom: 6px;
}

.who li i {
	color: var(--primary-theme-color);
	font-size: 13px;
	min-width: 15px;
	margin-right: 8px;
	text-align: center;
	position: relative;
}

.who li:hover i,
.who li:hover a {
	color: #777;
}

.who li:hover a:hover {
	text-decoration: none;
}

/*Promo Page
------------------------------------*/
/*Slider Part*/
.fullwidthbanner-container.slider-promo {
	max-height: 460px !important;
}

.slider-promo-info-bg {
	padding: 25px 20px 20px;
	background: url(../img/bg-black.html) repeat;
}

.slider-promo-info span.big-size {
	color: #fff;
	display: block;
	font-size: 30px;
	margin-bottom: 25px;
	text-shadow: none !important;
}

.slider-promo-info p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 0;
}

/*Promo Box*/
.promo-box {
	padding: 20px;
	margin: 25px 0 20px;
	text-align: center;
}

.promo-box i {
	display: block;
	font-size: 50px;
}

.promo-box p {
	font-size: 14px;
	margin-bottom: 0;
}

.promo-box strong,
.promo-box strong a {
	color: #555;
	display: block;
	font-size: 20px;
	font-weight: 200;
	margin: 20px 0 15px;
}

.promo-box:hover strong,
.promo-box:hover strong a {
	color: var(--primary-theme-color);
}

/*Promo Service*/
.promo-service {
	margin-bottom: 20px;
}

.promo-service li {
	margin-bottom: 5px;
}

.promo-service a.btn-u {
	margin: 0 20px 10px 0;
}

/*Promo Elements*/
.title-box {
	font-size: 16px;
	text-align: center;
	padding: 10px 0 30px;
	border-bottom: solid 1px #eee;
}

.title-box .title-box-text {
	color: #555;
	display: block;
	font-size: 35px;
	font-weight: 200;
}

@media (max-width: 768px) {
	.title-box .title-box-text {
		font-size: 26px;
		line-height: 34px;
		margin-bottom: 10px;
	}

	.title-box p {
		font-size: 15px;
	}
}

.block-blockquote {
	margin: 20px 0;
	text-align: center;
	border: dashed 1px #ccc;
}

.block-blockquote-inner {
	padding: 15px;
}

.block-blockquote p {
	font-size: 26px;
	margin-bottom: 0;
}

/*Info Blocks*/
.info-blocks {
	margin-bottom: 15px;
}

.info-blocks:hover i.icon-info-blocks {
	color: var(--primary-theme-color);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.info-blocks i.icon-info-blocks {
	float: left;
	color: #777;
	font-size: 30px;
	min-width: 50px;
	margin-top: 10px;
	text-align: center;
}

.info-blocks .info-blocks-in {
	padding: 0 10px;
	overflow: hidden;
}

.info-blocks .info-blocks-in h3 {
	color: #555;
	font-size: 20px;
	line-height: 28px;
}

.info-blocks .info-blocks-in p {
	font-size: 12px;
}

/*Brand Page
------------------------------------*/
.brand-page .btn {
	margin-bottom: 10px;
}

/*Form Pages
------------------------------------*/
.form-page input,
.form-page select {
	margin-bottom: 10px;
}

/*Labels and Badges Page
------------------------------------*/
ul.labels-demo {
	margin: 5px 0;
}

ul.labels-demo li {
	list-style: none;
	display: inline-block;
	margin: 0 5px 2px 0;
}

.badge-sidebar {
	border-left: solid 1px #eee;
}

@media (max-width: 991px) {
	.badge-sidebar {
		border-left: none;
	}
}

/*Line Icon Page
------------------------------------*/
.line-icon-page .item-box {
	width: 25%;
	float: left;
	height: 90px;
	text-align: center;
	padding: 20px 10px;
	margin: 0 -1px -1px 0;
	word-wrap: break-word;
	border: 1px solid #ddd;
}

@media (max-width: 768px) {
	.line-icon-page .item-box {
		height: 115px;
	}
}

@media (max-width: 450px) {
	.line-icon-page .item-box {
		height: 130px;
	}
}

.line-icon-page .item-box:hover {
	background: #fafafa;
}

.line-icon-page .item span {
	display: block;
	font-size: 28px;
	margin-bottom: 10px;
}

.line-icon-page .item:hover {
	color: var(--primary-theme-color);
}

/*Line Icon Page
------------------------------------*/
.icon-page-fa {
	margin-bottom: 20px;
}

.icon-page-fa .item-box {
	float: left;
	height: 100px;
	width: 16% !important;
}

.icon-page-fa .item {
	font-size: 12px;
}

.icon-page-fa .item i {
	color: #555;
	display: block;
	font-size: 24px;
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	.icon-page-fa .item-box {
		width: 20% !important;
	}
}

@media (max-width: 600px) {
	.icon-page-fa .item-box {
		width: 30% !important;
	}
}

@media (max-width: 400px) {
	.icon-page-fa .item-box {
		width: 50% !important;
	}
}

/*GLYPHICONS Icons Page
------------------------------------*/
/*Special styles for displaying the icons and their classes*/
.bs-glyphicons {
	padding-left: 0;
	list-style: none;
	overflow: hidden;
	padding-bottom: 1px;
	margin-bottom: 20px;
}

.bs-glyphicons li {
	width: 25%;
	float: left;
	height: 115px;
	padding: 10px;
	font-size: 11px;
	line-height: 1.4;
	text-align: center;
	margin: 0 -1px -1px 0;
	border: 1px solid #ddd;
}

.bs-glyphicons .glyphicon {
	display: block;
	font-size: 18px;
	margin: 5px auto 10px;
}

.bs-glyphicons li:hover {
	color: var(--primary-theme-color);
	background-color: #fafafa;
}

@media (min-width: 768px) {
	.bs-glyphicons li {
		width: 12.5%;
	}
}

/*Glyphicons Pro*/
.demo-pro-glyphicons li {
	width: 170px;
	height: 100px;
	padding: 20px 10px 30px;
}

.demo-pro-glyphicons span {
	height: 40px;
	display: block;
}

.demo-pro-glyphicons span:before {
	color: #555;
	padding: 10px 62px;
}

.demo-pro-glyphicons span.glyphicons:before {
	font-size: 22px;
}

/*Glyphicons Pro Halflings*/
.demo-pro-glyphicons span.halflings {
	height: 30px;
}

.demo-pro-glyphicons span.halflings:before {
	padding: 10px 70px;
}

/*Contact Pages
------------------------------------*/
.map {
	width: 100%;
	height: 350px;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
}

.map-box {
	height: 250px;
}

.map-box-space {
	margin-top: 15px;
}

.map-box-space1 {
	margin-top: 7px;
}

/*Background Opacity
------------------------------------*/
.service-or {
	overflow: hidden;
	position: relative;
}

.service-bg {
	width: 250px;
	padding: 60px;
	position: absolute;
	top: -10px;
	right: -100px;
	background-color: rgba(255, 255, 255, 0.1);
	transform: rotate(55deg);
	-o-transform: rotate(55deg);
	-ms-transform: rotate(55deg);
	-moz-transform: rotate(55deg);
	-webkit-transform: rotate(55deg);
}

/*Easy Block (used for image badges)
------------------------------------*/
.easy-block-v1 {
	position: relative;
}

.easy-block-v1 img {
	width: 100%;
}

.easy-block-v1 .overflow-h h3 {
	width: 60%;
	float: left;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 5px;
}

.easy-block-v1 .easy-block-v1-badge {
	left: 0px;
	top: 10px;
	z-index: 1;
	color: #fff;
	padding: 4px 10px;
	position: absolute;
}

/*Easy Block v2 (used for image badges)
------------------------------------*/
.easy-block-v2 {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

.easy-block-v2 img {
	width: 100%;
}

.easy-block-v2 .easy-bg-v2 {
	top: 5px;
	color: #fff;
	width: 100px;
	padding: 5px;
	right: -32px;
	font-size: 13px;
	position: absolute;
	text-align: center;
	letter-spacing: 2px;
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

/*Easy Block v3 (used for image badges)
------------------------------------*/
.easy-block-v3 {
	text-align: left;
	background: #585f69;
	padding: 30px 20px 20px;
}

.easy-block-v3.first {
	background: #696f77;
}

.easy-block-v3.second {
	background: #707780;
}

.easy-block-v3.third {
	background: #787f88;
}

.easy-block-v3 i {
	color: #fff;
	float: left;
	font-size: 30px;
	min-width: 45px;
	padding-top: 10px;
}

.easy-block-v3 .inner-faq-b {
	overflow: hidden;
}

.easy-block-v3 .inner-faq-b h2,
.easy-block-v3 .inner-faq-b h3 {
	font-size: 21px;
	margin-bottom: 8px;
}

.easy-block-v3 .inner-faq-b h4 {
	color: #fff;
	font-size: 17px;
	margin-bottom: 2px;
}

.easy-block-v3 .inner-faq-b h2,
.easy-block-v3 .inner-faq-b h3,
.easy-block-v3 .inner-faq-b p {
	color: #fff;
}

/*Full Width Block
------------------------------------*/
.full-w-block {
	padding: 30px 0;
	background: #282828;
}

.full-w-block .info-blocks i,
.full-w-block .info-blocks-in h3 {
	color: #fff;
}

.full-w-block .info-blocks-in p {
	color: #ccc;
}

.full-w-block .info-blocks:hover i.icon-info-blocks {
	color: #fff;
}

/*Simple Block
------------------------------------*/
.simple-block {
	margin-bottom: 20px;
}

.simple-block img {
	width: 100%;
}

.simple-block p {
	text-align: center;
}

.simple-block .carousel-indicators {
	top: 10px;
	left: 65%;
	text-align: right;
}

.simple-block .carousel-indicators .active {
	background: #555;
}

.simple-block .carousel-indicators li {
	border-color: #555;
}

.simple-block .carousel-inner>.item {
	margin: 0;
}

.simple-block .responsive-video {
	margin-bottom: 3px;
}

/*Two Blocks
------------------------------------*/
.two-blocks {
	text-align: center;
}

.two-blocks-in {
	margin-bottom: 30px;
}

.two-blocks-in i {
	color: #fff;
	padding: 11px;
	font-size: 30px;
	min-width: 50px;
	text-align: center;
	background: #585f69;
	margin-bottom: 10px;
	display: inline-block;
}

/*Three Blocks
------------------------------------*/
.three-blocks {
	text-align: center;
}

.three-blocks-in {
	margin-bottom: 30px;
}

.three-blocks-in i {
	color: #777;
	padding: 9px 6px;
	font-size: 20px;
	min-width: 40px;
	margin-bottom: 10px;
	border: 1px solid #777;
}

.three-blocks-in h3 {
	font-size: 20px;
	margin-bottom: 7px;
}

/*Temperory Classes
------------------------------------*/
/*Banner-info*/
.banner-info {
	margin-bottom: 10px;
}

.banner-info i {
	float: left;
	color: #fff;
	padding: 11px;
	/*min-width works with line-icon*/
	min-width: 40px;
	font-size: 22px;
	text-align: center;
	margin: 7px 20px 0 0;
}

/*min-width works with FontAwesome*/
.banner-info i.fa {
	min-width: 46px;
}

.banner-info.light i {
	border: 1px solid #fff;
}

.banner-info.dark i {
	background: #555;
}

.banner-info h3 {
	font-size: 21px;
	margin-bottom: 5px;
}

.banner-info.light h3 {
	color: #fff;
}

.banner-info.light p {
	color: #eee;
}

/*Title-Box-V2*/
.title-box-v2 {
	text-align: center;
	margin-bottom: 40px;
}

.title-box-v2 h2 {
	font-size: 25px;
	text-transform: uppercase;
}

.title-box-v2 p {
	font-size: 13px;
}

/*remove padding from "Col-"*/
.no-space {
	padding: 0;
}

.no-space-left {
	padding-left: 0;
	padding-right: 15px !important;
}

.no-space-right {
	padding-right: 0;
	padding-left: 15px !important;
}

/*List Style v1*/
.list-style-v1 li {
	margin-bottom: 7px;
}

.list-style-v1 i {
	margin-right: 5px;
}

/*Social Contacts
------------------------------------*/
.social-contacts li {
	padding: 5px 0;
	border-top: 1px solid #ddd;
}

.social-contacts li:first-child {
	border-top: none;
}

.social-contacts li i {
	color: #777;
	font-size: 13px;
	min-width: 13px;
	margin-right: 12px;
	text-align: center;
}

/*Status Bar
------------------------------------*/
.status-bar li {
	padding-left: 9px;
	border-left: 1px solid #eee;
}

.status-bar li:first-child {
	border-left: none;
}

.status-bar li i {
	color: var(--primary-theme-color);
	margin-right: 5px;
}

.status-bar li a:hover {
	text-decoration: none;
}

.status-bar-in {
	padding: 10px;
	position: relative;
	background: #f0f0f0;
}

.status-bar-in:after {
	width: 0;
	height: 0;
	top: -10px;
	left: 50px;
	content: " ";
	display: block;
	position: absolute;
	border-bottom: 11px solid #f0f0f0;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-left-style: inset;
	/*FF fixes*/
	border-right-style: inset;
	/*FF fixes*/
}

/*Share List*/
.share-list {
	margin-bottom: 0;
}

.share-list li {
	padding-left: 20px;
}

.share-list li:first-child {
	padding-left: 0;
}

.share-list li i {
	color: var(--primary-theme-color);
	margin-right: 5px;
}

/*People Say
------------------------------------*/
.people-say img {
	float: left;
	width: 40px;
	height: auto;
	margin: 6px 10px 0 0;
}

.people-say .overflow-h span {
	font-weight: 700;
}

.people-say .overflow-h p {
	font-style: italic;
	line-height: 1.3;
}

.people-say .overflow-h small {
	text-align: right;
	font-style: italic;
}

/*Inspire Page
------------------------------------*/
img.img-mouse {
	width: 150px;
	height: auto;
	margin: 0 auto 60px;
}

/*Desire Page
------------------------------------*/
/*Service Info*/
.service-info {
	position: relative;
	padding: 40px 0 50px;
	background: url(../img/patterns/17.png) repeat;
}

.service-info .info-description {
	overflow: hidden;
}

.service-info i.service-info-icon {
	color: #777;
	float: left;
	width: 50px;
	height: 50px;
	padding: 15px;
	font-size: 20px;
	line-height: 17px;
	margin-right: 20px;
	text-align: center;
	display: inline-block;
	border: 1px solid #777;
}

.service-info .info-description h3 {
	margin: 0 0 10px;
}

.service-info .info-description p {
	color: #777;
}

/*Portfolio Single Item Page
------------------------------------*/
/*Project Details*/
.project-details li {
	color: #555;
	font-weight: 200;
	margin-bottom: 5px;
}

.project-details strong {
	min-width: 100px;
	display: inline-block;
}

.project-details a {
	text-decoration: underline;
}

/*Bootstrap Testimonials
------------------------------------*/
.testimonials-bs {
	padding: 50px 0;
	background: url(../img/bg/16.jpg) 50% 0 repeat fixed;
}

.testimonials-bs .headline-center-v2 span.author {
	color: #777;
	font-size: 14px;
}

/*Removes Bootstrap carousel background images*/
.testimonials-bs .item {
	margin-bottom: 30px;
}

.testimonials-bs .carousel-arrow {
	text-align: center;
}

.testimonials-bs .carousel-control-v2 i {
	color: #888;
	width: 30px;
	height: 30px;
	padding: 2px;
	font-size: 22px;
	display: inline-block;
	border: 2px solid #888;
}

.testimonials-bs .carousel-control-v2 i:hover {
	color: var(--primary-theme-color);
	border-color: var(--primary-theme-color);
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.testimonials-bs .carousel-control-v2.left,
.testimonials-bs .carousel-control-v2.right {
	text-decoration: none;
	background-image: none;
}

/*Team v1*/
.team-v1 li>h3 {
	color: #555;
}

.image {
	border: 1px solid #e3e3e3;
	border-radius: 3% !important
}

.border-radius-a {
	border-radius: 3% 3% 3% 3% !important;
}

.border-radius-b {
	border-radius: 3% 3% 0% 0% !important;
}

.font-14 {
	font-size: 14px !important;
	color: #fff !important;

}

.font-14b {
	font-size: 14px !important;
	color: #000 !important;

}

.font-30 {
	font-size: 30px !important;
	color: #000 !important;
	font-weight: 400;
}

.font-30b {
	font-size: 30px !important;
	padding-left: 5%;
	color: #fff !important;
	font-weight: 400;
}

.font-15 {
	font-size: 14px !important;
	text-align: center;
	text-transform: uppercase;
	color: #323232 !important;
	margin: 5px;
}

.font-15b {
	font-size: 14px !important;

	color: #323232 !important;
	margin: 5px;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.font-54 {
	font-size: 54px !important;
	color: #fff;
	font-weight: 400;
	text-align: center;
	margin-bottom: 50px;
}

.font-18 {
	font-size: 18px !important;
	color: #fff;
	font-weight: 400 !important;
}

.font-18:hover {
	color: #fff !important;
	border-color: #fff !important;

}

.font-18b {
	font-size: 18px;
	font-weight: 700;
	margin: 10% 0 2% 5% !important;
	color: #fff;
}



.button-add {
	background: #03b3de !important;
	height: 45px;
	border-radius: 5% !important;
	vertical-align: bottom !important;
	padding: 0% 5% 0% 5%;
	font-size: 24px;
	font-weight: 700;
}

.pad-icon {
	padding: 1% !important;
}

.border-icon {
	border: 1px solid #004060;
	padding-right: 10px !important;
	padding-left: 10px;
}

@media (max-width: 768px) {
	.mar-pad-0 {
		margin: 0px !important;
		padding: 0px !important;
		margin-top: 15px !important;
	}

	.width-75 {
		width: 75% !important;
	}

	.margin-bottom-20-small {
		margin-bottom: 20px !important;
	}
}

@media (max-width: 350px) {

	.pad-logo {
		max-width: 140px !important;
	}
}

.width-100 {
	width: 100%;
}

.back-header {
	background: #004060 !IMPORTANT;
	/* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#004060, #006ca3) !IMPORTANT;
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#004060, #006ca3) !IMPORTANT;
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#004060, #006ca3) !IMPORTANT;
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(#004060, #006ca3) !IMPORTANT;
	/* Standard syntax */
}

.header-profile {
	/*background: #f1f1f1 !IMPORTANT;*/
	/* For browsers that do not support gradients */
	/*background: -webkit-linear-gradient(#fff, #de99a9) !IMPORTANT;*/
	/* For Safari 5.1 to 6.0 */
	/*background: -o-linear-gradient(#fff, #de99a9) !IMPORTANT;*/
	/* For Opera 11.1 to 12.0 */
	/*background: -moz-linear-gradient(#fff, #de99a9) !IMPORTANT;*/
	/* For Firefox 3.6 to 15 */
	background: #fff !important;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	border-top: 2px solid #f7406a;
}

.header-profle-font {
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	color: #da1342 !important;
	border-left: 1px solid #5a5a5a;
	border-right: 1px solid #5a5a5a;
	margin-top: 1%;
	margin-left: 8%;
	margin-right: 8%;
}

.profile-search {
	background: #f1f1f1 !IMPORTANT;
	/* For browsers that do not support gradients */
	padding: 0.25% 0 0.25% 0;
}

.pad-0-profile {
	padding: 0 !important;
}

.profile-page-heading {
	font-size: 20px !important;
	color: #323232 !important;
	font-weight: 400;
}

.button-profile {
	border-radius: 5% !important;
	font-size: 15px !important;
	color: #fff;
	font-weight: 700;
	width: 120px;

	background: rgb(255, 52, 101) !important;
	box-shadow: 0px 10px 20px rgba(255, 202, 215, 1) !important;
	background: -moz-linear-gradient(-45deg, rgba(255, 52, 101, 1) 0%, rgba(231, 56, 120, 1) 51%, rgba(219, 58, 130, 1) 100%) !important;
	background: -webkit-linear-gradient(-45deg, rgba(255, 52, 101, 1) 0%, rgba(231, 56, 120, 1) 51%, rgba(219, 58, 130, 1) 100%) !important;
	background: linear-gradient(135deg, rgba(255, 52, 101, 1) 0%, rgba(231, 56, 120, 1) 51%, rgba(219, 58, 130, 1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3465', endColorstr='#db3a82', GradientType=1) !important;
}

.button-cooking {
	color: #fff !important;
}

.button-profile-cancel {

	border-radius: 5% !important;
	background: #d8d8d8 !IMPORTANT;
	/* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#d8d8d8, #fdfdfd) !IMPORTANT;
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#d8d8d8, #fdfdfd) !IMPORTANT;
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#d8d8d8, #fdfdfd) !IMPORTANT;
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(#d8d8d8, #fdfdfd) !IMPORTANT;
	/* Standard syntax */
	font-size: 15px !important;
	color: #626262;
	font-weight: 700;
	width: 120px;

}

.button-profile-cancel:hover {
	color: #000
}

.profile-sidebar {
	background: #DD2F6E;
	color: #fff !important;
	font-size: 13px !important;
	padding: 10px 30px 10px 22px !important;
}

.profile-sidebar:hover {
	/*background: #f91a4e !IMPORTANT;*/
	/* For browsers that do not support gradients */
	/*background: -webkit-linear-gradient(#ff3465, #f77393) !IMPORTANT;*/
	/* For Safari 5.1 to 6.0 */
	/*background: -o-linear-gradient(#ff3465, #f77393) !IMPORTANT;*/
	/* For Opera 11.1 to 12.0 */
	/*background: -moz-linear-gradient(#ff3465, #f77393) !IMPORTANT;*/
	/* For Firefox 3.6 to 15 */
	/*background: #f56184 !IMPORTANT; /* Standard syntax */
	*/
}

.breadcrumb>li+li::before {
	color: #ccc;
	content: "> " !important;
	padding: 0 5px;
}

.form-admin-label {
	font-size: 16px !important;
	color: #585858 !important;
	font-weight: 400 !important;
}

@media (max-width: 767px) {
	.form-admin-label {
		MARGIN-LEFT: 10%
	}

	.header-profle-font {
		border-left: 0px solid #5a5a5a;
		border-right: 0px solid #5a5a5a;
		color: #da1342 !important;
		font-size: 14px;
		margin-left: 0%;
		margin-right: 0%;
		margin-top: 0%;
		text-align: center;
		vertical-align: middle;
	}

	.profile-page-heading {
		text-align: center !important;
	}
}

/*.pad-top-profile{
padding-top:3%;
}*/
.mar-top-profile {
	margin-top: 3%;
}

.profile-form-input {
	height: 38px !important;
	border-radius: 3% !important;
	margin-left: 10% !important;
	margin-right: 10% !important;
	max-width: 75%;
}

.form-profile {
	padding: 1% !important;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

#nnn {
	background: #e0ebf1 !IMPORTANT;
	/* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#fff, #e0ebf1) !IMPORTANT;
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#fff, #e0ebf1) !IMPORTANT;
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#fff, #e0ebf1) !IMPORTANT;
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(#fff, #e0ebf1) !IMPORTANT;
	/* Standard syntax */
}

.heading-restro {
	font-size: 24px !IMPORTANT;
	font-weight: 800 !IMPORTANT;
	color: #f58025 !IMPORTANT;
	font-family: 'Poppins', sans-serif !IMPORTANT;
}

.para-restro {
	color: #757575;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}

@media (min-width: 768px) {
	.pad-left-0 {
		padding-left: 0;
	}

	.pad-left-right-18 {
		padding: 0 16% 0 16%;
	}

	.restro-search-button {
		margin-left: 5%;
	}
}

.dish-day-button1 {
	margin-left: 5%;
	margin-bottom: 3%;
	padding: 1.5% 3% 1.5% 3%;
	border-radius: 5% !important;
	color: #fff;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	background: #009dc5 !IMPORTANT;
	/* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#009dc5, #04c1ef) !IMPORTANT;
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#009dc5, #04c1ef) !IMPORTANT;
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#009dc5, #04c1ef) !IMPORTANT;
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(#009dc5, #04c1ef) !IMPORTANT;
	/* Standard syntax */
}

.dish-day-button2 {
	margin-left: 2%;
	margin-bottom: 3%;
	padding: 1.5% 3% 1.5% 3%;
	border-radius: 8% !important;
	color: #fff;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	background: #ce5b01 !IMPORTANT;
	/* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#ce5b01, #f77393) !IMPORTANT;
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#ce5b01, #f77393) !IMPORTANT;
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#ce5b01, #f77393) !IMPORTANT;
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(#ce5b01, #f77393) !IMPORTANT;
	/* Standard syntax */
}


.dish-day-button3 {

	padding: 0.75% 1.75% 0.75% 1.75%;
	border-radius: 5% !important;
	color: #fff;
	font-size: 11px;
	font-family: 'Poppins', sans-serif;
	background: #004264 !IMPORTANT;
	/* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#004264, #00679c) !IMPORTANT;
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#004264, #00679c) !IMPORTANT;
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#004264, #00679c) !IMPORTANT;
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(#004264, #00679c) !IMPORTANT;
	/* Standard syntax */
}

.dish-day-button4 {
	padding: 0.75% 1.75% 0.75% 1.75%;
	border-radius: 8% !important;
	color: #fff;
	font-size: 11px;
	font-family: 'Poppins', sans-serif;
	background: #ce5b01 !IMPORTANT;
	/* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#ce5b01, #f77393) !IMPORTANT;
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#ce5b01, #f77393) !IMPORTANT;
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#ce5b01, #f77393) !IMPORTANT;
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(#ce5b01, #f77393) !IMPORTANT;
	/* Standard syntax */
}


.dish-day-button1:hover {
	color: #fff;
}

.dish-day-button2:hover {
	color: #fff;
}

.dish-day-button3:hover {
	color: #fff;
}

.dish-day-button4:hover {
	color: #fff;
}

.line-height-16 {
	line-height: 16px !important;
}

.mar-bot-4 {
	margin-bottom: 4px !important;
}

.mar-bot-0 {
	margin-bottom: 0px !important;
}

.order-font-heading {
	color: #cd5a00;
	font-weight: 700;
	font-size: 36px;
	font-family: 'Poppins', sans-serif;
	padding-bottom: 3% !important;
}

.order-dish {
	font-size: 12px !important;
	font-weight: 400 !important;
	color: #323232 !important;
	margin-top: 0px !important;

}

.dot-border {
	border-top: 1px dotted #000 !important;
	padding: 1% !important;
}

.pad-top-bottom-30 {
	padding-top: 50px;
	padding-bottom: 30px;
}

#image1 {
	position: relative;
}

#text {
	z-index: 100;
	position: absolute;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	left: 2.5%;
	right: 2.5%;
	padding: 0.5% 1% 1% 1% !important;
	font-family: 'Poppins', sans-serif;
	bottom: 7.8%;
	line-height: 24px !important;
	background: rgba(0, 63, 95, 0.9);

}

#text span {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 400 !important;
	font-family: 'Poppins', sans-serif;
}


#text1 {
	z-index: 100;
	position: absolute;
	color: #fff;
	left: 2.5%;
	right: 30%;
	font-family: 'Poppins', sans-serif;
	top: 7.4%;
	padding: 0.5% 0% 0.5% 0% !important;

	line-height: 24px !important;
	background: rgba(0, 0, 0, 1);
	text-align: right
}

#text1 span {
	color: #fff;
	font-size: 14px;
	font-weight: 700 !important;
	font-family: 'Poppins', sans-serif;
	padding: 1.4% 1.5% 1% 1.5% !important;

}

#text1 span a {
	color: #fff;
}

#text1 span.active {
	background: #ff3465 !IMPORTANT;
	/* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#ff3465, #f77393) !IMPORTANT;
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#ff3465, #f77393) !IMPORTANT;
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#ff3465, #f77393) !IMPORTANT;
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(#ff3465, #f77393) !IMPORTANT;
	/* Standard syntax */

}

#text1 span:hover {
	background: #ff3465 !IMPORTANT;
	/* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#ff3465, #f77393) !IMPORTANT;
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#ff3465, #f77393) !IMPORTANT;
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#ff3465, #f77393) !IMPORTANT;
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(#ff3465, #f77393) !IMPORTANT;
	/* Standard syntax */

}

#text2 {
	z-index: 100;
	position: absolute;
	left: 2.5%;
	font-family: 'Poppins', sans-serif;
	top: 16%;
	line-height: 24px !important;
	background: rgba(0, 63, 95, 0.9);

}

@media (max-width: 1247px) {
	#text2 {
		top: 18%;
	}
}

@media (max-width: 880px) {
	#text1 {
		right: 2.5% !important;
		top: 11% !important;
	}

	#text2 {
		top: 23.9% !important;
	}

	#text {
		bottom: 4% !important;
	}
}

@media (max-width: 625px) {
	#text {
		bottom: -5% !important;
		font-size: 14px !important;
		line-height: 14px !important;
	}

	#text1 {
		top: 24% !important;
		padding: 0% !important;
	}

	#text1 span {
		font-size: 11px !important;
		padding-top: 1.7% !important;
	}

	#text2 {
		display: none;
	}
}

@media (max-width: 497px) {
	#text1 span {
		font-size: 9px !important;
		padding-top: 2.7% !important;
		padding-bottom: 1.4% !important;
	}

	#text span {
		font-size: 10px !important;

	}
}

@media (max-width: 412px) {
	#text1 span {
		font-size: 9px !important;
		padding-top: 3.2% !important;
		padding-bottom: 1.6% !important;
		padding-left: 0.5% !important;
		padding-right: 0.5% !important;
		font-weight: 300 !important;
	}

	#text1 {
		top: 27% !important;
	}

}

@media (max-width: 353px) {
	#text1 {
		top: 30% !important;
	}

	#text1 span {
		font-size: 8.15px !important;
		font-weight: 300 !important;
		padding-top: 4% !important;
		padding-bottom: 2% !important
	}

	#text span {
		font-size: 9px !important;
		font-weight: 300 !important;
	}
}

@media (max-width: 313px) {
	#text1 span {
		font-size: 7.30px !important;
		font-weight: 100 !important;
		padding-top: 4.70% !important;
		padding-bottom: 2.40% !important
	}

	#text span {
		font-size: 8px !important;
	}
}

.border-table {
	border-top: 1px solid !important;
	border-color: rgba(19, 89, 127, 0.3) !important;
	padding: 4px !important;
	font-size: 13px;
}

.background-head-table {
	background: #DD2F6E !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	vertical-align: middle !important
}

.pad-left-right-7 {
	padding-left: 7%;
	padding-right: 7%;
}

@media (max-width: 437px) {
	.background-head-table {
		font-size: 10px !important;
		font-weight: 400 !important;
	}

	.border-table {

		font-size: 10px !important;
	}

	.profile .table th {
		min-width: 0px !important;
	}
}

.height-120 {
	height: 120px !important
}

.details-font {
	font-size: 13px !important;
	color: #13597f !important;
	border-bottom: 1px solid #13597f;
}

.pad-left-right-0 {
	padding-left: 0px;
	padding-right: 0px;
}

.border-radius-7 {
	border-radius: 7px !important;
	/*border-color:#f17e24 !important*/
}

.color_change1 {
	color: #DD2F6E !important;

}

.changePasswordForm label.error {
	margin-left: 10% !important;
	color: #FF000A !important;
}

.orderdetails {
	cursor: pointer;
	color: var(--primary-theme-color) !important;
	text-transform: uppercase;
	font-weight: bolder;

}

.margin-null-cls {
	margin: 0px !important;
}

.pading-null-cls {
	padding: 0px !important;
	background: linear-gradient(#fff, #0674B1) !IMPORTANT;
}

.headerwindow img {
	float: right;
	width: 100px;
	padding: 9px;
}

.win-icn-cont {
	width: 100%;
}

.win-bar-cont {
	float: left;
	width: 100%;
}

.win-bar-left {
	width: 10%;
	float: left;
}

.win-bar-left span {
	margin-left: 20px;

}

.win-bar-right {
	width: 80%;
	float: left;
}

.win-bar-right input {
	width: 100%;
	padding-left: 15px;
}

.win-body-cont {
	width: 100%;
	background: #fff;
	float: left;
	margin-top: 13px;
}

.win-body-wrap-left {
	width: 50%;
	padding: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}

.win-body-wrap-left img {
	width: 80%;
	float: right;
}

.win-body-wrap-left {
	width: 50%;
	padding: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}

.body-wrap-cont {
	width: 100%;
	padding: 18px;
}

.body-wrap-cont img {
	width: 100%;
	padding: 20px;
}

.btn-createscript {
	margin-left: 31%;
	color: #fff;
}

.append-text-script {
	margin-top: 20px;
}

.loaderscript {
	width: 13% !important;
	float: left !important;
	margin-left: 41%;
}

.repheading {
	z-index: 999;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	top: 13px;
	font-weight: bold !important;
}

.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.pie-chart {
	max-width: 450px;
	width: 100%;
	background-color: transparent;
	height: 410px;
}

.bar-chart {
	max-width: 1288px;
	min-width: 748px;
	width: 100%;
	height: 500px;
}

.rephead {
	text-align: center;
}

#collapse-typography li .disable-option,
.disable-option,
.profile-sidebar.disable-option,
.disable-option:hover,
.active .disable-option,
.active .leftmenuitms.disable-option,
.leftmenuitms.disable-option {
	color: #918a85 !important;
}

.blog-description {
	/*display: inline-block;
    width: 150px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    vertical-align: middle;
    text-align: center !important;*/
}

table.dataTable thead th,
table.dataTable thead td {
	padding: 10px 18px;
	border-bottom: 1px solid #DD2F6E !important;
}


/* For Data tables */
.ovrflwtbl {
	overflow-x: scroll !important;
}

.dataTables_length>label,
#history-table_filter>label,
#history-table_info {
	color: #DD2F6E !important;
	padding: 10px 20px;

}

#history-table_filter>label>input {
	border: 1px solid rgb(169, 169, 169) !important;
	padding: 4px 10px;

}

#history-table_paginate {
	padding: 4px 10px;
	color: #DD2F6E !important;

}

table.dataTable.no-footer {
	border-bottom: 1px solid rgba(19, 89, 127, 0.3) !important;
}

/* // Data Tables */


.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #fff !important;
	cursor: default;
	background-color: #fff;
	border: 1px solid #DD2F6E;
	border-bottom-color: transparent;
	background: #DD2F6E !important;
}

.panel-green {
	border-top: none;
	border-bottom: none;
	border-left: 1px solid rgba(19, 89, 127, 0.3);
	border-right: 1px solid rgba(19, 89, 127, 0.3);
	padding: 10px 2px;
	background: #f1f1f1;
}

.sms_template_preview {
	border: 2px dotted #c7ccc5;
	padding: 15px;
	background: #dff0d8;
	font-size: 15px;
	font-weight: 600;
	color: #3c763d;
}

#character-count,
.character-count {
	border-color: #ebccd1;
	margin: 20px 0;
	padding: 1em 2em;
	border: 1px solid transparent;
	border-radius: 4px !important;
}

ul#character-count>li,
ul.character-count>li {
	list-style: none;
	font-size: 14px;
	color: rgb(173 48 48 / 99%);
	font-weight: 600;
}


/* Page Loader */
.loading {
	top: 0;
	left: 0;
	position: fixed;
	opacity: 0.8;
	z-index: 10000000;
	background: #3319196b;
	height: 100%;
	width: 100%;
	margin: auto;
}

.strip-holder {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 50%;
	margin-left: -50px;
	position: relative;
}

.strip-1,
.strip-2,
.strip-3 {
	width: 20px;
	height: 20px;
	background: #DD2F6E;
	position: relative;
	-webkit-animation: stripMove 2s ease infinite alternate;
	animation: stripMove 2s ease infinite alternate;
	-moz-animation: stripMove 2s ease infinite alternate;
}

.strip-2 {
	-webkit-animation-duration: 2.1s;
	animation-duration: 2.1s;
	background-color: #de5a7b;
}

.strip-3 {
	-webkit-animation-duration: 2.2s;
	animation-duration: 2.2s;
	background-color: #eac4ce;
}

@-webkit-keyframes stripMove {
	0% {
		transform: translate3d(0px, 0px, 0px);
		-webkit-transform: translate3d(0px, 0px, 0px);
		-moz-transform: translate3d(0px, 0px, 0px);
	}

	50% {
		transform: translate3d(0px, 0px, 0px);
		-webkit-transform: translate3d(0px, 0px, 0px);
		-moz-transform: translate3d(0px, 0px, 0px);
		transform: scale(4, 1);
		-webkit-transform: scale(4, 1);
		-moz-transform: scale(4, 1);
	}

	100% {
		transform: translate3d(-50px, 0px, 0px);
		-webkit-transform: translate3d(-50px, 0px, 0px);
		-moz-transform: translate3d(-50px, 0px, 0px);
	}
}

@-moz-keyframes stripMove {
	0% {
		transform: translate3d(-50px, 0px, 0px);
		-webkit-transform: translate3d(-50px, 0px, 0px);
		-moz-transform: translate3d(-50px, 0px, 0px);
	}

	50% {
		transform: translate3d(0px, 0px, 0px);
		-webkit-transform: translate3d(0px, 0px, 0px);
		-moz-transform: translate3d(0px, 0px, 0px);
		transform: scale(4, 1);
		-webkit-transform: scale(4, 1);
		-moz-transform: scale(4, 1);
	}

	100% {
		transform: translate3d(50px, 0px, 0px);
		-webkit-transform: translate3d(50px, 0px, 0px);
		-moz-transform: translate3d(50px, 0px, 0px);
	}
}

@keyframes stripMove {
	0% {
		transform: translate3d(-50px, 0px, 0px);
		-webkit-transform: translate3d(-50px, 0px, 0px);
		-moz-transform: translate3d(-50px, 0px, 0px);
	}

	50% {
		transform: translate3d(0px, 0px, 0px);
		-webkit-transform: translate3d(0px, 0px, 0px);
		-moz-transform: translate3d(0px, 0px, 0px);
		transform: scale(4, 1);
		-webkit-transform: scale(4, 1);
		-moz-transform: scale(4, 1);
	}

	100% {
		transform: translate3d(50px, 0px, 0px);
		-webkit-transform: translate3d(50px, 0px, 0px);
		-moz-transform: translate3d(50px, 0px, 0px);
	}
}