@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

body{
    font-family: 'Poppins', sans-serif;
}

.hifa-outer{
    position: relative;
    float: left;
    width: 100%;
}
.hifa-outer img{
    max-width: 100%;
}

.top-header{
    position: relative;
    width: 100%;
     padding: 6px 0 4px;
    float: left;
    background: #f0f0f0;
}

header{
    margin: 0;
    padding: 0;
}

.top-header p{
    color: #555555;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
        line-height: 31px;
}
.bottomdots{
    background: url(../img/bottom-br.png);
    background-position: bottom left;
    background-repeat: repeat-x;
    padding-bottom: 19px;
    width: 100%;
    float: left;
}

/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {
    list-style: none;
    display: inline;
    
    padding: 0;
    float: right;
    margin: 0;
    padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}


/* footer social icons */


.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
display: inline-block;
    position: relative;
    margin: 0 4px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    float: left;
    background-color: #cecece;
}
.social-circle li:last-child a{
        background-color: transparent;
    padding-left: 15px;
    margin: 0;
    line-height: 29px;
} 

.social-circle li:last-child a:hover{
    background-color: transparent;  
}

.social-circle li i {
	margin:0;
	line-height:30px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
.social-circle i {
	color: #000;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}



.social-circle li a:hover {
	background-color:#e12631;
    color: #e12631;
}

.social-circle li a:hover  i{
color:#fff;
}


@media (min-width:68px) and (max-width:767px) {
ul.social-network {
    list-style: none;
    display: inline;
    padding: 0;
    float: none;
    margin: 0;
    padding: 0;
    width: 94%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}
 .top-header p {
    color: #555555;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 10px;
    line-height: 18px;
    text-align: center;
}  
    
.social-circle li:last-child a {
    background-color: transparent;
    padding-left: 0px;
    margin: 0;
    line-height: 29px;
}    
    
    
}
/*=========================
  Icons
 ================= */



.main-menu {
    padding: 0px 0;
    float: left;
    width: 100%;
    position: relative;
     box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

a.navbar-brand img {
    max-width: 100%;
}

.main-menu .navbar {
  padding: 0;
}

.main-menu li.nav-item{
    padding: 0 20px;
}
.main-menu li.nav-item:last-child{
    padding-right: 0;
}


.main-menu  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right:0;
    padding-left:0;
    transition: all ease-in-out .2s;
}
.main-menu li.nav-item  a{
    background-color: transparent;
    font-weight: 500;
    color: #454545;
    font-size: 16px;
    padding-left: 0  !important;
    padding-right: 0 !important;
    line-height: 90px;
    transition: all ease-in-out .2s;
    position: relative;
    
}

a.nav-link.active {
    border-bottom: 3px solid #e12631;
    color: #e12631 !important;
}

.main-menu li.nav-item  a::after{
  content: '';
  position: absolute;
  width: 0px;
  height: 3px;
  left: 50%;
     bottom: -2.5px;
  background-color: #e12631;
  transition: all ease-in-out .2s;
}
.main-menu li.nav-item  a:hover::after{
  width: 100%;
  left: 0;
}


.main-menu .navbar-light .navbar-nav .nav-link:focus, .main-menu .navbar-light .navbar-nav .nav-link:hover {
    color: #e12631;
}



@media (min-width:68px) and (max-width:767px) {
    
ul.navbar-nav {
    padding: 20px 0;
}    
a.navbar-brand img {
    max-width: 150px;
}
    
.justify-content-end {
  
    background: #b81515;
}
.main-menu li.nav-item {
    padding: 0 20px;
    text-align: center;
}  
 .main-menu li.nav-item a {
    background-color: transparent;
    font-weight: 500;
    color: #ebebeb !important;
    font-size: 16px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    line-height: 25px;
    transition: all ease-in-out .2s;
    position: relative;
}   
    
    
}

/*=========================
  Icons
 ================= */


.slide__content h6 {
    color: #2e2e2e;
    font-size: 30px;
    font-weight: 500;
}
.slide__content h2 {
       color: #657e53;
    font-size: 80px;
    font-weight: 600;
    line-height: 56px;
}
.slide__content h3 {
    color: #292929;
       font-size:45px;
    font-weight: 500;
}

.slide__content h3 a{
    font-size: 16px;
    border: 2px solid #2e2e2e;
    border-radius: 25px;
    color: #2e2e2e;
    padding: 10px 20px;
    text-align: center;
    font-weight: 500;
    
}

.home-banner .slide .slide__content--headings {
    text-align: left;
    color: #FFF;
}

@media (min-width:767px) and (max-width:1200px) {
    
.slide .slide__content {

    padding-top: 40px;
}    
    
    
.slide__content h6 {
    color: #2e2e2e;
    font-size: 20px;
    font-weight: 500;
}
.slide__content h2 {
       color: #657e53;
    font-size: 50px;
    font-weight: 600;
    line-height: 37px;
}
.slide__content h3 {
    color: #292929;
       font-size:35px;
    font-weight: 500;
}    
    
    
}


@media (min-width:76px) and (max-width:767px) {
    
.slide .slide__content {

    padding-top: 30px;
}    
    
    
.slide__content h6 {
    color: #2e2e2e;
    font-size: 15px;
    font-weight: 500;
}
.slide__content h2 {
       color: #657e53;
    font-size: 30px;
    font-weight: 600;
    line-height: 23px;
}
.slide__content h3 {
    color: #292929;
       font-size:18px;
    font-weight: 500;
} 
    
 .slide__content h3 a {
    font-size: 12px;
    border: 2px solid #2e2e2e;
    border-radius: 25px;
    color: #2e2e2e;
    padding: 6px 15px;
    text-align: center;
    font-weight: 500;
    margin-top: 5px;
    float: left;
}   
    
}





/*=========================
  Icons
 ================= */



.welcome-section{
    position: relative;
    float: left;
    width: 100%;
    background: url(../img/bg-1.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: top center;
    padding: 90px 0 100px;
}

.right-abt{
    position: relative;
    float: left;
    width: 100%;
}
.abtimg {
    position: relative;
    width: 100%;
    z-index: 2;
}

.bg-head{
    position: relative;
    background: url(../img/ab-logo.png);
    width: 372px;
    height: 160px;
    margin: auto;
}
.bg-head h3{
    font-size: 34px;
    color: #222222;
    font-weight: 600;
    text-align: center;
    padding-top: 57px;
    letter-spacing: 1.5px;
}
.right-abt  h4{
    font-size:28px;
    color: #687a4a;
    font-weight: 600;
    text-align: center;
    padding:20px 0 10px;

}

.right-abt  p{
    font-size: 16px;
    color: #888888;
    font-weight: 400;
    text-align: center;
    padding: 0px 0px;
    letter-spacing: .5px;
    line-height: 27px;
}

.latest-trend {
    position: relative;
    float: left;
    width: 95%;
    min-height: 200px;
    border: 10px solid #687a4a;
    margin-top: -50px;
    z-index: 1;
    margin-left: 5%;
    padding: 90px 10px 50px;
}


.latest-trend .col-md-2 {
  -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    float: left;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.latest-trend   h3{
    font-size:20px;
    color: #2e2e2e;
    font-weight: 600;
    text-align: center;
    padding:10px 0 0px;

}

.latest-trend   p{
    font-size: 15px;
    color: #888888;
    font-weight: 400;
    text-align: center;
    padding: 0px 0px;
    letter-spacing: .5px;
    line-height: 22px;
    text-align: center;
}

.welcome-section:after {
    content: "MaoTe Petfood";
    position: absolute;
    bottom: 10px;
    font-size: 100px;
    font-weight: 800;
      color: rgba(0, 0, 0, 0.04);
    left: 0;
    right: 0;
    z-index: 0;
    margin: auto;
    text-align: -webkit-center;
    text-transform: uppercase;
}

@media (min-width:1200px) {
.welcome-section:after {
    content: "MaoTe Petfood";
    position: absolute;
    bottom: 0px;
    font-size: 115px;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.04);
    left: 42px;
    right: 0;
    z-index: 0;
    margin: auto;
    text-align: -webkit-center;
    text-transform: uppercase;
}
}
@media (min-width:992px) and (max-width:1200px) {

.welcome-section:after {
    content: "MaoTe Petfood";
    position: absolute;
    bottom: 33px;
    font-size: 80px;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.04);
    left: 0;
    right: 0;
    z-index: 0;
    margin: auto;
    text-align: -webkit-center;
    text-transform: uppercase;
}
}

@media (min-width:768px) and (max-width:1200px) {

.bg-head {
    position: relative;
    background: url(../img/ab-logo.png);
    width: 372px;
    height: 110px;
    margin: auto;
    background-size: 260px;
    background-repeat: no-repeat;
    background-position: center;
}
.bg-head h3 {
    font-size: 25px;
    color: #222222;
    font-weight: 600;
    text-align: center;
    padding-top: 40px;
    letter-spacing: 1.5px;
}
.right-abt h4 {
    font-size: 24px;
    color: #687a4a;
    font-weight: 600;
    text-align: center;
    padding: 6px 0 4px;
}
    
 .right-abt p {
    font-size: 15px;
    color: #888888;
    font-weight: 400;
    text-align: center;
    padding: 0px 0px;
     letter-spacing: .5px;}
 .latest-trend h3 {
    font-size: 17px;
    color: #2e2e2e;
    font-weight: 600;
    text-align: center;
    padding: 6px 0 0px;
}
    
.latest-trend p {
    font-size: 14px;
    color: #888888;
    font-weight: 400;
    text-align: center;
    padding: 0px 0px;
    letter-spacing: .5px;
    line-height: 18px;
    text-align: center;
}    
}

@media (min-width:767px) and (max-width:992px) {
    
 .welcome-section:after {
    content: "MaoTe Petfood";
    position: absolute;
    bottom: 53px;
    font-size: 60px;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.04);
    left: 0;
    right: 0;
    z-index: 0;
    margin: auto;
    text-align: -webkit-center;
    text-transform: uppercase;
}   
    
 .latest-trend {
    position: relative;
    float: left;
    width:100%;
    min-height: 200px;
    border: 8px solid #687a4a;
    margin-top: 20px;
    z-index: 1;
    margin-left: 0%;
    padding: 20px 10px 20px;
     display: flex;
    flex-flow: wrap;
    justify-content: center;
}   
    
.latest-trend .col-md-2 {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
    float: left;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    min-height: 175px;
} 
    
 .hifa-outer  .latest-trend img {
    max-width: 55%;
}   
    
}

@media (min-width:76px) and (max-width:767px) {
    
 .latest-trend {
    position: relative;
    float: left;
    width:100%;
    min-height: 200px;
    border: 6px solid #687a4a;
    margin-top: 20px;
    z-index: 1;
    margin-left: 0%;
    padding: 20px 10px 10px;
     display: flex;
    flex-flow: wrap;
    justify-content: center;
}   
    
.latest-trend .col-md-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    float: left;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    min-height: 175px;
}
    
 .hifa-outer  .latest-trend img {
 max-width: 90%;
}  
    
.latest-trend h3 {
    font-size: 15px;}    
 
.latest-trend p {
 font-size: 14px;
    color: #888888;
    font-weight: 400;
    text-align: center;
    padding: 0px 0px;
    letter-spacing: .5px;
    line-height: 17px;
    text-align: center;
    min-height: 53px;
    margin-bottom: 10px;
} 
    
.bg-head {
    position: relative;
    background: url(../img/ab-logo.png);
    width: 280px;
    height: 112px;
    margin: auto;
    background-size: 280px;
    background-repeat: no-repeat;
}
    
.bg-head h3 {
    font-size: 26px;
    color: #222222;
    font-weight: 600;
    text-align: center;
    padding-top: 42px;
    letter-spacing: 1.5px;
}
    
.right-abt h4 {
    font-size: 22px;
    color: #687a4a;
    font-weight: 600;
    text-align: center;
    padding: 20px 0 10px;
}  
    
 .welcome-section:after {
    content: "HIFA Arts & Crafts";
    position: absolute;
    bottom: 45px;
    font-size: 41px;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.04);
    left: 0;
    right: 0;
    z-index: 0;
    margin: auto;
    text-align: -webkit-center;
    text-transform: uppercase;
    line-height: 40px;
}   
    
    
}



