/*@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;700&display=swap');*/

@font-face {
    font-family: Metropolis;
    src: url("fonts/metropolis/Metropolis-ExtraLight.otf") format("opentype");
    font-style: normal;
    font-weight: 100;
}
@font-face {
    font-family: Metropolis;
    src: url("fonts/metropolis/Metropolis-Regular.otf") format("opentype");
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: Metropolis;
    src: url("fonts/metropolis/Metropolis-Medium.otf") format("opentype");
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: Metropolis;
    src: url("fonts/metropolis/Metropolis-SemiBold.otf") format("opentype");
    font-style: normal;
    font-weight: 500;
}

/*@font-face {
    font-family: Metropolis;
    src: url("fonts/metropolis/Metropolis-SemiBold.otf") format("opentype");
    font-style: normal;
    font-weight: bold;
}
@font-face {
    font-family: Metropolis;
    src: url("fonts/metropolis/Metropolis-ExtraBold.otf") format("opentype");
    font-style: normal;
    font-weight: 700;
}*/

a{
    color: #333;
}
a:hover{
    text-decoration: none;
    color:#c40d3c;
}

.page-content a:not(.card-header a), .related_h5 a{
    text-decoration: underline;
    color: #c40d3c;
}
.page-content a:hover, .related_h5 a:hover{
    text-decoration: underline;
}

body{
    font-family: Metropolis;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.btn{
    font-weight:300;
    transition: font-weight 0.5s;
}

.btn:hover{
    font-weight:500;
}

header{
    padding:15px 0 0px 0;
    font-weight:300;
    background: #FFF;
}

/*
header.fixed-top{
    padding-top:10px;
}
header.fixed-top .top_logo {
    width: 100px;
}
*/

.page-link{
    color:#194c69;
}

header .navbar{
    margin-top:20px;
    padding-bottom: 0
}


header .navbar-nav{
    position: relative;
}

@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }
}

.inv_social{
    list-style: none;
    display: flex;
    padding: 0;
}

.inv_social li{
    margin-right:10px;
}

.inv_social li a{
    border: 1px solid;
    width: 35px;
    height: 35px;
    display: block;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    padding-top: 3px;
}

.inv_social i{
    font-family: 'Font Awesome 5 Brands' !important;
}

.top_logo{
    width:150px;
}

.navbar-light .navbar-nav .nav-link {
    color: #C40D3C;
}

.navbar-light .navbar-nav .nav-link:hover, .dropdown:hover .nav-link{
    font-weight: bold;
    color: #C40D3C;
}

.close:focus{
    outline:none;
}

.btn_10{
    border-radius: 15px;
    height: 32px;
    padding: 0px;
    font-size: 13px;
    border: 2px solid #C40D3C;
    padding: 3px 15px 0px 15px;
    transition: all 0.5s;
    color: #c40d3c;
    width:95px;
    max-width:50%;
    font-weight: 300;
}

.btn-first{
    border-right: 1px solid #C40D3C;
}
.btn-second{
    border-left: 2px solid #C40D3C;
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;

}

.btn_11{
    font-size: 12px;
    padding: 1px 15px 0px 15px;
}

.btn_10:focus, .btn_10.active, .btn_10:hover{
    background-color:#C40D3C;
    color: #fff;
    box-shadow:none;
    font-weight: bold;
}




.myaccount_btn{
    margin-top: 25px;
}

header .dropdown{
    margin: 0 12px;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 0.7px;
    padding-bottom: 25px;
}
.dropdown-menu{
    background-color: rgba(15, 15, 15, 0.5);
}

.dropdown:hover>.dropdown-menu {
    display: block;
    margin-top:0;
}

.dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.dropdown-toggle::after{
    display:none;
}


.dropdown-list-style a {
    color: #fff;
}

.background-img{
    width: 100%;
}

.menu_sep{
    color: #C40D3C;
    padding-top: 7px;
}

.submenu_div{
    display:none;
    position: absolute;
    top: 62px;
    left: 0;
    background-color: rgb(0 0 0 / 0.65);
    height: auto;
    /*height: 170px;*/
    z-index: 99;
    min-width: 200px;
    padding:10px 5px;

}
.submenu_div .dropdown-item a{
    transition: all 0.5s;
    font-weight:100;
    color: #FFF;
    font-size: 0.9rem;
    position: relative;
    text-transform: capitalize;

}

