@import url("farsi-fonts-styles/primary-iran-yekan.css");
@import url("farsi-fonts-styles/secondary-pinar.css");

/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/

html {
	font-size: 15px;
}
body {
	font-family: "primary-font", "segoe ui", "tahoma";
	direction: rtl;
	background-color: #fff;
	font-size: 16px;
	color: #6b6b6b;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
@media (max-width: 767px) {
	body {
		font-size: 14px;
	}
}
.ltr_text {
	display: inline-block;
	direction: ltr;
}
.fa {
	vertical-align: middle;
}
p {
	color: #6b6b6b;
	line-height: 2;
	margin-bottom: 1.4em;
}
h2,
h3,
h4,
h5 {
	font-weight: bold;
	color: #2d2c2c;
	margin-top: -0.2em;
	line-height: 1.85;
	font-family: "primary-font", "segoe ui", "tahoma";
}
h2 {
	font-family: "primary-font", "segoe ui", "tahoma";
}
ul {
	list-style-type: none;
	padding-right: 0;
	margin: 0;
}
a,
button {
	text-decoration: none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
a {
	color: #051429;
	margin: 0;
	padding: 0;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover,
a:focus {
	color: #D92228;
	text-decoration: none;
	outline: none;
}
img {
	max-width: 100%;
}

/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/

.page-wrapper {
	position: relative;
	overflow: hidden;
}
.section-padding {
	padding: 100px 0;
}
@media (max-width: 991px) {
	.section-padding {
		padding: 90px 0;
	}
}
@media (max-width: 767px) {
	.section-padding {
		padding: 80px 0;
	}
}

/*** contact form error handling ***/

.contact-validation-active .error-handling-messages {
	margin-top: 15px;
}
.contact-validation-active #loader {
	display: none;
	margin-top: 10px;
}
.contact-validation-active #loader i {
	font-size: 30px;
	font-size: 2rem;
	color: #D92228;
	display: inline-block;
	-webkit-animation: rotating linear 2s infinite;
	animation: rotating linear 2s infinite;
}
.contact-validation-active #success,
.contact-validation-active #error {
	width: 100%;
	color: #fff;
	padding: 5px 10px;
	font-size: 16px;
	text-align: center;
	display: none;
	line-height: 1.85;
}
@media (max-width: 767px) {
	.contact-validation-active #success,
	.contact-validation-active #error {
		font-size: 15px;
	}
}
.contact-validation-active #success {
	background-color: #009a00;
	border-right: 5px solid green;
	margin-bottom: 5px;
}
.contact-validation-active #error {
	background-color: #ff1a1a;
	border-right: 5px solid red;
}