/*=========================
  Icons
 ================= */



.naturalhandmade {
    position: relative;
    float: left;
    width: 100%;
    min-height: 201px;
    background: url(../img/bg2.jpg);
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}


.naturalhandmade:after {
    content: "HIFA";
    position: absolute;
    top: 0px;
    font-size: 230px;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.08);
    left: 0;
    right: 0;
    z-index: 0;
    margin: auto;
    text-align: -webkit-center;
    text-transform: uppercase;
    line-height: 188px;
    z-index: 10;
        pointer-events: none;
}


.naturalhandmade h2 {
    font-size: 45px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 6px 0 4px;
    text-align: center;
}
   
.naturalhandmade h2 span{
font-size: 25px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 0;
    text-align: center;
    display: block;
    line-height: 16px;
}

.enuiry-btn {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.enuiry-btn a {
    border: 2px solid #fff;
    padding: 7px 25px;
    border-radius: 25px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    float: left;
    position: relative;
        z-index: 10;
    background: #606f44;
}
.enuiry-btn:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    top: 21px;
    left: 0;
    right: 0;
    z-index: 2;
}  

.enuiry-btn:before {
    position: absolute;
    content: "";
    width: 200px;
    height: 45px;
    background: #667647;
    top: 3px;
    left: 0;
    right: 0;
    z-index: 7;
    margin: auto;
}