.submenu_div .dropdown-item{
    white-space: normal;
    padding: 0.25rem 0.5rem;
    line-height: 100%;
    margin-bottom: 5px;
}


.submenu_div .dropdown-item:hover,.submenu_div .dropdown-item.active{
    background: transparent;
    color: #FFF;
    font-weight: 500;
}

.submenu_div .dropdown-item a:hover,.submenu_div .dropdown-item.active a{
    color: #FFF;
    font-weight: 500;
}
.submenu_div .dropdown-item a:after{
    content:"";
    position: absolute;
    z-index:999;
    left:0;
    width:0;
    height:1px;
    background: #C40D3C;
    bottom:-2px;
    transition: all 0.5s;
}
.submenu_div .dropdown-item a:hover:after{
    width:100%;
}



.first-section{
    background-color: #EFEFEC;
    text-align: center;
    color: #8A1E41;
}

.sections{
    padding-top: 80px;
}

.home_title{
    margin-bottom:70px;
}

.home_title h5{
    font-weight: 100;
    font-size: 2.1rem;
    line-height: 140%;
    letter-spacing: 1px;
}

.forth-page-text .home_title h1,.story_text .ourstory h1{
    font-size: 2.5rem;
    font-weight: 400;
}

.story_text .ourstory h1{
    margin-bottom: 0;
}

.story_text .ourstory h4{
    margin-top: 20px;
    font-weight: 300;
    letter-spacing: 0.5px;
    font-size: 1.2rem;
}

/*
h1{
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
        
}
*/

#sunbula_slider .carousel-inner{
    /*height:700px;*/
    height:calc(100vh - 110px);
}

#sunbula_slider .slider_img{
    /*height:700px;*/
    height:calc(100vh - 110px);
    width:100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
}


#sunbula_slider .carousel-item:after{
    content:"";
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    background-color:rgba(0,0,0,0.2);
    z-index:1;
}

.slider_btn{
    margin-top:30px;
}

.slider_btn button{
    border-radius: 23px;
    color: #fff;
    background-color: #C40D3C;
    border-color: #C40D3C;
    font-weight: 100;
    padding: 7px 5px 5px;
    font-size: 22px;
    width: 200px;
    max-width: 100%;
    letter-spacing: .5px;
    transition: all 0.5s
}

.slider_btn button:hover{
    /*background: #5b315e;
    color:#C40D3C;*/
    color: #fff;
    font-weight: 500;
}

.red_btn{
    background-color: #C40D3C;
    border-color: #C40D3C;
    color:#FFF;
    font-weight: 300;
}
.red_btn:hover{
    font-weight: 500;
    color:#FFF;
}

#sunbula_slider .carousel-indicators li{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: transparent;
    border: 2px solid #FFF;
    opacity: 1;
    margin-right: 6px;
    margin-left: 6px;
}

#sunbula_slider .carousel-indicators li.active{
   background: #FFF; 
}


.slider_caption{
    position: absolute;
    left: 15%;
    bottom: 20%;
    color: #fff;
    z-index:2;
	width: 700px;
    max-width: 100%;
	padding-right: 15px;
}

.slider_caption h3{
    font-weight: 300;
    letter-spacing: 1.5px;
	text-shadow: 2px 1px #333;
}




.cats_div{
    height:750px;
}

.services_box{
    background-color: white;
    border-radius: 13px;
    padding: 25px 20px;
    position: relative;
}

.services_box.mb-30{
    margin-bottom:30px;
}

.services-box-small{
    height:240px;
}


.services-box-big{
    height:490px;
}

.cats_img{
    height:100%;
    padding-top: 10%;
}
.cats_img img{
    max-height:100%;
    transition:all 0.5s;
}

.cats_title{
    position: absolute;
    left: 0;
    top: 0;
    background: #8A1E41;
    color: #FFF;
    padding: 10px 25px;
    border-top-left-radius: 13px;
    /*min-width: 120px;*/
    transition:all 0.7s;
    z-index: 99;
    text-transform: capitalize;
}

.services_box:hover .cats_title, .story-div:hover .cats_title{
    /*min-width: 160px;*/
    padding-right: 35px;
    padding-left: 35px;
}

.services_box:hover .cats_img img{
    transform: scale(1.07);
}

.cats_title:hover{
    background-color:#5b315e;
}

