
*{
    margin:0;
    padding:0;
}
@import url(../fonts/Quicksand-Bold.ttf);
@import url(../fonts/Quicksand-Light.ttf);
@import url(../fonts/Quicksand-Medium.ttf);
@import url(../fonts/Quicksand-Regular.ttf);
@import url(../fonts/Quicksand-SemiBold.ttf);
body {
    /* font-family: 'Poppins', sans-serif !important; */
    font-family: 'Quicksand', sans-serif;
    font-weight: 500 !important;
    font-style: normal !important;
    font-size: 16px !important;
    line-height: 30px !important;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700 !important;
}
h2 {
    font-size:2.8rem !important;
}
a,a:hover, a:focus {
    text-decoration: none;
}
img {
    max-width:100%;
}
ul, li {
    list-style: none !important;
    margin-bottom: 0 !important;
}
figure {
    margin-bottom: 0 !important;
}
p {
    text-align: justify !important;
}



.col-md-offset-4 {
    margin-left: 33.33333333333333%;
}
.col-md-offset-3 {
    margin-left: 25%;
}
.col-md-offset-2 {
    margin-left: 16.666666666666664%!important;
}



.mg-left-16 {
    margin-left: 16.666666666666664%!important;
}




/* --------------------------------------
 color start 
----------------------------------------*/
.clr, body, a,a:hover, a:focus, .retails-area .hover:hover, 
.hvr li a:hover 
 {
    color:#080a3c !important;
}
.clr2, h1, h2, h3, h4, h5, h6, .retails--area .content:hover h4
{
    /* color:#203864 !important; */
    /* color:	#A9A9A9 !important; */
    color:	rgb(0, 0, 0, 0.8) !important;
}
.clr3,   .other-solution .hover:hover P, .retails--area .content:hover h3, form span, .about--area a:hover, .contact--area a:hover
{
    color: #c00000 !important;
}
/* ------------------- */

.bg,  footer, form input[type='submit']:focus, form input[type='submit']:active, .header-top
{
    background: #4472c4;

}
.bg2, .btn:hover
 {
    background:#002060 !important;
}
.bg3, .other-solution
 {
    background-color: #f4f6fc;
}
.bg4, .madeByIntegrity, .support:before
{
    background:#080a3c
}
.btn {
    background-color: #c00000 !important;
}
/* --------------------------------------
 color end 
----------------------------------------*/


/* --------------------------------------
 title start 
----------------------------------------*/
.title {
    position: relative;
}
.title h3 {
    font-size:2rem;
    
}
.title p {
    font-family: 'Baloo Tammudu 2', cursive;
    position: absolute;
    top: -10px;
    left: -1%;
    width: 100%;
    font-size: 8rem;
    opacity: .08;
    text-transform: uppercase;
}


/* --------------------------------------
 title end 
----------------------------------------*/

/* --------------------------------------
 border start 
----------------------------------------*/
.brdR-5, .form-area form, .text a, .about-area a, .retails-area .content, .other-solution .content  
 {
    border-radius:5px;
    -webkit-border-radius:5px;
    -o-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
}

/* --------------------------------------
 border end 
----------------------------------------*/

/* --------------------------------------
 box shadow start 
----------------------------------------*/
.bxShw, .menu, .form-area form, .retails-area .content, .other-solution .content
{
    background:#fff;

    box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.1);
    
}
.bxShw-n {
    box-shadow: none !important;
    padding: 0 !important;
}



/* --------------------------------------
 box shadow end 
----------------------------------------*/

/* --------------------------------------
 btn start 
----------------------------------------*/
.btn {
    padding:10px 20px;
    color:#fff !important;
}
.btn:hover {
    color:#fff !important;
}
.btn-read {
    width: auto !important;
}
.btn-know svg {
    margin-left:10px;
}


/* --------------------------------------
 btn end 
----------------------------------------*/

/* --------------------------------------
 blink start 
----------------------------------------*/

.blink + .btn {
    display:block;
}
.blink {
    display: inline-block;
    padding:10px 20px;
    border-radius: 5px;
    background:#c00000;
    color:#fff;
    animation:blink 2s infinite ease-in-out;
    cursor: pointer;
}

