
/***

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
}

.main-footer .inner-container{
	position:relative;
	padding: 60px 70px 40px;
	border-radius: 0px 0px 100px 100px;
	background-color: var(--color-twelve);
}

.footer-logo{
	position: relative;
	margin-bottom: var(--margin-bottom-20);
}

.footer-text{
	position: relative;
	line-height: 28px;
	color: var(--color-four);
	font-size: var(--font-14);
}

.footer_bg-image{
	position: absolute;
	left: 0px;
	top: 85px;
	right: 0px;
	bottom: 0px;
	background-size: cover;
}

.footer_socials{
	position: relative;
}

.footer_socials a{
	position: relative;
	width: 42px;
	height: 42px;
	line-height: 40px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	color: var(--white-color);
	margin-right: var(--margin-right-5);
	border: 1px solid var(--white-color);
	font-family: 'Font Awesome 5 Brands';
}

.footer_socials a:hover{
	color: var(--color-two);
	background-color: var(--white-color);
}

.main-footer .widgets-section{
	position:relative;
}

.footer-title{
	position: relative;
	color: var(--white-color);
	text-transform: capitalize;
	margin-top: var(--margin-top-10);
	margin-bottom: var(--margin-bottom-20);
}

.footer-column{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.footer-list{
	position: relative;
}

.footer-list li{
	position: relative;
	margin-bottom: var(--margin-bottom-15);

}

.footer-list li:last-child{
	margin-bottom: var(--margin-zero);
}

.footer-list li a{
	position: relative;
	font-size:var(--font-13);
	color: var(--color-four);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	font-family:var(--font-family-Unbounded);
}

.footer-list li a .tx-icon{
	position: absolute;
	left: 0px;
	top: -3px;
	opacity: 0;
	font-weight: 800;
	color: var(--main-color);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.footer-list li a:hover .tx-icon{
	opacity: 1;
}

.footer-list li a:hover{
	color: var(--main-color);
	padding-left: var(--padding-left-25);
}

/* Newsletter Box */

.newsletter-box {
    position: relative;
	margin-bottom: var(--margin-bottom-20);
}

.newsletter-box .form-group {
    position: relative;
    margin: 0px;
    width: 100%;
    max-width: 100%;
}

.newsletter-box .form-group input[type="text"],
.newsletter-box .form-group input[type="email"] {
    position: relative;
    line-height: 43px;
    display: block;
    height: 60px;
    width: 100%;
	border-radius: 5px;
    box-shadow: inherit;
    font-size: var(--font-13);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    padding: 10px 25px;
    color:var(--color-two);
    background: var(--white-color);
	font-family: var(--font-family-Roboto);
}

.newsletter-box .form-group button {
    position: absolute;
    right: 5px;
    top: 5px;
	width: 60px;
	bottom: 5px;
    font-weight: 500;
    padding: 14px 10px;
	text-align: center;
    display: inline-block;
    font-size: var(--font-20);
    color: var(--white-color);
    text-transform: capitalize;
	border-radius: 5px;
	font-weight: 800;
	font-family: 'Font Awesome 5 Pro';
    background-color: var(--main-color);
}

/* Footer Bottom */

.footer-bottom{
	position: relative;
	padding: 25px 70px;
	margin-top: var(--margin-top-5);
	border-radius: 100px 100px 0px 0px;
	background-color: var(--color-twelve);
}

.copyright{
	position: relative;
	text-align: center;
	font-size: var(--font-13);
	color: var(--white-color);
	margin-top: var(--margin-top-15);
}

.footer-nav{
	position: relative;
}

.footer-nav li{
	position: relative;
	display: inline-block;
	margin-left: var(--margin-left-20);
}

.footer-nav li a{
	position: relative;
	font-size: var(--font-13);
    color: var(--white-color);
}

.footer-nav li a:hover{
	color: var(--main-color);
}

/***

====================================================================
	Footer Style Two
====================================================================

***/

.footer-style-two{
	position:relative;
}

.footer-style-two::before{
	position:absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0.80;
	z-index: 1;
	background-color: var(--color-eighteen);
}

.footer-two_bg-image{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
}

.footer-style-two .widgets-section{
	position:relative;
	z-index: 2;
	padding: 80px 0px 60px;
}

.footer-two_logo-widget{
	position: relative;
	text-align: center;
	margin-top: -80px;
	padding: 60px 30px 70px;
	margin-right: var(--margin-right-30);
	border-radius: 0px 0px 150px 150px;
	background-color: var(--black-color);
}

