@charset "utf-8";
/* CSS Document */

::-webkit-input-placeholder {
    color: #fff !important;
}

::-moz-placeholder {
    color: #fff !important;
}

:-ms-input-placeholder {
    color: #fff !important;
}

:-moz-placeholder {
    color: #fff !important;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/*Handle linear-gradient(135deg, rgb(224, 224, 224) 0%,rgba(255,255,255,0) 34%)*/

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after,
*:focus {
    box-sizing: inherit;
    margin: 0;
    padding: 0;
    outline: none;
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #303030;
    font-weight: 300;
    letter-spacing: 0.5px;
    /*background: #000;*/
     background: url("../img/texture-bg.jpg") repeat top center; 
}

video.video-resize {
    width: auto;
    right: 0;
    left: auto;
}

section {
    clear: both;
}

div#html5-watermark {
    display: none !important;
}

div#html5-elem-box {
    height: auto !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    line-height: 1.2;
    position: relative;
}

strong {
    font-weight: 700;
}

.greetings-wall {
    position: relative;
    padding-top: 128px;
    background-color: #ffffff;
}

.greetings-wrapper {
    display: flex;
}

.greetings-wrapper .greeting {
    position: relative;
    z-index: 2;
}

.greetings-wrapper::after {
    background-color: #d9edff;
    position: absolute;
    right: 0;
    left: 0;
    height: 420px;
    content: "";
    z-index: 1;
    bottom: 25%;
}

.greeting .mt-25 {
    margin-top: -25%;
}

.greeting .mt-40 {
    margin-top: 40%;
}

.greetings-wall.pdt-0 {
    padding-top: 0;
}

.press-ad {
    position: relative;
    background-color: #ffffff;
}

.blue-bg-press-ad {
    position: absolute;
    bottom: 0;
}

.press-ad .pressAd-txt {
    position: absolute;
    bottom: 52%;
    right: 28%;
}

.press-ad .pressAd-txt::after {
    content: "";
    position: absolute;
    bottom: 0;
    background: #000;
    height: 3px;
    width: 100%;
    left: 0;
}

.press-ad-img {
    position: relative;
    z-index: 3;
}

/* .press-ad::after {
  content: '';
  position: absolute;
  background-image: url(../img/work/vfs/press-ad-bg-blue.png);
  height: 300px;
  right: 0;
  left: 0;
  z-index: 2;
  bottom: 0;
} */

.workpage-overview-details.vfs-video {
    padding-top: 260px;
    position: relative !important;
    /* Ensure this element is positioned */
}

.workpage-overview-details.vfs-video::after {
    content: '';
    background-color: #00adef;
    height: 600px;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    /* Optional: Add a z-index if needed */
    /* z-index: -1; */
}

.typ-projection-wall {
    background-image: url('../img/work/vfs/projection-wall-blue-bg.jpg');
    background-size: contain;
    /* height: 1000px; */
}

.typ-projection-wall .clr-white {
    color: #ffffff;
}

.typ-projection-wall .clr-white::after {
    left: 0;
    background-color: #ffffff;
}

.projection-wall-wrapper.right-wrapper {
    display: flex;
    align-items: center;
    justify-content: end;
}

.mrgb-65 {
    margin-bottom: 65px;
}

.projection-wall-txt {
    padding-left: 60px;
}

@media only screen and (min-width: 1441px) {
    .container {
        width: 1280px;
    }
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("../img/animation.gif") no-repeat #ffffff center center;
    opacity: 1;
    overflow: hidden;
    /* transition: all 500ms ease-in-out; */
}

/* event-section */

.section-event {
    background-color: #ffffff;
    position: relative;
}

.img-txt-wrapper .img-wrapper img {
    max-width: 70%;
    position: relative;
    left: 3%;
    z-index: 2;
}

.img-txt-wrapper .second-blue-img img {
    max-width: 95%;
    position: absolute;
    bottom: -23%;
    z-index: 1;
}

.img-txt-wrapper .txt-wrapper {
    position: absolute;
    bottom: 31%;
    right: 5%;
}

.img-txt-wrapper .txt-wrapper .workpage-heading {
    visibility: visible !important
}

/* event-section end */

/* typ-video-section */

.typ-video-sectopn-vfs {}

/* typ-video-section  end*/

/* projection-wall-section-start */

.projection-wall {
    background-image: url('assets/img/work/vfs/projection-wall-blue-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

/*---clickAnimation_wrp---*/

.mrgB90 {
    margin-bottom: 90px;
}

.mrgB110 {
    margin-bottom: 110px;
}

.mrgB120 {
    margin-bottom: 120px;
}

#clickAnimation_wrp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/animation.gif") no-repeat #ffffff center center;
    opacity: 0;
    z-index: -1;
}

#clickAnimation_wrp.current {
    z-index: 99999;
}

a#back-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    /*padding: 10px 20px;*/
    z-index: 11111;
    text-align: center;
    display: none;
}

a#back-to-top span.top_icon {
    display: block;
    /* color: #f15931; */
    /* font-size: 18px; */
    /* background: #f15931; */
    width: 40px;
    /* height: 50px; */
    /*padding: 10px*/
    /* border-radius: 100px; */
}

a#back-to-top span.txt {
    display: block;
    color: #fff;
    background: #f15931;
    padding: 2px 7px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    font-size: 11px;
}

a#back-to-top:hover,
a#back-to-top:hover span.txt {
    color: #000;
    text-decoration: none;
}

/***********************/

/*        Header       */

/***********************/

a.navbar-brand.brand-logo.pageLink,
a.navbar-brand.brand-logo.pageLink:focus {
    position: fixed;
    top: 40px;
    left: 40px;
    transform: none;
    text-align: left;
    z-index: 11;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
}

.global-menu__item {
    line-height: 1.6;
    border-bottom: 2px solid #f46f37;
    transition: color 500ms ease-in-out;
}

.global-menu__item.menu:before {
    content: "";
    opacity: 0;
    position: absolute;
    top: 0%;
    left: -30px;
    width: 12px;
    height: 12px;
    border-radius: 100px;
    background: #f46f37;
    /*transform:scale(0);*/
    transition: all 500ms ease-in-out;
}

.global-menu__item.menu:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0%;
    height: 2px;
    background: #f46f37;
    transition: all 500ms ease-in-out;
}

.global-menu__item:hover {
    text-decoration: none;
    transition: color 500ms ease-in-out;
    color:#f46f37 !important;
}

.global-menu__item.menu:hover:after {
    width: 100%;
    height: 2px;
    background: #f46f37;
    color:#f46f37 !important;
    transition: all 500ms ease-in-out;
}

.global-menu__item.menu:hover:before {
    /*top:62%;transform:scale(1);*/
    -webkit-animation: dropdown-box-menu 4s linear infinite 0s;
    transition: all 500ms ease-in-out;
}

@-webkit-keyframes dropdown-box-menu {
    0% {
        opacity: 1;
        height: 12px;
    }
    4% {
        opacity: 1;
        top: 65%;
        height: 12px;
        margin-top: 6px;
    }
    5% {
        opacity: 1;
        top: 58%;
        height: 16px;
        margin-top: 0px;
    }
    6% {
        opacity: 1;
        top: 65%;
    }
    7% {
        opacity: 1;
        top: 61%;
        height: 12px;
        margin-top: 0px;
    }
    10% {
        opacity: 1;
        top: 65%;
    }
    100% {
        opacity: 1;
        top: 65%;
    }
}

header {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 130px;
    padding: 25px;
    z-index: 0;
    /* transition: all 200ms ease-in-out; */
}

header.trasparentBG {
    background: none !important;
    transition: all 500ms ease-in-out;
}

header.stickyHeader {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
    /* padding: 0px 15px; */
    /* box-shadow: 0 0 7px #000000; */
    filter: blur(8px);
    /* transition: all 200ms ease-in-out; */
}

header.stickyHeader .heartbeat-logo {
    width: 120px;
    transition: all 500ms ease-in-out;
}

header.stickyHeader button.hamburger-menu {
    top: 10px;
}

/***********************/

/*        Header       */

/***********************/

/***********************/

/*    Style-Format     */

/***********************/

.opacity_0 {
    opacity: 0;
}

.opacity_08 {
    opacity: 0.08;
}

.opacity_1 {
    opacity: 0.1;
}

.opacity_2 {
    opacity: 0.2;
}

.opacity_3 {
    opacity: 0.3;
}

.opacity_4 {
    opacity: 0.4;
}

.opacity_5 {
    opacity: 0.5;
}

.opacity_6 {
    opacity: 0.6;
}

.opacity_7 {
    opacity: 0.7;
}

.opacity_8 {
    opacity: 0.8;
}

.opacity_9 {
    opacity: 0.9;
}

