/* header */
.top-header {
	background-color: #232323;
	position: relative;
	padding: 18px 0;
}
.top-header .container {
	position: relative;
}
.top-header .contact-block {
	/* display: inline-block; */
	display: flex;
}
@media (max-width: 1197px) {
    .top-header .contact-block a{
		font-size: 9px;
	}
}
.top-header .contact-block p {
	display: inline-block;
	font-size: 13px;
	letter-spacing: 0.52px;
	line-height: 28px;
	margin-bottom: 0;
	padding-right: 22px;
}
.section-padding-not-top{
	padding-bottom: 75px;
}
.top-header .contact-block p:last-child {
	padding-right: 0;
	
}
.top-header .contact-block p > i {
	padding-right: 10px;
	vertical-align: middle;
	color: #00a85a;
}

.top-header .contact-block p > a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.top-header .contact-block p > a:hover {
	color: #00a85a;
}

.header_s1 {
	position: relative;
}
.header_s1 .transpackNavigation {
	background-color: #f8f8f8;
}
.header_s1 .navbar > .container .navbar-brand, 
.header_s1 .navbar > .container-fluid .navbar-brand {
	margin-left: 0;
}
.header_s1 .navbar-brand {
	padding-top: 32px;
	padding-bottom: 32px;
}
.header_s1 .navbar-right {
	margin-right: 0;
}
.header_s1 .transpackNavigation .navbar-nav li  a {
	font-size: 13px;
	border-bottom: 2px solid transparent;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}


.header_s1 .nav_absolute {
	left: 0;
	right: 0;
	z-index: 11;
	font-weight: bold;
}
.header_s1 .transpackNavigation.header {
	background-color: rgba(246, 245, 243, 0.908);
}
.header_s1 .transpackNavigation.navbar-fixed-top {
	border-bottom: 1px solid #ddd;
}
.header_s1 .transpackNavigation.header.navbar-fixed-top.nav_absolute {
	position: fixed;
	background-color: #fff;
}
.header_s1 .transpackNavigation.header .container {
	position: relative;
} 


/* Footer */
.footer-main {
	background-color: #232323;
	padding-top: 75px;
	padding-bottom: 60px;
	position: relative;
}
.footer-main h3.widget-title {
	border-bottom: 1px solid #399d4d;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.528px;
	line-height: 30px;
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.footer-main .widget p {
	color: #fff;
	font-size: 13px;
	letter-spacing: 0.429px;
	line-height: 24px;
}
.footer-main .footer-address-box {
	display: inline-block;
	margin-bottom: 50px;
	width: 100%;
}
.footer-main .address-info {
	border: 1px solid #555;
	display: inline-block;
	min-height: 80px;
	max-height: 1px;
	padding: 22px 32px 14px;
	width: 100%;
	border-radius: 5px 10px 0 5px;
}
.footer-main .address-info p {
	color: #e7e7e7;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 0.396px;
	font-weight: 600;
	margin-bottom: 10px;
	position: relative;
	padding-left: 55px;
	text-transform: capitalize;
}
.footer-main .address-info p > a {
	color: #e7e7e7;
}
.footer-main .address-info p > i {
	background-color: #f4b734;
	color: #232323;
	display: inline-block;
	font-size: 25px;
	height: 42px;
	width: 42px;
	line-height: 42px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	
}
.footer-main .address-info p span {
	display: block;
}
.footer-main .widget_about a {
	color: #399d4d;
	display: inline-block;
	letter-spacing: 0.528px;
	line-height: 30px;
	margin-bottom: 30px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;	
}
.footer-main .widget_about a:hover {
	color: #fff; 
}
.footer-main .widget_about a > i {
	padding-left: 15px;
}
/* foootter-main */
.foootter-main {
	background-color: #000;
}
.foootter-main .footer-address-box {
	margin-bottom: 0;
}

.footer-contact{
	display: flex;
}

.telephone{
	align-self: center;
	display: flex;
	height: 100%;
	justify-content: center;
	flex-direction: column;
}

/* + Section Header */
.section-header {
	margin-bottom: 50px;
	text-align: initial;
}

.section-card-home h5,
.section-header h5 {
	color: #777;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: 0.56px;
	margin-top: 0;
	margin-bottom: 5px;
	position: relative;
	padding-left: 50px;
	text-transform: uppercase;
}
.section-card-home h5::before,
.section-header h5::before {
	background-color: #f4bb41;
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 15px;
	height: 2px;
	width: 35px;
}
.section-header .small{
	/* background-color: red; */
	display: inline-block;
	padding-top: 10px;
	font-size: 14px ;
	color: rgba(0, 0, 0, 0.685);
	font-weight: 600;
}
.section-header h3 {
	color: #232323;
	font-family: 'Titillium Web', sans-serif;
	font-size: 32px;
	line-height: 28px;
	letter-spacing: 1.28px;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
}
.section-header h3 span {
	color: rgb(63, 157, 80);
	font-weight: 600;
	
}


/* - Slider configuration */
.slider-section {
	position: relative;
}
.slider-section .uranus.tparrows {
    background-color: transparent;
	border: 1px solid #fff;
    border-radius: 100%;
    height: 50px;
    width: 50px;
	line-height: 50px;
}
.slider-section .uranus.tparrows::before {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	height: 50px;
    width: 50px;
	line-height: 50px;
	text-align: center;
}
.slider-section .uranus.tparrows:hover {
	border-color: rgb(58, 141, 73);
	background-color: rgb(61, 161, 80);
	color: #232323;
}
.slider-section .uranus.tparrows:hover::before {
	color: #232323;
}

/* - About Section */
.about-section {
    padding-top: 170px;
    padding-bottom: 46px;
}
@media (max-width: 700px) {
    .about-section{
		padding: 0;
	}
}

.about-section .section-header {
	margin-bottom: 25px;
}
.about-section .about-content p {
	color: #777;
	line-height: 26px;
	letter-spacing: 0.56px;
	margin-bottom: 15px;
}
.about-section .about-content h5 {
	color: #232323;
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	letter-spacing: 0.64px;
	margin-top: 0;
	margin-bottom: 25px;
	font-weight: 800;
}
.about-section .about-content span {
	color: #f4b734;
	font-weight: 600;
}
.about-section .about-content ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 35px;
}
.about-section .about-content ul li {
	color: #232323;
	margin-bottom: 18px;
}
.about-section .about-content ul li:last-child {
	margin-bottom: 0;
}
.about-section .about-content ul li::before {
	color: #f4b734;
	content: "\f178";
	font-family:'FontAwesome';
	padding-right: 16px;
}
.aboutDiv{
		padding: 15px 15px;;
	}
