
/*==== Start Title Section ====*/

.title{
    position: relative;
    display: block;
    text-align: center;
    padding-bottom: 50px;
}
.title h2{
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    margin: 0;
}
.title hr{
    margin: 15px auto;
    border-bottom: 3px solid #3f4a94;
    max-width: 150px;
}
.title p{
    color: #131718;
    font-size: 15px;
    line-height: 25px;
}

.about-title{
    position: relative;
    display: block;
    text-align: left;
    padding-bottom: 50px;
}
.about-title h2{
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    margin: 0;
    text-transform: capitalize;
}
.about-title hr{
    margin-top: 15px;
    border-bottom: 3px solid #3f4a94;
    max-width: 150px;
}
.about-title p{
    color: #131718;
    font-size: 15px;
    line-height: 25px;
}

/*==== Start Breadcrumb Section ====*/

.page-breadcrumb {
    position: relative;
    display: block;
    background: #fff;
    padding: 30px 15px;
}
.breadcrumb {
    padding: 0 0 15px;
    background: transparent;
    font-size: 13px;
    margin: 0;
    border-radius: 0;
    border-bottom: 2px solid #3f4a94;
}
.breadcrumb>li {
    display: inline-block;
}
.breadcrumb li, .breadcrumb>.active {
    color: #2e348f;
    font-size: 14px;
}
.breadcrumb a {
    color: #e16f22;
}
/*.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #2e348f;
}*/
.breadcrumb>li+li:before  {
    content: '\f105';
    color: #2e348f;
    font-family: 'FontAwesome';
    padding: 0 8px;
}

/*==== Start About Section ====*/

.about{
    position: relative;
    background: transparent url('assets/images/about.png') no-repeat bottom right;
    background-size: 550px;
}
.about .title{
    text-align: left;
}
.about .title h2{
    color: #3f4a94;
}
.about .title hr{
    margin: 15px 0;
}
.about-content a {
    background: #3f4a94;
    padding: 10px 50px;
    font-size: 15px;
    display: inline-block;
    color: #fff;
    border-radius: 10px;
    font-weight: bold;
}


/*==== Start core Service Section ====*/

.core{
    position: relative;
    background: #f79320 url('assets/images/bg-services.jpg') no-repeat center center / cover;
}
.core-item {
    background: #2f348f;
    text-align: center;
    padding: 25px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.core-item img{
    width: auto;
    height: auto;
    max-width: 100%;
}
.core-item h3 {
    margin: 0;
    padding: 5px 0;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    
}
.core-item h3 a{
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}
.core-item p{
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    min-height: 100px;
}

/*==== Start What's new Section ====*/

.whats{
    position: relative;
    background: #2f348f url('assets/images/bg-whatsnew.jpg') no-repeat center center / cover;
}
.whats-item{
    position: relative;
    margin-bottom: 30px;
}
.whats-item::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(248,147,32,0.8);
    -webkit-clip-path: polygon( 10% 100%, 95% 0%, 0% 0%, 0% 100%, 10% 100%);
    clip-path: polygon( 10% 100%, 95% 0%, 0% 0%, 0% 100%, 10% 100%);
}
.whats .title p{
    color: #fff;
}
.whats .title hr{
    border-bottom: 3px solid #fff;
}
.whats-item img{
    position: relative;
    width: 100%;
    height: auto;
    max-width: 100%;
}
.whats-item h3{
    margin: 0;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    max-width: 250px;
    font-size: 25px;
    color: #fff;
    font-weight: bold;
}
.whats-item h3 a{
    font-size: 25px;
    color: #fff;
    font-weight: bold;
}

/*==== Start join Section ====*/

.join{
    position: relative;
    background: transparent url('assets/images/join.png') no-repeat bottom right;
}
.join .title{
    text-align: left;
}
.join .title h2{
    color: #f79320;
}
.join .title hr{
    margin: 15px 0;
}
.join-content a {
    background: #f79320;
    padding: 8px 50px;
    font-size: 15px;
    display: inline-block;
    color: #fff;
    border-radius: 10px;
    font-weight: bold;
}

/*==== Start Franchise Page  ====*/