@keyframes blink {
    0%, 100% {
        background:#c00000;
    }
    40% {
        background:#002060;
    }
}

/* --------------------------------------
 blink end 
----------------------------------------*/

/* --------------------------------------
 hover start 
----------------------------------------*/
.hover {
    transition: all 0.5s;
}
.hover:hover {
    transform:translateY(-10px);
    box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.3);
}
.retails-area .hover {
    background:#4472c4;
    color:#fff !important;
}
.retails-area .hover:hover {
    background:#fff;
}




/* --------------------------------------
 hover end 
----------------------------------------*/




/* --------------------------------------
 main start 
----------------------------------------*/
main {
    width:100%;
    float:left;
    min-height: 500px;
    padding-top:110px;
}
.slide-area + main {
    padding-top:0 !important;
}
/* --------------------------------------
 main End 
----------------------------------------*/


/* --------------------------------------
 header start 
----------------------------------------*/
header {
    position:fixed;
    top:0;
    left:0;
    z-index: 9999;
    width:100%;
}

.header-top {
    width:100%;
    float:left;
    padding:5px 0;
}
.header-top li {
    padding-right:20px;
    font-weight: 400;
}
.header-top li:last-child {
    padding-right:0;
}
.header-top li svg {
    margin-right:10px;
    /* color:#c00000; */
}
.header-top li svg, .header-top a, .header-top li {
    color:#fff !important;
}

.reach-us {
    width:100%;
    float:left;
}



.menu {
    width:100%;
    float:left;
}
.menu .bg-dark {
    background: none !important;
    padding-top:0 !important;
    padding-bottom:0 !important;
}
.menu .navbar-brand {
    padding-bottom:0 !important;
    padding-top: .1rem !important;
}
.menu img {
    width:250px;
}
.menu a {
    color:#080a3c !important;
    text-transform: uppercase;
}
.dropdown-item.active, .dropdown-item:active {
    color:inherit !important;
    background:inherit !important
}
.menu li {
    font-size: 16px;
    font-weight: 700;
}
.menu a.dropdown-item {
    font-size: 15px;
    font-weight: 500;
}



header .blink {
    color:#fff !important;
}
/* --------------------------------------
 header End 
----------------------------------------*/

/* --------------------------------------
 footer start 
----------------------------------------*/
footer {
    width:100%;
    float:left;
    padding:20px 0 0 0;
    /* background:#6a8bf1; */
}
footer a, footer h3, footer p, footer svg, footer a:hover {
    color:#fff !important;
}
footer p {
    margin-bottom: .0rem;
    font-weight: 400;
    padding-left:10px;
    text-align: left !important;
}
footer h3 {
    margin-bottom: 0.8rem;
}
footer strong {
    font-weight:500;
    padding-right:10px;
}
footer svg {
    margin-right:15px;
}
footer .social-links {
    float:left;
    margin-bottom:1.5rem;
}



 
#scrolltop {
    position:fixed;
    right:1.5%;
    bottom:12%;
    z-index: 99;
   display:none;
    
}
#scrolltop svg {
    width:50px;
    height:50px;
    line-height: 50px;
    border-radius:50%;
    padding:15px;
    text-align: center;
    background:#c00000;
    color:#fff !important;
} 


.madeByIntegrity {
    width:100%;
    float:left;
    text-align: center;
    padding:10px 0 2px 0;
    margin-top: 0.5rem;
    background:#080a3c
}
/* --------------------------------------
 footer End 
----------------------------------------*/


/* --------------------------------------
 slider start 
----------------------------------------*/

.slide-area {
    width:100%;
    float:left;
    height:100vh;
    margin-top:107px;
}
.slide-area .content:before {
/* .slide-area:before { */
    content:'';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.4);
    z-index: -1;
}
.slide-area .content {
    width:100%;
    float:left;
    height:100vh !important;


    display: flex !important;
    align-items: center;
    background-size: cover;

    position: relative;
    z-index: 1;
}
.slide-1 {
    background:url(../images/slider-1.jpeg)center center no-repeat;
}
.slide-2 {
    background:url(../images/slider-2.jpg)center center no-repeat;
}
.slide-3 {
    background:url(../images/slider-3.jpeg)center center no-repeat;
}
.slide-4 {
    background:url(../images/slider-4.jpg)center center no-repeat;
}
.slide-5 {
    background:url(../images/slider-5.jpg)center center no-repeat;
}