@media (max-width: 700px) {
    .aboutDiv{
		margin-top: 50px;
	}
}

/* efRaSe */
.efRaSe {
	padding-top: 46px;
	padding-bottom: 46px;
	
}
.li-content{
	padding-left: 40px;
}
.efRaSe h2{
    line-height: 26px;
    font-weight: 800;
    font-style: normal;
    color: #333333;
    font-size: 25px;
    opacity: 1;
	margin-top: 0;
}
.efRaSe .fa-ul.large-icons .li-content h4{
    line-height: 22px;
    font-weight: 800;
    font-style: normal;
    color: #333333;
    font-size: 18px;
    opacity: 1;
    visibility: visible;
}

.efRaSe .fa-ul.large-icons .li-content p{
    line-height: 22px;
    font-weight: normal;
    font-style: normal;
    color: #777;
    font-size: 13px;
    opacity: 1;
	visibility: visible;
	padding-bottom: 15px;
}
.efRaSe .left{
    float: left;
	margin: 12px 12px 12px 0;
	position: relative;
    top: 120px;
}
@media (max-width: 700px) {
    .efRaSe .left{
		top: 0px;
	}
}
.efRaSe .fa-ul{
	margin-left: 0.142857em;
}
@media (max-width: 700px) {
    .efRaSe{
		padding-top: 50px;
		
	}
}
.efRaSe .fa-ul.large-icons .icon-container{
	float: left;
    width: 30px;
	height: 30px;
}
.efRaSe .fa-ul.large-icons li i{
	color: #00a85a;
	font-size: 24px;
    width: 30px;
    height: 30px;

}
.efRaSe .section-header {
	margin-bottom: 25px;
}
.efRaSe .li-content p {
	color: #777;
	line-height: 26px;
	letter-spacing: 0.56px;
	margin-bottom: 15px;
	transition: opacity 0.24s ease-in-out;
	padding-bottom: 15px;
	
}



/* - urgent contact */
.urgent-contact {
	background-size: cover;
	padding-top: 44px;
	position: relative;
	text-align: center;
	margin-top: 10px;
}
.urgent-contact::before {
	background-color: rgba(57, 160, 76,0.9);
	content: "";
	display: inline-block;
	left: 31.5%;
	right: 31.5%;
	top: 12px;
	bottom: 12.8%;
	position: absolute;
	border:none;
	padding:6px 0 6px 0;
	border-radius:2px;
	box-shadow:3px 3px 12px #999;
}

.urgent-contact .urgent-contact-box {
	position: relative;
}
.urgent-contact .urgent-contact-box h5 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1.28px;
	line-height: 30px;
	margin-top: 0;
	margin-bottom: 25px;
	white-space:nowrap;
}

.urgent-contact .urgent-contact-box h5 span {
	color: rgb(0, 0, 0);
	text-transform: uppercase;
}
.urgent-contact .urgent-contact-box p {
	color: #fff;
	line-height: 24px;
	letter-spacing: 0.56px;
	margin-bottom: 40px;
	padding: 0 30px;
	font-size: 20px;
}

.urgent-contact .urgent-contact-box p span{
	color: rgb(0, 0, 0);
	letter-spacing: 0.56px;
}
@media (max-width: 700px) {
    .urgent-contact .urgent-contact-box p span {
		font-size: 12px;
		color: rgb(0, 0, 0);
	}
}
.urgent-contact .urgent-contact-box a {
	background-color: #f4b734;
	color: #232323;
	font-weight: 600;
	padding: 7px 22px;
	position: relative;
	top: -14px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	font-size: 16px;
	
}
.urgent-contact .urgent-contact-box a:hover {
	background-color: #ffffff;
	color: rgb(3, 3, 3);
	box-shadow: 0 0 0 1px #333 inset;
}

