/*===========================================================================
| Template Name: Logo Design Service 
| Theme URL: https://codecanyon.net/user/codingdesk
| Author: CodingDesk
| Author URL: https://codecanyon.net/user/codingdesk
| Version: 1.0
| File name: style.css
| Date Created: 23.01.2020
============================================================================= */



/* -------------------------------------------- */
/*             TABLE OF CONTENTS
/* -------------------------------------------- */
/*   01 - GLOBAL STYLES				            */
/*   02 - TOP NAVIGATION SECTION		        */
/*   03 - MAIN BANNER SECTION  					*/
/*   04 - THREE STEPS SECTION  					*/
/*   05 - GALLERY SECTION  					    */
/*   06 - FEATURES SECTION  					*/
/*   07 - STATISTICS SECTION  					*/
/*   08 - FAQ SECTION  		  					*/
/*   09 - FOOTER SECTION  		  				*/
/*   10 - PAGE HEADER  		  					*/
/*   11 - CONTACT PAGE  		  				*/
/*   12 - FORGET PASSWORD PAGE  		  		*/
/*   13 - LOGIN PAGE  		  					*/
/*   14 - POLICIES PAGE  		  				*/
/*   15 - START NEW PROJECT PAGE  		  		*/
/*   16 - PRICING PAGE			 		  		*/
/*   17 - ORDER PAGE			 		  		*/
/*   18 - IMAGE MODAL		 		  			*/
/*   19 - PROJECT STATUS						*/
/*   20 - DASHBOARD								*/
/*   21 - FILE UPLOAD	 						*/
/*   22 - EMAIL TEMPLATES	 					*/
/*   23 - PARTICLES			 					*/
/*   24 - BLOG  			 					*/



/* ==========================================================================           
 *
 *    01 - GLOBAL STYLES
 *
 * ========================================================================== */


body {
	margin: 0;
	padding: 0;
	color: #0E2E40;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	overflow-x: hidden;
}

a {
	color: #126DFB;
	text-decoration: none;
}

a:hover {
	color: #126DFB;
	text-decoration: none;
}

a.active {
	color: #126DFB !important;
}

.custom-file-label,
input[type="text"],
input[type="submit"],
textarea,
select,
input[type="password"],
input[type="email"],
input[type="number"],
input[type="url"],
input[type="search"],
.btn {
	outline: none;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
}


input[type="text"],
input[type="email"],
input[type="password"] {
	padding: 18px 18px;
	border: 1px solid #ced4da;
	white-space: nowrap;
	overflow: hidden;
}

.outline-blue-btn {
	color: #126DFB !important;
	border: 2px solid #126DFB;
	text-align: center;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	min-width: 80px;
	text-decoration: none;

}

.outline-blue-btn:hover {
	border-color: #126DFB;
	color: #126DFB !important;
	text-decoration: none;
}

.outline-blue-btn:active {
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
	-o-transform: scale(0.95);
	transform: scale(0.95);

}

.blue-btn {
	background: #126DFB;
	min-width: 130px;
	color: #fff !important;
	text-align: center;
	border: 2px solid #126DFB;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	text-decoration: none;
	cursor: pointer;

}

.blue-btn:hover {
	background: #126DFB;
	border-color: #126DFB;
	-webkit-box-shadow: 0 10px 17px #126DFB80;
	-moz-box-shadow: 0 10px 17px #126DFB80;
	-ms-box-shadow: 0 10px 17px #126DFB80;
	-o-box-shadow: 0 10px 17px #126DFB80;
	box-shadow: 0 10px 17px #126DFB80;
	text-decoration: none;
}

.blue-btn:active {
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
	-o-transform: scale(0.95);
	transform: scale(0.95);

}

.blue-btn:disabled,
.blue-btn[disabled] {
	cursor: not-allowed;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	background: #126DFB;
	border: 2px solid #126DFB;

}

.btn-success {
	background-color: #1dbf73;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff !important;
	border: none;
	outline: 0;
}

.btn-success:hover {
	border: none;
	background-color: #0fad63;
	cursor: pointer;
}

.btn-success:active {
	border: none;
	background-color: #0fad63 !important;
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
	-o-transform: scale(0.95);
	transform: scale(0.95);
	outline: 0;
}


.btn-warning {
	background-color: #ff874c;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff !important;
	border: none;
	outline: 0;
}

.btn-warning:hover {
	border: none;
	background-color: #e66f35;
}

.btn-warning:active {
	border: none;
	background-color: #e66f35 !important;
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
	-o-transform: scale(0.95);
	transform: scale(0.95);
	outline: 0;
}

.btn-outline-danger:active,
.btn-light:active {
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
	-o-transform: scale(0.95);
	transform: scale(0.95);

}

.green-border {
	/* COLOR BORDER WITH GREEN COLOR WHEN THE INPUT VALUE IS CORRECT */
	border: 1px solid #28a745 !important;
}

.red-border {
	/* COLOR BORDER WITH RED COLOR WHEN THE INPUT VALUE IS INCORRECT */
	border: 1px solid #dc3545 !important;
}

.form-button-container {
	margin: 50px auto;
	text-align: center;
}

.results {
	max-width: 1000px;
	margin: 0 auto 30px auto;
}

.dash_results {
	margin: 20px 0;
}

.form-container {
	max-width: 900px;
	margin: 0 auto;
	border: 1px dashed #126DFB;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 40px;
}

.form-container p {
	color: #126DFB;
	font-weight: 400;
}

.text-green {
	color: #42cb6f;
}

.text-warning {
	color: #856404 !important;
}

.modal-body {
	max-height: 500px;
	overflow-y: auto;
}

:focus {
	outline: 0;
}

@media screen and (max-width: 760px) {
	.form-container {
		width: 100%;
	}
}


/* ==========================================================================           
 *
 *    02 - TOP NAVIGATION SECTION
 *
 * ========================================================================== */