/*** back to top **/
@-webkit-keyframes rotating {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}
@keyframes rotating {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

/*--------------------------------------------------------------
#0.3  header
--------------------------------------------------------------*/

.site-header {
	/* navigation open and close btn hide for width screen */
	/* style for navigation less than 992px */
	/*navbar collaps less then 992px*/
}
.header-language-text {
	font-family: 'Franklin Gothic Medium';
	color: #D92228;
	font-size: 20px;
	display: block;
	text-align: start;
}
.header-language-text:hover {
	color: #860004;
	font-size: 21px;
}
.header-number-text {
	font-family: 'Franklin Gothic Medium';
	color: #D92228;
	font-size: 13px;
	display: block;
}
.header-number-text:hover{
	color: #860004;
	font-size: 14px;
}
.header-padding-menu {
	padding-left: 7%;
}

.co-header-items img{
	width: 30px;
	height: 30px;
	display: inline-block;
	float: left;
}
.site-header .navigation {
	background-color: #fff;
	margin-bottom: 0;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}
.site-header .navigation.original {
	z-index: 99999;
}
.site-header .navigation > .container {
	position: fixed;
    background-color: #051429;
    /* margin-top: 200px; */
    width: 100%;
    height: 100px;
}
.site-header #navbar {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	/*** mega-menu style ***/
}
.site-header #navbar > ul li a:hover,
.site-header #navbar > ul li a:focus {
	text-decoration: none;
	color: #D92228;
}
@media screen and (min-width: 992px) {
	.site-header #navbar {
		/*** hover effect ***/
	}
	.site-header #navbar li {
		position: relative;
	}
	.site-header #navbar > ul > li > a {
		font-weight: 600;
		position: relative;
		z-index: 2;
	}
	.site-header #navbar > ul > li > a:hover {
		color: #D92228;
	}
	.site-header #navbar > ul > li.current-menu-parent > a:before,
	.site-header #navbar > ul > li.current-menu-item > a:before {
		opacity: 1;
	}
	.site-header #navbar > ul > li.current-menu-parent > a,
	.site-header #navbar > ul > li.current-menu-item > a {
		color: #D92228;
	}
	.site-header #navbar > ul .sub-menu {
		background-color: #fff;
		width: 250px;
		padding: 5px 12px;
		position: absolute;
		right: 0;
		top: 130%;
		z-index: 10;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-ms-transition: all 0.3s;
		transition: all 0.3s;
		-webkit-box-shadow: 0px 15px 60px -19px black;
		box-shadow: 0px 15px 60px -19px black;
	}
	.site-header #navbar > ul .sub-menu li.current-menu-item a {
		color: #D92228;
	}
	.site-header #navbar > ul .sub-menu li.current-menu-parent > a {
		color: #D92228;
	}
	.site-header #navbar > ul > li .sub-menu li {
		border-bottom: 1px solid #f2f2f2;
	}
	.site-header #navbar > ul > li .sub-menu li:last-child {
		border-bottom: 0;
	}
	.site-header #navbar > ul > li .sub-menu a {
		font-size: 15px;
		font-size: 1rem;
		font-weight: normal;
		color: #222a35;
		display: block;
		padding: 10px 15px;
	}
	.site-header #navbar > ul > li .sub-menu a:hover {
		color: #D92228;
	}
	.site-header #navbar > ul > li > .sub-menu .sub-menu {
		right: 110%;
		top: 0;
	}
	.site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
		position: relative;
	}
	.site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
		font-family: "themify";
		content: "\e64a";
		font-size: 11px;
		font-size: 0.73333rem;
		position: absolute;
		left: 15px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.site-header #navbar > ul > li:hover > .sub-menu {
		top: 100%;
		visibility: visible;
		opacity: 1;
	}
	.site-header #navbar .sub-menu > li:hover > .sub-menu {
		right: 100%;
		visibility: visible;
		opacity: 1;
	}
}
@media (max-width: 991px) {
	.site-header #navbar > ul > li a {
		display: block;
		font-size: 14px;
		font-size: 0.93333rem;
		line-height: 1.6;
	}
	.site-header #navbar > ul > li .sub-menu li {
		border-bottom: 1px solid #e6e6e6;
	}
	.site-header #navbar > ul .sub-menu > li:last-child {
		border-bottom: 0;
	}
	.site-header #navbar > ul > li > .sub-menu a {
		padding: 8px 45px 8px 15px;
	}
	.site-header #navbar > ul > li > .sub-menu .sub-menu a {
		padding: 8px 65px 8px 15px;
	}
	.site-header #navbar > ul .menu-item-has-children > a {
		position: relative;
	}
	.site-header #navbar > ul .menu-item-has-children > a:before {
		font-family: "themify";
		content: "\e64b";
		font-size: 11px;
		font-size: 0.73333rem;
		position: absolute;
		left: 15px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