.second-section{
    background-color: #EFEFEC;
    text-align: center;
    color: #8A1E41;
    padding-bottom: 100px;
}

.second-section h1{
    background-color: #EFEFEC;
    text-align: center;
    color: #8A1E41;
}


.description-text a {
    color:#939393;
}

#product_carousel .description-text h4{
    font-size: 15.5px;
    font-weight: 300;
}


.third-section{
    background-color: #5B315E;
   position: relative;
}

.decorative-img{
    padding-top: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 350px;
    border-radius: 15px;
    position: relative;
}

.decorative-img:after{
    content:"";
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left: 0;
    z-index:1;
    background: rgba(0,0,0,0.2)
}

.third-section{
    background: rgb(239,239,236);
    background: linear-gradient(180deg, rgba(239,239,236,1) 15%, rgba(91,49,94,1) 15%);
    padding-bottom:143px;
    padding-top:0px;
}

.third-section-title{
    position: absolute;
    left: 6%;
    bottom: 18%;
    color: #fff;
    top: 20%;
    z-index:2;
}

.get-toknow-btn{
    position: absolute;
    right: 1%;
    bottom: 33%;
    color: #fff;
    z-index: 2;
    width: 100%;
}

.third-section-title h1{
    font-size: 50px;
}

.get-toknow-btn button{
    color: #fff;
    border: 1px solid #fff;
    border-radius: 23px;
    position: absolute;
    bottom: 30%;
    right: 10%;
    padding: 7px 15px 7px 15px;
    width: 200px;
    max-width: 100%;
    transition:all 0.5s;
    font-weight:300;
}

.btn-outline-secondary{
    transition:all 0.5s;
    padding-top: 8px;
    border-radius: 23px;
}
.get-toknow-btn button:hover,.btn-outline-secondary:hover{
    /*background-color:#5b315e;*/
    background-color:#c40d3c;
    border: 1px solid transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-secondary.dropdown-toggle:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle{
    background-color:#8A1E41;
}

.btn-outline-secondary1{
    transition:all 0.5s;
    padding-top: 8px;
    border-radius: 23px;
    background-color:#c40d3c;
    color:#FFF;
}
.btn-outline-secondary1:hover{
    color:#FFF;
}

.owl-theme .owl-nav span{
	font-size:3rem;
}

.our-artisal-carousel .owl-nav span{
    font-size:1rem;
}

.our-artisal-carousel .owl-nav button:focus,.our-artisal-carousel .owl-nav span:focus,.our-artisal-carousel .owl-nav span i:focus{
    outline:0;
}

.our-artisal-carousel .owl-nav button{
    text-align: center;
    width: 30px;
    height: 30px;
    padding-top: 3px !important;
    padding-left: 2px !important;
}

.owl-theme .owl-nav [class*=owl-]:hover{
    background: #c2163f !important;
}

.owl-theme .owl-nav {
    margin-top: 0;
    color:#ABADB0;
    
}
#product_carousel .owl-prev {
    position: absolute;
    left: -15px;
	top:0;
    /*height: 100%;*/
    height: 240px;
    width: 40px;
    background: #efefec!important;
    margin: 0!important;
}
#product_carousel .owl-next{
	position: absolute;
    right: -15px;
	top:0;
    /*height: 100%;*/
    height: 240px;
    width: 40px;
    background: #efefec!important;
    margin: 0!important;
}
#product_carousel .owl-prev:focus,#product_carousel .owl-next:focus{
    outline:0;
}

#product_carousel .owl-item{
    opacity: 0;
    transition: all 0.5s;
}

#product_carousel .owl-item.active{
    opacity: 1;
}

.forth-page-text{
    color: #fff;
    text-align: center;
    margin-top: 70px;
}

.cats_title-blog{
    /*position: absolute;
    left: 0;
    top: 0;
    background: #8A1E41;
    color: #FFF;
    padding: 7px 7px 8px 30px;
    border-bottom-right-radius: 13px;
    border-top-left-radius: 0;
    width: 11%;*/
    font-size: 19px;
    border-bottom-right-radius: 13px;
    border-top-left-radius: 0;
    padding: 10px 25px 10px 10px;
}
.first-section a {
    color: #fff;
}

.coloumns{
    color: #fff;
    text-align: center;
    /*padding-top: 60px;*/
}