.entrepreneur{
    position: relative;
    background: transparent url('assets/images/join.png') no-repeat bottom right;
    background-size: 600px;
}
.entrepreneur .title{
    text-align: left;
    padding-bottom: 0;
}
.entrepreneur .title h2{
    color: #eb8921;
    text-transform: inherit;
}
.entrepreneur .title hr{
    margin: 15px 0;
}
.entrepreneur-content ul {
    position: relative;
    margin: 0px;
    padding: 0 0 0 10px;
}
.entrepreneur-content ul li {
    position: relative;
    padding: 3px 0;
    display: flex;
    font-size: 25px;
    color: #eb8921;
}
.entrepreneur-content ul li::before {
    content: '\f111';
    color: #f89320;
    font-family: 'FontAwesome';
    margin-right: 10px;
    font-size: 12px;
    position: relative;
    top: 10px;
}
.provide{
    position: relative;
    background: #28316c;
}
.provide .title hr {
    border-color: #f79320;
}
.provide .title p {
    color: #fff;
    max-width: 775px;
    margin-left: auto;
    margin-right: auto;
}
.provide-content ul {
    position: relative;
    margin: 30px 0;
    padding: 10px 15px;
    background: #121943;
    column-count: 4;
    column-gap: 0;
}
.provide-content ul li {
    position: relative;
    padding: 3px 0;
    font-weight: bold;
    font-size: 17px;
    color: #fff;
    list-style: decimal;
    text-align: left;
}
.provide-content ul li:first-child {
    margin-left: 20%;
}
.provide-content a {
    background: #f79320;
    padding: 8px 50px;
    font-size: 15px;
    display: inline-block;
    color: #fff;
    border-radius: 10px;
    font-weight: bold;
    margin-top: 20px;
}

/*==== Start Services Page  ====*/

.services{
    position: relative;
}
.service-content.title{
    text-align: left;
}
.services .title h2 {
    color: #3f4a94;
}
.services .title hr {
    margin: 15px 0;
}
.service-main{
    padding: 0 10%;
}

