.copyright-brand-privacy{
	display: none;
}
.footer-logo-wrapper {
    display: flex;
    flex-direction: column;
	justify-content: space-between;
}
.subscribe-btn a {
	color: var(--white) !important;
	text-decoration: none !important;
}
.subscribe-btn:hover a {
    color: var(--bg-text) !important;
}
.subscribe-btn-wrapper {
    width: 35%;
}
.subscribe-btn {
    background-color: var(--secondary);
    height: 46px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    padding: 0;
    display: flex;
    justify-items: center;
    align-items: center;
    padding-left: 1em;
}
.subscribe-btn a {
    transition: 0.5s;
}

.subscribe-btn a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: var(--primary);
    z-index: -1;
    border-radius: 50% 50% 0 0;
    transition: 0.5s;
}

.subscribe-btn:hover a::before {
    height: 180%;
}

.subscribe-btn .fa-arrow-right {
    font-size: 25pt;
    position: absolute;
    right: 10px;
    bottom: 5px;
}



.subscribe-wrapper {
    background: var(--secondary);
    padding: 2em 0;
}

.footer-subscribe-box {
	width: 60%;
    margin: 0em auto;
    background: #fff;
    padding: 2em;
	display: flex;
}

.dark-theme .light-theme-footer-logo{
	display: none
}
.dark-theme-footer-logo{
	display: none;
}
.dark-theme .dark-theme-footer-logo{
	display: block;
}
.dark-theme .footer-subscribe-box {
    background: #121212;
}
.dark-theme .footer-subscribe-text {
    color: #fff;
}

.footer-subscribe-text {
    width: 62%;
    margin-right: 3%;
    text-align: center;
    font-size: 22px;
	color: #000;
}

.footer-subscribe-text p {
    margin-bottom: 0;
	text-wrap: balance;
}


.moosend-designer-button span {
    color: #fff;
}


.footer {
    display: flex;
	border-bottom: 2px solid var(--primary);
}

#footer-col {
    width: 16%;
    border-right: 2px solid var(--primary);
    padding: 1em 0;
}
.footer-other-regions {
    border-right: 0px!important;
}
.footer-logo-wrapper {
    width: 20%!important;
	padding: 0!important;
}

#footer-col h5 {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
	display: block;
}

#footer-col h5::after {
        display:block;
        clear:both;
        content : "";
        position: relative;
        left    : 0;
        bottom  : 0;
        max-width:250px;
        height  : 1px;
        width   : 30%;  /* or 100px */
        border-bottom:5px solid var(--primary);
        margin:0 auto;
        padding:4px 0px;
	    transition: 0.5s all ease-in-out;
    }

#footer-col:hover h5::after {
    width: 40%;
}


.footer-logo {
    width: 80%;
    margin: 0 auto;
    display: table;
	height: 100%;
	padding: 2em;
}
.light-theme .light-theme-footer-logo, .dark-theme .dark-theme-footer-logo {
    display: table-cell;
    vertical-align: middle;
}
#footer-col a {
    color: inherit;
    text-decoration: none;
}
#footer-col ul {
    list-style: none;
    padding-left: 0;
	font-size: 14px;
	margin-left: 10%;
	margin-bottom: 0;
}
#footer-col li {
    position: relative;
    padding-left: 20px;
	margin-left: 10px;
}
#footer-col li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "-";
}
.lp-brand-info {
    border-top: 2px solid var(--primary);
    padding: 1.5em;
	font-size: 12px;
}
.lp-brand {
    float: left;
}
.privacy-policy {
    float: right;
}
.social i {
    background: var(--primary);
	padding: 5px;
    color: var(--bg-text);
    border-radius: 15px;
    margin: 0 5px;
	min-width: 25px;
    min-height: 25px;
	text-align: center;
	border: 2px solid var(--primary);
	transition: all 0.2s linear 0s;
}


.social i:hover {
    color: var(--primary);
	background: #fff;
}
.copyright {
    padding: 10px 1em;
    display: flex;
    justify-content: space-between;
}
.copyrighttxt {
	display: table;
	font-size: 12px;
}
.copyrighttxt a {
    color: inherit;
    text-decoration: none;
}

.copyright-inner {
    display: table-cell;
    vertical-align: middle;
}

.copyright-text-wrapper{
	display: flex;
}

/*------MEDIA RULES------*/
/*----SCREEN WIDTH 1400 to 1536px----*/
@media only screen 
	and (min-width: 1401px)
	and (max-width: 1536px) {
	
		
}

/*----SCREEN WIDTH 1200 to 1400px----*/
@media only screen 
	and (min-width: 1201px)
	and (max-width: 1400px) {
		
		.footer-logo-wrapper {
    display: none;
}
		#footer-col {
    width: 20%;
		}
		.copyright-brand-privacy {
    display: block;
}
		
		
		
		
}

/*----SCREEN WIDTH 1200 to 1400px Landscape----*/
@media only screen and (orientation : landscape)
	and (min-width: 1201px)
	and (max-width: 1400px) {
		
}


