body {
    margin: 0px;
    padding: 0px;
}




/* font-family: 'Spoqa Han Sans', 'Spoqa Han Sans JP', 'Sans-serif'; */

.container {
    max-width: 1000px;
}

img {
    max-width: 100%;
}


/*new css dated 24feb 2021*/

.camera {
    margin-top: -73px;
}

.camera img {}

.orange-left {
    position: absolute;
    z-index: 9;
}

.fruits-right {
    position: absolute;
    /* float: right; */
    right: 0px;
    z-index: 9;
    bottom: -83px;
}

.vegetable-orange-flex {
    display: flex;
    flex-direction: row;
}

.menu-old-season ul {
    list-style: none;
    display: flex;
    position: absolute;
    right: 0px;
    /* bottom: 0px; */
    top: 51px;
}

.menu-old-season ul li {
    /* padding: 0px 10px; */
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 18px;
    display: block;
    margin-top: 31px;
    font-weight: 900;
    padding: 4px;
}

.menu-old-season ul li a {
    text-decoration: none;
    color: #000;
}

.menu-old-season ul li a:hover {
    background-color: #000;
    padding: 4px 11px;
    color: #fff;
    border-radius: 8px 8px 0px 0px;
}


/*meet the team*/

.meetbox {
    width: 100%;
    float: left;
    background-image: url(../images/teammeetbg.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0px 0px;
    /* background: #000; */
    background-color: #000;
    /* min-height: 916px; */
}

.team-member {}

.team-member h3 {
    font-family: 'signpaintermedium';
    color: #ff7254;
    /* text-align: center; */
    font-size: 35px;
    line-height: 65px;
    padding-left: 250px;
    margin: 33px 0px;
}

.team-member h3 span {
    font-family: 'a_love_of_thunderregular';
    color: #1579bd
}

.also-featuring {
    width: 100%;
    float: left;
    background: #f6f8f9;
    padding: 102px 0px;
}

.heading-box h3 {
    font-family: 'signpaintermedium';
    color: #ff7254;
    text-align: LEFT;
    font-size: 40px;
    line-height: 36px;
    padding-bottom: 20px;
}

.heading-box span {
    font-family: 'a_love_of_thunderregular';
    color: #1579bd;
    left: -8px;
    position: relative;
}

.featuring1 {
    background-color: #1579bd;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-radius: 20px;
    padding: 22px 35px;
    margin: 0px 4px;
    position: relative;
    width: 50%;
    /* height: 61%; */
}

.featuring2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #ff7254;
    border-radius: 20px;
    padding: 17px 35px;
    margin: 0px 4px;
    position: relative;
    width: 50%;
}

.featuring1 img {
    margin-top: -40px;
    /* width: 100%; */
    /* height: 100%; */
    position: absolute;
    bottom: 0px;
}

.featuring2 img {
    margin-top: -40px;
    /* width: 100%; */
    /* height: 100%; */
    position: absolute;
    bottom: -32px;
    right: -41px;
}

.img-also-featuring {
    z-index: 9;
    /* position: absolute; */
    width: 21%;
}

.desc-also-featuring {
    width: 42%;
}

.desc-also-featuring h3 {
    color: #fff;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    line-height: 21px;
    font-weight: bold;
    /* letter-spacing: -1px; */
    border-bottom: 1px solid #fff;
    padding: 2px;
}

.desc-also-featuring p {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #fff;
    margin: 0px;
    line-height: 14px;
}

