body {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #292929;
}
::selection {
    background: #FEC909;
    color: white;
}

/* ========== navbar  ========== */

.bg-inverse {
    background-color: #FFFFFF;
    padding: 8px;
    z-index: 100;
}
.navbar-brand {
    position: relative;
    padding: 0;
}
.navbar-brand img {
    width: 75px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-expand-md .navbar-nav .nav-item {
    margin-left: 10px;
}
ul li, ol li {
    list-style: none;
}
.navbar-expand-md .navbar-nav .active>.nav-link, .navbar-expand-md .navbar-nav .nav-link.active, .navbar-expand-md .navbar-nav .nav-link.open, .navbar-expand-md .navbar-nav .open>.nav-link {
    color: #FEC909!important;
    width: 100%;
}

.navbar-expand-md .navbar-nav .nav-link {
    color: #292929;
    font-size: 14px;
    padding: 7px 10px;
    cursor: pointer;
    position: relative;
    font-weight: 500;
    background: 0 0;
    margin-top: 5px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.navbar-expand-md .navbar-nav .nav-link:hover, .navbar-expand-md .navbar-nav .nav-link:hover::before, .navbar-expand-md .navbar-nav .nav-link:focus {
    color: #FEC909;
  
}

.navbar.light-header {
    box-shadow: 1px 1px 9px 0 rgb(192 192 201 / 48%);
}
.navbar .btn-outline-success {
    color: #fff;
    background-color: #FEC909;
    border-color: #FEC909;
    border-radius: 50px;
    padding: 8px 27px;
    margin-right: 4px;
}
.navbar .btn-outline-success:hover {
    color: #fff;
    background-color: #292929;
    border-color: #292929;
}
.navbar .btn-outline-success:not(:disabled):not(.disabled).active, .navbar .btn-outline-success:not(:disabled):not(.disabled):active, .navbar .show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #292929;
    border-color: #292929;
}
.navbar .dropdown-item {
    padding: 10px 40px;
    color: #292929;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px
}
.navbar .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #FEC909;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
    webkit-box-shadow: 0 8px 10px rgb(173 173 173 / 40%);
    box-shadow: 0 8px 10px rgb(173 173 173 / 40%);
    border-radius: 0;
    margin: 17px 0 0;
}
.navbar .see-more-btn a {
    color: #FEC909;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 10px 40px;
    font-size: 13px;
}
.navbar .dropdown-menu {
    padding: .5rem 0;
    margin: 10px 0 0;
    border: 1px solid rgb(255 255 255);
}
.navbar .btn-primary {
    color: #292929;
    background-color: #FEC909;
    border-color: #FEC909;
    border-radius: 50px;
    padding: 8px 25px;
    font-size: 14px;
}
.navbar .btn-primary:hover, .navbar .btn-primary:active {
    color: #fff;
    background-color: #292929;
    border-color: #292929;
}
.navbar .btn-primary:not(:disabled):not(.disabled).active, .navbar .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #292929;
    border-color: #292929;
}
.navbar .dropdown-item:focus, .navbar .dropdown-item:hover {
    color: #292929;
    text-decoration: none;
    background-color: #fef3f0;
}
/* ========== hero-area  ========== */