.footer-two_text{
	position: relative;
	line-height: 25px;
	font-size: var(--font-14);
	color: var(--color-sixteen);
	margin-top: var(--margin-top-10);
	font-family: var(--font-family-Archivo);
}

.footer-two_socials{
	position: relative;
}

.footer-two_socials a{
	position: relative;
	margin: 0px 7px;
	font-size: var(--font-16);
	color: var(--white-color);
	font-family: 'Font Awesome 5 Brands';
}

.footer-two_socials a:hover{
	color: var(--color-thirteen);
}

.footer-two_title{
	position: relative;
	font-weight: 700;
	color: var(--white-color);
	margin-bottom: var(--margin-bottom-25);
	font-family: var(--font-family-Archivo);
	padding-bottom: var(--padding-bottom-20);
}

.footer-two_title::before{
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 70px;
	height: 1px;
	background-color: var(--color-thirteen);
}

.footer-two_title::after{
	position: absolute;
	content: '';
	left: 0px;
	bottom: 5px;
	width: 40px;
	height: 1px;
	background-color: var(--color-thirteen);
}

.footer-two_list{
	position: relative;
}

.footer-two_list li{
	position: relative;
	margin-bottom: var(--margin-bottom-15);
}

.footer-two_list li a{
	position: relative;
	font-weight: 600;
	color: var(--white-color);
	font-size: var(--font-18);
	padding-left: var(--padding-left-25);
	font-family: var(--font-family-Archivo);
}

.footer-two_list li a::before{
	position: absolute;
	content: '\f101';
	left: 0px;
	font-size: var(--font-16);
	font-family: 'Font Awesome 5 Pro';
}

.footer-two_list li a:hover{
	color: var(--color-thirteen);
}


/* News Widget */

.news-widget-block{
	position: relative;
	min-height: 89px;
	padding-top: 15px;
	padding-left: 90px;
	margin-bottom: 30px;
}

.news-widget_image{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 76px;
	overflow: hidden;
	border-radius: 5px;
}

.news-widget_title{
	position: relative;
	font-weight: 600;
	font-family: var(--font-family-Archivo);
}

.news-widget_title a{
	position: relative;
	color: #ffffff;
}

.news-widget_post-date{
	position: relative;
	font-weight: 400;
	font-size: 14px;
	color: #ffffff;
	padding-left: 25px;
	margin-top: var(--margin-top-5);
}

.news-widget_post-date::before{
	position: absolute;
	content: '\f017';
	left: 0px;
	font-weight: 700;
	color: var(--color-thirteen);
	font-family: 'Font Awesome 5 Pro';
}

.news-widget-block:last-child{
	margin-bottom: 0px;
}

.news-widget_title a:hover{
	color: var(--color-thirteen);
}

/* Footer Gallery Block */

.footer-gallery_block{
	position:relative;
}

.footer-gallery_block-inner{
	position:relative;
	overflow: hidden;
}

.footer-gallery_block-image{
	position:relative;
}