.slide-area  .text {
    width:60%;
    float:left;
}
 .slide-area .text h2 {
    font-size:3.2rem !important;
}
 .slide-area .text p, .slide-area  .text h2, .slide-area  .text a  {
    color:#fff !important; 
    text-transform: capitalize;
}
 .slide-area .text p {
    margin:1.0rem 0 2rem 0;
    font-size: 1.8rem;
}
.slide-area  .btn-know {
    position: absolute;
    transform: translateY(50px);
}





 .slide-area .slick-prev {
    left: 25px !important;
}
 .slide-area .slick-next {
    right:25px !important;
}
 .slide-area .slick-prev, .slide-area  .slick-next {
    background:#c00000 !important;
    width:40px;
    height:40px;
    line-height: 58px;
    z-index: 9;
}
.slick-prev:before, .slick-next:before {
    font-size:30px !important;
}
.slick-next:before {
    content: '☛' !important;
} 
.slick-prev:before {
    content: '☚' !important;
}



 /* --------------------------------------
 slider End 
----------------------------------------*/



 /* --------------------------------------
 form-area start 
----------------------------------------*/

.form-area form {
    background:#fff;
    padding:20px 30px;
}
form input, form select {
    margin-bottom:20px;
}
form input[type='submit'] {
    margin-bottom: 0;
}
form textarea {
    margin-bottom: 1rem;
}
form input:focus, form textarea:focus {
    box-shadow:none !important;
    border-color:#080a3c !important;
}

form input, form textarea, form select {
    font-weight: 600;
}





.pop-area .modal {
    z-index: 9999;
}
.pop-area .form-area form {
    background:none !important;
    box-shadow: none !important;
    padding:10px !important;
}
button.close {
    color:red;
    font-size:30px;
}
 /* --------------------------------------
 form-area End 
----------------------------------------*/


/* --------------------------------------
  About us start 
----------------------------------------*/
.about-area {
    width:100%;
    float:left;
    padding:50px 0 60px 0;
}
.about-area .title {
    margin-top: 3rem;
}
.about-area a {
    margin-top: 1rem;
    float:left; 
}




/* --------------------------------------
  About us End 
----------------------------------------*/

/* --------------------------------------
 franchising-area   start 
----------------------------------------*/
.franchising-area {
    width:100%;
    float:left;

    background: #4472c4;;
    /* padding:20px 0; */
}
.franchising-area img {
    /* height:425px; */
    height:465px;
}
.franchising-area .title, .franchising-area .title h2, .franchising-area p {
    color:#fff !important;
}
.franchising-area .content {
    padding:20px 0 20px 0;
}

.dummy {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 6px;
}
@media(max-width:1200px){
    .franchising-area {
        height:460px;
    }

}




/* --------------------------------------
  franchising-area  End 
----------------------------------------*/


/* --------------------------------------
  retails-area start 
----------------------------------------*/
.retails-area {
    width:100%;
    float:left;
    padding:50px 0 70px 0;
}
.retails-area .title p{
    left: 50%;
    transform: translateX(-50%);
}
.retails-area .text-center p {
    text-align: center !important;
}
.retails-area .content {
    text-align: center;
    padding:40px 30px;
}
.retails-area img {
    height: 392px;
}
.retails-area .content { 
    min-height: 382px;
}
.retails-area .content  svg {
    font-size:14px !important;
    margin:10px 5px 0 0;
}


/* --------------------------------------
 retails-area  End 
----------------------------------------*/


/* --------------------------------------
 other-solution  start 
----------------------------------------*/
.other-solution {
    width:100%;
    float:left;
    padding:50px 0 70px 0;
}
.other-solution .title p{
    left: 50%;
    transform: translateX(-50%);
}

.other-solution .content, .other-solution a {
    width:100%;
    float:left;
}

