/**
 * Name : ;
 * Url : ;
 * Date : 2018-Sep-08;
 * Designer Name : Md. Mesbaul Islam;
 * Contact : 01738120411;
 * E-mail : rony.max24@gmail.com;
 * Author URI: ;
 */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');

body{
	color: #666;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	overflow-x: hidden;
	background-color: #fff;
	font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6{
	font-weight: 400;
	color: #333;
	margin-bottom: 0;
}
a{
	color: rgba(51, 51, 51, 1);
	text-decoration: none;
	transition: 0.3s;
}
a:hover,
a:focus{
	color: rgba(51, 51, 51, 0.8);
	text-decoration: none;
	transition: 0.3s;
}
ul{
	margin: 0;
	padding: 0;
}
p{
	margin-bottom: 0;
	font-weight: 400;
}
img{
	max-width: 100%;
	display: block;
	vertical-align: middle;
	transition: 0.3s;
}
.display-table{
	display: table;
	height: 100%;
}
.display-table-cell{
	display: table-cell;
	vertical-align: middle;
}
.fb-color{
	color: #4267B2
}
.youtube-color{
	color: #FF0000
}
.fb-background-color{
	background-color: #4267B2
}
.youtube-background-color{
	background-color: #FF0000
}
.container {
    max-width: 1280px;
}
.parallax-container{
	-webkit-perspective: 20px;
    perspective: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    max-width: 100vw;
}
h2.section-header{
	text-align: center;
	font-size: 34px;
	line-height: 1.25;
    padding: 34px 0 15px;
    margin-bottom: 0;
    text-transform: capitalize;
    color: #333;
}
form label{
	font-weight: 400;
	line-height: 1.5;
	font-style: italic;
}
form .form-input{
	color: #666;
	font-weight: 300;
	border: 1px solid #f6f6f6;
	background-color: #f9f9f9;
	padding: 5px;
	line-height: 1.5;
	margin-bottom: 8px;
	outline: none;
	-webkit-transition: .5s ease all;
	transition: .5s ease all;
	position: relative;
	border-radius: 0;
	max-width: 100%;
}
form .form-input:focus{
	border: 1px solid #666;
	box-shadow: none;
}

form .form-group{
	margin-top: 8px;
	margin-bottom: 12px;
}

section.topbar{
	padding: 16px;
	background-color: #712D80;
}
section.topbar .short-menu{
	text-align: right;
}
section.topbar .short-menu p{
	font-size: 11.2px;
    color: #fff;
}
section.topbar .short-menu ul{
	list-style: none;
}
section.topbar .short-menu ul li{
	font-size: 20px;
	margin: 4px;
	width: 32px;
    background-color: #fff;
    text-align: center;
    line-height: 32px;
    height: 32px;
	display: inline-block;
	text-transform: uppercase;
    border-radius: 4px;
}


nav.navbar-yamm{
	background: -webkit-gradient(linear,left top,left bottom,from(#9455A2),to(#9455A2));
	background: linear-gradient(to bottom,#9455A2 0%,#9455A2 100%);
	border-radius: 0;
	border: none;
	box-shadow: 0 2px 10px 0px rgba(51,51,51,.45);
    z-index: 999;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    color: #fff;
}
nav.navbar-yamm ul li{
	margin: 0 10px;
	font-size: 12px;
	font-weight: 500;
	line-height: 50px;
	position: relative;
}
nav.navbar-yamm ul li.active::before{
	content: "";
	background-color: #fff;
	width: 36px;
	height: 3px;
	position: absolute;
	left: 0;
	right: 10px;
	margin: 0 auto;
	bottom: 2px;
	border-radius: 10px;
}
nav.navbar-yamm ul li.home::before{
	display: none;
}
nav.navbar-yamm ul li.home{
	font-size: 18px;
}
nav.navbar-yamm ul li a{
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	word-spacing: 4px;
}
nav.navbar-yamm form.search button{
	border: none;
}

.yamm-dropdown{
	max-width: 25vw;
    min-width: 25vw;
	padding: 25px;
	background-color: #9455A2;
	border-radius: 0;
}
.yamm-dropdown.lg{
	min-width: 40vw;
}

.yamm-dropdown.lg .nav-item-img{
	text-align: center;
	margin-top: 25px;
}
.yamm-dropdown.lg .item-img{
	display: none;
}
.yamm-dropdown.lg .item-img.active{
	display: block;
}
.yamm-dropdown.lg .item-img a{
	display: block;
	text-align: center;
	margin-bottom: 16px;
}
.yamm-dropdown.lg .item-img img{
	width: 90px;
    height: 90px;
    margin: auto;
	-webkit-filter: saturate(0) brightness(.65);
    filter: saturate(0) brightness(.65);
    -webkit-transition: .3s all linear;
}
.yamm-dropdown.lg .item-img a:hover img,
.yamm-dropdown.lg .item-img a:focus img{
	-webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.yamm-dropdown.lg .item-img p{
	font-size: 12px;
	line-height: 1.5;
	font-style: italic;
	color: #fff;
}


.yamm-dropdown a.dropdown-item{
	font-weight: 400;
	font-size: 14px;
	padding-left: 0;
	padding-right: 0;
	color: #fff;
	text-align: left;
	line-height: 25px;
}
.yamm-dropdown a.dropdown-item:hover,
.yamm-dropdown a.dropdown-item:focus{
	color: rgba(255, 255, 255, 0.8);
	background-color: transparent;
    outline: transparent;
}
.yamm-dropdown a.dropdown-item.header{
	padding: 8px 0 4px;
    margin-bottom: 16px;
    border-bottom: 1px groove rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
}
.yamm-dropdown .news-title a{
	font-size: 12px;
	line-height: 20px;
    display: block;
	color: #fff;
    text-transform: none;
	text-align: left;
	margin-bottom: 10px;
}
.yamm-dropdown .news-content{
	font-size: 12px;
	color: #fff;
    line-height: 1.5;
}
.yamm-dropdown a.readmore{
	color: #fff;
}

.navbar-brand{
	display: none;
}
.navbar-collapse.show .navbar-nav{
	display: block;
	width: 100%;
}
.navbar-toggler-icon{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


.parallax-window{
	height: 70vh;
}
section.slider .parallax-container{
	-webkit-perspective: 20px;
    perspective: 20px;
}
section.slider .parallax-content{
	position: relative;
	background-attachment: initial;
	-webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
	background-position: top center;
	background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    overflow-x: hidden;
    display: table;
}

section .for-health{
	margin: 0 auto;
	padding-bottom: 30px;
    position: relative;
    background: -webkit-gradient(linear,left top,left bottom,from(#9455A2), to(#712D80));
    background: linear-gradient(to bottom,#9455A2 0%,#712D80 100%);
    text-align: left;
    border-radius: 0;
    opacity: .95;
    border-bottom: 2px solid #a7a7a7;
}
section .for-health h1{
	font-size: 30px;
	color: #fff;
	font-weight: 400;
	text-transform: capitalize;
	padding: 30px 0 15px;
	text-shadow: -4px 4px 4px #712D80;
}
section .for-health p{
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
	text-shadow: 0px 1px 1px #4a6f1c;
}

section.about{
	padding: 30px 0 40px;
	/* background-image: url('images/coffee-beans.png');
	background-repeat: no-repeat;
	background-size: 100px; */
}
section.about h2.section-header{
	padding: 0;
	font-size: 30px;
	line-height: 40px;
	font-weight: 900;
	text-align: left;
	color: #712D80;
}
section.about h2.header-tagline{
	font-size: 20px;
}
section.about p{
	margin-top: 15px;
}
section.about a.share-button{
	margin-top: 20px;
}
section.about .regions{
	/* background: -webkit-gradient(linear,left top,left bottom,color-stop(30%,#fff),to(#f0f0f0));
	background: linear-gradient(to bottom,#fff 30%,#f0f0f0 100%);
	border-bottom: 5px solid #712D80;
	*/
	overflow: hidden;
	/* -webkit-box-shadow: 0px 8px 40px -20px #000;
	box-shadow: 0px 8px 40px -20px #000; 
	*/
	padding: 25px;
	margin-bottom: 32px;
	text-align: center;
	min-height: 350px;
}
section.about .regions a{
	display: block;
}
section.about .regions img{
	max-width: 100px;
	padding: 0;
	margin: 0 auto;
	-webkit-filter: grayscale(0) brightness(1);
    filter: grayscale(0) brightness(1);
    -webkit-transition: .3s all linear;
    transition: .3s all linear;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    webkit-transition: .05s all linear;
}
section.about .regions img:hover,
section.about .regions img:focus{
	-webkit-filter: grayscale(0) brightness(1);
    filter: grayscale(0) brightness(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
section.about .regions h4{
	padding: 10px 0;
	font-size: 16.96px;
	font-weight: 500;
	color: #333;
}
section.about .regions h4 a:hover,
section.about .regions h4 a:focus{
	text-decoration: underline;
}
section.about .regions p{
	line-height: 22px;
}

section.page-sections{
	padding: 15px 0;
}

.both-sidebar{
	border-bottom: 2px solid #712D80;
	-webkit-box-shadow: 0px 10px 30px -15px #9455A2;
    box-shadow: 0px 10px 30px -15px #9455A2;
    border-radius: 2px;
    background-color: #9455A2;
}

.both-sidebar.left ul{
	padding: 8px;
	list-style: none;
}
.both-sidebar.left ul ul{
	border-top: 2px groove rgba(255,255,255,.35);
	padding-top: 0;
	padding-bottom: 0;
}
.both-sidebar.left ul li{
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	padding: 4px 0;
	border-bottom: 2px groove rgba(255,255,255,.35);
}
.both-sidebar.left ul li a{
	padding: 10px 15px;
	display: inline-block;
	color: #fff;
}
.both-sidebar.left ul li:last-child{
	border-bottom: none;
}
.both-sidebar.left ul li.active{
	font-weight: 500;
}
.both-sidebar.left ul ul{
	padding-left: 8px;
}
.both-sidebar.left a.toggle-accordion{
	float: right;
	color: #d2d2d2;
}
.both-sidebar.left ul ul li a{
	display: block;
}
/*
.both-sidebar.left ul ul li a:first-child{
	font-weight: 600;
}
*/


.both-sidebar.right{
	padding: 16px 32px;
}
.both-sidebar.right h3{
	font-size: 14px;
	line-height: 16px;
	margin-top: 14px;
	color: #fff;
	padding-bottom: 14px;
	margin-bottom: 16px;
	border-bottom: 2px groove rgba(255,255,255,.35);
}

.both-sidebar.right .block-brand ul{
	color: #fff;
	padding-left: 17px;
	margin-bottom: 24px;
}
.both-sidebar.right .block-brand ul li{
	margin: 11px 0;
	font-size: 12px;
}
.both-sidebar.right .block-brand ul li a{
	color: #fff;
}
.both-sidebar.right .block-brand ul li a:hover,
.both-sidebar.right .block-brand ul li a:focus{
	text-decoration: underline;
    cursor: pointer;
}
.both-sidebar.right .block-connect{
	margin: 5px 0;
}
.both-sidebar.right .block-connect a{
	display: block;
	padding: 4px 16px;
	-webkit-box-shadow: 0px -10px 20px -10px rgba(0,0,0,.35) inset;
    box-shadow: 0px -10px 20px -10px rgba(0,0,0,.35) inset;
    border-radius: 2px;
    margin-bottom: 5px;
    line-height: 30px;
    color: #fff;
}
.both-sidebar.right .block-connect span{
	padding-left: 9px;
    font-size: 11px;
}
.both-sidebar.right .block-connect a:hover span,
.both-sidebar.right .block-connect a:focus span{
	text-decoration: underline;
}
.both-sidebar.right .block-connect a.blue,
.both-sidebar.right .block-connect a.violet,
.both-sidebar.right .block-connect a.red{
    color: #333;
	background-color: #fff;
}
.both-sidebar.right .block-news .news-summary{
	margin-bottom: 16px;
}
.both-sidebar.right .block-news .news-date{
    color: #fff;
	font-size: 10px;
	font-weight: 400;
	padding-top: 8px;
	margin-bottom: 1px;
}
.both-sidebar.right .block-news .news-title{
    color: #fff;
	margin-bottom: 8px;
}
.both-sidebar.right .block-news .news-title a{
    color: #fff;
	font-size: 12px;
	display: block;
}
.both-sidebar.right .block-news .news-content{
	font-size: 12px;
    color: #fff;
    line-height: 1.5;
}

.both-sidebar.right .block-news a.view-all-btn{
	margin: 10px 0;
	color: #333;
	border-radius: 2px;
	background: #fff;
	padding: 5px 12px;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
}
.bread-crumb ul{
	list-style: none;
}
.bread-crumb ul li{
	padding-right: 5px;
	font-size: 12px;
	line-height: 36px;
	color: #48a55d;
	display: inline-block;
	cursor: pointer;
	font-weight: 500;
}
.bread-crumb ul li a{
	color: #48a55d;
}

.content-group .content-title{
	color: #333;
	font-weight: 300;
	margin: 10px 0;
	font-size: 25px;
}
.content-group .content-header{
	padding: 0 0 16px;
	overflow: hidden;
}
.content-group .content.equal{
	padding: 15px;
}
.content-group .content p{
	margin-top: 8px;
	margin-bottom: 12px;
	line-height: 1.75;
}
.content-group .content p strong{
	font-weight: 500;
}


.share-button{
	border-radius: 2px;
    border: none;
    outline: none;
    background-color: #712D80;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
	padding: 5px 10px;
	display: inline-block;
}
.share-button:hover,
.share-button:focus{
    background-color: #9455A2;
    color: #fff;
}
/* 
section.brands .product-item-group{
	padding: 0;
}
*/

section.brands .product-list-item{
	display: block;
	background-color: #fdfdfd;
	/* border: 1px solid rgba(176,176,176,.15); */
	/* min-height: 224px; */
    text-align: center;
    cursor: pointer;
}
section.brands .product-list-item img{
	-webkit-filter: saturate(1) brightness(1);
	overflow: hidden;
	margin: 5px auto;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    transition: .3s all linear;
}
section.brands .product-list-item:hover img,
section.brands .product-list-item:focus img{
	-webkit-filter: saturate(1) brightness(1);
    filter: saturate(1) brightness(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: .3s all linear;
}
section.brands .product-list-item h4{
	padding: 5px 0;
	font-size: 16px;
}
.page-banner img{
	width: 100%;
}
section.brands .brand-grouping{
	padding: 32px;
	background: rgba(242,242,242,.45);
	border: 1px solid #e8e8e8;
	border-radius: 3px;
	margin: 16px auto 0;
	-webkit-box-shadow: 0px 10px 30px -15px #333;
	box-shadow: 0px 10px 30px -15px #333;
}
section.brands .brand-grouping h3{
	font-size: 23px;
	margin-bottom: 20px;
}
section.brands .brand-grouping h3 small{
	font-size: 10px;
	padding-left: 16px;
	font-weight: 500;
	color: #666;
	text-transform: uppercase;
}
section.brands .brand-grouping-item{
	padding: 2px;
}
section.brands .brand-items{
	text-align: center;
	background: rgba(245,245,245,.2);
	border: 1px solid #efefef;
	margin: 0;
	padding: 25px;
	display: block;
}
section.brands .brand-items img{
	margin: auto;
}


section.brands .brand-items-vertical{
	background: rgba(245,245,245,.2);
    border: 1px solid #efefef;
    margin: 5px 0;
    padding: 1px;
    display: block;
    cursor: pointer;
}
section.brands .brand-items-vertical img{
	margin: auto;
}
section.brands .brand-items-large-preview{
    padding: 1px;
}

section.brands .brand-items-table{
	margin: 30px 0;
}
section.brands .brand-items-table tr th{
	width: 168px;
	background-color: #f4f4f4;
}

section.brands .brand-items h5{
	color: #48a55d;
	margin-top: 12px;
	font-size: 12px;
	font-weight: 600;
	text-transform: capitalize;
}

section.global-reach .product-item-group{
	padding: 2px;
}
section.global-reach .product-list-item{
	min-height: auto;
}
section.global-reach .product-list-item img{
	filter: none;
	margin: 0 auto;
}
section.global-reach .product-list-item h4{
	color: #fff;
	font-weight: 500;
	font-size: 24px;
	font-style: italic;
}


section.news-events .elements{
	margin-bottom: 5px;
}
section.news-events .elements a{
	display: table;
	width: 100%;
	padding: 40px;
	border-radius: 2px;
	text-align: center;
	height: 128px;
	color: #fff;
}
section.news-events .elements a span{
	display: table-cell;
	vertical-align: middle;
	text-transform: initial;
	-webkit-transition: .3s linear all;
	transition: .3s linear all;
}
section.news-events .elements a:hover span,
section.news-events .elements a:focus span{
	-webkit-transform: scale3d(1.1,1.1,1.1);
	transform: scale3d(1.1,1.1,1.1);
	-webkit-transition: .3s linear all;
	transition: .3s linear all;
}
section.news-events .elements h3{
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	font-style: italic;
	margin-top: 48px;
	margin-bottom: 10px;
}
section.offer-promotion .content{
	margin-bottom: 30px;
}
section.offer-promotion .current-offer{
	padding-right: 100px;
}
section.offer-promotion img{
	border-radius: 5px;
}
section.offer-promotion .promotions a{
	display: block;
	margin-bottom: 10px;
}
section.offer-promotion .promotions h5{
	margin-top: 10px;
}

section.careers .careers-banner{
	margin-bottom: 32px;
	position: relative;
}
section.careers .careers-text{
	position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
section.careers .careers-text h2{
    color: #fff;
	margin: 16px auto;
	font-size: 24px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 2px;
}

section.careers .careers-text h2.top-line{
	text-transform: uppercase;
	-webkit-animation: 2s opacityChange 5s;
    animation: 2s opacityChange 5s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
section.careers .careers-text h2.second-line{
	font-size: 30px;
	color: #ccc;
}
section.careers .careers-text h2.third-line{
	font-size: 24px;
	-webkit-animation: typing 4s steps(31,end) 6s 1;
    animation: typing 4s steps(31,end) 6s 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
section.careers a.apply-now{
	display: block;
    background-color: #72bf84;
    border-radius: 50px;
    font-weight: 500;
    line-height: 18px;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    margin: 0 auto;
    max-width: 150px;
	-webkit-transition: .2s all linear;
	transition: .2s all linear;
	opacity: 1;
}
section.careers a.apply-now:hover,
section.careers a.apply-now:focus{
	opacity: .9;
	text-decoration: underline;
}


.webform-client-form{
	border: 1px solid #6ba41d;
	padding: 64px 32px;
	position: relative;
}
.webform-client-form h2{
	color: #333;
    position: absolute;
    background-color: #fff;
    margin-left: 1em;
    z-index: 1;
    font-weight: 500;
    top: -10px;
    left: -1px;
    text-transform: capitalize;
    font-style: italic;
    font-size: 16px;
}
.webform-submit{
	padding: 5px 10px;
	color: #fff;
	font-weight: 400;
	font-size: 12px;
	border-radius: 2px;
	background: #72bf84;
	border: 1px solid #72bf84;
	transition: .2s opacity linear;
	opacity: 1;
	float: right;
	cursor: pointer;
}
.webform-submit:hover,
.webform-submit:focus{
	opacity: .9;
	transition: .2s opacity linear;
}
.geolocation{
	margin-bottom: 40px;
}
.geolocation label{
	color: #333;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	font-style: normal;
}
.geolocation .form-input{
	display: block;
    max-width: 300px;
}

.corporate-headquarters{
	padding: 32px;
	margin-bottom: 40px;
}
.corporate-headquarters .headquarters p{
	margin-bottom: 0;
	margin-top: 0;
}

section.events .content-group .content{
	padding: 15px 0;
}
section.events .events-row{
	margin-bottom: 40px;
}
section.events .events-row h3{
	font-size: 19px;
	margin-bottom: 3px;
}
section.events .events-row h3 a:hover,
section.events .events-row h3 a:focus{
	text-decoration: underline;
}
section.events .events-row p{
	margin-bottom: 12px;
	line-height: 1.75;
}
section.events p.events-date{
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 15px;
}


section.media .gallery{
	padding: 2.5px;
	list-style: none;
	overflow: hidden;
}
section.media .gallery li{
	width: 33.33%;
	float: left;
}
section.media .gallery li a{
	display: block;
	padding: 4px;
}

section.media .gallery li img{
	cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

section.faq .faq-ask-baner{
	margin: 32px 0;
}
section.faq .faq-ask-content{
	margin: 30px 0;
}
section.faq .faq-ask-content h3{
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	font-style: italic;
	margin-top: 48px;
}
section.faq .faq-ask-content h4{
	font-weight: 500;
	margin-top: 2em;
	text-decoration: none;
	margin-bottom: 12px;
	line-height: 1.75;
	font-size: 15px;
}
section.faq .faq-ask-content p{
	padding-left: 19px;
}

section.faq .faq-ask{
	margin-bottom: 30px;
}
section.faq .faq-ask h4{
	font-size: 19px;
	color: #333;
    text-transform: capitalize;
    line-height: 1.25;
    margin-bottom: 3px
}
section.faq .faq-ask a:hover,
section.faq .faq-ask a:focus{
	text-decoration: underline;
}
section.faq .privacy-policy ul{
	padding-left: 17px;
}
section.faq .privacy-policy ul li{
	    margin-left: 32px;
}
section.faq .privacy-policy h2{
	font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    font-style: italic;
    margin-top: 32px;
    margin-bottom: 10px;
}
section.faq .privacy-policy p{
	font-size: 15px;
	line-height: 1.75;
}

section.products-scroll{
	background-color: #fff;
	padding-bottom: 20px;
}
section.products-scroll a{
	display: block;
}
section.products-scroll .product img{
	max-width: 100px;
	margin: 0 auto;
}

.pagination{
	list-style: none;
	margin: 32px 0;
}
.pagination li{
	padding-right: 8px;
	display: inline-block;
    font-size: 12px;
}
.pagination a{
	display: block;
	font-weight: 500;
    padding: 7px 14px;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(50,50,50,.1);
    box-shadow: 0px 1px 0px 0px rgba(50,50,50,.1);
    -webkit-transition: .15s all linear;
    transition: .15s all linear;
    border-radius: 3px;
    text-transform: uppercase;
    color: #666;
    border: 1px solid #ddd;
}

section.footer-sitemap{
	background-color: #712D80;
	padding: 30px 0;
}
section.footer-sitemap .container{
	max-width: 960px;
}
section.footer-sitemap h3{
	text-transform: capitalize;
    position: relative;
    color: #fff;
    font-size: 15.2px;
    margin-bottom: 10px;
    padding-bottom: 4px;
    line-height: 2;
}
section.footer-sitemap ul li{
	font-size: 12.8px;
	line-height: 1.75;
}
section.footer-sitemap ul li a{
    color: #fff;
}
section.footer-sitemap h3::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 2px solid rgba(255, 255, 255, 0.50);
	border-radius: 0;
	width: 24px;
}


section.footer{
	background-color: #ccc;
}
section.footer p{
	color: #333;
	font-size: 12.8px;
	line-height: 1.5;
	font-weight: 400;
}
section.footer .copyright{
	text-align: right;
}
section.footer .footer-address{
	padding: 30px 0 15px;
}
section.footer .footer-address .logo img{
	max-width: 200px;
	margin: auto;
}
section.footer .contacts{
	margin: 16px 0;
}
section.footer .social a{
	cursor: pointer;
	display: inline-block;
	margin: 4px;
	font-size: 14.4px;
	width: 32px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    height: 32px;
    border-radius: 4px;
    transition: .15s all ease-in;
}
section.footer .social a:hover,
section.footer .social a:focus{
	transition: .15s all ease-in;
}

section.footer .footer-nav{
	padding-top: 15px;
	padding-bottom: 30px;
}
section.footer .footer-nav ul{
	list-style: none;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 0;
}
section.footer .footer-nav ul li{
	font-size: 9.6px;
}
section.footer .footer-nav ul li a{
	display: block;
	padding: 8px 32px;
}