body {
    font-family: "Poppins", sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 1.625;
    overflow-x: hidden;
    background: #FFE8E3;
}
a{
    box-shadow: none;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    text-decoration: none;   
}
img {
    height: auto;
    max-width: 100%;
}
/*************************
  Basic margin padding
*************************/
.m-0 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0; }

.p-0 {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0; }

/*************************
         Margin top
*************************/
.mt-0 {
  margin-top: 0; }

.mt-10 {
  margin-top: 10px; }

.mt-12 {
  margin-top: 12px; }

.mt-15 {
  margin-top: 15px; }

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

.mt-25 {
  margin-top: 25px; }

.mt-30 {
  margin-top: 30px; }

.mt-35 {
  margin-top: 35px; }

.mt-40 {
  margin-top: 40px; }

.mt-45 {
  margin-top: 45px; }

.mt-50 {
  margin-top: 50px; }



/*************************
      Margin right
*************************/
.mr-0 {
  margin-right: 0px; }

.mr-10 {
  margin-right: 10px; }

.mr-12 {
  margin-right: 12px; }

.mr-15 {
  margin-right: 15px; }

.mr-20 {
  margin-right: 20px; }

.mr-30 {
  margin-right: 30px; }

.mr-35 {
  margin-right: 35px; }

.mr-40 {
  margin-right: 40px; }

.mr-50 {
  margin-right: 50px; }



/*************************
      Margin bottom
*************************/
.mb-0 {
  margin-bottom: 0; }

.mb-10 {
  margin-bottom: 10px; }