.opacity_10 {
    opacity: 10;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.padding-10 {
    padding: 10px;
}

.padding-20 {
    padding: 20px;
}

.padding-30 {
    padding: 30px;
}

.padding-40 {
    padding: 40px;
}

.padding-50 {
    padding: 50px;
}

.padding-60 {
    padding: 60px;
}

.padding-70 {
    padding: 70px;
}

.padding-80 {
    padding: 80px;
}

.padding-90 {
    padding: 90px;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.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;
}

.pl-60 {
    padding-left: 60px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-90 {
    padding-left: 90px;
}

.pl-100 {
    padding-left: 100px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-6 {
    padding-right: 6px;
}

.pr-7 {
    padding-right: 7px;
}

.pr-8 {
    padding-right: 8px;
}

.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;
}

.pr-60 {
    padding-right: 60px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-90 {
    padding-right: 90px;
}

.pr-100 {
    padding-right: 100px;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-20 {
    margin-left: 20px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-60 {
    margin-left: 60px;
}

.ml-70 {
    margin-left: 70px;
}

.ml-80 {
    margin-left: 80px;
}

.ml-90 {
    margin-left: 90px;
}

.ml-100 {
    margin-left: 100px;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mr-50 {
    margin-right: 50px;
}

.mr-60 {
    margin-right: 60px;
}

.mr-70 {
    margin-right: 70px;
}

.mr-80 {
    margin-right: 80px;
}

.mr-90 {
    margin-right: 90px;
}

.mr-100 {
    margin-right: 100px;
}

.z-index1 {
    z-index: 1;
    background: none !important;
}

.z-index2 {
    z-index: 2;
}

.z-index3 {
    z-index: 3;
}

.z-index4 {
    z-index: 4;
}

.z-index5 {
    z-index: 5;
}

.z-index6 {
    z-index: 6;
}

.z-index7 {
    z-index: 7;
}

.z-index8 {
    z-index: 8;
}

.z-index99 {
    z-index: 99;
}

/***********************/

/*    Style-Format     */

/***********************/

/***********************/

/*       Footer        */

/***********************/

footer {
    position: relative;
    font-size: 13px;
    line-height: 1;
    padding-top: 0px;
    padding-bottom: 0px;
    overflow: hidden;
    /* background: rgba(0, 0, 0, 0.2); */
    background: url(../img/texture-bg.jpg) repeat top center;
}

footer h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 100;
    text-align: center;
    margin-bottom: 50px;
}

footer .footer_links {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0;
    margin-bottom: 21px;
}

footer .footer_links .f_text {
    color: #fff;
}

footer .footer_links .f_line {
    width: 100%;
    height: 2px;
    background: #4d4138;
    display: block;
    margin: 11px 0px 0px 0px;
}

footer .footer_links .f_links {
    color: #f46f37;
    text-align: right;
    float: right;
}

footer .footer_links>div {
    padding: 0px;
}

footer .footer_links:nth-child(1) .f_line {
    width: 153%;
    margin-left: -17%;
}

footer .footer_links:nth-child(2) .f_line {
    width: 125%;
    margin-left: -16%;
}

footer .footer_links:nth-child(3) .f_line {
    width: 118%;
    margin-left: -10%;
}

footer .footer_links:nth-child(4) .f_line {
    width: 122%;
    margin-left: 0%;
}

footer .top-footer {
    padding-top: 130px;
    padding-bottom: 70px;
    background: rgba(0, 0, 0, 0.2);
}

footer .sub-footer {
    padding-top: 50px;
    padding-bottom: 20px;
    color: #f46f37;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
}

footer .sub-footer h4 {
    font-size: 15px;
    font-weight: 500;
    font-family: "Poppins";
}

.Topscroll {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 20px;
    line-height: 2;
    background: #f4792a;
    text-align: center;
    display: block;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.Topscroll:hover {
    color: #fff;
}

/***********************/

/*       Footer        */

/***********************/

/***********************/

/*     Social Media    */

/***********************/

ul.social_media_footer {
    margin: 30px 0px 0px 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}

ul.social_media_footer>li {
    display: inline-block;
}

ul.footerLinks li.active>a {
    font-weight: 700;
    color: #333;
}

ul.social_media_footer>li {
    padding: 0px 5px 0px 5px;
    text-align: center;
    display: inline-block;
}

ul.social_media_footer>li>a {
    font-size: 20px;
    text-align: center;
    display: block;
    width: 44px;
    height: 44px;
    line-height: 1.4;
    padding: 8px 7px 8px 7px !important;
    color: #ffffff;
    /* border: 1px solid #44494c; */
    border-radius: 100% !important;
    background: #44494c;
    transition: all 500ms ease-in-out;
}

a.fb:hover {
    color: #fff;
    background: #3b5998 !important;
    transition: all 500ms ease-in-out;
}

a.tw:hover {
    color: #fff;
    background: #000000 !important;
    transition: all 500ms ease-in-out;
}

a.dr:hover {
    color: #fff;
    background: #eb4b89 !important;
    transition: all 500ms ease-in-out;
}

a.in:hover {
    color: #fff;
    background: #0077b5 !important;
    transition: all 500ms ease-in-out;
}

a.insta:hover {
    color: #fff;
    /* background: #9c2cb7 !important; */
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    transition: all 500ms ease-in-out;
}

a.vi:hover {
    color: #fff;
    background: #00adef !important;
    transition: all 500ms ease-in-out;
}

a.yt:hover {
    color: #fff;
    background: #d82423 !important;
    transition: all 500ms ease-in-out;
}

/***********************/

/*     Social Media    */

/***********************/

section.home-sec-mumbai {
    position: relative;
    /* padding: 100px 0px; */
    /* background: #011939; */
}

section.home-sec-mumbai:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 100%;
    opacity: 0.5;
    background: url(../img/parallax-bg-3.jpg) no-repeat center center;
    background-attachment: fixed;
}

section.home-sec-mumbai h1 {
    display: inline-block;
    font-family: "Poppins";
    font-weight: 700;
    font-size: 5vw;
    color: #ffffff;
    letter-spacing: 2vw;
    line-height: 1;
    text-transform: uppercase;
    margin: 5px 0px;
}

section.home-sec-mumbai h2 {
    font-weight: 400;
    font-size: 3.2vh;
    color: #ffffff;
    letter-spacing: 1px;
    line-height: 1.3;
    text-transform: uppercase;
    margin: 0px;
    padding: 10px 10px 2px 10px;
    display: inline-block;
    position: relative;
}

/***********************/

/*       CheckBox      */

/***********************/

.radioboxWrp {
    /* margin-top: 10px; */
    margin-bottom: 30px;
}

input.radioTxt {
    opacity: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

input[type="radio"]+label.radioBox_css {
    position: relative;
    padding-left: 7px;
    font-size: 14px;
    font-weight: 400;
    margin: 0px;
    cursor: pointer;
}

input[type="radio"]+label.radioBox_css:after {
    content: "";
    position: absolute;
    top: 9px;
    left: -17px;
    width: 8px;
    height: 8px;
    background: white;
    border-radius: 100px;
    /* box-shadow: 1px 1px 0 1px white; */
    z-index: 1;
    border: none;
    /* transform: rotate(45deg); */
    opacity: 0;
    transition: all 300ms ease-in-out;
}

input[type="radio"]+label.radioBox_css:before {
    content: "";
    position: absolute;
    top: 2px;
    left: -24px;
    width: 22px;
    height: 22px;
    background: white;
    border: 1px solid #ddc4a6;
    border-radius: 100px;
    z-index: 0;
    transition: all 300ms ease-in-out;
}

input[type="radio"]:checked+label.radioBox_css {
    color: #f15931;
}

input[type="radio"]:checked+label.radioBox_css:after {
    opacity: 1;
}

input[type="radio"]:checked+label.radioBox_css:before {
    background: #f15931;
    border: 2px solid #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: all 300ms ease-in-out;
}

.checkboxWrp {
    /* margin-top: 10px; */
    margin-bottom: 30px;
}

input.checkTxt {
    opacity: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

input[type="checkbox"]+label.checkBox_css {
    position: relative;
    padding-left: 7px;
    font-size: 14px;
    font-weight: 400;
    margin: 0px;
    cursor: pointer;
}

input[type="checkbox"]+label.checkBox_css:after {
    content: "";
    position: absolute;
    top: 9px;
    left: -17px;
    width: 8px;
    height: 8px;
    background: white;
    /* border-radius: 100px; */
    /* box-shadow: 1px 1px 0 1px white; */
    z-index: 1;
    border: none;
    /* transform: rotate(45deg); */
    opacity: 0;
    transition: all 300ms ease-in-out;
}

input[type="checkbox"]+label.checkBox_css:before {
    content: "";
    position: absolute;
    top: 2px;
    left: -24px;
    width: 22px;
    height: 22px;
    background: white;
    border: 1px solid #ddc4a6;
    /* border-radius: 100px; */
    z-index: 0;
    transition: all 300ms ease-in-out;
}

input[type="checkbox"]:checked+label.checkBox_css {
    color: #f15931;
}

input[type="checkbox"]:checked+label.checkBox_css:after {
    opacity: 1;
}

input[type="checkbox"]:checked+label.checkBox_css:before {
    background: #f15931;
    border: 2px solid #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: all 300ms ease-in-out;
}

/***********************/

/*       CheckBox      */

/***********************/

.rw-wrapper {
    width: 100%;
    position: relative;
    margin: 110px auto 0 auto;
    padding: 10px;
}

.rw-sentence {}

.rw-sentence span {}

.rw-words {
    width: 100%;
    text-align: center;
    display: inline-block;
}

.rw-words-1 span {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-animation: rotateWord 8s linear infinite 0s;
    -ms-animation: rotateWord 8s linear infinite 0s;
    animation: rotateWord 8s linear infinite 0s;
}

.rw-words-1 span:nth-child(2) {
    -webkit-animation-delay: 2s;
    -ms-animation-delay: 1s;
    animation-delay: 2s;
}

.rw-words-1 span:nth-child(3) {
    -webkit-animation-delay: 4s;
    -ms-animation-delay: 4s;
    animation-delay: 4s;
}

.rw-words-1 span:nth-child(4) {
    -webkit-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}

/*.rw-words-1 span:nth-child(5) {-webkit-animation-delay: 8s;-ms-animation-delay: 8s;animation-delay: 8s;}
.rw-words-1 span:nth-child(6) {-webkit-animation-delay: 10s;-ms-animation-delay: 10s;animation-delay: 10s;}*/

@-webkit-keyframes rotateWord {
    0% {
        opacity: 0;
    }
    2% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
    }
    5% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }
    17% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }
    20% {
        opacity: 0;
        -webkit-transform: translateY(30px);
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-ms-keyframes rotateWord {
    0% {
        opacity: 0;
    }
    2% {
        opacity: 0;
        -ms-transform: translateY(-30px);
    }
    5% {
        opacity: 1;
        -ms-transform: translateY(0px);
    }
    17% {
        opacity: 1;
        -ms-transform: translateY(0px);
    }
    20% {
        opacity: 0;
        -ms-transform: translateY(30px);
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes rotateWord {
    0% {
        opacity: 0;
    }
    2% {
        opacity: 0;
        transform: translateY(-30px);
    }
    5% {
        opacity: 1;
        transform: translateY(0px);
    }
    17% {
        opacity: 1;
        transform: translateY(0px);
    }
    20% {
        opacity: 0;
        transform: translateY(30px);
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@media screen and (max-width: 768px) {
    .rw-sentence {
        font-size: 18px;
    }
}

@media screen and (max-width: 320px) {
    .rw-sentence {
        font-size: 9px;
    }
}

.quote div {
    padding: 0px;
    margin: 0;
    letter-spacing: 0;
    /*overflow: hidden;*/
}

section.home-sec-01 {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 100vw;
    height: 100vh;
    position: relative;
    background: url(../img/texture-bg.jpg) #80736b repeat top center;
}

section.home-sec-01 .t-box {
    display: inline-block;
    position: relative;
    margin-bottom: 6vh;
}

section.home-sec-01 .t-box .t-line {}

section.home-sec-01 .t-box .t-shadow {
    position: absolute;
    top: 0;
    left: 0;
}

section.home-sec-01 h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 3vh;
    line-height: 1.1;
}

section.home-sec-01 h1 span {
    display: inline-block;
}

section.home-sec-01 .quote div {
    overflow: hidden;
}

section.home-sec-01 .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/hero-bg.jpg") no-repeat bottom right;
    background-size: cover;
    mix-blend-mode: multiply;
}

section.home-sec-01 h2 {
    color: #cddc39;
    font-family: "Poppins";
    font-size: 3vh;
    font-weight: 900;
    letter-spacing: 4px;
    text-transform: uppercase;
    position: relative;
    height: 7vh;
}

section.home-sec-01 h2:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 46%;
    /* bottom: 0; */
    /* right: 0; */
    width: 2px;
    height: 100px;
    margin: auto;
    background: #4d4640;
    z-index: -1;
    transform: rotate(45deg) translate(-50%, -50%);
}

.drop-dots {
    opacity: 0;
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: #deff00;
    box-shadow: inset 3px 1px 14px 0px rgba(0, 0, 0, 0.7);
}

.drop-dots.dd-01 {
    top: 36%;
    left: 1%;
    /* background: red; */
}

.drop-dots.dd-02 {
    top: 27.5%;
    left: 62.2%;
}

.drop-dots.dd-03 {
    top: 51%;
    left: 19%;
}

.drop-dots.dd-04 {
    top: 64%;
    left: 89%;
}

.drop-dots.dd-05 {
    top: 93%;
    left: 7%;
}

.drop-dots.dd-06 {
    top: 27.5%;
    left: 62.2%;
}

.drop-dots,
.drop-dots.dd-01 {
    -webkit-animation: dropdown-box 4s linear infinite 0s;
    /* Safari 4+ */
    -moz-animation: dropdown-box 4s linear infinite 0s;
    /* Fx 5+ */
    -o-animation: dropdown-box 4s linear infinite 0s;
    /* Opera 12+ */
    animation: dropdown-box 4s linear infinite 0s;
    /* IE 10+, Fx 29+ */
}

.drop-shadow,
.drop-shadow.ds-01 {
    -webkit-animation: dropshadow-box 4s linear infinite 0s;
    /* Safari 4+ */
    -moz-animation: dropshadow-box 4s linear infinite 0s;
    /* Fx 5+ */
    -o-animation: dropshadow-box 4s linear infinite 0s;
    /* Opera 12+ */
    animation: dropshadow-box 4s linear infinite 0s;
    /* IE 10+, Fx 29+ */
}

.drop-dots.dd-02,
.drop-shadow.ds-02 {
    -webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    -o-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.drop-dots.dd-03,
.drop-shadow.ds-03 {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.drop-dots.dd-04,
.drop-shadow.ds-04 {
    -webkit-animation-delay: 2.1s;
    -moz-animation-delay: 2.1s;
    -o-animation-delay: 2.1s;
    animation-delay: 2.1s;
}

.drop-dots.dd-05,
.drop-shadow.ds-05 {
    -webkit-animation-delay: 2.8s;
    -moz-animation-delay: 2.8s;
    -o-animation-delay: 2.8s;
    animation-delay: 2.8s;
}

.drop-dots.dd-06,
.drop-shadow.ds-06 {
    -webkit-animation-delay: 3.5s;
    -moz-animation-delay: 3.5s;
    -o-animation-delay: 3.5s;
    animation-delay: 3.5s;
}

@-webkit-keyframes dropdown-box {
    0% {
        opacity: 1;
        height: 24px;
    }
    4% {
        opacity: 1;
        top: 100%;
        height: 18px;
        margin-top: 6px;
    }
    5% {
        opacity: 1;
        top: 95%;
        height: 24px;
        margin-top: 0px;
    }
    6% {
        opacity: 1;
        top: 100%;
    }
    7% {
        opacity: 1;
        top: 98%;
        height: 24px;
        margin-top: 0px;
    }
    10% {
        opacity: 1;
        top: 100%;
    }
    18% {
        opacity: 0;
        top: 100%;
    }
    100% {
        opacity: 0;
        top: 100%;
    }
}

@-moz-keyframes dropdown-box {
    0% {
        opacity: 1;
        height: 24px;
    }
    4% {
        opacity: 1;
        top: 100%;
        height: 18px;
        margin-top: 6px;
    }
    5% {
        opacity: 1;
        top: 95%;
        height: 24px;
        margin-top: 0px;
    }
    6% {
        opacity: 1;
        top: 100%;
    }
    7% {
        opacity: 1;
        top: 98%;
        height: 24px;
        margin-top: 0px;
    }
    10% {
        opacity: 1;
        top: 100%;
    }
    18% {
        opacity: 0;
        top: 100%;
    }
    100% {
        opacity: 0;
        top: 100%;
    }
}

@-o-keyframes dropdown-box {
    0% {
        opacity: 1;
        height: 24px;
    }
    4% {
        opacity: 1;
        top: 100%;
        height: 18px;
        margin-top: 6px;
    }
    5% {
        opacity: 1;
        top: 95%;
        height: 24px;
        margin-top: 0px;
    }
    6% {
        opacity: 1;
        top: 100%;
    }
    7% {
        opacity: 1;
        top: 98%;
        height: 24px;
        margin-top: 0px;
    }
    10% {
        opacity: 1;
        top: 100%;
    }
    18% {
        opacity: 0;
        top: 100%;
    }
    100% {
        opacity: 0;
        top: 100%;
    }
}

@keyframes dropdown-box {
    0% {
        opacity: 1;
        height: 24px;
    }
    4% {
        opacity: 1;
        top: 100%;
        height: 18px;
        margin-top: 6px;
    }
    5% {
        opacity: 1;
        top: 95%;
        height: 24px;
        margin-top: 0px;
    }
    6% {
        opacity: 1;
        top: 100%;
    }
    7% {
        opacity: 1;
        top: 98%;
        height: 24px;
        margin-top: 0px;
    }
    10% {
        opacity: 1;
        top: 100%;
    }
    18% {
        opacity: 0;
        top: 100%;
    }
    100% {
        opacity: 0;
        top: 100%;
    }
}

.drop-shadow {
    opacity: 0;
    position: absolute;
    top: calc(100% + 24px);
    width: 44px;
    height: 5px;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.3);
    margin-left: -10px;
    filter: blur(3px);
}

.drop-shadow.ds-01 {
    left: 1;
}

.drop-shadow.ds-02 {
    left: 62.2%;
}

.drop-shadow.ds-03 {
    left: 19%;
}

.drop-shadow.ds-04 {
    left: 89%;
}

.drop-shadow.ds-05 {
    left: 7%;
}

.drop-shadow.ds-06 {
    left: 62.2%;
}

@-webkit-keyframes dropshadow-box {
    0% {
        opacity: 1;
        transform: scale(0.5);
        height: 7px;
    }
    4% {
        opacity: 1;
        transform: scale(1.2);
        height: 5px;
    }
    5% {
        opacity: 1;
        transform: scale(0.8);
        height: 7px;
    }
    6% {
        opacity: 1;
    }
    10% {
        opacity: 1;
    }
    18% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes dropshadow-box {
    0% {
        opacity: 1;
        transform: scale(0.5);
        height: 7px;
    }
    4% {
        opacity: 1;
        transform: scale(1.2);
        height: 5px;
    }
    5% {
        opacity: 1;
        transform: scale(0.8);
        height: 7px;
    }
    6% {
        opacity: 1;
    }
    10% {
        opacity: 1;
    }
    18% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes dropshadow-box {
    0% {
        opacity: 1;
        transform: scale(0.5);
        height: 7px;
    }
    4% {
        opacity: 1;
        transform: scale(1.2);
        height: 5px;
    }
    5% {
        opacity: 1;
        transform: scale(0.8);
        height: 7px;
    }
    6% {
        opacity: 1;
    }
    10% {
        opacity: 1;
    }
    18% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes dropshadow-box {
    0% {
        opacity: 1;
        transform: scale(0.5);
        height: 7px;
    }
    4% {
        opacity: 1;
        transform: scale(1.2);
        height: 5px;
    }
    5% {
        opacity: 1;
        transform: scale(0.8);
        height: 7px;
    }
    6% {
        opacity: 1;
    }
    10% {
        opacity: 1;
    }
    18% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

section.home-sec-02 {
    color: #fff;
    text-align: center;
    padding-top: 300px;
    padding-bottom: 150px;
    position: relative;
    background: url(../img/texture-bg.jpg) repeat top center;
}

section.home-sec-02 h2 {
    font-size: 42px;
    font-weight: 100;
    margin-bottom: 50px;
}

section.home-sec-02 p {}

section.home-sec-02 .birdbox {
    position: absolute;
    top: -278px;
    left: -10vh;
    max-width: 500px;
    /* mix-blend-mode: darken; */
    /* background: url(../img/texture-bg.jpg) repeat top center; */
    /* z-index: -1; */
}

section.home-sec-02 .birdbox img {
    mix-blend-mode: multiply;
}

section.home-sec-03 {
    padding: 25rem 0px 13rem 0px;
    position: relative;
    overflow: hidden;
    /*height: 100vh;*/
    text-align: right;
}

section.home-sec-03 .heading-scroll {
    position: absolute;
    top: 0%;
    overflow: hidden;
    width: 100%;
}

section.home-sec-03 .heading-scroll h2 {
    font-size: 9rem;
    font-weight: 800 !important;
    color: transparent;
    background-color: rgba(0, 0, 0, 0.6);
    text-shadow: 5px 5px 9px rgba(124, 111, 103, 0.8);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}

section.home-sec-03 {
    background: url(../img/texture-bg.jpg) repeat top center;
    position: relative;
}

section.home-sec-03 h2 {}

section.home-sec-03 .home-work.home-mt {
    margin-top: 17rem;
}

section.home-sec-03 .home-work {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 100%;
    overflow: hidden;
    transition: all 300ms ease-in-out;
}

section.home-sec-03 .home-work:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 100%;
    opacity: 0;
    transform: scale(0.5);
    transition: all 300ms ease-in-out;
}

section.home-sec-03 .home-work .hw-thumb {
    overflow: hidden;
    border-radius: 100%;
    position: relative;
}

section.home-sec-03 .home-work .hw-thumb img {}

section.home-sec-03 .home-work .hw-details {
    position: absolute;
    top: 40%;
    left: 13%;
    text-align: left;
    z-index: 5;
}

section.home-sec-03 .home-work .hw-details h4 {
    color: #deff00;
    font-size: 2rem;
    font-weight: 700;
    line-height: 5;
    height: 50px;
    margin-bottom: 0;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    transition: all 300ms ease-in-out;
}

section.home-sec-03 .home-work .hw-details p {
    font-weight: 600;
    line-height: 5;
    height: 30px;
    margin-bottom: 0;
    overflow: hidden;
    transition: all 300ms ease-in-out;
}

section.home-sec-03 .home-work:hover {
    transition: all 300ms ease-in-out;
}

section.home-sec-03 .home-work:hover:after {
    content: "";
    opacity: 0.7;
    transform: scale(1);
    transition: all 300ms ease-in-out;
}

section.home-sec-03 .home-work:hover .hw-details h4 {
    line-height: 1.36;
    transition: all 300ms ease-in-out;
}

section.home-sec-03 .home-work:hover .hw-details p {
    color: #fff;
    line-height: 1.36;
    transition: all 300ms ease-in-out 0.1s;
}

section.home-sec-03 .home-work-heading {
    text-align: center;
    margin-top: 12rem;
}

section.home-sec-03 .home-work-heading h3 {
    color: #fff;
    font-size: 4vw;
    margin-bottom: 30px;
}

/*section.home-sec-03 .home-work-heading a{color: #ffffff;font-size: 21px;font-weight: 700;letter-spacing: 2px;padding: 30px 10px;position: relative;}
section.home-sec-03 .home-work-heading a:after{content: "";position: absolute;top: 39%;left: 34%;width: 3px;height: 100px;background:#deff00;transform: rotate(45deg) translate(-50%, -50%);z-index: -2;}
section.home-sec-03 .home-work-heading a:hover{text-decoration:none}
section.home-sec-03 .home-work-bg{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: url("../img/home-work-bg.jpg") no-repeat bottom right;background-size: 100%;mix-blend-mode: multiply;z-index: 0;}*/

section.contact-sec-01 {
    color: #fff;
    text-align: center;
    /* padding-top: 300px; */
    /* padding-bottom: 150px; */
    position: relative;
    background: url(../img/texture-bg.jpg) repeat top center;
    display: table-cell;
    vertical-align: middle;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: 1;
    padding-top: 100px;
}

section.contact-sec-01 .circle-01 {
    display: none;
    position: absolute;
    top: 25%;
    left: -3.5vw;
    z-index: 5;
    width: 24vw;
}

section.contact-sec-01 .circle-02 {
    display: none;
    position: absolute;
    top: 9%;
    right: -3vw;
    z-index: 6;
    width: 22vw;
}

section.contact-sec-01 .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/contact-bg.png") no-repeat bottom left;
    background-size: contain;
    mix-blend-mode: multiply;
}

section.contact-sec-01 .video-circle-01 {
    position: absolute;
    top: 27%;
    left: -1.5vw;
    z-index: 5;
    width: 21vw;
    height: 21vw;
    border-radius: 100%;
    box-shadow: 0 0 9px black;
    overflow: hidden;
    background: url("../img/video-circle-01.jpg") no-repeat center center;
}

section.contact-sec-01 .video-circle-01 iframe {
    position: absolute;
    top: -20vw;
    left: -5vw;
    width: 60vw;
    height: 60vw;
}

section.contact-sec-01 .video-circle-02 {
    position: absolute;
    top: 9%;
    right: -3vw;
    z-index: 6;
    width: 21vw;
    height: 21vw;
    border-radius: 100%;
    box-shadow: 0 0 9px black;
    overflow: hidden;
    background: url("../img/video-circle-02.jpg") no-repeat center center;
}

section.contact-sec-01 .video-circle-02 iframe {
    position: absolute;
    top: -36vw;
    left: -38vw;
    width: 100vw;
    height: 100vw;
}

section.contact-sec-01 ul.social_media_footer {
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    z-index: 5;
}

a.contact-email {
    color: #fff;
    font-family: "Poppins", serif;
    /* font-size: 60px; */
    font-size: 5.3vw;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

a.contact-email .cross-line {
    content: "";
    position: absolute;
    top: 60%;
    left: 50%;
    width: 3px;
    height: 10vw;
    /* height: 100px; */
    overflow: hidden;
    transform: translate(-50%, -50%) rotate(45deg);
}

a.contact-email .cross-line:before {
    content: "";
    background: #c2d522;
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
}

a.contact-email .cross-line:after {
    content: "";
    background: #c2d522;
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 300ms ease-in-out;
}

a.contact-email:hover {
    text-decoration: none;
}

a.contact-email:hover .cross-line:before {
    top: 100%;
    transition: all 300ms ease-in-out;
}

a.contact-email:hover .cross-line:after {
    top: 10%;
    transition: all 300ms ease-in-out 0.3s;
}

a.contact_number {
    color: #deff00;
    /* font-size: 24px; */
    font-size: 2.2vw;
    font-weight: 500;
    display: inline-block;
    position: relative;
}

a.contact_number .cross-line {
    content: "";
    position: absolute;
    top: 40%;
    left: 50%;
    width: 3px;
    height: 80px;
    overflow: hidden;
    transform: translate(-50%, -50%) rotate(45deg);
}

a.contact_number .cross-line:before {
    content: "";
    background: #ffffff;
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
}

a.contact_number .cross-line:after {
    content: "";
    background: #ffffff;
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 300ms ease-in-out;
}

a.contact_number:hover {
    text-decoration: none;
}

a.contact_number:hover .cross-line:before {
    top: 100%;
    transition: all 300ms ease-in-out;
}

a.contact_number:hover .cross-line:after {
    top: 10%;
    transition: all 300ms ease-in-out 0.3s;
}

a.view-work-black {
    color: #deff00;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 2px;
    background: #000;
    padding: 40px 0px;
    display: block;
    position: relative;
    /* z-index: 999999; */
}

a.view-work-black .cross-line {
    content: "";
    position: absolute;
    top: 52%;
    left: 50%;
    width: 3px;
    height: 80px;
    overflow: hidden;
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: 55;
}

a.view-work-black .cross-line:before {
    content: "";
    background: #deff00;
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
}

a.view-work-black .cross-line:after {
    content: "";
    background: #deff00;
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 300ms ease-in-out;
}

a.view-work-black:hover {
    text-decoration: none;
}

a.view-work-black:hover .cross-line:before {
    top: 100%;
    transition: all 300ms ease-in-out;
}

a.view-work-black:hover .cross-line:after {
    top: 10%;
    transition: all 300ms ease-in-out 0.3s;
}

a.view-work-white {
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 2px;
    display: inline-block;
    position: relative;
}

a.view-work-white .cross-line {
    content: "";
    position: absolute;
    top: 40%;
    left: 50%;
    width: 3px;
    height: 80px;
    overflow: hidden;
    transform: translate(-50%, -50%) rotate(45deg);
}

a.view-work-white .cross-line:before {
    content: "";
    background: #deff00;
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    height: 100%;
}

a.view-work-white .cross-line:after {
    content: "";
    background: #deff00;
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 300ms ease-in-out;
}

a.view-work-white:hover {
    text-decoration: none;
}

a.view-work-white:hover .cross-line:before {
    top: 100%;
    transition: all 300ms ease-in-out;
}

a.view-work-white:hover .cross-line:after {
    top: 10%;
    transition: all 300ms ease-in-out 0.3s;
}

section.about-sec-01 {
    display: table-cell;
    width: 100vw;
    height: 100vh;
    vertical-align: middle;
    text-align: center;
    background: url(../img/texture-bg.jpg) repeat top center;
}

section.about-sec-01 h1 {
    color: #fff;
    margin: auto;
    transition: all 500ms ease-in-out;
}

section.about-sec-01 h1 span {
    display: block;
    font-weight: 100;
}

section.about-sec-01 h1 span.small-01 {
    display: block;
    font-size: 4vh;
    position: relative;
    top: 0.5vh;
    /* left: 4vh; */
    text-align: center;
    width: 100%;
    padding-left: 1vh;
    overflow: hidden;
}

section.about-sec-01 h1 span.big-01 {
    font-size: 20vh;
    font-weight: 800 !important;
    line-height: 1.2;
}

section.about-sec-01 h1 span.small-02 {
    font-size: 4vh;
    font-weight: 100;
}

section.about-sec-01 h1 span.big-02 {
    font-size: 20vh;
    font-weight: 800;
    line-height: 1;
    position: relative;
    top: -2vh;
}

section.about-sec-01 h1 span.small-01>div div,
section.about-sec-01 h1 span.small-02>div div {
    padding: 0px 2px;
}

section.about-sec-01 h1.active span.big-01,
section.about-sec-01 h1.active span.big-01 div {
    opacity: 0.7;
    color: transparent;
    background-color: rgba(0, 0, 0, 0.6);
    text-shadow: 5px 5px 9px rgba(124, 111, 103, 0.8);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    transition: all 1000ms ease-in-out;
}

section.about-sec-01 h1.active span.big-02 {
    text-shadow: 20px 20px 10px rgba(0, 0, 0, 0.3);
    transition: all 1000ms ease-in-out 0.2s;
}

section.abt-team-sec-01 {
    background: url(../img/texture-bg.jpg) repeat top center;
}

section.abt-team-sec-01 h3 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin-bottom: 70px;
}

section.abt-team-sec-01 .team-description {
    /* width: 110%; */
    /* max-width: 260px; */
    margin: auto;
}

section.abt-team-sec-01 .team-description h2 {
    color: #fff;
    font-size: 2.8rem;
    margin-bottom: 24px;
}

section.abt-team-sec-01 .team-description h5 {
    color: #cee712;
    font-family: "Poppins", sans-serif;
}

section.abt-team-sec-01 .team-description h2 {
    color: #fff;
    font-size: 2.8rem;
    margin-bottom: 24px;
}

section.abt-team-sec-01 .team-description h4 {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 20px;
}

section.abt-team-sec-01 .team-description p {
    color: #fff;
    /* font-size: 18px; */
    font-weight: 300;
}

section.abt-team-sec-01 .team-memeber {}

section.abt-team-sec-01 .team-memeber .team-thumb {
    position: relative;
    overflow: hidden;
    display: inline-block;
    max-width: 446px;
    padding-bottom: 4px;
    /* margin-bottom: 100px; */
}

section.abt-team-sec-01 .team-memeber .team-thumb img {}

.ant-animation-shama {
    position: absolute;
    bottom: 0;
    left: 38%;
    width: 49px;
}

.ant-animation-shweta {
    position: absolute;
    bottom: 0;
    left: 3%;
    width: 60px;
    transform: scaleX(-1);
}

section.abt-team-sec-01 .team-shweta {
    margin-top: -200px;
}

section.abt-sec-02 {
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(../img/texture-bg.jpg) repeat top center;
    text-align: center;
}

section.abt-sec-02 h4 {
    color: #cee712;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
}

section.abt-sec-02 h2 {
    display: inline-block;
    clear: both;
    position: relative;
    font-size: 10vh;
    font-weight: 800;
    text-align: center;
    color: transparent;
    background-color: rgba(0, 0, 0, 0.6);
    text-shadow: 5px 5px 9px rgba(124, 111, 103, 0.8);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}

section.abt-sec-02 h2 span {
    color: transparent;
    background-color: rgba(0, 0, 0, 0.6);
    text-shadow: 5px 5px 9px rgba(124, 111, 103, 0.8);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}

section.abt-sec-02 h2 .green-circle {
    position: absolute;
    width: 2.5vh;
    height: 2.5vh;
    background: #deff00;
    border-radius: 100px;
}

/*
section.abt-sec-02 h2:nth-child(1) .green-circle{top: 15%;left: 29%;}
section.abt-sec-02 h2:nth-child(2) .green-circle{bottom: 25%;left: 63%;}
section.abt-sec-02 h2:nth-child(3) .green-circle{top: 42%;left: 34%;}
section.abt-sec-02 h2:nth-child(4) .green-circle{top: 15%;left: 29%;}
section.abt-sec-02 h2:nth-child(5) .green-circle{bottom: 28%;left: 76%;}
section.abt-sec-02 h2:nth-child(6) .green-circle{}
*/

section.abt-sec-02 .gc-01 {
    top: 15%;
    animation: green-dots-animation-01 7s infinite;
    /* IE 10+, Fx 29+ */
}

section.abt-sec-02 .gc-02 {
    bottom: 25%;
    animation: green-dots-animation-01 8s infinite;
    /* IE 10+, Fx 29+ */
}

section.abt-sec-02 .gc-03 {
    top: 42%;
    animation: green-dots-animation-01 5s infinite;
    /* IE 10+, Fx 29+ */
}

section.abt-sec-02 .gc-04 {
    top: 15%;
    animation: green-dots-animation-01 10s infinite;
    /* IE 10+, Fx 29+ */
}

section.abt-sec-02 .gc-05 {
    bottom: 28%;
    animation: green-dots-animation-01 12s infinite;
    /* IE 10+, Fx 29+ */
}

@keyframes green-dots-animation-01 {
    0% {
        left: 0%;
    }
    50% {
        left: 80%;
    }
    100% {
        left: 0%;
    }
}

@-moz-keyframes green-dots-animation-01 {
    0% {
        left: 0%;
    }
    50% {
        left: 80%;
    }
    100% {
        left: 0%;
    }
}

@-o-keyframes green-dots-animation-01 {
    0% {
        left: 0%;
    }
    50% {
        left: 80%;
    }
    100% {
        left: 0%;
    }
}

@keyframes green-dots-animation-01 {
    0% {
        left: 0%;
    }
    50% {
        left: 80%;
    }
    100% {
        left: 0%;
    }
}

section.abt-sec-03 {
    padding-top: 70px;
    padding-bottom: 140px;
    background: url(../img/texture-bg.jpg) repeat top center;
}

section.abt-sec-03 h2 {
    color: #fff;
    font-size: 8vh;
    font-weight: 100;
    position: relative;
    margin-bottom: 70px;
}

section.abt-sec-03 ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

section.abt-sec-03 ul li {
    color: #cee712;
    font-family: "Poppins", sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 25px;
}

section.work-sec-01 {
    padding: 150px 5% 10% 5%;
    background: url(../img/texture-bg.jpg) #80736b repeat top center;
}

section.work-sec-01 h1 {
    opacity: 0;
}

.work-cs-wrp {
    margin-top: -50px;
}

section.work-sec-01 .work-cs-wrp {
    color: #fff;
    transition: all 500ms ease-in-out;
}

section.work-sec-01 .work-cs-wrp .work-thumb {
    width: 90%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 1000px;
    margin: auto;
    transition: all 500ms ease-in-out;
}

section.work-sec-01 .work-cs-wrp .work-thumb img {
    transform: scale(1);
}

section.work-sec-01 .work-cs-wrp .work-details {
    padding: 0% 8%;
    max-width: 490px;
    display: inline-block;
}

section.work-sec-01 .work-cs-wrp .work-details h3 {
    font-size: 40px;
    margin-bottom: 20px;
}

section.work-sec-01 .work-cs-wrp .work-details p {
    font-size: 18px;
}

section.work-sec-01 .work-cs-wrp .work-details a {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 4px;
    margin-top: 15px;
    padding-bottom: 10px;
    position: relative;
    transition: all 300ms ease-in-out;
}

section.work-sec-01 .work-cs-wrp .work-details .btn-view-cs:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 58%;
    height: 4px;
    background: #deff00;
    transition: all 300ms ease-in-out;
}

section.work-sec-01 .work-cs-wrp .text-right .work-details .btn-view-cs:after {
    left: inherit;
    right: 0 !important;
    transition: all 300ms ease-in-out;
}

section.work-sec-01 .work-cs-wrp .work-details .btn-view-cs:hover {
    text-decoration: none;
    transition: all 300ms ease-in-out;
}

section.work-sec-01 .work-cs-wrp .work-details .btn-view-cs:hover:after {
    width: 100%;
    transition: all 300ms ease-in-out;
}

section.work-landingpage {
    padding: 150px 5% 10% 5%;
    background: url(../img/texture-bg.jpg) #80736b repeat top center;
}

section.work-landingpage h1 {
    opacity: 0;
}

.work-cs-wrp {
    margin-top: -80px;
}

section.work-landingpage .work-cs-wrp {
    display: block;
    color: #fff;
    transition: all 500ms ease-in-out;
}

section.work-landingpage .work-cs-wrp .work-thumb {
    /* width: 90%; */
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 1000px;
    margin: auto;
    transition: all 500ms ease-in-out;
}

section.work-landingpage .work-cs-wrp .work-thumb:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 100%;
    opacity: 0;
    transform: scale(0.5);
    transition: all 300ms ease-in-out;
}

section.work-landingpage .work-cs-wrp .work-thumb img {
    transform: scale(1);
}

section.work-landingpage .work-cs-wrp .work-details {
    /* padding: 0% 8%; */
    max-width: 490px;
    display: inline-block;
}

section.work-landingpage .work-cs-wrp .work-details h3 {
    font-size: 36px;
    font-weight: 100;
    margin-bottom: 20px;
    /* width: 150%; */
}

section.work-landingpage .work-cs-wrp .work-details p {
    font-size: 18px;
}

section.work-landingpage .work-cs-wrp .work-details .btn-view-cs {
    display: inline-block;
    position: relative;
    left: -110px;
    width: 120px;
    transition: all 300ms ease-in-out;
}

section.work-landingpage .work-cs-wrp .work-details .btn-view-cs:before {
    content: "";
    position: absolute;
    bottom: -8px;
    right: 4px;
    width: 20px;
    height: 20px;
    transform: rotate(-45deg);
    box-shadow: 3px 3px 0 0px #deff00;
    transition: all 300ms ease-in-out;
}

section.work-landingpage .work-cs-wrp .work-details .btn-view-cs:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #deff00;
    transition: all 300ms ease-in-out;
}

section.work-landingpage .work-cs-wrp .work-details .btn-view-cs span {
    display: none;
}

section.work-landingpage .work-cs-wrp .text-right .work-details .btn-view-cs:after {
    left: inherit;
    right: 0 !important;
    transition: all 300ms ease-in-out;
}

section.work-landingpage .work-cs-wrp:hover .work-details {
    text-decoration: none;
    transition: all 300ms ease-in-out;
}

section.work-landingpage .work-cs-wrp:hover .work-details .btn-view-cs {
    /* left: -8px; */
    width: 180px;
    transition: all 300ms ease-in-out;
}

section.work-landingpage .work-cs-wrp:hover .work-details .btn-view-cs:after {}

section.work-landingpage .work-cs-wrp:hover .work-thumb:after {
    opacity: 0.5;
    transform: scale(1);
    transition: all 300ms ease-in-out;
}

.on-off-wrp {
    cursor: pointer;
    display: inline-block;
    position: fixed;
    bottom: 20px;
    left: 50px;
    z-index: 11;
    transition: all 500ms ease-in-out;
}

.on-off-wrp .tab-o {
    display: inline-block;
    float: left;
    position: relative;
    width: 50px;
    height: 90px;
    border-radius: 100px;
    background: #b9a29473;
    box-shadow: inset 5px 5px 20px 0px black;
}

.on-off-wrp .tab-o .o {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 100px;
    transition: all 500ms ease-in-out;
}

.on-off-wrp .tab-txt {
    float: left;
    color: #ffffff;
    font-size: 46px;
    font-weight: 800;
    line-height: 1;
    /* padding-left: 15px; */
    text-transform: uppercase;
    position: absolute;
}

.on-off-wrp .tab-txt .n {
    text-transform: unset;
    padding-left: 60px;
}

.on-off-wrp .tab-txt .ff {
    letter-spacing: 4px;
    padding-left: 60px;
}

.on-off-wrp.active {
    position: fixed;
    z-index: 999999;
    transition: all 500ms ease-in-out;
}

.on-off-wrp.active .tab-o .o {
    top: 45px;
    transition: all 500ms ease-in-out;
}

#on-off-screen {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: -9;
    transition: all 500ms ease-in-out;
}

#on-off-screen.active {
    opacity: 1;
    z-index: 9999;
    transition: all 500ms ease-in-out;
}

#on-off-screen .animation-slider {
    width: 100vw;
    height: 100vh;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    z-index: 9999;
}

#on-off-screen .animation-slider:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    /* background: red; */
}

#on-off-screen .animation-slider img {
    width: 70vh;
    margin: auto;
}

body.overflow-hidden {
    overflow: hidden;
}

h5.work-heading {
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

p.work-para {
    font-size: 18px;
    letter-spacing: 1px;
}

h3.workpage-heading {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    min-width: 190px;
    padding-bottom: 8px;
    position: relative;
    display: inline-block;
    z-index: 9;
}

h3.workpage-heading:after {
    content: "";
    position: absolute;
    bottom: 0;
    background: #000;
    height: 3px;
    width: 100%;
}

h3.workpage-heading.left,
h3.workpage-heading.left:after {
    left: 0;
    text-align: left;
    padding-right: 60px;
}

h3.workpage-heading.right,
h3.workpage-heading.right:after {
    right: 0;
    text-align: right;
    padding-left: 60px;
}

h3.workpage-heading.left.white,
h3.workpage-heading.right.white {
    color: #fff !important;
}

h3.workpage-heading.left.white:after,
h3.workpage-heading.right.white:after {
    background: #fff !important;
}

section.workpage-sec-01 {
    position: relative;
    width: 100vw;
    height: 100vh;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}

section.workpage-sec-01 h1 {
    color: #fff;
    font-family: "Poppins";
    font-size: 60px;
    text-align: left;
    text-transform: uppercase;
    position: absolute;
    opacity: 0;
}

section.workpage-sec-01 .image_herobox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
}

section.workpage-client-details {
    background: url(../img/texture-bg.jpg) #80736b repeat top center;
    padding: 40px 10px 30px 10px;
}

section.workpage-client-details h5 {
    color: #fff;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
}

section.workpage-client-details h3 {
    color: #deff00;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

section.workpage-sec-01.burma_burma .image_herobox {
    background: url("../img/work/burma-burma/hero-image.jpg") no-repeat center center;
}

section.workpage-overview-details.burma_burma {
    background: #f4f4f4;
    padding-top: 100px;
    padding-bottom: 50px;
    overflow: hidden;
    position: relative;
}

section.workpage-overview-details.burma_burma .overview-para {
    padding-left: 50px;
    padding-right: 20px;
}

section.workpage-website-screen.burma_burma {
    background: #323232;
    padding: 0px 0px;
    position: relative;
    border-top: 80px solid #f4f4f4;
    overflow: hidden;
}

section.workpage-website-screen.burma_burma h3.workpage-heading {
    position: absolute;
    right: 0;
    top: 10%;
}

section.workpage-website-screen.burma_burma .website-01 {
    position: relative;
    /* top: -100px; */
    z-index: 5;
    display: inline-block;
}

section.workpage-website-screen.burma_burma .website-01 .computer {}

section.workpage-website-screen.burma_burma .website-01 .screen-scroller {
    position: absolute;
    top: 8.2%;
    left: 13%;
    width: 76.2%;
    height: 60.3%;
    background: white;
    overflow: hidden;
}

section.workpage-website-screen.burma_burma .website-01 .screen-scroller img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    animation: website-scroll-top-bottom 15s linear infinite 0s;
    /* IE 10+, Fx 29+ */
}

@keyframes website-scroll-top-bottom {
    0% {
        top: 0%;
        opacity: 0;
    }
    2% {
        top: 0%;
        opacity: 1;
    }
    10% {
        top: 0%;
        opacity: 1;
    }
    11% {
        top: 0%;
        opacity: 1;
    }
    90% {
        top: -300%;
        opacity: 1;
    }
    91% {
        top: -300%;
        opacity: 1;
    }
    95% {
        top: -300%;
        opacity: 0;
    }
    100% {
        top: -300%;
        opacity: 0;
    }
}

section.workpage-website-screen.burma_burma .website-03 {
    background: #f4f4f4;
    position: absolute;
    top: 0;
    left: 0;
    width: 19vw;
    height: 100%;
}

section.workpage-website-screen.burma_burma .website-02 {
    position: absolute;
    bottom: 0;
    right: 7vh;
    width: 33vw;
}

section.workpage-sec-gallery.burma_burma {
    padding: 0px;
    background: #f4f4f4;
    overflow: hidden;
}

section.workpage-sec-gallery.burma_burma .mobile-app {
    position: relative;
    /* margin-top: -220px; */
    top: -20%;
    z-index: 1;
}

section.workpage-sec-gallery.burma_burma .envelope {
    margin-top: 10%;
    position: relative;
    z-index: 1;
}

section.workpage-sec-gallery.burma_burma .calender {
    position: relative;
    z-index: 1;
}

section.workpage-sec-gallery.burma_burma .bg-envelope {
    background: #d7d8da;
}

section.workpage-sec-gallery.burma_burma .mobile-app-text {
    position: absolute;
    bottom: 30%;
    right: 48%;
}

section.workpage-sec-gallery.burma_burma .envelope-text {
    position: absolute;
    top: 20%;
    right: 11%;
}

section.workpage-sec-gallery.burma_burma .calender-text {
    position: absolute;
    top: 10%;
    right: -9%;
}

section.workpage-sec-gallery.burma_burma .dic-gallery {
    position: relative;
}

section.workpage-sec-gallery.burma_burma .dic-gallery:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 63%;
    height: 75%;
    background: #d7d8da;
    z-index: 0;
}

section.workpage-sec-01.khadi_weavers .image_herobox {
    background: url("../img/work/khadi-weavers/hero-image.jpg") no-repeat center center;
}

section.workpage-overview-details.khadi_weavers {
    background: #f4f4f4;
    padding-top: 100px;
    padding-bottom: 151px;
    overflow: hidden;
    position: relative;
}

section.workpage-overview-details.khadi_weavers .overview-para {
    padding-left: 50px;
    padding-right: 20px;
    margin-bottom: 60px;
}

section.workpage-overview-details.khadi_weavers .logo-khadi-weavers {
    margin-top: 50px;
    position: relative;
    z-index: 9;
}

section.workpage-overview-details.khadi_weavers .logo-man {
    transform: scale(1.3);
    margin-top: 60px;
    margin-left: -80px;
}

section.workpage-website-screen.khadi_weavers {
    background: #222222;
    padding: 70px 0px;
}

section.workpage-website-screen.khadi_weavers .culture-con-website {
    position: absolute;
    top: 13%;
    right: 87%;
}

section.workpage-sec-gallery.khadi_weavers {
    background: #f4f4f4;
}

section.workpage-sec-gallery.khadi_weavers .in-store-branding-text {
    position: relative;
    left: 40%;
    margin-bottom: 7%;
}

section.workpage-sec-gallery.khadi_weavers .visiting-card-text {
    position: absolute;
    top: 18%;
    right: 22%;
}

section.workpage-sec-gallery.khadi_weavers .identity-card-text {
    position: absolute;
    bottom: 17%;
    left: 0;
    z-index: 5;
}

section.workpage-sec-gallery.khadi_weavers .shopping-bag-text {
    position: absolute;
    top: 7%;
    left: 6%;
}

section.workpage-sec-gallery.khadi_weavers .garment-tag-text {
    position: absolute;
    top: 7%;
    left: 4%;
}

section.workpage-sec-gallery.khadi_weavers .in-store-branding-img {}

section.workpage-sec-gallery.khadi_weavers .visiting-card-img {}

section.workpage-sec-gallery.khadi_weavers .identity-card-img {
    margin-top: 21%;
    transform: scale(1.15) translateX(-15%);
}

section.workpage-sec-gallery.khadi_weavers .shopping-bag-img {}

section.workpage-sec-gallery.khadi_weavers .garment-tag-img {}

section.workpage-sec-01.culture_con .image_herobox {
    background: url("../img/work/culture-con/hero-image.jpg") no-repeat top right;
}

section.workpage-overview-details.culture_con {
    background: #f4f4f4;
    padding-top: 100px;
    padding-bottom: 50px;
    overflow: hidden;
    position: relative;
}

section.workpage-overview-details.culture_con .overview-para {
    padding-left: 50px;
    padding-right: 20px;
    margin-bottom: 90px;
}

section.workpage-overview-details.culture_con img {
    margin-bottom: 30px;
}

section.workpage-website-screen.culture_con {
    background: #222222;
    padding: 70px 0px;
}

section.workpage-website-screen.culture_con .culture-con-website {
    position: absolute;
    top: 13%;
    right: 87%;
}

section.workpage-website-screen.culture_con .owl-website {
    display: inline-block;
}

section.workpage-website-screen.culture_con .owl-website img {
    width: auto;
    margin: auto;
}

section.workpage-social-media.culture_con {
    background: #f4f4f4;
    padding: 60px 0px 0px 0px;
}

section.workpage-social-media.culture_con .social-media-img {
    margin-top: 30px;
    margin-bottom: 40px;
}

section.workpage-social-media.culture_con .invite-01 {
    position: absolute;
    left: 0;
    padding: 0;
    z-index: 1;
}

section.workpage-social-media.culture_con .brouchure-text {
    position: absolute;
    top: 16%;
    right: -140px;
}

section.workpage-social-media.culture_con .invite-01-text {
    position: absolute;
    top: 15px;
    right: 4%;
}

section.workpage-social-media.culture_con .poster-01-text {
    position: absolute;
    top: 9%;
    right: 28%;
}

section.workpage-sec-01.music_festival_928 .image_herobox {
    background: url("../img/work/9-28-Music-Festival/hero-image.jpg") no-repeat center center;
}

section.workpage-overview-details.music_festival_928:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: #e7e7e7;
    z-index: -1;
}