.other-solution .content .btn{
   margin:3px 0px 20px 0px;
   float: initial;
}
.other-solution .content img{
    width:100%;
   height:250px;
}
.other-solution .content p {
    margin:1rem 0;
    text-align: center !important;
    ColoR:BlaCK;
}
.other-solution .content img {
    border-radius:5px 5px 0 0;
}
.other-solution.rs-img .content {
    min-height: 400px;
    position: relative;
}
.other-solution.rs-img .content p {
    padding: 0 10px;
}
.other-solution.rs-img .hover:hover .btn{
    margin: 0;
}
.other-solution.rs-img .content .btn {
    position: absolute;
    bottom: 5%;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}

@media(max-width:1365px) {
    
    .other-solution .col-md-6.col-lg-3 {
        padding-left:6px !important;
        padding-right:6px !important;
    }
    
    
}


/* --------------------------------------
 other-solution  End 
----------------------------------------*/


/* --------------------------------------
  support start 
----------------------------------------*/
.support {
    width:100%;
    float:left;
    padding:100px 0 100px 0;
    background: url(../images/franchisee-bg.jpeg)center center no-repeat;
    background-attachment: fixed;
    background-size: cover;

    position: relative;
  }
  .support:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: .65;

}


.support h2 {
    margin-bottom: 2rem;
}
.support .content {
    border:1px solid #fff;
    padding: 15px 0px;
    min-height: 100px;

    display: flex;
    align-items: center;
    justify-content: center;

}
.support p {
    margin:  0;
}
.support svg {
    font-size:70px;
}
.support h2, .support p , .support svg {
    color:#fff !important;
}

.support.text-center p {
    text-align: center !important;
    font-size: 22px;
    font-weight: bold;
}

/* --------------------------------------
 support  End 
----------------------------------------*/



/* --------------------------------------
 Contact--area  start 
----------------------------------------*/
.contact--area {
    width:100%;
    float:left;
    padding:10px 0 60px 0;
}
.contact--area svg {
    font-size:40px;
    margin-bottom: 2rem;
}
.contact--area h4 {
    position: relative;
    margin-bottom: 1.5rem;
}
.contact--area h4:before {
    content:'';
    position: absolute;
    bottom:-10px;
    left:50%;
    transform:translateX(-50%);
    width:30px;
    height:2px;
    background:#080a3c;
}

.contact--content {
    width:100%;
    float:left;
    height:250px;
    padding:40px 30px;
    text-align: center;

}
.contact--content p {
    text-align: center !important;

}
.contact--area form {
    padding:30px 30px;
}




/* --------------------------------------
  Contact--area End 
----------------------------------------*/



/* --------------------------------------
  about--area start 
----------------------------------------*/
.about--area {
    width:100%;
    float:left;
}
.about--area img {
    shape-outside: border-box;
    padding:20px;

    border-radius: 50%;
    width:500px;
    height:500px;
    float:right;
}
.about--area p svg {
    margin-right:10px;
}
.about--area  p a{
    float: inherit !important;
}



/* --------------------------------------
 about--area  End 
----------------------------------------*/



/* --------------------------------------
  franchising--area start 
----------------------------------------*/
.franchising--area {
    width:100%;
    float:left;
    padding: 50px 0 50px 0;
    background:none !important;
    height: 100%;
    overflow: visible;
}
.franchising--area:before {
    background:none !important;
}
.franchising--area .title, .franchising--area .title h2, .franchising--area p {
    color: inherit !important;
}
.franchising--area .title p {
    font-size: 7.5rem;
}
.franchising--area .content {
    padding: 30px 30px;
}
.franchising--area img {
    border-radius: 5px;
    height: auto;
}
.franchising--area .content, .franchising--area img {
    min-height: 334px;
}




/* --------------------------------------
 franchising--area  End 
----------------------------------------*/



/* --------------------------------------
  other--solution start 
----------------------------------------*/
.other--solution {
    width:100%;
    float:left;
    background:none;
}
.other--solution img {
    border-radius: 5px;
}
.other--solution .content {
    padding: 20px 30px;
}
.other--solution .content.p-0 {
    box-shadow: none;
}
.other--solution .content p {
    text-align: justify !important;
}
.other--solution .content .btn {
    margin-bottom: 0;
}
.other--solution  p svg {
    margin-right: 5px;
}
.other--solution .content p  {
    margin-bottom: 0px;
    margin-top: 10px;
}
.other--solution .content p + ul {
   padding-left:20px;
}
.other--solution .content p + ul li{
    list-style: disc !important;
    list-style-position: inside !important;
}



