body{
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	overflow-x: hidden;
}
*{
	box-sizing: border-box;
}

.m-auto{
	margin: auto;
}

header{
	border-bottom: 2px solid #f56400;
	padding: 28px 0;
}

header .mail, header .mail-icon, header .phone-icon, header .mail-text, header .phone-text{
	float: left;
}

header .phone{
	float: right;
}

header .mail-text, header .phone-text{
	margin-left: 12px;
	margin-top: 12px;
}

header .mail-text p, header .phone-text p{
	margin-bottom: 0;
}

header:after,.lines-style:after{
	content: "";
	clear: both;
}
.mail-text>p:first-child, .phone-text>p:first-child{
	color: #f56400
}

header .mail-text p a, header .phone-text p a{
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

/*** Model box ***/
.modal-title{
	color: #f56400;
	font-size: 25px;
}

.modal-footer .btn-primary{
	color: #fff;
	background: #f56400;
	border: none;
	padding: 6px 20px;
}

.modal-footer .btn-primary:hover{
	background: #d85800;
	transition: all 0.5s ease-in-out;
}

.modal-header .close {
    float: right;
    font-size: 31px;
    font-weight: 700;
 }

#country-flag h4{
	color: #f56400;
	font-weight: 600;
	font-size: 22px;
}

#country-flag{
	padding: 30px 0;
}

.flag-img{
	padding-top: 30px;
}

#country-flag .flag-img p{
	color: #000;
	margin-top: 10px;
	font-size: 12px !important;
	font-weight: 600;
}

.flag-img a:hover{
	text-decoration: none;
}

.flag-img img{
	margin: auto;
	display: block;
}

.flag-img p:hover{
	color: #f56400 !important;
}

#home-banner{
	background: url("../img/home-banner.jpg") center center;
	padding: 135px 0;
	background-repeat: no-repeat;
}

#home-banner h2{
	font-size: 40px;
	font-weight: bold;
	line-height: 60px;
	color: #fff;
}

#home-banner .btn-default{
	margin: auto;
	display: table;
	margin-top: 50px;
	color: #fff;
	background: #f56400;
	border-radius: 0;
	border: none;
	font-weight: bold;
	padding: 10px 30px;
	font-size: 20px;
	transition: all 0.5s ease-in-out;
}

#home-banner .btn-default:hover{
	background: #d85800;
	transition: all 0.5s ease-in-out;
}

#why-sell{
	padding: 60px 0;
}

#why-sell h3{
	font-size: 30px;
	font-weight: bold;
	color: #f56400;
	margin-top: 0;
}

.lines-style{
	padding-top: 10px;
	margin: auto;
	width: fit-content;           /* Safari/WebKit uses a non-standard name */
  	width: -moz-fit-content;    /* Firefox/Gecko */
  	width: -webkit-fit-content; /* Chrome */
  	width: -ms-fit-content;
}

.so-line, .sb-line{
	height: 3px;
	width: 70px;
	background: #f56400;
	float: left;
	margin: auto;
}

.sb-line{
	background: #000;
}

#why-sell .sub-heading{
	font-size: 20px;
	color: #f56400;
	margin-top: 20px;
}

#foods, #apparels, #electronics{
	background-color: #f4f4f4;
	padding: 60px 0;
}

#apparels{
	background-color: #fff;
}

#foods .col-md-12, #apparels .col-md-12, #electronics .col-md-12{
	padding-left: 0;
}

#foods h4, #apparels h4, #electronics h4{
	font-size: 22px;
	color: #f56400;
	font-weight: 600;
	margin-bottom: 20px;
	text-transform: uppercase;
}

#foods .btn-default, #apparels .btn-default, #electronics .btn-default{
	margin: auto;
	display: block;
	color: #fff;
	background: #f56400;
	border-radius: 0;
	border: none;
	max-width: 140px;
	padding: 8px 0;
	margin-top: 14px;
}

#foods .btn-default:hover, #apparels .btn-default:hover, #electronics .btn-default:hover{
	background: #d85800;
	transition: all 0.5s ease-in-out;
}

.food-bb, .textiles-bb, .telecom-bb{
	border-right: 1px solid #dedede;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	padding: 0;
	background-color: #fff;
	overflow: hidden;
}


.food-bb img, .textiles-bb img, .telecom-bb img{
	-webkit-transition:all .3s ease-in-out;
	transition: all .3s ease-in-out;
	max-height: 150px;
    width: auto;
    overflow: hidden;
}

.food-bb img:hover,.textiles-bb img:hover, .telecom-bb img:hover{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition:all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.bev-food, .textiles, .telecom{
	border: 1px solid #dedede;
	background-color: #fff;
}

.bb-none{
	border-bottom: none;
}

#features{
	padding: 70px 0;
}

#features .fee h4{
	font-size: 20px;
	color: #f56400;
	margin: 15px 0;
}

#features .fee a{
	text-align: center;
    color: #000;
    display: block;
    text-decoration: underline;
    -webkit-transition:all .3s ease-in-out;
	transition: all .3s ease-in-out;
    margin-top: 20px;
}