.mb-12 {
  margin-bottom: 12px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-25 {
  margin-bottom: 25px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-35 {
  margin-bottom: 35px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-45 {
  margin-bottom: 45px; }

.mb-50 {
  margin-bottom: 50px; }



/*************************
        Margin left
*************************/
.ml-0 {
  margin-left: 0; }

.ml-10 {
  margin-left: 10px; }

.ml-12 {
  margin-left: 12px; }

.ml-15 {
  margin-left: 15px; }

.ml-20 {
  margin-left: 20px; }

.ml-30 {
  margin-left: 30px; }

.ml-40 {
  margin-left: 40px; }

.ml-50 {
  margin-left: 50px; }


/*************************
        Padding top
*************************/
.pt-0 {
  padding-top: 0; }

.pt-10 {
  padding-top: 10px; }

.pt-15 {
  padding-top: 15px; }

.pt-20 {
  padding-top: 20px; }

.pt-25 {
  padding-top: 25px; }

.pt-30 {
  padding-top: 30px; }

.pt-35 {
  padding-top: 35px; }

.pt-40 {
  padding-top: 40px; }

.pt-45 {
  padding-top: 45px; }

.pt-50 {
  padding-top: 50px; }


/*************************
        Padding right
*************************/
.pr-0 {
  padding-right: 0; }

.pr-10 {
  padding-right: 10px; }

.pr-15 {
  padding-right: 15px; }

.pr-20 {
  padding-right: 20px; }

.pr-30 {
  padding-right: 30px; }

.pr-40 {
  padding-right: 40px; }

.pr-50 {
  padding-right: 50px; }



/*************************
        Padding bottom
*************************/
.pb-0 {
  padding-bottom: 0; }

.pb-10 {
  padding-bottom: 10px; }

.pb-15 {
  padding-bottom: 15px; }

.pb-20 {
  padding-bottom: 20px; }

.pb-25 {
  padding-bottom: 25px; }

.pb-30 {
  padding-bottom: 30px; }

.pb-35 {
  padding-bottom: 35px; }

.pb-40 {
  padding-bottom: 40px; }

.pb-50 {
  padding-bottom: 50px; }

.pb-55 {
  padding-bottom: 55px; }
  @media only screen and (max-width: 767px) {
    .pb-55 {
      padding-bottom: 15px; } }



/*************************
        Padding left
*************************/
.pl-0 {
  padding-left: 0; }

.pl-10 {
  padding-left: 10px; }

.pl-15 {
  padding-left: 15px; }

.pl-20 {
  padding-left: 20px; }

.pl-30 {
  padding-left: 30px; }

.pl-40 {
  padding-left: 40px; }

.pl-50 {
  padding-left: 50px; }



/***************************
    Page section padding 
****************************/
.ptb-0 {
  padding: 0; }

.ptb-10 {
  padding: 10px 0; }

  .ptb-15 {
  padding: 15px 0; }

.ptb-20 {
  padding: 20px 0; }

.ptb-30 {
  padding: 30px 0; }

.ptb-35 {
  padding: 35px 0; }

.ptb-32 {
  padding: 32px 0; }

.ptb-40 {
  padding: 40px 0; }

.ptb-50 {
  padding: 50px 0; }



/***************************
    Page section margin 
****************************/
.mtb-0 {
  margin: 0; }

.mtb-10 {
  margin: 10px 0; }

.mtb-15 {
  margin: 15px 0; }

.mtb-20 {
  margin: 20px 0; }

.mtb-30 {
  margin: 30px 0; }

.mtb-40 {
  margin: 40px 0; }

.mtb-50 {
  margin: 50px 0; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.2;
    color: #0D1838;
}
.theme-btn
{
    padding: 10px 20px;
    font-size: 13px;
    line-height: 1.4;
    color: #fff;
    background: #F55232;
    text-transform: capitalize;
    border-radius: 20px;
    display: inline-block;
}
.theme-btn:hover
{
    color: #fff;
    background: #F55232;
}
.theme-btn-white
{
    padding: 10px 20px;
    font-size: 13px;
    line-height: 1.4;
    color: #F55232;
    background: #fff;
    text-transform: capitalize;
    border-radius: 20px;
    display: inline-block;
}
.theme-btn-white:hover
{
    color: #F55232;
    background: #fff;
}
.sectitl
{
    color: #0D1838;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.sectitl span
{
    font-weight: 200;
}
/* header start */
.header-section
{
    position: relative;
    width: 100%;
    padding-top: 8px;
    transition: all .3s ease-in-out; 
        z-index: 9;
    background: #fff;    
}
.header-section:after
{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/logo-back.png);
    width: 100%;
    height: 120px;
    background-size: cover;
    background-position: center center;
    z-index: -1;
}
.header-section.fixed-top
{
    background: #3442C0;
    transition: all .3s ease-in-out; 
}
.header-section.fixed-top .logoblk a img
{
    height: 50px;
    transition: all .3s ease-in-out; 
}
.header-section.fixed-top .headermenu .nav-link
{

}
.header-section .logoblk
{
    z-index: 999;
    position: relative;
}
.header-section .logoblk a img
{
   height: 60px;
    position: absolute;
    top: -22px;
    left: 0;
    right: 0;
    margin: 0 auto; 
}
.header-section .navbarCvr {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-section .navbar-header
{
    width: 30%;
    text-align: center;
}
.header-section .headermenu
{
    width: 35%;
}
.header-section .headermenu .nav-link
{
   color: #000;
    padding: 25px 35px 8px 30px;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
}
.header-section .headermenu .nav-link::after
{
        vertical-align: .1em;
    margin-left: .355em;
}
.header-section .navbar
{
    position: unset;
}
.header-section .headermenu li.dropdown:hover ul.dropdown-menu {
    display: block;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.header-section .headercnt
{
    display: flex;
}
.header-section .headercnt .headcall
{
    height: 40px;
    width: 40px;
    display: flex;
    background: #fff;
    align-items: center;
    justify-content: center;
    color: #3442c1;
    border-radius: 50%;
    margin-left: 10px
}
.mobile-menu
{
    display: none;
}
.mobile-menu.show {
    display: none !important;
}
/* header end */
.homslider
{
    position: relative;
        z-index: 1;
}
.homslider:after
{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -110px;
    margin: 0 auto;
    height: 220px;
    width: 220px;
    background: url(../images/c1.png);
    background-size: cover;
    background-position: center center;
    animation: rotateImg 8s linear infinite;
    z-index: 1;
}
.homslider:before
{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -80px;
    margin: 0 auto;
    height: 160px;
    width: 160px;
    background: url(../images/c2.png);
    background-size: cover;
    background-position: center center;
    z-index: 2;
}
@keyframes rotateImg {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.homabtsec
{
    background: #F55232;
    padding-top: 10em;
    padding-bottom: 0em;
    border-top: 6px solid #fff;
    position: relative;
    overflow-x: hidden;
}
.homabtsec:before
{
    content: '';
    position: absolute;
    left: 0;
    bottom: 5em;
    width: 197px;
    height: 375px;
    background-image: url('../images/spon-back.png');
    background-size: cover;
    background-position: center center;
}
.homabtsec:after
{
    content: '';
    position: absolute;
    right: 0;
    bottom: 5em;
    width: 197px;
    height: 375px;
    background-image: url('../images/stump-back.png');
    background-size: cover;
    background-position: center center;
}
.homabtsec .welcomblk
{
    text-align: center;
}
.homabtsec .welcomblk .welcmttl
{
        font-family: "Luckiest Guy", serif;
    color: #fff;
        font-size: 40px;
    margin-bottom: 1em;
    font-weight: 400;
}
.homabtsec .welcomblk .welcmttl span
{
    position: relative;
}
.homabtsec .welcomblk .welcmttl span:after
{
        content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: 0 auto;
    height: 1px;
    width: 25%;
    background: #fff;
}
.homabtsec .welcomblk .desc
{
    color: #fff;
    font-size: 15px;
        margin-bottom: 4em;
}
.homabtsec .welcomblk .welcmttl2
{
        font-family: "Luckiest Guy", serif;
    color: #fff;
        font-size: 32px;
            margin-bottom: 0;
        font-weight: 400;
}
.homabtsec .welcomblk .welcmttlh1
{
color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 3em;
}
.homabtsec .welcomblk .welcmttlh1 span
{
    position: relative;
}
.homabtsec .welcomblk .welcmttlh1 span:after
{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
        bottom: -60px;
    margin: 0 auto;
    height: 55px;
    width: 310px;
    background-image: url(../images/botm-curv.png);
    background-size: cover;
    background-position: center center;
}

.foodilonslider
{
    padding-top: 4em;
}
.foodilonslider .owl-item
{
    position: relative;
}
.foodilonslider .active.center {
    z-index: 2;
    opacity: 1;
}
.foodilonslider .active {
  transition: .6s ease;
    /*transform: rotate(13deg);*/
    z-index: 1;
    opacity: 0.8;
}
.foodilonslider .owl-item.lmedium{
    transform: rotate(-13deg) !important;
        top: 5em;
    left: 6em;
}
.foodilonslider .owl-item.rmedium{
    transform: rotate(13deg) !important;
        top: 5em;
    right: 6em;
}
.foodilonslider .cardblk
{
    background: #fff;
    border-radius: 30px;
    padding: 40px;
    position: relative;
}
.foodilonslider .cardblk.cricket:after
{
    content: '';
    position: absolute;
    right: 0;
    bottom: 6em;
    width: 148px;
    height: 190px;
    background-image: url('../images/cricket-icon-back.png');
    background-size: cover;
    background-position: center center;
}
.foodilonslider .cardblk.food:after
{
    content: '';
    position: absolute;
    right: 0;
    bottom: 6em;
    width: 148px;
    height: 190px;
    background-image: url('../images/food-icon-back.png');
    background-size: cover;
    background-position: center center;
}
.foodilonslider .cardblk.event:after
{
    content: '';
    position: absolute;
    right: 0;
    bottom: 6em;
     width: 148px;
    height: 190px;
    background-image: url('../images/event-icon-back.png');
    background-size: cover;
    background-position: center center;
}
.foodilonslider .cardblk .crdttlblk
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3em;
}
.foodilonslider .cardblk .crdttlblk .ttl
{
        font-family: "Luckiest Guy", serif;
    color: #F55232;
    font-size: 28px;
        margin-bottom: 0;
        font-weight: 400;
}
.foodilonslider .cardblk .crdttlblk .icon
{
    height: 60px;
    width: 60px;
    border: 1px solid #F55232;
    border-radius: 50%;
        display: flex;
    align-items: center;
    justify-content: center;
}
.foodilonslider .cardblk .crdttlblk .icon img
{
   padding: 14px;
}
.foodilonslider .cardblk .crdlstblk
{
        margin-bottom: 4em;
}
.foodilonslider .cardblk .crdlstblk ul.cardlst
{
    padding-left: 0;
    list-style: none;
}
.foodilonslider .cardblk .crdlstblk ul.cardlst li
{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.foodilonslider .cardblk .crdlstblk ul.cardlst li .icon
{
    margin-right: 15px;
}
.foodilonslider .cardblk .crdlstblk ul.cardlst li .icon img
{
        height: 30px;
}
.foodilonslider .cardblk .crdlstblk ul.cardlst li span
{
    text-transform: capitalize;
    font-size: 14px;
}
.foodilonslider .cardblk .crdlinkblk
{
    margin-bottom: 6em;
}
.foodilonslider .owl-controls
{
    display: none;
}
.hommovmentsec
{
        position: relative;
    padding-top: 12em;
    padding-bottom: 5em;
    z-index: 1;
    margin-top: -6em;
    background: #ffe8e3;
      overflow: hidden;
}
.hommovmentsec:before
{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/logo-back1.png);
    width: 100%;
    height: 100px;
    background-size: cover;
    background-position: center center;
    z-index: -1
}
.hommovmentsec ul.movmentul
{
    padding-left: 0;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    flex-wrap: wrap;
    list-style: none;
}
.hommovmentsec ul.movmentul li
{
        width: 33.33%
}
.hommovmentsec ul.movmentul li:nth-child(odd) .movmentblk
{
    background: #FFD2C9;
}
.hommovmentsec ul.movmentul li:nth-child(even) .movmentblk
{
    background: transparent;
    border: 2px solid #FFD2C9;
}
.hommovmentsec .movmentcntblk
{
    text-align: center;
    margin-top: 8em;
    position: relative;
}
.hommovmentsec .movmentcntblk .movmentttl
{
font-family: "Luckiest Guy", serif;
    color: #F55232;
    letter-spacing: 1;
    line-height: 1.3;
    font-size: 38px;
    font-weight: 400;
}
.hommovmentsec .movmentcntblk:before
{
    content: '';
    position: absolute;
    left: -17em;
    bottom: -7em;
    background: url(../images/stump-left.png);
    width: 84px;
    height: 235px;
    background-size: cover;
    background-position: center center;
}
.hommovmentsec .movmentcntblk:after
{
    content: '';
    position: absolute;
    right: -17em;
    bottom: -7em;
    background: url(../images/stump-right.png);
    width: 84px;
    height: 235px;
    background-size: cover;
    background-position: center center;
}
.hombrandsec
{
    position: relative;
    padding-top: 5em;
    padding-bottom: 5em;
    background: #F55232;
        overflow-x: hidden;
}
.hombrandsec:before
{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/toran-back.png);
    width: 100%;
    height: 240px;
    background-size: cover;
    background-position: center center;
}
.hombrandsec .brandttlblk
{
    text-align: center;
    margin-bottom: 12em;
}
.hombrandsec .brandttlblk .brandttl {
    font-family: "Luckiest Guy", serif;
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 1em;
    text-transform: capitalize;
}
.hombrandsec .brandttlblk .brandttl span {
    position: relative;
}
.hombrandsec .brandttlblk .brandttl span:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: 0 auto;
    height: 1px;
    width: 25%;
    background: #fff;
}
.hombrandsec .slider-for
{
    margin-bottom: 2em;
}
.hombrandsec .slider-nav
{

}
.hombrandsec .slider-nav .slick-list
{
    padding: 0 !important;
    height: auto;
}
.hombrandsec .slick-slide
{
    height: auto !important;
    transform: scale(0.9);
  transition: all 0.4s ease-in-out;
}
.hombrandsec .slider-nav .slick-slide.slick-active.slick-center
{
    transform: scale(1.1);
}
.hombrandsec .slider-nav .slick-slide.slick-active.slick-center .brandlogoblk p
{
    display: block;
}
.hombrandsec .slider-nav .brandlogoblk
{
    text-align: center;
}
.hombrandsec .slider-nav .slick-slide.slick-active.slick-center .brandlogoblk .brandlogo img
{
    border: none;
}
.hombrandsec .slider-nav .brandlogoblk .brandlogo
{
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background: #fff;
    padding: 20px;
    margin: 0 auto;
    margin: 20px auto 30px;
}
.hombrandsec .slider-nav .brandlogoblk .brandlogo img
{
    border-radius: 50%;
    border: 1px solid #cccccc;
}
.hombrandsec .slider-nav .brandlogoblk p
{
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 10px;
    display: none;
    position: relative;
}

.hombrandsec .slider-nav .slick-next {
    background: transparent;
    border: none;
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
    text-align: center;
    padding: 0 !important;
    position: absolute;
    left: -40px;
    top: 35%;
}
.hombrandsec .slider-nav .slick-previous {
   background: transparent;
    border: none;
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
    text-align: center;
    padding: 0 !important;
    position: absolute;
    right: -40px;
    top: 35%;
}
.homctasec
{
    position: relative;
    padding-top: 14em;
    padding-bottom: 5em;
    z-index: 1;
    margin-top: -5em;
    background: #ffe8e3;
        overflow-x: hidden;
}
.homctasec:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/logo-back.png);
    width: 100%;
    height: 115px;
    background-size: cover;
    background-position: center center;
    z-index: -1;
}
.homctasec:before
{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 25px;
    width: 1px;
    height: 35px;
    background: #fff;
    z-index: 11;
}
.homctasec .ctacntblk
{
    padding: 0 6em;
}
.homctasec .ctacntblk .supttl
{
    font-size: 15px;
    text-transform: capitalize;
        margin-bottom: 22px;
}
.homctasec .ctacntblk .supttl span
{
    background: #FFD2C9;
    padding: 9px 20px;
    border-radius: 20px;
}
.homctasec .ctacntblk .ctattl
{
    font-family: "Luckiest Guy", serif;
    color: #F55232;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.homctasec .ctacntblk .desc
{
        margin-bottom: 25px;
}
.ctafrm form input:not([type="submit"]), .ctafrm textarea {
    height: auto;
    padding: 10px 20px;
    margin-bottom: 15px;
    border-radius: 30px;
    font-size: 14px;
    width: 100%;
    background: transparent;
    border: 0.95px solid #ECCBC5;
    color: #000;
}
.ctafrm form input:not([type="submit"])::placeholder, .ctafrm textarea::placeholder {
  color: #F49F8F;
  opacity: 1; /* Firefox */
}
.ctafrm form .sendbtn {
    height: auto;
    padding: 9px;
    margin-bottom: 10px;
    margin-top: 20px;
    border: none;
    border-radius: 6px;
    width: 100%;
    border-radius: 35px;
    text-align: center;
    font-size: 15px;
    text-transform: capitalize;
    color: #fff;
    background: #F55232;
}
.ctafrm form input:not([type="submit"]):focus, .ctafrm textarea:focus{outline: none;}
.ctafrm form input:not([type="submit"]):focus, .ctafrm textarea:focus{outline: none;}
.ctafrm form .sendbtn:hover{
    background: #000;
}
.homemarque {
    background: #F55232;
    position: relative;
    transform: rotate(358deg);
    -webkit-transform: rotate(358deg);
    overflow: hidden;
    margin-top: 2em;
        overflow-x: hidden;
}
.homemarque .lists {
    padding: 0;
    margin: 0;
    display: flex;
}
.homemarque .lists li
{
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    padding: 10px 40px 10px 20px;
}
.homeventsec
{
    position: relative;
    padding-top: 7em;
    padding-bottom: 5em;
        overflow-x: hidden;
}
.homeventsec .eventttlblk
{
    text-align: center;
    margin-bottom: 3em;
}
.homeventsec .eventttlblk .eventttl {
    font-family: "Luckiest Guy", serif;
    color: #F55232;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 2em;
    text-transform: capitalize;
}
.homeventsec .eventttlblk .eventttl span {
    position: relative;
}
.homeventsec .eventttlblk .eventttl span:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: 0 auto;
    height: 1px;
    width: 25%;
    background: #F55232;
}
.homeventsec .eventblk
{
    background: #FFD4CC;
    padding: 40px;
    text-align: center;
    margin: 0 8px;
}
.homeventsec .eventblk .evtimg
{
    margin-bottom: 30px;
}
.homeventsec .eventblk .evtttl
{
    font-family: "Luckiest Guy", serif;
    color: #F55232;
    font-size: 26px;
    font-weight: 400;
    text-shadow: 2px 2px 0px #fff;
    letter-spacing: 1px;
    margin-bottom: 18px;
    text-transform: capitalize;
}
.homeventsec .eventblk .desc
{
    font-size: 14px;
}
.homgallerysec
{
    position: relative;
    padding-top: 2em;
    padding-bottom: 4em;
        overflow-x: hidden;
}
.homgallerysec .galleryttlblk
{
    text-align: center;
    margin-bottom: 3em;
}
.homgallerysec .galleryttlblk .galleryttl {
    font-family: "Luckiest Guy", serif;
    color: #F55232;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 2em;
    text-transform: capitalize;
}
.homgallerysec .galleryttlblk .galleryttl span {
    position: relative;
}
.homgallerysec .galleryttlblk .galleryttl span:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: 0 auto;
    height: 1px;
    width: 25%;
    background: #F55232;
}
.homgallerysec .masonry-list { 
  column-count: 3;
  /*columns: 300px;*/
}
.homgallerysec .masonry-list img {
  width: 100%; 
  margin-bottom: 12px;
}
.homtestisec
{
    position: relative;
    padding-top: 2em;
    padding-bottom: 8em;
        overflow-x: hidden;
}
.homtestisec .testittlblk
{
    text-align: center;
    margin-bottom: 7em;
}
.homtestisec .testittlblk .testittl {
    font-family: "Luckiest Guy", serif;
    color: #F55232;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 2em;
    text-transform: capitalize;
}
.homtestisec .testittlblk .testittl span {
    position: relative;
}
.homtestisec .testittlblk .testittl span:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: 0 auto;
    height: 1px;
    width: 25%;
    background: #F55232;
}
.homtestisec .testiblk
{
   position: relative;
    padding-top: 7em;
    padding-bottom: 7em;
    z-index: 0;
}
.homtestisec .testiblk:before
{
    content: '';
    position: absolute;
    right: 45px;
    width: 1260px;
    height: 550px;
    top: 0;
    background-image: url(../images/testi-top.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}
.homtestisec .testiblk:after
{
    content: '';
    position: absolute;
    left: 45px;
    width: 1260px;
    height: 550px;
    top: 50px;
    background-image: url(../images/testi-bottom.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}
}
.homtestisec .testiblkinner
{

}
.homtestisec .testiblk ul.hashtags
{
    list-style: none;
    display: flex;
    align-items: center;
    padding-left: 0;
    margin-bottom: 4em;
}
.homtestisec .testiblk ul.hashtags li
{
    font-size: 16px;
    text-transform: capitalize;
    padding-right: 40px;
}
.homtestisec .testiblk .testilogoblk
{
margin-bottom: 3em;
}
.homtestisec .testiblk .testilogoblk img
{
    height: 40px;
}
.homtestisec .testimonialslider .slick-slide
{
    height: auto;
}
.homtestisec .testimonialslider .testimonial .quote
{
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.8;
}
.homtestisec .testimonialslider .testimonial .authorblk
{
    margin-bottom: 3em;
}
.homtestisec .testimonialslider .testimonial .authorblk .author
{
        font-size: 18px;
    font-weight: 500;
}
.homtestisec .testimonialslider .slick-dots
{
    list-style: none;
    display: flex !important;
    align-items: center;
    padding-left: 0;
}
.homtestisec .testimonialslider .slick-dots li
{
    margin-right: 10px;
}
.homtestisec .testimonialslider .slick-dots li button
{
    font-size: 0;
    color: #000;
    width: 12px;
    height: 12px;
    border: none;
    background: #000;
    border-radius: 50%;
}
.homtestisec .testimonialslider .slick-dots li.slick-active button
{
    background: #F05323;
}
footer
{
    position: relative;
    padding-top: 10em;
    background: url('../images/footer-back.png');
    background-size: cover;
    background-position: center top;
        overflow-x: hidden;
}
footer .ftrtop
{
    padding-bottom: 1.5em;
        margin-top: -5em;
}
footer .ftrtop .ftrlogoblk
{
    margin-bottom: 3em;
}
footer .ftrtop .ftrlogoblk .ftrlogo
{
    height: 200px;
    width: 200px;
    background: #fff;
    box-shadow: 0px 4px 4px 0px #00000040 inset;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 20px;
}
footer .ftrtop ul.socail-links
{
        list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    position: relative;
    margin-bottom: 7em;
}
footer .ftrtop ul.socail-links:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50px;
    width: 1px;
    height: 40px;
    background: #fff;
    z-index: 11;
}
footer .ftrtop .addrsblk
{
    text-align: center;
}
footer .ftrtop .addrsblk p
{
    text-align: center;
    margin-bottom: 10px;
}
footer .ftrtop .addrsblk p a
{
    color: #fff;
}
footer .ftrtop .addrsblk p.addrs
{
    text-transform: capitalize;
}
footer .ftrtop ul.socail-links li
{
    margin: 0 20px;
}
footer .ftrtop ul.socail-links li a
{
    color: #fff;
    font-size: 20px;
}
footer .ftrbtm
{
    border-top: 1px solid #FFFFFF;
    padding: 10px 0px;
}
footer .ftrbtm .copyright
{
    text-align: center;
    margin-bottom: 0;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
}
footer .ftrbtm .copyright a
{
    color: #fff;
}
.homslider .carousel-control-next, .homslider .carousel-control-prev
{
    width: 5%;
}
.mobilemenu
{
    position: relative;
    z-index: 998;
}
.mobilemenu .navbar-toggler
{
    height: 25px;
    width: 25px;
    background: #f55232;
    color: #fff;
    padding: 3px 4px;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 9;
}
.mobilemenu .navbar-toggler:focus
{
    box-shadow: unset;
}
.navbar-toggler-icon
{
    height: unset;
    width: unset;
}
.mobilemenu .navbar-collapse
{
    width: 100%;
}
.mobilemenu .navbar-collapse {
    width: 100%;
    position: absolute;
    top: 100%;
    background: #f55232;
    left: 0;
}
.mobilemenu .nav-link {
    color: #fff !important;
    padding: 10px 20px !important;
}
@media only screen and (min-width: 1600px) and (max-width:1920px) {
    .header-section:after {
    height: 140px;
}
.header-section .logoblk a img {
    height: 65px;
    position: absolute;
    top: -13px;
}
.header-section .headermenu .nav-link {
    color: #000;
    padding: 35px 40px 12px 40px;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
}
.hommovmentsec:before {
    height: 125px;
}
.hombrandsec:before {
    height: 280px;
}
.homctasec:after {
    height: 140px;
}
.homtestisec .testiblk:before {
    content: '';
    position: absolute;
    right: 10px;
    width: 1437px;
    height: 590px;
}
.homtestisec .testiblk:after {
    content: '';
    position: absolute;
    left: 10px;
    width: 1437px;
    height: 590px;
}
}
@media only screen and (min-width: 1200px) and (max-width:1400px) {
    .hombrandsec .slider-nav .brandlogoblk .brandlogo {
    height: 135px;
    width: 135px;
}
.homctasec:after
{
        height: 100px;
}
.homctasec .ctacntblk {
    padding: 0 5em;
}
.homtestisec .testiblk:before {
    right: 0px;
    width: 1115px;
}
.homtestisec .testiblk:after {
    left: 0px;
    width: 1115px;
}
.homslider:before
{
    bottom: -70px;
    margin: 0 auto;
    height: 140px;
    width: 140px;
}
.homslider:after
{
    bottom: -100px;
    height: 200px;
    width: 200px;
}
}
@media only screen and (min-width: 990px) and (max-width:1199px) {

    .header-section .logoblk a img {
    height: 50px;
    position: absolute;
    top: -20px;
}
.header-section .headermenu .nav-link {
    color: #000;
    padding: 25px 25px 8px 20px;
    text-transform: capitalize;
    font-size: 14px;
}
.header-section:after {
    height: 120px;
}
.homslider:before
{
    bottom: -60px;
    margin: 0 auto;
    height: 120px;
    width: 120px;
}
.homslider:after
{
    bottom: -90px;
    height: 180px;
    width: 180px;
}
.hommovmentsec:before
{
    height: 75px
}
.hommovmentsec .movmentcntblk:before {
    left: -10em;
}
.hommovmentsec .movmentcntblk:after {
    right: -10em;
}
.hombrandsec .slider-nav .brandlogoblk .brandlogo {
    height: 115px;
    width: 115px;
}
.hombrandsec .slider-nav .brandlogoblk p {
    font-size: 14px;
}
.homctasec:after {
    height: 80px;
}
.homctasec:before
{
    top: 15px;
    height: 25px;
}
.homctasec .ctacntblk {
    padding: 0 3em;
}
.homtestisec .testiblk:before {
    right: 0px;
    width: 1115px;
}
.homtestisec .testiblk:after {
    left: 0px;
    width: 1115px;
}
}
@media only screen and (min-width: 768px) and (max-width:991px) {

       .header-section .logoblk a img {
    height: 50px;
    position: absolute;
    top: 7px;
}
.header-section:after {
    height: 100px;
}
.homslider:before
{
    bottom: -60px;
    margin: 0 auto;
    height: 120px;
    width: 120px;
}
.homslider:after
{
    bottom: -90px;
    height: 180px;
    width: 180px;
}
.homabtsec .welcomblk .welcmttl {
    font-family: "Luckiest Guy", serif;
    color: #fff;
    font-size: 30px;
    margin-bottom: 2em;
    font-weight: 400;
}
.homabtsec .welcomblk .welcmttl2 {
    font-family: "Luckiest Guy", serif;
    color: #fff;
    font-size: 28px;
}
.homabtsec .welcomblk .welcmttl2 span:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -65px;
    margin: 0 auto;
    height: 53px;
    width: 290px;
}
.hommovmentsec:before
{
    height: 75px
}
.foodilonslider .cardblk {
    background: #fff;
    border-radius: 30px;
    padding: 20px;
}
.foodilonslider .cardblk .crdttlblk .ttl {
    font-size: 16px;
}
.foodilonslider .cardblk .crdttlblk .icon {
    height: 35px;
    width: 35px;
}
.foodilonslider .cardblk .crdttlblk .icon img {
    padding: 8px;
}
.foodilonslider .cardblk .crdttlblk {
    margin-bottom: 1.5em;
}
.foodilonslider .cardblk .crdlstblk ul.cardlst li {
    margin-bottom: 15px;
}
.foodilonslider .cardblk .crdlstblk ul.cardlst li span {
    text-transform: capitalize;
    font-size: 11px;
}
.foodilonslider .cardblk .crdlstblk ul.cardlst li .icon img {
    height: 20px;
}
.foodilonslider .cardblk .crdlstblk {
    margin-bottom: 3em;
}
.foodilonslider .cardblk .crdlinkblk {
    margin-bottom: 6em;
}
.theme-btn {
    padding: 7px 14px;
    font-size: 10px;
}
.foodilonslider .cardblk.cricket:after, .foodilonslider .cardblk.food:after, .foodilonslider .cardblk.event:after {
    bottom: 8em;
    width: 90px;
    height: 100px;
}
.hommovmentsec:before {
        height: 50px;
    }