section.workpage-overview-details.music_festival_928 .overview-para {
    margin-bottom: 130px;
    padding-left: 50px;
    padding-right: 20px;
}

section.workpage-overview-details.music_festival_928 {
    background: #f4f4f4;
    padding-top: 100px;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

section.workpage-overview-details.music_festival_928 .image-9-28-music-fest {
    background: #fff;
    padding: 10%;
    width: 160%;
}

section.workpage-website-screen.music_festival_928 {
    background: #e7e7e7;
    padding: 50px 0px;
}

section.workpage-website-screen.music_festival_928 .workpage-heading {
    position: absolute;
    top: 12%;
    z-index: 5;
}

section.workpage-website-screen.music_festival_928 .owl-website {}

section.workpage-website-screen.music_festival_928 .owl-website img {
    width: auto;
    margin: auto;
}

section.workpage-icono-graphy.music_festival_928 {
    background: #f4f4f4;
    padding: 50px 0px 150px 0px;
    position: relative;
    z-index: 5;
}

section.workpage-icono-graphy.music_festival_928:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: #e7e7e7;
}

section.workpaworkpage-icono-graphy5.music_festival_928 .icon-text {
    position: absolute;
    top: 10%;
    left: -10%;
}

section.workpage-icono-graphy.music_festival_928 .icons-box {
    background: #fff;
    padding: 7% 7% 4% 7%;
    position: relative;
    z-index: 5;
}