@media (min-width:767px) and (max-width:992px) {
    
.naturalhandmade h2 {
    font-size: 35px;}
}

@media (min-width:67px) and (max-width:767px) {
    
.naturalhandmade h2 {
    font-size: 25px;}
.naturalhandmade h2 span {
    font-size: 18px;}    
    
 .naturalhandmade:after {
    content: "HIFA";
    position: absolute;
    top: 0px;
    font-size: 102px;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.08);
    left: 0;
    right: 0;
    z-index: 0;
    margin: auto;
    text-align: -webkit-center;
    text-transform: uppercase;
    line-height: 188px;
    z-index: 10;
}   
    
    
}




/*=========================
  Icons
 ================= */





.shopby{
    position: relative;
    float: left;
    width: 100%;
    min-height: 201px;
    background: url(../img/bg3.jpg);
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
    padding: 50px 0;}

.shopby-box{
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}

.shopby-box img{
    max-width: 100%;
}
.p-images {
    position: relative;
    margin-bottom: 25px;
}
.shopby-box h3 {
    position: absolute;
    top: 0;
    right: 0;
    color: #3a3a3a;
    font-size: 36px;
    text-align: right;
    padding: 10px 20px;
    font-weight: 700;
    
}
.shopby-box h3 span{
    display: block;
    line-height: 23px;
    font-size: 50px;
    color: rgba(0, 0, 0, 0.11);
}

.shopby-box h4 {
    position: absolute;
    top: 0;
    right: 0;
    color: #3a3a3a;
    font-size: 20px;
    text-align: right;
    padding: 16px 20px;
    font-weight: 700;
    
}
.shopby-box h4 span{
display: block;
    line-height: 5px;
    font-size: 25px;
    color: rgba(0, 0, 0, 0.11);
}

.shopby-box h5 {
    position: absolute;
    top: 0;
    left: 0;
    color: #3a3a3a;
    font-size: 25px;
    text-align: right;
    padding: 16px 20px;
    font-weight: 700;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}
.shopby-box h5 span{
display: block;
    line-height: 5px;
    font-size: 25px;
    color: rgba(0, 0, 0, 0.11);
}




.shopby .col-md-6 {

    float: left;
}


@media (min-width:500px) and (max-width:992px) {
.shopby-box h3 {
  font-size: 30px;}
.shopby-box h3 span{
    font-size: 30px;
}
.shopby-box h4 {
    position: absolute;
    top: 0;
    right: 0;
    color: #3a3a3a;
    font-size: 16px;
    text-align: right;
    padding: 16px 20px;
    font-weight: 700;
    
}
.shopby-box h4 span{
display: block;
    line-height: 5px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.11);
}    
.shopby-box h5 {
    
    font-size: 16px;   }
    
 .shopby-box h5 span {
    display: block;
    line-height: 10px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.11);
}  
    
 .p-images {
    position: relative;
    margin-bottom: 19px;
}   
    
}