/* - Services Section transpack */

.services-section-transpack {
	background-color: #ffffff;
	padding-top: 44px;
    padding-bottom: 46px;
}
.services-section-transpack .section-header {
	margin-bottom: 35px;
}
.services-section-transpack .srv-info p {
	color: #888;
	line-height: 24px;
	letter-spacing: 0.52px;
	margin-bottom: 20px;
	font-size: 13px;
}



/* logistics Partner */

.logisticsPartner {
	background-color: #f9f9f9;
	padding-top: 46px;
	padding-bottom: 46px;
	font-family: 'Open Sans', Arial, sans-serif;
}
@media (max-width: 700px){
	.logisticsPartner {
	padding-top: 50px;
	padding-bottom: 0;
	}
}



@media (max-width: 700px){
	.logisticsPartner img {
    margin-bottom: 50px;
	}
}
@media (max-width: 700px){
	.logisticsPartner h3 {
		margin-top: 20px;
		margin-bottom: 10px;
	}
}
@media (max-width: 700px){
	.logisticsPartner h5 {
		white-space:nowrap;
	}
}

.logisticsPartner .logisticsP i {
	color: #399d4d;
	font-size: 24px;
	margin: 15px;
	float:left 
}
.logisticsPartner .logisticsP  p:first-of-type {
	color: rgb(0, 0, 0);
	line-height: 26px;
	letter-spacing: 0.56px;
	margin-bottom: 15px;
	font-weight: bold;
	position: relative;
	left: 53px;
}
@media (max-width: 700px){
	.logisticsPartner .logisticsP  p:first-of-type {
		position: unset;
	}
}


@media (max-width: 700px){
	.logisticsPartner h3 {
		height: auto;
		font-size: 15px;
		
		
}
}
@media (max-width: 700px){
	.logisticsPartner p {
		color:#777;
	}
}


/* logistics Partner / */


/* - Welcome Section */
.service-section {
	padding-top: 46px;
	padding-bottom: 46px;
	
	
}
.service-section .service-details {
	position: relative;
	padding-left: 50px;
	margin-top: 70px;
	
}
@media (max-width: 700px) {
    .service-section .service-details{
		margin-top: 0px;
		padding-bottom: 0px;
	}
}
@media (max-width: 700px) {
    .service-section {
		padding-bottom: 0px;
	}
}
.service-section .service-details img {
	width: 	60px;
	height: 60px;
	font-size: 30px;
	position: absolute;
	left: -30px;
	background-color: #00a85a;
	border: 2px solid #ddd;
}
	
.service-section .service-details h5 {
	color: #232323;
	font-family: 'Titillium Web', sans-serif;
	font-size: 25px;
	letter-spacing: 0.72px;
	font-weight: bold;
}
@media (max-width: 700px) {
    .service-section .service-details h5 {
		font-size: 20px;
	}
 }
.service-section .service-details p {
	color: #888;
	font-size: 13px;
	letter-spacing: 0.13px;
	line-height: 24px;
	margin-bottom: 10px;
}
.service-section .service-details p:first-letter{
	font-weight: bold;
	color: #000;
	font-size: 20px;
}
@media (max-width: 700px) {
    .service-section .service-details p {
		margin-bottom: 65px; 
	}
 }
.service-section .service-details-box {
	display: inline-block;
	margin-bottom: 40px;
	width: 100%;
}
@media (max-width: 700px) {
    .service-section .service-details-box {
		margin: 10px; } }

/* - Contact Us */
.contact-us {
	padding-top: 150px;
	padding-bottom: 0;
}
@media (max-width: 700px){
	.contact-us {
    padding: 0;
}
}

.contact-us .contact-address-box {
	display: inline-block;
	width: 100%;
}
.contact-us .address-info {
	padding: 25px 18px;
}
.contact-us .address-info > p {
	margin-bottom: 0;
	position: relative;
	padding-left: 90px;
	padding-top: 14px;
	padding-bottom: 14px;
}
.contact-us .address-info > p i {
	border-radius: 100%;
	background-color: #f4b734;
	display: inline-block;
	font-size: 25px;
	height: 65px;
	width: 65px;
	position: absolute;
	left: 0;
	line-height: 62px;
	text-align: center;
}
.contact-us .address-info > p span {
	color: #232323;
	display: block;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	letter-spacing: 0.56px;
	line-height: 30px;
	text-transform: uppercase;
}
.contact-us .address-info > p a {
	color: #777;
}

/* - Contact Form */
.contact-form {
	padding-top: 0;
}
.contact-form .form-group {
	margin-bottom: 25px;
	padding-left: 15px;
}
@media (max-width: 700px) {
    .contact-form .form-group{
		padding: 0px 15px;
		margin-bottom: 0px;
	}
}
@media (max-width: 700px) {
    .contact-form{
		padding-top: 0;
		padding-bottom: 0;
	}
}