.flex-box-featuring {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


/*header*/

.header {
    width: 100%;
    float: left;
    padding: 0px;
    background: #f6f8f9;
}

.header-in {
    display: flex;
    justify-content: center;
    flex-direction: row;
    padding: 4px 0px;
    text-align: cc;
    position: relative;
}

.logo {
    width: 37%;
    /* position: relative; */
    /* top: 80px; */
    z-index: 9;
    /* border-radius: 65px; */
    /* align-items: center; */
    /* text-align: -webkit-center; */
}

.quotewriter {
    margin: 0px;
    padding: 0px;
    font-family: 'a_love_of_thunderregular';
    font-size: 14px;
    line-height: 14px;
    color: #000;
    padding-left: 150px;
}

.logo-text {
    font-family: 'signpaintermedium';
    color: #ff7254;
    font-size: 44px;
    width: 63%;
    text-align: revert;
    line-height: 34px;
    letter-spacing: -1px;
    position: relative;
    padding-top: 10px;
}

.logo-text span.left-q {
    position: absolute;
    background: url(../images/left-quote.jpg);
    width: 30px;
    height: 30px;
    left: -44px;
    background-size: cover;
    top: 3px;
}

.logo-text span.right-q {
    position: absolute;
    background: url(../images/right-quote.jpg);
    width: 27px;
    height: 27px;
    right: 6px;
    background-size: cover;
    bottom: 37px;
}

.contest-winners button {
    border: none;
    background: none;
}

.contest button {
    border: none;
    background: none;
}

.contest {
    position: absolute;
    top: 19px;
    right: 30px;
    padding-right: -41px;
}

.contest-winners {
    position: absolute;
    top: 19px;
    left: 30px;
    display: none;
}

.kitchen-wrap {
    width: 100%;
    float: left;
    padding: 50px 0 50PX 0;
}

.kitchen-wrap h3 {
    font-family: 'signpaintermedium';
    color: #ff7254;
    text-align: center;
    font-size: 40px;
    line-height: 48px;
    padding-bottom: 20px;
}

.kitchen-wrap h3 span {
    font-family: 'a_love_of_thunderregular';
    color: #1579bd;
    left: -8px;
    position: relative;
}

.kitchen-wrap .box {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    position: relative;
    background-color: #fff;
    background-image: -webkit-linear-gradient(121deg, #1579bd 9%, #fff 9%);
}

.kitchen-wrap .altorange {
    background-image: -webkit-linear-gradient(121deg, #ff7254 9%, #fff 9%);
}

.kitchen-wrap .box .img-box {
    width: 100%;
    float: left;
    text-align: center;
    height: 282px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kitchen-wrap .box:before {
    content: "";
    position: absolute;
    left: -2px;
    bottom: -8px;
    background: url(../images/kitchen-border.png) no-repeat;
    width: 107px;
    height: 90px;
    background-size: cover;
}

.kitchen-wrap h4 {
    font-family: 'a_love_of_thunderregular';
    font-size: 22px;
    line-height: 25px;
}

.kitchen-wrap a {
    background: url(../images/readmore.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    width: 104px;
    height: 28px;
    background-size: cover;
    display: block;
    margin: 20px auto;
    font-size: 0px;
}

.kitchen-wrap img {
    max-width: 100%;
    width: auto!important;
    display: inline-block!important;
    margin-bottom: 20px;
}

.kitchen-wrap div.owl-nav .owl-next {
    background-image: url(../images/dark-right.png);
    margin-right: -50px;
    background-color: transparent;
    font-size: 0px;
    background-size: cover;
    border: none;
    position: absolute;
    right: 0;
    top: 40%;
    width: 30px;
    height: 59px;
}

.kitchen-wrap div.owl-nav .owl-prev {
    background-image: url(../images/dark-left.png);
    margin-left: -50px;
    width: 30px;
    height: 59px;
    background-color: transparent;
    font-size: 0px;
    background-size: cover;
    border: none;
    top: 40%;
    position: absolute;
    left: 0;
}

.article-warp {
    width: 100%;
    float: left;
    text-align: -webkit-center;
    padding: 0 0 50px 0;
}

.article-warp h3 {
    font-family: 'a_love_of_thunderregular';
    font-size: 28px;
    line-height: 30px;
    padding: 0 0 30px 0;
    color: #1579bd;
    text-align: center;
}

.article-warp .box {
    width: 100%;
    float: left;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-bottom: 20px;
    margin-left: 29px;
}

.article-warp .box img {
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
}

.article-warp .box .date {
    font-size: 10px;
    margin-right: 0;
    margin-left: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    padding-top: 5px;
    line-height: 16px;
    color: #8e8e8e;
    border-bottom: 1px solid #8e8e8e;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.article-warp .box h4 a {
    color: #000;
}

.article-warp .box h4 {
    font-size: 16px;
    margin-right: 0;
    margin-left: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    padding-top: 5px;
    line-height: 22px;
    color: #000;
    margin: 0px;
    padding: 19px 0;
}

.article-warp .box p {
    font-family: 'Open Sans', sans-serif;
    padding-top: 0;
    margin-right: 0;
    margin-left: 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    margin: 0px;
}

.article-warp .box .article-contnte {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 10px;
    margin-top: -20px;
    z-index: 99;
    position: relative;
    background: #fff;
    text-align: left;
}

.meet-the-team-header {}

.meet-the-team-header h3 {
    font-family: 'signpaintermedium';
    color: #ff7254;
    text-align: center;
    font-size: 35px;
    line-height: 40px;
}

.meet-the-team-header h3 span {
    font-family: 'a_love_of_thunderregular';
    color: #1579bd
}


/*.meetbox{
    width: 100%;
    float: left;
    background-image: url(../images/meet-team-bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    min-height: 300px;
    background-color: #fff;
    background-size: contain;
}*/

.meetbox ul {
    margin: 0px;
    padding: 23px 35% 0px 0px;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.meetbox ul li {
    background: url(../images/border-member.png);
    background-size: cover;
    min-height: 75px;
    width: 195px;
    margin: 20px 1%;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}

.meetbox ul li h4 {
    margin: 0px;
    padding: 0px;
    font-family: 'a_love_of_thunderregular';
    font-size: 14px;
    line-height: 14px;
    color: #fff;
}

.meetbox ul li h4 span {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 13px;
    color: #ea7051;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    display: inline-block;
    vertical-align: top;
    border: none;
    background: transparent;
}

.owl-theme .owl-dots .owl-dot:focus {
    border: none;
    background: transparent;
    outline: none;
}

.owl-theme .owl-dots .owl-dot span {
    width: 19px;
    height: 4px;
    background: #000;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #ff7254;
}


/*--FOOTER SECTION --*/

.footercontainer {
    width: 100%;
    margin-top: 0px;
    background-color: #464752;
    color: white;
    line-height: 1.7;
    padding: 8px;
    height: 100%;
    overflow: visible;
    float: left;
}

.footercontainer .alia .copyright p {
    font-size: 15px;
    padding-top: 10px;
    font-weight: 400
}

.alia {
    flex-direction: row;
    display: flex;
    justify-content: space-between;
}

.copyright {
    align-items: flex-start;
}

.brandlogoend {
    align-items: flex-end;
}


/* swati*/


/*--video section--*/

.videosflex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.videosection {
    width: 100%;
    float: left;
    background-image: url(../images/videosectionbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 863px;
    position: relative;
    padding: 74px 0;
    margin-top: -95px;
}

.videowrapper {
    max-width: 800px;
    padding: 0;
    margin: 0 auto;
}

.episodeheadingwrap h2 {
    text-align: center;
    color: #fff;
    font-size: 38px;
    padding-top: 40px;
    line-height: 54px;
    font-family: 'a_love_of_thunderregular';
}

h2 {}

.videocenter {
    text-align: center;
    padding: 0;
    position: relative;
}

div.slide2.owl-carousel.owl-theme.owl-loaded.owl-drag div.owl-dots {
    text-align: left;
    -webkit-tap-highlight-color: transparent;
    padding: 0px;
    margin: 0px;
}


/*--VIDEO SLIDER--*/

.videobox {
    float: left;
    width: 100%;
    padding: 30px 0px;
    text-align: -webkit-center;
}

.episodebox {
    text-align: center;
    display: block;
}

.episodebox img {
    position: relative;
    width: 196px;
    height: fit-content;
}

.episodebox h3 {
    position: relative;
    font-size: 13px;
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    color: #fff;
    top: -38px;
}

.slidervideos {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 9px;
}

.videobox div.owl-nav {
    position: absolute;
    top: 30%;
    width: 100%;
    float: left;
}

.videocenter:before {
    content: url("../images/videoleftborder.png");
    position: absolute;
    bottom: -15px;
    width: 0;
    left: -10px;
}

.videocenter:after {
    content: url("../images/videorightborder.png");
    position: absolute;
    top: -14px;
    right: 0px;
    right: -9px;
}

.videobox .owl-carousel .owl-stage-outer {
    padding: 0 5px;
}

.videobox .video1 {
    position: relative;
}

.videobox div.owl-nav .owl-next {
    background-image: url(../images/rightarrow.png);
    margin-right: -50px;
    width: 30px;
    height: 49px;
    background-color: transparent;
    font-size: 0px;
    background-size: cover;
    border: none;
    position: absolute;
    right: 0;
}

.videobox div.owl-nav .owl-prev {
    background-image: url(../images/leftarrow.png);
    margin-left: -50px;
    width: 30px;
    height: 49px;
    background-color: transparent;
    font-size: 0px;
    background-size: cover;
    border: none;
    position: absolute;
    left: 0;
}

.video1 .style-box {
    position: relative;
    float: left;
    width: 295px;
    margin-bottom: 10px;
}

.video1 .style-box:before {
    content: url("../images/left-bottom.png");
    position: absolute;
    left: -4px;
    bottom: -9px;
}

.video1 .style-box:after {
    content: url("../images/right-top.png");
    position: absolute;
    right: -3px;
    top: 0px;
}

.videobox a h4 {
    color: #fff;
    font-size: 13px;
    line-height: 12px;
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
}

.text-wraper {
    /* padding-left: 20px; */
    width: 100%;
    float: left;
    text-align: left;
}

.videobox a p {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    text-decoration: none;
}

.plateright {
    position: absolute;
    bottom: -96px;
    right: 30px;
    z-index: 2;
    width: 180px;
}


/*About section*/

.aboutsection {
    width: 100%;
    float: left;
    position: relative;
    background-image: url(../images/aboutseriesbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* min-height: 863px; */
    padding: 182px 0px;
}

.aboutflexcontainer {
    display: flex;
    flex-direction: row;
    /* padding: 0px 60px; */
    justify-content: space-between;
    align-items: center;
}

.aboutflexcontainer .description {
    /* padding: 60px; */
    width: 49%;
    padding-right: 5%;
}

.aboutflexcontainer .imgbox {
    width: 35%
}

.description h5 {
    font-family: 'a_love_of_thunderregular';
    font-size: 49.19px;
    color: #1579bd;
}

.description h5 span {
    font-family: 'signpaintermedium';
    font-size: 77.32px;
    color: #ff7254;
}

.description p {
    font-size: 16px;
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    color: #fff;
    padding: 0px 144px 0px 0px;
}

.roller {
    position: absolute;
    right: 0;
    top: 80px;
}

.about-char {
    width: 100%;
    float: left;
    background: #f6f8f9;
    padding: 40px 0;
    position: relative;
}

.about-char h2 {
    font-family: 'a_song_for_jennifer_italicRg';
    color: #0478bd;
    text-align: center;
    font-size: 220px;
    line-height: 145px;
    padding-bottom: 0;
    margin: 0px;
    position: relative;
}

.about-char h2:before {
    background: url(../images/arrow-char.png);
    background-repeat: no-repeat;
    content: "";
    left: 53%;
    position: absolute;
    height: 152px;
    width: 144px;
    top: 79px;
    margin-left: -128px;
}

.about-char h2 span {
    font-family: 'signpaintermedium';
    color: #ff7254;
    text-align: center;
    font-size: 40px;
    line-height: 48px;
    padding-bottom: 20px;
    position: absolute;
    left: 32%;
    top: 0px;
}

.marque-box {
    width: 100%;
    float: left;
    position: relative;
}

.about-char:after {
    content: "";
    position: absolute;
    bottom: -199px;
    left: 0px;
    background: url(../images/bg-spoon.png);
    background-repeat: no-repeat;
    height: 277px;
    width: 94%;
    background-size: cover;
    z-index: -1;
}

.marque-box a {
    text-decoration: none;
}

.char-warp {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 0;
}

.char-warp .char-img {
    width: 34%;
    border-radius: 100%;
    -moz-border-radius: 100%;
    /* -webkit-border-radius: 100%; */
    overflow: hidden;
    background-image: url(../images/circle.png);
    padding: 3px;
    background-color: #ffff;
    background-size: cover;
}

.char-warp .char-img img {
    width: 100%;
    float: left;
    border-radius: 100%;
    -moz-border-radius: 100%;
    /* -webkit-border-radius: 100%; */
}

.char-warp .char-desc {
    width: 56%;
    /* margin-left: auto; */
    top: 60%;
    position: absolute;
    /* left: 0%; */
    right: 0%;
}

.char-warp .char-desc h3 {
    font-family: 'a_love_of_thunderregular';
    font-size: 27.19px;
    color: #ff6600;
}

.char-warp .char-desc p {
    font-family: 'a_song_for_jenniferregular';
    color: #000;
    font-size: 17px;
    line-height: 22px;
    font-weight: bold;
}

#bx-pager.char-warp .char-img {
    width: 100%;
    background-size: auto;
}

#bx-pager {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-direction: row;
    max-width: 585px;
    justify-content: flex-end;
    float: revert;
    position: absolute;
    right: 0px;
    background: #fff;
    padding: 20px;
}

#bx-pager li {
    margin: 0 10px;
}

#bx-pager li a.active span {
    color: #ff6600;
}

#bx-pager li img {
    width: 250px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

#bx-pager li span {
    font-family: 'centuryGothicBold';
    font-size: 13px;
    line-height: 18px;
    color: #000;
    text-transform: uppercase;
    margin-top: 10px;
    display: block;
    text-align: center;
}

.bx-controls {
    position: absolute;
    top: 45%;
    width: 100%;
}

.bx-controls .bx-prev {
    background-image: url(../images/dark-left.png);
    width: 21px;
    height: 42px;
    background-size: cover;
    float: left;
    margin-left: -40px;
    text-indent: -99999px;
}

.bx-controls .bx-next {
    background-image: url(../images/dark-right.png);
    width: 21px;
    height: 42px;
    background-size: cover;
    float: right;
    margin-right: -40px;
    text-indent: -99999px;
}


/*modal*/

.modal-body {
    position: relative;
    /* background: black; */
    padding: 0px;
    color: #000;
    text-align: center;
    border-radius: 0px 0px 10px 10px;
    background-repeat: repeat;
    background-image: url(../images/videosectionbg.png);
}

.modal-footer {
    padding: 15px;
    text-align: right;
}

.modal-header {
    padding: 15px;
    background-color: #fff;
    border-radius: 10px 10px 0px 0px;
}

.modal-header .close {
    margin-top: 11px;
}

.modal-header button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.modal-header .close {
    float: right;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.modal-header img {
    height: 70px;
}

.modal-content {
    position: relative;
    background-color: #000;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /* border: 1px solid #999; */
    /* border: 1px solid rgba(0,0,0,.2); */
    border-radius: 10px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}


/*modal end*/


/* Decrease greyscale to 0% to the img nested within active link */

@media(max-width:767px)
/*VIDEO SECTION*/

{
    /*swati 24 feb responsive*/

    .article-warp .box {
    
    margin-left: 0px;
}
    .slidervideos {
    
    padding-left: 0px;
}


    .menu-old-season ul li {
    
margin-top: -20px;
    
padding-inline: 7px;
    }
    .orange-left {
        width: 46px;
    }
    .also-featuring {
        padding: 7px 0px;
    }
    .fruits-right {
        bottom: -103px;
        width: 176px;
    }
    .heading-box h3 {
        text-align: center;
    }
    .description p {
        padding: 0px 14px 0px 0px;
    }
    .description h5 {
        font-size: 35.19px;
    }
    .description h5 span {
        font-size: 54.32px;
    }
    .team-member h3 {
        padding-left: 101px;
    }
    .meetbox ul {
        padding: 56px 0% 0px 0px;
    }
    .aboutsection {
        padding: 20px 0px;
    }
    .flex-box-featuring {
        flex-direction: column;
    }
    .heading-box {
        padding: 30px;
    }
    .featuring1 {
        width: 100%;
        margin: 30px 0px;
        height: 154px;
        padding: 15px;
    }
    .featuring2 {
        width: 100%;
        margin: 55px 0px;
        height: 170px;
    }
    .episodeheadingwrap h2 {
        font-size: 19px;
        padding-top: 0px;
    }
    .header-in {
        padding: 60px 0px;
    }
    .quotewriter {
        padding: 0px;
    }
    .contest {
        top: 0px;
        /* padding-right: 0px; */
        right: 7px;
    }
    .contest-winners {
        /* top: 0px; */
        /* left: 0; */
    }
    .video1:before {
        content: url("../images/left-bottom.png");
        position: absolute;
        left: -6px;
        top: 145px;
        width: 0;
        height: 0;
    }
    .video1:after {
        content: url("../images/right-top.png");
        position: absolute;
        right: 30px;
        top: -2px;
        width: 0;
        height: 100%;
    }
    .videosection {
        min-height: 427px;
        padding-top: 0px;
        margin-top: -147px;
    }
    .videosection iframe {
        width: 100%;
        height: auto;
    }
    .videowrapper {
        padding: 20px;
    }
    .videocenter:before {
        content: url("../images/videoleftborder.png");
        bottom: 0;
    }
    .video1 .style-box:before {
        bottom: -9px;
    }
    .video1 .style-box:after {
        top: 0px;
    }
    .videobox div.owl-nav .owl-next {
        background-image: url(../images/rightarrow.png);
        margin-right: -30px;
        width: 20px;
        height: 39px;
        top: -21px;
    }
    .videobox div.owl-nav .owl-prev {
        background-image: url(../images/leftarrow.png);
        margin-left: -30px;
        width: 20px;
        height: 39px;
        top: -21px;
    }
    .video1 p {
        line-height: 18px;
    }
    .videobox a h4 {
        padding-left: 0px;
        text-align: center;
    }
    .videobox a p {
        padding-left: 0px;
        text-align: center;
    }
    .plateright {
        /* right: 0px; */
        text-align: center;
        width: 30%;
        bottom: -54px;
    }
    /*ABOUT SECTION*/
    .aboutflexcontainer {
        flex-direction: column;
        padding: 0px 20px;
    }
    .description {
        padding: 20px;
    }
    .aboutflexcontainer .description {
        width: 100%;
        padding-right: 0%;
    }
    .roller {
        visibility: hidden;
    }
    /*new media query by swati*/
    .videobox {
        padding: 50px 0px;
    }
    .about-char h2 {
        font-size: 80px;
        line-height: 100px;
    }
    .header-in {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        padding: 95px 0px;
    }
    .logo-text {
        font-size: 24px;
        line-height: 25px;
        width: 90%;
        text-align: center;
        padding-top: 78px;
    }
    .logo {
        top: 22px;
        width: 58%;
    }
    .logo-text span.left-q {
        width: 25px;
        height: 25px;
        left: -10px;
        top: 61px;
    }
    .logo-text span.right-q {
        width: 25px;
        height: 25px;
        right: -18px;
    }
    .about-char h2:before {
        left: 80%;
        height: 55px;
        width: 52px;
        top: 79px;
        margin-left: -128px;
        background-size: cover;
    }
    #bx-pager {
        top: 90%;
        padding: 10px;
    }
    .bx-controls .bx-next {
        width: 12px;
        height: 22px;
        margin-right: -10px;
    }
    .bx-controls .bx-prev {
        width: 12px;
        height: 22px;
        margin-left: -10px;
    }
    #bx-pager li span {
        font-size: 9px;
        line-height: 11px;
    }
    .aboutflexcontainer .imgbox {
        width: 100%;
    }
    .about-char:after {
        height: 152px;
        width: 100%;
        bottom: -218px;
    }
    .kitchen-wrap h3 {
        font-size: 35px;
        line-height: 38px;
    }
    .char-warp .char-img {
        align-self: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .kitchen-wrap {
        padding: 35px 0 0 0;
    }
    .kitchen-wrap div.owl-nav .owl-next {
        margin-right: -15px;
        width: 25px;
        height: 45px;
    }
    .kitchen-wrap div.owl-nav .owl-prev {
        margin-left: -14px;
        width: 20px;
        height: 49px;
    }
    /*FOOTER MEDIA QUERY*/
    .alia {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
}

@media screen and (orientation:landscape) and (min-device-width: 812px) {
    #bx-pager {
        top: 8%;
    }
    .about-char h2 {
        font-size: 180px;
    }
    .kitchen-wrap div.owl-nav .owl-next {
        margin-right: -40px;
    }
    .kitchen-wrap div.owl-nav .owl-prev {
        margin-left: -40px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px)
/*VIDEO SECTION*/

{
    .video1:before {
        content: url("../images/left-bottom.png");
        position: absolute;
        left: -6px;
        top: 129px;
        width: 0;
        height: 0;
    }
    .video1:after {
        content: url("../images/right-top.png");
        position: absolute;
        right: 25px;
        top: 0;
        width: 0;
        height: 100%;
    }
    .videosection iframe {
        width: 100%;
        height: auto;
    }
    .videowrapper {
        padding: 20px;
    }
    .videocenter:before {
        content: url("../images/videoleftborder.png");
        top: 110px;
    }
    .videobox div.owl-nav .owl-next {
        background-image: url(../images/rightarrow.png);
        margin-right: -30px;
        width: 20px;
        height: 39px;
    }
    .videobox div.owl-nav .owl-prev {
        background-image: url(../images/leftarrow.png);
        margin-left: -30px;
        width: 20px;
        height: 39px;
    }
    .plateright {
        right: 0px;
    }
    /*ABOUT SECTION*/
    .aboutflexcontainer {
        flex-direction: row;
        padding: 0px 30px;
    }
    .description {
        padding: 20px;
    }
    .roller {
        visibility: hidden;
    }
    .about-char h2 {
        font-size: 180px;
    }
    #bx-pager {
        top: 70%;
    }
}


/*character*/

.character-box {
    width: 100%;
    float: left;
    padding: 79px 0px;
}

.character-box h3 {
    font-family: 'signpaintermedium';
    color: #ff7254;
    text-align: center;
    font-size: 40px;
    line-height: 48px;
    padding-bottom: 20px;
}

.character-box h3 span {
    font-family: 'a_love_of_thunderregular';
    color: #1579bd;
}

.cst-tab-char {
    width: 100%;
    float: left;
}

.chartab {}

.chartab.one h2 {
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px
}

.chartab.five h2 {
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0
}

.chartab h2 {
    text-align: left;
    background: #fff;
    display: block;
    padding: 22px 28px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    margin: 0px;
    color: #000;
    font-weight: bold;
}

.chartab h2 span {
    font-size: 12px;
    line-height: 16px;
    text-transform: capitalize;
    display: block;
    color: #ff7254;
}

.cst-tab-char a.active .chartab h2 {
    color: #fff;
    background: #ff7254;
    text-decoration: none;
    position: relative;
}

.cst-tab-char a.active .chartab h2:after {
    position: absolute;
    content: "";
    left: 50%;
    margin-left: -15px;
    border: 16px solid transparent;
    border-top: 11px solid #ea7051;
    top: 100%;
    z-index: 999;
}

.cst-tab-char a.active .chartab h2 span {
    color: #fff;
}

.chartab.five img {
    width: 277px;
    position: relative;
    right: -15px;
    max-width: initial;
}

.cst-tab-char ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    border-bottom: 1px solid #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.tab-contnet-wrap {
    width: 100%;
    float: left;
}

.cst-tab-char ul li {
    width: 20%;
}

.cst-tab-char ul li img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}

.cst-tab-char ul li a.active img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
    filter: grayscale(0);
}

