/*@import url(https://fonts.googleapis.com/css?family=Quicksand);*/
@import url(../../assets/css/bootstrap.css);
@import url(../../assets/css/animate.css);
@import url(../../assets/css/font-awesome.css);
@font-face {
  font-family: 'Raleway-medium-1';
  src: url('../fonts/raleway-medium-1.eot');
  src: url('../fonts/raleway-medium-1.woff') format('woff'),
       url('../fonts/raleway-medium-1.ttf') format('truetype'),
       url('../fonts/raleway-medium-1.svg#PTSans-Regular') format('svg'),
       url('../fonts/raleway-medium-1.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Quicksand-Regular';
  src: url('../fonts/Quicksand-Regular.eot');
  src: url('../fonts/Quicksand-Regular.woff') format('woff'),
       url('../fonts/Quicksand-Regular.ttf') format('truetype'),
       url('../fonts/Quicksand-Regular.svg#Quicksand-Regular') format('svg'),
       url('../fonts/Quicksand-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lora-BoldItalic';
  src: url('../fonts/Lora-BoldItalic.woff') format('woff'),
       url('../fonts/Lora-BoldItalic.ttf') format('truetype'),
       url('../fonts/Lora-BoldItalic.svg#Lora-BoldItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lora-BoldItalic_3';
  src: url('../fonts/Lora-BoldItalic_3.eot');
  src: url('../fonts/Lora-BoldItalic_3.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
#brands h1,#brands h3,.banner-text h3,.bread-crumb .matter h2,footer h5,section.my-brands h1{
    text-transform:uppercase
}
*,.top-header,body,ul{
    padding:0;
    margin:0
}
.height36{height: 36px;}
.brand-head{font-size: 15px !important;color: #084266 !important;font-family: 'Raleway-medium-1';padding-bottom: 35px;margin: 0;}
.banner-text h3,body{
    font-family: 'Quicksand-Regular';
}
.resp-img{
    display:block;
    width:100%;
    height:auto
}
.general-info{
    padding:0;
    list-style:none
}
.current{
border-bottom: 2px solid #000;
}
header{
    position:absolute;
    width:100%;
    z-index:99
}
/*
a, a:focus, a:hover {
    color: #000;
}
*/
.why-bg{background-color: rgba(254, 254, 254, 0.8);margin-top: 28%;}
.why-bg-h{padding-top: 6%;}
.qual-txt{font-size: 201px;color: #fbc999;letter-spacing: -22px;position: absolute;z-index: -1;top: 23px;opacity: 0.5;text-shadow: 2px 2px 4px #fff;}
.color-org{color: #ff6300;font-weight: 700;}
  .div-1f{height:199px;width: 25%;background-color: #878686;padding: 5% 3% 3% 3%;color: #fff;text-align: center;font-size: 26px;float:left;}
    .div-2f{height:199px;width: 40%;background-color: #ec5f06;color: #fff;float:left;text-align:center;padding: 3% 3%;border-right: 1px solid #e17b08;}

.div-3f{height:199px;width: 35%;background-color: #fb480e;float:left;text-align:center;padding: 3% 3%;color:#fff;}
    .clr-blue{color: #0d3f6b!important;}


.blue2{color:#2a186e!important;font-weight: 600!important;}
.blue2:hover{color:#000!important;font-weight: 600!important;}
.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin: 0 0 20px;
    background-repeat: no-repeat;
    background-position: right;
}
.text-left{text-align: left;}
.form-control-req{ background-image: url(../images/alert.png);}
.top-header{
    line-height:27px;
    position:relative;
    z-index:9;
    background: rgba(255, 255, 255, 0.8);
}
.blue{color:#2a186e;}
.general-info li{
    display:inline-block;
    padding:6px 1px 6px 9px;
}
.general-info li a{
    color:#000;
    font-size:15px;
    text-decoration:none
}
.general-info li a:hover{
    color:#DF2516;
    font-size:15px;
    text-decoration:none
}
.myicon{
    margin-right:8px
}
.logo1{
    margin-top:-70px
}
.logo{
    margin-top:-38px
}
.navigation ul{
    padding:0;
    margin:0;
    list-style:none
}
.navigation ul li{
    display:inline-block;
    cursor:pointer
}
.navigation ul li a{
    color:#000;
    padding:10px 0px;
    text-decoration:none;
    font-size:15px;
    position:relative;
    outline:0;
    cursor:pointer;
    margin-left: 17px;
}
.banner-text h3,.banner-text p{
    padding-bottom:15px
}
.navigation ul li a:before{
    content:'';
    position:absolute;
    width: 91%;
    color:#DC2516;
    border-bottom:2px solid #000;
    bottom:-2px;
    transform-origin:right;
    transform:scale(0);
    transition:transform .5s ease-in-out;
    
}
.navigation ul li a:hover::before{
    color:#2A186E;
    transform:scale(1.1);
    transform-origin:left;
    nav.my-navigation:before
}
.navigation{
    float:right
}
nav.my-navigation{
    line-height:45px;
    z-index:9999;
    position:relative;
    background: rgba(255, 255, 255, 0.8);
    min-height:60px
}
.banner{
    position:relative;
    text-align:-webkit-center;
    width:100%;
    top:0
}
.banner-text{
    position:absolute;
    top:30%;
    text-align:center;
    color:#fff;
    left:0;
    margin:0 auto;
    right:0;
    border:0
}
.banner-text h3{
    font-size:50px;
    font-weight:700
}
.footer-hr{margin-top: 14px;margin-bottom: 0px;}
.btn-primary,.btn-primary1,.btn-primary1:hover,.btn-primary:hover{
    color:#fff;
    text-transform: capitalize;
    font-size:16px;
}
.video_section{
    padding-top:15px
}
button.btn.btn-block.profile-btn:hover{
    color:#fff;
    background:#2A186E;
    border:2px solid #2A186E;
    transition:.5s cubic-bezier(.4,0,1,1)
}
.btn-primary1{
    background:0 0;
    font-weight:700;
    border:2px solid #fff;
    border-radius:50px
}
.btn-primary1:hover{
    background:#2A186E;
    font-weight:700;
    border:2px solid #2A186E;
    border-radius:50px
}
.btn-primary,.btn-primary:hover{
    background:#DF2516;
    border:1px solid #DF2516;
    border-radius:50px
}
.home .how-work .card{
    color:#717a87
}
.we-offer{
    padding-top:50px
}
#welcome_section{
    width:100%;
    padding:60px 0 50px;
    height:auto;
/*    background: url(../../assets/images/bg-cat.png);*/
    overflow:hidden;
    position:relative
}
#welcome_section1{
    width:100%;
    padding:30px 0 50px;
    height:auto;
    overflow:hidden;
    position:relative
}
.overlay{
    position:absolute;
    background:rgba(255,255,255,.76);
    width:100%;
    height:100%;
    top:0;
    left:0
}
#welcome_section .head{
    font-size:36px;
    padding-bottom:15px
}
#welcome_section .head_bold{
    font-size:20px;
    font-weight:600;
    padding-bottom:20px
}
#brands h1,#brands h3{
    color:#251863;
    padding-bottom:15px
}
#welcome_section .contents{
   text-align: justify;
font-size: 14px;
line-height: 23px;
padding-left: 30px;
padding-right: 30px;
}
.aboutbtn {
    color: #DF2516;
    background: white;
    transition: .5s;
    padding: 7px 17px;
}
section#brands::after,section#brands::before{
    background:linear-gradient(135deg,#DBDBDB 25%,transparent 25%) -10px 0,linear-gradient(225deg,#E9E9E9 25%,transparent 25%) -10px 0,linear-gradient(315deg,#FBFBFB 25%,transparent 25%),linear-gradient(45deg,#FFF 25%,transparent 25%);
    background-size:auto auto,auto auto,auto auto,auto auto;
    position:absolute;
    height:10px;
    left:0;
    width:100%;
    content:'';
}
.carousel-indicators{
    position:absolute;
    left:50%;
    z-index:15;
    width:60%;
    padding-left:0;
    margin-left:-30%;
    text-align:center;
    top:100%;
}
.img-area,.img-wrapper{
    text-align:-moz-center;
}
.carousel-indicators li{
    display:inline-block;
    width:10px;
    height:10px;
    margin:1px;
    text-indent:-999px;
    cursor:pointer;
    background-color:#000\9;
    background-color:rgba(0,0,0,0);
    border:2px solid red;
    border-radius:0;
}
.carousel-indicators .active{
    width:12px;
    height:12px;
    margin:0;
    background-color:red
}
section#brands{
    background:#fff;
    padding:35px 0;
    background-size:100%;
/*    height:100%;*/
    text-align:-webkit-center !important;
    position:relative
}
section#brands:before{
    background-size:20px 20px;
    bottom:-8px
}
section#brands:after{
    background-size:20px 20px;
    top:-8px;
    transform:rotate(180deg);
    right:0
}

.image-blog-wrapper{box-shadow: 0 2px 20px rgba(0,0,0,.2);text-align:center;}
.f-16{font-size: 16px;}
#brands h1{
    font-size:36px
}
.width100{width:100%!important;}
#brands h3{
    font-size:18px;
    background:url(../../assets/images/border-min.jpg) center bottom no-repeat;
    line-height:50px;
    transition:all .5s
}
section.my-brands{
    background:#ECECEC;
    padding:60px 0
}
.brand_name {
    font-size: 16px;
    font-weight: bold;
}
.brand_height {
    min-height: 200px;
}

.brandsec .brand_height {
    min-height: 180px;
}
.img-wrapper {
    margin: 0px 0px 1px 0px;
    padding: 7px 7px;
    overflow: hidden;
    border: 2px solid #f3f3f3;
    background: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .1);
    text-align: -webkit-center;
    transition: all 0.5s;
    margin-bottom: 7px;
}

.img-wrapper.card img {
    transition: all 0.5s;
}
.img-wrapper:hover {
  transition: all 0.5s;
}

.img-wrapper:hover img {
   transform: scale(1.1);
    transition: all 0.5s; 
}

section.my-brands h1{
    color:#000;
    font-size:36px;
    padding-bottom:15px
}
section#franchise-form{
    background-image: url(../../assets/images/bg4.png) !important;
    color:#fff;
    padding:60px 0;
    width:100%;
    margin-top: -5px;
}
.frnchise_txt{
    font-size: 17px;
line-height: 23px;
}
#franchise-form p{
    font-size:20px
}
.get-touch{
    background:#DC2617;
    border-radius:50px
}
footer{
    color:#fff;
    padding-top:25px
}
.img-area{
    background:0 0;
    border:1px dashed #251863;
    height:100px;
    width:100px;
    padding:13px;
    border-radius:50px;
    position:relative;
    line-height: 105px;
}
.img-area::before{
    position:absolute;
    content:'';
    background:0 0;
    text-align:0;
    width:120px;
    height:120px;
    top:-11px;
    border:1px solid #EDEDED;
    border-radius:100%;
    left:-11px
}
.content-area,.holder{
    text-align:-moz-center
}
.content-area{
    display:table-cell;
    vertical-align:middle;
    min-height:225px;
    border:1px dashed #fff;
    height:225px;
    cursor:pointer;
    text-align:-webkit-center;
    transition:all .5s;
    border-radius:100%
}
.content-area:hover{
    border:2px solid #fff;
    transition:all .3s ease-in-out
}
.content-area:hover h3{
    transform:scale(1.1) translatey(-10px);
    transition:all .5s;
    background-size:cover
}
.modal-left{
    background:#2A186E
}
.toggle{
    display:none;
    cursor:pointer;
}
.height25{height:25px;}
footer h5{
    font-size:16px;
    line-height:30px;
    font-weight: 600;
    margin-bottom: 12px;
    text-transform: capitalize;
}
.navigation.side{
    left:0!important
}
@-webkit-keyframes zoom{
    from{
        -webkit-transform:scale(1,1)
    }
    to{
        -webkit-transform:scale(1.1,1.1)
    }
}
@keyframes zoom{
    from{
        transform:scale(1,1)
    }
    to{
        transform:scale(1.1,1.1)
    }
}
.carousel-inner .item>img{
    -webkit-animation:zoom 20s;
    animation:zoom 20s
}
.carousel-fade .carousel-inner .item{
    transition-property:opacity
}
.carousel-fade .carousel-inner .active.left,.carousel-fade .carousel-inner .active.right,.carousel-fade .carousel-inner .item{
    opacity:0
}
.carousel-fade .carousel-inner .active,.carousel-fade .carousel-inner .next.left,.carousel-fade .carousel-inner .prev.right{
    opacity:1
}
.carousel-fade .carousel-inner .active.left,.carousel-fade .carousel-inner .active.right,.carousel-fade .carousel-inner .next,.carousel-fade .carousel-inner .prev{
    left:0;
    transform:translate3d(0,0,0)
}
.custom-captn{
    background:rgba(0,0,0,.5);
    bottom:0;
    padding:10px;
    width:100%;
    left:0
}
 .swiper-container {
      width: 100%;
      height: auto;

    }
    .swiper-slide {
      text-align: center;
        background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display:inline-block!important;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
/*
.swiper-slide img{clear: both;width: 80%!important;}
.swiper-slide h2{clear: both;}
.swiper-slide p{clear: both;}
*/
 .p-text-slider{margin-left: 5%!important;margin-right: 5%!important;clear: both;}
.bread-crumb{
    position:relative
}
.matter{
    position:absolute;
    bottom:10px;
    left:0;
    right:0;
    text-align:center;
    margin:0 auto;
    width:244px;
    background:rgba(0,0,0,.7);
    padding:15px 0
}
.bread-crumb .matter li:after{
    content:'/';
    padding:0 2px 0 6px;
    color:#fff
}
.bread-crumb .matter li:last-child:after,.food-items::after,.food-items::before,section#about-serve:before{
    content:''
}
.bread-crumb .matter h2{
    color:#fff;
    font-size:30px;
    font-weight:700;
    margin:0
}
section#about-serve{
    background:#fff;
    padding:50px 0;
    background-size:100%;
    text-align:-webkit-center;
    position:relative
}
section#about-serve:before{
    position:absolute;
    display:block;
    width:100%;
    height:-1px;
    background-color:#FFF;
    -webkit-border-radius:63px 63px 63px 63px/108px 108px 72px 72px;
    border-radius:50%/60% 60% 40% 40%;
    bottom:-14px
}
.food-items{
    padding:20px;
    color:#000;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    transition:all 1s;
    text-align:-moz-center;
    text-align:-webkit-center;
    margin:20px;
    min-height: 158px;
}
.query-person,.query-text{
    padding:30px;
    color:#ccc;
    border-bottom: 2px solid red;
}
.query-person,.query-text1{
    padding:30px;
    color:#000;
    border-bottom: 2px solid red;
}
.hr-red{width:110px;height:5px;background-color: #DF2516;margin-top: 34px;border-radius: 3px; }

.hr-red-hedd{
    width: 110px;
    height: 5px;
    background-color: #DF2516;
    margin-top: 23px;
    border-radius: 3px;
    margin-left: 20px;
}




.abt-text{font-family: 'Raleway-medium-1';
font-weight: 500;
font-size: 20px !important;
line-height: 36px;
text-align: left;
padding-right: 6%;

}

.abt-text1{line-height: 27px;text-align:left;font-size: 16px;padding-right: 6%;}
.abt-text2{line-height: 27px;text-align:left;font-size: 16px;padding-left: 3%;}
.food-items:hover{
    border:none;
    transition:-webkit-transform .5s;
    transition:transform .5s;
    transition:transform .5s,-webkit-transform .5s
}
.new{
    position: fixed;
    bottom: 0px;
    z-index: 999999999999;
    right: 0px;
    background: linear-gradient(141deg, #ffe400 0%, #ff6b00 51%, #ff0a00 75%);
    color: #fff;
    padding: 2% 1% 1% 1%;
    border-radius: 102px 0px 0px 0px;
/*    animation: 2s ease-out 0s 1 slideInFromBottom;*/
}
.box-shadow{box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 20px;transition: 0.8s all ease;}
.box-shadow:hover{box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 20px;}
.new-main{ position: fixed;
    bottom: 52%;
    z-index: 999999999999;
    right: -54px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    width: 149px;
    height: 42px;
    background-color: #f0a33f;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    padding-top: 7px;
}
.height11{height:11px;}
.height10{height:3px;}
.food-items::after,.food-items::before{
    position:absolute;
    height:100%;
    transition:all 1s;
    width:100%;
    top:0;
    left:0;
    -webkit-transform-origin:center;
    transform-origin:center
}
.food-items::before{
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    -webkit-transform:scale3d(0,1,1);
    transform:scale3d(0,1,1)
}
.food-items::after{
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    -webkit-transform:scale3d(1,0,1);
    transform:scale3d(1,0,1)
}
.food-items:hover::after,.food-items:hover::before{
    -webkit-transform:scale3d(1,1,1);
    transform:scale3d(1,1,1);
    -webkit-transition:-webkit-transform 1s;
    transition:-webkit-transform 1s;
    transition:transform 1s;
    transition:transform 1s,-webkit-transform 1s;
    transition:all 1s
}
section.franchise-query{
    background:#F9F9F9;
    text-align:justify;
    position:relative;
    width:100%;
    min-height:430px
}
.booking,.box-content,.news-text,ul.upcone-pro.list-unstyled{
/*    text-align:center*/
}
.icon-featured,.query-person{
    position:absolute;
    text-align:center
}
.query-person{
    background:#DF2516;
    height:289px;
    right:0
}
.contact-info{
    padding:60px 0
}
.icon-featured{
    top:-27px;
    background:#fff;
    height:70px;
    width:70px;
    line-height:70px!important;
    border-radius:50px;
    left:39%;
    color:#332C8F;
    border:3px solid;
    transition:all 1s
}
.box-hold{
    display:table;
/*    border:1px solid #c9c9c9;*/
    box-shadow:0 8px 5px rgba(246,246,246,.1),0 5px 15px rgba(80,80,80,.1);
/*    border-top:3px solid #000;*/
    width:100%
}
.box-content,.news-img,.news-text{
    display:table-cell;
    vertical-align:middle
}
.booking,.warpme{
    box-shadow:0 2px 20px rgba(0,0,0,.1)
}
.box-content{
    min-height:300px;
    background:#fff;
    padding:20px;
    height:250px;
    width:360px;
/*    border:2px solid #eee;*/
    position:relative;
    transition:all 1s;
    border-bottom: 2px solid red;
}
.theme-color{
    color:red;
    margin-right:15px
}
.form-area{
    padding:60px 0;
    background:#F9F9F9
}
.form-area1{
    padding:0px 0 60px;
    background:#F9F9F9
}
.box-hold:hover .icon-featured{
    background:red;
    color:#fff;
    transition:all 1s
}
.gallery-hold,.gallery-hold:hover img,.img-data,.img-data p,.img-gallery{
    transition:all .5s
}
footer{
    background:#1f1d20;
    background-size:cover
}
i.mycons{
    float:left;
    margin-right:17px;
    line-height:25px
}
.contact li:first-child a i{
    margin-bottom:40px
}
.contact1 li:first-child a i{
    margin-bottom:40px
}
ul.contact li{
    padding:0 0 3px
}
ul.contact1 li{
    padding:0 0 9px
}
.news-text{
    width:66%;
    height:148px;
    border-right:3px solid #DC2A1B;
    padding:15px
}
.news-img{
    width:40%
}
.f18{font-size: 18px!important;}
.warpme{
    background:#fff;
    float:left;
    margin:10px 0px;
    display:table
}
.pd-footer5{padding-left:15%;}
.news-event{
    padding:60px 0 38px;
}
.commn-head,.modal-right h3{
   font-family: 'Raleway-medium-1';
   font-size: 30px;
   padding-bottom: 35px;
   margin: 0;
}
.commn-head,.modal-right h6{
   font-family: 'Raleway-medium-1';
   font-size: 30px!important;
   padding-bottom: 35px;
   margin: 0;
}
.commn-head,.modal-right h1{
   font-family: 'Raleway-medium-1';
   font-size: 30px!important;
   padding-bottom: 35px;
   margin: 0;
}
.margin0{margin:0px;}
.commn-head1,.modal-right h5{
   font-family: 'Raleway-medium-1';
   font-size: 25px;
   padding-top: 15px;
   margin: 0;
}
.pd-l{padding-left:15%;}
#brand-bg{background-size: cover;background-repeat: no-repeat;padding: 50px 0;}
.contact-bg1{background-image:url(../../assets/images/contact.png);background-repeat: no-repeat;
background-position-x: right;background-position-y: bottom;background-size: contain;}
.text-banner{
font-size: 27px!important;
font-weight: 600;}
.modal-right h3{
    color:#000;
    border-bottom:2px dashed #000
}
.upcone-pro.list-unstyled li{
   padding: 5px 10px;
    margin: 0px 13px;
/*    background: #868686;*/
    font-size: 18px;
    color: #2a186e;
}
.upcone-pro.list-unstyled li:hover{
    padding:5px 10px;
    margin:0px 13px;
   
    font-size:18px;
}
.booking{
    background:#FFF;
    padding:20px;
    border-bottom:2px solid red;
}
.query-text ul li{
    font-size:16px;
    padding:10px
}
.query-text1 ul li{
    font-size:19px;
    padding:8px 10px;
    text-align: left;
   
}
.ul-why li{
    font-size:16px;
    padding:8px 10px;
    text-align: left;
   
    margin-bottom: 10px;
    color: #fff;
}
p{
    font-size:14px
}
.overbottom{
    position:relative;
    top:15px;
    box-shadow:0 2px 10px rgba(0,0,0,.2);
   background-color: #e9e9e9 !important;
}
.pd-franch{padding: 5% 0px;}
.group-restraunts{
    padding:60px 0;
    position:relative
}
.main-holder{box-shadow: 0 2px 20px rgba(0,0,0,.2);border-bottom: 2px solid red;min-height: 330px;margin: 5% 0;}
.gallery-hold{
    position:relative;
    overflow:hidden;
}
ul.gallery-list{
    width:100%;
    padding:2%;
    text-align:-moz-center;
    text-align:-webkit-center;
    z-index:999
}
ul.gallery-list li{
    display:table-cell;
    vertical-align:middle;
    z-index:999
}
.img-data{
    position:absolute;
    top: -50%;
    padding: 9px 15px 0px;
    transform:translatey(50%);
    background-color: rgba(8, 7, 7, 0.5);
    width:100%;
    opacity:0;
    overflow:hidden;
    height:0;
    text-align:center
}
.height20{height:20px;}
.img-data p{
    color: #fff;
    font-size:14px;
     margin-bottom: 2px !important;
}
.ul-why{padding-left: 20px;}
.gallery-hold:hover .img-data{
    opacity:1;
    transition:all .5s;
    height: 100%;
    overflow:hidden
}
.img-gallery{
    overflow:hidden;
    width:100%;
    position:relative;
}
.ico-color{
    color:#DF2516;
}
.career-form{
    padding:60px 0
}
@media only screen and (max-width : 1920px){
    .container .place-order .div-2f::after {content: 'Or';position: absolute; top: 76%;right: 40%; border: 1px solid #C34136; border-radius: 50%; padding: 8px;color: #fff;z-index: 2;background-color: #D35400;margin-top: -18px;width: 40px; height: 40px;}
}
@media only screen and (max-width : 1660px){
    .container .place-order .div-2f::after {content: 'Or';position: absolute; top: 76%;right: 38%; border: 1px solid #C34136; border-radius: 50%; padding: 8px;color: #fff;z-index: 2;background-color: #D35400;margin-top: -18px;width: 40px; height: 40px;}
}
@media only screen and (max-width : 1440px){
    .container .place-order .div-2f::after {content: 'Or';position: absolute; top: 76%;right: 36.4%; border: 1px solid #C34136; border-radius: 50%; padding: 8px;color: #fff;z-index: 2;background-color: #D35400;margin-top: -18px;width: 40px; height: 40px;}
}
@media only screen and (max-width : 1360px){
    .container .place-order .div-2f::after {content: 'Or';position: absolute; top: 76%;right: 36%; border: 1px solid #C34136; border-radius: 50%; padding: 8px;color: #fff;z-index: 2;background-color: #D35400;margin-top: -18px;width: 40px; height: 40px;}
}
@media only screen and (max-width : 1201px){
    .container .place-order .div-2f::after {content: 'Or';position: absolute; top: 76%;right: 36.4%; border: 1px solid #C34136; border-radius: 50%; padding: 8px;color: #fff;z-index: 2;background-color: #D35400;margin-top: -18px;width: 40px; height: 40px;}
}
@media (max-width:767px){
    .why-sec {
        padding: 29px !important;
    }
   
    .client-para {
        padding: 9px !important;
    }
    .marleft {
        margin-left: 0px !important;
    }
    .brand {
        margin-top: 43px !important;
    }
    .mb-5{
        margin-bottom: 25px;
    }
    .dflex{
        display: block !important;
    }
    .brandAdd {
        margin: 15px 0px 50px 0px !important;
    }
    .sheight{min-height:450px;}
    .textall p{text-align: left;}
    .tblAdd table{margin-left:0% !important;margin-top:10px !important;}
    .textnew p{text-align: left;}
.container .place-order .div-2f::after {content: 'Or';position: absolute; top: 82%;right: 44.4%; border: 1px solid #C34136; border-radius: 50%; padding: 8px;color: #fff;z-index: 2;background-color: #D35400;margin-top: -18px;width: 40px; height: 40px;}
    .contact-bg1{background-image:none;background-repeat: no-repeat;
background-position-x: right;background-position-y: bottom;background-size: contain;}
    .why-bg-h{padding-top: 0%;}
    #brand-bg{background-image:none;
background-size: cover;
background-repeat: no-repeat;
    padding: 50px 0;}
    .div-1f{height:122px;width: 100%;background-color: #878686;padding: 5% 3% 3% 3%;color: #fff;text-align: center;font-size: 26px;float:left;}
    .div-2f{height:199px;width: 100%;background-color: #ec5f06;color: #fff;float:left;text-align:center;padding: 3% 3%;border-right: 1px solid #e17b08;}
     .div-3f{height:199px;width: 100%;background-color: #fb480e;float:left;text-align:center;padding: 3% 3%;color:#fff;}
    .commn-head,.modal-right h3{
       font-family: 'Raleway-medium-1';
       font-size: 25px;
       padding-bottom: 35px;
       margin: 0;
    }
    .img-data p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 4px;
}
    .pd-footer5{padding-left:0%;}
    .frnchise_txt {
        font-size: 15px;
        line-height: 23px;
    }
    p {
    font-size: 15px;
   }
    .news-event {
       padding: 30px 0;
    }
    #welcome_section .contents{
           text-align: left;
        font-size: 14px;
        line-height: 23px;
        padding-left: 0px;
        padding-right: 0px;
        }
    .navigation ul li a{
    color:#fff;
    padding:10px 0px;
    text-decoration:none;
    font-size:15px;
    position:relative;
    outline:0;
    cursor:pointer;
    margin-left: 17px;
}
    .abt-text{font-family: 'Raleway-medium-1';
font-weight: 500;
font-size: 17px !important;
line-height: 25px;
text-align: left;
padding-right: 0%;}
.gallery-hold:hover .img-data {
    opacity: 1;
    transition: all .5s;
    height: 100%;
    overflow: hidden;
}
.abt-text1{line-height: 27px;text-align:left;font-size: 16px;padding-right: 0%;}
.abt-text2{line-height: 27px;text-align:left!important;font-size: 16px;padding-left: 0%;}
    .group-restraunts,header{
        position:relative
    }
    .img-data p{
        font-size:13px;
        font-weight:700
    }
    section.my-brands{
        background:#F9F9F9;
        padding-bottom:80px;
        padding-top:30px
    }
    #welcome_section,.group-restraunts{
        padding:30px 0;
    }
    .upcone-pro.list-unstyled li {
        padding: 10px;
        border: 1px solid #fff;
        margin: 13px 0px;
        font-size: 18px;
        color:#2a186e;
    }
    .upcone-pro.list-unstyled li:hover {
    padding: 10px;
    border: 1px solid #fff;
    margin: 13px 0px;
    color:#2a186e;
    font-size: 18px;
    cursor: pointer;
}
    .commn-head{
        font-size: 23px;
        padding-bottom: 30px;
        font-weight:700
    }
    footer{
        padding-top:25px
    }
    .aboutbtn{
        color: #DF2516;
        background: #fff;
        border: 2px olid #DF2516;
        transition:.5s;
        float:none!important
    }
    .warpme{
        background:#fff;
        float:left;
        margin:10px;
        display:block
    }
    .news-text{
        width:100%;
        height:auto;
        text-align:center;
        border-bottom:3px solid #DC2A1B;
        border-right:none;
        padding:10px
    }
    .news-img{
        display:initial
    }
    #brands h3{
        font-size:18px;
        background:url(../images/border.jpg) center bottom no-repeat;
        line-height:40px;
        transition:all .5s;
        margin:30px
    }
    ul{
        padding:0;
        margin:0
    }
    .toggle{
        display:block;
        cursor:pointer;
        text-align:right
    }
    .navigation ul li{
        display:block;
        border-bottom:1px solid#fff
    }
    .navigation{
        float:none;
        text-align:center;
        position:fixed;
        background:#2A176E;
        width:80%;
        max-width:100%;
        top:0;
        height:1000px;
        left:-80%!important;
        transition:all .5s
    }
    .banner,section#brands{
        text-align:-webkit-center
    }
    nav.my-navigation{
        line-height:45px;
        z-index:9999;
        position:relative;
        background:#fff;
        min-height:60px
    }
    .banner{
        position:relative;
        width:100%
    }
    section#brands{
        background: #fff;;
        padding:50px 0;
        background-size:100%;
/*        height:100%;*/
        position:relative
    }
    #welcome_section .head{
        font-size:34px;
        padding-bottom:15px
    }
    .profile-btn{
        font-size:13px
    }
    .common-area{
        border:2px solid #fff;
        padding:10px;
        display:table;
        width:100%;
        margin-top:30px
    }
    .logo{
        margin-top:0;
        position:absolute;
        top:-11px;
        left:-14px
    }
}
@media (max-width:320px){
    .client-para {
        padding: 9px;
    }
    .marleft {
        margin-left: 0px !;
    }
    .brand {
        margin-top: 43px !important;
    }
    .mb-5{
        margin-bottom: 25px;
    }
    .dflex{
        display: block !important;
    }
   .container .place-order .div-2f::after {content: 'Or';position: absolute; top: 82.5%;right: 44.4%; border: 1px solid #C34136; border-radius: 50%; padding: 8px;color: #fff;z-index: 2;background-color: #D35400;margin-top: -18px;width: 40px; height: 40px;} 
}
@media (min-width:768px) and (max-width:991px){
    .marleft {
        margin-left: 0px !important;
    }

    #counter .item {
        padding: 35px 20px !important;
    }

    .item h3{
        font-size: 18px;
        font-weight: 600;
    }
    .brand {
        margin-top: 55px !important;
    }
    .mb-5{
        margin-bottom: 25px;
    }
    .dflex{
        display: block !important;
    }
    .tblAdd table{margin-left:10%;}
     .container .place-order .div-2f::after {content: 'Or';position: absolute; top: 76%;right: 36.4%; border: 1px solid #C34136; border-radius: 50%; padding: 8px;color: #fff;z-index: 2;background-color: #D35400;margin-top: -18px;width: 40px; height: 40px;}
     .icon-featured{
        top:-27px;
        background:#fff;
        height:70px;
        width:70px;
        line-height:70px!important;
        border-radius:50px;
        left:134px;
        color:#332C8F;
        border:3px solid;
        transition:all 1s
    }
     .commn-head,.modal-right h3{
       font-family: 'Raleway-medium-1';
       font-size: 25px;
       padding-bottom: 35px;
       margin: 0;
    }
    .img-data p {
    color: #fff;
    font-size: 13px;
    margin-bottom: 4px;
}
    .pd-footer5{padding-left:0%;}
    .abt-text{font-family: 'Raleway-medium-1';
        font-weight: 500;
        font-size: 20px !important;
        line-height: 36px;
        text-align: left;
        padding-right: 5%;}

.abt-text1{line-height: 27px;text-align:left;font-size: 16px;padding-right: 4%;}
.abt-text2{line-height: 27px;text-align:left!important;font-size: 16px;padding-left: 0%;}
    .navigation ul li a{
    color: #000;
    padding: 10px 0px;
    text-decoration: none;
    font-size: 12px;
    position: relative;
    outline: 0;
    cursor: pointer;
    margin-left: 6px;
    }
    ul.contact li{
        padding:0 0 15px;
        font-size:13px
    }
    .content-area,.holder{
        text-align:-moz-center;
        margin:15px
    }
    .warpme{
        background:#fff;
        float:left;
        margin:10px
    }
    .news-text{
        width:100%;
        border-right:0
    }
    .box-content,.news-img,.news-text{
/*        display:inline*/
    }
}
@media (min-width:992px) and (max-width:1199px){
    .marleft {
        margin-left: 0px !important;
    }

     .container .place-order .div-2f::after {content: 'Or';position: absolute; top: 76%;right: 36.4%; border: 1px solid #C34136; border-radius: 50%; padding: 8px;color: #fff;z-index: 2;background-color: #D35400;margin-top: -18px;width: 40px; height: 40px;}
    .container .place-order .div-2f::after {content: 'Or';position: absolute; top: 76%;right: 36.4%; border: 1px solid #C34136; border-radius: 50%; padding: 8px;color: #fff;z-index: 2;background-color: #D35400;margin-top: -18px;width: 40px; height: 40px;}
     .commn-head,.modal-right h3{
       font-family: 'Raleway-medium-1';
       font-size: 25px;
       padding-bottom: 35px;
       margin: 0;
    }
    .img-data p {
    color: #fff;
    font-size: 13px;
     margin-bottom: 4px;
}
    .pd-footer5{padding-left:4%;}
    .abt-text{font-family: 'Raleway-medium-1';
font-weight: 500;
font-size: 18px !important;
line-height: 36px;
text-align: left;
padding-right: 5%;}

.abt-text1{line-height: 27px;text-align:left;font-size: 15px;padding-right: 4%;}
.abt-text2{line-height: 24px;text-align: left !important;font-size: 15px;padding-left: 0%;}
    .navigation ul li a{
    color:#000;
    padding:10px 0px;
    text-decoration:none;
    font-size:14px;
    position:relative;
    outline:0;
    cursor:pointer;
    margin-left: 17px;
}
    .general-info li a{
        color:#000;
        font-size:12px;
        text-decoration:none
    }
    .general-info li a:hover{
    color:#DF2516;
    font-size:12px;
    text-decoration:none
}
}
@media (min-width:768px) and (max-width:1200px){
     .container .place-order .div-2f::after {content: 'Or';position: absolute; top: 76%;right: 34.4%; border: 1px solid #C34136; border-radius: 50%; padding: 8px;color: #fff;z-index: 2;background-color: #D35400;margin-top: -18px;width: 40px; height: 40px;}
    .img-data p {
        color: #fff;
        font-size: 13px;
         margin-bottom: 4px;
    }
    .profile-btn{
        background:#DF2516;
        border:2px solid #DF2516;
        padding:10px;
        color:#fff;
        font-size:14px;
        font-weight:700;
        width:100%
    }
    header{
        position:relative;
        width:100%;
        left:0;
        top:0;
        background:#fff;
    }
}
ul.gallery-list li img {
    border-radius: 6px !important;
}
  
.brandAdd{margin:50px 0px;}
.brandAdd img{padding:0px auto;margin:0px auto;}
.logobrand{margin:15px 0px;} 
.logobrand img{border-radius: 8px;}
.textnew p{text-align: justify;}
.addBrand{margin-bottom:12px;}
.addBrand img{padding:0px auto; margin:0px auto;}
.iconLogos img{position: absolute;right:30px;top: -8px;}
.iconLogos2 img{position: absolute;right:8px;top: -8px;}
.tblAdd{clear:both;}
.tblAdd table{margin-left:15%;margin-top:15px !important;}
.textall p{text-align: justify;} 
.brand-headNew {
      
    font-family: 'Raleway-medium-1';
    padding-bottom: 35px; 
    margin: 0;
}

.addBoxNew{background:#FAFAFA;box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 20px; border-bottom: 2px solid red; padding: 17px 12px; visibility: visible;}
 





/*s@media only screen and (max-width :768px){
    .animated{
        -o-transition-property:none!important;
        -moz-transition-property:none!important;
        -ms-transition-property:none!important;
        -webkit-transition-property:none!important;
        transition-property:none!important;
        -o-transform:none!important;
        -moz-transform:none!important;
        -ms-transform:none!important;
        -webkit-transform:none!important;
        transform:none!important;
        -webkit-animation:none!important;
        -moz-animation:none!important;
        -o-animation:none!important;
        -ms-animation:none!important;
        animation:none!important
    }
}*/




*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* 
a {
  color: inherit;
}

body {
  font: normal 16px/1.5 "Helvetica Neue", sans-serif;
  background: #456990;
  color: #fff;
  overflow-x: hidden;
  padding-bottom: 50px;
} */

/* INTRO SECTION
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.intro {
    background: #4d0007;
    padding: 48px 0px 0px 0px;
}
.intro h2{
    color: #ffff;    
}

.intro p{
    color: #ffff;
    text-align: center !important;
    font-size: 16px;    
}


.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  /* text-align: center; */
}

h1 {
  font-size: 2.5rem;
}

/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul {
  background: #4d0007;
  padding: 50px 0;
}

.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  background: #fff;
}

.timeline ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
  z-index: 1;
}

.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 15px;
  background: #fcfcfc;
  border-radius: 20px;
}

.timeline ul li div::before {
  content: "";
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ul li:nth-child(odd) div {
  left: 45px;
}

.timeline ul li:nth-child(odd) div::before {
  left: -11px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #ffff transparent transparent;
}

.timeline ul li:nth-child(even) div {
  left: -439px;
}

.timeline ul li:nth-child(even) div::before {
  right: -11px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #ffffff;
}

time {
  display: block;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 8px;
  color: #0a0a0a;
}

.in-view p{
    color: #0f0f0f;
    font-size: 18px;
}

/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul li::after {
  transition: background 0.5s ease-in-out;
}

.timeline ul li.in-view::after {
  background: #f1f1f1;
}

.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
  transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
  transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
}

/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-width: 900px) {
  .timeline ul li div {
    width: 250px;
  }
  .timeline ul li:nth-child(even) div {
    left: -289px;
    /*250+45-6*/
  }
}

@media screen and (max-width: 600px) {
  .timeline ul li {
    margin-left: 20px;
  }
  .timeline ul li div {
    width: calc(100vw - 91px);
  }
  .timeline ul li:nth-child(even) div {
    left: 45px;
  }
  .timeline ul li:nth-child(even) div::before {
    left: -11px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #ffffff transparent transparent;
  }
}

/* EXTRA/CLIP PATH STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline-clippy ul li::after {
  width: 40px;
  height: 40px;
  border-radius: 0;
}

.timeline-rhombus ul li::after {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.timeline-rhombus ul li div::before {
  bottom: 12px;
}

.timeline-star ul li::after {
  clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
}

.timeline-heptagon ul li::after {
  clip-path: polygon(
    50% 0%,
    90% 20%,
    100% 60%,
    75% 100%,
    25% 100%,
    0% 60%,
    10% 20%
  );
}

.timeline-infinite ul li::after {
  animation: scaleAnimation 2s infinite;
}

@keyframes scaleAnimation {
  0% {
    transform: translateX(-50%) scale(1);
  }
  50% {
    transform: translateX(-50%) scale(1.25);
  }
  100% {
    transform: translateX(-50%) scale(1);
  }
}

/* FOOTER STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-footer {
  position: fixed;
  right: 0;
  bottom: 20px;
  display: flex;
  align-items: center;
  padding: 5px;
  color: black;
  background: rgba(255, 255, 255, 0.65);
}

.page-footer a {
  display: flex;
  margin-left: 4px;
}


.about-logos{
    padding: 18% !important;
    margin-left: 13px !important;
}

.mt-4{
    margin-top: 20px;
}

.height30{
    height: 30px;
}

.height50{
    height: 120px;
}
.text-center{
    text-align: center !important;
}

.quote-icons i{
    font-size: 23px;
    color: #df1e2369;
}

.testimonials{
    background-color: #fff;
    padding: 20px; 
    border-radius: 10px;
    /* height: 40vh; */
}

.text-left{
    text-align: right !important;
}

.client-para{
    padding: 30px;
}

.marleft{
    margin-left: 54px;
}

#counter{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e6e6e75e;
    padding: 79px 0px;
    width: 100%;
  }
  #counter .item{
    background: #fff;
    /* width: 200px; */
    padding: 35px 40px;
    margin: 10px;
    text-align: center;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
  -moz-box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
  box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
  } 
  #counter .item .count{
    color: #cd0013;
    margin-bottom: 5px;
    font-size: 38px;
    font-weight: 700;
  }
  #counter .item h3{
    color: #4f4e28;
    text-transform: capitalize;
  }

  .counter-sec{
    padding: 30px;
  }
  

 .why-sec{
    padding: 60px;
 }
 .customer{
    padding: 20px;
    background-color: #74050e;
    color: #fff;
    border-radius: 17px;
    margin-top: 50px;
 }

 .icons-why i{
    font-size: 30px;
 }

 .icons-why{
    border: 2px solid;
    border-radius: 63px;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
 }

 .brand{
    padding: 20px;
    background-color: #e2dfdf66;
    color: #74050e;
    border-radius: 17px;
    margin-top: 175px;
 }

 .w-100{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
 }

  .dflex{
    display: flex;
    align-items: center;
    justify-content: start;
  }