@media (min-width:50px) and (max-width:500px) {
.shopby-box h3 {
  font-size: 25px;}
.shopby-box h3 span{
    font-size: 30px;
}
.shopby-box h4 {
    position: absolute;
    top: 0;
    right: 0;
    color: #3a3a3a;
    font-size: 13px;
    text-align: right;
    padding: 16px 20px;
    font-weight: 700;
    
}
.shopby-box h4 span{
display: block;
    line-height: 5px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.11);
}    
.shopby-box h5 {
    
    font-size: 16px;   }
    
 .shopby-box h5 span {
    display: block;
    line-height: 10px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.11);
}   
    
}




/*=========================
  Icons
 ================= */

.populeritems{
    position: relative;
    float: left;
    width: 100%;
    min-height: 201px;
    background: url(../img/bg4.jpg);
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
    padding: 50px 0 25px;
   
    
}



.populeritems:before {
    content: "popular items";
    position: absolute;
    bottom: 0px;
    font-size: 150px;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.02);
    left: 0;
    right: 0;
    z-index: 0;
    margin: auto;
    text-align: -webkit-center;
    text-transform: uppercase;
    line-height: 188px;
    z-index: 1;
    pointer-events: none;
}



.populeritems .slick-dots {
    position: absolute;
    bottom: -15px;}
.populeritems .stick-dots .slick-dots li {
    height: auto;
    width: auto;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #787878;
}

.populeritems  .stick-dots .slick-dots li button {
    position: relative;
    background-color:transparent;
    border: 0px solid #f2761d;
    opacity: 1;
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 50%;
}
.populeritems .stick-dots li.slick-active button,
.populeritems .stick-dots li.slick-active button:hover, .populeritems .stick-dots  li.slick-active button:focus {
    opacity: 1;
    background-color: #657e53 !important;
    border: 0px solid #f2761d;
}

.populeritems img{
    max-width: 100%;
}
.box-items {
    background: #fff;
    border: 1px solid #d0d9c4;
    padding: 15px;
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0;
}
.box-items img{
    width: 100%;
}

.box-items h2 {
    font-size: 22px;
    color: #2e2e2e;
    font-weight: 600;
    text-align: center;
    padding: 6px 0 4px;
    text-align: center;
}

.box-items h2 span {
    font-size: 13px;
    color: #2e2e2e;
    font-weight: 400;
    text-align: center;
    padding: 6px 0 4px;
    text-align: center;
    display: block;
}

.box-items h5 {
    font-size: 25px;
    color: #657e53;
    font-weight: 600;
    text-align: center;
    padding: 30px 0 15px;
    text-align: center;
    display: block;
    float: left;
    width: 100%;
}

.plus-btn {
    position: absolute;
    width: 100%;
    float: left;
    padding: 10px;
    bottom: -30px;
    text-align: center;
    display: flex;
    justify-content: center;
    left: 0;
}
.plus-btn a {
    width: 45px;
    height: 45px;
    background: #fff;
    float: left;
    border-radius: 50%;
    border: 5px solid #8fa181;
    color: #000;
    text-decoration: none;
    font-size: 25px;
    text-align: center;
    line-height: 36px;
}
.plus-btn a:hover{
    color: #687a4a;
    border-color:  #e12631;
    
}

.enuiry-btn  a:hover{
    color: #fff;
    border-color:  #e12631;
    background: #e12631;
    
}
.box-items  .slide .slide__img {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-items  .slide .slide__img img {
    width: auto;
    max-width: 150px;}



.readmore-btn {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}
.readmore-btn a{
        border: 1px solid #cac2c2;
    border-radius: 25px;
    padding: 5px 20px;
    margin: 52px 0;
    float: left;
    color: #c1c8b8;
    text-decoration: none;
    
}


.readmore-btn a:hover{
       color:#e12631;
}


@media (min-width:992px) and (max-width:1200px) {
.populeritems:before {
    content: "popular items";
    position: absolute;
    bottom: 0px;
    font-size: 118px;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.02);
    left: 0;
    right: 0;
    z-index: 0;
    margin: auto;
    text-align: -webkit-center;
    text-transform: uppercase;
    line-height: 193px;
    z-index: 1;
    pointer-events: none;
}
}

@media (min-width:767px) and (max-width:992px) {
.populeritems:before {
    content: "popular items";
    position: absolute;
    bottom: 0px;
    font-size: 83px;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.02);
    left: 0;
    right: 0;
    z-index: 0;
    margin: auto;
    text-align: -webkit-center;
    text-transform: uppercase;
    line-height: 126px;
    z-index: 1;
    pointer-events: none;
}
 .readmore-btn a {
    border: 1px solid #cac2c2;
    border-radius: 25px;
    padding: 5px 20px;
    margin: 19px 0;
    float: left;
    color: #c1c8b8;
    text-decoration: none;
}   
    
}
@media (min-width:76px) and (max-width:767px) {
.populeritems:before {
    content: "popular items";
    position: absolute;
    bottom: 0px;
    font-size: 51px;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.02);
    left: 0;
    right: 0;
    z-index: 0;
    margin: auto;
    text-align: -webkit-center;
    text-transform: uppercase;
    line-height: 61px;
    z-index: 1;
    pointer-events: none;
}
    
 .readmore-btn a {
    border: 1px solid #cac2c2;
    border-radius: 25px;
    padding: 5px 20px;
    margin: 40px 0 15px;
    float: left;
    color: #c1c8b8;
    text-decoration: none;
}   
}
@media (min-width:500px) and (max-width:992px) {

.populeritems .col-md-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}


}

