/* footer start*/
/* Main Footer */
.fa-facebook, .fa-twiter, .fa-instagram{
background-color: var(--secound-color-yellow);
}
.container{
    display: flex;
}

.footer-shape{
    width: 100%;
    height: 140px;
    overflow: hidden;
}
.company-name{
    background-image: url(../img/logo/logo-samsae-white.png);
    width: 100%;
    height: 100px;
    background-size: cover;
    margin-top: -25px;
    margin-left: -15px;
}
footer .main-footer{	padding: 20px 0;	background: var(--sec-brown);}
footer ul{	padding-left: 0;	list-style: none;}

/* Footer Top */
.footer-top{	background: var(--sec-brown);	padding-bottom: 30px;	margin-bottom: 30px;	border-bottom: 3px solid #222;}

/* Footer transparent */
footer.transparent .footer-top, footer.transparent .main-footer{	background: transparent;}
footer.transparent .footer-copyright{	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3) ;}

/* Footer light */
footer.light .footer-top{	background: var(--main-white);}
footer.light .main-footer{	background:var(--main-white);}
footer.light .footer-copyright{	background: none repeat scroll 0 0 rgba(129, 81, 61, 0.3) ;}

/* Footer 4 */
.footer- .logo {    display: inline-block;}

/*==================== 
    Widgets 
====================== */
.widget{	padding: 20px;}
.widget.widget-last{	margin-bottom: 0px;}
.widget.no-box{	padding: 0;	background-color: transparent;
    box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none;}
.widget.subscribe p{	margin-top: 18px;}
.widget li a{	color: var(--main-white);}
.widget li a:hover{	color: var(--secound-color-yellow);text-decoration: none ; transition: 0.5s;}
.widget-title {margin-bottom: 20px;}
.widget-title span {background: #ad8383 none repeat scroll 0 0;display: block; height: 1px;margin-top: 25px;position: relative;width: 20%;}
.widget-title span::after {background: inherit;content: "";height: inherit;    position: absolute;top: -4px;width: 50%;}
.widget-title.text-center span,.widget-title.text-center span::after {margin-left: auto;margin-right:auto;left: 0;right: 0;}
.widget .badge{	float: right;	background: #cebfaa;}

.typo-light h1, 
.typo-light h2, 
.typo-light h3, 
.typo-light h4, 
.typo-light h5, 
.typo-light h6,
.typo-light p,
.typo-light div,
.typo-light span,
.typo-light small{	color: #fff;}

ul.social-footer2 {	margin: 0;padding: 0;	width: auto;}
ul.social-footer2 li {display: inline-block;padding: 0;}
ul.social-footer2 li a:hover {background-color:var(--secound-color-yellow);}
ul.social-footer2 li a {display: block;	height:30px;width: 30px;text-align: center;}
.btn{background-color: var(--secound-color-yellow); color:#fff;}
.btn:hover, .btn:focus, .btn.active {background: #4b92dc;color: #fff;
-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
-webkit-transition: all 250ms ease-in-out 0s;
-moz-transition: all 250ms ease-in-out 0s;
-ms-transition: all 250ms ease-in-out 0s;
-o-transition: all 250ms ease-in-out 0s;
transition: all 250ms ease-in-out 0s;

}

.fa-brands{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    padding: 9px;
    border-radius: 5px;
}
.fa-facebook, .fa-instagram,.fa-twitter{
    background-color: var(--secound-color-yellow);
    color: var(--sec-brown);
}

#subscribe-box .emailfield {
    margin: auto;
}

input[type="text"] {
    background: rgba(255,255,255,0.075);
    padding: 10px 15px;
    color: #aaa;
    border: 3px solid rgba(0,0,0,0.1);
    font-size: 14px;
    margin-bottom: 16px;
    border-radius: 5px;
    transition: all 0.2s cubic-bezier(0.4,0,0.2,1);
    transition-delay: 0.2s;
    text-align: center;
    width: 100%;
}

input.submitbutton.ripplelink {
    background: var(--secound-color-yellow);
    border: 3px solid rgba(0,0,0,0.1);
    color: var(--sec-brown);
    border-color: var(--secound-color-yellow);
    box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2);
    transition-delay: 0s;
    width: 100%;
    font-size: 14px;
    /* font-weight: 700; */
    border: 0px solid;
    transition: all 0.2s cubic-bezier(0.4,0,0.2,1);
    padding: 10px 15px;
    margin-bottom: 16px;
    border-radius: 5px;
}

.thumb-content ::before {
    content: "\f190";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-left: 5px;
    color: #ffffff;
}
.map-fot{
    margin-left: 30px;
}
p i {
    margin-right: 10px;
}
/* foooter end */
@media screen and (max-width:1200px){
    .map-fot{
        display: none;
    }
}
@media screen and (max-width:476px){
    .company-name {
        width: 46%;
        height: 47px;
        display: none;
    }
    .main-footer p{
        font-size: 12px;
    }
    .main-footer h5{
        font-size: 12px;
    }
    .main-footer a{
        font-size: 12px;
    }
    .footer-shape{
        height: 35px;
    }
    .map-fot{
        display: none;
    }
    
}
@media screen and (max-width:320px){
    .footer-shape {
        height: 30px;
    }
}
