/*-------------------------
-----Table-Of-Content------
---------------------------
01. Body-Style
02. Helper-Class 
03. Button-Design 
04. Mainmenu-Area 
    4.1 DropDown-Menu
    4.2 Header-Search-Area
05. Site-Header
5.1. widget_nav_menu
06. Blog-Page-Design 
    6.1 Post-Format-Quote
    6.2 Post-Format-Link
    6.3 Post-Password-Protected
07. Post-Pagination
    7.1 Post-Navigation
08. Sidebar-widget 
    8.1 Search -webkit-Box
    8.2 Widget-Recent-Post
    8.3 Widget-Recent-Comment
    8.4 Widget-Archives-Page
    8.5 Widget-Categories
    8.6 Widget-widget_nav_menu
    8.7 Widget-Tagcloud
    8.8 Widget-Pages
    8.9 Widget-Calendar
    8.11 Widget-Image
09. Comment-Form
10. comment-list
11. Page-Loader
12. Footer-area
13. ScrollUp-Button
14. Error-Page-desing
17. Post-carousel-image
------------------------*/

/*----------------
02. Helper-Class 
-----------------*/

.flex-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.container.custom_container {
	width: 1700px;
	max-width: calc(100% - 30px);
}

.section-padding {
	padding-top: 100px;
	padding-bottom: 100px;
}