/*=========================
  Icons
 ================= */

.heading-with-icon {
position: relative;
    margin: 0;
    padding: 15px 0 20px;
    width: 100%;
    float: left;
}


.heading-with-icon:before{
position: absolute;
    content: "";
    width: 60px;
    height: 20px;
    background: url(../img/h1.png);
    background-repeat: no-repeat;
    float: left;
    padding-left: 0px;
    background-position: left;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
}


.heading-with-icon h2{
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
    font-weight: 700;
    font-size: 38px;
    color: #222222;
    
}
.heading-with-icon h2:after{
    position: relative;
    content: "";
    width: 95px;
    height: 15px;
    background: url(../img/h3.png);
    background-repeat: no-repeat;
    float: right;
    padding-left: 0px;

    background-position: right;
}

.heading-with-icon h2:before{
    position: relative;
    content: "";
    width: 90px;
    height: 15px;
    background: url(../img/h2.png);
    background-repeat: no-repeat;
    float: left;
    padding-left: 0px;
    background-position: left;
}


.heading-with-icon h2 span{
    color: #687a4a;
        padding: 0 10px;
}
@media (min-width:67px) and (max-width:800px) {
.heading-with-icon h2 {
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
    font-weight: 700;
    font-size: 25px;
    color: #222222;
}
}

@media (max-width:650px) and (min-width: 67px){
.heading-with-icon h2 {
    text-align: center;
    position: relative;
    display: inherit;
    justify-content: center;
    align-items: center;
    padding: 10px 56px;
    font-weight: 700;
    font-size: 25px;
    color: #222222;
    /* width: 200px; */
}
.heading-with-icon h2:before {
    position: absolute;
    content: "";
    width: 90px;
    height: 15px;
    background: url(../img/h2.png);
    background-repeat: no-repeat;
    float: left;
    padding-left: 0px;
    background-position: left;
    left: 0;
    top: 18px;
}
    
.heading-with-icon h2:after {
    position: absolute;
    content: "";
    width: 90px;
    height: 15px;
    background: url(../img/h3.png);
    background-repeat: no-repeat;
    float: right;
    padding-left: 0px;
    background-position: right;
    right: 0;
    top: 18px;
}    
    

}

/*=========================
  Icons
 ================= */


.whychoosus{
     background: url(../img/bg5.jpg);
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
    position: relative;
    float: left;
    width: 100%;
    padding: 20px 0 0;
}

.whychoosus:after {
    position: absolute;
    content: "";
    width: 500px;
    height: 227px;
    background: url(../img/coc-leef.png);
    background-repeat: no-repeat;
    padding-left: 0px;
    background-position: left top;
    right: 0;
    top: 0;
    left: 0;

}  


.whychoosus:before {
    content: "MaoTe Petfood";
    position: absolute;
    bottom: 0px;
    font-size: 125px;
    font-weight: 800;
      color: rgba(0, 0, 0, 0.06);
    left: 0;
    right: 0;
    z-index: 0;
    margin: auto;
    text-align: -webkit-center;
    text-transform: uppercase;
    line-height: 193px;
    z-index: 1;
    pointer-events: none;
}





.points-choos{
    position: relative;
    width: 100%;
    float: left;
}

.dates{
    position: relative;
    float: left;
    border-bottom: 1px solid #496238;
    width: 100%;
}
.dates span{
    width: 47px;
    height: 49px;
    background: #496238;
    float: left;
    font-weight: 600;
    font-size: 25px;
    color: #fff;
    line-height: 47px;
    text-align: center;
}


.whychoosus  h2{
    float: left;
    font-weight: 600;
    font-size: 48px;
    color: #fff;
   padding: 0px 0 20px;
    line-height: 20px;
   
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.whychoosus h2 span{
    display: block;
    float: left;
    font-weight: 600;
    font-size: 28px;
    color: #fff;
    padding: 13px 0 0;
    line-height: 50px;
    margin: 0;
    text-align: center;
    width: 100%;
}


.points-choos h4{
    float: left;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    text-align: left;
    padding: 13px 0 0;
    line-height: 20px;
    margin: 0;
}

.points-choos p{
    float: left;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    text-align: left;
    padding: 10px 0;
    line-height: 18px;
}

.certificate-img {
    position: relative;
    float: left;
    padding-top: 50px;
}


@media (min-width:1400px) and (max-width:1500px) {
.whychoosus:before {
    content: "MaoTe Petfood";
    position: absolute;
    bottom: 0px;
    font-size: 100px;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.06);
    left: 0;
    right: 0;
    z-index: 0;
    margin: auto;
    text-align: -webkit-center;
    text-transform: uppercase;
    line-height: 193px;
    z-index: 1;
    pointer-events: none;
}
}

@media (min-width:1200px) and (max-width:1400px) {
.whychoosus:before {
    content: "MaoTe Petfood";
    position: absolute;
    bottom: 0px;
    font-size: 90px;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.06);
    left: 0;
    right: 0;
    z-index: 0;
    margin: auto;
    text-align: -webkit-center;
    text-transform: uppercase;
    line-height: 193px;
    z-index: 1;
    pointer-events: none;
}
}


@media (min-width:992px) and (max-width:1200px) {
.whychoosus:before {
    content: "MaoTe Petfood";
    position: absolute;
    bottom: 0px;
    font-size: 77px;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.06);
    left: 0;
    right: 0;
    z-index: 0;
    margin: auto;
    text-align: -webkit-center;
    text-transform: uppercase;
    line-height: 193px;
    z-index: 1;
    pointer-events: none;
}
}