.nav-item a {
	font-family: 'Poppins', sans-serif;
	padding: 5px 20px 5px 20px;
	margin: 0 10px 0 10px;
}

.logo {
	width: 220px;
	/* margin-bottom: 14px; */
}

@media screen and (max-width: 760px) {
	.logo-section {
		width: 100%;
	}

	.logo {
		float: left;
	}

	.navbar-toggler {
		margin-top: 10px;
		float: right;
	}

	.outline-blue-btn,
	.blue-btn {
		width: auto;
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}
}


/* ==========================================================================           
 *
 *    03 - MAIN BANNER SECTION
 *
 * ========================================================================== */


.banner-section {
	padding: 150px 15px;
}

.banner-section-title {
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.banner-section-title::after {
	content: " ";
	display: block;
	background: #126DFB;
	height: 5px;
	width: 50px;
	margin: 20px auto 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.banner-section-desc {
	font-size: 26px;
	line-height: 1.3;
	color: #fff;
	max-width: 510px;
	margin: 0 auto;
	padding: 15px 0;
	text-align: center;
}

.blue-btn-lg {
	max-width: 300px;
	background: #126DFB;
	height: 60px;
	line-height: 60px;
	color: #fff !important;
	text-align: center;
	font-size: 20px;
	border-radius: 30px;
	display: block;
	margin: 40px auto 0;
	-webkit-box-shadow: 0 10px 17px #126DFB80;
	-moz-box-shadow: 0 10px 17px #126DFB80;
	-ms-box-shadow: 0 10px 17px #126DFB80;
	-o-box-shadow: 0 10px 17px #126DFB80;
	box-shadow: 0 10px 17px #126DFB80;

}

.blue-btn-lg:hover {
	opacity: .8;
	text-decoration: none;
	color: #fff;
}

.blue-btn-lg:active {
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
	-o-transform: scale(0.95);
	transform: scale(0.95);
}

.faq-col {
	color: #126DFB;
}

@media screen and (max-width: 760px) {
	.banner-section {
		padding: 100px 15px;
	}

	.banner-section-title {
		font-size: 30px;
	}

	.banner-section-desc {
		font-size: 20px;
	}

	.blue-btn-lg {
		margin: 40px auto 25px;
	}
}


/* ==========================================================================           
 *
 *    04 - THREE STEPS SECTION
 *
 * ========================================================================== */


.steps-section-title {
	font-size: 40px;
	color: #3f4865;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 15px;
}

.steps-section-title::after {
	content: " ";
	display: block;
	background:#126DFB;
	height: 5px;
	width: 60px;
	margin: 10px auto 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.steps-section-desc {
	font-size: 20px;
	line-height: 1.3;
	color: #777;
	text-align: center;
	/* margin-bottom: 100px; */
}

.step-title {
	font-size: 30px;
	color: #3f4865;
	font-weight: bold;
}

.step-title::after {
	content: " ";
	display: block;
	background: #126DFB;
	height: 5px;
	width: 40px;
	margin: 10px 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.step-desc {
	font-size: 25px;
	line-height: 1.3;
	color: #777;
	font-weight: 400;
}

@media screen and (max-width: 760px) {
	.steps-section-title {
		font-size: 30px;
	}

	.steps-section-desc {
		font-size: 18px;
		font-weight: 400;
	}

	.step-title {
		font-size: 25px;
	}

	.steps-section-desc {
		margin-bottom: 40px;
	}
}


/* ==========================================================================           
 *
 *    05 - GALLERY SECTION
 *
 * ========================================================================== */


.gallery-section-title {
	font-size: 40px;
	color: #3f4865;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 15px;
}

.gallery-section-title::after {
	content: " ";
	display: block;
	background: #126DFB;
	height: 5px;
	width: 60px;
	margin: 10px auto 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.gallery-section-desc {
	font-size: 20px;
	line-height: 1.3;
	color: #777;
	text-align: center;
}

.gallery-section-desc b {
	color: #126DFB;
	font-size: 30px;
}

a:not([href]):not([tabindex]) {
	color: #126DFB;
	font-weight: 400;
	padding: 15px;
}

.more {
	color: #126DFB;
	font-weight: 400;
	padding: 15px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	color: #126DFB;
	background-color: #eee;
	border: 1px solid #eee;
}

.nav-tabs .filter-button {
	cursor: pointer;
	color: #126DFB;
}

.nav-tabs a.filter-button.active {
	background-color: transparent;
	cursor: default;
}

.gallery_image {
	margin-bottom: 25px;
	cursor: pointer;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.gallery_image:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.gallery_image>img {
	-webkit-box-shadow: 0 5px 30px 0 rgba(167, 167, 167, .5);
	-moz-box-shadow: 0 5px 30px 0 rgba(167, 167, 167, .5);
	-ms-box-shadow: 0 5px 30px 0 rgba(167, 167, 167, .5);
	-o-box-shadow: 0 5px 30px 0 rgba(167, 167, 167, .5);
	box-shadow: 0 5px 30px 0 rgba(167, 167, 167, .5);
	border: 2px solid transparent;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.gallery_image>img:hover {
	border: 2px solid #126DFB;
}

.modal-body img {
	width: 100%;
	height: 232px;
	border: 1px solid #eee;
	border-radius: 20px;
}

.gallery_image_details .modal-dialog {
	max-width: 700px;
}

.blockquote p {
	font-style: italic;
	font-size: 15px;
	font-weight: 400;
}

.blockquote-footer {
	text-align: right;
}

.other-concepts {
	margin-top: 15px;
}

.other-concepts img {
	width: 100%;
	height: 124px;
	vertical-align: middle;
	border: 1px solid #ccc;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
	-moz-box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
	-ms-box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
	-o-box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
	box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#adacac, direction=135, strength=2);
	background: url(../img/transparent_bg.png);
	overflow: hidden;
}

.other-concepts .col-3 {
	padding: 4px;
}

.view-more-btn {
	color: #126DFB;
	border: 2px solid #126DFB;
	text-align: center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	width: 100%;
	text-decoration: none;
	padding: 8px;
	margin: 10px 10px 0 10px;
	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	-ms-transition: all 600ms ease-in-out;
	-o-transition: all 600ms ease-in-out;
	transition: all 600ms ease-in-out;
}

.view-more-btn:hover {
	border-color: #126DFB;
	color: #126DFB !important;
	text-decoration: none;
}

.gallery {
	display: none;
}

@media screen and (max-width: 760px) {
	.gallery-section-title {
		font-size: 30px;
	}

	.gallery-section-desc {
		font-size: 18px;
	}

	.gallery_image:hover {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
}


/* ==========================================================================           
 *
 *    06 - FEATURES SECTION
 *
 * ========================================================================== */


.feature-section-title {
	font-size: 40px;
	color: #3f4865;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
	margin: 0 0 15px;
}

.feature-section-title::after {
	content: " ";
	display: block;
	background: #126DFB;
	height: 5px;
	width: 60px;
	margin: 10px auto 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.feature-section-desc {
	font-size: 20px;
	line-height: 1.3;
	color: #777;
	text-align: center;
	/* margin-bottom: 100px; */
}

.feature {
	text-align: center;
	background-color: #fff;
	overflow: hidden;
	-webkit-box-shadow: 0 5px 30px 0 rgba(167, 167, 167, .16);
	-moz-box-shadow: 0 5px 30px 0 rgba(167, 167, 167, .16);
	-ms-box-shadow: 0 5px 30px 0 rgba(167, 167, 167, .16);
	-o-box-shadow: 0 5px 30px 0 rgba(167, 167, 167, .16);
	box-shadow: 0 5px 30px 0 rgba(167, 167, 167, .16);
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	border: 2px solid transparent;
	border-radius: 8px;
	margin: 10px;
	min-height: 417px;
}

.feature:hover {
	border: 2px solid #5584ff;
}

.feature img {
	height: 60px;
	margin: 0 auto 5px auto;
	vertical-align: middle;
}

.feature h3 {
	font-size: 20px;
	color: #3f4865;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.feature p {
	font-size: 16px;
	color: #979ca0;
	font-weight: 400;
	text-align: left;
	padding: 15px;
}


@media screen and (max-width: 760px) {
	.feature-section-title {
		font-size: 30px;
	}

	.feature-section-desc {
		font-size: 18px;
	}
}


/* ==========================================================================           
 *
 *    07 - STATISTICS SECTION
 *
 * ========================================================================== */


.statistics-section-title {
	font-size: 40px;
	color: #3f4865;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
	margin: 0 0 15px 0;
}

.statistics-section-title::after {
	content: " ";
	display: block;
	background: #126DFB;
	height: 5px;
	width: 60px;
	margin: 10px auto 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.statistics-section-desc {
	font-size: 20px;
	line-height: 1.3;
	color: #777;
	text-align: center;
	/* margin-bottom: 100px; */
}

.dots {
	position: absolute;
	left: -15px;
	bottom: -30px;
}

.dots2 {
	position: absolute;
	right: 0;
	top: -30px;
}

.statistics-left-image {
	margin-right: 15px;
	position: relative;
	-webkit-box-shadow: 0 13px 46px 0 rgba(113, 113, 113, .50);
	-moz-box-shadow: 0 13px 46px 0 rgba(113, 113, 113, .50);
	-ms-box-shadow: 0 13px 46px 0 rgba(113, 113, 113, .50);
	-o-box-shadow: 0 13px 46px 0 rgba(113, 113, 113, .50);
	box-shadow: 0 13px 46px 0 rgba(113, 113, 113, .50);
	border-radius: 10px;
	overflow: hidden;
}

.statistics-right-side h3 {
	margin-top: 45px;
	margin-bottom: 35px;
}

.statistics-right-side b {
	color: #126DFB;
}

.statistics-right-side p {
	color: #777777;
}

.single-counter {
	max-width: 155px;
	height: 120px;
	border-radius: 60px;
	position: relative;
	z-index: 5;
	margin-top: 60px;
	color: #fff;
}

.single-counter::before {
	position: absolute;
	content: '';
	width: 160px;
	height: 110px;
	border-radius: 60px;
	top: 0;
	left: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: -1;
}

.counter-color-1::before {
	/* background: -webkit-linear-gradient(#33c8c1 0%, #119bd2 100%);
	background: -moz-linear-gradient(#33c8c1 0%, #119bd2 100%);
	background: -ms-linear-gradient(#33c8c1 0%, #119bd2 100%);
	background: -o-linear-gradient(#33c8c1 0%, #119bd2 100%);
	background: linear-gradient(#33c8c1 0%, #119bd2 100%); */
	/* background-color: #F51720; */
	/* background-color: #9166BD; */
	background-color: #126DFB;
}

.counter-color-2::before {
	/* background: -webkit-linear-gradient(#fe8464 0%, #fe6e9a 100%);
	background: -moz-linear-gradient(#fe8464 0%, #fe6e9a 100%);
	background: -ms-linear-gradient(#fe8464 0%, #fe6e9a 100%);
	background: -o-linear-gradient(#fe8464 0%, #fe6e9a 100%);
	background: linear-gradient(#fe8464 0%, #fe6e9a 100%); */
	/* background-color: #FA26A0; */
	/* background-color: #A2499B; */
	background-color: #5598E8;
}

.counter-color-3::before {
	/* background: -webkit-linear-gradient(#361cc1 0%, #2e82ef 100%);
	background: -moz-linear-gradient(#361cc1 0%, #2e82ef 100%);
	background: -ms-linear-gradient(#361cc1 0%, #2e82ef 100%);
	background: -o-linear-gradient(#361cc1 0%, #2e82ef 100%);
	background: linear-gradient(#361cc1 0%, #2e82ef 100%); */
	/* background-color: #F8D210; */
	/* background-color: #A92973; */
	background-color: #7681D7;
}

.single-counter span {
	color: #fff;
	font-size: 20px;
}

.single-counter p {
	color: #fff;
}


@media screen and (max-width: 760px) {
	.statistics-section-title {
		font-size: 30px;
	}

	.statistics-section-desc {
		font-size: 18px;
	}

	.single-counter {
		max-width: 125px;
		height: 100px;
	}

	.single-counter::before {
		width: 125px;
		height: 90px;
	}
}


/* ==========================================================================           
 *
 *    08 - FAQ SECTION
 *
 * ========================================================================== */


.faq-section-title {
	font-size: 40px;
	color: #3f4865;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 15px;
	margin: 0 0 15px 0;
}

.faq-section-title::after {
	content: " ";
	display: block;
	background: #126DFB;
	height: 5px;
	width: 60px;
	margin: 10px auto 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.faq-section-desc {
	font-size: 20px;
	line-height: 1.3;
	color: #777;
	text-align: center;
	/* margin-bottom: 100px; */
}

.topic {
	position: relative;
}

.answer {
	font-size: 16px;
	line-height: 26px;
	text-align: left;
	padding: 20px;
	font-weight: 400;
}


.btn-link:hover,
.btn-link:active,
.btn-link:focus {
	text-decoration: none;
}

.card-header {
	border-bottom: none;
}


@media screen and (max-width: 760px) {
	.faq-section-title {
		font-size: 30px;
	}

	.faq-section-desc {
		font-size: 18px;
	}
}


/* ==========================================================================           
 *
 *    09 - FOOTER SECTION
 *
 * ========================================================================== */


.footer {
	padding: 20px;
	/* margin-top: 150px; */
	border-top: 1px solid #eee;
}

.footer span {
	font-size: 15px;
	font-weight: 400;
}

.footer li.nav-item a.nav-link {
	font-weight: 400;
}


/* ==========================================================================           
 *
 *    10 - PAGE HEADER
 *
 * ========================================================================== */


.page-header {
	padding: 80px 0;
	margin-bottom: 65px;
	background-image: url('../img/bg.png');
	/* COMMENT THIS IF YOU WANT TO USE GRADIENT COLOR */
	overflow: hidden;

	/*  UNCOMMENT THE LINE BELOW IF YOU WANT TO USE BACKGROUND GRADIENT COLOR INSTEAD OF IMAGE */
	/*
    	background-color: #C0392B;    
    	background: radial-gradient(circle at 50% 30%, rgba(209, 209, 209,0.04) 0%, rgba(209, 209, 209,0.04) 50%,rgba(138, 138, 138,0.04) 50%, rgba(138, 138, 138,0.04) 100%),radial-gradient(circle at 9% 40%, rgba(209, 209, 209,0.04) 0%, rgba(209, 209, 209,0.04) 50%,rgba(71, 71, 71,0.04) 50%, rgba(71, 71, 71,0.04) 100%),radial-gradient(circle at 84% 81%, rgba(147, 147, 147,0.04) 0%, rgba(147, 147, 147,0.04) 50%,rgba(253, 253, 253,0.04) 50%, rgba(253, 253, 253,0.04) 100%),linear-gradient(266deg, rgb(5, 73, 170),rgb(140, 100, 243));
	*/
}

.page-header-title {
	font-size: 40px;
	color:#fff;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
	max-width: 700px;
	margin: 0 auto 15px auto;
}

.page-header-title::after {
	content: " ";
	display: block;
	background: #fff;
	height: 5px;
	width: 60px;
	margin: 10px auto 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.page-header-desc {
	font-size: 18px;
	line-height: 1.3;
	color: #a7d5ff;
	text-align: center;
	font-weight: 400;
	max-width: 600px;
	margin: 0 auto;
}


@media screen and (max-width: 760px) {
	.page-header-title {
		font-size: 30px;
		width: 90%;
	}

	.page-header-desc {
		font-size: 16px;
		width: 90%;
	}
}


/* ==========================================================================           
 *
 *    11 - CONTACT PAGE
 *
 * ========================================================================== */


.message {
	border: 1px solid #ced4da;
	padding: 18px 20px;
}

.message:focus {
	border: 1px solid #acd1f8;
}

.send-msg-btn {
	padding: 8px 15px;
	width: auto;
	text-align: center;
}


/* ==========================================================================           
 *
 *    12 - FORGET PASSWORD PAGE
 *
 * ========================================================================== */


.recover-password-btn {
	padding: 8px 15px;
	width: auto;
	text-align: center;

}


/* ==========================================================================           
 *
 *    13 - LOGIN PAGE
 *
 * ========================================================================== */


.login-btn,
.register-btn {
	padding: 10px 40px;
	width: auto;
	text-align: center;

}

.input-group-text {
	background-color: #fff;
	color: #495057;
}


/* ==========================================================================           
 *
 *    14 - POLICIES PAGE
 *
 * ========================================================================== */


.policies-text {
	font-weight: 400;
	line-height: 22px;
	font-size: 16px;
	word-wrap: break-word;
	text-align: left;
}


/* ==========================================================================           
 *
 *    15 - START NEW PROJECT PAGE
 *
 * ========================================================================== */


.images-list {
	margin-top: 15px;
	border: 1px solid #eee;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.images-list img:hover,
.designers_choose_color:hover {
	-webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
	-moz-box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
	-ms-box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
	-o-box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
	box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
}

.images-list img,
.designers_choose_color {
	width: 100%;
	height: 124px;
	vertical-align: middle;
	border: 1px solid #ccc;
	border-radius: 6px;
	background: url(../img/transparent_bg.png);
	cursor: pointer;
}

.images-list .col-md-3 {
	padding: 8px;
}

.designers_choose_color {
	margin-top: 7px;
	background-image: none;
	background-color: #fff;
	text-align: center;
}

.designers_choose_color p {
	margin-top: 40px;
}


.selected::after {
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
	font-weight: 900;
	display: block;
	width: 30px;
	height: 30px;
	background: #28a5ff;
	border-radius: 50%;
	color: #fff;
	font-size: 1rem;
	text-align: center;
	line-height: 33px;
	position: absolute;
	top: -2px;
	left: -2px;
}

.designers_choose_color.selected::after {
	top: 5px;
	left: 5px;
}

.or {
	padding-top: 16px;
	text-align: center;
	font-size: 20px;
	width: 100%;
	border-bottom: 1px solid #cdcdcd;
	line-height: 0.1em;
	color: #cdcdcd;
}

.or span {
	background: #fff;
	padding: 0 10px;
}

.text-muted {
	font-size: 13px;
}

.noClick {
	pointer-events: none;
	cursor: default;
}

@media screen and (max-width: 760px) {
	.or {
		margin: 10px 0 25px 0;
	}
}

/* ==========================================================================           
 *
 *    16 - PRICING PAGE
 *
 * ========================================================================== */


.pricing {
	position: relative;
	border: 0;
	margin: 10px;
	height: auto;
	border-radius: 15px;
	text-align: center;
	padding: 40px 20px;
	-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
	-ms-box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
	-o-box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
	box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.pricing:hover {
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-o-transform: scale(1.03);
	transform: scale(1.03);
}


.style_1 {
	background: -webkit-linear-gradient(-45deg, #24ff72, #9a4eff);
	background: -moz-linear-gradient(-45deg, #24ff72, #9a4eff);
	background: -ms-linear-gradient(-45deg, #24ff72, #9a4eff);
	background: -o-linear-gradient(-45deg, #24ff72, #9a4eff);
	background: linear-gradient(-45deg, #24ff72, #9a4eff);
}

.style_2 {
	background: -webkit-linear-gradient(-45deg, #ffec61, #f321d7);
	background: -moz-linear-gradient(-45deg, #ffec61, #f321d7);
	background: -ms-linear-gradient(-45deg, #ffec61, #f321d7);
	background: -o-linear-gradient(-45deg, #ffec61, #f321d7);
	background: linear-gradient(-45deg, #ffec61, #f321d7);
}

.style_3 {
	background: -webkit-linear-gradient(-45deg, #f403d1, #64b5f6);
	background: -moz-linear-gradient(-45deg, #f403d1, #64b5f6);
	background: -ms-linear-gradient(-45deg, #f403d1, #64b5f6);
	background: -o-linear-gradient(-45deg, #f403d1, #64b5f6);
	background: linear-gradient(-45deg, #f403d1, #64b5f6);
}

.pricing .title .far,
.pricing .title .fas {
	color: #fff;
	font-size: 60px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	text-align: center;
	line-height: 100px;
	-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
	-ms-box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
	-o-box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
	box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}

.pricing .title h2 {
	position: relative;
	margin: 20px 0 0;
	padding: 0;
	color: #fff;
	font-size: 28px;
	z-index: 2;
}

.pricing .price h4 {
	margin: 0;
	padding: 20px 0;
	color: #fff;
	font-size: 60px;
}

.pricing .description p {
	color: #fff;
	font-weight: 400;
}

.tip {
	font-family: 'Indie Flower', cursive;
	font-size: 18px;
}

.pricing-note {
	border: 1px dashed #126DFB;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-align: center;
	padding: 15px;
}

.pricing-note h5 {
	margin-top: 30px;
}

.pricing-note p {
	font-weight: 400;
	font-size: 16px;
	color: #979ca0;
	max-width: 750px;
	margin: 20px auto;
}


/* ==========================================================================           
 *
 *    17 - ORDER PAGE
 *
 * ========================================================================== */


.delivered-logos {
	margin: 15px 0;
}

.delivered-logos .delivered-file {
	width: 100%;
	height: 220px;
	vertical-align: middle;
	border: 1px solid #ccc;
	border-radius: 6px;
	background: url(../img/transparent_bg.png);
	cursor: pointer;
}

.delivered-logos .col-md-4 {
	margin-bottom: 20px;
	padding-left: 0;
}

.delivered-logos .logo-element {
	padding: 0;
	border: 1px solid #eee;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.delivered-logos .logo-element>img {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.delivered-logos .logo-element>img:hover {
	opacity: 0.7;
}

.tooltip-logo {
	font-weight: 400;
	text-align: left;
	padding: 5px 8px;
	font-size: 12px;
	overflow: hidden;
	position: relative;
}

.tooltip-logo.revision {
	background-color: #ffffcc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.download {
	position: absolute;
	right: 30px;
	bottom: 15px;
	width: 30px;
	height: 30px;
	padding: 2px;
	text-align: center;
}


.delivered-file {
	max-height: 220px;
}



/* CLIENT REVIEW */


.client-review p {
	background: #f6f7fb;
	border-radius: 6px;
	color: #333333;
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	padding: 30px;
	position: relative;

}

.client-review p:before {
	content: "\f10d";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	left: 10px;
	top: -20px;
	font-size: 30px;
	color: #126DFB;
}

.client-review p:after {
	content: "";
	width: 27px;
	position: absolute;
	left: 25px;
	bottom: -12px;
	border-top: 13px solid #f6f7fb;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
}

.client-review .client-review-footer {
	font-size: 14px;
	font-weight: 400;
	margin-left: 35px;
}

.jstars {
	margin-left: 30px;
	width: 130px;
	position: relative;
}

.jstars strong {
	position: absolute;
	font-size: 16px;
	top: 2px;
	right: 0;
	font-weight: 600;
}

/* ==========================================================================           
 *
 *    18 - IMAGE MODAL
 *
 * ========================================================================== */


/* THE BACKGROUND OF MODAL */
.image-modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.9);
}

/* MODAL CONTENT (IMAGE) */
.image-modal-content {
	margin: auto;
	display: block;
	width: 50%;
	max-width: 700px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* CAPTION OF MODAL IMAGE */
.image-modal-caption {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
}

/* ADD ANIMATION */
.image-modal-content,
.image-modal-caption {
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	-moz-animation-name: zoom;
	-moz-animation-duration: 0.6s;
	-ms-animation-name: zoom;
	-ms-animation-duration: 0.6s;
	-o-animation-name: zoom;
	-o-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
	from {
		-webkit-transform: scale(0)
	}

	to {
		-webkit-transform: scale(1)
	}
}

@-moz-keyframes zoom {
	from {
		-moz-transform: scale(0)
	}

	to {
		-moz-transform: scale(1)
	}
}

@-o-keyframes zoom {
	from {
		-o-transform: scale(0)
	}

	to {
		-o-transform: scale(1)
	}
}

@keyframes zoom {
	from {
		transform: scale(0)
	}

	to {
		transform: scale(1)
	}
}

/* THE CLOSE BUTTON */
.close-image-modal {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.close-image-modal:hover,
.close-image-modal:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}


@media only screen and (max-width: 700px) {
	.image-modal-content {
		width: 100%;
	}
}


/* ==========================================================================           
*
*    19 - PROJECT STATUS
*
* ========================================================================== */


.status {
	padding: 3px 15px 3px 15px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	text-align: center;
	white-space: nowrap;
	display: inline-block;
}

.status.lg {
	margin: 0 auto;
	width: 200px;
	padding: 10px;
}

.delivered,
.completed {
	/* green */
	background-color: #ddf5d3;
	color: #379e5a;
}

.canceled,
.unpaid,
.late {
	/* red */
	background-color: #f7e8e9;
	color: #f00135;
}

.in-progress {
	/* blue */
	background-color: #d7e9ff;
	color: #116fff;
}

.revision,
.not-assigned,
.enqueued {
	/* yellow */
	background-color: #fff3cd;
	color: #856404;
}


.order-msg {
	width: 50%;
	text-align: center;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.order-msg {
		width: 80%;
	}
}


/* ==========================================================================           
*
*    20 - DASHBOARD
*
* ========================================================================== */


/* DASHBOARD : LEFT SIDEBAR MENU */

.wrapper {
	overflow-x: hidden;
	background-color: #f5f8ff;
}

.sidebar-wrapper {
	min-height: 100vh;
	-webkit-transition: margin .25s ease-out;
	-moz-transition: margin .25s ease-out;
	-ms-transition: margin .25s ease-out;
	-o-transition: margin .25s ease-out;
	transition: margin .25s ease-out;
	-webkit-box-shadow: 0 6px 10px rgba(68, 69, 69, 0.23);
	-moz-box-shadow: 0 6px 10px rgba(68, 69, 69, 0.23);
	-ms-box-shadow: 0 6px 10px rgba(68, 69, 69, 0.23);
	-o-box-shadow: 0 6px 10px rgba(68, 69, 69, 0.23);
	box-shadow: 0 6px 10px rgba(68, 69, 69, 0.23);
	z-index: 20;
	max-width: 240px;
	position: relative;
}

.sidebar-panel {
	position: fixed;
	background-color: #fff;
	height: 100vh;
	border-right: 1px solid #eee;
}

.sidebar-logo {
	padding: 3px 0 3px 15px;
	border-bottom: 1px solid #eee;
	min-height: 56px;
}

.menu-toggle {
	position: absolute;
	z-index: 999;
	top: 5px;
	right: -40px;
	padding: 4px;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	background-color: #fff;
	border: 1px solid #eeeeee;
	-webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
	-moz-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
	-ms-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
	-o-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}

.bars {
	color: #126DFB;
}

.bars:hover {
	color: #126DFB;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.sidebar-wrapper .list-group {
	width: 15rem;
	overflow-y: auto;
	overflow-x: hidden;
	height: 100vh;
}

.sidebar-wrapper .list-group .list-group-item {
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
	border-left: 3px solid transparent;
}

.sidebar-wrapper .list-group .list-group-item:first-child {
	margin-top: 20px;
}

.sidebar-wrapper .list-group i {
	margin-right: 4px;
	width: 16px;
	height: 16px;
}

.sidebar-wrapper .list-group a {
	font-weight: 500;
	color: #666;
}

.sidebar-wrapper .list-group a:hover {
	background-color: #f7f9fa;
	color: #126DFB;
	border-left: 3px solid #126DFB;
}

.sidebar-wrapper .list-group .current {
	font-weight: bold;
	color: #126DFB;
	background-color: #f7f9fa;
	border-left: 3px solid #126DFB;
}

.fixed-bottom {
	max-width: 240px !important;
	padding: 5px 0;
}

.menu-heading {
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-size: 12px;
	color: #7889a4;
	padding-left: 20px;
	margin: 20px 0 15px 0;
	position: relative;
}

.btn-add {
	position: absolute;
	top: -6px;
	right: 13px;
	padding: 2px 3px 2px 6px;
	font-size: 14px;
	color: #7889a4;

}

.sidebar-wrapper .list-group i.fa-hourglass-half {
	color: #2196f3;
}

.sidebar-wrapper .list-group i.fa-check {
	color: #4caf50;
}

.sidebar-wrapper .list-group i.fa-times {
	color: #f44336;
}

.sidebar-wrapper .list-group i.fa-stopwatch,
i.fa-exclamation-triangle {
	color: #ff894f;
}

.dividing-line {
	border-top: 1px solid #e5e5e5;
	width: 80%;
}

/* DASHBOARD : TOP MENU */

.dash-top-menu {
	width: 100%;
	height: 55px;
	background-color: #fff;
	z-index: 999;
	padding: 12px 0 12px 0;
}

.dash-top-menu .fa-bars {
	font-size: 18px;
}

.dash-menu-right {
	float: right;
	margin-right: 15px;
	vertical-align: middle;
}

.dash-menu-right>ul>li {
	margin-right: 6px;
	display: inline-block;
	white-space: nowrap;
}

.dash-menu-right>ul>li>a {
	font-size: 15px;
}

.dash-menu-right>ul>li>a:hover {
	color: #126DFB;
}

ul>li .new-notif:after {
	top: 0;
	right: 5px;
	margin: auto;
	position: absolute;
	content: "\f111";
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	z-index: 999;
	width: 9px;
	color: #ff0036;
	font-size: 6px;
}


.msgs,
.bell {
	position: relative;
	color: #cecfd1;
}

.msgs:hover,
.bell:hover {
	color: #333333;
}

.msgs:focus,
.bell:focus {
	color: #333333;
}


.menu-profile {
	float: right;
	padding-right: 20px;
	cursor: pointer;
	position: relative;
}


.menu-profile .profile-img {
	float: left;
	width: auto;
	max-width: 36px;
	max-height: 36px;
	margin-right: 10px;
	border-radius: 50px;
}


.menu-profile figure {
	margin-bottom: 6px;
	position: relative;
}

.menu-profile .online:after {
	top: 0;
	left: 0;
	margin: auto;
	position: absolute;
	content: "\f111";
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	z-index: 999;
	width: 9px;
	color: #2ad9a4;
	font-size: 8px;
}

.profile-img img {
	width: 100%;
	display: block;
	border-radius: 50px;
}

.profile-name {
	overflow: hidden;
}

.menu-profile .profile-name h3 {
	line-height: 18px;
	margin-bottom: 3px;
}

.profile-name h3,
.profile-name span {
	max-width: 200px;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.profile-name h3 {
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 5px;
	margin-bottom: 5px;
	line-height: 16px;
}

.profile-name span {
	display: block;
	font-size: 13px;
	line-height: 15px;
	color: #c6c6c6;
}

.profile-header-dropdown .dropdown-item .fas,
.profile-header-dropdown .dropdown-item .far {
	width: 25px;
	margin-right: 5px;
}

.profile-header-dropdown .dropdown-item {
	border-left: 3px solid #fff;
	padding: 10px 15px 10px 15px;
	color: #767676;
	font-size: 14px;
	font-weight: 400;
}

.profile-header-dropdown .dropdown-item:hover {
	border-left: 3px solid #126DFB;
	color: #126DFB;
}

.profile-header-dropdown .dropdown-item:active {
	color: #fff !important;
}

.dropdown-menu {
	border-top: 2px solid #126DFB;
	margin-top: 10px;
	font-weight: 400;
	font-size: 14px;
}


/* DASHBOARD : MAIN PAGE CONTENT */

.page-content-wrapper {
	min-width: 100vw;
	margin-left: 240px;
}

.wrapper.toggled .sidebar-wrapper {
	margin-left: 0;
}


@media (min-width: 768px) {
	.sidebar-wrapper {
		margin-left: 0;
	}

	.page-content-wrapper {
		min-width: 0;
		width: 100%;
	}
}

.wrapper.toggled .sidebar-wrapper {
	margin-left: -15rem;
}

.pg-title::after {
	content: " ";
	display: block;
	background: #126DFB;
	height: 5px;
	width: 60px;
	margin: 10px 0 20px 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}



/* DASHBOARD : TABLE STYLE */

.table-container {
	padding: 30px 20px;
	border: 1px solid #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
	-moz-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
	-ms-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
	-o-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}

table thead {
	background-color: #f2f5f7;
}

table td {
	font-weight: 400;
	font-size: 13px;
}

table tbody tr:hover {
	background-color: #F8F8F8;
}

.dropdown-toggle::after {
	content: none;
}


/* DASHBOARD : TOP BOXES */

.top-rect {
	border-radius: 0.25rem;
	padding: 1.5625rem;
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	color: #47494f;
	-webkit-box-shadow: 0 6px 10px rgba(68, 69, 69, 0.23);
	-moz-box-shadow: 0 6px 10px rgba(68, 69, 69, 0.23);
	-ms-box-shadow: 0 6px 10px rgba(68, 69, 69, 0.23);
	-o-box-shadow: 0 6px 10px rgba(68, 69, 69, 0.23);
	box-shadow: 0 6px 10px rgba(68, 69, 69, 0.23);
}

.bg-gradient-directional-warning {
	background-image: -webkit-linear-gradient(45deg, #FF864A, #FFCAB0);
	background-image: -moz-linear-gradient(45deg, #FF864A, #FFCAB0);
	background-image: -ms-linear-gradient(45deg, #FF864A, #FFCAB0);
	background-image: -o-linear-gradient(45deg, #FF864A, #FFCAB0);
	background-image: linear-gradient(45deg, #FF864A, #FFCAB0);
	background-repeat: repeat-x;
}

.bg-gradient-directional-danger {
	background-image: -webkit-linear-gradient(45deg, #FF425C, #FFA8B4);
	background-image: -moz-linear-gradient(45deg, #FF425C, #FFA8B4);
	background-image: -ms-linear-gradient(45deg, #FF425C, #FFA8B4);
	background-image: -o-linear-gradient(45deg, #FF425C, #FFA8B4);
	background-image: linear-gradient(45deg, #FF425C, #FFA8B4);
	background-repeat: repeat-x;
}

.bg-gradient-directional-success {
	background-image: -webkit-linear-gradient(45deg, #11A578, #32EAB2);
	background-image: -moz-linear-gradient(45deg, #11A578, #32EAB2);
	background-image: -ms-linear-gradient(45deg, #11A578, #32EAB2);
	background-image: -o-linear-gradient(45deg, #11A578, #32EAB2);
	background-image: linear-gradient(45deg, #11A578, #32EAB2);
	background-repeat: repeat-x;
}

.bg-gradient-directional-primary {
	background-image: -webkit-linear-gradient(45deg, #008385, #00E7EB);
	background-image: -moz-linear-gradient(45deg, #008385, #00E7EB);
	background-image: -ms-linear-gradient(45deg, #008385, #00E7EB);
	background-image: -o-linear-gradient(45deg, #008385, #00E7EB);
	background-image: linear-gradient(45deg, #008385, #00E7EB);
	background-repeat: repeat-x;
}


.badge {
	float: right;
}

.badge-primary {
	background-color: #d7e9ff;
	color: #126DFB;
}

.assign-team {
	max-width: 90%;
	display: inline-block;
	padding: 0;
}

.assign-team li {
	display: inline-block;
	padding: 1px;
}


.f-img {
	width: 25px;
	height: 25px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #d7e9ff;
	-webkit-transition: transform .2s;
	-moz-transition: transform .2s;
	-ms-transition: transform .2s;
	-o-transition: transform .2s;
	transition: transform .2s;
}

.f-img:hover {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}



/* DATATABLES */

.dataTables_filter input {
	width: 80% !important;
}

@media screen and (max-width: 760px) {
	.dataTables_info {
		text-align: left !important;
	}

	.dataTables_filter {
		text-align: left !important;
	}

	.dataTables_length {
		display: none;
	}
}



/* ==========================================================================           
*
*    21 - FILE UPLOAD
*
* ========================================================================== */

.drop {
	padding: 58px 50px;
	margin-bottom: 30px;
	border: 3px dashed #eee;
	border-radius: 3px;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	color: #7f858a;
}

.drop:hover {
	border: 3px dashed#007a96;
}

.drop a {
	background-color: #007a96;
	padding: 12px 26px;
	color: #fff !important;
	font-size: 14px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	display: inline-block;
	margin-top: 12px;
	line-height: 1;
}

.drop a:hover {
	background-color: #0986a3;
}

.drop input {
	display: none;
}

ul.fileList {
	padding: 30px;
	border: 1px solid #eee;
	border-radius: 3px;
	list-style: none;
}

ul.fileList li {
	width: 100%;
	max-height: 50px;
	font-size: 14px;
	color: #7f858a;
	overflow: hidden;
	position: relative;
	padding: 5px;
	padding-left: 1.4em;
}

ul.fileList li:not(:last-child) {
	border-bottom: 1px solid #eee;
}

ul.fileList li:not(.empty):before {
	content: "\f00c";
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 700;
	display: inline-block;
	margin-left: -1.3em;
	/* same as padding-left set on li */
	width: 1.3em;
	/* same as padding-left set on li */
	color: #1dbf73;
}


/* ==========================================================================           
*
*    22 - EMAIL TEMPLATES
*
* ========================================================================== */

.email-body {
	background: #f0f0f0;
}


.email-container {
	max-width: 600px;
	margin: 40px auto;
}

.email-container h1 {
	font-size: 25px;
	color: #23223e;
}

.email-container h2 {
	text-align: center;
	color: #9b9ba7;
	font-size: 12px;
	font-weight: 300;
}

.email-container span {
	color: #126DFB;
	font-weight: bold;
}

.email-container p {
	color: #535461;
	font-size: 16px;
}

.email-container .email-form {
	background: #ffffff;
	padding: 40px;
	border-radius: 10px;
	border: 1px solid #eee;
}

.email-container .button {
	border: 0;
	outline: none;
	border-radius: 0;
	padding: 15px 0;
	margin-top: 30px;
	font-size: 20px;
	letter-spacing: .1em;
	background: #126DFB;
	color: #ffffff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
}

.email-container .button:hover,
.email-container .button:focus {
	background: #366df3;
	cursor: pointer;
}

.email-container .button-block {
	display: block;
	width: 100%;
}

.email-container .logo-img {
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
}


/* ==========================================================================           
*
*    23 - PARTICLES	
*
* ========================================================================== */


.particles {
	position: absolute;
	top: 75px;
	left: 0;
	width: 100%;
}


/* ==========================================================================           
*
*    24 - BLOG	
*
* ========================================================================== */


.card-img-top {
	max-width: 286px;
	max-height: 180px;
}

.card {
	cursor: pointer;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	transition: 0.3s;
}

.card:hover {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

/* Others */

.vr-header {
	overflow: hidden;
}

.vr-header .row.align-items-center {
	position: relative;
	min-height: 90vh;
	z-index: 5;
}

.vr-header .inner {
	width: 100%;
	z-index: 2;
	/* position: relative; */
}

.waves {
	position: absolute;
	left: -1px;
	right: -1px;
	bottom: 0;
	background: url('../images/waves.svg') center top no-repeat;
	background-size: cover;
	width: calc(100% + 4px);
	z-index: 3;
}

.waves:after {
	display: block;
	padding-bottom: 6.5%;
	content: '';
}

.vimeo-wrapper {
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 0;
	position: absolute;
}

.vimeo-wrapper:before {
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	/* opacity: .7; */
	background-color: rgba(0, 0, 0, .5);
	/* background: linear-gradient(180deg, #126DFB 0, #126DFB 100%); */
}

.vimeo-wrapper iframe {
	height: 56.25vw;
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	width: 177.77777778vh;
}

.topic-hide,
.intr,
.serv,
.tech {
	display: none;
}

.gallery_image .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	color: #126DFB;
	font-size: 45px;
	width: 40px;
}

.gallery_image>a {
	position: relative;
}

@media (max-width: 767.98px) {
	.vimeo-wrapper {
		background: url('../images/videorush_bg.gif') no-repeat scroll center center / cover transparent;
	}

	.vimeo-wrapper iframe {
		display: none;
	}
}

.bg-light{background-color: #ddd !important;}