.contact-form .form-control {
	background-color: transparent;
	border-color: #ededed;
	border-radius: 0;
	box-shadow: none;
	letter-spacing: 0.462px;
	padding: 6px 30px;
	height: 50px;
}
.contact-form textarea.form-control {
	height: 160px;
	margin-bottom: 20px;
}
.contact-form .form-control::-webkit-input-placeholder {
	color: #888;
}
.contact-form .form-control:-moz-placeholder { /* Firefox 18- */
	color: #888; 
}
.contact-form .form-control::-moz-placeholder {  /* Firefox 19+ */
	color: #888;
}
.contact-form .form-control:-ms-input-placeholder {  
	color: #888; 
}
.contact-form .form-group button {
    background-color: #f4b734;
    border: medium none;
	border-radius: 3px;
    color: rgb(0, 0, 0);
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
	letter-spacing: 0.462px;
    margin-bottom: 0;
    padding: 12px 32px;
    text-transform: uppercase;
    -webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	display: block;
	margin : auto;
}
.contact-form .form-group button:hover {
	background-color: #ffffff;
	color: rgb(3, 3, 3);
	box-shadow: 0 0 0 1px #333 inset;
}


/* - Error Page */
.error-page {
	padding-top: 150px;
	padding-bottom: 150px;
	text-align: center;
}
.error-page h1 {
	line-height: 26px;
    font-weight: 800;
    font-style: normal;
    color: #333333;
    font-size: 37px;
    opacity: 1;
	/* margin-top: 0; */
	margin-bottom: 20px;
}
.error-page p {
    line-height: 22px;
    font-weight: normal;
    font-style: normal;
	font-size: 26px;
    margin: 0;
    line-height: 1em;
	margin-top: 1em;
	margin-bottom: 1.1em;
}
.error-page ul {
	list-style: none;
	padding-left: 0;
}
.error-page li {
    list-style: none;
    width: 100%;
    float: left;
    padding-bottom: 15px;
}
.error-page li > a {
	padding: 8px 14px;
}
.error-page a{
	text-transform: uppercase;
	color: #232323;
	font-weight: 600;
	letter-spacing: 0.462px;
	margin-top: 10px;
	padding: 6px 40px;
}



/* Responsive ! */



/* - min-width: 992 */
@media (min-width: 992px) {
	/* - Header1 */
	.header_s1 .transpackNavigation .navbar-nav > .active > a, 
	.header_s1 .transpackNavigation .navbar-nav > .active > a:focus, 
	.header_s1 .transpackNavigation .navbar-nav > .active > a:hover,
	.header_s1 .transpackNavigation .navbar-nav li:hover > a,
	.header_s1 .transpackNavigation .navbar-nav li a:hover  {
		font-weight: 700;
		border-bottom: 2px solid rgb(56, 121, 67);
	}
	.header_s1 .transpackNavigation .navbar-nav li .dropdown-menu > li > a {
		border-bottom: none;
		text-align: center;
	}

	/* - Call Out */
	.urgent-contact .urgent-contact-box p {
		padding: 0 100px;
	}

	/* - Latest Blog */
	.latest-blog .col-md-4:nth-child(3n+1) {
		clear: both;
	}

	/* - Contact Us */
	.contact-us .contact-address-box :nth-child(3n+1) {
		clear: both;
	}
}

/* - max-width: 1200px */
@media (max-width: 1200px) {
	/* - Header1 */
	.header_s1 .navbar-brand {
		max-width: 230px;
		padding-bottom: 36px;
		padding-top: 36px;
	}
	.header_s1 .transpackNavigation .navbar-nav > li {
		margin-left: 2px;
		margin-right: 2px;
	}
	.header_s1 .transpackNavigation .navbar-nav > li > a {
		padding: 8px 14px;
	}
	/* - Footer1 */
	.footer-main .widget_links ul li::before {
		padding-right: 4px;
	}
	/* - Blog Section */
	.type-post .post-categories::after, 
	.type-post .post-categories::before {
		padding-left: 5px;
		padding-right: 5px;
	}
	.type-post .entry-meta {
		padding: 5px 20px;
	}
}	


