:root{
	--main-color: #ff7426;
	--title-color: #222429;
	--paragraph-color: #696969;
}
body{
	margin: 0;
	padding: 0;
	color: var(--paragraph-color);
	font-size: 16px;
	font-weight: normal;
	font-family: 'Space Grotesk', sans-serif;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6{
	color: var(--title-color);
	font-weight: bold;
	line-height: 1.2;
}
h1{
	font-size: 48px;
}
h2{
	font-size: 36px;
}
h3{
	font-size: 24px;
}
h4{
	font-size: 20px;
}
h5{
	font-size: 18px;
}
h6{
	font-size: 16px;
}

/* Links
------------------------------------ */
a{
	color: #616161;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
a:hover{
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: var(--main-color);
}

/* Button
------------------------------------ */
/*.button{
	position: relative;
	z-index: 1;
}
.button::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: -1;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}
.button::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #0d1e35;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
}
.button:hover::before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
.button:hover::after {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}*/

/*
==================
Header
==================
*/
.site-header{
	box-shadow: 0 3px 18px rgb(2 21 78 / 9%);
}
.site-header .top-bar{
	background: linear-gradient(270deg, rgba(252,152,55,1) 0%, rgba(221,29,38,1) 100%);
}
.site-header .top-bar{
	padding: 8px 0;
}
.site-header .top-bar .text-wrapper{
	display: flex;
	justify-content: space-between;
}
.site-header .top-bar .text-wrapper .text-left span,
.site-header .top-bar .text-wrapper .text-left a{
	color: #fff;
	margin-right: 20px;
}
.site-header .top-bar .text-wrapper .text-left i{
	color: #fff;
	margin-right: 5px;
}
.site-header .top-bar .text-wrapper .text-left{
	display: flex;
}
.site-header .top-bar .text-wrapper .text-right ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}
.site-header .top-bar .text-wrapper .text-right ul li{
	margin-left: 16px;
}
.site-header .top-bar .text-wrapper .text-right ul li a{
	color: #fff;
	font-size: 14px;
}
.sticky-nav .top-bar{
	display: none;
}

/* Menu */
.site-header .main-menu{
	display: flex;
	align-items: center;
	position: relative;
	height: 100px;
}
.site-header .main-menu .manu-wrapper{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site-header .main-menu .manu-wrapper .site-branding{
	flex-shrink: 0;
}
.site-header .main-menu .manu-wrapper .site-branding .site-title{
	margin: 0;
}
.site-header .main-menu .manu-wrapper .site-branding .site-description{
	margin-bottom: 7px;
}
.site-header .main-menu .manu-wrapper .menu-ul,
.site-header .main-menu .manu-wrapper .menu-ul ul{
	display: flex;
	justify-content: end;
	flex-wrap: wrap;
}
.site-header .main-menu .manu-wrapper .menu-ul li a{
	display: inline-block;
	color: #232323;
	font-size: 16px;
	font-weight: 600;
	padding: 38px 10px;
}
.site-header .main-menu .manu-wrapper .menu-ul .current-menu-item a{
	color: var(--main-color);
}
.site-header .main-menu .manu-wrapper .menu-ul li a:hover{
	color: var(--main-color);
}


.site-header .main-menu .manu-wrapper .menu-element{
	display: flex;
	align-items: center;
}
.site-header .main-menu .manu-wrapper .menu-element .search{
	position: relative;
	margin-left: 20px;
}
.site-header .main-menu .menu-element .search .search-icon i{
	cursor: pointer;
}
.site-header .main-menu .menu-element .search .search-icon.active i::before{
	content: '\F659';
}
.site-header .main-menu .manu-wrapper .menu-element .search .search-form{
	position: absolute;
	padding: 20px;
	border-top: 3px solid var(--main-color);
	background-color: #fff;
	right: 0;
	top: 62px;
	z-index: 2;
}
.site-header .main-menu .manu-wrapper .menu-element .search .search-form::before {
    position: absolute;
    right: 1px;
    top: -11px;
    width: 47px;
    height: 47px;
    text-align: center;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid var(--main-color);
    content: " ";
}
.site-header .main-menu .manu-wrapper .menu-element .search .search-form input {
    background: #f4f6f9;
    color: #555555;
    font-size: 13px;
    font-weight: 300;
    height: 55px;
    padding: 0 40px 0 25px;
    width: 363px;
    border: none;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    border-radius: 30px;
    outline: 0;
}
.site-header .main-menu .manu-wrapper .menu-element .search .search-form .form-wrapper{
	position: relative;
}
.site-header .main-menu .manu-wrapper .menu-element .search .search-form button{
	position: absolute;
	color: #fff;
	top: 0;
	right: 0;
	border-radius: 0 30px 30px 0;
	height: 100%;
	width: 58px;
	background-color: var(--main-color);
	outline: 0;
}
.site-header .main-menu .manu-wrapper .menu-element .menu-button{
	margin-left: 30px;
}
.site-header .main-menu .manu-wrapper .menu-element .menu-button a {
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 12px 32px;
	border: 1px solid var(--main-color);
	z-index: 1;
	overflow: hidden;
}
.site-header .main-menu .manu-wrapper .menu-element .menu-button a:hover{
    color: var(--title-color);
}
.site-header .main-menu .manu-wrapper .menu-element .menu-button a::before{
    content: '';
    position: absolute;
    height: 100%;
    background-color: var(--main-color);
    width: 50%;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.site-header .main-menu .manu-wrapper .menu-element .menu-button a:hover::before{
    left: -50%;
}
.site-header .main-menu .manu-wrapper .menu-element .menu-button a::after{
    content: '';
    position: absolute;
    height: 100%;
    background-color: var(--main-color);
    width: 50%;
    top: 0;
    right: 0;
    z-index: -1;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.site-header .main-menu .manu-wrapper .menu-element .menu-button a:hover::after{
    right: -50%;
}

/* Sub Menu */
.site-header .main-menu .manu-wrapper .menu-ul li.menu-item-has-children>a::after{
	content: "\f107";
	font-family: FontAwesome;
	font-size: 13px;
	margin-left: 5px;
	opacity: 0.5;
}
.site-header .main-menu .manu-wrapper .menu-ul li.menu-item-has-children li.menu-item-has-children>a::after{
	content: "\f105";
	margin-left: 5px;
}
.site-header .main-menu .manu-wrapper .menu-ul li .sub-menu{
	position: absolute;
	display: block;
	background-color: #fff;
	width: 270px;
	left: 0;
	top: 130%;
	visibility: hidden;
	opacity: 0;
	box-shadow: 0 0 5px rgb(0 0 0 / 15%);
	float: left;
	z-index: 99999;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.site-header .main-menu .manu-wrapper .menu-ul li:hover .sub-menu{
	top: 100%;
	visibility: visible;
	opacity: 1;
}
.site-header .main-menu .manu-wrapper .menu-ul li .sub-menu li{
	position: relative;
	transition: 0.3s;
}
.site-header .main-menu .manu-wrapper .menu-ul li .sub-menu li:hover{
	margin-left: 15px;
}
.site-header .main-menu .manu-wrapper .menu-ul li .sub-menu li::before{
	content: "";
	position: absolute;
	height: 1px;
	width: 15px;
	background-color: var(--main-color);
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	transition: 0.1s;
}
.site-header .main-menu .manu-wrapper .menu-ul li .sub-menu li:hover::before{
	opacity: 1;
}
.site-header .main-menu .manu-wrapper .menu-ul li .sub-menu li a{
	display: block;
	color: #616161;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 20px;
}
.site-header .main-menu .manu-wrapper .menu-ul li .sub-menu .sub-menu{
	left: 100%;
	top: 130%;
	visibility: hidden;
	opacity: 0;
}
.site-header .main-menu .manu-wrapper .menu-ul li .sub-menu li:hover .sub-menu{
	top: 0;
	visibility: visible;
	opacity: 1;
}

/* Transparent Menu */

.site-header .transparent-menu{
	position: fixed;
	width: 100%;
	z-index: 2;
}
.site-header .transparent-menu .manu-wrapper .menu-ul li a{
	color: #fff;
}
.site-header .transparent-menu .menu-element .search .search-icon i{
	color: #fff;
}
.sticky-nav .transparent-menu{
	background-color: var(--title-color);
}
.site-header .transparent-menu .manu-wrapper .menu-toggle i{
	color: #fff;
}
.site-header .transparent-menu .manu-wrapper .menu-element .menu-button a:hover{
    color: #fff;
}




/* Responsive Menu */

.site-header .main-menu .main-navigation .header-nav{
	display: flex;
	align-items: center;
	justify-content: end;
}
.site-header .main-menu .manu-wrapper .menu-toggle{
	display: none;
}
.site-header .main-menu .manu-wrapper .menu-toggle.times i:before{
	content: '\f00d';
}
.site-header .main-menu .manu-wrapper .menu-ul li .sub-menu-toggle{
	display: none;
}


@media(max-width: 991px){

	.site-header .top-bar{
		display: none;
	}
	.site-header .main-menu .manu-wrapper .menu-toggle{
		display: inline-block;
		float: right;
		height: 50px;
		width: 50px;
		text-align: center;
		line-height: 50px;
		font-size: 24px;
		cursor: pointer;
	}
	.site-header .main-menu .manu-wrapper .header-nav .search{
		display: none;
	}
	.site-header .main-menu .manu-wrapper .header-nav .menu-button{
		display: none;
	}
	.site-header .main-menu .main-navigation .header-nav {
	    display: none;
	}
	.site-header .main-menu .main-navigation .header-nav{
		position: absolute;
		z-index: 2;
		background-color: #fff;
		width: 100vw;
		left: 0;
		top: 100%;
	}
	.site-header .main-menu .manu-wrapper .header-nav .menu-ul{
		display: block;
		overflow: hidden;
	}
	.site-header .main-menu .manu-wrapper .menu-ul li{
		border-top: 1px solid #ddd;
	}
	.site-header .main-menu .manu-wrapper .menu-ul li a{
		display: block;
		font-size: 14px;
		font-weight: normal;
		padding: 1em 5%;
	}
	.site-header .main-menu .manu-wrapper .menu-ul li.menu-item-has-children > a::after{
	    position: absolute;
	    right: 30px;
	}


	/* Sub Menu */

	.site-header .main-menu .manu-wrapper .menu-ul li .sub-menu{
		position: relative;
		float: none;
		visibility: visible;
		opacity: 1;
		width: 100%;
		top: 0;
		box-shadow: none;
		transition: none;
		display: none;
	}
	.site-header .main-menu .manu-wrapper .menu-ul li:hover .sub-menu{
		top: 0;
	}
	.site-header .main-menu .manu-wrapper .menu-ul li .sub-menu-toggle{
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 50px;
		text-align: center;
		line-height: 50px;
		cursor: pointer;
	}
	.site-header .main-menu .manu-wrapper .menu-ul li .sub-menu li:hover{
		margin: 0;
	}
	.site-header .main-menu .manu-wrapper .menu-ul li .sub-menu li::before{
		display: none;
	}
	.site-header .main-menu .manu-wrapper .menu-ul li .sub-menu li a{
		display: inline-block;
		font-size: 14px;
		padding: 1em 10%;
	}



	.site-header .main-menu .manu-wrapper .menu-ul li .sub-menu .sub-menu{
		left: 0;
		top: 0;
		visibility: visible;
		opacity: 1;
	}
	.site-header .main-menu .manu-wrapper .menu-ul li .sub-menu .sub-menu li a{
		padding: 1em 15%;
	}

	.site-header .main-menu .manu-wrapper .menu-element{
		display: none;
	}

	/* Transparemt menu */

	.site-header .transparent-menu .manu-wrapper .menu-ul li a{
		color: var(--title-color);
	}
}

/*
==================
Header Style One
==================
*/


#sticky-header{
	transition: all 300ms ease;
}
.sticky-nav {
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	transition: 0.5s;
	background: #fff;
	box-shadow: 0 3px 18px rgb(2 21 78 / 9%);
}
.sticky-nav .header-area .header-wrapper .menu-wrapper .top-bar1{
	display: none;
}
.sticky-nav .header-area .header-wrapper .menu-wrapper{
	border: 0;
}
.header-area .header-wrapper{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-area .header-wrapper .menu-wrapper{
	border-left: 1px solid #eff3f8;
}
.header-area .header-wrapper .menu-wrapper .top-bar1{
	display: flex;
	justify-content: space-between;
	padding: 14px 0 14px 40px;
	border-bottom: 1px solid #eff3f8;
}
.header-area .header-wrapper .menu-wrapper .top-bar1 ul{
	margin: -3px 0;
	padding: 0;
	list-style: none;
	display: flex;
}
.header-area .header-wrapper .menu-wrapper .top-bar1 ul li{
	margin-right: 20px;
}
.header-area .header-wrapper .menu-wrapper .top-bar1 ul li a{
	position: relative;
	color: #7f8388;
	font-size: 14px;
}
.header-area .header-wrapper .menu-wrapper .top-bar1 p{
	color: #7f8388;
	font-size: 14px;
	font-weight: 500;
	margin: 0 40px 0 0;
}
.header-area .header-wrapper .menu-wrapper .top-bar1 p span{
	color: var(--main-color);
}
.header-area .header-wrapper .menu-wrapper .main-menu1{
	padding-left: 40px;
	display: flex;
	align-items: center;
}
.header-area .menu-wrapper .main-menu1 ul{
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}
.header-area .menu-wrapper .main-menu1 ul li{
	position: relative;
	margin-right: 30px;
}
.header-area .menu-wrapper .main-menu1 ul li a{
	display: inline-block;
	color: #1d1d1b;
	font-weight: bold;
	padding: 50px 0;
}
.header-area .header-wrapper .menu-wrapper .main-menu1 .menu-ul li .sub-menu-toggle{
	display: none;
}
.header-area .header-wrapper .menu-wrapper .main-menu1 .menu-ul li a::before{
	content: '';
	position: absolute;
	height: 2px;
	width: 0;
	background: var(--main-color);
	bottom: 0;
	left: 0;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.header-area .header-wrapper .menu-wrapper .main-menu1 .menu-ul li.active a::before{
	width: 100%;
}
.header-area .header-wrapper .menu-wrapper .main-menu1 .menu-ul li a:hover::before{
	width: 100%;
}

/* Sub Menu  */
.header-area .menu-wrapper .main-menu1 .menu-item-has-children a::after{
	margin-left: 5px;
	content: "\f107";
	font-family: FontAwesome;
	opacity: 1;
}
.header-area .menu-wrapper .main-menu1 ul li ul{
	display: block;
    position: absolute;
    z-index: 555;
    top: calc(100% + 15px);
    left: 0;
    min-width: 240px;
    white-space: nowrap;
    margin-top: 0;
    margin-left: 0;
    border-radius: 0;
    padding: 18px 0 24px;
    text-align: left;
    background-color: #fff;
    box-shadow: 0px 15px 38px 0px rgb(23 95 132 / 10%);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in;
}
.header-area .menu-wrapper .main-menu1 ul li:hover ul{
	z-index: 556;
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.header-area .menu-wrapper .main-menu1 ul li ul li{
	margin: 0;
}
.site-header .header-area .menu-wrapper .main-menu1 ul li ul li a{
	position: relative;
	display: block;
	padding: 5px 32px;
	transition: 0.3s;
}
.header-area .menu-wrapper .main-menu1 ul li ul li a:hover{
	color: var(--main-color);
}
.header-area .menu-wrapper .main-menu1 ul li ul li a::after,
.header-area .menu-wrapper .main-menu1 ul li ul li a::before{
	display: none;
}

.header-area .menu-wrapper .main-menu1 .menu-buttons li{
	margin-right: 15px;
}
.header-area .menu-wrapper .main-menu1 .menu-buttons .user{
	font-size: 18px;
	height: 60px;
    width: 60px;
    line-height: 56px;
    border: 2px solid var(--main-color);
    text-align: center;
    cursor: pointer;
}
.header-area .menu-wrapper .main-menu1 .menu-buttons .user ul{
	font-size: 16px;
	line-height: 1.5;
}
.header-area .menu-wrapper .main-menu1 .menu-buttons .user i{
	color: var(--main-color);
	height: 40px;
    width: 40px;
    line-height: 40px;
    background: #e7f1ff;
}
.header-area .menu-wrapper .main-menu1 ul .user:hover ul {
	top: 103%;
}
.header-area .menu-wrapper .main-menu1 .menu-buttons .button{
	display: inline-block;
	color: #fff;
	background-color: var(--main-color);
	padding: 18px 35px;
}
.header-area .header-wrapper .menu-toggle{
	display: none;
}

/* Mobile Logo */
.header-area .mobile-logo{
	display: none;
	margin-bottom: 30px;
}
.header-area .mobile-logo a{
	display: inline-block;
	height: 50px;
	width: 200px;
}






/* Style Two */
.sticky-nav .header-area.style-two{
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	transition: 0.5s;
	background: #fff;
	box-shadow: 0 3px 18px rgb(2 21 78 / 9%);
}
.menu-container{
	max-width: 1660px;
	margin: auto;
	padding: 0 15px;
}
.header-area.style-two .header-wrapper .menu-wrapper{
	border: 0;
}
.header-area.style-two .header-wrapper .menu-wrapper .main-menu1{
	padding: 0;
}
.header-area.style-two .menu-contact {
	display: flex;
	align-items: center;
	margin-left: 25px;
}
.header-area.style-two .menu-contact .contact-wrapper {
	display: flex;
	align-items: center;
	border-right: 1px solid #e6e6e6;
	margin-right: 25px;
	padding-right: 25px;
}
.header-area.style-two .menu-contact .contact-wrapper .icon{
	margin-right: 20px;
}
.header-area.style-two .menu-contact .contact-wrapper .icon i{
	color: var(--main-color);
	font-size: 36px;
}
.header-area.style-two .menu-contact .contact-wrapper .content p{
	color: #7f8388;
	font-size: 14px;
	margin: 0 0 2px;
}
.header-area.style-two .menu-contact .contact-wrapper .content h4{
	color: #1d1d1b;
	font-size: 22px;
	font-weight: bold;
	margin: 0;
}
.header-area.style-two .menu-contact .menu-search{
	position: relative;
}
.header-area.style-two .menu-contact .menu-search .search-icon{
	cursor: pointer;
}
.header-area.style-two .menu-contact .menu-search .search-input {
	position: absolute;
	top: 55px;
	right: 0;
	background: #fff;
	z-index: 10;
	padding: 20px;
	display: none;
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.4);
}
.header-area.style-two .menu-contact .menu-search .search-input::before {
	content: '';
	position: absolute;
	height: 20px;
	width: 15px;
	background: #fff;
	bottom: 100%;
	right: 0;
	clip-path: solute(100% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.header-area.style-two .menu-contact .menu-search .search-input input{
	outline: 0;
	border: 0;
	padding: 8px 15px;
	border: 1px solid rgba(0, 0, 0, 0.2);
}
.header-area.style-two .menu-contact .menu-search .search-icon.search-active + .search-input{
	display: block;
}
.header-area .header-wrapper .menu-wrapper .main-menu1 .menu-items li .sub-menu-toggle{
	display: none;
}

/* Style Three */
.site-header .header-area.style3 {
	position: absolute;
	width: 100%;
	z-index: 99;
	top: 30px;
}
.site-header .header-area.style3 .header-wrapper {
	position: relative;
	background-color: #fff;
	padding: 0 30px;
}
.site-header .header-area.style3 .header-wrapper::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 96%;
	background-color: var(--main-color);
	z-index: -1;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;
}
.site-header.sticky-nav .header-area.style3 .header-wrapper::after{
	display: none;
}
.site-header .header-area.style3 .header-wrapper .menu-wrapper {
	border-left: none;
}
.sticky-nav {
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	transition: 0.5s;
	background: #fff;
	box-shadow: 0 3px 18px rgb(2 21 78 / 9%);
}
.sticky-nav .header-area.style3{
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	transition: 0.5s;
	background: #fff;
	box-shadow: 0 3px 18px rgb(2 21 78 / 9%);
}
.site-header .header-area.style3 .menu-wrapper .main-menu1 ul li a{
	color: #616161;
	padding: 38px 0;
}
.site-header .header-area.style3 .menu-wrapper .main-menu1 .menu-buttons .button{
	color: #fff;
	padding: 18px 35px;
}
.site-header .header-area.style3 .menu-wrapper .main-menu1 ul li ul li a{
	padding: 5px 32px;
}
.site-header .header-area.style3 .menu-wrapper .main-menu1 .menu-buttons li:last-child{
	margin-right: 0;
}
.site-header .header-area.style3 .menu-wrapper .main-menu1 .menu-buttons li{
	display: flex;
	align-items: center;
}
.site-header .header-area.style3 .menu-wrapper .main-menu1 .menu-buttons li.search{
	margin-right: 50px;
}
.site-header .header-area.style3 .menu-wrapper .main-menu1 .menu-buttons li.contact i{
	color: var(--main-color);
	font-size: 40px;
	margin-right: 15px;
}
.site-header .header-area.style3 .menu-wrapper .main-menu1 .menu-buttons li.contact .text p{
	margin-bottom: 5px;
}

/* Transparent Menu */
.sticky-nav .transparent-menu.style3{
	background-color: #061738;
}
.site-header .transparent-menu.style3{
	top: 0;
}
.site-header .transparent-menu.style3 .header-wrapper{
	background-color: transparent;
}
.site-header .transparent-menu.style3 .header-wrapper::after{
	background-color: transparent;
}
.site-header .transparent-menu.style3 .menu-wrapper .main-menu1 ul li a {
	color: #fff;
}
.site-header .transparent-menu.style3 .menu-wrapper .main-menu1 ul li .sub-menu li a {
	color: #061738;
}
.site-header .transparent-menu.style3 .menu-wrapper .main-menu1 .menu-buttons li.search i,
.site-header .transparent-menu.style3 .menu-wrapper .main-menu1 .menu-buttons li.contact .text p,
.site-header .transparent-menu.style3 .menu-wrapper .main-menu1 .menu-buttons li.contact .text h6 {
    color: #fff;
}


/*
==================
Breadcumb
==================
*/
.breadcrumb-area{
	position: relative;
	background-image: url('../images/breadcrumb-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}
.breadcrumb-area .title{
	padding: 134px 0 125px;
}
.breadcrumb-area .title h1{
	color: #fff;
	font-size: 65px;
	font-weight: bold;
}
.breadcrumb-area .breadcrumb-items{
	border-top: 1px solid #dde6ee;
	padding: 25px 0 27px;
}
.breadcrumb-area .breadcrumb-items ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.breadcrumb-area .breadcrumb-items ul li i{
	margin-right: 5px;
	font-size: 20px;
}
.breadcrumb-area .breadcrumb-items ul li{
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	margin: 0 3px;
	text-transform: uppercase;
}
.breadcrumb-area .breadcrumb-items ul li:last-child{
	color: var(--main-color);
}
.breadcrumb-area .breadcrumb-items ul li a{
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

/*
==================
Blog Global
==================
*/
.entry-title{
	word-wrap: break-word;
	line-height: 1.3;
}

/*
====================
Post Info
====================
*/
.post .blog-content .post-info {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 20px;
}
.post .blog-content .post-info .author-img{
	margin-right: 20px;
}


/*
====================
Archive, Blog List
====================
*/
.archive-page,
.blog-list{
	padding: 100px 0 100px;
}
.archive-page .site-main .post:last-child,
.blog-list .site-main .post:last-child{
	margin-bottom: 0;
}
.archive-page .post,
.blog-list .post{
	margin-bottom: 40px;
	background-color: #fff;
	transition: all 0.3s ease-in-out 0s;
}
.blog-list .post .blog-thumb{
	height: 480px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.archive-page .post .blog-content,
.blog-list .post .blog-content{
	padding: 22px 0 0;
}
.archive-page .entry-title a,
.blog-list .entry-title a{
	color: #232323;
	font-weight: bold;
	transition: 0.3s;
}
.archive-page .entry-title a:hover,
.blog-list .entry-title a:hover{
	color: var(--main-color);
}
.archive-page .post .blog-content .entry-meta,
.blog-list .post .blog-content .entry-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.archive-page .post .blog-content .entry-meta .meta-views,
.archive-page .post .blog-content .entry-meta .meta-comment,
.blog-list .post .blog-content .entry-meta .meta-views,
.blog-list .post .blog-content .entry-meta .meta-comment{
	margin-right: 30px;
}
.archive-page .post .blog-content .entry-meta i,
.blog-list .post .blog-content .entry-meta i{
	margin-right: 5px;
}
.archive-page .post .blog-content .entry-meta .meta-views,
.archive-page .post .blog-content .entry-meta .meta_comments,
.archive-page .post .blog-content .entry-meta span,
.blog-list .post .blog-content .entry-meta .meta-views,
.blog-list .post .blog-content .entry-meta .meta_comments,
.blog-list .post .blog-content .entry-meta span{
	color: #818790;
	font-size: 14px;
}

.archive-page .post .blog-content .entry-title,
.blog-list .post .blog-content .entry-title{
	margin: 11px 0 25px 0;
}
.archive-page .post .blog-content .entry-content p,
.blog-list .post .blog-content .entry-content p{
	font-size: 18px;
	margin-bottom: 35px;
}
.archive-page .post .blog-content .entry-content .read-more a,
.blog-list .post .blog-content .entry-content .read-more a{
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	background-color: var(--main-color);
	padding: 12px 34px;
}

/*
==================
Blog Grid
==================
*/
.blog-grid{
	padding: 100px 0 70px;
}
.blog-grid .post{
	border: 1px solid #e6e6e6;
	margin-bottom: 30px;
	background-color: #fff;
	transition: all 0.3s ease-in-out 0s;
}
.blog-grid .post:hover{
	border-color: transparent;
	box-shadow: 6px 5px 30px rgb(0 0 0 / 12%);
}
.blog-grid .post .blog-content{
	padding: 30px 40px 30px;
}
.blog-grid .entry-title a:hover{
	color: var(--main-color);
}
.blog-grid .post .blog-content .entry-meta .author{
	position: relative;
	color: var(--main-color);
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0 24px 0 0;
}
.blog-grid .post .blog-content .entry-meta .author::after{
	content: '';
	position: absolute;
	height: 2px;
	width: 5px;
	background-color: var(--main-color);
	bottom: 7px;
	right: -16px;
}
.blog-grid .post .blog-content .entry-meta .date{
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
}
.blog-grid .post .blog-content .entry-title{
	font-size: 20px;
	font-weight: bold;
	margin: 18px 0 2px 0;
}
.blog-grid .post .blog-content .entry-title a{
	color: var(--title-color);
	transition: 0.3s;
}
.blog-grid .post .blog-content .entry-title a:hover{
	color: var(--main-color);
}
.blog-grid .post .blog-content .read-more {
	color: var(--main-color);
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	margin-top: 14px;
}
.blog-grid .post .blog-content .read-more i {
	font-size: 20px;
	margin: 4px 0 0 2px;
}

/*
==================
Pagination
==================
*/
.solute-pagination{
	margin-top: 50px;
}
.solute-pagination .paginations ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}
.solute-pagination .paginations ul li{
	margin-right: 7px;
}
.solute-pagination .paginations ul li a,
.solute-pagination .paginations ul li span.current{
	display: inline-block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 0 5px rgb(0 0 0 / 20%);
	border-radius: 4px;
}
.solute-pagination .paginations ul li span.current{
	color: #fff;
	background-color: var(--main-color);
}


/*
==================
Blog Details
==================
*/
.blog-details{
	padding: 100px 0 100px;
}
.blog-details .type-attachment,
.blog-details .post{
	margin-bottom: 40px;
	background-color: #fff;
	transition: all 0.3s ease-in-out 0s;
}
.blog-details .post .blog-thumb{
	height: 480px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.blog-details .type-attachment .blog-content,
.blog-details .post .blog-content{
	padding: 35px 0 40px;
}
.blog-details .post .blog-content{
	padding-bottom: 0;
}
.blog-details .post .blog-content .entry-header{
	margin-bottom: 25px;
}
.blog-details .post .blog-content .entry-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.blog-details .post .blog-content .entry-meta .meta-views,
.blog-details .post .blog-content .entry-meta .meta-comment{
	margin-right: 30px;
}
.blog-details .post .blog-content .entry-meta i{
	margin-right: 5px;
}
.blog-details .post .blog-content .entry-meta .meta-views,
.blog-details .post .blog-content .entry-meta .meta_comments,
.blog-details .post .blog-content .entry-meta span{
	color: #818790;
	font-size: 14px;
}
.blog-details .post .blog-content .entry-content h2{
	margin-bottom: 22px;
}
.blog-details .post .blog-content .entry-content blockquote{
	color: #0d1e35;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	background-image: url(../images/quote-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin: 40px 0 45px;
	padding: 53px 105px 50px;
}
.blog-details .post .blog-content .entry-content blockquote cite{
	color: var(--main-color);
	font-size: 16px;
}
.blog-details .post .blog-content .page-links{
	margin-top: 24px;
}
.blog-details .post .blog-content .page-links span{
	display: inline-block;
	color: #fff;
	font-size: 14px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	background-color: var(--main-color);
}
.blog-details .post .blog-content .page-links a{
	display: inline-block;
	font-size: 14px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
}
.blog-details .attachment .blog-content .entry-footer,
.blog-details .post .blog-content .entry-footer{
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	margin: 40px 0 0;
	padding: 20px 0;
}
.blog-details .post .blog-content .entry-footer .post-tags{
	display: flex;
	align-items: center;
}
.blog-details .post .blog-content .entry-footer .post-tags h5{
	margin-right: 18px;
	margin-bottom: 0;
}
.blog-details .post .blog-content .entry-footer .post-tags a{
	display: inline-block;
	color: #818790;
	font-size: 14px;
	padding: 7px 15px;
	text-align: center;
	margin-right: 10px;
	background-color: #eef1f4;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.blog-details .post .blog-content .entry-footer .post-tags a:hover{
	color: #fff;
	background-color: var(--main-color);
}
.blog-details .post .blog-content .entry-footer .social-share{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.blog-details .post .blog-content .entry-footer .social-share h5{
	margin-right: 18px;
	margin-bottom: 0;
}
.blog-details .attachment .blog-content .entry-footer .social-share ul,
.blog-details .post .blog-content .entry-footer .social-share ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
}
.blog-details .attachment .blog-content .entry-footer .social-share ul li,
.blog-details .post .blog-content .entry-footer .social-share ul li{
	margin-right: 10px;
}
.blog-details .attachment .blog-content .entry-footer .social-share ul li a,
.blog-details .post .blog-content .entry-footer .social-share ul li a{
	display: inline-block;
}
.blog-details .post .blog-content .entry-footer .social-share ul li a i{
	display: inline-block;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	background-color: #eef1f4;
}
.blog-details .post .blog-content .entry-footer .social-share ul li a i.bi-facebook{
	color: #fff;
	background-color: #4267B2;
}
.blog-details .post .blog-content .entry-footer .social-share ul li a i.bi-twitter{
	color: #fff;
	background-color: #1DA1F2;
}
.blog-details .post .blog-content .entry-footer .social-share ul li a i.bi-instagram{
	color: #fff;
	background-color: #d63084;
}
.blog-details .post .blog-content .entry-footer .social-share ul li a i.bi-linkedin{
	color: #fff;
	background-color: #0077b5;
}

.blog-details .post-navigation{
	margin: 0 0 41px;
}
.blog-details .post-navigation .nav-links .nav-previous a,
.blog-details .post-navigation .nav-links .nav-next a{
	font-weight: 600;
}
.blog-details .post-navigation .nav-links .nav-previous a i{
	margin-right: 10px;
}
.blog-details .post-navigation .nav-links .nav-next a i{
	margin-left: 10px;
}
.blog-details .author-bio{
	margin: 0 0 65px;
	padding: 60px 30px 60px 60px;
	background-color: #eef1f4;
	border-right: 10px solid var(--main-color);
}
.blog-details .author-bio .author-text h3{
	font-size: 30px;
}
.blog-details .author-bio .author-img{
	float: left;
	margin-right: 30px;
}
.blog-details .author-bio .author-text .media-heading a{
	color: #232323;
	font-weight: 800;
}

.blog-details .comments-area .comments-title{
	margin-bottom: 30px;
}
.blog-details .comments-area .comment-respond{
	background-color: #eef1f4;
	padding: 72px 80px 80px;
}
.blog-details .comments-area .commment_title{
	margin-bottom: 38px;
}
.blog-details .comments-area .commment_title #cancel-comment-reply-link{
	font-size: 16px;
}
.blog-details .comments-area .form-control{
	height: 54px;
	background-color: #fff;
	padding: 6px 20px;
	border: 0;
	border-radius: 0;
}
.blog-details .comments-area .name-field,
.blog-details .comments-area .email-field{
	margin-bottom: 20px;
}
.blog-details .comments-area textarea.form-control{
	height: auto;
}
.blog-details .comments-area .comment_field{
	margin-bottom: 30px;
}
.blog-details .comments-area .button{
	color: #fff;
	background-color: var(--main-color);
	border: 0;
	outline: 0;
	padding: 18px 35px;
}

/* Comment Style */
.comments-area ol{
	list-style: none;
}
.comments-area .comment-list{
	margin: 0;
	padding: 0;
}
.comments-area .comment-list .comment{
	margin-bottom: 20px;
}
.comments-area .comment-list .comment .children{
	margin-top: 20px;
}
.comments-area .comment-list .comment-body{
	position: relative;
	padding: 45px 45px 27px;
	background-color: #fff;
	border-radius: 7px;
	box-shadow: 0 3px 19px rgb(0 0 0 / 8%);
}
.comments-area .comment-list .comment-body .reply{
	position: absolute;
	top: 45px;
	right: 45px;
}
.comments-area .comment-list .comment-body .reply a{
	display: inline-block;
	padding: 5px 15px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
}
.comments-area .comment-list .comment-body .reply a:hover{
	color: #fff;
	background-color: var(--main-color);
    border: 1px solid var(--main-color);
}
.comments-area .comment-list .comment .comment-respond{
	margin-top: 20px;
}

/*
==================
 Portfolio Details
==================
*/

.portfolio-details{
	padding: 100px 0 100px;
}
.portfolio-details .portfolio-thumb{
	margin-bottom: 20px;
}

/*
===================
Widgets
===================
*/
.widget-area .widget{
	margin-bottom: 40px;
	padding: 35px 40px 35px;
	background-color: #eef1f4;
}
.widget-area .widget:last-child{
	margin-bottom: 0;
}
.widget-area .widget h2{
	position: relative;
	font-size: 21px;
	margin-bottom: 20px;
}
.widget-area .widget ul,
.widget-area .widget ol{
	margin: 0;
	padding: 0;
	list-style: none;
}
.widget-area .widget ul li a,
.widget-area .widget ol li a{
	color: #616161;
}
.widget-area .widget ul li a:hover,
.widget-area .widget ol li a:hover{
	color: #0C5ADB;
}

/*
===================
Search Result Page
===================
*/
.search-result{
	background-color: #f6f6f6;
	padding: 100px 0;
}
.search-result .site-main .post:last-child{
	margin-bottom: 0;
}
.search-result .post{
	border: 1px solid #e6e6e6;
	border-radius: 7px;
	margin-bottom: 40px;
	background-color: #fff;
	transition: all 0.3s ease-in-out 0s;
}
.search-result .post:hover{
	border-color: transparent;
	box-shadow: 6px 5px 30px rgb(0 0 0 / 12%);
}
.search-result .post .blog-content{
	padding: 28px 35px 30px;
}
.search-result .entry-title a{
	color: #232323;
	font-size: 30px;
	font-weight: 800;
	transition: 0.3s;
}
.search-result .entry-title a:hover{
	color: var(--main-color);
}
.search-result .post .blog-content .entry-meta .author{
	position: relative;
	margin: 0 24px 0 0;
}
.search-result .post .blog-content .entry-meta .author::after{
	content: '';
	position: absolute;
	height: 14px;
	width: 1px;
	background-color: #616161;
	bottom: 2px;
	right: -13px;
}
.search-result .post .blog-content .entry-meta .meta_comments{
	position: relative;
	margin: 0 0 0 24px;
}
.search-result .post .blog-content .entry-meta .meta_comments::before{
	content: '';
	position: absolute;
	height: 14px;
	width: 1px;
	background-color: #616161;
	bottom: 2px;
	left: -13px;
}
.search-result .post .blog-content .entry-title{
	margin: 11px 0 20px 0;
}
.search-result .post .blog-content .entry-content p{
	margin: 0;
}

/*
==================
404
==================
*/
.four-zero-four{
	background-color: #F6F6F6;
	padding: 97px 0 100px;
}
.four-zero-four .error-404{
	text-align: center;
}
.four-zero-four .error-404 .title h1{
	color: var(--main-color);
	font-size: 300px;
	font-weight: 900;
	line-height: 1;
}
.four-zero-four .error-404 .page-content{
	margin-top: 5px;
}
.four-zero-four .error-404 .page-content p{
	margin-bottom: 37px;
}
.four-zero-four .error-404 .page-content a{
    position: relative;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	border: 1px solid var(--main-color);
	padding: 12px 32px;
	z-index: 1;
    overflow: hidden;
}
.four-zero-four .error-404 .page-content a:hover {
	color: var(--title-color);
}
.four-zero-four .error-404 .page-content a::before {
	content: '';
	position: absolute;
	height: 100%;
	background-color: var(--main-color);
	width: 50%;
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.four-zero-four .error-404 .page-content a:hover::before {
	left: -50%;
}
.four-zero-four .error-404 .page-content a::after {
	content: '';
	position: absolute;
	height: 100%;
	background-color: var(--main-color);
	width: 50%;
	top: 0;
	right: 0;
	z-index: -1;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.four-zero-four .error-404 .page-content a:hover::after {
	right: -50%;
}

/*
==================
Contact Page
==================
*/
.contact-form input[type="text"],
.contact-form input[type="email"]{
	height: 60px;
	width: 100%;
	margin-bottom: 20px;
	border: 0;
	border-radius: 0;
	outline: 0;
	padding: 10px 30px;
}
.contact-form select{
	color: rgba(0, 0, 0, 0.6);
	height: 60px;
	width: 100%;
	margin-bottom: 20px;
	border: 0;
	outline: 0;
	padding: 10px 30px;
}
.contact-form select option{
	background-color: #fff;
}
.contact-form textarea{
	width: 100%;
	border: 0;
	outline: 0;
	padding: 10px 30px;
	border-radius: 0;
}
.contact-form button {
	font-size: 16px;
	font-weight: bold;
	height: 60px;
	width: 200px;
	border: 0;
	background: var(--main-color);
	color: #fff;
	margin-top: 27px;
}

/*
==================
Footer
==================
*/
.site-footer{
	background-color: #111a3a;
}
.site-footer .footer-widget{
	padding: 95px 0 55px;
}
.site-footer .footer-widget .widget-title{
	color: #fff;
	font-size: 22px;
	margin: 0 0 35px;
}
.site-footer .footer-widget .widget .footer-logo img{
	margin-bottom: 30px;
}
.site-footer .footer-widget .widget p{
	color: #fff;
}
.site-footer .footer-widget .widget ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.site-footer .footer-widget .widget ul li{
	position: relative;
	margin-bottom: 13px;
	padding-left: 25px;
}
.site-footer .footer-widget .widget ul li::before{
	content: '';
	position: absolute;
	height: 1px;
	width: 10px;
	left: 0;
	top: 50%;
	background-color: #fff;
}
.site-footer .footer-widget .widget ul li a{
	color: #fff;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.site-footer .footer-widget .widget ul li a:hover{
	color: var(--main-color);
}

/* About Widget */
.site-footer .footer-widget .widget .about-footer .footer-sociala-icon{
	display: none;
}

/* Recent Post Widget */
.site-footer .footer-widget .widget .recent-post-item{
	border-bottom: 1px solid #E8E8E8;
	margin-bottom: 19px;
	padding-bottom: 5px;
}
.site-footer .footer-widget .widget .recent-post-item:last-child{
	border-bottom: 0;
}
.site-footer .footer-widget .widget .recent-post-item .recent-post-image{
	float: left;
	margin-right: 25px;
}
.site-footer .footer-widget .widget .recent-post-item .recent-post-image a{
	display: inline-block;
}
.site-footer .footer-widget .widget .recent-post-item .recent-post-text{
	overflow: hidden;
}
.site-footer .footer-widget .widget .recent-post-item .recent-post-text h4{
	margin-bottom: 4px;
}
.site-footer .footer-widget .widget .recent-post-item .recent-post-text h4 a{
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.site-footer .footer-widget .widget .recent-post-item .recent-post-text .rcomment{
	color: #fff;
	font-size: 13px;
	font-weight: 400;
}
.site-footer .copyright{
	background-color: var(--main-color);
}
.site-footer .copyright .copyright-wrapper{
	padding: 20px 0;
	border-top: 1px solid rgba(255,255,255,.23);
}
.site-footer .copyright .copyright-text p{
	color: #fff;
	margin: 0;
}
.site-footer .copyright .copyright-menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: end;
	flex-wrap: wrap;
}
.site-footer .copyright .copyright-menu ul li{
	margin-right: 25px;
}
.site-footer .copyright .copyright-menu ul li a{
	color: #fff;
}
.site-footer .copyright .copyright-menu ul li .sub-menu{
	display: none;
}