.numbers_div h3{
    font-weight: 400;
    font-size: 3rem;
}
.numbers_div h5{
    font-weight: 300;
    font-size: 1.5rem;
}

.learnmore-btn button{
    color: #fff;
    border: 1px solid #fff;
    border-radius: 23px;
    padding: 8px 30px 9px 30px;
    width: 17%;
}
.learnmore-btn{
    margin-top:70px;
}


.forth-section{
    background-color:#9C849F;
    padding-top: 0;
}

.ourstory{
    color: #fff;
    padding: 80px 100px 80px 100px;    
}
.ourstory h5 h3{
}

.readmore-btn button{
    color: #fff;
    border: 1px solid #fff;
    border-radius: 23px;
    padding: 8px 30px 9px 30px;
    margin-top: 20px;
}

.story-div{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.story-div .width-50{
    width:50%;
    /*height: 400px;*/
    overflow: hidden;

}

.story-div .width-50 img{
    /*min-height:400px;*/
}

.story_img{
    background-size: cover;
    background-position: center center;

}

.story_img a{
    height: 100%;
    display: block;
}

.story_text{

}

.fifth-section{
    background-color: #F9ECE2;
    padding-bottom: 100px;
    padding-top: 100px;
}

.fifth-section-text{
    color: #C40D3C;
}

.fifth-section-text h1{
    font-weight: 400;
}

.fifth-section-text h6{
    font-weight: 100;
    font-size: 30px;
    line-height: 140%;
}

.fifth-section-form{
    margin-top: 16%;
}
 #subscribe_email{
    border-radius: 22px;
    padding: 20px;
    height: 50px;
    border:0;
}
   
.submit-btn .btn{
    background-color: #C40D3C;
    color: #fff;
    border-radius: 22px;
    font-size: 15px;
    padding: 8px 18px;
    height: 50px;
}

#subscribe_email::-webkit-input-placeholder { /* Edge */
    color:#CCCCCC;
}

#subscribe_email:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #CCCCCC;
}

#subscribe_email::placeholder {
    color: #CCCCCC;
}

footer{
    background-color: #194C69;
    color: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
}

#submit_email{
    border-radius: 18px;
    padding: 1px 0px 0px 10px;
    /*padding: 13px 20px 13px 20px;
    height: 20px;
    width: 139%;*/
    margin-bottom: 20px;
    font-size:13px;
    border:0;
}
#submit_email::-webkit-input-placeholder { /* Edge */
    color:#CCCCCC;
    font-size:12px;
    font-weight: 100;
}

#submit_email:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #CCCCCC;
    font-size:12px;
    font-weight: 100;
}

#submit_email::placeholder {
    color: #CCCCCC;
    font-size:12px;
    font-weight: 100;
}
  
.subscribe-btn .btn{
    background-color: #C40D3C;
    color: #fff;
    border-radius: 20px;
    font-size: 13px;
    padding: 6px 19px 7px 18px;
    height: 31px;
}
.footer_title{
    font-size: 1.02rem;
    margin-bottom: 25px;
}

.footer_contact p{
    font-weight:100;
}

footer h6 {
    line-height: 170%;
}

footer h6 a{
    color:#FFF;
}

footer h6 a:hover{
     color:#CCC;
}

.footer-icons{
    color: #fff;
    padding-top:20px;
}

.footer-icons a{
    color:#FFF;
    margin-right: 10px;
}

.footer_menu h6 a, .footer_email a{
    font-weight: 300;
}

.footer_email{
    margin-bottom: 15px;
}
.copyright{
    font-size: 0.9rem;
    font-weight: 100;
    margin-top: 100px;
}

.copyright a{
    color:#FFF;
}
.copyright a:hover{
    color:#C40D3C;
}

.footer_logo{
    width: 60px;
    margin-right: 5px;
}

.fairtrade_footer{
    width: 120px;
}



/*** CAT TEMPLATES ***/
.title.title-xl {
    font-size: 70px;
    font-weight:400;
}