/* - max-width: 991 */
@media (max-width: 991px) {
	/* - Header1 */
	.top-header .contact-block p {
		padding-right: 8px;
	}
	.header_s1 .transpackNavigation > .container {
		position: relative;
	}
	.header_s1 .navbar-brand {
		padding-top: 18px;
		padding-bottom: 18px;
	}
	.header_s1 .transpackNavigation .navbar-nav > li {
		margin-left: 0;
		margin-right: 0;
	}
	.header_s1 .transpackNavigation .navbar-nav > li > a {
		padding: 8px 0;
	}

	/* - header */
	.header_s1 .nav_absolute {
		position: relative;
	}
	/* - Footer1 */
	.footer-main .col-sm-6:nth-child(2n+1) {
		clear: right;
	}
	.footer-main .address-info {
		margin-bottom: 30px;
	}
	.footer-main .col-sm-6.widget_img {
		clear: both;
		float: none;
	}
	.footer-main .widget_img {
		text-align: left;
	}
	/* - Footer2 */
	.foootter-main .col-sm-6.widget_map {
		clear: both;
		float: none;
	}
	/* - Services Section */
	.srv-info {
		margin-bottom: 30px;
	}

	.related-images .col-sm-4 img {
		margin-bottom: 30px;
	}
	/* - Blog Post */
	.content-area {
		padding-right: 0;
	}
	.type-post .social {
		float: none;
		margin-top: 15px;
	}
	/* - Latest Blog */
	.latest-blog .col-sm-6:nth-child(2n+1) {
		clear: both;
	}
	/* - Welcome Section */
	.service-section .service-details-box :nth-child(2n+1) {
		clear: both;
	}


	/* - Contact Us */
	.contact-us .contact-address-box :nth-child(2n+1) {
		clear: both;
	}
	.contact-us .contact-address-box .address-info {
		margin-bottom: 30px;
	}
}

/* - max-width: 767 */
@media (max-width: 767px) {

	/* - Footer1 */
	.footer-address-box  {
		width: 100%;
	}
	.footer-address-box .address-info {
		max-width: 350px;
		display: block;
		margin: 0 auto 30px;
	}
	.footer-main .widget_links ul li::before {
		padding-right: 0;
	}
	.about-section  {
		width: 100%;
	}



	.services-section,
	.testimonial-section,
	.clients,
	.service-section{
		padding-bottom: 75px;
		padding-top: 75px;
	}
}
@media (max-width: 700px) {
	.services-section,
	.service-section{
		padding-bottom: 0px;
		padding-top: 30px;
	}
}


/* -  max-width: 639 */
@media (max-width: 639px) {
	/* - Footer Main */
	.footer-main  {
		width: 100%;
	}
	/* - Contact Us */
	.contact-us .contact-address-box  {
		width: 100%;
	}
}

/* -  max-width: 479 */
@media (max-width: 479px) {
	/* - Header1 */
	.header_s1 .navbar-brand {
		max-width: 170px;
		padding-top: 22px;
		padding-bottom: 22px;
	}



	/* - Welcome Section */
	.service-section  {
		width: 100%;
	}

	/* - Contact Us */
	.contact-us .address-info > p {
		padding-left: 78px;
	}
}

/* reset list paddings */

.widget ul,
.service-list,
.tabs{
	float: none;
	width: 100%;
	height: 100px;
	margin-bottom: 15px;
}

.service-list li {
    list-style: none;
    width: 100%;
    float: left;
    padding-bottom: 15px;
}

.service-list li .icon-container {
    width: 70px;
    height: 70px;
	float: left;
	background-color: #00a85a;
}

.service-list li p, .service-list li h4 {
    font-family: 'Raleway', 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    padding-top: 20px;
    padding-left: 95px;
    font-weight: 400;
}
/* custom-heading nos-services */
.custom-heading {
    position: relative;
    width: 100%;
    display: block;
    padding-top: 12px;
    text-transform: uppercase;
}
.custom-heading::after{
    position: absolute;
    display: block;
    content: "";
    width: 40px;
    height: 3px;
    left: 0;
	top: 0;
	background-color: #f4bb41;
}
/* custom-heading nos-services / */