#features .fee a:hover{
	-webkit-transition:all .3s ease-in-out;
	transition: all .3s ease-in-out;
	color: #f56400;
}

#newsletter{
	padding: 30px 0 40px 0;
}

#newsletter h3{
	font-size: 20px;
	margin-top:0;
}

#newsletter input.form-control {
    height: 40px;
}

#newsletter .btn-theme{
	height: 40px;
    padding: 0 40px;
    background: #f56400;
    color: #fff;
    -webkit-transition:all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#newsletter .btn-theme:hover{
	-webkit-transition:all .3s ease-in-out;
	transition: all .3s ease-in-out;
	color: #fff;
	background: #d85800;
}

hr{
	border-top: 1px solid #e1e1e1;
}

footer{
	padding: 40px 0 4px 0;
}

footer h5{
	font-size: 16px;
	font-weight: 600;
	color: #000;
	margin-bottom: 25px;
}

footer li{
	padding: 3px 0;
}

footer a{
	color: inherit;
	text-decoration: none;
	font-size: 13px;
}

.p-num a{
	font-size: 18px;
	color: #f56400;
	font-weight: 600;
	cursor: pointer;
}

.p-num a:hover{
	color: #f56400;
	cursor: pointer;
}

footer p, address{
	font-size: 13px;
}

footer a:hover{
	color: inherit;
	text-decoration: none;
}

footer .list-unstyled li a{
	-webkit-transition:all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

footer .list-unstyled li a:hover{
	-webkit-transition:all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin-left: 8px;
	color: #f56400;
}

footer hr{
	margin-bottom: 10px;
}

.social-icon a{
	padding-right: 20px;
	font-size: 17px;
}

.social-icon a:nth-child(1){
	color: #336699;
}

.social-icon a:nth-child(2){
	color: #00ccff;
}

.social-icon a:nth-child(3){
	color: #cc0000;
}

.social-icon a:nth-child(4){
	color: #cc3333;
}

.social-icon a:nth-child(5){
	color: #996633;
}


/***** Media *****/
@media (max-width: 1199px){
	#foods .btn-default, #apparels .btn-default, #electronics .btn-default {
	    font-size: 13px;
	    padding: 8.5px 0;
	}
	.food-bb img, .textiles-bb img, .telecom-bb img {
	    max-height: 122px;
	}
}

@media (max-width: 991px){
	header .logo img{
		margin: auto;
	}
	header {
       	padding: 10px 0 15px 0;
	}
	header .left-side{
		padding-bottom: 20px;
	}
	#country-flag .flag-img p{
		font-size: 9px !important;
	}
	#country-flag {
    	padding: 15px 0;
	}
	#why-sell, #foods, #apparels, #electronics, #features {
    	padding: 40px 0;
	}
	#newsletter {
    	padding: 20px 0 20px 0;
	}
	footer {
    	padding: 10px 0 4px 0;
	}
	#home-banner{
		padding: 110px 0;
	}

	#home-banner h2{
		font-size: 34px;
	}

	#foods .btn-default, #apparels .btn-default, #electronics .btn-default {
    	font-size: 11px;
    	max-width: 100px;
    	padding: 4.2px 0;
	}
	.food-bb img, .textiles-bb img, .telecom-bb img {
    	max-height: 91px;
	}

	#newsletter h3, #newsletter p{
		text-align: center;
	}

	#newsletter p{
		padding-bottom: 20px;
	}

	footer h5{
		margin-bottom: 25px;
	}
	footer .social-icon{
		padding-top: 20px;
	}
}

@media (max-width: 767px){
	header .left-side{
		padding-bottom: 10px;
	}
	#home-banner .btn-default{
		margin-top: 20px;
	}
	#country-flag{
		padding-bottom: 0;
	}
	#country-flag .flag-img p {
    	font-size: 12px !important; 
    	margin-bottom: 25px;
	}
	.fee{
		padding-bottom: 50px;
	}
	footer h5{
		margin-bottom:6px;
	}

	.list-unstyled{
		padding-bottom: 20px;
	}

	address {
    	margin-bottom: 30px;
	}
	header .mail, header .phone {
    	float: none;
    	margin: 15px 0 20px 0;
	}
	.modal-dialog{
		margin: 40px;
	}
	#why-sell, #foods, #apparels, #electronics, #features {
    	padding: 30px 0;
	}
	.bev-food, .textiles, .telecom {
    	border-bottom: none;
	}
	#foods .btn-default, #apparels .btn-default, #electronics .btn-default{
		max-width: 140px;
	}
	#newsletter {
    	padding: 0px 0 20px 0;
	}
	footer .social-icon {
    	padding-top: 0;
	}

	.food-bb img, .textiles-bb img, .telecom-bb img {
    	max-height: 120px;
	}
}

@media (max-width: 575px){
	#home-banner h2 {
    	font-size: 24px;
    	line-height: 40px;
	}
	#newsletter .btn-theme {
	    padding: 0 20px;
	    font-size: 12px;
	}
	.modal-dialog {
    	margin: 40px 15px;
	}
}