.service-main h3{
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.service-item {
    position: relative;
    margin-bottom: 30px;
}
.service-item img {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 100%;
}
.service-item h3 {
    margin: 0;
    padding: 0px;
    position: absolute;
    top: calc(50% - 16px);
    left: 0;
    z-index: 2;
    width: 100%;
    text-align: center;
}
.service-item h3 a {
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.service-item::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(63,74,148,0.9);
}
.core-service{
    position: relative;
    background: #f79320 url('assets/images/bg-contact.jpg') no-repeat center center / cover;
}
.core-service .title p {
    color: #fff;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.core-service .title hr {
    border-color: #f79320;
}
.core-service .title a {
    background: #3f4a94;
    padding: 10px 50px;
    font-size: 15px;
    display: inline-block;
    color: #fff;
    margin-top: 20px;
    border-radius: 10px;
    font-weight: bold;
}
.fullfillment-content ul {
    position: relative;
    padding: 0px;
    column-count: 2;
    column-gap: 0;
}
.fullfillment-content ul li {
    position: relative;
    padding: 5px 0;
    display: flex;
    font-weight: bold;
    font-size: 15px;
    color: #131718;
}
.fullfillment-content ul li::before {
    content: '\f111';
    color: #f89320;
    font-family: 'FontAwesome';
    margin-right: 10px;
    font-size: 9px;
    position: relative;
    top: 3px;
}
.fullfillment{
    position: relative;
}
.partner{
    position: relative;
    background: #2f348f url('assets/images/bg-fulfillment.jpg') no-repeat center center / cover;
}
.partner .title p{
    color: #fff;
}
.partner .title hr{
    border-color: #f79320;
}
.partner  a {
    background: #f79320;
    padding: 8px 50px;
    font-size: 15px;
    display: inline-block;
    color: #fff;
    border-radius: 10px;
    font-weight: bold;
    margin-top: 20px;
}
.fullfill{
    position: relative;
}
.fullfill-item{
    position: relative;
    text-align: center;
}
.fullfill-item h6{
    position: absolute;
    font-size: 50px;
    color: #28316b;
    font-weight: bold;
}
.fullfill-item img{
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 135px;
    margin-bottom: 15px;
}
.fullfill-item p{
    font-size: 15px;
    color: #131718;
    margin: 0;
}
.fullfill-service{
    position: relative;
    text-align: center;
}
.fullfill-service img{
    width: auto;
    max-width: 100%;
    height: auto;
}
.fullfill-service p{
    font-size: 16px;
    color: #252d5f;
    margin: 0 0 20px;
}
.packaging-content{
    position: relative;
}
.packaging-content p {
    color: #131718;
    font-size: 15px;
    line-height: 25px;
}
.packaging-content h5 {
    color: #131718;
    font-size: 15px;
    margin: 0;
    padding: 0 0 15px;
}
.packaging-content ul {
    position: relative;
    margin: 0px;
    padding: 0px;
}
.packaging-content ul li {
    position: relative;
    padding: 5px 0;
    display: flex;
    font-size: 15px;
    color: #131718;
}
.packaging-content ul li::before {
    content: '\f111';
    color: #f89320;
    font-family: 'FontAwesome';
    margin-right: 10px;
    font-size: 10px;
    position: relative;
    top: 2px;
}
.packaging-image{
    position: relative;
    text-align: right;
}
.packaging-image img {
    position: relative;
    width: auto;
    height: auto;
    max-width: 100%;
}

/*==== Start Locator Page  ====*/

.find-store .title{
    text-align: left;
    padding-bottom: 0px;
}
.find-store .title hr {
    margin: 15px 0;
}
.find-store .title h2{
    color: #eb8921;
}
.find-item{
    position: relative;
    border-bottom: 1px solid #e7e7e7;
    padding: 30px 0;
}
.find-item:last-child{
    border-bottom: 1px solid transparent;
    padding-bottom: 0;
}
.locator-info{
    position: relative;
}
.locator-info h3{
    font-size: 15px;
    color: #131718;
    font-weight: bold;
    /* text-transform: capitalize; */
}
.locator-info p{
    font-size: 15px;
    color: #131718;
    line-height: 25px;
    margin: 0;
}
.locator-maps{
    position: relative;
}
.locator-maps img{
    width: 100%;
    height: auto;
    max-height: 100%;
}

/*==== Start Contact Us Section ====*/

.contact{
    position: relative;
    display: block;
}
.contact-form{
    position: relative;
    display: block;
    padding: 35px 15px;
}
.contact-form h2 {
    font-size: 30px;
    color: #131718;
    font-weight: bold;
    margin: 0;
}
.contact-form hr {
    margin: 15px 0 30px;
    padding: 0;
    border-bottom: 3px solid #e7e7e7;
    border-top: 0;
}
.contact-form input, .contact-form textarea, .contact-form select {
    border: none;
    border-bottom: 1px solid #e7e7e7;
    border-radius: 0;
    font-size: 13px;
    color: #b3b3b3;
    background: #fff;
    padding: 8px 15px;
    width: 100%;
}
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus{
    outline: none;
    box-shadow: none;
    border-color: #2f348f;
}
.contact-form input[type="submit"] {
    background: #2f348f;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    padding: 10px 40px;
    border-radius: 10px;
    border: 1px solid #2f348f;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    width: auto;
}
.contact-form input[type=submit]:hover, .contact-form input[type=submit]:focus{
    border-color: #2f348f;
    background: transparent;
    color: #2f348f;
}
.contact-info{
    position: relative;
    background: #2f348f;
    padding: 30px 20px;
}
.contact-info h2 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
}
.contact-info hr {
    margin: 15px 0 30px;
    padding: 0;
    border-bottom: 3px solid #e7e7e7;
    border-top: 0;
}
.contact-info p {
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    margin: 5px;
}
.maps{
    position: relative;
}
.location{
    position: relative;
    margin-bottom: 30px;
}
.location iframe {
    width: 100%;
    max-width: 100%;
}
.location img {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
}
.location p {
    font-size: 15px;
    color: #fff;
    margin: 0;
    background: #faa012;
    padding: 10px 15px;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.locator{
    position: relative;
}
.locator-item{
    position: relative;
    margin-bottom: 30px;
}
.locator-item::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(248,147,32,0.8);
    -webkit-clip-path: polygon( 20% 100%, 90% 0%, 0% 0%, 0% 100%, 10% 100%);
    clip-path: polygon( 20% 100%, 90% 0%, 0% 0%, 0% 100%, 10% 100%);
}
.locator-item img{
    position: relative;
    width: 100%;
    height: auto;
    max-width: 100%;
}
.locator-content{
    margin: 0;
    padding: 15px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.locator-content h3{
    margin: 0;
    padding: 0px;
}
.locator-content h3 a{
    font-size: 25px;
    color: #fff;
    font-weight: bold;
}
.locator-content p {
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    margin: 0;
    max-width: 150px;
}
.locator-div h3{
    font-size: 25px;
    color: #fff;
    font-weight: bold;
}

/*==== Start scrollUp area  ====*/

#scrollUp {
    text-align: center;
    position: relative;
    right: 20px;
    bottom: 20px;
    color: #ffffff;
    width: 35px;
    height: 35px;
    line-height: 35px;
}
#scrollUp::before {
    background: #433454 none repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    content: "";
    height: 40px;
    left: 0;
    line-height: 40px;
    position: absolute;
    top: 0;
    transform: rotate(45deg);
    transition: all 0.3s ease 0s;
    width: 40px;
    z-index: -1;
}
#scrollUp:hover::before {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15) !important;
}
#scrollUp:hover i {
    animation: 800ms linear 0s normal none infinite running scroll-ani-to-top;
    bottom: 0;
    height: 100%;
    left: 0;
    margin-bottom: -25px;
    position: absolute;
    width: 100%;
}
#scrollUp span i {
    font-size: 20px;
}
.dropcollect-content ul {
    position: relative;
    padding: 0px;
}
.dropcollect-content ul li {
    position: relative;
    padding: 5px 0;
    display: flex;
}
.dropcollect-content ul li::before {
    content: '\f111';
    color: #f89320;
    font-family: 'FontAwesome';
    margin-right: 10px;
    font-size: 9px;
    position: relative;
    top: 3px;
}