.cat_title_new {
    width: 100%;
    position: absolute;
    top: 37%;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.template_thumb {
    position: relative;
}

.template_thumb img{
    min-width:100%;
}

.cat_title h1, .cat_title h1 b, .cat_title_new h1, .cat_title_new h1 b {
    color: #fff!important;
}

.horizontal-wrapper .page-content{
    margin-top:30px;
}

.template2_div {
    min-height: 850px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    margin-bottom: 15px;
}

.content-container {
    position: absolute;
    width: 40%;
    margin: 32px 32px;
    padding: 56px 32px;
    max-width: 580px;
    box-shadow: 0 0 4px rgba(0,0,0,.25);
    background-color: rgba(255,255,255,.9);
}



.content-container p {
    text-align: justify;
}

.content-container h3{
    font-weight:400;
}

.layout-jobs .intro {
    margin: 30px auto 0;
    padding: 10px 0 40px;
}


.layout-jobs .page-content .image-container {
    height: 450px;
    overflow: hidden;
    transform-origin: 0 0;
}

.internal_page_full .wprt-container {
    margin: 0 auto;
}


.internal_page_full *,.producer_body * :not(.craft_social_div i), #all_body *, .page-content .accordion .collapse *, .template_description *{
    font-family: Metropolis !important;
}

.expiry_span_slash{
    float:left;
    position: relative;
    margin: 0 7px;
}

.expiry_span_slash:after {
    position: absolute;
    content: "/";
    color: #333;
    font-weight: 500;
    font-size: 1.7em;
    left: 2px;
    top: 1px;
}
@media(max-width:767px){
	.city_name_1{
        width: calc(50% - 5px);
        min-width: auto !important;
    }
    .expiry_span_slash{
        display:none;
    }

    select[name="cardexpmonth"], select[name="cardexpyear"]{
        width:40% !important;
        margin-right:2%;
    }
}

.layout-jobs .page-content .content {
    min-height: 450px;
    display: -ms-flexbox;
    display: flex;
    /*padding: 60px 80px;*/
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px 80px;
}


.template_bg{
    height:600px;
    background-size: cover;
    background-repeat: no-repeat;
}

@media(max-width: 767px){
    .template_bg{
        height: 400px;
        background-position: center center;
    }
}

.cat_template_1 .horizontal-wrapper-11{
    width: 100%;
    max-width: 1360px;
    margin: auto;
}
.cat_template_2 .horizontal-wrapper-11{
    width: 95%;
    margin: auto;
}

.crafts_pp{
    height:360px;
    border-radius: 13px;
}


.wprt-container h2{
    font-size:1.7rem;
    font-weight: 300;
}

.rte p {
    margin: 1em 0;
}


.works-container .work {
    /*margin: 0 8px 16px;*/
    position: relative;
    width: calc(33.33% - 16px);
    transform: translateY(0);
    transition: transform 0.2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
    max-width:100%;
    height: 350px;
}



.works-container .work:before {
    display: block;
    padding-top: 125%;
    content: '';
}

.works-container .work a {
    display: block;
    overflow: hidden;
    padding: 25px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.works-container .work .inner {
    position: relative;
    height: 100%;
    z-index: 2;
}

.works-container .work .header {
    padding: 18px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255,255,255,.8);
    z-index: 1;
    line-height: 1.3;
    letter-spacing: .08em;
    font-size: 15px;
}

.works-container .work .header .title12, .works-container .work .header .category {
    display: inline;
    padding: 0;
    position: relative;
    vertical-align: top;
}

.works-container .work .header .title12{
    color: #333;
    font-size: .95rem;
    font-weight: 300;
}

.cat_date {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #333;
}

.works-container .work .description-inner {
    padding: 25px;
    max-width: 540px;
    opacity: 0;
    transform: translate3d(0,50px,0);
    transition: opacity 0.2s linear 0.15s,transform 0.6s cubic-bezier(.645,.045,.355,1) 0.15s;
    font-size: 14px;
    text-transform: initial;
    color: #333;
    line-height: 150%;
}

.works-container .work a:hover .description-inner {
    opacity: 1;
    transform: translate3d(0,0,0);
}

.works-container .work .description {
    overflow: hidden;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,.8);
    transition: height 0.5s cubic-bezier(.645,.045,.355,1);
    z-index: 2;
    font-size: 16px;
    line-height: 1.225;
    text-transform: uppercase;
    word-wrap: break-word

}

.works-container .work a:hover .description {
    height: 101%;
}

.works-container .work .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.5s cubic-bezier(.645,.045,.355,1);
    z-index: 1;
}