.footer-gallery_block-image img{
	position:relative;
	width:100%;
	display:block;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.footer-gallery_block-inner:hover .footer-gallery_block-image img{
	filter: grayscale(100%);
}

.footer-gallery_block .footer-gallery_block-overlay{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease,-webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.footer-gallery_block-overlay:before{
	position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
	opacity: 0.50;
    background-color: var(--color-nineteen);
}

.footer-gallery_block-overlay .plus{
	position: relative;
    z-index: 1;
    text-align: center;
    font-size: var(--font-36);
    color: var(--white-color);
}

.footer-gallery_block-inner:hover .footer-gallery_block-overlay{
	-webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.footer-two_copyright{
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 20px 0px;
	color: var(--white-color);
	font-size: var(--font-15);
	margin-top: var(--margin-top-55);
	font-family: var(--font-family-Archivo);
	border-top:1px solid rgba(var(--white-color-rgb), 0.07);
}

.footer-two_copyright a{
	position: relative;
	color: var(--color-thirteen);
}
/* Footer Style Three */

.footer-style-three{
	position: relative;
	background-color: #04092f;
}

.footer-style-three.style-two{
	margin-top: var(--margin-zero);
}

.footer-style-three.style-two .widgets-section{
	padding-top: var(--padding-top-110);
}

.footer-style-three .widgets-section{
	position: relative;
	padding: 130px 0px 60px;
}

.footer-style_pattern{
	position: absolute;
	left: 0px;
	top: 115px;
	width: 350px;
	height: 293px;
	background-size: cover;
}

.footer-style_pattern-two{
	position: absolute;
	right: 0px;
	top: 100px;
	width: 738px;
	height: 293px;
	background-size: cover;
}

/* Footer Three Logo */

.footer-three_logo{
	position: relative;
	margin-bottom: var(--margin-bottom-10);
}

.footer-three_text{
	position: relative;
	line-height: 30px;
	font-size: var(--font-19);
	color: var(--color-sixteen);
	font-family: 'Futura Std';
}

/* Footer Three Title */

.footer-three_title{
	position: relative;
	font-weight: 700;
	color: var(--white-color);
	text-transform: uppercase;
	font-family: 'Futura Std';
	font-size: var(--font-24);
	margin-top: var(--margin-top-5);
	margin-bottom: var(--margin-bottom-20);
}

/* Links Widget */

.links-widget{
	position: relative;
	padding-left: var(--padding-left-30);
}

.links-widget .column:first-child .footer-three_list::before{
	position: absolute;
	content: '';
	right: 40px;
	top: 0px;
	bottom: 0px;
	width: 1px;
	opacity: 0.20;
	background-color: var(--white-color);
}

/* Footer Three List */

.footer-three_list{
	position: relative;
}

.footer-three_list li{
	position: relative;
}

.footer-three_list li:not(:last-child){
	margin-bottom: var(--margin-bottom-15);
}

.footer-three_list a{
	position: relative;
	color: var(--white-color);
	font-family: 'Futura Std';
	font-size: var(--font-18);
}

.footer-three_list a .tx-icon{
	font-size: var(--font-16);
}

.footer-three_list a:hover{
	color: var(--main-color);
}

.footer-three_newsletter-text{
	position: relative;
	line-height: 28px;
	color: var(--white-color);
	font-family: 'Futura Std';
	font-size: var(--font-18);
	margin-bottom: var(--margin-bottom-25);
}

/* Newsletter Box */

.newsletter-box_two{
    position: relative;
	margin-bottom: var(--margin-bottom-20);
}

.newsletter-box_two .form-group {
    position: relative;
    margin: 0px;
    width: 100%;
    max-width: 100%;
}

.newsletter-box_two .form-group input[type="text"],
.newsletter-box_two .form-group input[type="email"] {
    position: relative;
    line-height: 43px;
    display: block;
    height: 60px;
    width: 100%;
	overflow: hidden;
	border-radius: 50px;
    box-shadow: inherit;
    font-size: var(--font-16);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    padding: 10px 25px;
    color:var(--color-two);
    background: var(--white-color);
	font-family: 'Futura Std';
}

.newsletter-box_two .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
	width: 65px;
	bottom: 0px;
    font-weight: 500;
    padding: 14px 10px;
	text-align: center;
    display: inline-block;
    font-size: var(--font-20);
    color: var(--white-color);
    text-transform: capitalize;
	border-radius: 0px 50px 50px 0px;
	font-weight: 800;
	font-family: 'Font Awesome 5 Pro';
	background: #03579D;
    background: linear-gradient(to bottom, #03579D 0%, #06447C 100%);
}

.footer-three_bottom{
	position: relative;
	padding: 20px 0px;
	border-top: 1px solid rgba(var(--white-color-rgb), 0.10);
}

.footer-three_copyright{
	position: relative;
	font-family: 'Futura Std';
	color: var(--white-color);
	font-size: var(--font-16);
}

.footer-three_socials{
	position: relative;
}

.footer-three_socials a{
	position: relative;
	font-family: 'Futura Std';
	color: var(--white-color);
	font-size: var(--font-16);
	margin-left: var(--margin-left-15);
}

.footer-three_socials i{
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	display: inline-block;
	border-radius: 50px;
	font-size: var(--font-14);
	color: var(--white-color);
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
	border: 1px solid var(--white-color);
	font-family: 'Font Awesome 5 Brands';
	margin-right: var(--margin-right-10);
}

.footer-three_socials a:hover{
	color: var(--main-color);
}

.footer-three_socials a:hover i{
	border-color: var(--main-color);
	background-color: var(--main-color);
}

/***

====================================================================
	Info One
====================================================================

***/

.info-one{
	position: relative;
}

.info-one .inner-container{
	position: relative;
	padding: 0px 80px;
	overflow: hidden;
	border-radius: 100px;
	background: #03579D;
    background: linear-gradient(to left, #03579D 0%, #06447C 100%);
}

.info-block_one{
	position: relative;
}

.info-block_one-inner{
	position: relative;
}

.info-block_one-inner::before{
	position: absolute;
	content: '';
	right: 0px;
	top: 0px;
	width: 1px;
	bottom: -30px;
	opacity: 0.15;
	background-color: var(--white-color);
	display: none;
}

.info-block_one:last-child .info-block_one-inner::before{
	display: none;
}

.info-block_one-content{
	position: relative;
	font-weight: 500;
	line-height: 28px;
	font-family: 'Futura Std';
	color: var(--white-color);
	font-size: var(--font-18);
	padding-left: var(--padding-left-70);
}

.info-block_one-icon{
	position: absolute;
	left: 0px;
	top: 2px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	text-align: center;
	background: #03579D;
	color: var(--white-color);
	font-size: var(--font-18);
    background: linear-gradient(to left, #03579D 0%, #06447C 100%);
}
.info-block_one-inner p,
.info-block_one-inner a{
	position: relative;
	font-weight: 700;
	display: inline-block;
	color: var(--white-color);
	margin-top: var(--margin-top-5);
	margin-bottom: 0px;
}

.info-block_one-content strong{
	position: relative;
	display: block;
	margin-top: var(--margin-top-5);
}
.news-widget_image img {
    min-height: 90px;
    object-fit: cover;
}


/***

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
}

.main-footer .inner-container{
	position:relative;
	padding: 60px 70px 40px;
	border-radius: 0px 0px 100px 100px;
	background-color: var(--color-twelve);
}

.footer-logo{
	position: relative;
	margin-bottom: var(--margin-bottom-20);
}

.footer-text{
	position: relative;
	line-height: 28px;
	color: var(--color-four);
	font-size: var(--font-14);
}

.footer_bg-image{
	position: absolute;
	left: 0px;
	top: 85px;
	right: 0px;
	bottom: 0px;
	background-size: cover;
}

.footer_socials{
	position: relative;
	margin-top: var(--margin-top-25);
}

.footer_socials a{
	position: relative;
	width: 42px;
	height: 42px;
	line-height: 40px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	color: var(--white-color);
	margin-right: var(--margin-right-5);
	border: 1px solid var(--white-color);
	font-family: 'Font Awesome 5 Brands';
}

.footer_socials a:hover{
	color: var(--color-two);
	background-color: var(--white-color);
}

.main-footer .widgets-section{
	position:relative;
}

.footer-title{
	position: relative;
	color: var(--white-color);
	text-transform: capitalize;
	margin-top: var(--margin-top-10);
	margin-bottom: var(--margin-bottom-20);
}

.footer-column{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.footer-list{
	position: relative;
}

.footer-list li{
	position: relative;
	margin-bottom: var(--margin-bottom-15);

}

.footer-list li:last-child{
	margin-bottom: var(--margin-zero);
}

.footer-list li a{
	position: relative;
	font-size:var(--font-13);
	color: var(--color-four);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	font-family:var(--font-family-Unbounded);
}

.footer-list li a::before{
	position: absolute;
	content: '\f058';
	left: 0px;
	top: -3px;
	opacity: 0;
	font-weight: 800;
	color: var(--main-color);
	font-family: 'Font Awesome 5 Pro';
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.footer-list li a:hover::before{
	opacity: 1;
}

.footer-list li a:hover{
	color: var(--main-color);
	padding-left: var(--padding-left-25);
}

/* Newsletter Box */

.newsletter-box {
    position: relative;
	margin-bottom: var(--margin-bottom-20);
}

.newsletter-box .form-group {
    position: relative;
    margin: 0px;
    width: 100%;
    max-width: 100%;
}

.newsletter-box .form-group input[type="text"],
.newsletter-box .form-group input[type="email"] {
    position: relative;
    line-height: 43px;
    display: block;
    height: 60px;
    width: 100%;
	border-radius: 5px;
    box-shadow: inherit;
    font-size: var(--font-13);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    padding: 10px 25px;
    color:var(--color-two);
    background: var(--white-color);
	font-family: var(--font-family-Roboto);
}

.newsletter-box .form-group button {
    position: absolute;
    right: 5px;
    top: 5px;
	width: 60px;
	bottom: 5px;
    font-weight: 500;
    padding: 14px 10px;
	text-align: center;
    display: inline-block;
    font-size: var(--font-20);
    color: var(--white-color);
    text-transform: capitalize;
	border-radius: 5px;
	font-weight: 800;
	font-family: 'Font Awesome 5 Pro';
    background-color: var(--main-color);
}

/* Footer Bottom */

.footer-bottom{
	position: relative;
	padding: 25px 70px;
	margin-top: var(--margin-top-5);
	border-radius: 100px 100px 0px 0px;
	background-color: var(--color-twelve);
}

.copyright{
	position: relative;
	text-align: center;
	font-size: var(--font-13);
	color: var(--white-color);
	margin-top: var(--margin-top-15);
}

.footer-nav{
	position: relative;
}

.footer-nav li{
	position: relative;
	display: inline-block;
	margin-left: var(--margin-left-20);
}

.footer-nav li a{
	position: relative;
	font-size: var(--font-13);
    color: var(--white-color);
}

.footer-nav li a:hover{
	color: var(--main-color);
}

/***

====================================================================
	Footer Style Two
====================================================================

***/

.footer-style-two{
	position:relative;
}

.footer-style-two::before{
	position:absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0.80;
	z-index: 1;
	background-color: var(--color-eighteen);
}

.footer-two_bg-image{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
}

.footer-style-two .widgets-section{
	position:relative;
	z-index: 2;
	padding: 80px 0px 60px;
}

.footer-two_logo-widget{
	position: relative;
	text-align: center;
	margin-top: -80px;
	padding: 60px 30px 70px;
	margin-right: var(--margin-right-30);
	border-radius: 0px 0px 150px 150px;
	background-color: var(--black-color);
}

.footer-two_text{
	position: relative;
	line-height: 25px;
	font-size: var(--font-14);
	color: var(--color-sixteen);
	margin-top: var(--margin-top-10);
	font-family: var(--font-family-Archivo);
}

.footer-two_socials{
	position: relative;
	margin-top: var(--margin-top-20);
}

.footer-two_socials a{
	position: relative;
	margin: 0px 7px;
	font-size: var(--font-16);
	color: var(--white-color);
	font-family: 'Font Awesome 5 Brands';
}

.footer-two_socials a:hover{
	color: var(--color-thirteen);
}

.footer-two_title{
	position: relative;
	font-weight: 700;
	color: var(--white-color);
	margin-bottom: var(--margin-bottom-25);
	font-family: var(--font-family-Archivo);
	padding-bottom: var(--padding-bottom-20);
}

.footer-two_title::before{
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 70px;
	height: 1px;
	background-color: var(--color-thirteen);
}

.footer-two_title::after{
	position: absolute;
	content: '';
	left: 0px;
	bottom: 5px;
	width: 40px;
	height: 1px;
	background-color: var(--color-thirteen);
}

.footer-two_list{
	position: relative;
}

.footer-two_list li{
	position: relative;
	margin-bottom: var(--margin-bottom-15);
}

.footer-two_list li a{
	position: relative;
	font-weight: 600;
	color: var(--white-color);
	font-size: var(--font-18);
	padding-left: var(--padding-left-25);
	font-family: var(--font-family-Archivo);
}

.footer-two_list li a::before{
	position: absolute;
	content: '\f101';
	left: 0px;
	font-size: var(--font-16);
	font-family: 'Font Awesome 5 Pro';
}

.footer-two_list li a:hover{
	color: var(--color-thirteen);
}


/* News Widget */

.news-widget-block{
	position: relative;
	min-height: 89px;
	padding-top: 15px;
	padding-left: 90px;
	margin-bottom: 30px;
}

.news-widget_image{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 76px;
	overflow: hidden;
	border-radius: 5px;
}

.news-widget_title{
	position: relative;
	font-weight: 600;
	font-family: var(--font-family-Archivo);
}

.news-widget_title a{
	position: relative;
	color: #ffffff;
}

.news-widget_post-date{
	position: relative;
	font-weight: 400;
	font-size: 14px;
	color: #ffffff;
	padding-left: 25px;
	margin-top: var(--margin-top-5);
}

.news-widget_post-date::before{
	position: absolute;
	content: '\f017';
	left: 0px;
	font-weight: 700;
	color: var(--color-thirteen);
	font-family: 'Font Awesome 5 Pro';
}

.news-widget-block:last-child{
	margin-bottom: 0px;
}

.news-widget_title a:hover{
	color: var(--color-thirteen);
}

/* Footer Gallery Block */

.footer-gallery_block{
	position:relative;
}

.footer-gallery_block-inner{
	position:relative;
	overflow: hidden;
}

.footer-gallery_block-image{
	position:relative;
}

.footer-gallery_block-image img{
	position:relative;
	width:100%;
	display:block;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.footer-gallery_block-inner:hover .footer-gallery_block-image img{
	filter: grayscale(100%);
}

.footer-gallery_block .footer-gallery_block-overlay{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease,-webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.footer-gallery_block-overlay:before{
	position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
	opacity: 0.50;
    background-color: var(--color-nineteen);
}

.footer-gallery_block-overlay .plus{
	position: relative;
    z-index: 1;
    text-align: center;
    font-size: var(--font-36);
    color: var(--white-color);
}

.footer-gallery_block-inner:hover .footer-gallery_block-overlay{
	-webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.footer-two_copyright{
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 20px 0px;
	color: var(--white-color);
	font-size: var(--font-15);
	margin-top: var(--margin-top-55);
	font-family: var(--font-family-Archivo);
	border-top:1px solid rgba(var(--white-color-rgb), 0.07);
}

.footer-two_copyright a{
	position: relative;
	color: var(--color-thirteen);
}

/* Footer Style Three */

.footer-style-three{
	position: relative;
	background-color: #04092f;
}

.footer-style-three.style-two{
	margin-top: var(--margin-zero);
}

.footer-style-three.style-two .widgets-section{
	padding-top: var(--padding-top-110);
}

.footer-style-three .widgets-section{
	position: relative;
	padding: 130px 0px 60px;
}

.footer-style_pattern{
	position: absolute;
	left: 0px;
	top: 115px;
	width: 350px;
	height: 293px;
	background-size: cover;
}

.footer-style_pattern-two{
	position: absolute;
	right: 0px;
	top: 100px;
	width: 738px;
	height: 293px;
	background-size: cover;
}

/* Footer Three Logo */

.footer-three_logo{
	position: relative;
	margin-bottom: var(--margin-bottom-10);
}

.footer-three_text{
	position: relative;
	line-height: 30px;
	font-size: var(--font-19);
	color: var(--color-sixteen);
	font-family: 'Futura Std';
}

/* Footer Three Title */

.footer-three_title{
	position: relative;
	font-weight: 700;
	color: var(--white-color);
	text-transform: uppercase;
	font-family: 'Futura Std';
	font-size: var(--font-24);
	margin-top: var(--margin-top-5);
	margin-bottom: var(--margin-bottom-20);
}

/* Links Widget */

.links-widget{
	position: relative;
	padding-left: var(--padding-left-30);
}

.links-widget .column:first-child .footer-three_list::before{
	position: absolute;
	content: '';
	right: 40px;
	top: 0px;
	bottom: 0px;
	width: 1px;
	opacity: 0.20;
	background-color: var(--white-color);
}

/* Footer Three List */

.footer-three_list{
	position: relative;
}

.footer-three_list li{
	position: relative;
	margin-bottom: var(--margin-bottom-15);
}

.footer-three_list a{
	position: relative;
	color: var(--white-color);
	font-family: 'Futura Std';
	font-size: var(--font-18);
	padding-left: var(--padding-left-30);
}

.footer-three_list a::before{
	position: absolute;
	content: "\f147";
	left: 0px;
	font-size: var(--font-16);
	font-family: "flaticon_conslto-flat";
}

.footer-three_list a:hover{
	color: var(--main-color);
}

.footer-three_newsletter-text{
	position: relative;
	line-height: 28px;
	color: var(--white-color);
	font-family: 'Futura Std';
	font-size: var(--font-18);
	margin-bottom: var(--margin-bottom-25);
}

/* Newsletter Box */

.newsletter-box_two{
    position: relative;
	margin-bottom: var(--margin-bottom-20);
}

.newsletter-box_two .form-group {
    position: relative;
    margin: 0px;
    width: 100%;
    max-width: 100%;
}

.newsletter-box_two .form-group input[type="text"],
.newsletter-box_two .form-group input[type="email"] {
    position: relative;
    line-height: 43px;
    display: block;
    height: 60px;
    width: 100%;
	overflow: hidden;
	border-radius: 50px;
    box-shadow: inherit;
    font-size: var(--font-16);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    padding: 10px 25px;
    color:var(--color-two);
    background: var(--white-color);
	font-family: 'Futura Std';
}

.newsletter-box_two .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
	width: 65px;
	bottom: 0px;
    font-weight: 500;
    padding: 14px 10px;
	text-align: center;
    display: inline-block;
    font-size: var(--font-20);
    color: var(--white-color);
    text-transform: capitalize;
	border-radius: 0px 50px 50px 0px;
	font-weight: 800;
	font-family: 'Font Awesome 5 Pro';
	background: #03579D;
    background: linear-gradient(to bottom, #03579D 0%, #06447C 100%);
}

.footer-three_bottom{
	position: relative;
	padding: 20px 0px;
	border-top: 1px solid rgba(var(--white-color-rgb), 0.10);
}

.footer-three_copyright{
	position: relative;
	font-family: 'Futura Std';
	color: var(--white-color);
	font-size: var(--font-16);
}

.footer-three_socials{
	position: relative;
}

.footer-three_socials a{
	position: relative;
	font-family: 'Futura Std';
	color: var(--white-color);
	font-size: var(--font-16);
	margin-left: var(--margin-left-15);
}

.footer-three_socials i{
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	display: inline-block;
	border-radius: 50px;
	font-size: var(--font-14);
	color: var(--white-color);
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
	border: 1px solid var(--white-color);
	font-family: 'Font Awesome 5 Brands';
	margin-right: var(--margin-right-10);
}

.footer-three_socials a:hover{
	color: var(--main-color);
}

.footer-three_socials a:hover i{
	border-color: var(--main-color);
	background-color: var(--main-color);
}

/***

====================================================================
	Info One
====================================================================

***/

.info-one{
	position: relative;
}

.info-one .inner-container{
	position: relative;
	padding: 0px 80px;
	overflow: hidden;
	border-radius: 100px;
	background: #03579D;
    background: linear-gradient(to left, #03579D 0%, #06447C 100%);
}

.info-block_one{
	position: relative;
}

.info-block_one-inner{
	position: relative;
}

.info-block_one-inner::before{
	position: absolute;
	content: '';
	right: 0px;
	top: 0px;
	width: 1px;
	bottom: -30px;
	opacity: 0.15;
	background-color: var(--white-color);
}

.info-block_one:last-child .info-block_one-inner::before{
	display: none;
}

.info-block_one-content{
	position: relative;
	font-weight: 500;
	line-height: 28px;
	font-family: 'Futura Std';
	color: var(--white-color);
	font-size: var(--font-18);
	padding-left: var(--padding-left-70);
}

.info-block_one-icon{
	position: absolute;
	left: 0px;
	top: 2px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	text-align: center;
	background: #03579D;
	color: var(--white-color);
	font-size: var(--font-18);
    background: linear-gradient(to left, #03579D 0%, #06447C 100%);
}

.info-block_one-inner a{
	position: relative;
	font-weight: 700;
	display: inline-block;
	color: var(--white-color);
	margin-top: var(--margin-top-5);
}

.info-block_one-content strong{
	position: relative;
	display: block;
	margin-top: var(--margin-top-5);
}

/***

====================================================================
	Footer Style Four
====================================================================

***/

.footer-style-four{
	position: relative;
}

.footer-four_pattern{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-size: cover;
}

.footer-four_pattern::before{
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0.80;
	background-color: var(--color-twentytwo);
}

.footer-style-four .widgets-section{
	position: relative;
	padding: 90px 0px 60px;
}

.footer-style-four .footer-column{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.footer-four_logo{
	position: relative;
	margin-bottom: var(--margin-bottom-20);
}

.footer-four_text{
	position: relative;
	line-height: 28px;
	color: var(--white-color);
	font-size: var(--font-16);
	margin-bottom: var(--margin-bottom-30);
	font-family: var(--font-family-Inter);
}

.footer-four_title{
	position: relative;
	color: var(--white-color);
	font-family: 'Recoleta Alt';
	font-size: var(--font-24);
	padding-bottom: var(--padding-bottom-15);
	margin-bottom: var(--margin-bottom-25);
}

.footer-four_title::before{
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	height: 2px;
	width: 60px;
	background-color: var(--color-twenty);
}

.footer-four_newsletter-text{
	position: relative;
	line-height: 28px;
	color: var(--white-color);
	font-size: var(--font-16);
	margin-bottom: var(--margin-bottom-25);
	font-family: var(--font-family-Inter);
}

.footer-style-four .newsletter-box_two .form-group input[type="text"],
.footer-style-four .newsletter-box_two .form-group input[type="email"]{
	border-radius: 0px;
	color: var(--white-color);
	background-color: rgba(var(--white-color-rgb), 0.10);
}

.footer-style-four .newsletter-box_two button{
	background-color: var(--color-twenty);
	background-image: none;
	border-radius: 0px;
	font-family: "flaticon_conslto-flat";
}

.header-four_socials{
	position: relative;
	margin-top: var(--margin-top-25);
}

.header-four_socials a{
	position: relative;
	width: 36px;
	height: 36px;
	line-height: 34px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	font-size: var(--font-14);
	margin-right: var(--margin-right-5);
	font-family: 'Font Awesome 5 Brands';
	color: rgba(var(--white-color-rgb), 0.50);
	border: 1px solid rgba(var(--white-color-rgb), 0.50);
}

.header-four_socials a:hover{
	color: var(--white-color);
	border-color: var(--color-twenty);
	background-color: var(--color-twenty);
}

.footer-three_list{
	position: relative;
}

.footer-three_list li{
	position: relative;
	line-height: 28px;
	font-size: var(--font-16);
	font-family: var(--font-family-Inter);
	padding-left: var(--padding-left-30);
	color: rgba(var(--white-color-rgb), 1);
}

.footer-three_list li .icon{
	position: absolute;
	left: 0px;
	top: 0px;
	color: var(--color-twenty);
	font-family: "flaticon_conslto-flat";
}

.footer-three_list li:last-child{
	margin-bottom: var(--margin-zero);
}

.footer-four_hours{
	position: relative;
	line-height: 28px;
	font-size: var(--font-14);
	color: var(--white-color);
	margin-top: var(--margin-top-15);
	font-family: var(--font-family-Inter);
}

.footer-four_hours span{
	position: relative;
	display: block;
	text-decoration: underline;
	margin-bottom: var(--margin-bottom-5);
}

.footer-style-four .gallery-widget .image-box{
	position:relative;
	float:left;
	width:33.333%;
	padding:0px 3px;
	margin-bottom:6px;
}

.footer-style-four .gallery-widget .image-box img{
	position:relative;
	display:block;
	width:100%;
	overflow: hidden;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.footer-style-four .gallery-widget .image-box img:hover{
	opacity:0.70;
}

.footer-style-four .footer-four_copyright{
	position: relative;
	padding: 22px 0px;
	text-align: center;
	font-size: var(--font-16);
	color: var(--white-color);
	font-family: var(--font-family-Inter);
	border-top: 1px solid rgba(var(--white-color-rgb), 0.10);
}

/* Style Two */

.footer-style-four.style-two .footer-four_button .theme-btn{
	background-color: #FE5B2B;
}

.footer-style-four.style-two .footer-three_list li .icon,
.footer-style-four.style-two .footer-four_copyright a,
.footer-style-four.style-two .footer-four_button .theme-btn:hover .btn-wrap .text-two{
	color: #FE5B2B;
}

.footer-style-four.style-two .btn-style-seven:hover i{
	background-color: #FE5B2B;
}

.footer-style-four.style-two .footer-four_title::before{
	background-color: #FE5B2B;
}

.footer-style-four.style-two .newsletter-box_two button{
	background-color: #FE5B2B;
}

.footer-style-four.style-two .header-four_socials a:hover{
	border-color: #FE5B2B;
	background-color: #FE5B2B;
}

/* Style Three */

.footer-style-four.style-three{
	background-color: #0A1123;
}

.footer-style-four.style-three .footer-four_button .theme-btn{
	font-size: var(--font-16);
}

.footer-style-four.style-three .footer-three_list li .icon,
.footer-style-four.style-three .footer-four_copyright a,
.footer-style-four.style-three .footer-four_button .theme-btn:hover .btn-wrap .text-two{
	color: var(--color-twentyfour);
}

.footer-style-four.style-three .newsletter-box_two .form-group{
	overflow: hidden;
	border-radius: 50px;
}

.footer-style-four.style-three .footer-four_title{
	font-size: var(--font-20);
	font-family:var(--font-family-Unbounded);
}

.footer-style-four.style-three .btn-style-seven:hover i{
	background-color: var(--color-twentyfour);
}

.footer-style-four.style-three .footer-four_title::before{
	background-color: var(--color-twentyfour);
}

.footer-style-four.style-three .newsletter-box_two button{
	color: var(--black-color);
	background-color: var(--color-twentyfour);
}

.footer-style-four.style-three .header-four_socials a:hover{
	border-color: var(--color-twentyfour);
	background-color: var(--color-twentyfour);
}

/* Style Four */

.footer-style-four.style-four{
	background-color: #0A1123;
}

.footer-style-four.style-four .footer-four_button .theme-btn{
	font-size: var(--font-16);
}

.footer-style-four.style-four .footer-four_copyright a,
.footer-style-four.style-four .footer-four_button .theme-btn:hover .btn-wrap .text-two{
	color: var(--color-twentysix);
}

.footer-style-four.style-four .newsletter-box_two .form-group{
	overflow: hidden;
	border-radius: 5px;
}

.footer-style-four.style-four .footer-four_title{
	font-size: var(--font-20);
	font-family:var(--font-family-Unbounded);
}

.footer-style-four.style-four .btn-style-seven:hover i{
	background-color: var(--color-twentysix);
}

.footer-style-four.style-four .footer-four_title::before{
	background-color: var(--color-twentysix);
}

.footer-style-four.style-four .newsletter-box_two button{
	color: var(--black-color);
	background-color: var(--color-twentysix);
}

.footer-style-four.style-four .header-four_socials a:hover{
	border-color: var(--color-twentysix);
	background-color: var(--color-twentysix);
}