@media (min-width:767px) and (max-width:992px) {
.whychoosus:before {
    content: "MaoTe Petfood";
    position: absolute;
    bottom: 0px;
    font-size: 83px;
    font-weight: 800;
        color: rgba(0, 0, 0, 0.06);
    left: 0;
    right: 0;
    z-index: 0;
    margin: auto;
    text-align: -webkit-center;
    text-transform: uppercase;
    line-height: 126px;
    z-index: 1;
    pointer-events: none;
}
  
}
@media (min-width:76px) and (max-width:767px) {
.whychoosus:before {
    content: "MaoTe Petfood";
    position: absolute;
    bottom: 0px;
    font-size: 51px;
    font-weight: 800;
        color: rgba(0, 0, 0, 0.06);
    left: 0;
    right: 0;
    z-index: 0;
    margin: auto;
    text-align: -webkit-center;
    text-transform: uppercase;
    line-height: 61px;
    z-index: 1;
    pointer-events: none;
}
    
  
}



@media (min-width:1200px){
 .certificate-img {
      padding-top: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 15px;
}
    
    
}



@media (min-width:600px) and (max-width:992px) {
.whychoosus:after {
    position: absolute;
    content: "";
    width: 380px;
    height: 227px;
    background: url(../img/coc-leef.png);
    background-repeat: no-repeat;
    padding-left: 0px;
    background-position: left top;
    right: 0;
    top: 0;
    left: 0;
    background-size: 100%;
}

}



@media (max-width:600px){
.whychoosus:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 227px;
    background: url(../img/coc-leef.png);
    background-repeat: no-repeat;
    padding-left: 0px;
    background-position: left top;
    right: 0;
    top: 0;
    left: 0;
    background-size: 90%

}  
}



/*=========================
  Icons
 ================= */

.contact-main{
    position: relative;
    float: left;
    width: 100%;
    background: url(../img/contactbg.jpg);
    background-size: cover;
    background-position: left center; 
      padding: 50px 0 100px;
    
}
.contact-main .client-tes{
    position: relative;
    width: 100%;
}
.contact-main .client-tes .heading-with-icon h2:before{
    display: none;
}


.client-tes .heading-with-icon {
  
    padding: 15px 0 40px;}



.contact-main .carousel-inner {
   
    padding-top: 0px;}


.contact-main .carousel {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 50px;
}
.contact-main .carousel .item {
	color: #999;
	font-size: 14px;
    text-align: center;
	overflow: hidden;
    min-height: 270px;
}
.contact-main .carousel .item a {
	color: #eb7245;
}
.contact-main .carousel .img-box {
	width: 100%;
    height: 120px;
    margin: 0 auto;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
}
.contact-main .carousel .img-box img {
    width: 100px;
    height: 100px;
    display: block;
    border-radius: 50%;
    border: 2px dotted #687a4a;
    padding: 5px;
}
.contact-main .carousel .testimonial {	
	padding: 0px 0 10px;
        font-size: 16px;
}
.contact-main .carousel .overview {	
	text-align: center;
	padding-bottom: 5px;
        font-size: 16px;
}
.contact-main .carousel .overview b {
color: #2e2e2e;
    font-size: 20px;
    text-transform: capitalize;
    display: block;
    padding-bottom: 5px;
    font-weight: 600;

}
.contact-main .carousel .star-rating i {
	font-size: 18px;
	color: #ffdc12;
}
.contact-main .carousel .carousel-control {
	width: 30px;
	height: 30px;
	border-radius: 50%;
    background: #999;
    text-shadow: none;
	top: 4px;
}
.contact-main .carousel-control i {
	font-size: 20px;
	margin-right: 2px;
}
.contact-main .carousel-control.left {
	left: auto;
	right: 40px;
}
.contact-main .carousel-control.right i {
	margin-right: -2px;
}
.contact-main .carousel .carousel-indicators {
	bottom: 15px;
}
.contact-main .carousel-indicators li, .carousel-indicators li.active {
	width: 11px;
	height: 11px;
	margin: 1px 5px;
	border-radius: 50%;
}
.contact-main .carousel-indicators li {	
	background: #e2e2e2;
	border-color: transparent;
}
.contact-main .carousel-indicators li.active {
	border: none;
	background: #888;		
}



.contactadress{
    position: relative;
    
}
.contactadress h4{
    color: #2e2e2e;
    font-size: 30px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    float: left;
    padding-bottom: 20px;
}

.contactadress h4 span{
    color: #2e2e2e;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    text-align: center;
    float: left;
}

.contact-main .contactadress .heading-with-icon h2:after{
    display: none;
}

.form-group.col-md-12 {
    float: left;
}

.form-group.col-md-6 {
   
    float: left;
}

.contact-main .form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 20px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

textarea#message {
    min-height: 90px;
}

.form-area {
    background: #edefe9;
    float: left;
    width: 100%;
    padding: 20px;
    border: 1px solid #dcdcdc;
}

.form-area label {
    display: inline-block;
    margin-bottom: .5rem;
    color: #2e2e2e;
    font-size: 15px;
    font-weight: 400;
}

.contact-main .btn-primary {
    color: #fff;
    background-color: #687a4a;
    border-color: #687a4a;
    border-radius: 25px;
    margin: auto;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 5px 20px;
}
.contact-main .btn-primary:not(:disabled):not(.disabled).active, .contact-main .btn-primary:not(:disabled):not(.disabled):active, .contact-main .show>.btn-primary.dropdown-toggle {
    color: #fff;
   background-color: #687a4a;
    border-color: #687a4a;
}