section.workpage-icono-graphy.music_festival_928 .icons-box .img-icon {
    margin-bottom: 18%;
}

section.workpage-icono-graphy.music_festival_928 h3 {
    position: relative;
    left: -200px;
    top: -20px;
}

section.workpage-sec-01.aah .image_herobox {
    background: url("../img/work/aah/hero-image.jpg") center center;
}

section.workpage-sec-01.aah h1 {
    top: 62%;
    left: 25%;
    z-index: 5;
    opacity: 1;
}

section.workpage-sec-01.aah h1>div>div {
    padding: 0px 4px;
}

section.workpage-overview-details.aah {
    background: #f4f4f4;
    padding-top: 100px;
    overflow: hidden;
    position: relative;
}

section.workpage-overview-details.aah .overview-para {
    padding-left: 50px;
    padding-right: 20px;
}

section.workpage-sec-gallery.aah {
    padding: 100px 30px;
    background: #f4f4f4;
}

section.workpage-sec-gallery.aah img {
    margin-bottom: 30px;
}

section.workpage-sec-01.ganjing .image_herobox {
    background: url("../img/work/ganjing/hero-image.jpg") no-repeat center bottom;
}

section.workpage-overview-details.ganjing {
    background: #f4f4f4;
    padding-top: 100px;
    overflow: hidden;
    position: relative;
}