.cst-tab-char ul li a span {}

.cst-tab-char ul li a:hover h2 {
    text-decoration: none;
}

.cst-tab-char ul li a:hover {
    text-decoration: none;
}

.tab-contnet-box.active {
    display: flex;
}

.tab-contnet-box {
    display: none;
    flex-direction: row;
    align-items: center;
    padding: 30px 22px;
}

.tab-contnet-box .text-title {
    float: left;
    width: 28%;
    padding-top: 40px;
}

.tab-contnet-box .text-title h2 {
    font-family: 'a_love_of_thunderregular';
    color: #ff6600;
    margin: 0px;
    padding: 3px;
    background-image: url(../images/dark-right.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.tab-contnet-box .text-title h2 span {
    font-family: 'a_love_of_thunderregular';
    color: #1579bd;
    font-size: 18px;
    display: block;
}

.tab-contnet-box .text-desc {
    float: left;
    width: 71%;
    font-size: 15px;
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    padding-left: 40px;
    padding-top: 40px;
}

.cst-tab-char ul li p {
    display: none;
}

@media only screen and (max-device-width: 992px) {
    .chartab.five img {
        width: 157px;
        position: relative;
        right: -20px;
    }
    .tab-contnet-box .text-title h2 span {
        font-family: 'a_love_of_thunderregular';
        color: #1579bd;
        font-size: 10px;
        display: block;
    }
    .chartab h2 {
        padding: 22px 13px;
    }
    .chartab h2 span {
        font-size: 10px;
    }
}

@media only screen and (max-device-width: 767px) {
    .cst-tab-char ul {
        flex-direction: column;
    }
    .cst-tab-char ul li {
        width: 100%;
    }
    .chartab.five img {
        max-width: 100%;
    }
    .tab-contnet-box.active {
        display: none!important
    }
    .tab-contnet-box {
        display: none!important
    }
    .cst-tab-char ul li p {
        display: block;
        font-size: 17px;
        font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
        padding-left: 0px;
        color: #000;
        padding-top: 14px;
    }
    .chartab h2 {
        padding: 22px 13px;
        font-size: 30px;
    }
    .chartab h2 span {
        font-size: 19px;
    }
}


/*character*/


/* swati*/