.infoTranspack h4{
    line-height: 22px;
    font-weight: 800;
    font-style: normal;
    color: #000000;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

/* read-more index  */
a.read-more span{
	color: #399d4d;
    text-transform: uppercase;
    font-weight: 700;  
    display: block;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	
}

a.read-more:hover span{
    transform: translate(-15px, 0);
    -webkit-transform: translate(-15px, 0);
    -moz-transform: translate(-15px, 0);
	-ms-transform: translate(-15px, 0);
	text-decoration:none;
}

a.read-more i{
    font-size: 11px;
    line-height: 20px;
    opacity: 0;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

a.read-more:hover i{
    opacity: 1;   
}
/* read-more index / */

/* .flex-row {
	display: flex;
	flex-flow:column;
}
@media(max-width:640px) {
	.flex-row > div {
	width: 100%;
	}
	.flex-row :nth-child(1) {
	order: 1;
	}
  } */



  /* - Alert Msg */
.alert-msg {
	color: #ccc;
	width: 100%;
	margin: 10px 15px;
	text-align: left;
}
.alert-msg-success {
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
    font-size: 22px;
    border-color: #d6e9c6;
    background-color: #dff0d8;
    color: #3c763d;
}
.alert-msg-error {
	color: #FF0000;
	font-size: 13px;
	font-style: italic;
	height: 25px;
}
.requiredSpan{
	color: #b00202;
}

/* button contact */

.bouton-aligne{
	text-align: center;
}

/* flot-section */
.flot-section {
	background-color: #f9f9f9;
	padding: 100px ;
	padding-top: 44px;
    padding-bottom: 46px;
}
.flot-section h5 {
	color: #232323;
	font-family: 'Titillium Web', sans-serif;
	font-size: 25px;
	letter-spacing: 0.72px;
	font-weight: bold;
}
/* flot-section / */



/* service session test */

.services-section {
	background-color: #f9f9f9;
    padding-top: 0px;
    padding-bottom: 46px;
}

.services-section .section-header {
	margin-bottom: 35px;
}
@media (max-width : 700px){
	.section-header{
		margin-bottom : 1px;
	}
}
.services-section .srv-info p {
	color: #888;
	line-height: 24px;
	letter-spacing: 0.52px;
	margin-bottom: 20px;
}
.services-section .srv-info {
	background: #f4fcfc;
	/* width: 33.333333%; */

	width: auto;
	padding-bottom: 2.5%;
    padding-top: 15%;
}
@media (min-width: 1000px) {
	.services-section .srv-info  {
	/* width: 52.333333%; */
	display: flex;
	width: auto;
    }
}
.services-section .srv-info-home {
	background: #f4fcfc;
	width: 38.333333%;
    top: 170px;
    padding-bottom: 2.5%;
    padding-top: 3%;
}
.services-section .srv-info-home p {
	color: #888;
	line-height: 24px;
	letter-spacing: 0.52px;
	margin-bottom: 20px;
}
.services-section .srv-info-home a {
	background-color: #f4b734;
	border: 1px solid #f4b734;
	color: #232323;
	display: inline-block;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
	letter-spacing: 0.462px;
	margin-top: 10px;
	/* padding: 10px 40px; */
	padding: 6px 40px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;

	margin-bottom: 20px;
	position: absolute;
	/* top: 50%; */
	top: 97%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	
}
.services-section .srv-info-home a:hover {
	background-color: transparent;
	color: #f4b734;
}


.services-section .srv-info a {
	background-color: #f4b734;
	border: 1px solid #f4b734;
	color: #232323;
	display: inline-block;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
	letter-spacing: 0.462px;
	margin-top: 10px;
	/* padding: 10px 40px; */
	padding: 6px 40px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;

	margin-bottom: 20px;
	position: absolute;
	/* top: 50%; */
	top: 97%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	
}
.services-section .srv-info a:hover {
	background-color: transparent;
	color: #f4b734;
}




.services-section .test-de {
    left: 20em;
	top: 4em;
}

/* service session test / */
.default i{
	color: #00a85a;
}
.default li{
	padding-bottom: 10px;
}
.entrevous{
	margin: 10%;
}

.margin-right-content{
	margin-right: 9.3em;
}

/* service inclus / box */

.service-feature-box{
    box-shadow: 1px 0px 3px 0 #ddd;
    -webkit-box-shadow: 1px 0px 3px 0 #ddd;
    -moz-box-shadow: 1px 0px 3px 0 #ddd;
    border: 1px solid #eee;
}

.service-feature-box .service-media{
    position: relative;
    overflow: hidden;
}

.service-feature-box .service-media img{
    width: 100%;
    transition: all 2s ease-in-out 0s;
    -webkit-transition: all 2s ease-in-out 0s;
    -moz-transition: all 2s ease-in-out 0s;
    -o-transition: all 2s ease-in-out 0s;

    opacity: 1;
}

.service-feature-box .service-media:hover img{
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);

    opacity: 0.7
}

.service-feature-box .service-media a{
    background-color: #1b2936;
    position: absolute;
    bottom: 0;
    right: 0;
    text-transform: uppercase;
}

.service-feature-box .service-media span{
    color: #fff;    
    padding-left: 20px;
    font-weight: 600;
}

.service-feature-box .service-media i{
    background-color: #2f3840;
    padding: 5px 10px;
    font-size: 10px;
    line-height: 22px;
    margin-left: 20px;

    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

.service-feature-box .service-body{
    background-color: #fff;
    padding: 20px;
}




/* service inclus / box / */


/* flotte-page-section */
.flotte-page-section {
	background-color: #f9f9f9;
    padding-top: 46px;
    padding-bottom: 46px;
}

.semi-pl-section {
	background-color: #f9f9f9;
    padding-top: 150px;
    padding-bottom: 46px;
}
@media (max-width : 700px ){
	.flotte-page-section .list{
		font-size: 15px ;
		color: #000;
		/* background-color: red; */
	}
	
}
@media (max-width : 1000px){
	.semi-pl-section{
		margin-top: -23%;
		padding-bottom: 46px;
	}
}
@media (max-width : 991){
	.semi-pl-section{
		margin-top: 0%;
		padding-bottom: 46px;
	}
}

@media (max-width : 991){
	.section-padding{
		margin-top: 0%;
		padding-bottom: 46px;
	}
}
@media (max-width : 1000px){
	.flotte-page-section{
		padding-bottom: 0!important;
	}
}
.semi-pl-section p{
	color: #777;
	line-height: 26px;
	letter-spacing: 0.52px;
	margin-bottom: 20px;
	transition: opacity 0.24s ease-in-out;
}
.semi-pl-section > .section-header{
	margin-bottom: 20px;
}

@media (max-width: 991px)
and (min-width: 140px) {
	.flotte-page-section {
		background-color: #f9f9f9;
		padding-top: 6%;
		padding-bottom: 46px;
	}
}
.flotte-page-section ul{
	position: relative;
	left: 5%;

}
.flotte-page-section ul li{
	list-style: none ;
	background-image: url("https://image.flaticon.com/icons/svg/481/481127.svg" );
	background-repeat: no-repeat;
	background-position: 1px;
	background-size: 15px;
	
	/* padding-left: 30px; */
	padding: 5px 5px 5px 40px;
	color: rgba(0, 0, 0, 0.685);
	font-size: medium;
	font-weight: 500;
}
@media (max-width : 700px ){
	.flotte-page-section ul{
		left: -5%
	}
	
}



/* flotte-page-section / */




/* @media srv-info */
@media (max-width: 1030px) {
	.services-section {
		background-color: #f9f9f9;
		padding-top: 0px;
		padding-bottom: 46px;
	}
}
/* @media srv-info / */
@media (max-width: 1030px) {
	.services-section .srv-info {
	background: #f4fcfc;
    /* width: 99.333333%; */
    padding-bottom: 5.5%;
    padding-top: 18%;
	}
}
@media (max-width: 1030px) {
	.services-section .test-de {
	display: none;
	}
}
@media (max-width: 1440px) {
	.margin-right-content {
		margin-right: 0.3em;
	}
}


/* @media index Page */
@media (max-width: 700px) {
    .urgent-contact::before {
		left: 1%;
		right: 1%;
	}
}
@media (max-width: 700px) {
    .urgent-contact .urgent-contact-box h5 {
		font-size: 15px;
	}
}
@media (max-width: 700px) {
    .urgent-contact .urgent-contact-box p {
		font-size: 15px;
	}
}
@media (max-width: 700px) {
    .services-section .srv-info-home {
		font-size: 13px;
		width: 101.333333%;
	}
}
@media (max-width: 700px) {
    .icoHomeP {
		width: 95.666667%;
    right: 1%;
    top: 84px;
	}
}
@media (max-width: 700px) {
    .services-section .srv-info-home {
		visibility: hidden;
		display: none;
	}
}
@media (max-width: 420px) {
    .service-list li p, .service-list li h4 {
		font-family: 'Open Sans', Arial, sans-serif;
		font-size: 13px;
		padding-top: 21px;
		padding-left: 67px;
		white-space: nowrap;
		margin: 10px;
	}
}

@media (max-width: 320px) {
    .icoHomeP {
    right: 16%!important;
	}
}

@media (max-width: 375px) {
    .icoHomeP {
    right: 18%!important;
	}
}
/* @media index Page / */

/* @media presentation-societe Page  */

@media (max-width: 700px) {
	.interventionSelection .section-header h2 {
		font-size: 20px;
		font-weight: 800;
	}
}

@media (max-width: 700px) {
    .locations-li > li h3 {
		font-size: 15px;
	}
}
@media (max-width: 700px) {
    .section-header h3 {
		font-size: 15px;
		font-family: 'Open Sans', Arial, sans-serif;
	}
}
@media (max-width: 700px) {
    .efRaSe h2 {
		font-size: 20px;
		font-weight: 800;
	}
}
/* @media presentation-societe Page / */


/* @media flotte */
.btn-caracteristique{
	background-color: #f4b734;
	color: #232323;
	font-weight: 600;
	padding: 7px 22px;
	border: none;
	position: relative;
	top: -14px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	font-size: 16px;
}
.btn-caracteristique:hover {
	background-color: #ffffff;
	color: rgb(3, 3, 3);
	box-shadow: 0 0 0 1px #333 inset;
}
@media (max-width: 700px) {
    .efRaSe h2 {
		font-size: 20px;
		font-weight: 800;
	}
}
/* @media flotte / */
.centerForce{
	display: block;
	margin: 0 auto;
}



/* interventionSelection */
.interventionSelection h3{
	font-weight: 800;
	text-align: center;
}
.interventionSelection .section-header{
	margin-bottom: 0;
}
.locations-li > li {
    list-style: none;
	margin-bottom: 30px;
}
.locations-li > li i{
    list-style: none;
	margin-bottom: 30px;
	color: #00a85a;
}

.locations-li > li h3{
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.locations-li > li .fa-ul{
    margin-left: 20px;
}

@media (max-width: 730px) {
	/* - tspan */
	.tspan  {
		margin-top: 15px;
		margin-bottom: 15px;
    }
}


@media (max-width: 380px) {
	/* - tspan */
	.urgent-contact .urgent-contact-box a {
		background-color: #f4b734;
		color: #232323;
		font-weight: 600;
		padding: 7px 22px;
		position: relative;
		top: -30px;
		text-transform: uppercase;
		text-decoration: none;
		-webkit-transition: all 1s ease 0s;
		-moz-transition: all 1s ease 0s;
		-o-transition: all 1s ease 0s;
		transition: all 1s ease 0s;
		font-size: 12px;
		
	}
}
@media (max-width: 380px) {
	/* - tspan */
	
.urgent-contact .urgent-contact-box a:hover {
	background-color: #ffffff;
	color: rgb(3, 3, 3);
	box-shadow: 0 0 0 1px #333 inset;
}
}







/* card */
.margin-top{
	margin-top: 2em
}
.cards {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}

.cards_item {
	display: flex;
	padding: 1rem;
}

@media (min-width: 40rem) {
	.cards_item {
		width: 50%;
	}
}

@media (min-width: 56rem) {
	.cards_item {
		width: 33.3333%;
	}
}

.card {
	background-color: white;
	border-radius: 0.25rem;
	box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.card_content {
	padding: 1rem;
	background: white;
}

.card_title {
	color: #777777;
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: capitalize;
	margin: 0px;
}

.card_text {
	color: #777777;
	font-size: 0.875rem;
	line-height: 1.5;
	margin-bottom: 1.25rem;    
	font-weight: 400;
}



.cards_item button {
	color: #fff;
	font-size: 13px;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	background-color: rgb(61, 161, 80);
	border: 0px none rgb(255, 255, 255);
	padding: 8px 10px;
	display: block;
	margin : auto;
	white-space: nowrap;
}
.cards_item button::after {
	content: "\f178";
	font-family: 'FontAwesome'; 
	padding-left: 10px;
}
.cards_item button:hover {
	color: rgb(0, 0, 0);
	background-color: rgb(245, 244, 244)
}

.cards_item p {
	color: #777777;
	line-height: 22px;
	letter-spacing: 0.325px;
	/* margin-bottom: 20px; */
	min-height: 10em;
	font-size: 14px;
}
.cards_item h5 {
	color: #232323;
	font-size: 13px;
	letter-spacing: 0.429px;
	margin: 0 0 10px;
	text-transform: uppercase;
}

/*  */
.notre-flotte  {
	/* margin-bottom: 100px; */
	padding-top: 150px;
	padding-bottom: 150px;
	text-align: center;
}



/* contact-urg */
/* .contact-urg{
	width: 100%;
	height: auto;
	background-color: #4ca95e;
	color: #fff;
} */

/* + Section cardHome */
.section-card-home {
	margin-bottom: 20px;
	margin-top: 20px;
}


.card-home {
	display: flex;
	flex-direction: column;
	margin: 5px;
}
.box-img {
	height: 100px;
	width: 180px;
	border-radius: 5px;
	filter: brightness(0.8);
	/* -webkit-filter: brightness(0.8); */
}
.title {
	font-size: 1.1em;
	margin: 10px 0;
	width: 210px;
	}

	.card-home a{
		display: contents;
	}


@media (max-width: 600px)  {


	.br{
		display: none;
	}
	#home-revslider{
		display: none;
		visibility: hidden;
	}

	.card-home {
		flex-direction: row;
		align-items: center;
		margin: 10px 0;
		background-color: #4ca95e;
		border-radius: 5px;
		color: #fff;
	}
	.box-img {
		margin-right: 15px;
	}

	.flexb{
	display: flex;
	flex-direction: column;
}

.urgent-contact{
	order: -1;
	padding-top: 10px;
}

.urgent-contact::before {
		right: 0%;
		top: 8%;
		left: 0%;
		bottom: 30%;
		background-color: #747474;
	}



	.urgent-contact .urgent-contact-box h5 {
		font-size: small;
		letter-spacing: 3px;
		margin-top: 0;
		margin-bottom: 2px;
	}
	
	

	.urgent-contact .urgent-contact-box a {
		top: -28px;
		font-size: small;
		
	}


}

@media (min-width : 600px) {
	.card-home,
	.section-card-home{
		display: none;
	}
}





/* ============================================
		    Start On Parking Page Area
===============================================*/


.flottes_photo .tab-content .vehicule_seul{
	margin-bottom: 30px;
	}
	.flottes_photo .tab-content figure {
	position: relative;
	overflow: hidden;
	margin: 0;
	}
	.tab-content-center{
		align-items: center;
		display: flex;
		justify-content: center;
	}
	@media (max-width : 700px) {
		.tab-content-center{
			flex-direction: column;
    		align-items: center;
		}
	}
	.mt-big{
		margin-top: 75px;
	}	
	.vehicule_seul .photo_legende {
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	}
	.vehicule_seul:hover .photo_legende {
	opacity: 1;
	}
	.vehicule_seul .photo_legende a.lightbox {
	color: #fff;
	display: block;
	font-size: 90px;
	height: 30px;
	left: 50%;
	line-height: 30px;
	margin-left: -40px;
	margin-top: -40px;
	position: absolute;
	top: 50%;
	width: 30px;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	}
	.vehicule_seul:hover .photo_legende a.lightbox {
	font-size: 30px;
	margin-left: -15px;
	margin-top: -15px;
	}
	.vehicule_seul .photo_legende span {
	background: #d9e2d7 none repeat scroll 0 0;
	bottom: 0;
	color: rgb(0, 0, 0);
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	left: 0;
	padding: 15px 0;
	position: absolute;
	text-transform: uppercase;
	width: 100%;
	font-weight: 700;
	}

	/* End On Parking Page Area / */
	