.works-container .work .background img {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.works-container .work .background img.is-active {
    display: block;
}

.link-readmore, .rte a.link-readmore {
    display: block;
    overflow: hidden;
    position: relative;
    transition: opacity 0.1s linear;
    color: inherit;
    font-size: 14px;
    letter-spacing: .05em;
    text-decoration: underline;
    text-transform: none;
}

.works-container .work a:hover .background {
    transform: scale(1.05);
}

/*** END CAT TEMPLATES ***/


.crafts:hover img {
    transform: scale(.9)
}

.crafts img {
    transition: all .3s;
    border-radius: 10px
}

.craft_social_div {
    margin-bottom: 11px
}

.craft_social_div a {
    width: 35px;
    height: 35px;
    display: inline-block;
    /*border: 2px solid #333;*/
    border-radius: 50%;
    text-align: center;
    padding-top: 2px;
    font-size: 18px;
    transition: all .5s
}

.craft_social_div a:hover {
    color: #830e04;
    /*border: 2px solid #830e04*/
}

.craft_social_div a i {
    position: relative;
    top: 3px
}

.craft_social_instgram i {
    right: -.5px
}

.craft-img {
    text-align: center
}

.craft-img:hover {
    border: 1px solid #830e04;
    border-radius: 5px;
    background: #eaeaea
}

.page_template_10 .arrtitle_1 {
    text-align: center;
    font-size: 15px
}

.page_template_10 .arrtitle_2 {
    border: 1px solid #333;
    width: 80px;
    margin: 0 auto;
    transition: all .5s
}

.page_template_10 .arrtitle_3 {
    border: 1px solid #333;
    width: 50px;
    margin: 0 auto;
    transition: all .5s;
    font-size: 15px
}

.prod_shop_a:hover {
    text-decoration: none
}

.prod_shop_a:hover .arrtitle_2 {
    background-color: #333;
    color: #fff;
    text-decoration: none
}

.prod_shop_a:hover .arrtitle_3 {
    background-color: #333;
    color: #fff;
    text-decoration: none
}

.modal-dialog{
    max-width:600px;

}

.producer_div_2{
    padding-left:80px;
}

/*** MAP STYLE ***/

.cities_name {
    width: 100%;
    margin-top: 15px;
    display: inline-block
}

.city_name {
    cursor: pointer;
    float: left;
    margin-right: 25px;
    text-transform: uppercase
}

.city_bullet,
.city_title {
    width: 100%;
    display: block;
    font-weight: 300;
    font-size: 22px;
    color: #848383;
    transition: all .5s
}

.city_name:hover .city_bullet,
.city_name:hover .city_title,
.city_name_active .city_bullet,
.city_name_active .city_title {
    
    color: #830e04
}
.city_name_active,.paths_active1{
    background-color:#f29b7e!important;
}
.cities_name_1 {
   
   /*max-width: 800px;*/
   /* margin: auto;*/
     margin-top: 15px;
}

.city_name_1 {
    cursor: pointer;
    margin-right:5px;
    text-transform: uppercase;
    margin-bottom: 5px;
    padding: 8px 15px;
    float:left;
    background-color:#f1ebeb;
    /*width:150px;*/
    min-width: 217px;
    
}

.city_bullet_1,
.city_title_1 {
    display: block;
    font-weight: 400;
    font-size: 15px;
    color: #333;
    transition: all .5s;
}

.city_name_1:hover .city_bullet_1,
.city_name_1:hover .city_title_1,
.city_name_active .city_bullet_1,
.city_name_active .city_title_1 {
    color: #830e04
}

.city_bullet_1 {
    display: none
}

.city-center {
    width: 100%;
    margin: 0 auto;
}

.producer_city_details{
    text-align: left;
    margin-top: 4rem;
}
.producer_city_details h3, .producer_city_details h4, .producer_city_details h5{
    color:#C40D3C;
}

.producer_city_desc{
    margin-bottom:15px;
}

.producers_ul {
    list-style: none;
    float: right;
    padding-left: 0px
}

.right_map ul {
    float: left
}

.stroke_style {
    stroke: rgba(255, 255, 255, .2)
}

.producers_ul li {
    margin-bottom: 5px;
    position: relative
}

.producers_a:hover {
    text-decoration: none;
    color: #830e04
}

.left_map,
.right_map {
    max-width: 50%
}

.producers_div {
    width: 200px;
    max-width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    height: 200px;
    transition: all .7s;
    letter-spacing: 1px;
    border-raduis: 10px;
}

.producer_thumb {
    min-height: 60px;
    max-height: 200px;
    overflow: hidden;
    /*margin-bottom: 5px*/
}

.producer_img{
    height:600px;
    background-repeat: no-repeat;
    background-size: contain;
}

.producers_title {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity .5s linear;
    padding: 0 5px 5px 5px;
    display: table
}

.producers_title span {
    display: table-cell;
    vertical-align: middle
}

.producers_div:hover .producers_title {
    opacity: 1;
    visibility: visible
}
.internal_page_map {
    margin-top: 25px;
    margin-bottom: 50px
}

.map_div_1 {
    float: left;
}

.paths {
    fill: #779562;
}

.paths:not(.paths_deactive) {
    cursor: pointer
}

.paths:hover:not(.paths_deactive),
.paths_active {
    fill: #9d4757;
}

.path_title {
    position: absolute;
    margin-right: auto;
    margin-left: auto;
    right: 100px;
    left: 0;
    font-size: 18px;
    width: 200px;
    padding: 7px;
    color: #830e04;
    border: 2px solid #830e04;
    visibility: hidden;
    text-transform: uppercase
}

.white_path {
    fill: #fff;
    stroke: #fff;
    stroke-width: 2px
}

.accordion>.card:not(:last-of-type){
    border-bottom: 1px solid rgba(0,0,0,.125);
}


.faq_table td, .faq_table th{
    text-align: center;
    padding: 10px 15px;
}

.faq_table td p, .faq_table th p{
    margin-bottom: 0;
}

.donate_tbl tr td{
    padding-bottom: 15px;
}

@media (max-width:767px){
	
    .top_logo{
        /*width: 230px;*/
    }

    .crafts_pp{
        height:260px;
        overflow: hidden;
    }

    header{
		padding: 5px 0 5px 0;
	}
    header .navbar{
        margin-top: 0;
    }
	
	header .dropdown{
		padding-bottom: 0;
	}
	
    .myaccount_btn { 
        float: right;
        margin-top: 25px;
    }
    .navbar-light .navbar-toggler {  
        margin-top: 12px;
    }
    /*.slider_btn button{
        width: 40%;
        margin-left: 48px;
        position: absolute;
        bottom: 10%;
        font-size: 15px;
    }*/
    .slider_caption{
        left:5%;
    }

    .producer_div_2{
        padding-left:15px;
    }

    #sunbula_slider .carousel-inner{
        height:350px;
    }

    #sunbula_slider .slider_img{
        height:350px;
    }

    .slider_caption h1, .slider_caption h3{
        font-size: 1.2rem;
    }

    .slider_btn{
        margin-top: 15px;
    }
    .slider_btn button{
        font-size: 15px;
        width: 100px;
    }

    .sections {
        padding-top: 50px;
    }

    .home_title {
        margin-bottom: 50px;
    }

    .home_title h1{
        font-size:1.7rem;
    }

    .forth-page-text .home_title h1{
        font-size:2rem;
    }

    .second-section{
      padding-bottom: 0px;
    }

    .first-section{
        
    }

    .third-section-title {
        top: 10%;
    }
    .third-section-title h1 {
        font-size: 35px;
        text-align: center;
    }

    .cat_template_2 .horizontal-wrapper-11{
        width: 90%;
    }

    .get-toknow-btn button{
       right: 22%; 
    }

    .forth-page-text{
        margin-top: 50px;
    }

    .home_title h5, .numbers_div h5{
        font-size: 1.7rem;
    }
	
	.numbers_div h3{
		font-size: 2rem;
	}

    .cats_img img {
        max-height: initial;
        max-width: 100%;
    }

    .services-box-small,.services-box-big{
        height:auto;
    }

    .learnmore-btn button {
        width: 150px;
        max-width: 100%;
    }
    .cats_title-blog {
        width: 47%;
    }
    
    #subscribe_email {
		/*margin-bottom: 22px;*/
    }
	
	.submit-btn .btn{
		padding: 5px 10px;
	}

    .story-div .width-50 img{
        min-height:auto;
    }

    .story-div .width-50{
        width: 100%;
    }
	
	.story-div .story_img{
		width:30%;
	}
	.story-div .story_text{
		width:70%;
	}
	
	.ourstory{
        padding: 15px 0 15px 15px;
    }
	
	.story_text .ourstory h1{
		font-size: 1.5rem;
	}
	
	.story_text .ourstory h4{
		font-size: .9rem;
		margin-top: 10px;
	}
	
	.readmore-btn button {
		padding: 5px 15px 5px 15px;
		margin-top: 15px;
		font-size: .9rem;
	}
	
    footer {
        padding-top: 25px;
        padding-bottom: 25px;
		font-size: .8rem;
    }
	
	.footer_logo{
		width:30px;
	}

    .third-section .coloumns{
        margin-bottom:25px;
    }

    .learnmore-btn {
        margin-top: 0px;
    }

    .third-section{
        padding-bottom: 70px;
    }

    .story_img{
        height:300px;
    }

    .forth-section{
        padding-top:0;
    }

    .fifth-section{
        padding-bottom: 50px;
    }

    .fifth-section-text h1{
        font-size: 1.4rem;
    }

    .fifth-section-text h6{
        font-size: 20px;
    }
	
	.fifth-section-form{
		margin-top: 8%;
	}

    .footer_contact{

    }
    .footer_title{
        margin-bottom: 10px;
		font-size: 0.9rem;
    }
	
	footer h6{
		font-size: 0.9rem;
	}
	
	.footer_menu h6 a{
		font-size: 0.8rem;
	}

    .submenu_div{
        max-width:100%;
        position: initial;
    }
    .copyright{
        font-size: 0.85rem;
        font-weight: 100;
        margin-top: 10px;
    }

    .title.title-xl{
        font-size:45px;
    }

    .content-container{
        width:90%;
        margin: 15px;
        padding: 30px 22px;
    }

    .layout-jobs .intro {
        padding: 10px 15px 40px;
    }
	
	.cats_title{
		font-size: 12px;
		text-align: left;
		padding: 5px 10px;
	}
	
	.cats_div {
		height: auto;
	}
	
	.owl-theme .owl-nav{
		margin-top: 0px !important;
	}

    .dropdown-toggle::after{
        display:inline-block;
    }

    .half-gray{
        background:#efefec;
    }
    
    .checkout_container {
        padding: 20px 15px;
    }

    .producer_img{
        height:auto;
        min-height: 365px;
    }
}