.hero-area-bg {
 background: linear-gradient( 90deg , #f1f1f1 0%, #F2FAFA 50%, #f1f1f1 100%);
	position: relative;
    height: 600px;
    margin-top: 65px;
}

.hero-area-bg img {
    width: 100%;
    float: right;
}
.hero-area-bg .header-shape-bg {
    position: absolute;
    top: 0px;
    min-height: 500px;
    z-index: 2;
    width: 100%;
}
.hero-area-bg .width-100 {
    width: 100%;
}
.hero-area-bg .float-right {
    float: right !important;
}
.hero-area-bg .play-button-wrapper {
    top: 45%;
    width: 35.5%;
    right: 0px;
}
.hero-area-bg .play-button-wrapper img {
    width: 40%;
}
.hero-area-bg .offers-title-top {
    margin-top: 40px;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.hero-area-bg .right-bg {
    float: right;
    right: 1px;
    overflow: hidden;
    padding: 50px 0;
}

.hero-area-bg .right-bg-offer {
	width: 95%;
    float: right;
    right: 1px;
    overflow: hidden;
    padding: 50px 0;
}
.hero-area-bg .header-text {
    width: 100%;
    padding: 50px;
}
.hero-area-bg .header-text h1 {
    font-weight: 600;
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 15px;
    margin-top: 100px;
	color: #292929
}

.hero-area-bg .header-text h2 {
 font-size: 18px;
    margin-bottom: 30px;
    font-weight: normal;
	 color: #FFFFFF;
}
.hero-area-bg .header-text p {
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 30px;
		color: #292929

}
.hero-area-bg .btn-primary {
    color: #292929;
    background-color: #FEC909;
    border-color: #FEC909;
    border-radius: 50px;
    padding: 10px 40px;
    font-size: 20px;
}
.hero-area-bg .btn-primary:hover, .hero-area-bg .btn-primary:active {
    color: #fff;
    background-color: #292929;
    border-color: #292929;
}
.hero-area-bg .btn-primary:not(:disabled):not(.disabled).active, .hero-area-bg .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #292929;
    border-color: #292929;
}
.hero-area-bg .values-min {
    margin-top: 60px;
}
.hero-area-bg .values-min .list-unstyled {
    display: inline-flex;
}
.hero-area-bg .values-min .list-unstyled li {
    margin-right: 20px;
    font-size: 16px;
    color: #292929
}
.hero-area-bg .values-min .list-unstyled .las {
    font-size: 15px;
    color: #FEC909;
    margin-right: 10px;
}

.hero-area-bg .carousel {
    height: 500px;
}
.hero-area-bg .carousel-indicators {
    bottom: -40px;
}


.hero-area-bg .carousel-indicators li {
    background-color: #FFFFFF;
    width: 12px;
    height: 12px;
    margin-right: 6px;
    margin-left: 6px;
    border-radius: 100%;

}



/* ========== categories ========== */

.categories{
	
	padding: 40px;	
}

.categories h2{
	
	margin: 0 auto;
	text-align: center;
	margin-bottom: 40px;
	font-weight: 600
}

.categories .categories-box{
	
	background-color: #f1f3f3;
    border-radius: 8px;
    margin-top: 20px;
    padding: 40px;
	text-align: center;
	transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.categories .categories-box:hover{
	
	background-color: #fec909;
   
}


.categories .categories-box .icon-bg{
	
background-color: white;
    padding: 16px;
    width: 48%;
    border-radius: 100px;
    margin: 15px auto;
}



.categories .categories-box h4{
	font-size: 18px;
    line-height: 30px;

}


.categories .categories-box p{
	background-color: #fec909;
    padding: 4px;
    border-radius: 100px;
    width: 66%;
    margin: 0 auto;
    margin-top: 20px;
	font-size: 16px
}





















/* ========== section-2 ========== */

.section-2{
	padding: 40px;
    background-color: #f2f9f9;
	min-height: 500px;
}

.section-2 .section-box{
	
	box-shadow: 0 0 90px rgb(235 224 223 / 61%);

	transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}


.section-2 .section-box:hover {
    transform: translateY(-8px);
}


	
.section-2 .card {
   
    border: 0 solid rgba(0,0,0,.125);
   
}	 



.section-2 .btn:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #292929;
}


.section-2 .btn {
    font-weight: 600;
    color: #212529;
    user-select: none;
    background-color: #fec909;
    font-size: 14px;
    padding: 12px 18px;
    border-radius: 3.25rem;
 }

.section-2 .border-success {
    border-color: #dddddd!important;
}


.section-2 span {
     line-height: 35px; font-size: 14px
}

.section-2 .card-body {
   
    padding: 0 20px;
}

.section-2 .text-success {
    color: #292929!important;
}

.section-2 .section-title{
	
	margin-bottom: 20px
}




.section-2 .section-title a {
    color: #292929;
   }

.section-2  p {
    margin-top: 16px;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: bold;
}



.section-2  .carousel-indicators li {
  
    background-color: #292929;
  
}

.section-2  .carousel-indicators {
    bottom: -52px;
  
}















/* ========== shipments-delivered ========== */

.shipments-delivered{
	padding: 40px;
    background-color: #f2f9f9;
	min-height: 500px;
}

.shipments-delivered .section-box{
	
	box-shadow: 0 0 90px rgb(235 224 223 / 61%);

	transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}


.shipments-delivered .section-box:hover {
    transform: translateY(-8px);
}


	
.shipments-delivered .card {
   
    border: 0 solid rgba(0,0,0,.125);
   
}	 

.shipments-delivered .border-success {
    border-color: #dddddd!important;
}


.shipments-delivered .btn:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #292929;
}