@media screen and (min-width: 992px) {
	.site-header #navbar {
		/*** hover effect ***/
	}
	.site-header #navbar .has-mega-menu {
		position: static;
	}
	.site-header #navbar .mega-menu,
	.site-header #navbar .half-mega-menu {
		background-color: #fff;
		padding: 20px;
		border-top: 2px solid #D92228;
		position: absolute;
		left: 0;
		top: 120%;
		z-index: 10;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-ms-transition: all 0.3s;
		transition: all 0.3s;
	}
	.site-header #navbar .mega-menu {
		width: 1140px;
		left: 15px;
	}
	.site-header #navbar .half-mega-menu {
		width: 585px;
	}
	.site-header #navbar .mega-menu-box-title {
		font-size: 14px;
		font-size: 0.93333rem;
		font-weight: bold;
		display: block;
		padding-bottom: 7px;
		margin-bottom: 7px;
		border-bottom: 1px solid #e6e6e6;
	}
	.site-header #navbar .mega-menu-list-holder li a {
		font-size: 14px;
		font-size: 0.93333rem;
		display: block;
		padding: 7px 8px;
		margin-right: -8px;
	}
	.site-header #navbar .has-mega-menu:hover > ul {
		top: 100%;
		visibility: visible;
		opacity: 1;
	}
}
@media (max-width: 1199px) {
	.site-header #navbar > ul .mega-menu {
		width: 950px;
		left: 15px;
	}
	.site-header #navbar > ul .half-mega-menu {
		width: 485px;
	}
}
@media (max-width: 991px) {
	.site-header #navbar > ul .mega-menu,
	.site-header #navbar > ul .half-mega-menu {
		width: auto;
	}
	.site-header #navbar > ul .mega-menu .row,
	.site-header #navbar > ul .half-mega-menu .row {
		margin: 0;
	}
	.site-header #navbar .mega-menu-content > .row > .col {
		margin-bottom: 25px;
	}
}
@media (max-width: 991px) {
	.site-header #navbar .mega-menu .mega-menu-list-holder a {
		padding: 5px 40px 5px 15px;
	}
	.site-header #navbar .mega-menu .mega-menu-box-title {
		font-size: 14px;
		font-size: 0.93333rem;
		display: block;
		border-bottom: 1px dotted #b3b3b3;
		padding: 0 5px 4px 0;
		margin: 0 25px 8px 25px;
	}
}
@media screen and (min-width: 992px) {
	.site-header .navbar-header .open-btn {
		display: none;
	}
	.site-header #navbar .close-navbar {
		display: none;
	}
}
@media (max-width: 991px) {
	.site-header {
		/* class for show hide navigation */
	}
	.site-header .container {
		width: 100%;
	}
	.site-header .navbar-header button {
		background-color: #D92228;
		width: 40px;
		height: 35px;
		border: 0;
		padding: 5px 10px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-o-border-radius: 3px;
		-ms-border-radius: 3px;
		border-radius: 3px;
		outline: 0;
		position: absolute;
		left: 15px;
		top: 6px;
		z-index: 20;
	}
	.site-header .navbar-header button span {
		background-color: #fff;
		display: block;
		height: 2px;
		margin-bottom: 5px;
	}
	.site-header .navbar-header button span:last-child {
		margin: 0;
	}
	.site-header #navbar {
		background: #fff;
		display: block !important;
		width: 280px;
		height: 100% !important;
		margin: 0;
		padding: 0;
		border-right: 1px solid #cccccc;
		border-left: 1px solid #cccccc;
		position: fixed;
		left: -300px;
		top: 0;
		z-index: 100;
	}
	.site-header #navbar ul a {
		color: #000;
	}
	.site-header #navbar ul a:hover,
	.site-header #navbar ul li.current a {
		color: #D92228;
	}
	.site-header #navbar .navbar-nav {
		height: 100%;
		overflow: auto;
	}
	.site-header #navbar .close-navbar {
		background-color: #D92228;
		width: 40px;
		height: 40px;
		color: #fff;
		border: 0;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-o-border-radius: 50%;
		-ms-border-radius: 50%;
		border-radius: 50%;
		outline: none;
		position: absolute;
		right: -18px;
		top: 10px;
		z-index: 20;
	}
	.site-header #navbar > ul > li {
		border-bottom: 1px solid #cccccc;
	}
	.site-header #navbar > ul > li > a {
		padding: 10px 35px 10px 15px;
	}
	.site-header .slideInn {
		left: 0 !important;
	}
}
@media (max-width: 767px) {
	.site-header .navbar-header .navbar-brand {
		font-size: 24px;
	}
	.site-header #navbar .navbar-nav {
		margin: 0;
	}
}
@media (max-width: 991px) {
	.site-header .navbar-collapse.collapse {
		display: none;
	}
	.site-header .navbar-collapse.collapse.in {
		display: block;
	}
	.site-header .navbar-header .collapse,
	.site-header .navbar-toggle {
		display: block;
	}
	.site-header .navbar-header {
		float: none;
	}
	.site-header .navbar-right {
		float: none;
	}
	.site-header .navbar-nav {
		float: none;
		display: block;
	}
	.site-header .navbar-nav > li {
		float: none;
	}
}
.site-header .navbar .navbar-header,
.site-header .navbar .navbar-header .navbar-brand {
	padding: 0;
	margin: 0;
	height: 100px;
	line-height: 100px;
}
.site-header .navbar .navbar-header img {
	display: inline-block;
	vertical-align: middle;
	max-height: 80px;
}
@media (max-width: 991px) {
	.site-header .navbar .navbar-header,
	.site-header .navbar .navbar-header .navbar-brand {
		height: 80px;
		line-height: 80px;
	}
	.site-header .navbar .navbar-header img {
		max-height: 60px;
	}
}