section.workpage-overview-details.ganjing .overview-para {
    padding-left: 50px;
    padding-right: 20px;
    margin-bottom: 120px;
}

section.workpage-overview-details.ganjing .image-ganjing-logo {
    background: #61273a;
    padding: 4%;
    width: 160%;
    text-align: left;
}

section.workpage-sec-gallery.ganjing {
    padding: 0px;
    background: #f4f4f4;
    overflow: hidden;
}

section.workpage-sec-gallery.ganjing .flyer {
    position: absolute;
    top: 16%;
    right: 10%;
}

section.workpage-sec-gallery.ganjing .food-packaging {
    position: absolute;
    top: 16%;
    left: 10%;
}

section.workpage-sec-gallery.ganjing .menu-card {
    position: absolute;
    top: 16%;
    right: -14%;
}

section.workpage-sec-01.mungos .image_herobox {
    background: url("../img/work/mungos/hero-image.jpg") no-repeat center center;
}

section.workpage-overview-details.mungos {
    background: #f4f4f4;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
    position: relative;
}

section.workpage-overview-details.mungos .overview-para {
    padding-left: 50px;
    padding-right: 20px;
    margin-bottom: 120px;
}

section.workpage-overview-details.mungos .logo-mungos-wrp {
    padding-right: 50px;
    padding-left: 50px;
    max-width: 500px;
}

section.workpage-overview-details.mungos .image-mungos-logo {
    padding: 5% 5%;
    max-width: 100vh;
    text-align: center;
    display: inline-block;
    background: #071c5b;
}

section.workpage-website-screen.mungos {
    background: #1a1a1a;
    padding: 0px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#222222+1,1a1a1a+100 */
    background: rgb(34, 34, 34);
    /* Old browsers */
    background: -moz-linear-gradient(to bottom, rgba(34, 34, 34, 1) 72%, rgba(26, 26, 26, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(to bottom, rgba(34, 34, 34, 1) 72%, rgba(26, 26, 26, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(34, 34, 34, 1) 72%, rgba(26, 26, 26, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#1a1a1a', GradientType=0);
    /* IE6-9 */
}

section.workpage-website-screen.mungos {}

section.workpage-website-screen.mungos .owl-website {}

section.workpage-website-screen.mungos .owl-website img {
    width: auto;
    margin: auto;
}

section.workpage-social-media.mungos {
    background: #fff;
    padding: 100px 0px 50px 0px;
}

section.workpage-social-media.mungos h3 {
    margin-top: 70px;
}

section.workpage-social-media.mungos img {
    margin-bottom: 30px;
}

section.workpage-icono-graphy.mungos {
    background: #ffffff;
    padding: 50px 0px 100px 0px;
}

section.workpage-icono-graphy.mungos h3 {
    margin-bottom: 30px;
}

section.workpage-icono-graphy.mungos img {
    margin-bottom: 30px;
}

section.workpage-sec-01.orowealth .image_herobox {
    background: url("../img/work/orowealth/hero-image.jpg") no-repeat center center;
}

section.workpage-overview-details.orowealth {
    background: #f4f4f4;
    padding-top: 100px;
    padding-bottom: 50px;
    overflow: hidden;
    position: relative;
}

section.workpage-overview-details.orowealth .overview-para {
    padding-left: 50px;
    padding-right: 20px;
}

section.workpage-overview-details.orowealth .logo-mungos-wrp {
    padding-right: 50px;
    padding-left: 50px;
    max-width: 500px;
}

section.workpage-overview-details.orowealth .image-mungos-logo {
    padding: 5% 5%;
    max-width: 100vh;
    text-align: center;
    display: inline-block;
    background: #071c5b;
}

section.workpage-website-screen.orowealth {}

section.workpage-social-media.orowealth {
    background: #f4f4f4;
    padding: 50px 0px 50px 0px;
}

section.workpage-social-media.orowealth h3 {
    margin-bottom: 40px;
}

section.workpage-social-media.orowealth img {
    margin-bottom: 30px;
}

section.workpage-icono-graphy.orowealth {
    background: #fff;
    padding: 50px 0px 100px 0px;
}

section.workpage-icono-graphy.orowealth h3 {
    margin-bottom: 70px;
}

section.workpage-icono-graphy.orowealth img {
    margin-bottom: 60px;
}

section.workpage-sec-01.swasth .image_herobox {
    background: url(../img/work/swasth/hero-image.jpg) no-repeat #e4cce4 center center;
}

section.workpage-overview-details.swasth {
    background: #f4f4f4;
    padding-top: 100px;
    padding-bottom: 50px;
    overflow: hidden;
    position: relative;
}

section.workpage-overview-details.swasth .overview-para {
    padding-left: 50px;
    padding-right: 20px;
}

section.workpage-sec-gallery.swasth {
    padding: 50px 0px 100px 0px;
    background: #f4f4f4;
}

section.workpage-sec-gallery.swasth img {
    margin-bottom: 30px;
}

section.workpage-sec-01.yas .image_herobox {
    background: url("../img/work/yas/hero-image.jpg") no-repeat center center;
}

section.workpage-overview-details.yas {
    background: #f4f4f4;
    padding-top: 100px;
    padding-bottom: 50px;
    overflow: hidden;
    position: relative;
}

section.workpage-overview-details.yas .overview-para {
    padding-left: 50px;
    padding-right: 20px;
}

section.workpage-sec-gallery.yas {
    padding: 50px 0px 100px 0px;
    background: #f4f4f4;
}

section.workpage-sec-gallery.yas img {
    margin-bottom: 0px;
}

section.workpage-sec-gallery.yas .photoshoot {
    padding-top: 70px;
}

section.workpage-sec-gallery.yas .photoshoot h3 {
    top: 100px;
    left: 30px;
}

section.workpage-website-screen.yas {
    background: #f4f4f4;
    padding-top: 50px;
}

section.workpage-website-screen.yas h3 {
    margin-top: 50px;
}

section.workpage-icono-graphy.yas {
    background: #f4f4f4;
    padding: 50px 0px 50px 0px;
}

section.workpage-icono-graphy.yas h3 {
    margin-bottom: 70px;
}

section.workpage-icono-graphy.yas img {
    margin-bottom: 60px;
}

#myVideo_01 {
    height: 60vh;
    /* position: absolute; */
    /* top:0; */
    /* right:0; */
    /* bottom: 0; */
    /* left: 0; */
    /* width: 100%; */
    /* height: 100%; */
    /* object-fit: cover; */
    /* z-index: 9999; */
}

section.project-enquiry-sec-01 {
    color: #fff;
    padding-top: 160px;
    padding-bottom: 150px;
    position: relative;
    background: url(../img/texture-bg.jpg) repeat top center;
    display: table-cell;
    vertical-align: middle;
    width: 100vw;
    height: 100vh;
    /* overflow: hidden; */
    z-index: 1;
}

section.project-enquiry-sec-01 h1 {
    color: #fff;
    font-family: "Poppins", serif;
    font-size: 6vh;
    font-weight: 700;
    line-height: 1.2;
}

section.project-enquiry-sec-01 .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/contact-bg.png") no-repeat bottom right;
    background-size: cover;
    mix-blend-mode: multiply;
}

section.project-enquiry-sec-01 form#utt_contact_1590315218 {
    margin-top: 110px;
}

section.project-enquiry-sec-01 .send_email {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 20px;
    background: #ddfe01;
    border: 2px solid #fff;
    width: 100%;
    margin-top: 20px;
    transition: all 500ms ease-in-out;
}

section.project-enquiry-sec-01 .send_email:hover {
    color: #fff;
    background: #000;
    transition: all 500ms ease-in-out;
}

span#msg {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

span#msg .alert {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
    border-radius: 0px;
    text-align: center;
    padding: 30px;
    border: none;
}

span#msg .alert-success {
    background: #ddfe01;
}

