@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800&amp;display=swap");
body, html {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	color: #6D7077;
}

body {
	position: relative;
}

::-moz-selection {
	color: #fff;
	background: #171718;
}

::selection {
	color: #fff;
	background: #171718;
}

a:link, a:hover, a:active, a:visited {
	text-decoration: none;
}

ul, ol {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

textarea, textarea:focus, input, input:focus, button, button:focus {
	outline: none;
	resize: inherit;
}

.owl-carousel .owl-item img {
	display: block;
	width: auto;
}

.container {
	max-width: 1200px;
}

/* ---------------------------------------------------------------- */
/* 02.Typography                               
/* ---------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	margin: 0;
	color: #171718;
	line-height: 1.42;
}

h1, .h1 {
	font-size: 60px;
}

h2, .h2 {
	font-size: 36px;
}

h3, .h3 {
	font-size: 2.9rem;
}

h4, .h4 {
	font-size: 2.5rem;
}

h5, .h5 {
	font-size: 1.467rem;
}

h6, .h6 {
	font-size: 16px;
}

p {
	line-height: 1.9;
	margin: 0;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
	* Extra Small devices (portrait phones, less than 575px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
	h3, .h3 {
		font-size: 2.1rem;
	}
	h4, .h4 {
		font-size: 1.8rem;
	}
}

/* ---------------------------------------------------------------- */
/* 03.Helper Class                              
/* ---------------------------------------------------------------- */
.page-wrapper {
	position: relative;
	overflow: hidden;
}

.section {
	padding: 50px 0;
}

.section .section-heading {
	text-align: center;
	margin-bottom: 50px;
}

.section .section-heading h2 {
	margin-bottom: 15px;
	padding-bottom: 15px;
	text-align: center;
	display: block;
	position: relative;
}

.section .section-heading h2:after {
	content: "";
	bottom: 0;
	left: 50%;
	height: 4px;
	width: 50px;
	position: absolute;
	background: #ff4500;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.section .section-heading span {
	font-size: 14px;
	border-radius: 50px;
	color: #fff;
	padding: 8px 18px;
	margin-bottom: 10px;
	display: inline-block;
	background: #ff4500;
}

.section .section-heading.light h2 {
	color: #fff;
}

.section .section-heading.light h2:after {
	background: #fff;
}

.section .section-heading-left {
	text-align: left;
	margin-bottom: 50px;
}

.section .section-heading-left h2 {
	display: block;
	text-align: left;
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.section .section-heading-left h2:before, .section .section-heading-left h2:after {
	bottom: 0;
	height: 4px;
	content: "";
	position: absolute;
	background: #ff4500;
}

.section .section-heading-left h2:before {
	left: 0;
	width: 20px;
}

.section .section-heading-left h2:after {
	left: 30px;
	width: 40px;
}

.section .section-heading-left span {
	font-size: 14px;
	border-radius: 50px;
	color: #fff;
	padding: 8px 18px;
	margin-bottom: 10px;
	display: inline-block;
	background: #ff4500;
}

.no-padding {
	padding: 0;
	margin: 0;
}

.bg-dark-blue {
	background: #171718;
}

.bg-dark-blue .section-heading {
	margin-bottom: 100px;
}

.bg-dark-blue .section-heading h2 {
	color: #fff;
}

.bg-dark-blue .section-heading h2:after {
	background: #ff4500;
}

.bg-primary-light {
	background: rgba(255, 69, 0, 0.05);
}

.bg-grey {
	background: #fafafa;
}

.bg-light-grey {
	background-color: #F9F9F9;
}

.mb-30 {
	margin-bottom: 30px;
}

.ml-3 {
	margin-left: 10px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-minus-70 {
	padding-bottom: 70px;
}

.pb-minus-76 {
	padding-bottom: 76px;
}

.bg-overlay {
	z-index: 1;
	padding: 100px 0;
	position: relative;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
}

.bg-overlay:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
	position: absolute;
	opacity: 0.75;
	background: #ff4500;
}

.inner-header-title {
	margin-bottom: 20px !important;
	position: relative;
	padding-bottom: 22px;
	display: block;
}

.inner-header-title:after, .inner-header-title:before {
	content: "";
	bottom: 0;
	left: 0;
	height: 2px;
	position: absolute;
	border-radius: 5px;
}

.inner-header-title:after {
	width: 100%;
	background: rgba(0, 0, 0, 0.05);
}

.inner-header-title:before {
	width: 60px;
	z-index: 36;
	background: #ff4500;
}

#portfolioCarousel.owl-carousel .owl-item img {
	width: 100%;
	display: inline-block;
}

#portfolioCarousel.owl-carousel .owl-nav {
	margin-top: 0;
}

#portfolioCarousel.owl-carousel .owl-nav button {
	margin: 0;
	top: 50%;
	padding: 5px !important;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	background: transparent;
	display: inline-block;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 2px solid #fff;
}

#portfolioCarousel.owl-carousel .owl-nav button span {
	width: 46px;
	height: 46px;
	line-height: 46px;
	border-radius: 50%;
	color: #ff4500;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: #fff;
	}

#portfolioCarousel.owl-carousel .owl-nav button:hover {
	border-color: #ff4500;
}

#portfolioCarousel.owl-carousel .owl-nav button:hover span {
	color: #fff;
	background: #ff4500;
}

#portfolioCarousel.owl-carousel .owl-nav button.owl-prev {
	left: 20px;
}

#portfolioCarousel.owl-carousel .owl-nav button.owl-next {
	right: 20px;
}

#testimonialCarousel.owl-carousel .owl-item img, #blogCarousel.owl-carousel .owl-item img {
	width: auto;
	display: inline-block;
}

#testimonialCarousel.owl-carousel .owl-nav, #blogCarousel.owl-carousel .owl-nav {
	margin-top: 0;
	position: absolute;
	top: -130px;
	right: 0;
	display: inline-block;
}

#testimonialCarousel.owl-carousel .owl-nav button, #blogCarousel.owl-carousel .owl-nav button {
	margin: 0;
	padding: 5px !important;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	background: transparent;
	display: inline-block;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border: 2px solid #ff4500;
}

#testimonialCarousel.owl-carousel .owl-nav button span, #blogCarousel.owl-carousel .owl-nav button span {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	color: #fff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: #ff4500;
}

#testimonialCarousel.owl-carousel .owl-nav button:hover, #blogCarousel.owl-carousel .owl-nav button:hover {
	border-color: #171718;
}

#testimonialCarousel.owl-carousel .owl-nav button:hover span, #blogCarousel.owl-carousel .owl-nav button:hover span {
	background: #171718;
}

#testimonialCarousel.owl-carousel .owl-nav button.owl-prev, #blogCarousel.owl-carousel .owl-nav button.owl-prev {
	margin-right: 10px;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
	* Extra small devices (portrait phones, less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
	.section .section-heading h2 {
		font-size: 2rem;
	}
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (less than 768px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
	#testimonialCarousel.owl-carousel .owl-nav, #blogCarousel.owl-carousel .owl-nav {
        display: block;
		padding-top: 15px;
		position: static;
		margin-bottom: 0px;
	}
}

#colorOptionsSidebar {
	top: 50%;
	left: 0;
	z-index: 1111;
	line-height: 1;
	position: fixed;
	text-align: left;
	display: inline-block;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#colorOptionsSidebar #colorOptionsSidebarToggle {
	top: 0;
	right: -52px;
	position: absolute;
	padding: 16px;
	font-size: 20px;
	color: #fff;
	border: none;
	background: #ff4500;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#colorOptionsSidebar .color-options-wrap {
	padding: 15px 6px 10px 15px;
	max-width: 219px;
	background: #fff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-box-shadow: 0 23px 49px 0 rgba(255, 69, 0, 0.1);
	box-shadow: 0 23px 49px 0 rgba(255, 69, 0, 0.1);
	transition: all 0.4s ease;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

#colorOptionsSidebar .color-options-wrap.active {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

#colorOptionsSidebar span {
	width: 38px;
	height: 38px;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	border-radius: 50%;
	margin: 3px;
	display: inline-block;
}

#colorOptionsSidebar span.default {
	background: #ff4500;
}

#colorOptionsSidebar span.blue {
	background: #0652DD;
}

#colorOptionsSidebar span.red {
	background: #ff3f34;
}

#colorOptionsSidebar span.yellow {
	background: #F79F1F;
}

#colorOptionsSidebar span.green {
	background: #6ab04c;
}

#colorOptionsSidebar span.pink {
	background: #FC427B;
}

#colorOptionsSidebar span.turquose {
	background: #01a3a4;
}

#colorOptionsSidebar span.purple {
	background: #B33771;
}

#colorOptionsSidebar span.blue2 {
	background: #2e86de;
}

#colorOptionsSidebar span.orange {
	background: #ff7500;
}

#colorOptionsSidebar span.magenta {
	background: #6F1E51;
}

#colorOptionsSidebar span.orange2 {
	background: #ff793f;
}

#colorOptionsSidebar span.active:after {
	content: "\f00c";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	position: absolute;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: rgba(23, 23, 24, 0.2);
	font-family: "FontAwesome";
}

#rtlSidebar {
	top: 50%;
	left: 0;
	margin-top: -115px;
	z-index: 7777;
	line-height: 1;
	position: fixed;
	text-align: left;
	display: inline-block;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#rtlSidebar #rtlToggle {
	padding: 16px 12.5px;
	font-size: 16px;
	color: #fff;
	border: none;
}

/* ---------------------------------------------------------------- */
/* 04.Buttons                                                     
/* ---------------------------------------------------------------- */
.white-btn {
	z-index: 1;
	padding: 0;
	border: none;
	font-size: 14px;
	font-weight: 500;
	border-radius: 50px;
	letter-spacing: 1px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: #ff4500;
}

.white-btn .text {
	padding: 0 20px 0 30px;
	text-transform: uppercase;
	color: #fff !important;
}

.white-btn .icon {
	padding: 5px;
	border-radius: 50%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border: 2px solid #fff;
}

.white-btn .icon i {
	width: 46px;
	height: 46px;
	font-size: 16px;
	border-radius: 50%;
	line-height: 46px;
	text-align: center;
	color: #ff4500;
	display: inline-block;
	background: #fff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.white-btn:hover {
	background: #fff;
}

.white-btn:hover .text {
	color: #ff4500 !important;
}

.white-btn:hover .icon {
	border-color: #ff4500;
}

.white-btn:hover .icon i {
	background: #ff4500;
	color: #fff;
}

.primary-btn {
	z-index: 1;
	padding: 0;
	border: none;
	outline: none;
	font-size: 14px;
	font-weight: 500;
	border-radius: 50px;
	letter-spacing: 1px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: #ff4500;
}

.primary-btn .text {
	padding: 0 20px 0 30px;
	text-transform: uppercase;
	color: #fff !important;
}

