h1, h2, h3, h4, h5, h6 {
    font-weight:800;
	color: #24416b;
}

a, a:hover, .btn.btn-light-outline {color:#ff3514;}

.btn {
    padding: 8px 20px;
    outline: none;
    font-size: 16px;
    letter-spacing: 0.8px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 700;
}


#topnav {
    border-bottom:1px solid #ededed !important;
    border-top:3px solid #ff3514 !important;
    position:relative !important;
    background:#fff !important;
}

#topnav .navigation-menu > li.active > a {
    color: #222 !important;
}

#topnav .navigation-menu > li > a {
font-size: 12px !important;
line-height:35px !important;
font-weight:800 !important;
letter-spacing:0.6px !important;
padding-left:9px !important;
padding-right: 9px !important;
color:#222 !important;
text-transform:uppercase !important;
}


#topnav .navigation-menu > li > a:hover, #topnav .navigation-menu > li.active > a:hover, #topnav .navigation-menu > li .submenu li a:hover {
color:#ff3514 !important;
}


.primary-button {color:#222;font-size:12px;text-transform:uppercase;border:1px solid #222;padding:13px 40px;border-radius:28px;letter-spacing:1px;margin-top:20px}

.primary-button:hover {color:#fff;background:#222}

.quote {color:#222;font-size:12px;text-transform:uppercase;letter-spacing:1px;border-bottom:1px solid #222;padding-bottom:5px;font-weight:900;}

.primary-button-white {color:#fff;font-size:12px;text-transform:uppercase;border:1px solid #fff;padding:13px 40px;border-radius:28px;letter-spacing:1px;margin-top:20px}

.primary-button-white:hover {color:#222;border:1px solid #fff;background:#fff}

.quote-white {color:#fff;font-size:12px;text-transform:uppercase;letter-spacing:1px;border-bottom:1px solid #fff;padding-bottom:5px;font-weight:900}


.shipping-section {background:#fff;padding:45px 0 30px;-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);margin-bottom:20px}

.shipping-section h4 {color: #24416b;font-size:30px;line-height:32px;font-weight:800;}

.shipping-section .btn-primary {background:#ff3514 !important;border:1px solid #ff3514 !important;border-radius:0px !important;width:29% !important;display:inline !important;height:55px;}
.shipping-section .btn-primary:hover {background:#ff3514 !important;border:1px solid #ff3514 !important;border-radius:0px !important;}

.shipping-section .track {-webkit-box-shadow: 0px 0px 18px 1px rgba(150,150,150,0.59);-moz-box-shadow: 0px 0px 18px 1px rgba(150,150,150,0.59);box-shadow: 0px 0px 18px 1px rgba(150,150,150,0.59);}

.shipping-section .form-group .form-control {width:70% !important;display:inline !important;border:0px solid #999;height:55px;font-size: 15px;border-radius:0px !important;}




.tracking-section {background:#fff;padding:70px 0 40px;}
.tracking-section h4 {color: #24416b;font-size:25px;line-height:30px;font-weight:800;}
.tracking-section .pl-5 {padding-left: 20px !important;}
.tracking-section .btn-primary {background:#ff3514 !important;border:1px solid #ff3514 !important;border-radius:0px !important;margin-left:10px}
.tracking-section .btn-primary:hover {background:#ff3514 !important;border:1px solid #ff3514 !important;border-radius:0px !important;}


/* 
Service Area Style
======================================================*/
.service-area {padding:60px 0px}

.section-title {
    max-width: 625px;
    margin: -8px auto 80px;
    text-align: center;
    position: relative;
}

.section-title span {
    text-transform: uppercase;
    color: #fa4612;
    font-size: 14px;
    display: block;
	font-weight:800;
    margin-bottom: 10px;
}

.section-title h2 {
    font-size: 40px;
	line-height:40px;
    margin-bottom: 40px;
	font-weight:800;
	color: #24416b;
    position: relative;
    display: block;
}

.section-title h2::before {
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #fa4612;
    margin: auto;
}

.single-service {
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  margin-bottom: 30px;
}

.single-service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://groupeintercontinental.com/uploads/custom/home-services-1.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.single-service .service-content-wrap {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-service .service-content-wrap .icon {
  font-size: 50px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 20px;
  color: #fa4612;
}

.single-service .service-content-wrap h3 {
  margin-bottom: 15px;
  color:#24416b;
}

.single-service .service-heading {
  text-align: center;
  padding: 20px;
  background-color: #fa4612;
  position: absolute;
  bottom: 56px;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  bottom: -30px;
  -webkit-transform: scale(0);
          transform: scale(0);
  margin-right: 15px;
  margin-left: 15px;
}

.single-service .service-heading h3 {
  color: #ffffff;
  margin-bottom: 15px;
  margin-top: -4px;
}

.single-service .service-heading .circle-read-more i {
  background-color: #ffffff;
  padding:12px 15px;
  border-radius:50px;
  color: #fa4612;
}

.single-service .service-heading .circle-read-more i::after {
  background-color: #fedad0;
}

.single-service:hover {
  background-color: transparent;
}

.single-service:hover .service-heading {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.single-service:hover .service-content-wrap {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.service-all {
  margin-top: 20px;
}

.service-all p a {
  color: #fa4612;
  border-bottom: 1px solid #fa4612;
}

.col-lg-6:nth-child(2) .single-service::before {
  background-image: url(https://groupeintercontinental.com/uploads/custom/home-services-2.jpg);
}

.col-lg-6:nth-child(3) .single-service::before {
  background-image: url(https://groupeintercontinental.com/uploads/custom/home-services-2.jpg);
}



/*
About Us Area Style
=================================================*/
.about-area {padding:60px 0}

.about-content span {
  text-transform: uppercase;
  color: #fa4612;
  font-size: 13px;
  font-weight: 800;
  display: block;
  margin-top: -8px;
  margin-bottom: 10px;
}

.about-content h2 {
  font-size: 40px;
  line-height:42px;
  font-weight:800;
  margin-bottom: 40px;
  position: relative;
  color: #24416b;
}

.about-content h2::before {
  position: absolute;
  bottom: -22px;
  left: 0;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #ff3514;
}

.about-content h2::after {
  position: absolute;
  bottom: -22px;
  left: 0;
  content: "";
  width: 5px;
  height: 2px;
  background-color: #ffffff;
  -webkit-animation: moveLeftBounces 10s linear infinite;
          animation: moveLeftBounces 10s linear infinite;
}

.about-content h2:last-child {
  margin-bottom: 0;
}

.about-content p {
  margin-bottom: 30px;
}

.about-img {
  position: relative;
}

.about-area-two .about-content {
    max-width: 540px;
    margin-left: auto;
}

.about-area-two .about-img {
    position: relative;
    background-image: url(https://groupeintercontinental.com/uploads/custom/shipping.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

.about-area-four .about-history {
    position: absolute;
    bottom: 0;
}

.about-area-four .about-history .about-details {
    position: relative;
    background-color: #ff3514;
    padding-left:20px;
    padding-top: 30px;
    padding-bottom: 30px;
    width:270px;
    padding-right: 30px;
}

.about-area-four .about-history .about-details span {
    font-size: 50px;
    color: #ffffff;
    line-height: 1;
    display: block;
    margin-bottom: 10px;
}

.about-area-four .about-history .about-details p {
    font-size: 18px;
    color: #ffffff;
    line-height: 1;
}

.about-img .about-quatre {
  position: absolute;
  top: 50%;
  right: -40px;
  background-color: #fa4612;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
}

.about-img .about-quatre i {
  font-size: 50px;
  color: #ffffff;
  line-height: 80px;
}



/* 
Counter Area Style
======================================================*/
.counter-area-four {
    background-image: url(https://groupeintercontinental.com/uploads/custom/counter-bg-four.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
    z-index: 1;
	padding: 80px 0 70px;
}

.counter-area-four::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #24416b;
    opacity: 0.9;
    z-index: -1;
}

.single-counter {
  margin-bottom: 30px;
  padding-left: 70px;
  position: relative;
}

.single-counter img {
  font-size: 60px;
  display: inline-block;
  margin-bottom: 8px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  color: #ffffff;
  line-height: 1;
}

.single-counter h2 {
  margin-bottom: 4px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #ffffff;
}

.single-counter p {
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #ffffff;
}


/* 
Sub header Area Style
======================================================*/
.subheader-area {
    background-image: url(https://groupeintercontinental.com/uploads/custom/slide-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
    z-index: 1;
	padding:60px 0 50px;
}

.subheader-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
    z-index: -1;
}

.subheader {
  margin-bottom: 30px;
  padding-left:10px;
  position: relative;
}

.subheader h2 {
  margin-bottom: 4px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #ffffff;
}

.subheader p {
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #ffffff;
}

.subheader-area .breadcrumbs {margin-top:25px;color:#fff}




.what-offer-content span {
    text-transform: uppercase;
    color: #fa4612;
	font-weight:800;
    font-size: 14px;
    display: block;
    margin-top: -8px;
    margin-bottom: 10px;
}

.what-offer-content p {
    margin-bottom: 25px;
}

.what-offer-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.what-offer-content ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.what-offer-content ul li i {
    position: absolute;
    top: 2px;
    left: 0;
    color: #ffffff;
    width: 20px;
    height: 20px;
    background-color: #fa4612;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
    border-radius: 50%;
}




/* 
Address Area Style
======================================================*/
.address-area {
	padding:80px 0;
	text-align: center !important;
}

.single-address {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  text-align: center !important;
  padding: 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.single-address::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #fa4612;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-address i {
  font-size: 30px;
  width: 50px;
  height: 50px;
  display:block;
  line-height: 50px;
  background-color: #fa4612;
  border-radius: 50%;
  margin-bottom: 15px;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-address .mdi::before {
    display: block;
}

.single-address h3 {
  margin-bottom: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-address a {
  display: block;
  color: #7a7e9a;
  margin-bottom: -8px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-address span {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-address p {
  margin-bottom: -8px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-address:hover::before {
  width: 100%;
}

.single-address:hover i {
  background-color: #ffffff;
  color: #fa4612;
}

.single-address:hover h3 {
  color: #ffffff;
}

.single-address:hover span {
  color: #ffffff;
}

.single-address:hover a {
  color: #ffffff;
}

.single-address:hover p {
  color: #ffffff;
}









.home-slider .carousel-item, .home-slider .carousel {
    height: 100vh !important;
    width: 100% !important;
}

.home-slider .carousel-item {

    background-position: top center;
    background-size: cover;
	padding:12% 0;

}