.shipments-delivered span {
     line-height: 35px; font-size: 14px
}

.shipments-delivered .card-body {
   
    padding: 0 20px;
}

.shipments-delivered .text-success {
    color: #292929!important;
}

.shipments-delivered .section-title{
	
	margin-bottom: 20px
}




.shipments-delivered .section-title a {
    color: #292929;
   }

.shipments-delivered  p {
    margin-bottom: 0px;
    font-size: 14px;
    color: #868785;
}


.shipments-delivered h6{
	font-weight: 900;
    margin-top: 8px;
    color: #d9ab03;
}























/* ========== footer ========== */


.footer{
	background-color: #fec909;
    padding: 10px;
    text-align: center;
}

.footer p{
	margin-top: 15px;
}





/* ========== loading ========== */

.laoding {
    background-color: #dd3f29;
    color: #FFFFFF;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
}
.sk-circle {
    margin: 300px auto;
    width: 40px;
    height: 40px;
    position: relative;
}
.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #FFFFFF;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}
.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}
.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}
.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}
.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}
.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}
.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}
 @-webkit-keyframes sk-circleBounceDelay {
 0%, 80%, 100% {
 -webkit-transform: scale(0);
 transform: scale(0);
}
 40% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @keyframes sk-circleBounceDelay {
 0%, 80%, 100% {
 -webkit-transform: scale(0);
 transform: scale(0);
}
 40% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
/* ========== toTop ========== */

#toTop {
    position: fixed;
    bottom: 10px;
    left: 10px;
    cursor: pointer;
    display: none;
    margin-right: 0;
    z-index: 100;
}
#toTop .las {
    font-size: 16px;
    background-color: #424243;
    border-radius: 150px;
    padding: 14px 14PX;
    color: #FFFFFF;
}

/* ========== Responsive Stylings ========== */

@media (max-width: 1440px) {

}

@media (max-width: 1024px) {

}

@media (max-width: 992px) {
	

}

@media (max-width: 768px) {
	
	.hero-area-bg {
    height: 300px;
    margin-top: 65px;
    text-align: center;
}
	.hero-area-bg .right-bg {
   display: none
}
	
	.hero-area-bg .header-text h1 {
       font-size: 25px;
    line-height: 40px;
    margin-bottom: 5px;
    margin-top: 17px;
}
	
	.hero-area-bg .btn-primary {
    color: #292929;
   
    padding: 10px 30px;
    font-size: 16px;
}
	
	.hero-area-bg .header-text p {
  
    margin-bottom: 10px;
   
}
	.hero-area-bg .carousel {
    height: 230px;
}

}

@media (max-width: 767px) {
	
	.shipments-delivered {
    padding: 15px 0;
    
}
	
	.shipments-delivered .section-title {
    margin-bottom: 10px;
}
	
	
	.shipments-delivered  h4 {
    font-size: 18px;
}
	
	.section-2 .carousel-indicators {
    bottom: -38px;
}
	
	.navbar .btn-primary {
      width: 100%;
}
	
	
	.categories {
    padding: 20px 0;
}
	
	.categories h2 {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
    font-size: 22px;
}
	
	.section-2 {
    padding: 30px 0px;
    background-color: #f2f9f9;
    min-height: 500px;
}

.section-2  h4{
   font-size:18px
}
	
	
	.hero-area-bg .header-text h1 {
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 10px;
    margin-top: 0px;
}
	
.categories .categories-box .icon-bg {
 
    width: 33%;
    margin: 15px auto;
}
	
	.categories .categories-box .icon-bg img {
 
    width: 45px;
   
}

	

}

@media (max-width: 540px) {

}