.primary-btn .icon {
	padding: 5px;
	border-radius: 50%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border: 2px solid #fff;
}

.primary-btn .icon i {
	width: 46px;
	height: 46px;
	font-size: 16px;
	border-radius: 50%;
	line-height: 46px;
	text-align: center;
	display: inline-block;
	background: #fff;
	color: #ff4500;
}

.primary-btn:hover {
	background: #171718;
}

.primary-btn:hover .text {
	color: #fff !important;
}

.primary-btn:hover .icon {
	border-color: #ff4500;
}

.primary-btn:hover .icon i {
	background: #ff4500;
	color: #fff;
}

.scroll-top-btn {
	bottom: 0;
	opacity: 0;
	right: 10px;
	padding: 5px;
	z-index: 144;
	position: fixed;
	text-align: center;
	border-radius: 50%;
	visibility: hidden;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border: 2px solid #ff4500;
}

.scroll-top-btn i {
	width: 30px;
	height: 29px;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: #ff4500;
}

.scroll-top-btn:hover {
	border-color: #171718;
}

.scroll-top-btn:hover i {
	background: #171718;
}

.scroll-top-btn.active {
	opacity: 1;
	bottom: 10px;
	visibility: visible;
}

/* ---------------------------------------------------------------- */
/* 05.Animations                                                     
/* ---------------------------------------------------------------- */
@-webkit-keyframes ldsRoller {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes ldsRoller {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes iconPulse {
	0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes iconPulse {
	0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes dash {
	0% {
		stroke-dashoffset: 1000;
	}
	100% {
		stroke-dashoffset: 0;
	}
}

@keyframes dash {
	0% {
		stroke-dashoffset: 1000;
	}
	100% {
		stroke-dashoffset: 0;
	}
}

@-webkit-keyframes dashCheck {
	0% {
		stroke-dashoffset: -100;
	}
	100% {
		stroke-dashoffset: 900;
	}
}

@keyframes dashCheck {
	0% {
		stroke-dashoffset: -100;
	}
	100% {
		stroke-dashoffset: 900;
	}
}

/* ---------------------------------------------------------------- */
/* 06.Form(Input, Comment)                             
/* ---------------------------------------------------------------- */
.custom-modal .modal-header {
	text-align: center;
	padding: 10px 20px;
}

.custom-modal .modal-header button {
	background: transparent;
	border: none;
}

.custom-modal .modal-header button span {
	font-size: 35px;
}

.custom-modal .modal-header h5, .custom-modal .modal-header button {
	color: #fff;
}

.custom-modal .modal-header.danger {
	background: #f27474;
	color: #fff;
}

.custom-modal .modal-header.success {
	background: #0fb6a6;
	color: #fff;
}

.custom-modal .modal-body {
	padding: 20px;
}

.custom-modal .modal-body .form-popup-inner {
	text-align: center;
}

.custom-modal .modal-body .form-popup-inner .form-icon {
	margin-bottom: 30px;
}

.custom-modal .modal-body .form-popup-inner .form-icon svg {
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

.custom-modal .modal-body .form-popup-inner .form-icon.danger svg {
	fill: #f27474;
	stroke: #f27474;
	background: rgba(242, 116, 116, 0.1);
}

.custom-modal .modal-body .form-popup-inner .form-icon.success svg {
	fill: #0fb6a6;
	stroke: #0fb6a6;
	background: rgba(15, 182, 166, 0.1);
}

.custom-modal .modal-footer {
	padding: 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.custom-modal .popup-btn {
	font-weight: 500;
	padding: 10px 15px;
	text-align: center;
	border-radius: 5px;
	display: inline-block;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	text-transform: capitalize;
	color: #fff !important;
}

.custom-modal .popup-btn:hover {
	color: #fff !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.custom-modal .popup-btn.danger {
	background: #f27474;
	-webkit-box-shadow: 0 10px 15px 0 rgba(242, 116, 116, 0.1);
	box-shadow: 0 10px 15px 0 rgba(242, 116, 116, 0.1);
}

.custom-modal .popup-btn.danger:hover {
	background: #ee4545;
}

.custom-modal .popup-btn.success {
	background: #0fb6a6;
	-webkit-box-shadow: 0 10px 15px 0 rgba(15, 182, 166, 0.1);
	box-shadow: 0 10px 15px 0 rgba(15, 182, 166, 0.1);
}

.custom-modal .popup-btn.success:hover {
	background: #0b877b;
}

.path {
	stroke-dasharray: 1000;
	stroke-dashoffset: 0;
}

.path.circle {
	-webkit-animation: dash 0.9s ease-in-out;
	animation: dash 0.9s ease-in-out;
}

.path.line {
	stroke-dashoffset: 1000;
	-webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
	animation: dash 0.9s 0.35s ease-in-out forwards;
}

.path.check {
	stroke-dashoffset: -100;
	-webkit-animation: dashCheck 0.9s 0.35s ease-in-out forwards;
	animation: dashCheck 0.9s 0.35s ease-in-out forwards;
}

#error_message {
	margin-top: 30px;
	display: block;
	padding: 20px;
	border-radius: 5px;
	word-break: break-word;
	font-weight: 500;
	border-left: 2px solid #f27474;
	color: #ee4545;
	background: rgba(242, 116, 116, 0.1);
}

body[style], header[style] {
	padding-right: 0 !important;
}

.modal-open {
	overflow: auto;
	padding-right: 0 !important;
}

.comment-item {
	margin-bottom: 30px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.comment-item p {
	margin-bottom: 15px !important;
}

.comment-item .comment-item-title {
	margin-bottom: 8px;
}

.comment-item .img {
	padding: 10px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 120px;
	flex: 0 0 120px;
	border-radius: 50%;
	margin-right: 20px;
	display: inline-block;
	border: 2px solid #ff4500;
}

.comment-item .img img {
	border-radius: 50%;
}

.comment-item .comment-meta {
	margin-bottom: 9px;
}

.comment-item .comment-meta span {
	display: inline-block;
	margin-right: 10px;
	color: #000;
	font-size: 14px;
	font-weight: 600;
}

.comment-item .comment-meta span i {
	margin-right: 10px;
	color: #ff4500;
}

.comment-item .comment-item-body {
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.comment-item .reply-btn {
	font-size: 14px;
	font-weight: 500;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px 15px;
	border-radius: 50px;
	display: inline-block;
	color: #06133D;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border: 1px solid #e0e0e0;
}

.comment-item .reply-btn:hover {
	background: #ff4500;
	border-color: transparent;
	color: #fff !important;
}

.comment-item .reply-btn:hover i {
	color: #fff !important;
}

.comment-item .reply-btn i {
	vertical-align: -1px;
	margin-right: 7px;
	display: inline-block;
	color: #ff4500;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.comment-item.sub-comment-item {
	margin-left: 120px;
}

.leave-comment-wrapper .comment-form-group {
	margin-bottom: 20px;
	position: relative;
}

.leave-comment-wrapper .comment-form-group .form-control {
	height: 60px;
	color: #000;
	outline: none;
	border: none;
	padding: 0 30px 0 30px;
	border-radius: 30px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	-webkit-box-shadow: 0 10px 15px 0 rgba(255, 69, 0, 0.1);
	box-shadow: 0 10px 15px 0 rgba(255, 69, 0, 0.1);
}

.leave-comment-wrapper .comment-form-group .form-control:focus {
	outline: none;
	color: #000;
}

.leave-comment-wrapper .comment-form-group textarea.form-control {
	height: auto;
	padding-top: 20px;
}

.leave-comment-wrapper button {
	border: none;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (575px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
	.comment-item {
		display: block;
	}
	.comment-item .img {
		margin-right: 0;
		margin-bottom: 20px;
	}
}

/* ---------------------------------------------------------------- */
/* 07.Pagination                              
/* ---------------------------------------------------------------- */
.pagination-wrap {
	margin-top: 20px;
}

.pagination-wrap .pagination-link {
	width: 50px;
	height: 50px;
	color: #171718;
	line-height: 50px;
	margin: 0 5px 0 0;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	background: #fff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-box-shadow: 0 10px 20px 0 rgba(255, 69, 0, 0.15);
	box-shadow: 0 10px 20px 0 rgba(255, 69, 0, 0.15);
}

.pagination-wrap .pagination-link:hover, .pagination-wrap .pagination-link.active {
	background: #ff4500;
	color: #fff !important;
}

.pagination-wrap .pagination-link:last-child {
	margin-right: 0;
}

/* ---------------------------------------------------------------- */
/* 08.Preloader                            
/* ---------------------------------------------------------------- */
#preloader-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5555;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: fixed;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #171718;
}

#preloader-wrap .lds-roller {
	width: 80px;
	height: 80px;
	position: relative;
	display: inline-block;
}

#preloader-wrap .lds-roller div {
	-webkit-transform-origin: 40px 40px;
	transform-origin: 40px 40px;
	-webkit-animation: ldsRoller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	animation: ldsRoller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

#preloader-wrap .lds-roller div:after {
	content: " ";
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #fff;
	margin: -4px 0 0 -4px;
}

#preloader-wrap .lds-roller div:nth-child(1) {
	-webkit-animation-delay: -0.036s;
	animation-delay: -0.036s;
}

#preloader-wrap .lds-roller div:nth-child(1):after {
	top: 63px;
	left: 63px;
}

#preloader-wrap .lds-roller div:nth-child(2) {
	-webkit-animation-delay: -0.072s;
	animation-delay: -0.072s;
}

#preloader-wrap .lds-roller div:nth-child(2):after {
	top: 68px;
	left: 56px;
}

#preloader-wrap .lds-roller div:nth-child(3) {
	-webkit-animation-delay: -0.108s;
	animation-delay: -0.108s;
}

#preloader-wrap .lds-roller div:nth-child(3):after {
	top: 71px;
	left: 48px;
}

#preloader-wrap .lds-roller div:nth-child(4) {
	-webkit-animation-delay: -0.144s;
	animation-delay: -0.144s;
}

#preloader-wrap .lds-roller div:nth-child(4):after {
	top: 72px;
	left: 40px;
}

#preloader-wrap .lds-roller div:nth-child(5) {
	-webkit-animation-delay: -0.18s;
	animation-delay: -0.18s;
}

#preloader-wrap .lds-roller div:nth-child(5):after {
	top: 71px;
	left: 32px;
}

#preloader-wrap .lds-roller div:nth-child(6) {
	-webkit-animation-delay: -0.216s;
	animation-delay: -0.216s;
}

#preloader-wrap .lds-roller div:nth-child(6):after {
	top: 68px;
	left: 24px;
}

#preloader-wrap .lds-roller div:nth-child(7) {
	-webkit-animation-delay: -0.252s;
	animation-delay: -0.252s;
}

#preloader-wrap .lds-roller div:nth-child(7):after {
	top: 63px;
	left: 17px;
}

