.footer-top {
    background-position: top;	
	font-size: 0.8rem;
}
.footer-top h4 {
	font-weight: 500;
	font-size: 1.3rem;
}
.footer-top .row { 
	justify-content: space-between;
}
.footer-top .row .box { 
	width: 48%;
}
.footer-top .row .box-small { 
	width: 16%;
	margin-top: 0.5rem;
}
.footer-top .wpcf7-list-item {
	margin: 0;
}
.footer-middle {
	font-size: 0.9rem;
	padding: 3rem 0rem 0rem;
}
.footer-middle .row {
    border-bottom: 2px solid rgb(255,255,255, 0.4);
    padding-bottom: 3rem;
}
.footer-middle .box:nth-child(1) {width: 40%;}
.footer-middle .box:nth-child(2) {width: 60%;padding-left: 2rem;display: flex;}
.footer-middle .box:nth-child(3) {width: 20%;padding-left: 1rem;display: flex;justify-content: end;}
.footer-middle .box:nth-child(4) {width: 10%;padding-left: 2rem;}
.footer-middle .box:nth-child(5) {width: 30%;padding-left: 5rem;}
.footer-middle .nav-wrap ul li {
    margin-top: 0rem;
    margin-bottom: 0rem;
	list-style: none;
}
.footer-middle .box:nth-child(2) .nav-wrap:last-child {
    margin-top: 0rem;
}
.footer-middle .box:nth-child(1) .text {
    margin-top: 0rem;
}
.footer-middle .box:nth-child(1) p {
    font-size: 0.92rem;
    color: rgb(255, 255, 255, 0.8);
    font-weight: 300;
    margin-bottom: 0.4rem;
}
.footer-middle .box:nth-child(1) .footer-form-wrap {
    position: relative;
}
.footer-middle .box:nth-child(1) .footer-form-wrap .button-wrap {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}
.footer-middle select, 
.footer-middle input:not([type="checkbox"]) {
    font-size: 0.86rem;
    height: 2.5rem;
    line-height: 2.5rem;
}
.footer-middle input[type="email"] {
    /* padding-right: 9rem; */
    background-color: rgb(255,255,255, 0.17);
	color: #fff;
    margin: 0.5rem 0 0.75rem 0;
    border: none;
    border-radius: 2rem;
	/* text-transform: uppercase; */
}
.footer-middle .box:nth-child(1) input[type="submit"] {
    width: 2.8rem;
    height: 2.8rem;
    color: rgb(255, 255, 255, 0.9);
    background-image: url(../svg/submit-bg-img.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    margin: 0rem;
	color: transparent;
	padding: 0;
	opacity: 0;
	cursor: pointer;
}
.footer-middle .box:nth-child(1) > a {
    width: 100%;
    max-width: 6rem;
    display: inline-block;
}
.footer-middle .box:nth-child(1) > a img {
    width: 100%;
}
.form-footer p {
    font-size: 0.8rem;
    margin-bottom: 1.5rem;
     font-weight: var(--weight-200);
}
.footer-middle .nav-wrap ul li.margin-top {
    margin-top: 2rem;
}
.footer-middle .nav-wrap ul li a:hover, .footer-middle .box .nav-wrap ul > li:first-child a:hover, .footer-bottom .box.right p a:hover {
    /*color: var(--main-color);*/
}
#menu-footer-menu-seven > li > .sub-menu li {
    margin: 0;
}
.footer-middle .box .nav-wrap ul > li:first-child a {
    font-size: 0.9rem;
}
.footer-middle .social-icons {
    margin: 2.3rem 0 1.6rem 0rem;
}
.footer-middle .text a {
	text-decoration: none;
}
.footer-middle h3 {
    margin: -0.3rem 0 0.5rem;
	font-weight: var(--weight-500);
}
.form-blog-subscribe {
    position: relative;
}
.form-footer .form-inner input[type="email"]::-webkit-input-placeholder {
    color:#fff !important;
}
.form-inner input {
    height: 2.3rem;
    font-size: 0.86rem;
    letter-spacing: 0.68px;
    padding: 0rem 1rem;
    line-height: 2.3rem;
    background-color: transparent;
    border: 1px solid var(--white-color);
}
.form-blog-subscribe input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 8.7rem;
    height: 2.5rem;
	padding: 0;	
    font-weight: var(--weight-500);	
    font-size: var(--small-font);
	color: var(--main-color);
    z-index: 3;
    background-color: var(--green-color);
    margin: 0;
    border: none;
	text-transform: uppercase;
}
.form-blog-subscribe input[type="submit"]:hover {
    background-color: var(--button-green-hover);
}
.form-blog-subscribe .button-wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 2.8rem;
    height: 2.8rem;
    margin-top: 0;
	cursor: pointer;
}
.form-blog-subscribe .button-wrap .arrow {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 2.8rem;
    height: 2.8rem;
    border: 1px solid var(--main-color);
    border-radius: 50%;
    background-color: var(--dark-blue);
	color: var(--main-color);
}
.footer-middle .box:nth-child(1) .arrow p {
	margin-bottom: 0;
}
.form-blog-subscribe .button-wrap .arrow p {
    margin-bottom: 0;
    padding-top: 0.8rem;
    padding-left: 0.9rem;
	line-height: 0;
}
.form-blog-subscribe .button-wrap .arrow p svg {
    width: 1rem;
    height: auto;
    color: transparent;
}
.form-blog-subscribe .button-wrap:hover .arrow p svg {
    color: var(--main-color);
}
.footer-middle .nav-wrap {
	display: grid;
	gap: 0;
}
.footer-middle .box:nth-child(4) h4 {
    margin-top: 1.1rem;
    line-height: 1.5rem;
    font-weight: var(--weight-400);
	margin-bottom: 0.8rem;
}
.footer-middle .box:nth-child(4) .text p {
    font-size: var(--small-font);
    margin-bottom: 1.3rem;
     font-weight: var(--weight-300);
}
.footer-bottom {
    font-size: 0.9rem;
    font-weight: 300;
    padding: 1rem 0;
}
.footer-bottom .row {
    border-top: 1px solid var(--white-color);
    padding: 0.8rem 0 2rem;
}
.footer-bottom p {
     font-weight: var(--weight-300);
    color: rgb(255, 255, 255, 0.8);
    font-size: 0.9rem;
	margin: 0;
}
.footer-bottom .box.right {
    width: 18rem;
}
.footer-bottom .box.right p {
    display: flex;
    justify-content: end;
    width: 100%;
    max-width: 36rem;
}
.footer-bottom .box.right p a{
   text-decoration: none;
   color: rgb(255, 255, 255, 0.8);
}
.nav-footer-wrap .login-menu a:before {
    top: 15%;
    right: 26%;
}
.site-footer .social-icons a:hover {
    background-color: transparent;
    color: #2DE2BF;
}
#menu-footer-menu-one > li > a, #menu-footer-menu-two > li:first-child a {
    /* text-transform: uppercase; */
}
#menu-footer-menu-two > li, #menu-footer-menu-three > li, #menu-footer-menu-four > li, #menu-footer-menu-five > li{
    margin: 0 0 0.4rem;
}
#menu-footer-menu-two > li span {
    color: var(--main-color);
}
#menu-footer-menu-one > li > ul.sub-menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-top: 1rem;
}
#menu-footer-menu-one > li > ul.sub-menu li {
    width: 38%;
	margin-top: 0.5rem;
}
#menu-footer-menu-one > li > ul.sub-menu li ul.sub-menu li a {
    color: var(--white-color);
}
#menu-footer-menu-one > li > ul.sub-menu li ul.sub-menu > li {
    width: 100%;
	margin: 0;
}
#menu-footer-menu-one > li > ul.sub-menu li ul.sub-menu > li a,  
.footer-middle .nav-wrap ul li a, 
.footer-middle .nav-wrap ul li a {
    font-weight: var(--weight-300);
	line-height: 1.7;
}
#menu-footer-menu-one > li:first-child a {
   font-weight: var(--weight-500);
}
#menu-footer-menu-one li:first-child .sub-menu > li > a {
    font-weight: var(--weight-300);
    /* color: rgb(255,255,255, 0.8); */
}
#menu-footer-menu-two > li:first-child a {
    font-weight: var(--weight-500);
    font-size: var(--small-font);
    margin-bottom: 0.5rem;
    display: block;
}
#menu-footer-menu-two li:first-child .sub-menu > li > a {
   font-weight: var(--weight-300);
    /* color: rgb(255,255,255, 0.8); */
}
#menu-footer-menu-three > li a {
    font-weight: var(--weight-500);
	text-transform: uppercase;
}
#menu-footer-menu-three > li ul li a {
    font-weight: var(--weight-300);
    text-transform: initial;
	line-height: 2.5;
}
#menu-footer-menu-one li:first-child .sub-menu > li > a:hover, #menu-footer-menu-two li:first-child .sub-menu > li > a:hover, #menu-footer-menu-three > li a:hover, #menu-footer-menu-two > li:first-child a:hover {
    color: #2DE2BF;
}
#menu-footer-menu-two .sub-menu {
	margin-top: 0;
	margin-bottom: 0;
}
#menu-footer-menu-three .sub-menu {
	margin-top: 1rem;
	margin-bottom: 0;
}
#menu-footer-menu-two > li > ul.sub-menu li:first-child {
	margin-top: 0.5rem;
}
#menu-footer-menu-three > li > ul.sub-menu li:first-child {
	margin-top: 1.2rem;
}
#menu-footer-menu-two > li a, #menu-footer-menu-three > li a {
	font-size: 0.9rem;
}