.homabtsec:before, .homabtsec:after
{
    width: 88px;
    height: 175px;
}   
.hommovmentsec {
    position: relative;
    padding-top: 8em;
} 
.hommovmentsec .movmentcntblk .movmentttl
{
        font-size: 28px;
}
.hommovmentsec .movmentcntblk:before {
    left: -7em;
    width: 50px;
    height: 135px;
}
.hommovmentsec .movmentcntblk:after
{
    right: -7em;
    width: 50px;
    height: 135px;
}
.hommovmentsec .movmentcntblk {
    text-align: center;
    margin-top: 4em;
    position: relative;
}
.hombrandsec:before
{
    height: 150px;
}
.hombrandsec {
    position: relative;
    padding-top: 3em;
}
.hombrandsec .brandttlblk .brandttl {
    font-family: "Luckiest Guy", serif;
    color: #fff;
    font-size: 24px;
}
.hombrandsec .brandttlblk {
    text-align: center;
    margin-bottom: 6em;
}
.hombrandsec .slider-nav .brandlogoblk .brandlogo {
    height: 120px;
    width: 120px;
}
.hombrandsec .slider-nav .brandlogoblk p {
    font-size: 13px;
}
.homctasec:after {
    height: 60px;
}
.homctasec:before
{
    top: 8px;
    width: 0.5px;
    height: 20px;
}
.homctasec {
    position: relative;
    padding-top: 8em;
}
.homctasec .ctacntblk {
    padding: 0 4em;
    margin-top: 4em;
}
.homctasec .ctacntblk .supttl {
    font-size: 13px;
}
.homctasec .ctacntblk .ctattl {
    font-size: 28px;
}
.homeventsec {
    position: relative;
    padding-top: 5em;
    padding-bottom: 4em;
    overflow-x: hidden;
}
.homeventsec .eventblk {
    background: #FFD4CC;
    padding: 25px;
    text-align: center;
    margin: 0 0px;
}
.homeventsec .eventblk .evtttl {
    font-size: 22px;
}
.homeventsec .eventblk .desc {
    font-size: 12px;
}
.homeventsec .eventttlblk .eventttl, .homgallerysec .galleryttlblk .galleryttl, .homtestisec .testittlblk .testittl {
    font-size: 30px;
}
.homgallerysec {
    padding-bottom: 3em;
}
.homtestisec .testiblk ul.hashtags li {
    font-size: 14px;
    text-transform: capitalize;
    padding-right: 20px;
}
.homtestisec .testiblk {
    position: relative;
    padding-top: 4em;
    padding-bottom: 4em;
}
.homtestisec .testiblk:before {
    content: '';
    position: absolute;
    right: -25px;
    width: 1000px;
    height: 460px;
}
.homtestisec .testiblk:after {
    content: '';
    position: absolute;
    left: -55px;
    width: 1000px;
    height: 460px;
    top: 60px;
}
.homtestisec {
    position: relative;
    padding-top: 2em;
    padding-bottom: 4em;
}
footer {
    position: relative;
    padding-top: 8em;
}
footer .ftrtop .ftrlogoblk .ftrlogo {
    height: 160px;
    width: 160px;
}
}
@media screen and (max-width: 767px) {
    .header-section .logoblk a img {
    height: auto;
    position: absolute;
    top: 3px;
}

.header-section:after {
    height: 70px;
}
.homslider:before
{
    height: 80px;
    width: 80px;
    bottom: -40px;
}
.homslider:after
{
    bottom: -50px;
    height: 100px;
    width: 100px;
}
.homabtsec {
    background: #F55232;
    padding-top: 4em;
}
.homabtsec .welcomblk .welcmttl {
    font-size: 26px;
    margin-bottom: 1.5em;
    font-weight: 400;
}
.homabtsec .welcomblk .welcmttl2 {
    font-family: "Luckiest Guy", serif;
    color: #fff;
    font-size: 20px;
}
.homabtsec .welcomblk .welcmttl2 span:after {
    bottom: -45px;
    margin: 0 auto;
    height: 40px;
    width: 205px;
}
.foodilonslider .cardblk .crdttlblk {
    margin-bottom: 1.5em;
}
.hommovmentsec:before {
    height: 65px;
}
.hommovmentsec {
    position: relative;
    padding-top: 8em;
    padding-bottom: 3em;
}
.hommovmentsec ul.movmentul li {
    width: 50%;
    margin-bottom: 10px;
}
.hommovmentsec .movmentcntblk {
    text-align: center;
    margin-top: 3em;
    position: relative;
}
.hommovmentsec .movmentcntblk .movmentttl {
    font-size: 24px;
}
.hombrandsec .brandttlblk .brandttl {
    font-size: 26px;
}
.hombrandsec:before {
    height: 190px;
}
.hombrandsec .brandttlblk {
    text-align: center;
    margin-bottom: 9em;
}
.hombrandsec .slider-nav .brandlogoblk .brandlogo {
    height: 90px;
    width: 90px;
}
.hombrandsec .slider-nav .brandlogoblk p {
    font-size: 13px;
}
.homctasec:before
{
        top: 10px;
    width: 0.5px;
    height: 18px;
}
.homctasec:after {
    height: 55px;
}
.homctasec {
    position: relative;
    padding-top: 5em;
    padding-bottom: 3em;
}
.homctasec .ctacntblk {
    padding: 0px 1em;
    margin-top: 3em;
}
.homctasec .ctacntblk .supttl {
    font-size: 13px;
}
.homctasec .ctacntblk .ctattl {
    font-family: "Luckiest Guy", serif;
    color: #F55232;
    font-size: 28px;
}
.homeventsec .eventttlblk .eventttl, .homgallerysec .galleryttlblk .galleryttl, .homtestisec .testittlblk .testittl {
    font-size: 28px;
}
.homeventsec {
    position: relative;
    padding-top: 4em;
    padding-bottom: 1em;
}
.homeventsec .eventblk {
    background: #FFD4CC;
    padding: 40px;
    text-align: center;
    margin: 0 0px;
    margin-bottom: 30px;
}
.homgallerysec .masonry-list {
    column-count: 2;
    /* columns: 300px; */
}
.homgallerysec {
    position: relative;
    padding-top: 2em;
    padding-bottom: 2em;
}
.homtestisec .testiblk {
    position: relative;
    padding-top: 1em;
    padding-bottom: 1em;
    z-index: 0;
}
.homtestisec .testiblk:before, .homtestisec .testiblk:after
{
    display: none;
}
.homtestisec .testittlblk {
    text-align: center;
    margin-bottom: 4em;
}
.homtestisec .testiblk ul.hashtags li {
    font-size: 14px;
    text-transform: capitalize;
    padding-right: 15px;
}
.homtestisec .testiblk ul.hashtags {
    list-style: none;
    display: flex;
    align-items: center;
    padding-left: 0;
    margin-bottom: 2em;
    flex-wrap: wrap;
}
.homtestisec .testiblk .testilogoblk {
    margin-bottom: 2em;
}
.homtestisec {
    position: relative;
    padding-top: 2em;
    padding-bottom: 3em;
    overflow-x: hidden;
}
footer .ftrtop .ftrlogoblk .ftrlogo {
    height: 160px;
    width: 160px;
}
footer .ftrtop {
    padding-bottom: 1.5em;
    margin-top: -6em;
}
}
@media screen and (max-width: 480px) {

}    
@media screen and (max-width: 420px) {




}    
@media screen and (max-width: 320px) {

} 