@media (min-width:768px)and (max-width:1024px){
    /*.slider_btn button {
        width: 28%;
        margin-left: 147px;
    }*/
    footer {
    padding-left: 60px;
    padding-right: 60px;

    }
}



.arrivals {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px
}

.arrivals a {
    text-decoration: none
}

.arrivals img {
    transition: all .3s
}

.arrivals :hover img {
    transform: scale(1.1)
}

.arrivals_11 {
    border: 1px solid #333;
    margin-bottom: 7px
}

.arrivals_11:hover {
    border: 1px solid #7d212c
}

.arrivals_10 img,
.arrivals_11 img {
    padding: 5px 10px
}

.show_title {
    position: relative
}

.show_title_title {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .8);
    color: #333;
    position: absolute;
    top: 0;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity .5s linear
}

.show_title_title a {
    color: #333;
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 35%
}

.show_title:hover .show_title_title {
    visibility: visible;
    opacity: 1
}


.mainTitle {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    color: #333;
}

.newarri_tit {
    padding-top: 3rem;
}

.mainTitle h1 {
    position: relative;
    font-weight: 400;
    font-size: 1.5rem;
}

.page_template_10 .owl-carousel .owl-stage {
    margin: auto;
}

/**** SLIDER FADE EFFECT ****/
.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}


/**** END SLIDER FADE EFFECT ****/


/*** IMAGE HOVER ZOOM ***/
/*.img-hover-zoom {
    overflow: hidden;
}

.img-hover-zoom:not(.img-hover-zoom--empty):hover {
    filter: drop-shadow(0 0 10px rgba(0,0,0,.3));
}

.img-hover-zoom--basic:hover img {
    transform: scale(1.5);
}*/
/*** END IMAGE HOVER ZOOM ***/



@media (min-width: 992px) and (max-width:1366px){
.btn_10{
        padding: 3px 7px 0px 7px;
        width: 80px;
    }

}




@media only screen and (max-width:767px),
only screen and (max-height:500px) and (max-width:1024px) {
    .left_map,
    .left_map ul,
    .right_map,
    .right_map ul {
        width: 100%
    }

}


/*** MAP STYLE ***/