/*----SCREEN WIDTH 900 to 1200px----*/
@media only screen 
	and (min-width: 901px)
	and (max-width: 1200px) {
		
		.footer-logo-wrapper {
    display: none;
}
		#footer-col {
    width: 20%;
		}
		.copyright-brand-privacy {
    display: block;
}
		
		.footer-subscribe-box {
    width: 75%;
	}
	
	#footer-col ul{
		margin-left: 5px;
	}
	.subscribe-text {
    width: 47%;
    margin-right: 3%;
    font-size: 18px;
	}
		
}

@media (max-width: 991px) {
	
	.footer-intelligent-technologies, .footer-intelligent-verticals, .footer-countries, .footer-analysis, .footer-other-regions, .footer-logo{
		display: none;
	}
	   .footer-logo-wrapper {
    width: 100% !important;
    border-right: 0 !important;
    display: block;
}
	    .lp-brand-info {
        border-top: 0;
    }
	.copyright-brand-privacy {
    display: none;
}
	.footer-subscribe-box {
    width: 90%;
	}
	#footer-col{
		padding: 10px;
	}
	#footer-col ul{
		margin-left: 0;
	}
}


/*----SCREEN WIDTH 900 to 1200px Landscape----*/
@media only screen and (orientation : landscape)
	and (min-width: 901px)
	and (max-width: 1200px) {
		
		
		
}

/*----SCREEN WIDTH 600 to 900px----*/
@media only screen 
	and (min-width: 601px)
	and (max-width: 900px) {
		
		.footer-subscribe-box {
    width: 100%;
	}
	
	.footer-logo-wrapper {
    width: 100%!important;
    border-right: 0!important;
	}
	.lp-brand-info {
    border-top: 0;
}
	
	.lp-brand {
    float: left;
    text-align: left;
}
	.privacy-policy {
    float: right;
    text-align: right;
}
	
	.footer-intelligent-technologies, .footer-intelligent-verticals, .footer-countries, .footer-analysis, .footer-other-regions, .footer-logo{
		display: none;
	}
		
		
}

@media (max-width: 767px) {
	.footer {
        display: block;
        border: 0;
    }
	    .privacy-policy p {
        margin-bottom: 0;
    }
	    .lp-brand, .copyrighttxt, .privacy-policy {
        float: none;
        text-align: center;
    }
	.lp-brand-info {
        border-top: 0;
        padding: 1em;
    }

	.copyright {
		padding: 0 1em 1em 1em;
		display: block;
}
	.copyright .copyrighttxt {
    width: 80%;
    margin: 0 auto;
}
	    .footer-subscribe-box {
        width: 90%;
        display: block;
    }
	    .footer-subscribe-text {
        width: 100%;
        margin-bottom: 1em;
    }
	.subscribe-btn-wrapper {
        width: 100%;
    }
	    .home .intelligent-technologies-more-news {
        margin-bottom: 2em;
    }
	    #WPS-item {
        padding: 0;
        width: 100%;
        margin-right: 0;
    }
	    .social {
        float: none;
        margin-top: 1em;
        text-align: center;
        padding-bottom: 1em;
    }
}



/*----SCREEN WIDTH 600 to 900px Landscape----*/
@media only screen and (orientation : landscape)
	and (min-width: 601px)
	and (max-width: 900px) {
}



/*----SCREEN WIDTH 0 to 600px----*/
@media only screen 
	and (min-width: 0px)
	and (max-width: 600px) {
		
		.copyright {
    display: block;
}
		
		.footer-subscribe-box{
			width: 90%;
        	display: block;
		}
		.footer-subscribe-text, .subscribe-btn-wrapper{
			width: 100%;
		}
		.footer-subscribe-text{
			margin-bottom: 1em;
		}
		
		.footer-intelligent-technologies, .footer-intelligent-verticals, .footer-countries, .footer-analysis, .footer-other-regions, .footer-logo{
			display: none;
		}
		.lp-brand-info {
    		border-top: 0;
			padding: 1em;
		}
		.footer {
			display: block;
			border: 0;
		}
		.subscribe-text{
		margin-bottom: 1em;
	}
		.subscribe-box {
    width: 90%;
	display: block;
		}	
		.subscribe-text, .subscribe-form{
			width: 100%;
		}
		.footer-logo-wrapper {
    width: 100%!important;
    border: 0!important;
		}
		.social {
    float: none;
    margin-top: 1em;
		text-align: center;
		padding-bottom: 1em;
}
	.lp-brand, .copyrighttxt, .privacy-policy {
    float: none;
    text-align: center;
}
	.privacy-policy p {
    margin-bottom: 0;
}	
	.copyright {
    padding: 0 1em 1em 1em;
	}
		
}

/*----SCREEN HEIGHT 0 to 700px----*/
@media only screen 
	and (min-height: 0px)
	and (max-height: 700px) {
		

}