@media (max-width: 991px){ 
	.footer-top.font-white {
		display: none;
	}
	.footer-middle .social-icons {
		justify-content: center;
		margin: 1.5rem 0 1rem 0rem;
	}
	.footer-middle .footer-logo {
		margin-bottom: 1rem;
		text-align: center;
	}
	.footer-middle .box:nth-child(1) .text {
		margin-top: 0.8rem;
		text-align: left;
	}
	.footer-middle .box:nth-child(1) .text p {
		font-size: 1rem;
	}
	.site-footer {
		margin-top: 0;
	}
	.footer-top.responsive-bg {
		background-position: center bottom;
	}
	.footer-top .row.display-flex {
		flex-wrap: wrap;
	}
	.footer-top .row .box {
		width: 100%;
	}
	.footer-top .row .box-small {
		width: 100%;
		margin-top: 0.5rem;
	}
	.footer-middle .row {
		flex-wrap: wrap;
		justify-content: space-between;
		display: flex;
	}
	.footer-bottom {
		padding-bottom: 3rem;
	}
	.footer-bottom {
		padding: 0.5rem 0 1rem;
	}
	.footer-middle {
		padding: 3rem 0rem 0.7rem;
	}
	.footer-middle .nav-wrap ul li a {
		line-height: 2;
		font-size:0.95rem;
	}
	.footer-middle .box:nth-child(1) {width: 100%;padding-left: 0rem;margin-bottom: 2rem;}
	.footer-middle .box:nth-child(2) {width: 50%;order: 3;}
	.footer-middle .box:nth-child(3) {width: 30%;  }
	.footer-middle .box:nth-child(4) {width: 50%;padding-left: 0;order: 5;}
	.footer-bottom .row {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.footer-middle .box:nth-child(5) {
		width: 100%;
		padding-left: 0rem;
		order: 2;
	}
	.footer-middle .box:nth-child(6) {
		width: 50%;
		padding-left: 0rem;
	}
	.footer-middle .box:nth-child(7) {
    width: 50%;
    padding-left: 0rem;
}
	.footer-bottom .box.left.display-flex {
		width: 60%;
	}
	.footer-bottom .box.right {
		width: 50%;
		justify-content: flex-end;
		display: flex;
	}
	.footer-bottom .box.right p {
		max-width: 18rem;
	}
	.footer-bottom p {
		text-align: left;
		font-size: 0.95rem;
		line-height: 1.65;
	}
	.footer-bottom .box.display-flex {
		flex-wrap: wrap;
	}
	.footer-bottom .box.left .box-inner {
		width: 100%;
		margin-right: 0;
	}
		.footer-middle .box:nth-child(3) {
		width: 50%;
		padding-left: 0rem;
		order: 3;
	}
	.footer-middle .box:nth-child(2) {
		padding-left: 0rem;
	}
	.footer-middle .box:nth-child(4) h4 {
		line-height: 1.5rem;
		font-size: 1.16rem;
	}
	.footer-bottom .box.right p a {
		width: auto;
		display: flex;
		justify-content: flex-end;
	}
	.footer-middle .box:nth-child(1) input[type="submit"] {
		font-size: 0.85rem;
		letter-spacing: 0;
		width: 2.9rem;
		height: 2.9rem;
	}
	.form-blog-subscribe .button-wrap {
		margin-top: 0em;
		display: block;
	}
	.subscribe-form-wrap input[type="email"] {
		padding-right: 8rem;
	}
	.footer-bottom .space-between {
		display: flex;
		justify-content: space-between;
	}
	#menu-footer-menu-one > li > ul.sub-menu {
		display: block;
	}
	.site-footer .nav-wrap ul {
		margin-top: 0.4rem;
	    margin-bottom: 1rem;
	}
	.footer-middle .nav-wrap {
	    display: block;
	}
	.footer-middle select, .footer-middle input:not([type="checkbox"]) {
		height: 2.85rem;
	}
	.footer-middle .box:nth-child(1) .button-wrap {
		justify-content: center;
	}
	.footer-middle .box:nth-child(1) p {
		margin-bottom: 0.8rem;
	}
	.site-footer .form-blog-subscribe {
		width: 20rem;
	}
	#menu-footer-menu-two > li:first-child a {
	    font-size: 0.9rem;
	}
	#menu-footer-menu-two > li, #menu-footer-menu-three > li, #menu-footer-menu-four > li, #menu-footer-menu-five > li {
		margin: 0 0 0rem;
	}
	#menu-footer-menu-two > li:first-child, #menu-footer-menu-three > li:first-child, #menu-footer-menu-four > li:first-child, #menu-footer-menu-five > li:first-child {
		margin: 0.5rem 0;
	}
	.footer-middle .box:nth-child(2) .nav-wrap {
		width: 100%;
	}
	.footer-middle .box:nth-child(2) .nav-wrap:last-child {
		margin-top: 0rem;
	}
	.nav-footer-wrap .login-menu a:before {
		top: 15%;
		right: auto;
		left: 2rem;
	}
	.footer-middle .social-icons a svg {
		width: 1.2rem;
	}
	.site-footer a.button {
		font-size: 0.9rem;
		padding: 0.3rem 1.2rem;
	}
	.social-icons.left a {
		margin-right: 2.5rem;
	}
	#menu-footer-menu-one > li > ul.sub-menu li {
		width: 100%;
	}
	#menu-footer-menu-three > li ul li a {
		line-height: 1;
	}
}
@media (max-width: 767px){
	.site-footer .form-blog-subscribe {
		width: 100%;
	}
	.footer-middle .box:nth-child(1) .text {
		text-align: center;
	}
	.footer-middle .nav-wrap ul li {
		margin-top: 0rem;
	}
	.footer-bottom .box.left.display-flex, .footer-bottom .box.right {
		width: 100%;
	}
	.footer-bottom .box.right p a {
		width: auto;
	}
	.footer-bottom p {
		text-align: center;
	}
	.footer-bottom .box.right p {
		justify-content: center;
		max-width: initial;
	}
	.footer-bottom .box.right p a:first-child {
		margin-right: 0.8rem;
	}
	.footer-bottom .box-inner p {
		margin-bottom: 0.2rem;
		text-align: left;
	}
	.footer-bottom .space-between {
		justify-content: center;
	}
	#menu-footer-menu-three .sub-menu li {
	    margin-top: 0.7rem;
	    margin-bottom: 0.7rem;
	}
	.footer-bottom .box.left.display-flex, .footer-bottom .box.right {
		margin-top: 10px;
	}
}
@media (max-width: 491px){
	.footer-bottom .box.right p a:first-child {
		margin-right: 0;
	}
	.social-icons.left a {
		margin-right: 1.7rem;
	}
}