@media (min-width:1400px) and (max-width:50000px) {
.contact-main:before {
    content: "MaoTe Petfood";
    position: absolute;
    bottom: 0px;
    font-size: 100px;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.06);
    left: 0;
    right: 0;
    z-index: 0;
    margin: auto;
    text-align: -webkit-center;
    text-transform: uppercase;
    line-height: 114px;
    z-index: 1;
    pointer-events: none;
}
}

@media (min-width:1200px) and (max-width:1400px) {
.contact-main:before {
    content: "MaoTe Petfood";
    position: absolute;
    bottom: 0px;
    font-size: 90px;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.06);
    left: 0;
    right: 0;
    z-index: 0;
    margin: auto;
    text-align: -webkit-center;
    text-transform: uppercase;
    line-height: 114px;
    z-index: 1;
    pointer-events: none;
}
}


@media (min-width:992px) and (max-width:1200px) {
.contact-main:before {
    content: "MaoTe Petfood";
    position: absolute;
    bottom: 0px;
    font-size: 60px;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.06);
    left: 0;
    right: 0;
    z-index: 0;
    margin: auto;
    text-align: -webkit-center;
    text-transform: uppercase;
    line-height: 113px;
    z-index: 1;
    pointer-events: none;
}
    
.contact-main .heading-with-icon h2 {

    font-size: 30px;  }  
    
    
}

@media (min-width:767px) and (max-width:992px) {
    
 .contact-main .heading-with-icon h2:after {
    position: relative;
    content: "";
    width: 69px;
    height: 15px;
    background: url(../img/h3.png);
    background-repeat: no-repeat;
    float: right;
    padding-left: 0px;
    background-position: right;
}   
    
    
    
.contact-main:before {
    content: "MaoTe Petfood";
    position: absolute;
    bottom: 0px;
    font-size: 50px;
    font-weight: 800;
        color: rgba(0, 0, 0, 0.06);
    left: 0;
    right: 0;
    z-index: 0;
    margin: auto;
    text-align: -webkit-center;
    text-transform: uppercase;
    line-height: 90px;
    z-index: 1;
    pointer-events: none;
}
    
 .contact-main {
    position: relative;
    float: left;
    width: 100%;
    background: #fff;
    padding: 50px 0 80px;
    margin-bottom: 30px;
}   
    
 .contact-main  .form-group.col-md-6 {
    width: 100%;
    float: left;
    max-width: 100%;
} 
    
 .contact-main .heading-with-icon h2 {
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    align-items: center;
    padding: 10px 0px;
    font-weight: 700;
    font-size: 20px;
    color: #222222;
}   
    
  
}
@media (min-width:76px) and (max-width:767px) {
    
 .contact-main .heading-with-icon h2:after {
    position: absolute;
    content: "";
    width: 90px;
    height: 15px;
    background: url(../img/h3.png);
    background-repeat: no-repeat;
    float: right;
    padding-left: 0px;
    background-position: right;
    right: 0;
    bottom: 16px;
}   
    
    
.contact-main:before {
    content: "MaoTe Petfood";
    position: absolute;
    bottom: 0px;
    font-size: 40px;
    font-weight: 800;
        color: rgba(0, 0, 0, 0.06);
    left: 0;
    right: 0;
    z-index: 0;
    margin: auto;
    text-align: -webkit-center;
    text-transform: uppercase;
    line-height: 45px;
    z-index: 1;
    pointer-events: none;
}
.contact-main {
    position: relative;
    float: left;
    width: 100%;
    background: #fff;
    padding: 50px 0 60px;
    margin-bottom: 30px;
}    
  
}




/*=========================
  Icons
 ================= */


.newletter{
    position: relative;
    float: left;
    width: 100%;
    padding: 30px 0 10px;
    background:url(../img/news.jpg);
    background-size: cover;
    min-height: 157px;
    background-position: center;
    
}




.newletter .form-control {
    box-shadow: none;
    border-color: #ffffff;
    border-radius: 25px;
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
    background: transparent;
        color: #fff;
    text-align: left;
	}
.newletter .form-control:focus {
		border-color: #f95858;
		box-shadow: 0 0 8px rgba(249, 88, 88, 0.4);
	}
.newletter .btn {
    color: #000;
    background: #ffffff;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    padding: 6px 20px;
    min-width: 150px;
    margin-left: 6px !important;
    border: none;
    border-radius: 25px;
    font-size:   18px;
    font-weight: 400;
    text-transform: uppercase;
	margin-top:10px;
    
    }
.newletter .btn:hover, .newletter .btn:focus {
		box-shadow: 0 0 8px rgba(249, 88, 88, 0.4);
		background: #fff;
		outline: none;
    color: #000;
	}
.newletter .input-group {
		margin-top: 30px;
	}
	.newletter .hint-text {
		margin: 100px auto;
		text-align: center;
	}


.newletter  h2{
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    padding-top: 10px;
}


.newletter  h2 span{
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    width: 100%;
    float: left;
}



.newletter ::-webkit-input-placeholder { /* Chrome */
  color: #fff;
}
.newletter ::-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.newletter ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
.newletter :-moz-placeholder { /* Firefox 4 - 18 */
  color: #fff;
  opacity: 1;
}


