

/*------------------------------------*\
	General
\*------------------------------------*/


/* -- typography -- */

body {
    font-family: 'Varela Round', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
    color: #000000;
    
    
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left:30px;
    color: #10161A;
}

p {
	 margin-left:30px;
}

h1 {
    font-size: 54px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}




ul, ol {
    margin: 0;
    padding: 0;
    list-style: none
}



/* --  section header  -- */

.section-header {
    position: relative;
    margin-bottom:  30px;
    background-color: #7d7a6a;
    padding: 5px;
    
}

.section-header .title {
    text-transform: capitalize;
    margin-left: 70px;
    color: white;
    margin-top: 15px;
}




.col-md-12 {
	background-color:#dfdedb;
}

mark {
	background-color:#9e9f7e;
	color: #ffffff;
}

/*------------------------------------*\
	Services
\*------------------------------------*/

.service {
    position: relative;
    padding: 40px 20px 40px 70px;
    margin: 15px 0px;
    border: 1px solid #000;
    
}

.service i {
    position: absolute;
    left: 20px;
    text-align: center;
    font-size: 32px;
    color: white;
    border-radius: 50%;
    margin-top:15px;
}



/*------------------------------------*\
	Why choose us
\*------------------------------------*/

.feature {
    margin: 30px 100px;
    
}
.feature i {
    float: left;
    padding: 5px;
    border-radius: 50%;
    color: #6195FF;
    border: 1px solid #6195FF;
    margin-right: 5px;
    margin-left:90px;
    margin-top: -10px;
}

.shipment {
    border-bottom: 1px solid #ddd;
    padding: 15px;
    margin-left:30px;
}

.shipment_big {
    border: 1px solid black;
	padding: 15px;
	margin-left:30px;

}