span#msg .close {
    color: #fff;
    font-size: 30px;
    padding-top: 27px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    background: black;
    border: navajowhite;
    opacity: 1;
}

section.project-enquiry-sec-01 label.control-label {
    color: #deff00;
    font-size: 11px !important;
    font-weight: 900;
    text-align: left !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px !important;
}

section.project-enquiry-sec-01 .form-control {
    font-weight: 600;
    border-radius: 0px;
    border: 1px solid #000;
    padding: 25px 15px !important;
    margin-bottom: 10px;
}

section.project-enquiry-sec-01 .form-group {
    margin: 0px !important;
    padding: 0px;
}

section.work-back {
    text-align: center;
    /* padding: 50px 40px 50px 40px; */
    /* background: #000000; */
}

/* created by rajesh 25-04-2023 */

section.workpage-sec-01.dairy-day .image_herobox {
    background: url("../img/work/dairy/banner.jpg") no-repeat center center;
}

section.workpage-overview-details.dairy-day .overview-text {
    padding-left: 50px;
    padding-right: 20px;
    margin-bottom: 60px;
}

section.workpage-overview-details.dairy-day .overview-text h3 {
    font-size: 18px;
    line-height: 120%;
    color: #000;
    /* background-color: #facbcc; */
    letter-spacing: 0.5px;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    display: inline-block;
}

section.workpage-overview-details.dairy-day .overview-text p {
    font-size: 18px;
    line-height: 170%;
    color: #000;
    letter-spacing: 0.5px;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}

section.workpage-overview-details.dairy-day .overview-text:last-child {
    margin-bottom: 0;
}

section.workpage-overview-details.dairy-day {
    background-color: #fff;
    overflow: inherit;
    position: relative;
}

section.workpage-overview-details.dairy-day.pd-pb-0 {
    padding-bottom: 0px;
}

section.workpage-overview-details.dairy-day.text-para-sec {
    padding-top: 100px;
}

section.workpage-overview-details.dairy-day.pd-pt-0 {
    padding-top: 0px;
}

section.workpage-overview-details.dairy-day .hording-banner {
    margin-top: -150px;
}

section.workpage-overview-details.dairy-day.top-grey-patch {
    margin-top: -150px;
}

section.workpage-grey-bg {
    background-color: #eee;
    padding-top: 0px;
    padding-bottom: 0px;
}

section.dairy-day.grey-bg .in-store-branding-text {
    margin-bottom: 7%;
}

section.dairy-day.grey-bg {
    position: relative;
    background-color: #eee;
    padding-top: 100px;
    padding-bottom: 100px;
}

section.dairy-day.grey-bg::after {
    content: "";
    clip-path: polygon(100% 65%, 0% 100%, 100% 100%);
    background-color: #eee;
    position: absolute;
    top: -499px;
    width: 100%;
    height: 500px;
    z-index: 1;
    display: block;
}

section.dairy-day.white-bg::before {
    content: "";
    clip-path: polygon(100% 65%, 0% 100%, 100% 100%);
    background-color: #fff;
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 500px;
    z-index: 0;
    display: block;
}

section.dairy-day.grey-bg .hording-img {
    position: relative;
}

section.workpage-overview-details.dairy-day.typ-bus-section {
    padding-top: 100px;
    padding-bottom: 0px;
}

.bs-vector .vector-1 {
    position: absolute;
    top: -40px;
    width: 100px;
    height: auto;
    left: 50%;
}

.bs-vector .vector-2 {
    position: absolute;
    bottom: 0px;
    width: 70px;
    height: auto;
    left: 20%;
}

.bs-vector .vector-3 {
    position: absolute;
    top: 50%;
    width: 70px;
    height: auto;
    right: 130px;
}

.bs-vector .vector-4 {
    position: absolute;
    top: 0;
    width: 70px;
    height: auto;
    right: 0px;
}

.bs-vector .vector-5 {
    position: absolute;
    top: -110px;
    width: 170px;
    height: auto;
    z-index: 3;
}

.bs-vector .vector-6 {
    position: absolute;
    top: -210px;
    width: 100px;
    right: 30%;
    height: auto;
    z-index: 3;
}

/* -------------------- created by omkar 25-04-2023 ------------------------ */

section.workpage-sec-01.prodigy .image_herobox {
    background: url("../img/work/prodigy/banner.jpg") no-repeat center center;
}

.workpage-overview-details.dairy-day.pd-top {
    padding-top: 100px;
}

h3.stall-dgn-heading {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    /* min-width: 190px; */
    padding-bottom: 8px;
    position: relative;
    display: inline-block;
    z-index: 9;
    padding-left: 10px;
    padding-right: 10px;
}

h3.stall-dgn-heading:after {
    content: "";
    position: absolute;
    bottom: 0;
    background: #000;
    height: 3px;
    width: 100%;
}

h3.stall-dgn-heading.left,
h3.stall-dgn-heading.left:after {
    left: 0;
}

.workpage-overview-details .img-over-txt {
    position: relative;
}

.workpage-overview-details .img-over-txt .img-txt {
    display: inline-block;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translate(-50%, 0%);
}

section.dairy-day.orange-bg {
    position: relative;
    background-color: #ef5d21;
    padding-top: 100px;
    padding-bottom: 100px;
}

section.dairy-day.orange-bg::after {
    content: "";
    clip-path: polygon(100% 65%, 0% 100%, 100% 100%);
    background-color: #ef5d21;
    position: absolute;
    top: -499px;
    width: 100%;
    height: 500px;
    z-index: 1;
    display: block;
}

section.dairy-day.orange-bg::before {
    content: "";
    clip-path: polygon(100% 65%, 0% 100%, 100% 100%);
    background-color: #ef5d21;
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 500px;
    z-index: 0;
    display: block;
}

section.workpage-overview-details.dairy-day .hording-banner.z-ind {
    z-index: 10;
    position: relative;
}

.yt-vid-2 {
    padding-top: 70px;
    text-align: end;
    position: relative;
    z-index: 30;
}

section.dairy-day.yellow-bg {
    position: relative;
    background-color: #ffcb09;
    padding-top: 100px;
    padding-bottom: 100px;
}

section.dairy-day.yellow-bg::after {
    content: "";
    clip-path: polygon(100% 65%, 0% 100%, 100% 100%);
    background-color: #ffcb09;
    position: absolute;
    top: -499px;
    width: 100%;
    height: 500px;
    z-index: 1;
    display: block;
}

section.dairy-day.yellow-bg::before {
    content: "";
    clip-path: polygon(100% 65%, 0% 100%, 100% 100%);
    background-color: #ffcb09;
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 500px;
    z-index: 0;
    display: block;
}

section.dairy-day.grey-bg {
    position: relative;
    background-color: #eeeeee;
    padding-top: 100px;
    padding-bottom: 100px;
}

section.dairy-day.grey-bg::after {
    content: "";
    clip-path: polygon(100% 65%, 0% 100%, 100% 100%);
    background-color: #eeeeee;
    position: absolute;
    top: -499px;
    width: 100%;
    height: 500px;
    z-index: 1;
    display: block;
}

section.dairy-day.grey-bg.white-bg::before {
    content: "";
    /* clip-path: polygon(100% 65%, 0% 100%, 100% 100%); */
    clip-path: polygon(0 50%, 0% 100%, 100% 100%);
    background-color: white;
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 500px;
    z-index: 0;
    display: block;
}

section.workpage-sec-01.unity .image_herobox {
    background: url("../img/work/unity/banner.jpg") no-repeat center center;
}

section.workpage-overview-details.dairy-day.pd-pb-40 {
    padding-bottom: 40px;
}

.padding-bottom-30 {
    padding-top: 30px;
}

.full-img {
    padding-top: 50px;
}

.ui-ux-design {
    position: relative;
}

.ui-ux {
    position: absolute;
    top: 230px;
    right: 200px;
}

section.workpage-sec-01.hdfc .image_herobox {
    background: url("../img/work/hdfc/banner.jpg") no-repeat center center;
}

section.workpage-sec-01.vfs .image_herobox {
    background: url("../img/work/vfs/vfs-banner.jpg") no-repeat center center;
}

.mobile-app-text {
    position: absolute;
    right: 95px;
    top: 700px;
}

.shadow {
    box-shadow: 3px 5px 5px 0px #ccc;
    text-align: center;
    margin-bottom: 20px;
}

.logos-txt {
    font-size: 18px;
    line-height: 170%;
    letter-spacing: 0.5px;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
}

.website-relative {
    position: relative;
}

.website-absolute {
    position: absolute;
    right: 280px;
    bottom: 115px;
}

section.dairy-day.grey-bg-hdfc {
    background-color: #eeeeee;
}

.ss-mb-70 {
    margin-bottom: 70px;
    /* box-shadow: 10px 10px 10px 1px #a7a7a7; */
    text-align: center;
}