@media (max-width:992px){
    
.newletter  h2{
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    padding-top: 10px;
    
}


.newletter  h2 span{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    width: 100%;
    float: left;
}  
.newletter {
    position: relative;
    float: left;
    width: 100%;
    padding: 15px 0 15px;} 
    
 .newletter .form-control {
    box-shadow: none;
    border-color: #ffffff;
    border-radius: 25px;
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
    background: transparent;
    color: #fff;
    text-align: left;
    width: 100%;
}
    
span.input-group-btn {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}     
    
    
}


@media (max-width:767px){
.newletter .form-control {
    box-shadow: none;
    border-color: #ffffff;
    border-radius: 25px;
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
    background: transparent;
    color: #fff;
    text-align: left;
    width: 100%;
}
    
span.input-group-btn {
    width: 100%;
    text-align: center;
    margin-top: 20px;
} 
    
 .newletter  h2{
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    padding-top: 10px;
    text-align: center;
     width: 100%;
}   
    
    
}
/*=========================
  Icons
 ================= */

.footer{
    position: relative;
    float: left;
    width: 100%;
    padding: 30px 0 0;
    min-height: 200px;
    background: #272727;
        color: #b3b3b3;
}

.footer h2{
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    padding: 15px 0;
}
.footer h2:after{
    width: 50px;
    position: absolute;
    bottom: -2px;
    content: "";
    height: 4px;
    background: #657e53;
    left: 0;
    
}


.footer h2:before{
    width: 150px;
    position: absolute;
    bottom: -1px;
    content: "";
    height: 1px;
    background: #657e53;
    left: 0;
    
}


.footer  p{
    font-size: 14px;
    font-weight: 400;
    color: #b3b3b3;
        line-height: 24px;
}
.footer  .social-circle li:last-child a {
    background-color: #fff;
}
.footer  .social-circle li:last-child a:hover,
.footer .social-circle li a:hover{
    background-color: #e12631;
}
.footer .social-circle li:last-child a {
    background-color: #ffffff;
    padding-left: inherit;
    margin: inherit;
    line-height: inherit;
}

.footer .social-circle{
    float: left;
}
.footer .social-circle li a {

    background-color: #ffffff;
}

 .footer .social-circle span {
    float: left;
    color: #657e53;
    font-size: 17px;
    font-weight: 400;
}

.footer  .col-md-3 {
    -ms-flex: 0 0 27%;
    flex: 0 0 27%;
    max-width: 27%;
}

.footer .col-md-2 {
    -ms-flex: 0 0 15.666667%;
    flex: 0 0 15.666667%;
    max-width: 15.666667%;
}



ul.link-sub{
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
ul.link-sub li{
    list-style: none;
    position: relative;
    padding-left: 15px;
        margin: 0 0 10px;
}

ul.link-sub li:after{
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    background: url(../img/png-li.png);
    background-repeat: no-repeat;
       top: 8px;
    content: "";
}
ul.link-sub li a{
       font-size: 14px;
    font-weight: 400;
    color: #b3b3b3;
        line-height: 24px;
    text-decoration: none;
}

ul.link-sub li a:hover{
       color:#e12631;
}



.news-blog{
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    
}

.news-blog h3{
    font-size: 16px;
     font-weight: 600;
    color: #b3b3b3;
}
.news-blog h3 a{
    text-decoration: none;
     color: #b3b3b3;
}
.news-blog span{
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    line-height: 18px;
    margin: 0;
    padding: 0;
    width: 60px;
    padding-top: 5px;
}

.news-blog span i{
    font-size: 14px;
     font-weight: 400;
    color: #b3b3b3;
    font-style: normal;
}

.footer .dis p {
    font-size: 14px;
    font-weight: 400;
    color: #b3b3b3;
    line-height: 24px;
    margin-top: 15px;
    float: left;
}


.lik-ad{
    position: relative;
    float: left;
    width: 100%;
}
.lik-ad p a{
    text-decoration: none;
    color: #657e53;
}

.copy-right{
    position: relative;
    width: 100%;
    background: #657e53;
    min-height: 50px;
    float: left;
    margin-top: 30px;
}
.copy-right p{
    color: #fff;
    padding-top: 15px;
}

.copy-right ul{
margin: 0;
    padding: 0;
    list-style: none;
    float: right;
    padding-top: 15px;
}
.copy-right ul li{
    display: inline-block;
    
}
.copy-right ul li a {
    color: #fff;
    text-decoration: none;
    float: left;
    padding: 1px 17px;
    border-right: 1px solid #fff;
    font-size: 14px;
    opacity: 1;
}
.copy-right ul li:last-child a{
    border: 0;
    padding-right: 0;
}

.copy-right a:not([href]):not([tabindex]) {
    color: #fff;
    text-decoration: none;
}


@media (min-width:992px) and (max-width:1200px) {

.footer .col-md-2 {
    -ms-flex: 0 0 15.666667%;
    flex: 0 0 17.666667%;
    max-width: 17.666667%;
}

.footer .col-md-3 {
    -ms-flex: 0 0 27%;
    flex: 0 0 25%;
    max-width: 25%;
}
}

@media (min-width:92px) and (max-width:992px) {

.footer .col-md-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.footer .col-md-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}
@media (min-width:92px) and (max-width:500px) {

.footer .col-md-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.footer .col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}

@media (min-width:92px) and (max-width:767px) {
.copy-right ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
    padding-top: 0px;
    width: 100%;
    text-align: center;
}
 .copy-right p {
    color: #fff;
    padding-top: 15px;
    margin-bottom: 5px;
    text-align: center;
}   
    
    
}
/*=========================
  Icons
 ================= */



