.container {
    max-width: 1180px;
}
li.nav-item {
    padding-left: 2rem;
    padding-top: 5px;
}

.brandsTop{
    margin-top: 2rem;
}

.mtop4{
    margin-top: 4rem;
}
.mtop2{
    margin-top: 2rem;
}
.mtop5{
    margin-top: 5rem;
}

.mtop6{
    margin-top: 6rem;
}
.mtop8{
    margin-top: 8rem;
}

.mtop10{
    margin-top: 10rem;
}



.homeIcon {
    background: #e82a2a;
    border-radius: 0.4rem;
    padding: 0.5rem;
    color: white;
    width: 42px;
    float: left;
    height: 39px;
    text-align: center;
}

.FuturesH {
    color: #e82a2a;
    margin-left: 16px;
    float: left;
    margin-top: 4px;
}

.futuresText{
    float: left;
    margin-top: .5rem;
    padding: 2rem;
    padding-left: 0;
}

.futuresTextTwo{
    margin-top: .5rem;
    padding-left: 15px;
}

.padding2{
    padding: 2rem;
}

.productsRadius {
    border-radius: 1rem;
}


.productsBoxText{
    background: #f6f9fc;
    border-radius: 1rem;
    padding: 2rem;
}

.ProductTitle{
    color: #e82a2a;
    margin-left: 16px;
    margin-top: 4px;
}

.footerBanner {
    border-radius: 1rem;
    box-shadow: 6px 11px 15px 2px rgb(0 35 75 / 25%);
}

.blogTitle{
    color: #e82a2a;
    margin-top:15px; 
}

.blogImg{
    border-radius: 1rem;
}
.blogBox{
    margin-bottom: 2rem;
}

.band {
    width: 100%;
    height: 90px;
    background: #e82a2a;
}

.bgWhite{
    background: #fff;
}

.styleNone{
    list-style: none;
    padding-left: 17px;
}

.fa-square{
    color: #e82a2a;
    font-size: 12px;
    
}

.mtop1{
    margin-top: 1rem;
}

.mtop3{
    margin-top: 3rem;
}

a.btn.btn-circle {
    background: #edf1f5;
    border-radius: 99rem;
    font-size: 1.5rem;
    margin-top: -9px;
    color: #e82a2a;
}

a.bgBlue {
    background: #f6f9fc;
    border-radius: 1rem;
}
.mLefet16{
    margin-left: 16px;
}
.slideButton{
    background: #fff;
    border-radius: 1rem;
    padding: 1rem;
    padding-right: 1.5rem;
    text-decoration: none;
    color: #e82a2a;
    font-weight: bold;
    width: 100%;
}

.slideBox{
    position: relative;
    z-index: 1;
    margin-top: -177px;
    min-height: 12rem;
}
.slideTitle{
    text-align: left;
    top: 20px;
    margin-top: 10rem;
    margin-left: 5rem;
}
.marginLeft0{
    margin-left: 0px;
}

.slideBtn{
    background: #e82a2a;
    color: white;
    font-size: .8rem;
    margin-top: 1rem;
}
.borderRadius1{
    border-radius: 1rem;
}

.slideTextBox {
    margin-top: .5rem;
}

.slideTextBox2{
    margin-top: .5rem;
}

.slideBtnBg{
    background-color: #dae0e0;
    border-radius: .5rem;
    width: 55px;
}

.footerSosyal{
    background: #edf1f5;
    border: none;
    color: #e82a2a;
    padding: 1rem;
    border-radius: 6rem;
    width: 55px;
}

.footerList{
    line-height: 2;
}

li.footerList a {
    color: #000;
    text-decoration: none;
}

li.footerList a:hover {
    color: #0d6efd;
    text-decoration: none;
}

.btn.btn-outline-primary {
    border-color: #e82a2a;
    color: #e82a2a;
}

.btn.btn-outline-primary:hover {
    border-color: #e82a2a;
    color: #fff;
    background-color: #e82a2a;
}

.footerTitle{
    color: #e82a2a;
}

.categoryBtn{
    color: #e82a2a;
    padding-left: 0px;
}

::selection {
    color: #e82a2a;
    background-color: rgba(55, 125, 255, .1);
}

.c-icon{
    background: #f6f9fc;
    padding: .5rem;
    border-radius: .51rem;
    font-size: 18px;
    color: #e82a2a;
    margin-right: 10px;

}

.carousel-caption.d-none.d-md-block.slideTitle {
    background: rgb(12 12 12 / 54%);
    padding: 1rem;
    border-radius: 1rem;
    max-width: 470px;
    max-height: 293px;
    color: white;
}

.slideTitle h4 {
    color: white !important;
}

.cirleSlayt img{
    border-radius: 1rem;
}

.portfolio-menu{
	text-align:center;
}
.portfolio-menu ul li{
	display:inline-block;
	margin:0;
	list-style:none;
	padding:10px 15px;
	cursor:pointer;
	-webkit-transition:all 05s ease;
	-moz-transition:all 05s ease;
	-ms-transition:all 05s ease;
	-o-transition:all 05s ease;
	transition:all .5s ease;
}

.portfolio-item .item{
	float:left;
	margin-bottom:10px;
}
a.whatsapp {
    background: #25D366;
    color: white;
    padding: .5rem;
    width: 70px;
    height: 70px;
    border-radius: 6rem;
    font-size: 37px;
    position: fixed;
    float: right;
    right: 26px;
    bottom: 21px;
    text-align: center;
    padding-top: 5px;
    box-shadow: 0px 5px 16px 4px #ccc;
}