.blackText {
    color: #000000;
}

.iblueText {
    color: #3f4a94;
}

.iorangeText {
    color: #eb8921;
}

.core-about{
    position: relative;
    background: #f79320 url('assets/images/aboutus-background.jpg') no-repeat center center / cover;
}
.core-about .title p {
    color: #fff;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.core-about .title hr {
    border-color: #f79320;
}
.core-about .title a {
    background: #3f4a94;
    padding: 10px 50px;
    font-size: 15px;
    display: inline-block;
    color: #fff;
    margin-top: 20px;
    border-radius: 10px;
    font-weight: bold;
}

.leftText {
    text-align: left;
}

.join-us{
}
.join-us .title p {
    color: #193682;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.join-us .title hr {
    border-color: #f79320;
}
.join-us .title a {
    background: #3f4a94;
    padding: 10px 50px;
    font-size: 15px;
    display: inline-block;
    color: #fff;
    margin-top: 20px;
    border-radius: 10px;
    font-weight: bold;
}

.tracking-form{
    position: relative;
    display: block;
    padding: 35px 15px;
}
.tracking-form h2 {
    font-size: 30px;
    color: #131718;
    font-weight: bold;
    margin: 0;
}
.tracking-form hr {
    margin: 15px 0 30px;
    padding: 0;
    border-bottom: 3px solid #e7e7e7;
    border-top: 0;
}
.tracking-form input, .tracking-form textarea, .tracking-form select {
    /*border: none;*/
    border-bottom: 1px solid #e7e7e7;
    border-radius: 0;
    font-size: 13px;
    color: #b3b3b3;
    background: #fff;
    padding: 8px 15px;
    width: 50%;
    box-shadow: none;
    text-align: center;
    margin: 0 auto;
}
.tracking-form input:focus, .tracking-form textarea:focus, .tracking-form select:focus{
    outline: none;
    box-shadow: none;
    border-color: #2f348f;
}
.tracking-form input[type="submit"] {
    background: #2f348f;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    padding: 10px 40px;
    border-radius: 10px;
    border: 1px solid #2f348f;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    width: auto;
}
.tracking-form input[type=submit]:hover, .tracking-form input[type=submit]:focus{
    border-color: #2f348f;
    background: transparent;
    color: #2f348f;
}

.inews{
}
.inews .ntitle h3 {
    color: #f79320;
    text-align: left;
}
.inews .ntitle hr {
    margin: 15px 0;
    border-bottom: 3px solid #193682;
    max-width: 150px;
}

.inews a {
    color: #f79320;
}

.inews2{
}
.inews2 .ntitle h3 {
    color: #f79320;
    text-align: center;
}
.inews2 .ntitle hr {
    margin: 15px auto;
    border-bottom: 3px solid #193682;
    max-width: 150px;
}

.inews3 a {
    background: #193682;
    padding: 8px 50px;
    font-size: 15px;
    display: inline-block;
    color: #fff;
    border-radius: 10px;
    font-weight: bold;
}


.inews1a a {
    background: #193682;
    padding: 8px 20px;
    font-size: 15px;
    display: inline-block;
    color: #fff;
    border-radius: 10px;
    font-weight: bold;
}

.inews1b a {
    background: #f79320;
    padding: 8px 20px;
    font-size: 15px;
    display: inline-block;
    color: #fff;
    border-radius: 10px;
    font-weight: bold;
}

.news-paginator {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
}

.news-paginator-number {
    margin: 10px 15px;;
}

.join-btn {
    background: #3f4a94;
    padding: 10px 50px;
    font-size: 15px;
    display: inline-block;
    color: #fff;
    border-radius: 10px;
    font-weight: bold;
    margin-top: 20px;
}

.join-btn a{
    color: #fff;
}

.join-us ul {
    position: relative;
    margin: 0px;
    padding: 0 0 0 10px;
}
.join-us ul li {
    position: relative;
    padding: 3px 0;
    display: flex;
}
.join-us ul li::before {
    content: '\f111';
    color: #000000;
    font-family: 'FontAwesome';
    margin-right: 10px;
    font-size: 8px;
    position: relative;
    top: 5px;
}