.supply--chain img  {
    height: 355px;
}
/* --------------------------------------
  other--solution End 
----------------------------------------*/


/* --------------------------------------
  retails--area start 
----------------------------------------*/
.retails--area {
    width:100%;
    float:left;
}
/* .retails--area h3 {
    margin-bottom: 1.5rem;
    color: #c00000 !important;
} */
.retails--area .content h3, .retails--area .content h4 {
    color:#fff !important;
}
.retails--area .content ul {
   padding-left:1.5rem;
}
.retails--area .content, .retails--area img, .retails--area .bxShw {
   min-height:403px !important;
}
.retails--area img {
   border-radius: 5px;
}
.retails--area .bxShw {
    padding:40px 30px;
}
.retails--area ul li ul  {
    margin-left:20px;
}
.retails--area ul li ul li {
    list-style: disc !important;
    list-style-position: inside;
}

/* --------------------------------------
  retails--area End 
----------------------------------------*/
















/* --------------------------------------
  responsive start 
----------------------------------------*/

@media(max-width:992px) {
    ul.navbar-nav.ml-auto {
        padding-bottom: 10px;
    }
    .navbar-dark .navbar-toggler {
        background:#4472c4;
        border-color:#4472c4;
    }

    .franchising-area {
        height: 515px;
    }
    .franchising--area {
        height:100%;
    }
    .other-solution .content img {
        height: 100%;
    }
    .retails--area .row:first-child .pt-5{
        padding-top:0 !important;
    }
    
    .franchising-area .content {
        padding: 20px;
    }
    .contact--content {
        padding-right:12px;
        padding-left:12px;
    }
    .retails-area .content, 
.retails-area img,
.retails--area .content, .retails--area img, .retails--area .bxShw,
.franchising--area .content, .franchising--area img, .supply--chain img     {
    height: auto !important;
    min-height: auto !important;
}
    footer  h3 {
        font-size: 1.4rem;
    }
    
    .other-solution .col-md-6.col-lg-3 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    footer p {
        padding-left:0;
    }
    .other-solution.rs-img .content {
        min-height: 435px;
    }
}


@media(max-width:768px) {
    .other--solution .content {
        margin-bottom:1rem;
    }
    .franchising-area {
        height:100%;
    }
    .franchising-area:before {
        display:none;
    }
    .slide-area .text {
        width: 85%;
        float: left;
    }
    .slide-area .text  h2 {
        font-size: 2.0rem !important;
    }
    .contact--content {
        height:auto;
        margin-bottom: 1.5rem;
    }
    footer  h3 {
        margin-top:1rem;
        margin-bottom: 0;
    }
    footer  h3.mb-5 {
        margin: 0 !important;
    }
    .content, .bxShw {
        margin-bottom: 20px;
    }
    .slide-area .text p {
        text-align: left !important;
    }
    .rs-img img {
        height: 230px !important;
    }
    .franchising-area img {
        height: auto !important;
    }

    .about--area img {
        width: 300px;
        height: 300px;
    }
    .title p {
        font-size: 5rem;
    }
    .other-solution.rs-img .content {
        min-height: 360px;
    }

}


@media(max-width:600px) {
   
    .slide-area .text {
        width: 90%;
        float: left;
        padding-left: 10%;
    }
    .other-solution.rs-img .content,
    .other-solution.rs-img img {
        height: auto !important;
    }
    .other-solution.rs-img .content .btn {
        position: inherit;
        bottom: inherit;
    z-index: 9;
    left: inherit;
    transform: translateX(0%);
    margin: inherit;
}

   


}


@media(max-width:480px) {

    .about--area img {
        width: auto;
        height: auto;
        border-radius: 30px !important;
    }
    .rs-img img {
        height: auto !important;
    }
    .slide-area .slick-next {
        right: 10px !important;
    }
    .slide-area .slick-prev {
        left: 10px !important;
    }
    .slide-area .text p {
        font-size: 1.3rem;
    }
    .menu img {
        width: 200px;
    }
    


}

@media(max-width:360px) {




}

@media(max-width:320px) {




}




/* --------------------------------------
  responsive End 
----------------------------------------*/

