#preloader-wrap .lds-roller div:nth-child(8) {
	-webkit-animation-delay: -0.288s;
	animation-delay: -0.288s;
}

#preloader-wrap .lds-roller div:nth-child(8):after {
	top: 56px;
	left: 12px;
}

/* ---------------------------------------------------------------- */
/* 09.Header                                                   
/* ---------------------------------------------------------------- */
.header {
	padding: 10px 0;
	-webkit-transition: all 400ms cubic-bezier(0.65, 0, 0.35, 1);
	transition: all 400ms cubic-bezier(0.65, 0, 0.35, 1);
}

.header .navbar-brand {
	padding: 0;
	color: #fff;
	margin-right: 0;
	text-transform: capitalize;
}

.header .navbar-brand img {
	display: none;
}

.header .navbar-brand img.logo-transparent {
	display: block;
}

.header .navbar-btn-resp .primary-btn:hover {
	background: #fff;
}

.header .navbar-btn-resp .primary-btn:hover .text {
	color: #ff4500 !important;
}

.header .navbar-btn-resp .primary-btn:hover .icon {
	border-color: #ff4500;
}

.header .navbar-btn-resp .primary-btn:hover .icon i {
	background: #ff4500;
	color: #fff;
}

.header .nav-item .nav-link {
	color: #fff;
	font-size: 0.875rem;
	font-weight: 600;
	padding: 28px 20px;
	text-transform: uppercase;
	display: block;
	position: relative;
	line-height: 28px;
	opacity: 0.8;
}

.header .nav-item .nav-link:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 7px;
	background: #fff;
}

.header .nav-item .nav-link.active {
	opacity: 1;
}

.header .nav-item .nav-link:not(.active):after {
	left: 0;
	bottom: 0;
	width: 100%;
	height: 7px;
	z-index: 7;
	content: '';
	position: absolute;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
	background: #fff;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.header .nav-item .nav-link:not(.active):hover:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.header .nav-item:hover > a {
	color: #fff;
	opacity: 1;
}

.header .nav-item.dropdown:hover .nav-link:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.header .nav-item.dropdown .dropdown-menu {
	border: 0;
	padding: 0;
	margin: 0;
	border-radius: 0;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 10px 0 rgba(255, 69, 0, 0.1);
	box-shadow: 0 3px 10px 0 rgba(255, 69, 0, 0.1);
}

.header .nav-item.dropdown .dropdown-menu .dropdown-item {
	width: 100%;
	color: #000;
	font-size: 0.875rem;
	display: block;
	font-weight: 400;
	padding: 12px 20px;
	position: relative;
	text-decoration: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.header .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
	color: #fff;
	background: #ff4500;
	border-bottom-color: #ff4500;
}

.header .nav-item.dropdown .dropdown-menu .dropdown-item:last-child {
	border-bottom: 0;
}

.header .nav-item.dropdown .dropdown-toggle {
	padding-right: 25px !important;
}

.header .nav-item.dropdown .dropdown-toggle:after {
	display: inline-block;
	margin-left: 0;
	vertical-align: initial;
	content: "";
	border: none;
}