.half-blue {
    width: 100%;
    /* height: 100vh; */
    background: linear-gradient(to top, #eee 0%, #eee 60%, #1d5aae 40%, #1d5aae 100%);
}

.mb-150 {
    margin-bottom: -150px;
}

.typ-illustrative {
    padding-top: 70px;
    padding-bottom: 70px;
}

.mobile-ui-pt-80 {
    padding-top: 80px;
}

.mobile-pt-100 {
    padding-top: 100px;
}

.workpage-heading.white-text {
    color: #fff;
}

.workpage-heading.white-text::after {
    background-color: #fff;
}

.half-red {
    width: 100%;
    /* height: 100vh; */
    background: linear-gradient(to top, #eee 0%, #eee 60%, #e72a25 40%, #e72a25 100%);
}

.vid-pb {
    padding-bottom: 30px;
}

.explanatory-vid-pt-pb {
    padding-top: 80px;
    padding-bottom: 80px;
}

section.workpage-sec-01.upstox .image_herobox {
    background: url("../img/work/upstox/banner.jpg") no-repeat center center;
}

.pd-pb-80 {
    padding-bottom: 80px;
}

.yt-vid-p {
    padding: 80px 0px;
}

.yt-vid-pt-50 {
    padding-top: 50px;
}

.emailers-top {
    top: 260px;
    left: 70px;
}

/* .explore-our-portfolio {
  color: #fff;
  font-size: 32px;
} */

.explore-our-portfolio-text {
    color: #fff;
    font-size: 80px;
    text-align: center;
}

section.home-sec-03.pt-pd-50 {
    padding-top: 50px;
    padding-bottom: 100px;
}

.view-all {
    display: block;
    text-align: center;
    padding-top: 40px;
}

section.home-sec-03 .home-work.home-mt-a {
    padding-top: 0px;
}

.circle-pd-60 {
    padding: 60px 50px;
}

.home-client-logo {
    padding: 50px 50px;
}

section.home-sec-02.pt-pb-logo {
    padding-top: 100px;
    padding-bottom: 100px;
}

.our-experience-txt {
    padding-bottom: 15px;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    color: #cddc39;
}

.brands-text {
    font-size: 42px;
    font-weight: 400;
    padding-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
    .ui-ux {
        top: 200px;
        right: 140px;
    }
    .mobile-app-text {
        right: 90px;
        top: 370px;
    }
}

@media only screen and (max-width: 766px) {
    .brands-text {
        font-size: 36px;
    }
    .home-client-logo {
        padding: 20px 30px;
    }
    .brands-text {
        padding-bottom: 30px;
    }
    section.home-sec-02.pt-pb-logo {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .circle-pd-60 {
        padding: 10px 30px;
    }
    .view-all {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    section.home-sec-03.pt-pd-50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .explore-our-portfolio-text {
        font-size: 34px;
        text-align: center;
    }
    section.workpage-sec-01.upstox .image_herobox {
        background: url("../img/work/upstox/mob-banner.jpg") no-repeat center center;
    }
    section.workpage-sec-01.unity .image_herobox {
        background: url("../img/work/unity/mob-banner.jpg") no-repeat center center;
    }
    section.workpage-sec-01.hdfc .image_herobox {
        background: url("../img/work/hdfc/mob-banner.jpg") no-repeat center center;
    }
    section.workpage-sec-01.vfs .image_herobox {
        background: url("../img/work/vfs/vfs-banner-mobile.jpg") no-repeat center center;
    }
    section.workpage-sec-01.dairy-day .image_herobox {
        background: url("../img/work/dairy/mob-banner.jpg") no-repeat center center;
    }
    section.workpage-sec-01.prodigy .image_herobox {
        background: url("../img/work/prodigy/mob-banner.jpg") no-repeat center center;
    }
    .workpage-overview-details .img-over-txt .img-txt {
        top: 10px;
    }
    .standee {
        margin-top: 0px !important;
    }
    section.workpage-overview-details.dairy-day .hording-banner.mrg-top-30 {
        margin-top: 0px;
    }
    .yt-vid-2 {
        padding-top: 30px;
    }
    .row-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
    .emaler-z-ind {
        position: relative;
        z-index: 2;
    }
    .mob-txt-left {
        text-align: right;
    }
    .padding-bottom-30 {
        padding-top: 0px;
    }
    .full-img {
        padding-top: 30px;
    }
    section.workpage-overview-details h3.workpage-heading {
        margin-left: 0px !important;
    }
    .ui-ux {
        top: -30px;
        left: 0px;
        right: 0px;
    }
    .design-img {
        padding-top: 50px;
    }
    .mobile-app-text {
        left: 15px;
        top: -50px;
    }
    .website-absolute {
        right: 15px;
        bottom: 100px;
    }
    section.workpage-overview-details.dairy-day.mob-pb-0 {
        padding-bottom: 0px !important;
    }
    .mobile-ui-pt-80 {
        padding-top: 0px;
    }
    .mb-150 {
        margin-bottom: -100px;
    }
    .mobile-pt-100 {
        padding-top: 30px;
    }
    .vid-pb {
        padding-bottom: 0px;
    }
    .explanatory-vid-pt-pb {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .pd-pb-80 {
        padding-bottom: 0px;
    }
    /* .yt-vid-p {
    padding: 80px 0px !important;
  } */
    .yt-vid-pt-50 {
        padding-top: 30px;
    }
    .workpage-overview-details.yt-vid-p {
        padding-top: 80px !important;
    }
    .upstox-img-full {
        padding-top: 0px;
    }
    .emailers-top {
        top: 0px;
    }
}

/* ------------------- end omkar css ----------------- */

/* ------------------- start yaseen css ----------------- */

.emailer-bg {
    background-color: #e5f0fd !important;
}

.mt-minus {
    margin-top: 120px;
}

.graph {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
}

.flex-box {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.img-w {
    width: 100%;
}

.pie-img-4 {
    width: 80%;
}

.arrow-right-first .arrow-right-second {
    position: relative;
}

.arrow-img-first {
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translate(-50%, -50%);
    width: 70px;
}

.arrow-img-second {
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translate(-50%, -50%);
    width: 70px;
}

.mr-pie-2 {
    margin-right: 40px;
}

.mr-pie-3 {
    margin-right: 90px;
}

.marl-auto {
    margin-left: auto;
}

.lyt-section {
    padding: 80px;
}

.typ-white {
    background-color: white;
}

.violet-bg {
    background-color: #42246e;
    padding: 100px 0 200px;
}

/* .circle-swiper{
  position: absolute;
  width: 300%;
  height: 300%;
  border: 200px solid #6735a0;
  border-radius: 100%;
  bottom: 0;
  right: 0;
} */

.shape-bg::after {
    content: "";
    background: url(../img/work/upstox/shape-swiper.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    width: 56%;
    height: 100%;
    z-index: 0;
}

.shape-video-bg::after {
    content: "";
    background: url(../img/work/upstox/shape-video.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.video-index1 {
    z-index: 1;
}

.swiperImg {
    width: 270px;
    margin: auto;
}

.violet-bg::before {
    content: "";
    background: url(../img/work/upstox/mobile-upstrox.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: -3px;
    right: 0;
    top: 57px;
    margin: auto;
    width: 301px;
    height: 590px;
    z-index: 1;
}

.mobile-upstrox {
    position: absolute;
    width: 100%;
    top: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.desk-pb {
    padding-bottom: 50px;
}

.video-txt {
    position: absolute;
    top: 0;
    left: 0;
}

.txt-video {
    min-width: 145px !important;
}

.card-pt {
    padding-top: 30px;
}

.container.container-right-break {
    max-width: 1400px;
}

@media only screen and (max-width: 1024px) {
    .shape-bg::after {
        top: 0;
        right: 0px;
        width: 100%;
        height: 144%;
    }
    .mr-pie-2 {
        margin-right: 80px;
    }
    .mr-pie-3 {
        margin-right: 70px;
    }
    .arrow-img-first {
        position: absolute;
        top: 50%;
        right: 5px;
        transform: translate(-50%, -50%);
        width: 45px;
    }
    .arrow-img-second {
        position: absolute;
        top: 50%;
        right: -30px;
        transform: translate(-50%, -50%);
        width: 45px;
    }
    .violet-bg::before {
        left: -3px;
        right: 0;
        top: 47px;
        margin: auto;
        width: 323px;
        height: 623px;
    }
    .swiperImg {
        width: 290px;
        margin: auto;
    }
}

@media only screen and (max-width: 992px) {}

.mt-minus {
    margin-top: 60px;
}

.shape-bg::after {
    display: none;
}

.shape-video-bg::after {
    display: none;
}

.video-txt {
    position: absolute;
    top: -56px;
    left: 15px;
}

.swiperImg {
    width: 217px;
    margin: auto;
}

.tab-mt-50 {
    margin-top: 50px;
}

.mr-pie-2 {
    margin-right: 0px;
}

.mr-pie-3 {
    margin-right: 0px;
}

.tab-reverse {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
}

.graph {
    justify-content: right;
}

.graph.right {
    justify-content: right;
}

.flex-box {
    justify-content: right;
}

.flex-box.right {
    justify-content: space-around;
}

.arrow-img-first {
    top: 99%;
    left: 44%;
    transform: rotate(90deg);
}

.arrow-img-second {
    top: 50%;
    right: 80%;
    transform: rotate(180deg);
}

.marl-auto {
    margin-right: auto;
}

.marl-content {
    margin-left: 86px;
}

.violet-bg::before {
    left: -3px;
    right: 0;
    top: 85px;
    margin: auto;
    width: 242px;
    height: 623px;
}

.workpage-overview-details.vfs-video.vfs-video-bg {
    position: relative !important;
    height: auto;
    /* Ensure parent element has a height */
    padding-bottom: 0 !important;
}

.workpage-overview-details.vfs-video-bg::before {
    content: '';
    position: absolute;
    background-color: #f3f3f3;
    top: 0;
    right: 0;
    left: 0;
    height: 500px;
}

.broucher-img {
    margin-bottom: 50px;
}

.workpage-overview-details.vfs-video-bg-second-secton {
    position: relative;
    padding-bottom: 18%;
}

.workpage-overview-details.vfs-video-bg-second-secton::before {
    content: '';
    position: absolute;
    background-color: #f3f3f3;
    top: 0;
    right: 0;
    left: 0;
    height: 300px;
}

@media only screen and (max-width: 767px) {
    section.workpage-overview-details.pdt-mb-0 {
        padding-top: 0 !important;
    }
    video.video-resize {
        width: 50%;
        right: 50%;
        left: 50%;
        transform: translate(-50%, 0);
    }
    section.workpage-overview-details.pdb-mb-0 {
        padding-bottom: 0 !important;
    }
    .workpage-overview-details.vfs-video-bg .video-txt {
        top: -53px
    }
    .workpage-overview-details.vfs-video-bg-second-secton {
        padding-top: 0 !important;
    }
    .img-txt-wrapper .img-wrapper img {
        max-width: 100%;
        position: relative;
        left: 0;
        z-index: 2;
        padding: 0 12px;
    }
    .img-txt-wrapper .second-blue-img img {
        max-width: 100%;
    }
    .workpage-overview-details.yt-vid-p.vfs-video-bg.vfs-video {
        padding-top: 120px !important;
        position: relative !important;
        /* Ensure this element is positioned */
    }
    .press-ad .pressAd-txt {
        position: absolute;
        top: -12%;
        left: 20px;
    }
    .press-ad .pressAd-txt::after {
        content: "";
        position: absolute;
        top: 30px;
    }
    .img-txt-wrapper .txt-wrapper.event-txt-wrapper {
        position: absolute;
        top: -42%;
        left: 12px;
    }
    .greetings-wall {
        position: relative;
        padding-top: 128px;
        background-color: #ffffff;
    }
    .greetings-wrapper {
        display: flex;
        flex-direction: column;
    }
    .greetings-wrapper .greeting {
        position: relative;
        z-index: 2;
    }
    .greetings-wrapper::after {
        background-color: #d9edff;
        position: absolute;
        right: 0;
        left: 0;
        height: 260px;
        content: "";
        z-index: 1;
        bottom: 35%;
    }
    .greeting .mt-25 {
        margin-top: 0;
    }
    .greeting .mt-40 {
        margin-top: 0;
    }
    .greetings-wall.pdt-0 {
        padding-top: 0;
    }
    .video-txt {
        top: -85px;
        left: 15px;
    }
    .swiperImg {
        width: 193px;
        margin: auto;
    }
    .mob-mobile-pt {
        padding-top: 0 !important;
    }
    .card-pt {
        padding-top: 20px;
    }
    .pie-img-2 {
        width: 80%;
    }
    .pie-img-3 {
        width: 80%;
    }
    .pie-img-4 {
        width: 100%;
    }
    .arrow-img-first {
        top: 105%;
        left: 48%;
        transform: rotate(90deg);
        width: 34px;
    }
    .arrow-img-second {
        top: 45%;
        right: 79%;
        transform: rotate(180deg);
        width: 34px;
    }
    .marl-content {
        margin-left: 0px;
    }
    .digital-post {
        top: -80px;
        left: 0;
        position: relative;
    }
    .violet-bg::before {
        top: 118px;
        margin: auto;
        width: 215px;
        left: -2px;
    }
}

/* @media only screen and (max-width: 400px) {
  .violet-bg::before {
    top: 133px;
    margin: auto;
    width: 183px;
    left: -2px;
  }
} */

/* ------------------- end yaseen css ----------------- */

@media only screen and (min-width: 766px) and (max-width: 1440px) {}

@media only screen and (max-width: 766px) {
    #myVideo_01 {
        display: none;
    }
    #on-off-screen .animation-slider:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 80%;
        background: url("../video/illustrations-optimize.gif") no-repeat center center;
    }
    html,
    body {
        width: 100vw;
        height: 100%;
    }
    body {
        line-height: 1.4;
    }
    /*body{overflow:scroll!important;}*/
    .global-menu__item {
        font-size: 46px !important;
    }
    header {
        padding: 0px 30px;
    }
    a.navbar-brand.brand-logo.pageLink,
    a.navbar-brand.brand-logo.pageLink:focus {
        top: 20px;
        left: 20px;
    }
    div#menu-wrp .menu-container ul.nav-menu a {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    div#menu-wrp .menu-container {
        padding-left: 30px;
    }
    header button.hamburger-menu,
    header button.hamburger-menu.tab-hm-close {
        top: 0;
        right: 15px;
    }
    .global-menu {
        padding-top: 50px;
        padding-left: 40px;
    }
    section.home-sec-01 {
        vertical-align: top;
        padding-top: 70px;
    }
    section.home-sec-01 .t-box {
        width: 50%;
    }
    .drop-dots {
        transform: scale(0.7) translateY(6px);
    }
    section.home-sec-01 h1 {
        font-size: 30px;
        line-height: 1;
    }
    section.home-sec-01 h2 {
        font-size: 21px;
        letter-spacing: 1px;
    }
    section.home-sec-02 {
        padding-top: 200px;
        padding-left: 15px;
        padding-bottom: 50px;
        padding-right: 15px;
    }
    section.home-sec-02 .birdbox {
        max-width: 40vh;
        top: -200px;
        left: -6vh;
    }
    section.home-sec-02 h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    section.home-sec-02 p {
        text-align: center;
        line-height: 1.4;
        margin-bottom: 30px;
    }
    section.home-sec-03 {
        padding: 70px 15px;
    }
    section.home-sec-03 .heading-scroll h2 {
        font-size: 3rem;
        opacity: 0;
    }
    section.about-sec-01 {
        overflow: hidden;
        padding-bottom: 100px;
    }
    section.about-sec-01 h1 span.small-01 {
        padding-left: 0;
        /* top: -3.5vh; */
        left: 0;
    }
    section.about-sec-01 h1 span.big-01 {
        font-size: 12vh;
    }
    section.about-sec-01 h1 span.small-02 {}
    section.about-sec-01 h1 span.big-02 {
        font-size: 12vh;
        /* top: -3.5vh; */
        top: -0.5vh;
    }
    section.abt-team-sec-01 {
        padding: 0px 0px;
    }
    section.abt-team-sec-01 h3 {
        font-size: 25px;
    }
    section.abt-team-sec-01 .team-description {
        margin-bottom: 60px;
        display: inline-block;
        /* max-width: 320px; */
    }
    section.abt-team-sec-01 .team-shweta {
        margin-top: 0px;
    }
    section.abt-team-sec-01 .team-description p {
        width: 100% !important;
    }
    section.abt-sec-02 {
        padding-bottom: 70px;
    }
    section.abt-sec-02 h2 {
        font-size: 5vh;
        line-height: 1;
        margin-bottom: 20px;
    }
    section.abt-sec-02 h2 .green-circle {
        width: 12px;
        height: 12px;
    }
    section.abt-sec-03 {
        padding-bottom: 70px;
    }
    section.abt-sec-03 h2 {
        font-size: 36px;
    }
    section.abt-sec-03 ul li {
        font-size: 15px;
        line-height: 1.3;
        margin-bottom: 15px;
        text-align: center;
    }
    section.abt-sec-03 .col-md-3 {
        padding: 0px !important;
    }
    section.abt-sec-03 .row div:nth-child(2) ul {
        /* margin-left:15px !important; */
    }
    section.abt-sec-03 .row div:nth-child(4) ul {
        /* margin-left:15px !important; */
    }
    section.home-sec-03 .home-work-heading {
        margin-top: 0px;
    }
    section.home-sec-03 .home-work {
        margin-bottom: 40px !important;
        margin-top: 10px !important;
    }
    section.home-sec-03 .home-work-heading h3 {
        font-size: 40px;
        margin-bottom: 20px;
    }
    section.home-sec-03 .home-work-heading a {
        font-size: 16px;
        padding: 20px 10px;
    }
    section.home-sec-03 .home-work-heading a:after {
        height: 70px;
    }
    section.work-sec-01 {
        padding: 70px 15px 40px 15px;
    }
    section.work-sec-01 .work-cs-wrp {
        margin: 0px 0px 50px 0px;
        padding-bottom: 50px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    section.work-sec-01 .work-cs-wrp .work-details {
        padding: 0px;
    }
    section.work-sec-01 .work-cs-wrp .work-details h3 {
        font-size: 34px;
    }
    section.work-sec-01 .work-cs-wrp .work-details p {
        line-height: 1.3;
    }
    section.work-sec-01 .work-cs-wrp .work-details a {
        font-size: 16px;
        letter-spacing: 2px;
    }
    section.work-sec-01 .work-cs-wrp .work-thumb {
        width: 70%;
        /* float: left; */
        margin-bottom: 20px;
    }
    section.work-sec-01 .work-cs-wrp .text-sm-right .work-details a:after {
        left: 0;
    }
    section.work-inner-sec-01.mf_9_28 {
        height: 50vh;
        background-position-x: 14%;
    }
    section.work-inner-sec-02 {
        padding: 40px 15px 10px 15px;
    }
    section.work-inner-sec-02 h3 {
        margin-bottom: 30px;
    }
    section.work-inner-sec-02 p {}
    section.work-inner-sec-03 {
        padding: 70px 15px;
    }
    section.work-inner-sec-03:after {
        height: 10%;
    }
    section.work-inner-sec-03 h2 {
        text-align: left;
        margin-bottom: 28px;
    }
    section.work-inner-sec-03 .work-details {
        padding: 0px;
    }
    section.work-inner-sec-03 .work-details .wd-points h2 {
        font-size: 28px;
    }
    section.work-inner-sec-03 .work-details .wd-points p {
        font-size: 15px;
        font-weight: 600;
    }
    section.work-inner-sec-03 h5.work-heading {
        margin-top: 40px;
        /* margin-bottom: 15px; */
    }
    section.work-inner-sec-03 .image-9-28-music-fest {
        width: 100%;
        padding: 6%;
        margin-top: 30px;
    }
    section.work-inner-sec-04 {
        overflow: hidden;
    }
    section.work-inner-sec-04 img {
        transform: scale(1.2);
    }
    section.work-inner-sec-05 {
        padding-top: 60px;
    }
    section.work-inner-sec-05:after {
        height: 30%;
    }
    section.work-inner-sec-05 .typographic-text {
        padding: 0px 15px 30px 15px;
        margin-top: 12%;
        margin-bottom: 14%;
        border-bottom: 1px solid #ccc;
    }
    section.work-inner-sec-06 {
        padding: 0px;
    }
    section.work-inner-sec-06 .color-scheme-text {
        padding: 0px 15px;
    }
    section.work-inner-sec-07 {
        padding: 70px 15px;
    }
    section.work-inner-sec-07 h5 {
        text-align: left;
        margin-bottom: 20px;
    }
    section.work-landingpage {
        padding: 70px 0px 10% 0px;
    }
    section.work-landingpage .work-cs-wrp {
        margin-top: 20px;
        display: block;
    }
    section.work-landingpage .work-cs-wrp .work-thumb {
        /* width: 60%; */
    }
    section.work-landingpage .work-cs-wrp .work-details h3 {
        font-size: 21px;
    }
    section.work-landingpage .work-cs-wrp .work-details .btn-view-cs {
        left: -60px;
        width: 60px;
        position: absolute;
        bottom: -10px;
    }
    section.work-landingpage .work-cs-wrp:hover .work-details .btn-view-cs {
        width: 100px;
    }
    section.work-landingpage .work-cs-wrp .work-details .btn-view-cs:before {
        width: 14px;
        height: 14px;
        bottom: -6px;
        box-shadow: 2px 2px 0 0px #deff00;
    }
    section.work-landingpage .work-cs-wrp .work-details .btn-view-cs:after {
        height: 2px;
    }
    h3.workpage-heading {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    section.workpage-sec-01 {
        height: 60vh;
    }
    section.workpage-sec-01.yas .image_herobox {
        background-color: #ed2a54;
        /* background-size: 200% !important; */
        background-position: center 40px;
    }
    section.workpage-client-details {}
    section.workpage-client-details h5 {
        font-size: 14px;
    }
    section.workpage-client-details h3 {
        font-size: 18px;
        margin-bottom: 30px;
    }
    section.workpage-website-screen.burma_burma {
        border-top: 30px;
        padding-bottom: 30px;
    }
    section.workpage-website-screen.burma_burma .website-03 {
        width: 37vw;
    }
    section.workpage-website-screen.burma_burma .website-02 {
        right: 0;
    }
    section.workpage-website-screen.burma_burma h3.workpage-heading {
        position: relative;
        top: 0;
        right: 0;
        float: right;
    }
    section.workpage-sec-gallery.burma_burma .dic-gallery:after {
        width: 100%;
        height: 40%;
        top: 35%;
    }
    section.workpage-sec-gallery.burma_burma .envelope {
        margin-top: 0;
        margin-bottom: 60px;
    }
    section.workpage-sec-gallery.burma_burma .mobile-app-text {
        /* position: static; */
        bottom: 7%;
        right: 0;
        left: 20px;
    }
    section.workpage-sec-gallery.burma_burma .envelope-text {
        position: static;
        top: 20%;
        right: 11%;
        margin-top: 30px;
        padding-right: 15px;
    }
    section.workpage-sec-gallery.burma_burma .calender-text {
        position: static;
        top: 10%;
        right: 0;
        padding-left: 30px;
        background: #cacaca;
    }
    section.workpage-sec-gallery.burma_burma .pl-50 {
        padding: 0px;
    }
    section.workpage-sec-gallery.burma_burma .mobile-app {
        margin-top: 50px;
        top: 0;
    }
    section.workpage-client-details.ganjing .p-0 {
        padding-left: 15px !important;
    }
    section.workpage-overview-details.ganjing .row:nth-child(2) h3.workpage-heading {
        margin-left: 0px;
    }
    section.workpage-overview-details {
        padding-top: 30px !important;
        padding-bottom: 40px !important;
    }
    section.workpage-overview-details h3.workpage-heading {
        margin-left: -28px;
    }
    section.workpage-sec-gallery.yas {
        padding-bottom: 50px;
    }
    section.workpage-sec-gallery.yas .photoshoot h3 {
        position: relative;
        margin-top: 0px;
        top: 0;
        left: 0;
    }
    section.workpage-website-screen.yas h3 {
        margin-top: 0px;
    }
    section.workpage-icono-graphy.yas {
        padding-bottom: 20px;
    }
    section.workpage-icono-graphy.yas .col {
        max-width: 50%;
        -ms-flex-preferred-size: initial;
        flex-basis: auto;
    }
    section.workpage-overview-details .overview-para {
        margin-bottom: 20px !important;
    }
    section.workpage-sec-01.mungos .image_herobox {
        background-color: #070010;
        /* background-size: 250% !important; */
        /* background-position: bottom; */
    }
    section.workpage-social-media.mungos {
        padding: 0;
    }
    section.workpage-icono-graphy.mungos {
        padding: 0 0 40px 0;
    }
    section.workpage-sec-01.music_festival_928 .image_herobox {
        background-color: #070010;
        /* background-size: 250% !important; */
        background-position: -280px;
    }
    section.workpage-overview-details.music_festival_928 .image-9-28-music-fest {
        width: 100%;
    }
    section.workpage-website-screen.music_festival_928 .workpage-heading {
        top: -49px;
        right: 30px;
        margin: 0px;
    }
    section.workpage-icono-graphy.music_festival_928 .icons-box {
        padding-top: 0;
    }
    section.workpage-overview-details.music_festival_928 .col-md-3.offset-md-1 h3 {
        margin-left: 0px;
    }
    section.workpage-icono-graphy.music_festival_928 .icon-text {
        position: absolute;
        top: -70px;
        left: -40px;
    }
    section.workpage-icono-graphy.music_festival_928 h3 {
        left: 0;
        top: 0;
    }
    section.workpage-icono-graphy.music_festival_928 {
        padding-bottom: 70px;
    }
    section.workpage-icono-graphy.music_festival_928 .icons-box .img-icon {
        margin-top: 30px;
    }
    section.workpage-sec-01.swasth .image_herobox {
        background-position: center 40px;
    }
    section.workpage-sec-gallery.swasth {
        padding-top: 0px;
        padding-bottom: 30px;
    }
    section.workpage-sec-gallery.aah {
        padding: 0px;
    }
    section.workpage-sec-01.aah .image_herobox {
        /* width:100% */
        background-position: -280px top;
    }
    section.workpage-sec-01.aah h1 {
        font-size: 21px;
        left: 25px !important;
        top: inherit;
        bottom: 10px;
    }
    section.workpage-sec-01.ganjing .image_herobox {
        background-size: 200% !important;
        background-color: #60273a;
        background-position: -320px bottom;
    }
    section.workpage-overview-details.ganjing .image-ganjing-logo {
        width: 100%;
    }
    section.workpage-sec-gallery.ganjing .flyer {
        position: static;
        top: -4%;
        left: 5%;
        margin-left: 15px;
    }
    section.workpage-sec-gallery.ganjing .food-packaging {
        position: static;
        top: -1%;
        left: 5%;
        margin-left: 15px;
    }
    section.workpage-sec-gallery.ganjing .menu-card {
        position: static;
        top: -12%;
        left: 6%;
        margin-left: 15px;
    }
    section.workpage-social-media.orowealth {
        padding: 0px;
    }
    section.workpage-sec-01.orowealth .image_herobox {
        background-color: #2d3192;
        /* background-size: 320% !important; */
        background-position: center 40px;
    }
    section.workpage-sec-01.culture_con .image_herobox {
        background: url("../img/work/culture-con/hero-image.jpg") no-repeat top right;
    }
    section.workpage-overview-details.culture_con {}
    section.workpage-overview-details.culture_con .overview-para {
        padding-left: 50px;
        padding-right: 20px;
        margin-bottom: 90px;
    }
    section.workpage-overview-details.culture_con img {
        margin-bottom: 0px;
        margin-top: 30px;
    }
    section.workpage-website-screen.culture_con {
        padding: 20px 0px;
    }
    section.workpage-website-screen.culture_con .culture-con-website {
        position: relative;
        top: 0;
        right: inherit;
        float: left;
        left: 15px;
    }
    section.workpage-social-media.culture_con {
        background: #f4f4f4;
        padding: 20px 0px 0px 0px;
    }
    section.workpage-social-media.culture_con .social-media-img {
        margin-top: 0px;
    }
    section.workpage-social-media.culture_con .invite-01 {
        position: relative;
        left: 0;
        padding: 0;
        z-index: 1;
    }
    section.workpage-social-media.culture_con .brouchure-text {
        background: #d4d4d4;
        position: relative;
        top: 0;
        right: 0;
    }
    section.workpage-social-media.culture_con .invite-01-text {
        position: relative;
        top: 0;
        right: 0;
        background: #c2c2c3;
    }
    section.workpage-social-media.culture_con .poster-01-text {
        top: 0;
        right: inherit;
        left: 6%;
    }
    section.workpage-sec-01.khadi_weavers .image_herobox {
        /* background-size: 240% !important; */
        /* background-position: top; */
    }
    section.workpage-overview-details.khadi_weavers {
        background: #f4f4f4;
        padding-top: 100px;
        padding-bottom: 151px;
        overflow: hidden;
        position: relative;
    }
    section.workpage-overview-details.khadi_weavers .col-md-5 h3 {
        margin-left: 0px;
    }
    section.workpage-overview-details.khadi_weavers .overview-para {
        padding-left: 50px;
        padding-right: 20px;
        margin-bottom: 60px;
    }
    section.workpage-overview-details.khadi_weavers .logo-khadi-weavers {
        margin-top: 50px;
        position: relative;
        z-index: 9;
    }
    section.workpage-overview-details.khadi_weavers .logo-man {
        transform: scale(1);
        margin-top: 20px;
        margin-left: 0px;
    }
    section.workpage-website-screen.khadi_weavers {
        background: #222222;
        padding: 70px 0px;
    }
    section.workpage-website-screen.khadi_weavers .culture-con-website {
        position: absolute;
        top: 13%;
        right: 87%;
    }
    section.workpage-sec-gallery.khadi_weavers {
        background: #f4f4f4;
    }
    section.workpage-sec-gallery.khadi_weavers .in-store-branding-text {
        left: inherit;
        right: 1px;
        margin-bottom: 0;
        float: right;
    }
    section.workpage-sec-gallery.khadi_weavers .visiting-card-text {
        top: 0;
        left: 32px;
    }
    section.workpage-sec-gallery.khadi_weavers .identity-card-text {
        position: static;
        margin-top: 20px;
    }
    section.workpage-sec-gallery.khadi_weavers .shopping-bag-text {
        position: static;
        background: #d8dcdf;
        padding-top: 30px;
    }
    section.workpage-sec-gallery.khadi_weavers .garment-tag-text {
        position: static;
        background: #e7e7e7;
        padding-left: 35px;
    }
    section.workpage-sec-gallery.khadi_weavers .garment-tag-text h3 {
        margin-bottom: 10px;
    }
    section.workpage-sec-gallery.khadi_weavers .in-store-branding-img {}
    section.workpage-sec-gallery.khadi_weavers .visiting-card-img {
        margin-top: 50px;
    }
    section.workpage-sec-gallery.khadi_weavers .identity-card-img {
        margin-top: 19px;
        transform: scale(1.15) translateX(0);
    }
    section.workpage-sec-gallery.khadi_weavers .shopping-bag-img {}
    section.workpage-sec-gallery.khadi_weavers .garment-tag-img {}
    section.contact-sec-01 {}
    a.contact-email {
        font-size: 32px;
    }
    a.contact_number {
        font-size: 25px;
    }
    section.contact-sec-01 .circle-01 {
        top: 62%;
        width: 50vw;
    }
    section.contact-sec-01 .circle-02 {
        width: 50vw;
    }
    section.contact-sec-01 .video-circle-01 {
        top: 69%;
        left: -6.5vw;
        width: 50vw;
        height: 50vw;
    }
    section.contact-sec-01 .video-circle-01 iframe {
        top: -30vw;
        left: -15vw;
        width: 110vw;
        height: 110vw;
    }
    section.contact-sec-01 .video-circle-02 {
        width: 50vw;
        height: 50vw;
    }
    section.contact-sec-01 .video-circle-02 iframe {
        top: -56vw;
        left: -68vw;
        width: 170vw;
        height: 170vw;
    }
    section.project-enquiry-sec-01 {
        padding-top: 130px;
        padding-bottom: 150px;
        padding-left: 25px;
        padding-right: 25px;
    }
    section.project-enquiry-sec-01 h1 {
        margin-bottom: 60px;
    }
    section.project-enquiry-sec-01 form#utt_contact_1590315218 {
        margin-top: 0px;
        padding: 0px;
    }
    /*form{padding: 6% 8% 12% 8% !important;}*/
    .on-off-wrp {
        bottom: 5px;
        left: 15px;
        transform: scale(0.65);
    }
    footer {}
    footer .footer_links .f_line {
        margin-top: 5px;
        left: 3px;
        position: relative;
    }
    footer .top-footer {
        padding: 40px 15px 0px 15px;
    }
    footer h2 {
        font-size: 23px;
        /* padding-left: 130px; */
        /* text-align: left; */
        margin-bottom: 50px;
    }
    footer .footer_links {
        font-size: 15px;
        letter-spacing: 0.5px;
    }
    footer .sub-footer {
        padding-top: 30px;
        padding-bottom: 100px;
    }
    #myVideo_01 {
        position: fixed;
        top: 50%;
        left: 50%;
        height: auto;
        transform: translate(-50%, -50%);
        width: 120%;
        z-index: -2;
    }
    section.workpage-overview-details .mob-hd-marg-manage h3.workpage-heading {
        margin-left: 0;
    }
    section.workpage-overview-details.dairy-day .hording-banner {
        margin-top: -40px;
    }
    .bs-vector {
        display: none;
    }
}