.equal-height {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.full-wrapper {
	position: relative;
}

.equal-height.revers {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.start-height {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.inline {
	display: inline-block;
}

.item-justified {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	width: 100%;
}

.list-inline li {
	display: inline-block !important;
}

.clear-hidden {
	overflow: hidden;
}

.v-center {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.bold {
	font-weight: 700;
}

.text-white {
	color: #ffffff;
}

.dark-white {
	color: #B0BAD1;
}

[class|=space] {
	display: block;
	width: 100%;
	overflow: hidden
}

.space-10 {
	height: 10px;
}

.space-15 {
	height: 15px;
}

.space-20 {
	height: 20px;
}

.space-25 {
	height: 25px;
}

.space-30 {
	height: 30px;
}

.space-40 {
	height: 40px;
}

.space-50 {
	height: 50px;
}

.space-60 {
	height: 60px;
}

.white-text a,
.white-text {
	color: #ffffff;
}

.footer-menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.footer-menu ul li {
	display: block;
}

.footer-menu ul li ul {
	margin-left: 15px;
}


/*------------------
03. Button-Design 
-------------------*/

.button-common {
	background-color: transparent;
	display: inline-block;
	padding: 8px 30px;
	color: #ffffff;
	border: none;
	background-color: #ff4a17;
	position: relative;
	z-index: 1;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.button-common:focus,
.button-common:hover {
	color: #ffffff;
	background-color: #14212b;
}

.link {
	display: inline-block;
	font-size: 16px;
	line-height: 18px;
	color: #79879d;
	font-weight: 700;
}


/* --------------------
Top-Bar-Area
---------------------- */

.tap-bar-area {
	background-color: #14212b;
	padding: 6px 0px;
	color: #ffffff;
}

.nav-style1 .mainmenu-area .tap-bar-area {
	padding: 10px 30px;
}

.header-contact-list {
	margin: 10px 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-weight: 700;
	font-size: 14px;
}

.header-contact-list li {
	padding: 0 15px 0 0;
	margin: 0px 15px 0px 0;
	color: #ff4a17;
	line-height: 1em;
	border-right: 1px solid #4f616e;
}

.header-contact-list li:last-child {
	padding: 0px;
	margin: 0px;
	border-right: none;
}

.header-contact-list li a {
	color: #ffffff;
}


/* ------------------
Social-Menu
--------------------- */

.social-menu {
	margin-left: -10px;
	margin-right: -10px;
	line-height: 1em;
}

.social-menu a {
	display: inline-block;
	color: #97adbd;
	font-size: 14px;
	font-weight: 700;
	margin: 10px;
}

.social-menu a:hover {
	color: #ff4a17;
}


/*-----------------
04. Site-Branding
------------------*/
.site-branding {
	font-size: 36px;
	font-weight: 700;
}

.nav-style1 .site-branding {
	font-weight: 700;
	color: #151515;
	float: left;
	background-color: #ff4a17;
	padding: 0px 30px;
	min-height: 120px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 0px 0px 0px 10px;
}

.nav-style1 .site-branding a {
	color: #ffffff;
}

.nav-style1 .site-branding a:focus,
.nav-style1 .site-branding a:hover {
	color: #ffffff;
}

.site-branding .st-logo {
	display: none;
}

.site-branding .st-logo {
	display: none;
}

.site-branding .mn-logo {
	display: block;
}

.affix .site-branding .st-logo {
	display: block;
}

.affix .site-branding .mn-logo {
	display: none;
}

.site-branding img {
	max-height: 50px;
	width: inherit;
}


/*-----------------
04. Mainmenu-Area 
------------------*/

.mainmenu-area {
	width: 100%;
	z-index: 99;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	border-radius: 0;
	position: relative;
}

.nav-style1 .mainmenu-area {
	max-width: 1500px;
	margin: auto;
	width: calc(100% - 40px);
	position: absolute;
	left: 0;
	right: 0;
	top: 60px;
}

.admin-bar.nav-style1 .mainmenu-area {
	top: 0px;
}

.nav-style1 .mainmenu-area .container {
	padding-right: 0px;
	padding-left: 0px;
	max-width: 100%;
	width: 100%;
}

.mainmenu-area.affix .navbar-area {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	width: 100%;
	background-color: rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.1);
	z-index: 9999;
}

.nav-style1 .mainmenu-area .navbar-area {
	width: 1500px;
	max-width: 100%;
}

.admin-bar .mainmenu-area.affix .navbar-area {
	top: 32px;
}

.admin-bar.nav-style1 .mainmenu-area.affix .navbar-area {
	max-width: calc(100% - 30px);
}

.mainmenu-area {
	white-space: nowrap;
}

.mainmenu-area .menu-button-area {
	float: right;
}


.mainmenu-area .navbar-area {
	position: relative;
	background-color: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
}

.nav-style1 .mainmenu-area .navbar-area {
	border-radius: 0px 0px 10px 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.primary-menu {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.primary-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.primary-menu>ul>li {
	display: inline-block;
	position: relative;
}

.mainmenu-area #mainmenu ul li>a i.plus {
	float: right;
	width: 12px;
	height: 12px;
	line-height: 12px;
	margin-left: 10px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	display: block;
	position: relative;
}

.mainmenu-area #mainmenu ul li>a i.plus:before,
.mainmenu-area #mainmenu ul li>a i.plus:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 12px;
	height: 2px;
	display: block;
	background-color: #14212b;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.mainmenu-area #mainmenu ul li>a i.plus:before {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}

.mainmenu-area #mainmenu ul li:hover>a i.plus:before {
	-webkit-transform: translate(-50%, -50%) rotate(0deg);
	transform: translate(-50%, -50%) rotate(0deg);
}

.primary-menu ul li {
	position: relative;
}

.primary-menu ul.nav {
	padding: 0px 15px;
}

.primary-menu ul.nav>li {
	margin-left: -5px;
	padding: 25px 15px;
}

.primary-menu ul.nav li a {
	padding: 0px;
	position: relative;
	font-weight: 700;
	color: #14212b;
	text-transform: capitalize;
	background: none;
	font-size: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.primary-menu ul.nav>li.current-menu-item>a,
.primary-menu ul.nav li:hover>a,
.primary-menu ul.nav li:hover>i {
	color: #ff4a17;
}

.primary-menu ul.nav li a:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 6px;
	height: 6px;
	background-color: #ff4a17;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border-radius: 0px;
	opacity: 0;
}

.primary-menu ul.nav li:hover>a:before,
.primary-menu ul.nav li.current-menu-item>a:before,
.primary-menu ul.nav li.active>a:before {
	opacity: 1;
	top: -5px;
}

.nav-alignmenu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.nav-style1 .mainmenu-area .nav-alignmenu .primary-menu {
	padding: 0px 30px;
}

.mainmenu-area .nav-alignmenu .primary-menu .nav {
	margin: 0px -20px;
}

.menu-widgets {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: columns;
	flex-direction: columns;
}

.menu-widgets .menu-widget {
	padding-left: 30px;
}


/* ---------------------
4.0 Transparent-Menu
---------------------- */

.transparent-menu .mainmenu-area {
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	right: 0px;
	margin: 0px auto;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.transparent-menu.nav-style3 .mainmenu-area {
    max-width: 1440px;
    width: 94%;
}

.transparent-menu.nav-style3 .mainmenu-area .container {
    width: 1340px;
    max-width: 100%;
}

.transparent-menu .mainmenu-area.affix .navbar-area {
	background-color: #ffffff;
	position: fixed;
}


/* ==========================
Menu-Sidebar-Widget
=========================== */

.menu-sidebar {
	position: fixed;
	left: 100%;
	top: 0px;
	width: 390px;
	max-width: 100%;
	background-color: #ffffff;
	z-index: 999999;
	padding: 60px 50px;
	overflow-y: auto;
	overflow-x: hidden;
	height: 100vh;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}

.menu-sidebar.active {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.menu-sidebar .menu-sidebar-close {
	position: absolute;
	right: 15px;
	top: 15px;
	border: none;
	background: none;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 36px;
	background-color: #ffffff;
	border: 1px solid #ff4a17;
	color: #ff4a17;
}

.menu-sidebar .menu-sidebar-close:hover {
	background-color: #ff4a17;
	color: #14212b;
}


/*-----------------------
4.1 DropDown-Menu
------------------------*/

.primary-menu ul.nav li {
	position: relative;
}

.primary-menu ul.nav .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #ffffff;
	min-width: 220px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 0px;
	-webkit-box-shadow: 0px 20px 40px 0px rgba(25, 31, 160, 0.1);
	box-shadow: 0px 20px 40px 0px rgba(25, 31, 160, 0.1);
}

.primary-menu ul.nav .sub-menu .sub-menu {
	left: auto;
	right: 100%;
	top: 0;
}

.primary-menu ul.nav .sub-menu li:hover>.sub-menu {
	top: -15px;
}

.primary-menu ul.nav .sub-menu li {
	display: block;
	margin-bottom: 3px;
	padding: 2px 20px;
}

.primary-menu ul.nav .sub-menu li:last-child {
	margin-bottom: 0px;
}

.primary-menu ul.nav .sub-menu li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.primary-menu ul.nav .sub-menu li.current-menu-item>a,
.primary-menu ul.nav .sub-menu li.active>a,
.primary-menu ul.nav .sub-menu li:hover>a {
	color: #ff4a17
}

.primary-menu ul.nav li:hover>.sub-menu {
	visibility: visible;
	opacity: 1;
}


/*------------------------
Menu-Search-Form
-------------------------*/

.menu-search-form {
	position: relative;
	z-index: 999999;
	margin-top: 15px;
}

.menu-search-form .search-input {
	margin: 0px;
	padding: 20px;
	font-size: 30px;
	border: none;
	border-bottom: 2px solid #ededed;
	border-radius: 0px;
}

.menu-search-form .search-button {
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
	border: none;
	width: 60px;
	height: 60px;
	border-radius: 0px;
	background: none;
}


/*-----------------------
05. Action-Button
------------------------*/

.mainmenu-area .action-button {
	display: inline-block;
	color: #ffffff;
	border: none;
	background-color: #ff4a17;
	padding: 21px 35px;
	border-radius: 0px;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 16px;
	line-height: 1em;
}

.mainmenu-area .action-button:hover {
	background-color: #14212b;
	color: #ffffff;
}

.nav-style2 .mainmenu-area .action-button {
    border-radius: 100px;
}

.mainmenu-area .navbar-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.menu-modal-button {
	border: none;
	background: none;
	padding: 0;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #ff4a17;
	line-height: 1em;
}

.menu-modal-button span:after,
.menu-modal-button span:before,
.menu-modal-button span {
	content: '';
	width: 8px;
	height: 8px;
	display: inline-block;
	border: 2px solid;
	border-radius: 100%;
	opacity: 1;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.menu-modal-button span {
	display: block;
	position: relative;
	margin: auto;
	margin-bottom: 5px;
}

.menu-modal-button span:last-child {
	margin-bottom: 0px;
}

.menu-modal-button span:before {
	position: absolute;
	left: calc(100% + 5px);
	top: -2px;
}

.menu-modal-button span:after {
	position: absolute;
	right: calc(100% + 5px);
	top: -2px;
}

.menu-modal-button.active span:nth-child(2):before,
.menu-modal-button.active span:nth-child(2):after,
.menu-modal-button.active span:nth-child(3),
.menu-modal-button.active span:nth-child(1) {
	border-color: transparent;
}

.menu-modal-content {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.98);
	z-index: 999999;
	overflow-y: scroll;
	display: none;
	padding: 0;
	max-width: 100%;
	overflow-x: hidden;
}

.menu-modal-content .menu-modal-close {
	position: absolute;
	right: 50px;
	top: 50px;
	width: 50px;
	height: 50px;
	line-height: 48px;
	border: none;
	background-color: #ff4a17;
	color: #ffffff;
	border-radius: 100px;
	z-index: 2;
}

.menu-modal-content .menu-modal-close:hover {
	background-color: #ffffff;
	color: #ff4a17;
}

.menu-buttons {
	line-height: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-width: 120px;
	margin-right: -20px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.menu-buttons>* {
	margin-right: 20px !important;
}

.nav-style1 .menu-buttons {
	padding-right: 30px;
}

/*--------------------
5.3 Toggle-Search-Form 
---------------------*/

.toggle-search-button {
	width: 60px;
	height: 60px;
	line-height: 60px;
	background-color: #14212b;
	color: #ffffff;
	margin: 0px;
	border-radius: 0px;
	border: none;
}

.toggle-search-button:focus,
.toggle-search-button:hover {
	background-color: #f0f8ff;
	color: #14212b;
}

.nav-style2 .toggle-search-button {
    border-radius: 100px;
    background-color: #f0f8ff;
    color: #14212b;
}

.nav-style2 .toggle-search-button:hover,
.nav-style2 .toggle-search-button:focus {
    color: #ffffff;
}

.toggle-search-form {
	position: relative;
}

.toggle-search-form .toggle-search-field {
    position: absolute;
    top: calc(100% + 30px);
    right: 0px;
    background: #ffffff;
    border: 1px solid #ededed;
    padding: 0;
    z-index: 3;
    display: none;
}

.toggle-search-form .toggle-search-field .toggle-search-input {
    margin-bottom: 0;
    width: 250px;
    border: none;
}

.toggle-search-form .toggle-search-field .toggle-search-submit {
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: 46px;
	width: 47px;
	line-height: 42px;
	background: #fff;
}

.toggle-search-form .toggle-search-field .search-submit {
    border: none;
    background: none;
    width: 60px;
    height: 60px;
    line-height: 60px;
    padding: 0;
    border-left: 1px solid #ededed;
    margin: -1px -1px -1px 0;
}


.toggle-search-form .toggle-search-field .search-submit:hover {
    background-color: #ff4a17;
    color: #ffffff;
}


/*-----------------------
05. Site-Header
------------------------*/

.header-area {
	background-color: #101214;
	color: #ffffff;
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: left;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 1;
}

.transparent-menu .header-area {
	padding-top: 240px;
	padding-bottom: 150px;
}

.header-area.center {
	text-align: center;
}

.header-area.left {
	text-align: left;
}

.header-area.right {
	text-align: right;
}

.header-area:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(20,33,43,0.6);
}

.header-area .page-title {
	color: #ffffff;
	font-size: 56px;
	line-height: 65px;
	font-weight: 600;
	margin-bottom: 0;
	margin-top: 15px;
}

.header-area .sub-title {
	position: relative;
}

.header-area .sub-title:before {
	content: "";
	position: absolute;
	left: -20px;
	top: 50%;
	width: 4px;
	height: 30px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #FF4A17;
}

.header-area .sub-title,
.header-area .bread {
	display: block;
	font-size: 20px;
	font-weight: 400;
	margin-top: 15px;
	color: #ffffff;
}

.header-area .bread a {
	color: #ffffff;
}

.header-area .bread .icon {
	margin-right: 5px;
}

.header-area .bread .separator {
	padding: 0 5px;
}


/*----------------------
06. Blog-Page-Design 
-----------------------*/

.post-list-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.blog-area {
	position: relative;
	z-index: 2;
}

.post-single {
	width: 100%;
	max-width: 100%;
	border: 0px solid #ededed;
	background-color: transparent;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: 0px 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px 0px #ffffff;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}
.meta-item .icon i {
    color: #fd4917;
}
.single-post .post-single {
	text-align: left;
}

.post-single .post-categories {
	list-style: none;
	padding: 0px;
	text-align: center;
	position: relative;
	z-index: 3;
	margin: 30px -2px -4px -2px;
}

.post-single:first-child .post-categories {
	margin: -4px -2px;
}

.post-single .post-categories li {
	display: inline-block;
	margin: 4px 2px;
}

.post-single .post-categories li a {
	background-color: #FD4917;
	color: #ffffff;
	padding: 3px 15px;
	display: inline-block;

    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}

.post-single .post-categories li a:hover {
	background-color: #14212b;
	color: #ffffff;
}

.post-single .bttn-more {
	margin-top: 5px;
}

.grid-posts .post-single,
.post-grid-two .post-single {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.grid-posts .post-single:hover,
.post-grid-two .post-single:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.blog-small .post-single {
	width: auto;
}

.blog-small .post-media {
	overflow: hidden;
}

.post-title {
	font-size: 34px;
	margin-bottom: 15px;
	margin-top: 30px;
	position: relative;
	z-index: 9;
}

.empty-post-notic {
	margin-bottom: 30px;
}

.post-single.half-box {
	width: calc(50% - 30px);
}

.post-single .post-media,
.post-single .media-content {
	overflow: hidden;
	display: block;
	position: relative;
	z-index: 2;
	border-radius: 0px;
}

.single-post .post-single .post-media,
.single-post .post-single .media-content {
	margin-bottom: 30px;
}

.posts-list .post-single.has_category .post-media,
.posts-list .post-single.has_category .media-content {
	margin-top: -22px;
}

.post-single .post-media,
.post-single .media-content {}

.post-single .post-content {
	position: relative;
	border: none;
	padding-bottom: 30px;
}

.post-single:last-child {
	margin-bottom: 0px;
}

.post-single:last-child .post-content {
	padding-bottom: 0px;
}

.post-desc:after {
	content: "";
	display: block;
	clear: both;
}

.post-desc ul {
	margin-bottom: 15px;
}

.post-media {
	line-height: 1;
}
.wp-block-archives,
.wp-block-calendar,
.wp-block-categories,
.wp-block-latest-comments,
.wp-block-latest-posts,
.wp-block-search,
.wp-block-tag-cloud {
    margin-bottom: 30px;
}
.post-single .post-content .post-desc > :last-child {
    margin-bottom: 0;
}
.post-single .post-content:after {
	content: "";
	display: block;
	clear: both;
}

.post-single.sticky {
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.post-single.sticky .post-content {
	padding-top: 0;
	padding-bottom: 30px;
	background: #f5f8ff;
	display: block;
	overflow: hidden;
}

.post-single.sticky .post-categories {
	margin-bottom: -4px;
}

.has-post-thumbnail.post-single.sticky .post-categories {
	margin-bottom: 0px;
}

.post-single.sticky .post-content:after {
	content: "\f7e4";
	font-family: 'Font Awesome 5 Pro';
	font-size: 100px;
	position: absolute;
	left: 50%;
	top: 50%;
	opacity: 0.1;
	color: #ff4a17;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.post-single.half-box .post-media {
	max-height: 229px;
	overflow: hidden;
}

.post-single.half-box .post-content {
	padding: 30px;
}

.post-single.half-box .post-title {
	font-size: 20px;
}

.single-post .post-single {
	margin-bottom: 50px;
}

.post-single .post-meta {
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 400;
	color: #14212b;
}

.photo-slider {
	overflow: hidden;
}

.single-tags {
	margin-bottom: 50px;
}

.single-tags .single-tags-title {
	font-size: 18px;
}

.single-tags a {
	display: inline-block;
	padding: 5px 14px;
	background-color: #f5f8ff;
	color: #14212b;
	margin-right: 5px;
	margin-bottom: 8px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
}

.single-tags a:hover {
	background-color: #FF4A17;
	color: #ffffff;
}

.post-meta a {
	color: #14212b;
}

.post-meta .meta-item {
	margin-right: 10px;
	display: inline-block;
}

.post-meta .meta-item .icon {
	margin-right: 5px;
}

.post-footer-meta {
	width: 100%;
	display: block;
	background-color: #ffffff;
	padding: 20px 20px 30px 30px;
	margin-bottom: 30px;
	text-transform: capitalize;
}

.post-footer-meta .meta-item {
	display: inline-block;
	color: #14212b;
	font-weight: 400;
	margin: 10px 10px 0 0;
}

.post-footer-meta a {
	color: #14212b;
}

.post-footer-meta a:hover {
	color: #ff4a17;
}

.post-footer-meta .meta-item:last-child {
	margin-bottom: 0;
}

.post-footer-meta .meta-item>i {
	margin-right: 10px;
	font-size: 15px;
	color: #ff4a17;
}

.read-more {
	font-weight: 700;
	font-size: 14px;
	color: #14212b;
	margin-top: 15px;
	display: inline-block;
}

.read-more:before {
	content: "+";
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 38px;
	display: inline-block;
	border: 1px solid #ffede8;
	color: #ff4a17;
	margin-right: 15px;
	border-radius: 100px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.read-more:hover:before {
	background-color: #ff4a17;
	color: #ffffff;
	border: 1px solid #ff4a17;
}

.post_format-post-format-chat .post-desc p {
	background-color: #f7f9ff;
	padding: 11px 30px;
	border-radius: 0px;
}

.post_format-post-format-chat .post-desc p:nth-child(even) {
	text-align: right;
	margin-left: 50px;
}

.post_format-post-format-chat .post-desc p:nth-child(odd) {
	margin-right: 50px;
}


/*--------------------
6.1 Post-Format-Quote
---------------------*/

.post-single.format-quote em {
	display: block;
	font-size: 15px;
}

.post-single.post-quote,
.post-single.post-link {
	background-color: #f8f9ff;
	padding: 30px 60px 60px 60px;
	text-align: center;
	border: none;
	padding: 60px;
	position: relative;
}

.post-single.post-quote .post-content,
.post-single.post-link .post-content {
	border: none;
	background-color: transparent;
	padding: 0;
}

.post-single.post-quote:before,
.post-single.post-link:before {
	display: inline-block;
	content: "\f10d";
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	border-radius: 50%;
	-webkit-box-shadow: 0px 16px 32px rgba(49, 50, 97, 0.27);
	box-shadow: 0px 16px 32px rgba(49, 50, 97, 0.27);
	background-color: #ff4a17;
	margin-bottom: 20px;
	text-align: center;
}

.post-single.post-quote:before {
	content: "\f0c1";
}

.post-single.post-link .header-post-meta {
	margin-bottom: 0;
	padding-top: 15px;
}


/*--------------------------
6.3 Post-Password-Protected
--------------------------*/

.post-password-form {
	clear: both;
}

.post-password-form label {
	margin-bottom: 0;
}

.post-password-form input[type="submit"] {
	background-color: #ff4a17;
	display: inline-block;
	padding: 11px 30px;
	color: #ffffff;
	border: none;
	margin-left: -5px;
	height: 60px;
}

.post-password-form input[type="password"] {
	height: 60px;
	margin-bottom: 30px;
	border: 1px solid #e3e3e3
}

.page-contents:after {
	content: "";
	clear: both;
	display: block;
}


/*---------------------
6.4 Post-Timeline
----------------------*/

.timeline-post {
	position: relative;
	width: 100%;
}

.timeline-post .masonry-item {
	width: calc(50% - 30px);
	padding-top: 30px;
	padding-left: 30px;
	margin-left: 30px;
	position: relative;
	border-left: 1px solid #f1f1f1;
}

.timeline-post .masonry-item:after {
	content: "";
	position: absolute;
	left: -16px;
	top: 60px;
	width: 26px;
	height: 26px;
	background-color: #ededed;
	border: 1px solid #ededed;
	z-index: 2;
	border-radius: 100%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.timeline-post .masonry-item:hover:after {
	background-color: #ff4a17;
}

.timeline-post .masonry-item:before {
	content: "";
	position: absolute;
	left: 17px;
	top: 60px;
	width: 0;
	height: 0;
	border-right: 13px solid #ededed;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
}

.timeline-post .masonry-item .post-single {
	border: none;
}

.timeline-post .masonry-item .post-single .post-title {
	font-size: 28px;
}


/*------------------
07. Post-Pagination
--------------------*/

.navigation.pagination {
	border: 1px solid #ebf1ff;
	padding: 20px;
	margin-top: 50px;
	border-radius: 0px;
}
.post-page-numbers,
.page-links .page-numbers,
.nav-links .page-numbers {
	margin: 5px;
	font-size: 15px;
	font-weight: 700;
	background: transparent;
	color: #ffffff;
	display: inline-block;
	text-align: center;
	position: relative;
	z-index: 1;
	line-height: 1em;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	border-radius: 0px;
}

.post-page-numbers.current .page-numbers,
.post-page-numbers:hover .page-numbers,
.page-links .page-numbers:hover,
.nav-links .page-numbers:hover,
.page-links .page-numbers.current,
.nav-links .page-numbers.current {
	color: #ffffff;
}
.page-links > a,
.page-links > span {
    padding-top: 8px !important;
}
.page-links > a,
.page-links > span,
.navigation.pagination .nav-links > a,
.navigation.pagination .nav-links > span {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #19274d;
    line-height: 1;
    padding-top: 12px;
    color: #ffffff !important;
}

.page-links > a:hover,
.page-links > span.current,
.navigation.pagination .nav-links > a:hover,
.navigation.pagination .nav-links > span.current {
    background: #ff4a17 !important;
    color: #ffffff !important;
}

span.page-links-title {
    background: inherit;
    color: inherit !important;
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 10px;
}
/*---------------------
7.1 Post-Navigation
----------------------*/

.navigation,
.pagination {
	text-align: center;
	display: block;
	width: 100%;
}

.single-post-nav {
	border:1px solid #ebf1ff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 80px;
}
.single-post-nav .prev-post-arrow a, .single-post-nav .next-post-arrow a {
    background: #ff4a17;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
}
.single-post-nav .prev-post-arrow a i{
	margin-right: 10px;
}
.single-post-nav .next-post-arrow a i {
	margin-left: 10px;
}

.single-post-nav .prev-post-arrow a:hover i,
.single-post-nav .prev-post-arrow a:focus i,
.single-post-nav .next-post-arrow a:hover i,
.single-post-nav .next-post-arrow a:focus i {
	background-color: #ff4a17;
	color: #ffffff;
}


/*-----------------------
Author-Information
-------------------------*/

.author-info-area {
	margin-top: 100px;
}

.author-info-area .author-content {
	background-color: #f3f1ff;
	padding: 0 50px 50px 50px;
	text-align: center;
}

.author-info-area .author-content .info {
	display: block;
}

.author-info-area .author-content .author-pic {
	display: inline-block;
	border-radius: 100%;
	overflow: hidden;
	width: 100px;
	height: 100px;
	margin-top: -50px;
	margin-bottom: 15px;
	border: 5px solid #f3f1ff;
}


/*----------------------
08. Sidebar-widget 
-----------------------*/

.sidebar.main-sidebar {
	padding-left: 60px;
}

.sidebar .widget .textwidget:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	padding: 40px 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	position: relative;
	font-weight: 400;
	color: #14212b;
}

.sidebar .widget:first-child {
	padding-top: 0px;
}

.post-single:after,
.sidebar .widget:after {
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0px;
	width: calc(100% - 70px);
	height: 1px;
	background-color: #ebf1ff;
	max-width: 560px;
}

.format-quote.post-single,
.format-link.post-single {
	margin-bottom: 80px;
}

.format-quote.post-single:after,
.format-link.post-single:after {
	margin-bottom: -30px;
}

.post-single:last-child:after,
.single-post .post-single:after {
	display: none;
}

.sidebar .widget:last-child {
	margin-bottom: 0;
}

.sidebar .widget:last-child:after {
	display: none;
}

.widget .widget-title {
	position: relative;
	margin-bottom: 15px;
	font-weight: 700;
}

.main-sidebar .widget-title {
	color: #14212b;
	font-size: 18px;
	text-align: center;
	position: relative;
}

.main-sidebar .widget-title:before,
.main-sidebar .widget-title:after {
	content: "";
	width: 30px;
	height: 2px;
	background-color: #ff4a17;
	display: inline-block;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.main-sidebar .widget-title:before {
	margin-right: 15px;
}

.main-sidebar .widget-title:after {
	margin-left: 15px;
}

.widget:not(.footer-widget) {
	color: #14212b;
}

.widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.widget ul li {
	margin-top: 15px;
	display: block;
}

.widget ul li a {
	font-size: 16px;
	display: inline-block;
	color: #14212b;
}

.widget a {
	color: #14212b;
}

.widget a:hover,
.widget ul li a:hover {
	color: #ff4a17;
}

.widget ul li:last-child {
	margin-bottom: 0;
}

.widget ul ul {
    padding: 0;
    margin-top: 10px;
    /* margin-left: 3px; */
    border-left: 1px solid #ebf1ff;
}

.footer-widget.widget ul ul {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.widget ul li li {
	margin-bottom: 10px !important;
	padding-left: 15px;
}

.widget ul li li:last-child {
	margin-bottom: 0 !important;
}

.widget.widget_categories ul li,
.widget.widget_archive ul li {
	text-align: right;
	overflow: hidden;
}

.widget.widget_categories ul li:not(a),
.widget.widget_archive ul li:not(a) {
	color: #ff4a17;
}

.widget.widget_categories ul li a,
.widget.widget_archive ul li a {
	float: left;
}

body .widget_rss li a {
	color: #ff4a17;
}


/*--------------------
8.1 Search -webkit-Box
---------------------*/

.search-box {
	position: relative;
}

.wp-block-search ::-webkit-input-placeholder,
.search-box ::-webkit-input-placeholder {
	font-style: italic;
}

.wp-block-search ::-moz-placeholder,
.search-box ::-moz-placeholder {
	font-style: italic;
}

.wp-block-search :-ms-input-placeholder,
.search-box :-ms-input-placeholder {
	font-style: italic;
}

.wp-block-search ::-ms-input-placeholder,
.search-box ::-ms-input-placeholder {
	font-style: italic;
}

.wp-block-search ::-webkit-input-placeholder, .search-box ::-webkit-input-placeholder {
	font-style: italic;
}

.wp-block-search ::-moz-placeholder, .search-box ::-moz-placeholder {
	font-style: italic;
}

.wp-block-search :-ms-input-placeholder, .search-box :-ms-input-placeholder {
	font-style: italic;
}

.wp-block-search ::-ms-input-placeholder, .search-box ::-ms-input-placeholder {
	font-style: italic;
}

.wp-block-search ::-webkit-input-placeholder,
.search-box ::-webkit-input-placeholder {
	font-style: italic;
}

.wp-block-search :-ms-input-placeholder,
.search-box :-ms-input-placeholder {
	font-style: italic;
}

.wp-block-search ::placeholder,
.search-box ::placeholder {
	font-style: italic;
}

.wp-block-search .wp-block-search__input,
.search-box .search {
	margin-bottom: 0;
	height: 70px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 80px 15px 30px;
	color: #14212b;
	border-radius: 0px;
	border: none;
	background-color: #f5f8ff;
	font-style: normal;
	max-width: 100%;
}

.wp-block-search .wp-block-search__button,
.search-box .search-bttn {
	width: 70px;
	height: 70px;
	line-height: 66px;
	position: absolute;
	overflow: hidden;
	right: 0px;
	top: 0px;
	text-align: center;
	color: #ffffff;
	background-color: #ff4a17;
	border: none;
	border-radius: 0px;
	z-index: 1;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	z-index: 1;
}

.wp-block-search {
	margin-bottom: 30px;
	position: relative;
}

.wp-block-search .wp-block-search__button:hover,
.search-box .search-bttn:hover {
	color: #ffffff;
	background-color: #14212b;
}

.wp-block-search .wp-block-search__button {
	top: auto;
	bottom: 0px;
	width: auto;
	padding: 0 35px;
}


/*---------------------
8.2 WIdget-Recent-Post
----------------------*/

.widget.widget_recent_entries ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget.widget_recent_entries ul li {
	margin-bottom: 10px;
	display: block;
}

.widget.widget_recent_entries ul li:last-child {
	margin-bottom: 0;
}

.widget.widget_recent_entries ul li a {
	font-size: 16px;
}

.widget.widget_recent_entries .post-date {
	display: block;
	font-size: 13px;
	font-weight: 400;
}

.widget.widget_recent_entries .post-date:before {
	content: "\f017";
	font-family: 'Font Awesome 5 Pro';
	margin-right: 5px;
	font-size: 13px;
	color: #ff4a17;
}


/*------------------------
8.3 Widget-Recent-Comment
-------------------------*/

.widget.widget_recent_comments ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget ul.children li a:before,
.widget_pages ul.children li a:before,
.widget_nav_menu ul.sub-menu li a:before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 2px;
	background: #ff4a17;
	position: relative;
	bottom: 5px;
	margin-right: 5px;
	display: none;
}


/*------------------------
8.6 Footer-Widget
-------------------------*/

.footer-widget {
	margin-bottom: 50px;
}
.footer-widget.widget_pages ul.children li a:before,
.footer-widget.widget_nav_menu ul.sub-menu li a:before{
	display: none;
}
.footer-widget h5,
.footer-widget .widget-title {
	font-size: 20px;
	color: #ffffff;
	position: relative;
}

.footer-widget .menu {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.footer-widget .menu li {
	display: block;
	margin-bottom: 5px;
}

.footer-widget .menu li a {
	display: inline-block;
	color: #b7b7b7;
	font-weight: 400;
}

.footer-widget .menu li a:hover {
	color: #ff4a17;
}

.footer-widget .gallery {
	margin-bottom: 0;
}

.footer-widget .gallery .gallery-item {
	margin-bottom: 15px;
}

.footer-widget .gallery.gallery-columns-1 .gallery-item:nth-last-child(-n+1),
.footer-widget .gallery.gallery-columns-2 .gallery-item:nth-last-child(-n+2),
.footer-widget .gallery.gallery-columns-3 .gallery-item:nth-last-child(-n+3),
.footer-widget .gallery.gallery-columns-4 .gallery-item:nth-last-child(-n+4),
.footer-widget .gallery.gallery-columns-5 .gallery-item:nth-last-child(-n+5) {
	margin-bottom: 0;
}

.footer-widget.widget_nav_menu ul li {
	border-bottom: none;
	margin-bottom: 0px;
}

.footer-widget.widget_nav_menu ul li:last-child {
	margin-bottom: 0;
}
.footer-widget.widget ul li a:before,
.footer-widget.widget_nav_menu ul li a:before {
	content: '';
	width: 0px;
	height: 2px;
	background-color: #ff4a17;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	display: inline-block;
	display: none;
}

.footer-widget.widget_nav_menu ul li a:hover:before {
	margin-right: 6px;
	width: 15px;
}

.widget.footer-widget.widget_calendar #wp-calendar th,
.widget.footer-widget.widget_calendar #wp-calendar td {
	color: #b7b7b7;
}

.footer-widget table,
.footer-widget table th,
.footer-widget table td {
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-widget.widget a {
	color: #b7b7b7;
}


/*------------------------
8.7 Widget-Tagcloud
-------------------------*/

.wp-block-tag-cloud a,
.widget.widget_tag_cloud .tagcloud a {
	font-size: 12px !important;
	display: inline-block;
	padding: 5px 14px;
	background-color: #f5f8ff;
	color: #14212b;
	margin-right: 5px;
	margin-bottom: 8px;
	text-transform: uppercase;
	font-weight: 500;
}

.wp-block-tag-cloud a:hover,
.widget.widget_tag_cloud .tagcloud a:hover {
	background-color: #FF4A17;
	color: #ffffff;
}


/*------------------------
8.9 Widget-Calendar
-------------------------*/

#wp-calendar {
	width: 100%;
	margin-bottom: 0;
}
.wp-calendar-table caption {
	font-size: 16px;
	font-weight: 700;
    background: #ff4a17;
    padding: 10px;
    text-align: center;
    color: #ffffff !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}
nav.wp-calendar-nav {
    margin-top: 5px;
}

#wp-calendar th,
#wp-calendar td {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	color: #14212b;
}

#wp-calendar #today {
	background-color: #ff4a17;
	color: #ffffff;
	border: 1px solid #ff4a17;
}

#wp-calendar #today a {
	color: #ffffff;
}


/*------------------------
8.11 Widget-Image
-------------------------*/

.widget_media_image img {
	width: 100%;
}


/*--------------------
09. Comment-Form 
---------------------*/

.form-submit {
	text-align: center;
}

.form-submit .submit-button {
	padding: 14px 40px;
}

.comment-respond {
	margin-top: 50px;
}

.children .comment-respond {
	margin-top: 0px;
}
.comment .comment-respond {
    margin-bottom: 40px;
}
.comment-list-area .comments-title,
.comment-respond .comment-reply-title {
	margin-bottom: 15px;
}
#cancel-comment-reply-link {
    margin-left: 10px;
}
.comment-top-field {
	overflow: hidden;
}

.comment-form .comment-form-url,
.comment-form .comment-form-email,
.comment-form .comment-form-author,
.comment-form .comment-form-comment {
	position: relative;
}

.comment-form .comment-form-email,
.comment-form .comment-form-author {
	width: calc(50% - 15px);
	float: left;
}

.comment-form .comment-form-email {
	float: right;
}

.comment-respond .comment-form .icon {
	position: absolute;
	right: 25px;
	top: 20px;
	font-size: 16px;
	line-height: 24px;
	color: #ff4a17;
	z-index: 2;
}

.comment-form #author,
.comment-form #email,
.comment-form #url,
.comment-form #comment {
	width: 100%;
	padding: 14px 24px;
	border-radius: 0px;
	border: 1px solid #dddddd;
	outline: none;
	color: #14212b;
	font-size: 16px;
	background-color: #ffffff;
	position: relative;
	z-index: 1;
}

.comment-form #author:focus,
.comment-form #email:focus,
.comment-form #url:focus,
.comment-form #comment:focus {
	border: 1px solid #ff4a17;
}

.comment-form-cookies-consent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.3em;
}

.comment-form-cookies-consent input[type="checkbox"] {
	margin-right: 10px;
	margin-top: -7px;
}

.no-comments {
	color: #14212b;
	margin-bottom: 30px;
}

.comment-form #comment {
	height: 160px;
}

.comment-form label {
	font-weight: 700;
	font-size: 16px;
	color: #14212b;
}

.comment-content *:last-child {
	margin-bottom: 0px;
}


/*-------------------
10. comment-list 
--------------------*/

.comment-list-area {
	margin-top: 50px;
}

.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-list .children {
	list-style: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.comment-list .trackback,
.comment-list .pingback,
.comment-list .comment {
	margin: 0;
	padding: 0;
}

.comment-list .comment-body {
	margin-bottom: 30px;
	padding: 35px;
	position: relative;
	overflow: hidden;
	margin-top: 30px;
	background-color: #fafafa;
}

.comment-list .comment-body .comment-author {
	display: block;
	margin-bottom: 5px;
    line-height: 1;
}

.comment-list .comment-body .comment-author img {
	max-width: 100px;
	max-height: 100px;
	border-radius: 500px;
	display: block;
	margin-bottom: 15px;
}

.comment-list .comment-body .comment-author .fn {
	font-size: 20px;
	letter-spacing: -1px;
	color: #151515;
	font-weight: 700;
	text-transform: capitalize;
}

.comment-list .comment-body .comment-metadata {

}
footer.comment-meta {
    position: relative;
    padding-left: 100px;
    height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.comment-content {
    margin-top: 20px;
}
.comment-author.vcard img {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 75px;
}
.comment-list .comment-body .reply {
	float: left;
	display: block;
	margin-top: 15px;
}

.comment-list .comment-body .comment-reply-link {
	color: #ff4a17;
	float: right;
	font-weight: 400;
	font-size: 15px;
}

.comment-list .comment-body .comment-reply-link:hover {
	text-decoration: underline;
}

.comment-list .comment-body .comment-reply-link:before {
	content: "\f3e5";
	font-family: 'Font Awesome 5 Pro';
	display: inline-block;
	margin-right: 5px;
	font-size: 16px;
}

.comment-list .comment-body .comment-reply-link:hover {
	color: #ff4a17;
}

.comment-list .comment-body .comment-author .says {
	display: none;
}

.comment-notes,
.comment-form .logged-in-as,
.comment-form .logged-in-as a,
.comment-list .comment-body .comment-author .says,
.comment-list .comment-body .comment-metadata a {
	font-size: 12px;
	line-height: 22px;
	font-weight: 700;
	text-transform: uppercase;
}

.comment-list .comment-body .edit-link {
	margin-left: 5px;
}


/*------------------------
15. Preloader-Content
-------------------------*/

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	z-index: 999999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.preloader .loader-image {
	pointer-events: none;
}


/*-----------------
12. Footer-area
-------------------*/

.footer-area {
	background-color: #101317;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	position: relative;
	overflow: hidden;
	z-index: 1;
	font-size: 16px;
	color: #b7b7b7;
}

.footer-area:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.footer-top {
	padding-top: 100px;
	padding-bottom: 100px;
	margin-bottom: -50px;
}

.footer-area a {
	color: #ffffff;
}

.footer-area a:hover {
	color: #ff4a17;
}

.footer-bottom {
	width: 100%;
	padding: 30px 0;
	border-top: 1px solid #282b2f;
}


/*-------------------
Copyright-Text
--------------------*/

.copyright_text {
	text-align: center;
}


/*---------------------
13. ScrollUp-Button 
----------------------*/

#scrollUp {
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 28px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	border: 2px solid #ff4a17;
	color: #ff4a17;
	text-align: center;
	background-color: #ffffff;
	border-radius: 100px;
	z-index: 999;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

#scrollUp:hover {
	background-color: #ff4a17;
	color: #ffffff;
}

#scrollUp i {
	-webkit-animation: mymove 1s ease-in 0s infinite alternate;
	animation: mymove 1s ease-in 0s infinite alternate;
	display: inline-block;
	position: relative;
}

@-webkit-keyframes mymove {
	from {
		top: -5px;
	}
	to {
		top: 5px;
	}
}

@keyframes mymove {
	from {
		top: -5px;
	}
	to {
		top: 5px;
	}
}


/*-------------------------
14. Error-Page-desing
--------------------------*/

.flex-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.error-area {
	padding-top: 100px;
	padding-bottom: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	background-attachment: scroll;
	width: 100%;
	height: 100%;
	text-align: left;
}

.error-area .big-text {
	font-size: 100px;
	letter-spacing: -2px;
	color: #ff4a17;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1em;
}

.error-area .medium-text {
	font-size: 30px;
	letter-spacing: -2px;
	color: #06163a;
	font-weight: 700;
	margin-bottom: 30px;
}

.error-area .error-button {
	text-transform: capitalize;
	border-radius: 0px;
	background-color: #ff4a17;
	border: 1px solid #ff4a17;
	font-size: 16px;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	display: inline-block;
	padding: 10px 40px;
}

.error-area .error-button:focus,
.error-area .error-button:hover {
	background-color: #ffffff;
	color: #ff4a17;
}


/*------------------------
Portfolio-Navigation-Button
-------------------------*/

.portfolio-naviation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	margin-top: 80px;
}

.portfolio-naviation>div {
	width: 50%;
}

.portfolio-naviation .navi {
	min-height: 120px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 24px 50px;
	z-index: 1;
}

.portfolio-naviation .navi .nav-label {
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #ff4a17;
	margin-bottom: 5px;
}

.portfolio-naviation .navi.next-navi .nav-label {
	color: #141517;
}

.portfolio-naviation .navi .nav-title {
	font-family: poppins;
	font-size: 30px;
	font-weight: 600;
	color: #ffffff;
}

.portfolio-naviation .navi:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	background-color: #14212B;
	z-index: -1;
	height: 100%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	opacity: 1;
}

.portfolio-naviation .navi.next-navi:before {
	background-color: #f3633b;
}


.portfolio-naviation .navi:hover:before {
    opacity: 0.8;
}

.portfolio-naviation .navi.next-navi {
	text-align: right;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}


/*------------------------
Social-Menu-List
-------------------------*/

.social-menu-list a {
	display: inline-block;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	margin: 0.5px;
	border-radius: 50%;
	background-color: #ff4a17;
	color: #ff4a17;
	position: relative;
	z-index: 1;
	overflow: hidden;
	font-size: 16px;
}

.social-menu-list a:hover {
	color: #ffffff
}

.social-menu-list a:before {
	background-color: #ffffff;
	content: "";
	position: absolute;
	left: 1px;
	top: 1px;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	z-index: -1;
	opacity: 1;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	border-radius: 50%;
}

.social-menu-list a:hover:before {
	opacity: 0;
}

.footer-area .social-menu-list {
	margin-top: 30px;
}


/*-- Social-Share-Menu --*/
.alignright,.alignleft {
    clear: both;
}
.social-share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.social-share .share-title {
	font-size: 18px;
	margin-right: 6px;
	line-height: 1em;
	margin-bottom: 6px;
}

.social-share ul {
	list-style: none;
	margin: 0 -5px 0;
	padding: 0;
	overflow: hidden;
}

.social-share ul li {
	float: left;
}

.social-share ul li a {
	display: block;
	font-size: 16px;
	color: #19274d;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
	background-color: transparent;
	margin: 0px 5px 5px 5px;
}
.social-share ul li a:hover{
	color: #ff4a17;
}
.footer-widget .widget-social-menu {
	margin-top: -15px;
}

.footer-widget .widget-social-menu a {
	border: none;
	margin: 0;
	padding: 0;
}

.form-group {
	position: relative;
}

.menu-sidebar.sidebar .widget {
	padding: 0px;
	background-color: transparent;
}

body .instagram li {
	padding-bottom: 0px;
}