.header .nav-item.dropdown .dropdown-toggle:before {
	content: "\f078";
	top: 50%;
	right: 0;
	position: absolute;
	font-weight: 700;
	font-family: "FontAwesome";
	font-size: 12px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header .nav-item.dropdown .dropdown-toggle[aria-expanded="true"]:before {
	top: 28px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.header .navbar-toggler {
	outline: none;
	border: none;
	border-radius: 0;
	padding: 0 10px 0 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.header .navbar-toggler .togler-icon-inner span {
	height: 3px;
	margin: 5px;
	width: 30px;
	display: block;
	background: #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.header .navbar-toggler .togler-icon-inner span:nth-child(2) {
	width: 20px !important;
	margin-left: auto;
}

.header .navbar-toggler .togler-icon-inner span:last-child {
	margin-bottom: 0;
}

.header .navbar-toggler[aria-expanded="true"] .togler-icon-inner span:nth-child(1) {
	-webkit-transform: rotate(-45deg) translate(-5px, 6px);
	transform: rotate(-45deg) translate(-5px, 6px);
}

.header .navbar-toggler[aria-expanded="true"] .togler-icon-inner span:nth-child(2) {
	opacity: 0;
}

.header .navbar-toggler[aria-expanded="true"] .togler-icon-inner span:nth-child(3) {
	-webkit-transform: rotate(45deg) translate(-5px, -6px);
	transform: rotate(45deg) translate(-5px, -6px);
}

.header-shrink {
	border-bottom: none;
	padding: 0;
	background: #fff;
	-webkit-box-shadow: 0 3px 10px 0 rgba(255, 69, 0, 0.1);
	box-shadow: 0 3px 10px 0 rgba(255, 69, 0, 0.1);
}

.header-shrink .navbar-btn-resp .primary-btn:hover {
	background: #171718;
}

.header-shrink .navbar-btn-resp .primary-btn:hover .text {
	color: #fff !important;
}

.header-shrink .navbar-btn-resp .primary-btn:hover .icon {
	border-color: #ff4500;
}

.header-shrink .navbar-btn-resp .primary-btn:hover .icon i {
	background: #ff4500;
	color: #fff;
}

.header-shrink .nav-item:hover .nav-link {
	color: #ff4500;
}

.header-shrink .nav-item .nav-link {
	color: #000;
	opacity: 1;
}

.header-shrink .nav-item .nav-link.active, .header-shrink .nav-item .nav-link:hover {
	color: #ff4500;
}

.header-shrink .nav-item .nav-link:after {
	background: #ff4500;
}

.header-shrink .nav-item .nav-link:not(.active):after {
	background: #ff4500;
}

.header-shrink .navbar-toggler .togler-icon-inner span {
	background-color: #171718;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
	* Medium devices (tablets, less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
	.header .container {
		max-width: 100%;
		padding: 0;
	}
	.header .navbar-brand {
		padding: 10px 0 10px 15px;
	}
	.header .main-menu {
		background: #fff;
	}
	.header .main-menu .navbar-nav {
		max-height: 230px;
		overflow: hidden;
		overflow-y: auto;
	}
	.header .main-menu .navbar-nav .nav-item:nth-child(6) .nav-link {
		border-bottom: 0;
	}
	.header .main-menu .navbar-nav .nav-link {
		color: #000;
		padding: 7px 15px !important;
		-webkit-transition: all 0.25s linear;
		transition: all 0.25s linear;
		opacity: 1;
		border-bottom: 1px solid #e0e0e0;
	}
	.header .main-menu .navbar-nav .nav-link:after {
		display: none;
	}
	.header .main-menu .navbar-nav .nav-link.active {
		background: #ff4500;
		color: #fff !important;
		border-color: #ff4500;
	}
	.header .main-menu .navbar-nav .nav-link:not(.active):hover {
		background: #ff4500;
		color: #fff !important;
		border-color: #ff4500;
	}
	.header .main-menu .nav-item .dropdown-menu {
		background: rgba(255, 69, 0, 0.06);
	}
	.header .main-menu .nav-item .dropdown-menu .dropdown-item:hover {
		background: #ff4500;
	}
	.header .dropdown-toggle:before {
		top: 23px !important;
		right: 20px !important;
	}
	.header .dropdown-toggle[aria-expanded="true"]:before {
		top: 7px !important;
		-webkit-transform: rotate(180deg) !important;
		transform: rotate(180deg) !important;
	}
	.navbar-btn-resp {
		display: none !important;
	}
	/* Header Shrink */
	.header-shrink .nav-item:hover .nav-link {
		color: #ff4500;
	}
	.header-shrink .nav-item .nav-link {
		color: #000;
	}
	.header-shrink .nav-item .nav-link.active, .header-shrink .nav-item .nav-link:hover {
		color: #ff4500;
	}
	.header-shrink .nav-item .nav-link:after {
		background: #ff4500;
	}
	.header-shrink .nav-item .nav-link:not(.active):after {
		background: #ff4500;
	}
	.header-shrink .togler-icon-inner span {
		background-color: #000;
	}
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
	* Large devices (desktop, less than min-width: 992px)
/* ---------------------------------------------------------------- */
@media screen and (min-width: 991.98px) {
	.dropdown-menu {
		border: 0;
		top: 100%;
		left: 0;
		-webkit-transform-origin: top;
		transform-origin: top;
		-webkit-transform: rotateX(90deg);
		transform: rotateX(90deg);
		color: #000;
		z-index: 15;
		opacity: 0;
		visibility: hidden;
		display: initial;
		min-width: 230px;
		border-radius: 0;
		position: absolute;
	}
	.dropdown-menu.show {
		opacity: 1;
		top: 100%;
		visibility: visible;
		-webkit-transition: all 0.25s linear;
		transition: all 0.25s linear;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
}

/* ---------------------------------------------------------------- */
/* 10.Hero                                              
/* ---------------------------------------------------------------- */
.hero-banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 100vh;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #171718;
	background-position: center center;
}

.hero-banner .hero-inner h1 {
	margin-bottom: 30px;
	color: #fff;
}

.hero-banner .hero-inner h2 {
	font-size: 18px;
	font-weight: 300;
	line-height: 32px;
	color: #fff;
	margin-bottom: 40px;
	padding-right: 60px;
	font-family: "Roboto", sans-serif;
}

.hero-img {
	text-align: right;
	border-radius: 50%;
}

.hero-img .border-line-outer,
.hero-img .border-line-inner {
	padding: 20px;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	border: 2px solid #fff;
}

.hero-img img {
	border-radius: 50%;
	display: inline-block;
	border: 20px solid #ff4500;
}

.hero-social-list {
	top: 50%;
	right: 30px;
	z-index: 1115;
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.hero-social-list li {
	margin-bottom: 20px;
	position: relative;
}

.hero-social-list li:last-child {
	margin-bottom: 0;
}

.hero-social-list li a i {
	font-size: 20px;
	color: #ff4500;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.hero-social-list li a:hover i {
	color: #ff4500;
}

.scroll-down-btn, .hero-email-link {
	bottom: 30px;
	font-size: 0.7rem;
	position: absolute;
	color: #fff;
	letter-spacing: 3px;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.scroll-down-btn:after, .hero-email-link:after {
	width: 2px;
	height: 20px;
	content: "";
	margin-top: 15px;
	display: inline-block;
	vertical-align: baseline;
	background: #fff;
}

.scroll-down-btn:hover, .hero-email-link:hover {
	color: #ff4500;
}

.scroll-down-btn {
	left: 30px;
}

.hero-email-link {
	right: 30px;
}

#hero-particles-effect {
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#hero-particles-effect .hero-img {
	position: relative;
	z-index: 1;
}

#heroparticles {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

#heroSliderContainer {
	z-index: 32;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background: initial;
}

#heroSliderContainer .vegas-overlay {
	background: #171718;
	opacity: 0.5;
}

#hero_video {
	z-index: 35;
	width: 100%;
	overflow: hidden;
	background: none;
	position: relative;
	-o-object-fit: scale-down;
	object-fit: scale-down;
}

#hero_video .hero-overlay {
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0.5;
	position: absolute;
	background: #171718;
}

#hero_video .container {
	z-index: 27;
	position: relative;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
	.hero-banner {
		text-align: center;
		min-height: auto;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.hero-banner .row {
		-webkit-box-pack: center;
        -ms-flex-pack: center;
		justify-content: center;
	}
	.hero-banner .hero-inner h2 {
		padding-right: 0;
        margin-top: 380px;
	}
	.hero-banner .hero-img-resp {
		text-align: center;
        margin-top: -830px;
	}
	.hero-banner .hero-img-resp .hero-img {
		margin-top: 65px;
        margin-left: -15px;
		/* max-width: 250px; */
		display: inline-block;
	}
	.hero-banner .hero-img-resp .hero-img img {
		border: 10px solid #ff4500;
	}
	.hero-social-list, .hero-email-link, .scroll-down-btn {
		display: none;
	}
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
	.hero-banner .hero-inner h1 {
		font-size: 1.467rem;
		line-height: 1.4;
		margin-bottom: 15px;
	}
	.hero-banner .hero-inner h2 {
		font-size: 0.9rem;
		margin-bottom: 15px;
	}
}

/* ---------------------------------------------------------------- */
/* 11.About                                           
/* ---------------------------------------------------------------- */
.about-inner > h6 {
	font-weight: 500;
	font-size: 14px;
	border-radius: 50px;
	color: #fff;
	padding: 8px 18px;
	margin-bottom: 10px;
	display: inline-block;
	background: #ff4500;
}

.about-inner h2 {
	margin-bottom: 20px;
}

.about-inner > p {
	margin-bottom: 30px;
}

.about-inner ul {
	margin-bottom: 38px;
}

.about-inner ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	margin-bottom: 15px;
}

.about-inner ul li:last-child {
	margin-bottom: 0;
}

.about-inner ul li .text h5 {
	font-size: 18px;
	margin-bottom: 10px;
}

.about-img {
	z-index: 1;
	position: relative;
	display: inline-block;
}

.about-img img {
	border-radius: 50px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border: 20px solid #ff4500;
}

.about-img:hover img {
	border-color: #171718;
}

.about-img:hover .about-video-btn {
	background: #171718;
}

.about-img:hover .about-video-btn ~ .video-border-line:after, .about-img:hover .about-video-btn ~ .video-border-line:before {
	border-color: #171718;
}

.about-img .about-video-btn {
	top: 50%;
	right: -40px;
	width: 100px;
	height: 100px;
	font-size: 25px;
	border-radius: 50%;
	text-align: center;
	line-height: 100px;
	position: absolute;
	color: #fff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: #ff4500;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.about-img .about-video-btn:hover {
	background: #171718;
}

.about-img .about-video-btn:hover ~ .video-border-line:after, .about-img .about-video-btn:hover ~ .video-border-line:before {
	border-color: #171718;
}

.about-img .video-border-line {
	top: 50%;
	z-index: -5;
	right: -40px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	text-align: center;
	line-height: 100px;
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.about-img .video-border-line:after, .about-img .video-border-line:before {
	top: 50%;
	content: "";
	position: absolute;
	border-radius: 50%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 2px solid #ff4500;
}

.about-img .video-border-line:after {
	right: -10px;
	width: 120px;
	height: 120px;
	line-height: 120px;
}

.about-img .video-border-line:before {
	right: -20px;
	width: 140px;
	height: 140px;
	line-height: 140px;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 992px) {
	.about-img {
		margin-bottom: 30px;
	}
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 576px) {
	.about-inner h2 {
		font-size: 1.467rem;
		line-height: 1.4;
	}
	.about-inner .mb-resp-15 {
		margin-bottom: 15px;
	}
	.about-img .video-border-line {
		z-index: initial;
		pointer-events: none;
	}
	.about-img .about-video-btn {
		z-index: 1;
	}
	.about-img .about-video-btn, .about-img .video-border-line {
		right: initial;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}

/* ---------------------------------------------------------------- */
/* 12.Resume                                            
/* ---------------------------------------------------------------- */
.resume-item {
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 24px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50px;
	background: #fff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-shadow: 0 15px 30px 0 rgba(255, 69, 0, 0.15);
	box-shadow: 0 15px 30px 0 rgba(255, 69, 0, 0.15);
}

.resume-item .body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.resume-item .body .text h6 {
	font-family: "Roboto", sans-serif;
	margin-bottom: 10px;
	color: #ff4500;
	text-transform: uppercase;
}

.resume-item .body .text h5 {
	margin-bottom: 10px;
}

.resume-item .body .text span {
	font-weight: 600;
	color: #171718;
	text-transform: uppercase;
}

.resume-item .body .icon-outer-line {
	padding: 10px;
	height: 110px;
	width: 110px;
	margin-right: 20px;
	border-radius: 50%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border: 2px solid #ff4500;
}

.resume-item .body .icon-outer-line .icon-inner-line {
	padding: 10px;
	border-radius: 50%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border: 2px solid #ff4500;
}

.resume-item .body .icon-outer-line .icon-inner-line span {
	width: 60px;
	height: 60px;
	font-size: 25px;
	color: #fff;
	text-align: center;
	line-height: 60px;
	border-radius: 50%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: #ff4500;
}

.resume-item:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-box-shadow: 0 15px 30px 0 rgba(255, 69, 0, 0.2);
	box-shadow: 0 15px 30px 0 rgba(255, 69, 0, 0.2);
}

.resume-item:hover .icon-outer-line {
	border: 2px solid #171718;
}

.resume-item:hover .icon-outer-line .icon-inner-line {
	border: 2px solid #171718;
}

.resume-item:hover .icon-outer-line .icon-inner-line span {
	background: #171718;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
	.resume-item .body {
		display: block;
	}
	.resume-item .body .text {
		margin-top: 15px;
	}
	.resume-item .body .icon-outer-line {
		margin: 0 auto;
	}
}

/* ---------------------------------------------------------------- */
/* 13.Services                        
/* ---------------------------------------------------------------- */
.services-item {
	position: relative;
	text-align: center;
	margin-bottom: 80px;
	border-radius: 50px;
	background: #fff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	padding: 30px 30px 50px 30px;
	-webkit-box-shadow: 0 15px 30px 0 rgba(255, 69, 0, 0.15);
	box-shadow: 0 15px 30px 0 rgba(255, 69, 0, 0.15);
}

.services-item .services-bg-img {
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	visibility: hidden;
	position: absolute;
	border-radius: 50px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
}

.services-item .body {
	z-index: 1;
	position: relative;
}

.services-item .body h4 {
	font-size: 50px;
	margin-bottom: 10px;
	color: #ff4500;
}

.services-item .body h5 {
	margin-bottom: 15px;
}

.services-item .body p {
	margin-bottom: 30px;
}

.services-item .body a, .services-item .body i {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.services-item .body a {
	font-weight: 600;
	color: #171718;
	text-transform: uppercase;
}

.services-item .body a i {
	margin-left: 5px;
	color: #ff4500;
}

.services-item .body a:hover {
	color: #ff4500;
	text-decoration: underline;
}

.services-item .body a:hover i {
	margin-left: 10px;
}

.services-item .icon {
	left: 50%;
	bottom: -30px;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.services-item .icon span {
	width: 60px;
	height: 60px;
	font-size: 20px;
	position: relative;
	line-height: 60px;
	border-radius: 50%;
	color: #fff;
	background: #ff4500;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.services-item .icon-border {
	left: 50%;
	bottom: 0;
	z-index: -3;
	position: absolute;
	margin-left: 30px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.services-item .icon-border:after, .services-item .icon-border:before {
	top: 0;
	content: "";
	position: absolute;
	border-radius: 50%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 2px solid #ff4500;
}

.services-item .icon-border:after {
	right: -10px;
	width: 80px;
	height: 80px;
	line-height: 80px;
}

.services-item .icon-border:before {
	right: -20px;
	width: 100px;
	height: 100px;
	line-height: 100px;
}

.services-item:hover {
	background: #171718;
}

.services-item:hover .services-bg-img {
	opacity: 0.15;
	background-color: #ff4500;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.services-item:hover .icon-border:after, .services-item:hover .icon-border:before {
	border: 2px solid #171718;
}

.services-item:hover .icon span {
	background: #171718;
}

.services-item:hover .body h4, .services-item:hover .body h5, .services-item:hover .body p, .services-item:hover .body a {
	color: #fff;
}

.services-item:hover .body p {
	opacity: 0.75;
}

.services-item:hover .body a i {
	margin-left: 5px;
	color: #ff4500;
}

.services-item:hover .body a:hover {
	color: #ff4500;
	text-decoration: underline;
}

.services-item:hover .body a:hover i {
	margin-left: 10px;
}

.services-detail-top {
	position: relative;
}

.services-detail-top img {
	border-radius: 30px;
}

.services-detail-top span {
	bottom: -60px;
	left: 0;
	width: 120px;
	height: 120px;
	color: #fff;
	line-height: 100px;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	position: absolute;
	border-radius: 50%;
	background: #ff4500;
	border: 10px solid #fff;
	position: absolute;
}

.services-detail-inner {
	margin-top: 70px;
}

.services-detail-inner h2 {
	margin-bottom: 15px;
}

.services-detail-inner p {
	margin-bottom: 15px;
}

.services-detail-inner p:last-of-type {
	margin-bottom: 30px;
}

.web-design-process {
	border-radius: 30px;
	background: #171718;
}

.web-design-process .design-process-video {
	position: relative;
	overflow: hidden;
}

.web-design-process .design-process-video img {
	border-radius: 30px 0 0 30px;
}

.web-design-process .design-process-video .design-process-video-btn {
	top: 50%;
	left: 50%;
	padding: 10px;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	color: #fff;
	display: inline-block;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border: 2px solid #fff;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.web-design-process .design-process-video .design-process-video-btn i {
	width: 80px;
	height: 80px;
	font-size: 16px;
	color: #ff4500;
	line-height: 80px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: #fff;
}

.web-design-process .design-process-video .design-process-video-btn:hover {
	border-color: #ff4500;
}

.web-design-process .design-process-video .design-process-video-btn:hover i {
	color: #fff !important;
	background: #ff4500;
}

.web-design-process .design-process-inner {
	padding: 30px 30px 30px 6px;
}

.web-design-process .design-process-inner h5 {
	color: #fff;
	margin-bottom: 20px;
}

.web-design-process .design-process-inner ul li {
	margin-bottom: 10px;
	color: #fff;
}

.web-design-process .design-process-inner ul li:last-child {
	margin-bottom: 0;
}

.web-design-process .design-process-inner ul li i {
	margin-right: 15px;
	color: #ff4500;
	vertical-align: middle;
	display: inline-block;
}

.subscribe-newsletter .icon {
	margin-bottom: 20px;
}

.subscribe-newsletter .icon span {
	color: #ff4500;
	font-size: 50px;
}

.subscribe-newsletter .subscribe-newsletter-text {
	padding: 30px;
	background: #171718;
	border-radius: 20px;
}

.subscribe-newsletter .subscribe-newsletter-text h5 {
	margin-bottom: 15px;
}

.subscribe-newsletter .subscribe-newsletter-text p {
	opacity: 0.8;
	margin-bottom: 20px;
}

.subscribe-newsletter .subscribe-newsletter-text p, .subscribe-newsletter .subscribe-newsletter-text h5 {
	color: #fff;
}

.subscribe-newsletter .form-newsletter {
	position: relative;
}

.subscribe-newsletter .form-newsletter input {
	outline: none;
	border: none;
	width: 100%;
	height: 60px;
	color: #fff;
	padding: 0 50px 0 30px;
	border-radius: 30px;
	background: transparent;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.subscribe-newsletter .form-newsletter input:focus {
	outline: none;
	color: #fff;
}

.subscribe-newsletter .form-newsletter button {
	top: 0;
	right: 0;
	z-index: 4;
	border: none;
	outline: none;
	height: 100%;
	width: 60px;
	border-radius: 50px;
	overflow: hidden;
	color: #fff;
	position: absolute;
	background: transparent;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.subscribe-newsletter .form-newsletter button:hover {
	color: #ff4500 !important;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (768px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
	.web-design-process .design-process-video img {
		border-radius: 30px !important;
	}
	.web-design-process .design-process-inner {
		padding: 12px !important;
	}
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 576px) {
	.services-detail-inner > h2 {
		font-size: 1.467rem;
		line-height: 1.4;
	}
}

/* ---------------------------------------------------------------- */
/* 14.Counters                      
/* ---------------------------------------------------------------- */
#counters {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #ff4500;
	background-image: url(../img/bg/counter-bg.png);
}

.counter-item {
	margin-bottom: 30px;
	text-align: center;
}

.counter-item h3 {
	font-size: 50px;
	color: #fff;
	margin-bottom: 15px;
}

.counter-item p {
	font-weight: 500;
	color: #fff;
	font-size: 18px;
}

/* ---------------------------------------------------------------- */
/* 15.How I Work       
/* ---------------------------------------------------------------- */
.how-i-work-item {
	z-index: 1;
	text-align: center;
	position: relative;
	margin-bottom: 70px;
}

.how-i-work-item .arrow-dashed-img {
	top: -50px;
	right: -87px;
	position: absolute;
}

.how-i-work-item .number {
	left: 50%;
	top: -30px;
	text-align: center;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.how-i-work-item .number span {
	width: 80px;
	height: 80px;
	font-size: 32px;
	font-weight: 700;
	position: relative;
	line-height: 80px;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-family: "Poppins", sans-serif;
	background: #1b1b1b;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.how-i-work-item .number-border {
	left: 50%;
	top: 10px;
	z-index: -3;
	position: absolute;
	margin-left: 30px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.how-i-work-item .number-border:after, .how-i-work-item .number-border:before {
	top: 0;
	content: "";
	position: absolute;
	border-radius: 50%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 2px solid #1b1b1b;
}

.how-i-work-item .number-border:after {
	right: -20px;
	width: 100px;
	height: 100px;
	line-height: 100px;
}

.how-i-work-item .number-border:before {
	right: -30px;
	width: 120px;
	height: 120px;
	line-height: 120px;
}

.how-i-work-item .img {
	margin-bottom: 50px;
	border-radius: 50%;
}

.how-i-work-item .img img {
	border-radius: 50%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border: 20px solid #1b1b1b;
}

/* .how-i-work-item .text {
	padding: 30px;
	text-align: center;
	position: relative;
	border-radius: 80px;
	background: #1b1b1b;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
} */

.how-i-work-item .text:after {
	top: -60px;
	left: 50%;
	content: "";
	position: absolute;
	border: 30px solid;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-color: transparent transparent #1b1b1b transparent;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
}

.how-i-work-item .text h5 {
	color: #fff;
}

/* .how-i-work-item:hover .number span {
	background: #ff4500;
}

.how-i-work-item:hover .img img {
	border-color: #ff4500;
}

.how-i-work-item:hover .text {
	background: #ff4500;
} */

/* .how-i-work-item:hover .text:after {
	border-color: transparent transparent #ff4500 transparent;
}

.how-i-work-item:hover .number-border:after, .how-i-work-item:hover .number-border:before {
	border-color: #ff4500;
} */

/* ---------------------------------------------------------------- */
/* Responsive Media Query (768px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
	.arrow-dashed-img {
		display: none;
	}
}

/* ---------------------------------------------------------------- */
/* 16.My Skills    
/* ---------------------------------------------------------------- */
.skills-inner > h6 {
	font-weight: 500;
	font-size: 14px;
	border-radius: 50px;
	color: #fff;
	padding: 8px 18px;
	margin-bottom: 10px;
	display: inline-block;
	background: #ff4500;
}

.skills-inner h2 {
	margin-bottom: 20px;
}

.skills-inner > p {
	margin-bottom: 30px;
}

.skills-inner ul {
	margin-bottom: 30px;
}

.skills-inner ul li {
	font-weight: 600;
	margin-bottom: 15px;
	color: #171718;
}

.skills-inner ul li:last-child {
	margin-bottom: 0;
}

.skills-inner ul li:before {
	content: "\f00c";
	font-weight: 700;
	vertical-align: middle;
	margin-right: 15px;
	display: inline-block;
	color: #ff4500;
	font-family: "FontAwesome";
}

.skills-inner .skills-item {
	text-align: center;
	border-radius: 30px;
	background: #fff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-box-shadow: 0 15px 30px 0 rgba(255, 69, 0, 0.15);
	box-shadow: 0 15px 30px 0 rgba(255, 69, 0, 0.15);
}

.skills-inner .skills-item .skills-item-text h5 {
	padding: 20px;
	font-size: 20px;
	color: #fff;
	border-radius: 100px;
	background: #ff4500;
}

.skills-inner .skills-item .body {
	padding: 30px;
}

.skills-inner .skills-item .body h2:after {
	content: "%";
	font-family: "Poppins", sans-serif;
	margin-left: 10px;
	display: inline-block;
}

.skills-inner .skills-item .skills-progress-bar {
	height: 7px;
	position: relative;
	background: #171718;
	margin-top: 10px;
	overflow: hidden;
}

.skills-inner .skills-item .skills-progress-bar .skills-progress-value {
	top: 0;
	left: 0;
	height: 100%;
	position: absolute;
	background: #ff4500;
}

.skills-img {
	z-index: 1;
	position: relative;
	display: inline-block;
}

.skills-img img {
	border-radius: 50px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border: 20px solid #ff4500;
}

.skills-img:hover img {
	border-color: #171718;
}

.skills-img:hover .icon-check {
	background: #171718;
}

.skills-img:hover .icon-border-line:after, .skills-img:hover .icon-border-line:before {
	border-color: #171718;
}

.skills-img .icon-check {
	top: 50%;
	right: -40px;
	width: 100px;
	height: 100px;
	font-size: 25px;
	border-radius: 50%;
	text-align: center;
	line-height: 100px;
	position: absolute;
	color: #fff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: #ff4500;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.skills-img .icon-border-line {
	top: 50%;
	z-index: -5;
	right: -40px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	text-align: center;
	line-height: 100px;
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.skills-img .icon-border-line:after, .skills-img .icon-border-line:before {
	top: 50%;
	content: "";
	position: absolute;
	border-radius: 50%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 2px solid #ff4500;
}

.skills-img .icon-border-line:after {
	right: -10px;
	width: 120px;
	height: 120px;
	line-height: 120px;
}

.skills-img .icon-border-line:before {
	right: -20px;
	width: 140px;
	height: 140px;
	line-height: 140px;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 992px) {
	.skills-img {
		margin-bottom: 30px;
	}
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 576px) {
	.skills-item-resp {
		margin-top: 24px;
	}
	.skills-item-resp:first-child {
		margin-top: 0;
	}
	.skills-inner > h2 {
		font-size: 1.467rem;
		line-height: 1.4;
	}
	.skills-inner .mb-resp-15 {
		margin-bottom: 15px;
	}
	.skills-img .icon-check {
		display: none;
	}
	.skills-img .icon-border-line {
		display: none;
	}
}

/* ---------------------------------------------------------------- */
/* 17.Portfolio   
/* ---------------------------------------------------------------- */
.portfolio-filter {
	text-align: right;
	margin-bottom: 50px;
}

.portfolio-filter a {
	font-size: 14px;
	font-weight: 600;
	padding: 9px 22px;
	color: #171718;
	margin-right: 10px;
	border-radius: 100px;
	display: inline-block;
	background: #fff;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-box-shadow: 0 15px 30px 0 rgba(255, 69, 0, 0.15);
	box-shadow: 0 15px 30px 0 rgba(255, 69, 0, 0.15);
}

.portfolio-filter a:last-child {
	margin-right: 0;
}

.portfolio-filter a:hover, .portfolio-filter a.current {
	background: #ff4500;
	color: #fff;
}

.portfolio-item {
	margin-bottom: 24px;
}

.portfolio-item .portfolio-item-inner {
	border-radius: 30px;
	background: #fff;
	-webkit-box-shadow: 0 15px 30px 0 rgba(255, 69, 0, 0.15);
	box-shadow: 0 15px 30px 0 rgba(255, 69, 0, 0.15);
}

.portfolio-item .portfolio-item-img {
	z-index: 1;
	border-radius: 30px;
	position: relative;
}

.portfolio-item .portfolio-item-img:before {
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	content: "";
	height: 100%;
	visibility: hidden;
	position: absolute;
	border-radius: 30px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: #171718;
}

.portfolio-item .portfolio-item-img img {
	border-radius: 30px;
}

.portfolio-item .portfolio-item-img .portfolio-zoom-link {
	top: 50%;
	left: 50%;
	width: 80px;
	opacity: 0;
	height: 80px;
	font-size: 25px;
	line-height: 80px;
	position: absolute;
	text-align: center;
	border-radius: 50%;
	visibility: hidden;
	color: #ff4500;
	background: #fff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.portfolio-item .portfolio-item-img .portfolio-zoom-link:after, .portfolio-item .portfolio-item-img .portfolio-zoom-link:before {
	top: 40px;
	content: "";
	position: absolute;
	border-radius: 50%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 2px solid #fff;
}

.portfolio-item .portfolio-item-img .portfolio-zoom-link:after {
	right: -10px;
	width: 100px;
	height: 100px;
	line-height: 100px;
}

.portfolio-item .portfolio-item-img .portfolio-zoom-link:before {
	right: -20px;
	width: 120px;
	height: 120px;
	line-height: 120px;
}

.portfolio-item .portfolio-item-img .portfolio-zoom-link:hover {
	color: #fff;
	background: #ff4500;
}

.portfolio-item .portfolio-item-img .portfolio-zoom-link:hover:after, .portfolio-item .portfolio-item-img .portfolio-zoom-link:hover:before {
	border-color: #ff4500;
}

.portfolio-item .body {
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 30px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.portfolio-item .body .portfolio-details span {
	font-weight: 600;
	display: block;
	margin-bottom: 5px;
	color: #ff4500;
	text-transform: uppercase;
}

.portfolio-item .body .portfolio-details h5 a {
	color: #171718;
}

.portfolio-item .body .portfolio-details h5 a:hover {
	color: #ff4500;
	text-decoration: underline;
}

.portfolio-item .body .portfolio-link {
	padding: 10px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border: 2px solid #171718;
}

.portfolio-item .body .portfolio-link i {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: #171718;
}

.portfolio-item .body .portfolio-link:hover {
	border-color: #ff4500;
}

.portfolio-item .body .portfolio-link:hover i {
	background: #ff4500;
}

.portfolio-item:hover .portfolio-item-img:before {
	opacity: 0.5;
	visibility: visible;
}

.portfolio-item:hover .portfolio-item-img .portfolio-zoom-link {
	opacity: 1;
	visibility: visible;
}

.call-to-action {
	margin-top: 76px;
	padding: 100px 0;
	background: #171718;
}

.call-to-action .call-to-action-inner h2 {
	color: #fff;
}

.call-to-action .call-to-action-btn {
	text-align: right;
}

#portfolioCarousel {
	position: relative;
}

#portfolioCarousel img {
	border-radius: 30px;
}

.portfolio-single-inner {
	margin-top: 20px;
	margin-bottom: 20px;
}

.portfolio-single-inner h4 {
	font-size: 2.3rem;
	margin-bottom: 20px;
}

.portfolio-single-inner p {
	margin-bottom: 24px;
}

.portfolio-single-inner .author-meta {
	margin-bottom: 20px;
}

.portfolio-single-inner .author-meta a {
	color: #171718;
	margin-right: 15px;
	font-weight: 600;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.portfolio-single-inner .author-meta a:after {
	content: "";
	margin-left: 15px;
	border-left: 1px solid #ff4500;
}

.portfolio-single-inner .author-meta a:last-child {
	margin-right: 0;
}

.portfolio-single-inner .author-meta a:last-child:after {
	display: none;
}

.portfolio-single-inner .author-meta a:hover {
	color: #ff4500;
	text-decoration: underline;
}

.portfolio-single-inner .author-meta a span {
	color: #ff4500;
	display: inline-block;
	margin-right: 15px;
}

.portfolio-grid-img img {
	border-radius: 30px;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (768px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
	.portfolio-filter {
		text-align: left;
	}
	.call-to-action .call-to-action-inner {
		margin-bottom: 30px;
	}
	.call-to-action .call-to-action-inner h2 {
		color: #fff;
	}
	.call-to-action .call-to-action-btn {
		text-align: center;
	}
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
	.portfolio-item .body {
		display: block;
	}
	.portfolio-item .body .portfolio-details {
		margin-bottom: 20px;
	}
	.portfolio-grid-img {
		margin-bottom: 15px;
	}
	.portfolio-grid-img:last-child {
		margin-bottom: 0;
	}
	.call-to-action .call-to-action-inner > h2 {
		font-size: 1.467rem;
		line-height: 1.4;
	}
}

/* ---------------------------------------------------------------- */
/* 18.My Team
/* ---------------------------------------------------------------- */
#team .section-heading {
	margin-bottom: 26px;
}

.team-card {
	position: relative;
	margin-top: 124px;
}

.team-card .img {
	left: 50%;
	top: -100px;
	padding: 10px;
	position: absolute;
	border-radius: 50%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border: 10px solid #171718;
}

.team-card .img img {
	border-radius: 50%;
	position: relative;
}

.team-card .body {
	text-align: center;
	border-radius: 80px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: #171718;
	padding: 150px 30px 30px 30px;
}

.team-card .body .text {
	margin-bottom: 30px;
}

.team-card .body .text h5 {
	color: #fff;
	margin-bottom: 10px;
}

.team-card .body .text p {
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
}

.team-card .body .social ul li {
	display: inline-block;
	margin-right: 10px;
}

.team-card .body .social ul li a {
	padding: 10px;
	border-radius: 50%;
	display: inline-block;
	border: 2px solid #fff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.team-card .body .social ul li a i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	color: #ff4500;
	background: #fff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.team-card .body .social ul li a:hover {
	border-color: #171718;
}

.team-card .body .social ul li a:hover i {
	color: #fff;
	background: #171718;
}

.team-card:hover .body {
	background: #ff4500;
}

.team-card:hover .img {
	border-color: #ff4500;
}

/* ---------------------------------------------------------------- */
/* 19.Testimonial
/* ---------------------------------------------------------------- */
.testimonial-item {
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin-bottom: 24px;
	border-radius: 50px;
	background: #fff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-shadow: 0 15px 30px 0 rgba(255, 69, 0, 0.15);
	box-shadow: 0 15px 30px 0 rgba(255, 69, 0, 0.15);
}

.testimonial-item .img {
	padding: 10px;
	height: 100px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	margin-right: 15px;
	border-radius: 50%;
	display: inline-block;
	border: 2px solid #ff4500;
}

.testimonial-item .img img {
	border-radius: 50%;
}

.testimonial-item .body h5 {
	margin-bottom: 10px;
}

.testimonial-item .body span {
	display: block;
	font-weight: 500;
	margin-bottom: 20px;
	color: #ff4500;
}

.testimonial-item .body p {
	margin-bottom: 15px;
}

.testimonial-item .body .rating i {
	margin-right: 2px;
	color: #ff4500;
}

.testimonial-item .body .rating i:last-child {
	margin-right: 0;
}

.testimonial-item .quote-icon {
	top: 30px;
	right: 30px;
	padding: 10px;
	position: absolute;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border: 2px solid #ff4500;
}

.testimonial-item .quote-icon i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: #ff4500;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (768px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
	.testimonial-item {
		display: block;
	}
	.testimonial-item .img {
		height: auto;
		margin-right: 0;
		margin-bottom: 15px;
	}
}

/* ---------------------------------------------------------------- */
/* 20.Blog                             
/* ---------------------------------------------------------------- */
.blog-item {
	margin-bottom: 24px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50px;
	background: #fff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-shadow: 0 10px 30px 0 rgba(255, 69, 0, 0.15);
	box-shadow: 0 10px 30px 0 rgba(255, 69, 0, 0.15);
}

.blog-item .blog-img {
	overflow: hidden;
	position: relative;
	border-radius: 30px;
}

.blog-item .blog-img img {
	border-radius: 30px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.blog-item .blog-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.blog-item .blog-body {
	position: relative;
	padding: 50px 30px 30px 30px;
}

.blog-item .blog-body .blog-author-img {
	top: -40px;
	left: 30px;
	font-size: 14px;
	position: absolute;
	border-radius: 50%;
	border: 10px solid #fff;
}

.blog-item .blog-body .blog-meta {
	margin-bottom: 15px;
}

.blog-item .blog-body .blog-meta a {
	font-size: 15px;
	margin-right: 10px;
	font-weight: 600;
	color: #171718;
}

.blog-item .blog-body .blog-meta a i {
	margin-right: 10px;
	color: #ff4500;
}

.blog-item .blog-body .blog-meta a:hover {
	color: #ff4500;
	text-decoration: underline;
}

.blog-item .blog-body h5 {
	margin-bottom: 20px;
}

.blog-item .blog-body h5 a {
	color: inherit;
}

.blog-item .blog-body h5 a:hover {
	text-decoration: underline;
	color: #ff4500;
}

.blog-item .blog-body .blog-link {
	color: #ff4500;
	font-weight: 600;
}

.blog-item .blog-body .blog-link:hover {
	text-decoration: underline;
}

.blog-item .blog-body .blog-link i {
	margin-left: 5px;
}

.blog-item .blog-body p {
	margin-bottom: 15px;
}

.widget-sidebar .sidebar-details-list ul li {
	margin-bottom: 15px;
}

.widget-sidebar .sidebar-details-list ul li:last-child {
	margin-bottom: 0;
}

.widget-sidebar .sidebar-details-list ul li h6 span {
	font-weight: 400;
	display: inline-block;
	font-family: "Roboto", sans-serif;
}

.widget-sidebar .sidebar-details-list ul li h6 span:before {
	content: ":";
	margin-left: 10px;
	margin-right: 10px;
	font-weight: 700;
	display: inline-block;
}

.widget-sidebar .sidebar-widgets {
	margin-bottom: 24px;
}

.widget-sidebar .sidebar-widgets .blog-search-btn {
	top: 0;
	right: 0;
	z-index: 4;
	border: none;
	width: 60px;
	outline: none;
	height: 100%;
	border-radius: 50px;
	overflow: hidden;
	color: #fff;
	position: absolute;
	background: #ff4500;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.widget-sidebar .sidebar-widgets .blog-search-btn:hover {
	color: #fff !important;
	background: #171718;
}

.widget-sidebar .sidebar-widgets .blog-search-bar {
	width: 100%;
	margin-bottom: 20px;
	border-radius: 50px;
	background: #fff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-box-shadow: 0 15px 30px 0 rgba(255, 69, 0, 0.15);
	box-shadow: 0 15px 30px 0 rgba(255, 69, 0, 0.15);
}

.widget-sidebar .sidebar-widgets .blog-search-bar .search-form-control {
	width: 100%;
	display: block;
	border: none;
	border-radius: 30px;
	padding: 18px 78px 18px 20px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.widget-sidebar .sidebar-widgets:last-child {
	margin-bottom: 0;
}

.widget-sidebar .recent-post-item {
	margin-bottom: 20px;
}

.widget-sidebar .recent-post-item:last-child {
	margin-bottom: 0;
}

.widget-sidebar .recent-post-item .recent-post-img {
	float: left;
	margin-right: 15px;
	overflow: hidden;
	border-radius: 50%;
}

.widget-sidebar .recent-post-item .recent-post-img img {
	border-radius: 50%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.widget-sidebar .recent-post-item .recent-post-img img:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.widget-sidebar .recent-post-item .recent-post-body .recent-post-title {
	margin-bottom: 14px;
	line-height: 1.5;
	font-size: 1.1rem;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.widget-sidebar .recent-post-item .recent-post-body .recent-post-title:hover {
	/* color: #ff4500; */  
	/* text-decoration: underline; */
}

.widget-sidebar .recent-post-item .recent-post-body .recent-post-date i {
	margin-right: 8px;
	color: #ff4500;
}

.widget-sidebar .sidebar-category-list {
	margin-bottom: 20px;
	border-radius: 20px;
	background: #fff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-box-shadow: 0 15px 30px 0 rgba(255, 69, 0, 0.15);
	box-shadow: 0 15px 30px 0 rgba(255, 69, 0, 0.15);
}

.widget-sidebar .sidebar-category-list li:last-child a {
	border-bottom: 0;
	border-radius: 0 0 20px 20px;
}

.widget-sidebar .sidebar-category-list li:first-child a {
	border-radius: 20px 20px 0 0;
}

.widget-sidebar .sidebar-category-list li.active a {
	color: #fff;
	background: #ff4500;
	border-bottom-color: #ff4500;
}

.widget-sidebar .sidebar-category-list li a {
	display: block;
	color: #000;
	padding: 18px 20px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.widget-sidebar .sidebar-category-list li a:hover, .widget-sidebar .sidebar-category-list li a.active {
	color: #ff4500;
}

.widget-sidebar .sidebar-category-list li a:hover {
	color: #fff;
	background: #ff4500;
	border-bottom-color: #ff4500;
}

.widget-sidebar .sidebar-category-list li a:hover:before {
	width: 20px;
}

.widget-sidebar .sidebar-category-list li a .category-count {
	float: right;
}

.widget-sidebar .sidebar-archive-list li {
	display: block;
	padding: 10px 10px 10px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.widget-sidebar .sidebar-archive-list li:first-child {
	padding-top: 0;
}

.widget-sidebar .sidebar-archive-list li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.widget-sidebar .sidebar-archive-list li a {
	color: #000;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	font-weight: 500;
}

.widget-sidebar .sidebar-archive-list li a:before {
	content: "";
	background: #000;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.widget-sidebar .sidebar-archive-list li a:hover {
	text-decoration: underline;
}

.widget-sidebar .sidebar-archive-list li a:hover, .widget-sidebar .sidebar-archive-list li a.active {
	color: #ff4500;
}

.widget-sidebar .sidebar-archive-list li a.active:before, .widget-sidebar .sidebar-archive-list li a:hover:before {
	background: #ff4500;
}

.widget-sidebar .sidebar-archive-list li a:before {
	height: 5px;
	width: 5px;
}

.widget-sidebar .sidebar-tags li {
	float: left;
}

.widget-sidebar .sidebar-tags li:last-child a {
	margin-right: 0;
}

.widget-sidebar .sidebar-tags li a {
	font-size: 14px;
	font-weight: 500;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px 15px;
	border-radius: 50px;
	display: inline-block;
	color: #06133D;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border: 1px solid #e0e0e0;
}

.widget-sidebar .sidebar-tags li a:hover, .widget-sidebar .sidebar-tags li a.active {
	background: #ff4500;
	border-color: transparent;
	color: #fff !important;
}

.widget-sidebar .sidebar-share li {
	margin-right: 10px;
	float: left;
}

.widget-sidebar .sidebar-share li:last-child {
	margin-right: 0;
}

.widget-sidebar .sidebar-share li a {
	padding: 5px;
	text-align: center;
	border-radius: 50%;
	color: #ff4500;
	display: inline-block;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border: 2px solid #ff4500;
}

.widget-sidebar .sidebar-share li a i {
	width: 40px;
	height: 40px;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: #ff4500;
}

.widget-sidebar .sidebar-share li a:hover {
	border-color: #171718;
}

.widget-sidebar .sidebar-share li a:hover i {
	color: #fff !important;
	background: #171718;
}

.widget-sidebar .tag-widgets {
	margin-bottom: 20px;
}

.blog-title-subline {
	margin-bottom: 20px;
}

.blog-post-img {
	position: relative;
}

.blog-post-img img {
	border-radius: 30px;
}

.blog-post-img .post-author-thumb {
	bottom: -60px;
	left: 0;
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	border: 10px solid #fff;
}

.blog-text {
	margin-top: 70px;
}

.blog-text h4 {
	font-size: 2.3rem;
	margin-bottom: 20px;
}

.blog-text .author-meta {
	margin-bottom: 20px;
}

.blog-text .author-meta a {
	color: #171718;
	margin-right: 15px;
	font-weight: 600;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.blog-text .author-meta a:after {
	content: "";
	margin-left: 15px;
	border-left: 1px solid #ff4500;
}

.blog-text .author-meta a:last-child {
	margin-right: 0;
}

.blog-text .author-meta a:last-child:after {
	display: none;
}

.blog-text .author-meta a:hover {
	color: #ff4500;
	text-decoration: underline;
}

.blog-text .author-meta a span {
	color: #ff4500;
	display: inline-block;
	margin-right: 15px;
}

.blog-text p {
	margin-bottom: 20px;
}

.blog-text blockquote {
	padding: 30px;
	font-weight: 500;
	margin-bottom: 30px;
	border-radius: 30px;
	color: #171718;
	background: #fff;
	border-left: 5px solid #ff4500;
	-webkit-box-shadow: 0 10px 15px 0 rgba(255, 69, 0, 0.1);
	box-shadow: 0 10px 15px 0 rgba(255, 69, 0, 0.1);
}

.blog-text blockquote q {
	font-style: italic;
	line-height: 2;
}

.blog-text blockquote q:before {
	margin-right: 5px;
}

.blog-text blockquote q:after {
	margin-left: 5px;
}

.blog-text .grid-gallery-item {
	margin-bottom: 30px;
}

.blog-text .grid-gallery-item img {
	border-radius: 30px;
}

.blog-text h5 {
	margin-bottom: 15px;
}

.blog-text ul {
	margin-bottom: 30px;
}

.blog-text ul li {
	font-weight: 500;
	color: #171718;
	margin-bottom: 10px;
}

.blog-text ul li:last-child {
	margin-bottom: 0;
}

.blog-text ul li:before {
	content: "";
	width: 10px;
	height: 2px;
	margin-left: 30px;
	margin-right: 10px;
	background: #171718;
	vertical-align: middle;
	display: inline-block;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (tablets, less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
	.padding-minus-90 {
		padding-bottom: 90px;
	}
	.widget-sidebar {
		margin-top: 20px;
	}
	.sidebar-pb-resp {
		padding-bottom: 90px;
	}
	.recent-post-item .recent-post-body .recent-post-title {
		line-height: 1.5;
		font-size: 1rem;
	}
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (tablets, less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
	.blog-text h4 {
		font-size: 1.6rem;
	}
}

/* ---------------------------------------------------------------- */
/* 21.Contact              
/* ---------------------------------------------------------------- */
.contact-info-item {
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 24px;
	border-radius: 50px;
	background: #fff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-box-shadow: 0 15px 30px 0 rgba(255, 69, 0, 0.15);
	box-shadow: 0 15px 30px 0 rgba(255, 69, 0, 0.15);
}

.contact-info-item .icon {
	padding: 10px;
	margin-right: 30px;
	border-radius: 50%;
	text-align: center;
	border: 2px solid #ff4500;
}

.contact-info-item .icon span {
	height: 80px;
	width: 80px;
	font-size: 30px;
	border-radius: 50%;
	line-height: 80px;
	color: #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #ff4500;
}

.contact-info-item .body h5 {
	margin-bottom: 11px;
}

.contact-form-wrap .contact-btn-left {
	margin-top: 6px;
}

.contact-form-wrap .contact-form-group {
	position: relative;
	margin-bottom: 20px;
}

.contact-form-wrap .contact-form-group .form-control {
	height: 60px;
	color: #171718;
	outline: none;
	border: none;
	padding: 0 60px 0 30px;
	border-radius: 30px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	-webkit-box-shadow: 0 10px 15px 0 rgba(255, 69, 0, 0.1);
	box-shadow: 0 10px 15px 0 rgba(255, 69, 0, 0.1);
}

.contact-form-wrap .contact-form-group .form-control:focus {
	outline: none;
	color: #171718;
}

.contact-form-wrap .contact-form-group #txtInput {
	padding-left: 90px;
}

.contact-form-wrap .contact-form-group #txtCaptchaSpan {
	position: absolute;
	top: 50%;
	height: 60px;
	padding-left: 14px;
	padding-right: 14px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #ff4500;
	color: #fff;
	border-radius: 0;
}

.contact-form-wrap .contact-form-group textarea.form-control {
	height: auto;
	padding-top: 20px;
}

.contact-form-wrap .empty-form span, .contact-form-wrap .email-invalid span, .contact-form-wrap .phone-invalid span, .contact-form-wrap .terms-alert span, .contact-form-wrap .subject-alert span, .contact-form-wrap .security-alert span {
	display: block;
	font-size: 16px;
	padding: 15px;
	margin-bottom: 20px;
	border-radius: 10px;
	font-weight: 600;
	text-align: center;
	color: #ee4545;
	background: #fff;
	-webkit-box-shadow: 0 10px 15px 0 rgba(255, 69, 0, 0.1);
	box-shadow: 0 10px 15px 0 rgba(255, 69, 0, 0.1);
}

.contact-form-wrap .form-validate-icons {
	top: 0;
	right: 14px;
	height: 60px;
	position: absolute;
	line-height: 60px;
}

.contact-form-wrap .form-validate-icons span {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.contact-form-wrap .form-validate-icons span:before {
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-family: "FontAwesome";
	font-weight: 700;
}

.contact-form-wrap .form-validate-icons span.error {
	opacity: 1;
	visibility: visible;
}

.contact-form-wrap .form-validate-icons span.error:before {
	content: "\f00d";
	color: #fff;
	background: #ff4500;
}

.contact-form-wrap .form-validate-icons span.success {
	opacity: 1;
	visibility: visible;
}

.contact-form-wrap .form-validate-icons span.success:before {
	content: "\f00c";
	color: #fff;
	background: #4caf50;
}

.contact-form-wrap .custom-select-wrapper {
	position: relative;
}

.contact-form-wrap .custom-select-wrapper select, .contact-form-wrap .custom-select-wrapper .select-hide {
	display: none;
}

.contact-form-wrap .custom-select-wrapper .select-selected {
	outline: none;
	padding: 18px 30px;
	border: none;
	cursor: pointer;
	border-radius: 30px;
	background: #fff;
	color: #000 !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	-webkit-box-shadow: 0 10px 15px rgba(255, 69, 0, 0.1);
	box-shadow: 0 10px 15px rgba(255, 69, 0, 0.1);
}

.contact-form-wrap .custom-select-wrapper .select-selected:focus {
	outline: none;
	border: none;
	-webkit-box-shadow: 0px 23px 49px 0px rgba(255, 69, 0, 0.1);
	box-shadow: 0px 23px 49px 0px rgba(255, 69, 0, 0.1);
}

.contact-form-wrap .custom-select-wrapper .select-selected:after {
	right: 14px;
	top: 14px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 50%;
	content: "\f078";
	position: absolute;
	pointer-events: none;
	display: inline-block;
	color: #fff;
	background: #ff4500;
	font-size: 14px;
	font-family: "FontAwesome";
	font-weight: 700;
}

.contact-form-wrap .custom-select-wrapper .select-selected.select-arrow-active:after {
	content: "\f077";
}

.contact-form-wrap .custom-select-wrapper .select-items {
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	margin-top: 10px;
	position: absolute;
	border-radius: 10px;
	color: #000 !important;
	background-color: #fff;
	-webkit-box-shadow: 0 10px 15px rgba(255, 69, 0, 0.1);
	box-shadow: 0 10px 15px rgba(255, 69, 0, 0.1);
	-webkit-animation: fadeInDown 0.5s ease forwards;
	animation: fadeInDown 0.5s ease forwards;
}

.contact-form-wrap .custom-select-wrapper .select-items .same-as-selected {
	background-color: #ff4500;
	border-bottom-color: #ff4500;
	color: #fff !important;
}

.contact-form-wrap .custom-select-wrapper .select-items div {
	color: #000;
	outline: none;
	width: 100%;
	display: block;
	padding: 18px 30px;
	font-size: 15px;
	border: none;
	cursor: pointer;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	position: relative;
	border-bottom: 1px solid rgba(255, 69, 0, 0.08);
}

.contact-form-wrap .custom-select-wrapper .select-items div:focus {
	outline: none;
	border: none;
	-webkit-box-shadow: 0 23px 49px 0 rgba(255, 69, 0, 0.1);
	box-shadow: 0 23px 49px 0 rgba(255, 69, 0, 0.1);
}

.contact-form-wrap .custom-select-wrapper .select-items div:last-child {
	border-bottom: 0;
	border-radius: 0 0 10px 10px;
}

.contact-form-wrap .custom-select-wrapper .select-items div:first-child {
	border-radius: 10px 10px 0 0;
}

.contact-form-wrap .custom-select-wrapper .select-items div:hover {
	background-color: #ff4500;
	border-bottom-color: #ff4500;
	color: #fff;
}

.google-map {
	width: 100%;
	line-height: 0;
}

.google-map iframe {
	width: 100%;
	min-height: 500px;
	border: none;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 992px) {
	.contact-info-wrap {
		margin-bottom: 30px;
	}
	.contact-btn-left {
		text-align: left;
	}
	.form-alerts .text-center span {
		text-align: left !important;
	}
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 576px) {
	.contact-info-item {
		display: block;
		text-align: left;
	}
	.contact-info-item .icon {
		padding: 10px;
		display: inline-block;
		margin-right: 0;
		margin-bottom: 20px;
	}
}

/* ---------------------------------------------------------------- */
/* 22.Footer                   
/* ---------------------------------------------------------------- */
.footer {
	background: #171718;
}

.footer .footer-top {
	padding: 80px 0 50px 0;
}

.footer .footer-top .footer-widget {
	margin-bottom: 30px;
}

.footer .footer-top .footer-widget .footer-logo {
	margin-bottom: 10px;
}

.footer .footer-top .footer-widget .footer-desc {
	opacity: 0.75;
	color: #fff;
	margin-bottom: 20px;
}

.footer .footer-top .footer-widget .footer-title {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 30px;
	position: relative;
	letter-spacing: 1px;
	text-transform: capitalize;
}

.footer .footer-top .footer-widget .footer-title:after {
	width: 50px;
	height: 2px;
	content: "";
	display: block;
	margin-top: 10px;
	background: #ff4500;
}

.footer .footer-top .footer-widget .footer-social-links a {
	padding: 5px;
	text-align: center;
	margin-right: 2px;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border: 2px solid rgba(255, 255, 255, 0.1);
}

.footer .footer-top .footer-widget .footer-social-links a i {
	width: 37px;
	height: 37px;
	font-size: 26px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: rgba(255, 255, 255, 0.1);
}

.footer .footer-top .footer-widget .footer-social-links a:hover {
	border-color: #ff4500;
}

.footer .footer-top .footer-widget .footer-social-links a:hover i {
	color: #fff !important;
	background: #ff4500;
}

.footer .footer-top .footer-widget .footer-social-links a:last-child {
	margin-right: 0;
}

.footer .footer-top .footer-widget .footer-contact-info-list li {
	margin-bottom: 10px;
}

.footer .footer-top .footer-widget .footer-contact-info-list li:last-child {
	margin-bottom: 0;
}

.footer .footer-top .footer-widget .footer-contact-info-list li h6 {
	font-weight: 600;
	color: #fff;
	margin-bottom: 10px;
}

.footer .footer-top .footer-widget .footer-contact-info-list li p {
	color: #fff;
	opacity: 0.75;
	vertical-align: middle;
}

.footer .footer-top .footer-widget .footer-links li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
}

.footer .footer-top .footer-widget .footer-links li:last-child {
	margin-bottom: 0;
}

.footer .footer-top .footer-widget .footer-links li span {
	color: #fff;
}

.footer .footer-top .footer-widget .footer-links li a {
	color: #fff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.footer .footer-top .footer-widget .footer-links li a:hover {
	opacity: 1;
	color: #fff;
	text-decoration: underline;
}

.footer .footer-top .footer-widget .footer-links li:before {
	content: "\f054";
	font-weight: 600;
	margin-right: 15px;
	display: inline-block;
	color: #ff4500;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	font-family: "FontAwesome";
}

.footer .copyright {
	background-color:#ffffff;
	/* padding: 30px 0; */
	color:black;
}  

.footer .copyright .copyright-text {
	color: #171718;
	opacity: 0.75;
	line-height: 38px;
}

.footer .copyright .footer-payment ul li {
	display: inline-block;
	margin-right: 5px;
}

.footer .copyright .footer-payment ul li:last-child {
	margin-right: 0;
}

.footer .copyright .footer-payment ul li i {
	color: #fff;
	font-size: 35px;
	line-height: 35px;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (768px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
	.footer .copyright .footer-payment {
		margin-top: 30px;
	}
}

/* ---------------------------------------------------------------- */
/* 23.Breadcrumb                   
/* ---------------------------------------------------------------- */
.breadcrumb-section {
	z-index: 42;
	overflow: hidden;
	padding: 170px 0;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.breadcrumb-section:before {
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	content: "";
	opacity: 0.75;
	z-index: -42;
	position: absolute;
	background: #171718;
}

.breadcrumb-section .breadcrumb-inner {
	position: relative;
	z-index: 18;
	text-align: center;
}

.breadcrumb-section .breadcrumb-inner h1 {
	font-size: 2.5rem;
	color: #fff;
	margin-bottom: 15px;
}

.breadcrumb-section .breadcrumb-inner .breadcrumb-links li {
	color: #fff;
	display: inline-block;
	vertical-align: middle;
}

.breadcrumb-section .breadcrumb-inner .breadcrumb-links li.active:before {
	content: "\f30b";
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: middle;
	color: #fff;
	font-family: "FontAwesome";
	font-weight: 700;
}

.breadcrumb-section .breadcrumb-inner .breadcrumb-links li a {
	color: #fff;
}

.breadcrumb-section .breadcrumb-inner .breadcrumb-links li a:hover {
	text-decoration: underline;
}

/* ---------------------------------------------------------------- */
/* 24.Rtl Mode                         
/* ---------------------------------------------------------------- */
body.rtl-mode {
	text-align: right;
	direction: rtl;
}

body.rtl-mode .section-heading-left {
	text-align: right;
}

body.rtl-mode .section-heading-left h2 {
	text-align: right;
}

body.rtl-mode .section-heading-left h2:before {
	left: initial;
	right: 0;
}

body.rtl-mode .section-heading-left h2:after {
	left: initial;
	right: 30px;
}

body.rtl-mode .owl-carousel {
	direction: ltr;
}

body.rtl-mode .owl-carousel .owl-item {
	direction: rtl;
}

body.rtl-mode .scroll-top-btn {
	right: initial;
	left: 10px;
}

body.rtl-mode .scroll-down-btn:before,
body.rtl-mode .hero-email-link:before {
	width: 2px;
	height: 20px;
	content: "";
	margin-top: 15px;
	display: inline-block;
	vertical-align: baseline;
	background: #fff;
}

body.rtl-mode .scroll-down-btn:after,
body.rtl-mode .hero-email-link:after {
	display: none;
}

body.rtl-mode .hero-email-link {
	right: initial;
	left: 30px;
}

body.rtl-mode .scroll-down-btn {
	left: initial;
	right: 30px;
}

body.rtl-mode .primary-btn .icon i, body.rtl-mode .white-btn .icon i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

body.rtl-mode .primary-btn .text, body.rtl-mode .white-btn .text {
	padding: 0 30px 0 20px;
	text-transform: uppercase;
}

body.rtl-mode .header .navbar-toggler {
	padding: 0 0 0 10px;
}

body.rtl-mode .header .default-nav-btn {
	margin-left: 0;
	margin-right: 10px;
}

body.rtl-mode .header .nav-item .nav-link {
	text-align: right;
}

body.rtl-mode .header .nav-item .nav-link:after {
	left: initial;
	right: 0;
}

body.rtl-mode .header .nav-item .nav-link:not(.active):after {
	left: initial;
	right: 0;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

body.rtl-mode .header .nav-item .nav-link:not(.active):hover:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: right;
	transform-origin: right;
}

body.rtl-mode .header .nav-item.dropdown .dropdown-item {
	text-align: right;
}

body.rtl-mode .header .nav-item.dropdown .dropdown-toggle:before {
	left: 0;
	right: initial;
}

body.rtl-mode .hero-banner .hero-social-list {
	left: 30px;
	right: initial;
}

body.rtl-mode .hero-banner .hero-img {
	text-align: left;
}

body.rtl-mode .hero-banner .hero-inner h2 {
	padding-right: 0;
	padding-left: 60px;
}

body.rtl-mode .about-inner .primary-btn .icon i {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

body.rtl-mode .about-img .about-video-btn {
	right: initial;
	left: -40px;
}

body.rtl-mode .about-img .video-border-line {
	right: initial;
	left: -40px;
}

body.rtl-mode .resume-item .body .icon-outer-line {
	margin-left: 20px;
	margin-right: 0;
}

body.rtl-mode .resume-item .resume-link i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

body.rtl-mode .services-item .body a i {
	margin-left: 0;
	margin-left: 5px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

body.rtl-mode .services-item .body a:hover i {
	margin-left: 0;
	margin-right: 10px;
}

body.rtl-mode .services-item:hover .body a i {
	ma