.cart-search-contact .header-search-form button i {
	color: #D92228;
}

/*----------------------------------------------
header style 1
------------------------------------------------*/

.preloader .sk-cube-grid .sk-cube {
	width: 100%;
	height: 100%;
	background-color: #D92228 !important;
	float: right;
	-webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
	animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.header-style-3 {
	/*** topbar ****/
	/*** navigation ***/
	/*** cart-search-contact ***/
}
.header-style-3 .navbar-brand {
	height: auto;
	margin-top: 8px;
}
@media (max-width: 991px) {
	.header-style-3 .navbar-brand {
		margin-top: 0;
	}
}
@media screen and (min-width: 992px) {
	.header-style-3 #navbar {
		margin-left: 100px;
	}
	.header-style-3 #navbar > ul > li > a {
		padding: 40px 14px;
		color: #fff;
	}
}
@media screen and (min-width: 1200px) {
	.header-style-3 #navbar > ul > li > a {
		padding: 40px 17px;
		font-size: 16px;
	}
}
@media (max-width: 991px) {
	.header-style-3 .navbar-header button {
		top: 23px;
	}
}
.header-style-3 .cart-search-contact {
	position: absolute;
	left: 27px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
}
.header-style-3 .cart-search-contact:before {
	content: "";
	width: 1px;
	height: 100px;
	background: rgba(255, 255, 255, 0.1);
	position: absolute;
	right: -22px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (max-width: 991px) {
	.header-style-3 .cart-search-contact:before {
		display: none;
	}
}
@media (max-width: 991px) {
	.header-style-3 .cart-search-contact {
		left: 95px;
	}
}
@media (max-width: 450px) {
	.header-style-3 .cart-search-contact {
		left: 80px;
	}
}
.header-style-3 .cart-search-contact button {
	background: transparent;
	padding: 0;
	border: 0;
	outline: 0;
}
.header-style-3 .cart-search-contact i {
	font-size: 30px;
	font-size: 2rem;
	color: #fff;
}
.header-style-3 .cart-search-contact > div {
	float: right;
	position: relative;
}
.header-style-3 .cart-search-contact .header-search-form-wrapper i:before {
	font-size: 22px;
}

/*----------------------------------------------
header style 3
------------------------------------------------*/

@media screen and (min-width: 992px) {
	.header-style-3 .cart-search-contact i {
		color: #D92228;
	}
}
@media screen and (min-width: 1200px) {
	.header-style-3 {
		width: 100%;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 99;
	}
	.header-style-3 .navigation {
		background-color: rgba(5, 20, 41, 0.68);
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	}
	.header-style-3 #navbar > ul > li > a {
		font-weight: 500;
	}
	.header-style-3 #navbar > ul > li > a {
		color: #fff;
	}
	.header-style-3 .cart-search-contact:before {
		background-color: rgba(255, 255, 255, 0.1);
	}
}
@media (max-width: 1199px) {
	.header-style-3 .navigation {
		background-color: #051429;
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	}
}
@media (max-width: 991px) {
	.header-style-3 .navigation {
		background-color: #051429;
	}
	.header-style-3 .cart-search-contact i {
		color: #fff;
	}
}
.site-header .sticky-header {
	width: 100%;
	position: fixed;
	right: 0;
	top: -200px;
	z-index: 9999;
	opacity: 0;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
	-ms-transition: all 0.7s;
	transition: all 0.7s;
	-webkit-box-shadow: 0 2px 15px #f4f4f4;
	box-shadow: 0 2px 15px #f4f4f4;
}
.site-header .sticky-on {
	opacity: 1;
	top: 0;
}
.header-style-3 .sticky-header {
	background-color: #051429;
}
@media screen and (min-width: 992px) {
	.header-style-2 .sticky-header .cart-search-contact {
		left: 27px;
	}
	.header-style-2 .sticky-header #navbar {
		border: 0;
		padding-right: 0;
	}
}
.partners-section .owl-controls .owl-nav [class*=owl-] {
	background-color: #D92228;
	width: 30px;
	height: 50px;
	line-height: 50px;
	padding: 0;
	margin: 0;
	border-radius: 0;
}
.partners-section .owl-controls .owl-nav .owl-prev,
.partners-section .owl-controls .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.partners-section .owl-controls .owl-nav .owl-prev {
	right: -50px;
}
.partners-section .owl-controls .owl-nav .owl-next {
	left: -50px;
}
.back-to-top {
	background-color: #D92228;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	display: none;
	position: fixed;
	z-index: 999;
	left: 15px;
	bottom: 15px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
@media (max-width: 991px) {
	.back-to-top {
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
}
.back-to-top:hover {
	background-color: #e2131a;
}
.back-to-top i {
	font-size: 18px;
	font-size: 1.2rem;
	color: #fff;
	position: absolute;
	right: 50%;
	top: 50%;
	-webkit-transform: translate(50%, -50%);
	-moz-transform: translate(50%, -50%);
	-o-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}
@-webkit-keyframes rotating {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}
@keyframes rotating {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}
.rotating {
	-webkit-animation: rotating 5s alternate infinite;
	animation: rotating 5s alternate infinite;
}

.main-footer {
	padding-block: 90px !important;
	padding-inline: 60px;
	display: grid;
	grid-template-columns: 70% 30%;
}
.main-footer div {
	width: 100% !important;
}

@media (max-width: 991px) {
	.main-footer {
		padding-block: 90px !important;
		padding-inline: 60px;
		display: grid;
		grid-template-columns: repeat(2, 1fr);;
		}
	.main-footer div {
			width: 100% !important;
			margin-bottom: 7px;
		}
}

@media (max-width: 767px) {
	.main-footer {
		padding-block: 90px !important;
		padding-inline: 60px;
		display: grid;
		grid-template-columns: repeat(1, 1fr);;
		}
	.main-footer div {
			width: 100% !important;
			margin-bottom: 7px;
		}
}

/*--------------------------------------------------------------
#0.5  footer
--------------------------------------------------------------*/

.site-footer {
	background-color: #051429;
	padding: 20px 35px;
	/*** about-widget ***/
	/*** link-widget ***/
	/*** service-link-widget ***/
	/*** contact-widget ***/
	/*** lower-footer ***/
}
.site-footer span {
	color: #fefefe;
}
.site-footer ul {
	list-style: none;
}
.site-footer p {
	color: #deb509;
}
.site-footer li {
	color: #fff;
}
.site-footer .upper-footer {
	padding: 90px 0;
}
@media (max-width: 991px) {
	.site-footer .upper-footer {
		padding: 90px 0 20px;
	}
}
@media (max-width: 767px) {
	.site-footer .upper-footer {
		padding: 80px 0 10px;
	}
}
@media (max-width: 991px) {
	.site-footer .upper-footer .col {
		margin-bottom: 70px;
	}
}
@media (max-width: 767px) {
	.site-footer .upper-footer .col {
		margin-bottom: 60px;
		width: 100%
	}
}
.site-footer .widget-title {
	margin-bottom: 35px;
}
@media (max-width: 767px) {
	.site-footer .widget-title {
		margin-bottom: 25px;
	}
}
.site-footer .widget-title h3 {
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	margin: 0;
	padding-bottom: 0.4em;
	position: relative;
	font-family: "secondary-font", "primary-font", "segoe ui", "tahoma";
}
.site-footer .widget-title h3:after {
	content: "";
	background-color: #D92228;
	width: 45px;
	height: 2px;
	position: absolute;
	right: 0;
	bottom: 0;
}
@media (max-width: 767px) {
	.site-footer .widget-title h3 {
		font-size: 22px;
	}
}
@media (max-width: 1199px) {
	.site-footer .link-widget {
		padding-right: 20px;
	}
}
@media (max-width: 991px) {
	.site-footer .link-widget {
		padding-right: 0;
	}
}
.site-footer .link-widget ul li {
	position: relative;
	padding-right: 15px;
}
.site-footer .link-widget ul li:before {
	content: "";
	background-color: #deb509;
	width: 6px;
	height: 1px;
	position: absolute;
	right: 0;
	top: 9px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.site-footer .link-widget ul li:hover:before {
	background: #D92228;
}
.site-footer .link-widget ul a {
	color: #fff;
}
.site-footer .link-widget ul a:hover,
.site-footer .link-widget ul li:hover:before {
	color: #D92228;
}
.site-footer .link-widget ul > li + li {
	margin-top: 15px;
}
@media screen and (min-width: 1200px) {
	.site-footer .service-link-widget {
		padding-right: 25px;
	}
}
.site-footer .contact-widget li span {
	color: #D92228;
	display: inline-block;
	padding-left: 5px;
}
.site-footer .contact-widget ul li {
	line-height: 1.9em;
}
@media (max-width: 767px) {
	.site-footer .contact-widget ul li {
		font-size: 15px;
		font-size: 1rem;
	}
}
.site-footer .contact-widget ul > li + li {
	margin-top: 12px;
}
.site-footer .lower-footer {
	text-align: center;
}
@media (max-width: 991px) {
	.site-footer .lower-footer {
		text-align: right
	}
}
.site-footer .lower-footer .row {
	padding: 30px 0 10px;
	position: relative;
}
@media (max-width: 991px) {
	.site-footer .lower-footer .row {
		text-align: center;
	}
}
.site-footer .lower-footer .row .separator {
	background: rgba(255, 255, 255, 0.05);
	width: calc(100% - 30px);
	height: 1px;
	position: absolute;
	right: 15px;
	top: 0;
}
.site-footer .lower-footer .copyright {
	float: right;
	color: #fff;
}
.site-footer .lower-footer .copyright a {
	color: #deb509;
}
@media (max-width: 991px) {
	.site-footer .lower-footer .copyright {
		float: none;
	}
}
.site-footer .lower-footer ul {
	display: inline-block;
	overflow: hidden;
	float: left;
	margin-top: 6px;
}
@media (max-width: 991px) {
	.site-footer .lower-footer ul {
		float: none;
		margin-bottom: 1.4em;
	}
}
.site-footer .lower-footer ul li {
	font-size: 15px;
	font-size: 1rem;
	float: right;
}
@media (max-width: 767px) {
	.site-footer .lower-footer ul li {
		font-size: 14px;
		font-size: 0.93333rem;
	}
}
.site-footer .lower-footer ul > li + li {
	margin-right: 30px;
	position: relative;
}
@media (max-width: 767px) {
	.site-footer .lower-footer ul > li + li {
		margin-right: 15px;
	}
}
.site-footer .lower-footer ul a {
	color: #fff;
}
.site-footer .lower-footer ul a:hover {
	color: #D92228;
}
.site-footer .recent-news-widget .post img {
	float: right;
}
.site-footer .recent-news-widget .post {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #3a3a3a;
	overflow: hidden;
}
.site-footer .recent-news-widget .post:last-child {
	margin: 0;
	padding: 0;
	border: 0;
}
.site-footer .recent-news-widget h4 {
	font-weight: 500;
	margin: -4px 95px 0.5em 0;
	font-size: 15px;
	overflow: hidden;
}
.site-footer .recent-news-widget h4 a {
	color: #fff;
	font-weight: normal;
}
.site-footer .recent-news-widget .date {
	font-size: 13px;
	font-size: 0.8rem;
	margin-right: 95px;
	overflow: hidden;
}
.site-footer .recent-news-widget .date i {
	margin-left: 5px;
	position: relative;
	top: -1px;
}
.site-footer .instagram-widget > ul {
	overflow: hidden;
}
.site-footer .instagram-widget > ul > li img {
	width: 100%;
}
.site-footer .instagram-widget > ul > li {
	width: 33.33%;
	float: right;
	border: 3px solid transparent;
}
@media (max-width: 767px) {
	.site-footer .instagram-widget > ul > li {
		width: 16.66%;
	}
}
@media (max-width: 479px) {
	.site-footer .instagram-widget > ul > li {
		width: 33.33%;
	}
}

.footer-icon {
	color: #D92228;
	font-size: 40px;
	cursor: pointer;
}
.footer-icon:hover{
	color: #ffbb00;
	font-size: 41px;
}