/*@media all and (max-device-width: 500px)
{
    #id_Banner_1 {
        background-image: url("./img/home/Banner/Untitled.png")
    }
}*/
.clsGradient1 {
    height: 3px;
    background: linear-gradient(to right, #977137 0%, #FDFCAD 100%);
}

.clsGradient2 {
    height: 3px;
    background: linear-gradient(to left, #977137 0%, #FDFCAD 100%);
}

/* .clsGradient {
    height: 3px;
    background: linear-gradient(to right, #977137, #FDFCAD,#FDFCAD, #977137);
} */
.clsOrangeColor {
    color: #E58020;
}

.clsHeaderColor {
    background: #e6e7e8;
}

.clsMarginRight {
    margin-right: 50px;
}

.clsMarginLeft {
    margin-left: 200px;
}

.clsTopMiniHeaderColor {
    background-color: #898989;
}

.clsGoldenColor {
    color: #A77E38;
}

.float-container {
    border: 3px solid #fff;
    padding: 20px;
}

.float-child10Per {
    width: 10%;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
}

.float-child60Per {
    width: 60%;
    float: left;
    padding: 20px;

}

.float-child30Per {
    width: 30%;
    float: left;
    padding: 20px;

}

.clsFontColorGray {
    color: #808080;
}

.clsFontArialBlack {
    font-family: 'Roboto Slab', serif;
}

.clsFontArial {
    font-family: 'Roboto Slab', serif;
}

.clsFont80px {
    font-size: 60px;
}

.clsFontBolder {

    font-weight: bolder;

}

.clsTextColor {
    color: #808080;
}

.clsFont20px {
    font-size: 20px;
}

.clsImageBorderNSize {
    height: 300px;
    width: 300px;
    border-style: solid;
    border-color: #E58020;
    border-radius: 5px;
}

.xyz1 {
    float: right;
    width: 80px;
    height: 500px;

    margin-right: 0px;
    margin-bottom: 30px;
    background: #E58020;
}

.div {
    box-sizing: border-box;
}

.clsWidth100Per {
    width: 100%;
}

/*.row::after {
    content: "";
    clear: both;
    display: table;
  }*/
.clsWidth125 {
    width: 16%;
    float: left;
    padding: 10px;

}

.clsHeight200px {
    height: 200px;
}

.clsBorderColorOrange {
    border-color: #E58020;
}

.clsClientImageBorderNHeightNWidth {
    border-color: #e6e7e8;
    height: 150px;
    width: 150px;
    filter: grayscale(100%);
}

img:hover {
    filter: grayscale(0%);
}

.clsBackGroundColororange {
    background-color: #E58020;
}

.clsTextColorWhite {
    color: white;
}




body {
    font-family: 'Roboto Slab', serif;
}

.mobile-container {
    max-width: 100%;
    margin: auto;
    background-color: #555;

    color: white;
    border-radius: 10px;
}

.topnav {
    overflow: hidden;
    background-color: #808080;
    position: relative;
}

.topnav #myLinks {
    display: none;
}

.topnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
}

.topnav a.icon {
    background: #e6e7e8;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.topnav a.icon1 {
    background: #e6e7e8;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 50px;
}



.active {

    color: white;
}

.clsSerachInput {
    border-radius: 15px;
    width: 120px;
    height: 25px;
    background: #e6e7e8;
    border: 2px solid #E58020;
}

.clsInputText {
    margin: 5px;

    background: #e6e7e8;
    border: 2px solid #E58020;
}

.clsAlignCenter {
    text-align: center;
}

.clsWidth25Per {
    width: 25%;
    float: left;
    padding: 10px;
}

.clsMediaType {
    border: 2px solid #E58020;
    line-height: initial;
    font-size: 50px;
    width: 300px;


}

.clsHeight50px {
    height: 50px
}

.clsWidth300px {
    width: 300px
}

.clsWidth600px {
    width: 605px
}

.clsMarginTop10Px {
    margin-top: 10px;
}

.clsMarginBottom10Px {
    margin-bottom: 10px;
}

.clsTextSize20PxNLineHeight {
    font-size: 20px;
    line-height: initial;
    padding: 5px;
}

.clsPaddingBottom5px {
    padding-bottom: 5px;
}

.clsPaddingLeft150px {
    padding-left: 150px;
}

.clsPaddingRight150px {
    padding-right: 150px;
}

.clsPadding20px {
    padding: 20px;
}









* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Roboto Slab', serif;
    /* background-color: #060606; */
}



body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #000;
    font-family: 'Roboto Slab', serif;
    background: #fafafa;
}


body.homepage {
    overflow: hidden;
}

body.homepage.showscroll {
    overflow: visible;
    overflow-x: hidden;
}

div {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

.section {
    /* background: #f5f5f5; */
    height: 100vh
}

.wrapper {
    width: 100%;
    /*max-width: 1200px;*/
    margin: 0 auto;
}

a {
    line-height: 1.2;
    outline: none;
    text-decoration: none;
    /* text-transform: capitalize; */
    /* color: white; */
    /* background-color: black ; */
}

a:hover {
    color: #A77E38;
}

li {
    list-style: none;
}

p {
    padding-bottom: 0px;
    /* margin-top: 10%; */
    color: #fff;
    font-size: 17px;
    line-height: 24px;
    font-weight: 300;
}

h1 {
    margin: 10px 0;
    font-size: 50px;
    font-weight: 600;
    color: #1e191a;
    letter-spacing: -3px;
}

h1 span {
    color: #f12e52;
}


h2 {
    margin: 10px 0;
    font-size: 50px;
    font-weight: 600;
    color: #1e191a;
    letter-spacing: -3px;
}

h2 span {
    color: #f12e52;
}

.clr {
    clear: both;
}

h3 {
    color: #1e191a;
    font-size: 50px;
    /* font-weight: 600; 
    letter-spacing: -4.8px;*/
}

.mob-filter-button {
    display: none;
}

.degree-style span {
    position: relative;
}

.degree-style img {
    position: relative;
    top: 5px;
}

.degree-style span:after {
    width: 10px;
    height: 10px;
    content: "";
    border: 3px solid #F12E52;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    transition: all 0.5s ease;
    display: inline-block;
    vertical-align: text-top;
    position: relative;
    top: 10px;
}

.common-pad {
    padding: 40px 0;
}

.common-btn-style {
    margin: 15px auto 0;
    display: inline-block;
    color: #f12e52;
    padding: 6px 15px 6px 30px;
    font-size: 12px;
    transition: all .2s;
    border-radius: 25px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    font-weight: 600;
    border: 1px solid #f12e52;
    display: inline-block;
}

.common-btn-style:hover {
    background: #f12e52;
    color: #fff;
}

.common-btn-style:before {
    position: absolute;
    display: block;
    content: '';
    width: 11px;
    height: 11px;
    top: 9px;
    left: 14px;
    z-index: 2;
    pointer-events: none;
    background-color: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 #fff;
}

.common-btn-style:after {
    position: absolute;
    display: block;
    content: '';
    width: 11px;
    height: 11px;
    top: 9px;
    left: 14px;
    z-index: 2;
    pointer-events: none;
    background-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 5px #f12e52;
    box-shadow: inset 0 0 0 2px #f12e52;
}

.common-btn-style:hover:before {
    -webkit-transition: all .5s ease-in-out .2s;
    -o-transition: all .5s ease-in-out .2s;
    transition: all .5s ease-in-out .2s;
    -webkit-box-shadow: 0 0 0 30px transparent;
    box-shadow: 0 0 0 30px transparent;
    -webkit-box-shadow: inset 0 0 0 5px #fff;
    box-shadow: inset 0 0 0 5px #fff;
    box-shadow: 0 0 0 30px transparent;
}

.common-btn-style:hover:after {
    -webkit-box-shadow: inset 0 0 0 5px #fff;
    box-shadow: inset 0 0 0 5px #fff;
    -webkit-transition: all 0s ease-in-out .2s;
    -o-transition: all 0s ease-in-out .2s;
    transition: all 0s ease-in-out .2s;
    box-shadow: inset 0 0 0 2px #fff;
}

.call-us {
    padding-bottom: 10px;
    font-size: 20px;
    overflow: hidden;
}

.call-us span {
    font-weight: 700;
}

.call-us a {
    color: #f12e52;
    font-weight: 500;
}

.common-btn-style.fill-color {
    font-size: 16px;
    padding-left: 40px;
    padding-right: 30px;
    background: #f12e52;
    color: #fff;
}

.common-btn-style.fill-color:after {
    top: 10px;
    -webkit-box-shadow: inset 0 0 0 3px #fff;
    box-shadow: inset 0 0 0 3px #fff;
    width: 16px;
    height: 16px;
}

.common-btn-style.fill-color:before {
    top: 10px;
    width: 16px;
    height: 16px;
}

.common-btn-style.fill-color.small {
    padding: 6px 15px 6px 30px;
    font-size: 12px;
}

.common-btn-style.fill-color.small:after {
    top: 10px;
    width: 11px;
    height: 11px;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
}

.common-btn-style.fill-color.small:before {
    top: 10px;
    width: 11px;
    height: 11px;
}

.homepage header {
    height: 0;
    overflow: hidden;
}

header {
    height: 77px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    /* background: #f8f8f8; */
    /*-webkit-box-shadow: 1px 5px 4px -1px #eee;*/
    /*box-shadow: 1px 5px 4px -1px #eee;*/
}

.a {
    height: 3px;
    position: fixed;
    left: 0;
    top: 77px;
    width: 100%;
    z-index: 9999;

    background: linear-gradient(to right, #977137, #FDFCAD, #FDFCAD, #977137);
    /*-webkit-box-shadow: 1px 5px 4px -1px #eee;*/
    /*box-shadow: 1px 5px 4px -1px #eee;*/
}

header.show-header {
    overflow: visible;
}

header .inner-header {
    /* padding: 15px 0; */
    height: 77px;
    background-color: black;
    /* float: right; */
    /* opacity: 0.9; */
}

header .header-right {
    padding-top: 10px;
    float: right;
    padding-right: 50px;
    background-color: #2d2727;
}

header .header-left {
    padding-top: 0px;
    float: left;
}

header .logo {
    float: left;
    margin-left: 50px;
}

nav {
    float: left;
    position: relative;
    top: 66px;
}

nav li {
    height: 47px;
    float: left;
    font-size: 15px;
    padding: 0 30px;
}

nav li a {
    position: relative;
    transition: all 0.5s ease;
}

/*nav li a:before {
                opacity: 0;
                width: 4px;
                height: 4px;
                position: absolute;
                right: -8px;
                top: -3px;
                content: "";
                border: 2px solid #F12E52;
                -webkit-border-radius: 100%;
                border-radius: 100%;
                transition: all 0.5s ease;
            }*/

nav li .menu-colthree a:before {
    display: none;
}



nav li:hover a:before {
    opacity: 1;
}

nav li .mega-menu {
    border-top: 2px solid #eee;
    display: none;
    padding: 50px 0;
    position: absolute;
    left: 0;
    top: 99%;
    width: 100%;
    background: #fff;
    height: 100vh;
}

nav li:hover .mega-menu {
    display: block;
}

nav li .mega-menu h3 {
    letter-spacing: inherit;
    padding-bottom: 18px;
    font-size: 22px;
    font-weight: 600;
    color: #1e191a;
}

nav li .mega-menu h3 a {
    color: inherit;
}

nav li .mega-menu h3 span {
    position: relative;
}

nav li .mega-menu h3 span:before {
    opacity: 0;
    width: 4px;
    height: 4px;
    position: absolute;
    right: -5px;
    top: 2px;
    content: "";
    border: 2px solid #F12E52;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    transition: all 0.5s ease;
}

nav .menu-colthree {
    margin-bottom: 35px;
    width: 33.3%;
    float: left;
}

nav .menu-colthree:hover h3 {
    color: #F12E52;
}

nav .menu-colthree:hover h3 span:before {
    opacity: 1;
}

nav li li {
    height: auto;
    width: 100%;
    font-size: 17px;
    padding: 0;
    margin: 0 0 15px 0;
}

nav li li a:before {
    display: none;
}

nav li:hover li a {
    line-height: 20px;
    color: #1e191a;
}

nav li li a {
    padding-left: 15px;
    display: block;
    font-weight: 300;
    background: url(../img/menu-arrow.png) left 4px no-repeat;
}

nav li li a:hover {
    color: #F12E52;
}

.social-icons {
    float: left;
}

.social-icons svg {
    margin: 15px 18px;
    width: 21.337px;
    height: 21.337px;
    transition: all 0.5s ease;

}

.social-icons svg:last-child {
    margin-right: 0;
}

.social-icons a:hover svg {
    fill: #E58020;

}


.social-icons a:last-child {
    position: relative;
    top: 3px;
}


.hamburger-menu {
    cursor: pointer;
    padding-top: 15px;
    margin-left: 40px;
    float: right;
    width: 40px;
    height: 23px;
}

.hamburger-menu span {
    opacity: 1;
    display: block;
    height: 5px;
    margin-bottom: 5px;
    margin-top: 7px;
    background: #fff;
    width: 2.5rem;
}

.hamburger-nav {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 100%;
    top: 80px;
    /*background: #fff;*/
}

.hamburger-nav .left {
    height: 100%;
    position: relative;
    float: left;
    width: 0%;
}

.hamburger-nav .right {
    padding-top: 40px;
    padding-left: 0px;
    position: relative;
    width: 19%;
    float: right;
    /*height: 100%;*/
    /*background: linear-gradient(180deg,transparent, black,black, transparent,transparent);*/
    font-family: 'Roboto Slab', serif;
    color: white;

    background-color: black;
    opacity: 1;
}

.adresses {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #faf9f9;
}

.hamburger-nav .ham-logo {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -228px;
    width: 80%;
    text-align: center;
    /*-webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;*/
}

.open-nav .hamburger-nav .ham-logo {
    left: -100px;
}

.adresses .adress {
    padding: 40px;
    float: left;
    width: 33.3%;
}

.adresses .adress:hover .place-name {
    color: #f12e52;
}

.adresses .adress.white-bg {
    background: #fff;
}

.adresses .place-name {
    padding: 5px 0 10px 0;
    font-size: 17px;
    color: #221f20;
    font-weight: 600;

}

.adresses address {
    line-height: 24px;
    font-style: normal;
    font-size: 17px;
    color: #221f20;
    font-weight: 500;
}

.ham-menu {
    overflow: hidden;
    margin-bottom: 30px;
}

.ham-menu li {
    margin-bottom: 17px;
    width: 100%;
    float: left;
}

.ham-menu li.mob-link {
    display: none;
}

.ham-menu li a {
    display: block;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.ham-menu li a span {
    position: relative;
}

.ham-menu li a span:before {
    width: 4px;
    height: 4px;
    position: absolute;
    right: -7px;
    top: 2px;
    content: "";
    border: 2px solid #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;

    display: none;
}

.hamburger-nav .social-icons svg {
    margin: 0 25px 0 0;
    fill: #fff !important;
    width: 26.7px;
    height: 26.7px;
}

.hamburger-nav .social-icons svg:hover {
    fill: #fff;
}

.hamburger-close {
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    /* background: url(../img/close-icon.png) center no-repeat; */
}

#grapes-text-video,
#case-study-section,
#client-section {
    width: 100vh;
    height: 100vh;
    overflow: hidden;
    position: relative;
    width: 100%;
}

l svg {
    overflow: visible !important;
}

.grapesPanel {
    height: 100vh;
    text-align: center;
    overflow: hidden;
}





.green {
    background-color: #fafafa;
}

.bordeaux {
    background: none
}

.gtsr {
    height: 100vh;
    background-color: red
}

.sec {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.images-row {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.images-row .image {
    margin-left: 10%;
    width: 44%;
    float: left;
}

.images-row .image:first-child {
    margin-left: -27%;
}

.images-row .image:last-child {
    margin-right: -34%;
}

.images-row img {
    width: 100%;
    border-radius: 10px;
}

.images-row .text {
    margin-left: -150px;
    line-height: 70px;
    font-size: 60px;
    width: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
}

.images-row .text span {
    font-size: 20px;
}

/*.new-row { background: #000;  }*/
.images-row .text {
    color: #fff;
}

.images-row .text h2 {
    color: #fff;
    font-size: 80px;
    line-height: 20px;
}

.bordeaux .sec {
    background: #000;
}

.secHgt {
    height: 100vh;
    overflow: hidden;
}

.sec1 {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #ccc;
}

.textPanel2 {
    background: #ddd;
    height: 100vh;
    text-align: center;
    padding-top: 150px;
    overflow: hidden;
}

.textEfc2 {
    color: #000;
    font-size: 30px;
    font-weight: 700
}

#naj1,
#naj2 {
    display: block;
}

#naj1 span {
    position: relative;
    display: inline-block;
    vertical-align: top
}

#naj2 span {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.site-info {
    position: relative;
    top: 50px;
    text-align: center;
    font-weight: bold;
}

.site-info p {
    padding-bottom: 0;
}

.hidebg .grapes-text {
    padding-left: 20%;
}


.grapes-text-info.showtext {
    margin-top: 0;
    opacity: 1;
}

.grapes-text-info h3 {
    font-size: 2.5rem;
    max-width: 49vW;
}

.grapes-text-info p {
    line-height: 32px;
    font-size: 1.5rem;
    color: #757575;
}

.awards-info-1 {
    margin-top: 18px;
}

.awards-info-1 h3 {
    font-size: 30px;
    letter-spacing: -0.8px;
}

.awards-info-1 p {
    padding-bottom: 0;
    font-size: 16px;
    line-height: 18px;
}

#grapes-text-break,
.grapes-text-section {
    background: #fff;
    position: relative;
}

#grapes-text-break.hidebg {
    background: none;
}

#letters-playground {
    display: -webkit-box;
}


.client-text h2 {
    font-weight: 500;
    line-height: 1.12;
    text-align: center;
    font-size: 6.3vmax;
}

.client-text p {
    margin-top: 1rem;
}

.client-vertical-parent,
.award-horizontal {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.client-text {
    align-items: flex-start;
}

.our-award-text {
    opacity: 0;
}

.text-center {
    text-align: center;
    width: 100%;
}

.client-vertical-col {
    float: left;
    text-align: center;
    width: 12.5%;
    margin: 0 2%;
    transition: transform 1s;
}

.client-vertical-item {
    margin: 30px 0;
}

.client-vertical-item img {
    display: inline-block;
}

.award-horizontal {
    padding-top: 7%;
}

.award-vertical-col {
    margin-bottom: 3.5%;
    display: flex;
    transition: transform 1s;
}

.award-vertical-col .award-vertical-item {
    margin-right: 50px;
    float: left;
}

.award-vertical-col .award-vertical-item img {
    max-width: inherit;
}

.letters-letter {
    display: inline-block;
    text-align: center;
    height: 90px;
    font-weight: 500;
    font-size: 5.3vmax;
    line-height: 96px;
    letter-spacing: -.03em;
}

.awards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    z-index: 12;
    height: 100%;
}

.awards-projects {
    width: 40.5vw;
}

.awards video {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.awards-showcase>div {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 20px;
}

.awards-showcase {
    position: absolute;
    top: 17.3%;
    left: 10.8%;
    height: 70%;
    width: 75%;
    border: 1px solid #fff;
}

.turqoise:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
}

#case-study-section {
    background-color: #d5d1c6;
}

#case-study-section .text span {
    font-size: 20px;
}

#case-study-section h2 {
    font-weight: 500;
    line-height: 1.12;
    text-align: center;
    font-size: 4.3vmax;
    padding-top: 120px;
}

#case-study-section .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 12;
    height: 100%;
    font-size: 60px;
    color: #000;
    transition: transform 1s;
}

#case-study-section .all-items,
#case-study-section .all-items1 {
    width: 500%;
    position: absolute;
    margin-top: -125px;
    top: 48%;
    height: 100%;
}

.scale-div,
.projects,
.left-scroll,
.all-items,
.scale-div1,
.projects1,
.left-scroll1,
.all-items1 {
    transition: transform 1s;
}

.projects,
.scale-div,
.left-scroll,
.projects1,
.scale-div1,
.left-scroll1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.projects img,
.projects1 img {
    width: 100%;
    -webkit-box-shadow: 6px 12px 17px 0 rgb(0 0 0 / 5%);
    box-shadow: 6px 12px 17px 0 rgb(0 0 0 / 5%);
}


.pro-item {
    width: 500px;
    display: inline-block;
    margin-right: 200px;
}

.pro-text.mob {
    display: none;
}


.pro-text p {
    padding-bottom: 0;
    color: #fff;
}

.pro-text h3 {
    color: #fff;
}

.case-wrapper {
    pointer-events: all;
}

.overview-section {
    text-align: center;
    margin-top: 77px;
    overflow: hidden;
    background: #f8f8f8;
}

.overview-section .color {
    color: #F12E52;
}

.overview-section.blog-detail-overview {
    position: relative;
    background: #fff;
}

.blog-detail-overview:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #f8f8f8;
    background: #f8f8f8;
    height: 75%;
}

.blog-detail-overview .wrapper {
    position: relative;
    z-index: 1;
}

.overview-section h2 {
    line-height: 55px;
}

.overview-section h1 {
    line-height: 55px;
}

.main-txt {
    padding: 50px 8%;
    position: relative;
}

.join-arrow {
    cursor: pointer;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    bottom: 3px;
    width: 100px;
    color: #f12e52;
    letter-spacing: -1.28px;
    font-size: 16px;
    font-weight: 500;
}

.join-arrow span {
    display: inline-block;
    width: 8px;
    height: 14px;
    background: url(../img/down-arrow.jpg) center no-repeat;
    -webkit-animation: 1.67s scroll-arrow infinite;
    animation: 1.67s scroll-arrow infinite;
}

.main-txt.no-pad {
    padding-top: 0;
    padding-bottom: 0;
}

.main-txt.gap {
    margin-top: 60px;
}

.services-div {
    padding: 35px 0;
    padding-bottom: 60px;
    overflow: hidden;
}

.services-div .clr {
    display: none;
}

.services-div .service {
    text-align: left;
    width: 33%;
    float: left;
}

.services-div h4 {
    padding: 15px 0;
    padding-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    color: #1e191a;
    letter-spacing: -1.3px;
}

.services-div li {
    margin-bottom: 15px;
    width: 100%;
    float: left;
    letter-spacing: 0.8px;
    color: #949191;
    font-size: 16px;
    font-weight: 300;
}


.services-div li a:hover {
    color: #F12E52;
}

.services-div svg {
    fill: #F12E52;
}

.whoarewe-section {
    text-align: center;
    padding: 60px 0;
    overflow: hidden;
    background: #fff;
}

.single-img-slider {
    margin: 0 10%;
}

.single-img-slider img {
    width: 100%;
}

.single-img-slider .slick-arrow {
    cursor: pointer;
    margin-top: -14px;
    position: absolute;
    left: 15px;
    top: 50%;
    width: 34px;
    height: 34px;
    background: #f12e52 url(../img/slider-arrow.svg) center no-repeat;
    border: none;
    font-size: 0;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    opacity: 0.8;
    z-index: 9;
}

.single-img-slider .slick-arrow.slick-next {
    left: auto;
    right: 15px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.work-withus {
    padding: 30px 0;
    overflow: hidden;
    position: relative;
    background: #fff;
}

.work-withus .common-btn-style {
    margin-top: 0;
}

.work-withus .main-txt {
    position: relative;
    padding: 0;
    padding-left: 250px;
    text-align: left;
}

.work-withus h3 {
    line-height: 72px;
    width: 215px;
    position: absolute;
    left: 0;
    top: 0;
}

.work-withus p {
    padding-bottom: 20px;
}

.work-withus .degree-style span:before {
    top: 80px;
}

.accreditations {
    overflow: hidden;
    text-align: center;
}

.accreditations-logo {
    margin-top: 25px;
    padding: 50px 0;
    overflow: hidden;
    background-color: #f8f8f8;
}

.accreditations-logo .a-logo {
    width: 25%;
    float: left;
}

.pinkbox {
    padding: 40px 0;
    padding-bottom: 150px;
    overflow: hidden;
    background-color: #f12e52;
}

.pinkbox h3,
.pinkbox p,
.pinkbox .degree-style span:before {
    border-color: #fff;
    color: #fff;
}

.numbers-div {
    margin-top: -40px;
    overflow: hidden;
}

.numbers-div .number {
    padding: 80px 0;
    position: relative;
    text-align: left;
    padding-left: 6%;
    float: left;
    width: 25%;
    font-size: 60px;
    color: #fff;
    font-weight: 600;
    letter-spacing: -4.8px;
}

.numbers-div .number:before {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    opacity: 0.2;
    content: "";
    width: 1px;
    height: 100%;
}

.numbers-div .number:last-child:after {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    opacity: 0.2;
    content: "";
    width: 1px;
    height: 100%;
}

.numbers-div span {
    display: block;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0.85px;
}

.pinkbox-in-style {
    text-align: left;
    overflow: hidden;
    margin-top: -160px;
}

.pinkbox-in-style .white-box {
    padding: 40px 60px;
    background: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.pinkbox-in-style .white-box.no-gap {
    padding: 0px;
}

.culuture-box {
    margin-right: -1px;
    overflow: hidden;
}




.common-form label {
    font-size: 17px;
    color: #000;
    padding-bottom: 25px;
    display: block;
}


/* .common-form textarea {} */

.common-form .form-row {
    margin-bottom: 20px;
    margin-right: -4%;
    overflow: hidden;
    margin-top: 50px;
}

.common-form .full-div {
    margin-top: 50px;
}

.common-form .form-div {
    width: 29%;
    margin-right: 4%;
    float: left;
}

.common-form select {
    appearance: none;
    -webkit-appearance: none;
    background: url(../img/form-arrow.jpg) right top no-repeat;
}

.common-form .common-btn-style {
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
}



.common-form div.browse-wrap {
    top: 0;
    left: 0;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    position: relative;
    width: 100%;
}

.common-form div.title {
    font-size: 24px;
    letter-spacing: -1.92px;
    font-weight: 600;
    color: #1e191a;
    text-align: left;
    background: url(../img/upload-icon.png) right top no-repeat;
}



.common-form span.upload-path {
    display: block;
    font-weight: bold;
}

.common-form .formats {
    color: #9f9a9a;
    font-weight: 300;
    letter-spacing: -0.8px;
}




.media-box {
    overflow: hidden;
}

.media-box ul {
    overflow: hidden;
    margin-right: -4%;
    margin-bottom: -3%;
}

.media-box li {
    padding-bottom: 6%;
    float: left;
    width: 29%;
    margin-right: 4%;
}

.media-box .year {
    padding-top: 10px;
    color: #757575;
    letter-spacing: -1.36px;
    font-size: 17px;
}

.media-box h4 {
    min-height: 80px;
    padding-bottom: 10px;
    font-size: 24px;
    color: #1e191a;
    letter-spacing: -1.2px;
    font-weight: 600;
}

.media-box p {
    padding-bottom: 10px;
}

.media-box img {
    width: 100%;
}

.contact-box.contact-box {
    padding-bottom: 40px;
    overflow: hidden;
}

.contact-box .adresses {
    position: static;
}

.contact-box .adresses .adress {
    text-align: center;
}

.contact-box address {
    color: #fff;
    font-weight: 300;
}

.contact-box .place-name {
    color: #fff !important;
}

.contact-box .common-btn-style {
    border-color: #fff;
    color: #fff;
}

.contact-box .common-btn-style:after {
    -webkit-box-shadow: inset 0 0 0 5px #fff;
    box-shadow: inset 0 0 0 2px #fff;
}


.rotate-container .phone {
    position: relative;
    height: 50px;
    width: 100px;
    border: 3px solid #fff;
    border-radius: 10px;
    -webkit-animation: rotate 1s ease-in-out infinite alternate;
    animation: rotate 1s ease-in-out infinite alternate;
    display: block;
    margin: 0 auto;
}

.rotate-container .phone .phone-dot {
    position: absolute;
    width: 6px;
    height: 6px;
    background: white;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 10%;
    top: 50%;
}

.rotate-container .message {
    color: #fff;
    font-size: 0.9rem;
    margin-top: 40px;
    text-transform: uppercase;
}


.footer-section.inner-footer {
    padding-top: 50px;
    height: auto;
    overflow: hidden;
    background: #fff;
}

.footer-section.inner-footer .footer-links {
    position: static;
}

.footer-up {
    text-align: center;
    padding-bottom: 30px;
    overflow: hidden;
}

.footer-up .social-icons {
    padding-top: 30px;
    float: none;
}

.footer-up .social-icons svg {
    fill: #F12E52;
}

.footer-up .social-icons svg:hover {
    fill: #000;
}

.footer-section .footer-up li {
    float: none;
    display: inline-block;
}

.footer-up ul {
    width: 100%;
}

.footer-section {
    overflow: hidden;
    position: relative;
    height: 100vh;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
}

.footer-section .section {
    background: #fff;
}

#freed {
    width: 20vw;
    height: 6.7vmax;
    position: relative;
}

.footer-links {
    padding: 15px 0;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -58px;
    border-top: 2px solid #edeaea;
    transition: all 0.5s ease;
}

.footer-links .copyright {
    font-size: 15px;
    float: left;
    color: #000;
    letter-spacing: 0.75px;
}

.footer-links .fo-links {
    float: right;
}

.footer-section li {
    margin-left: 30px;
    float: left;
    color: #000;
}

.footer-section li a {
    font-size: 15px;
    color: inherit;
    letter-spacing: 0.75px;
    transition: all 0.5s ease;
}

.footer-section li a:hover {
    color: #F12E52;
}

.footer-links .social-icons {
    float: none;
    position: absolute;
    left: 46%;
    margin-left: -63px;
    top: 16px;
    width: 175px;
}

.footer-text {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 500px;
    margin: 40px 0 0 -250px;
    opacity: 0;
    transition: all 0.5s ease;
}

.footer-text h2 {
    margin: 0;
    font-size: 45px;
}

.footer-text p {
    font-size: 25px;
}

#grapes-svg-circle {
    transform-origin: 50% 50%;
}

.progressbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 300;
    background: #fff;
    overflow: hidden;
}

.progressbar-bar {
    background: #fff;
    width: 0;
    height: 2px;
    background-color: #272727;
}

.outer-bar {
    overflow: hidden;
    position: absolute;
    position: absolute;
    left: 50%;
    margin: -1px 0 0px -100px;
    top: 52%;
    width: 200px;
    background-color: rgba(48, 48, 48, .2);
}

.progress-bar-percent {
    height: 23px;
    overflow: hidden;
    font-weight: bold;
    width: 242px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #000;
    font-size: 18px;
    margin: -31px 0 0 -115px;
}

.progress-bar-percent span {
    display: block;
}

.scroll-arrow-animation {
    margin-left: -9px;
    width: 18px;
    position: absolute;
    left: 50%;
    top: 47%;
}

.scroll-arrow-animation path {
    opacity: 0;
    -webkit-animation: 1.67s scroll-arrow infinite;
    animation: 1.67s scroll-arrow infinite;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    50% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    50% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes scroll-arrow {

    0%,
    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    45%,
    50% {
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px)
    }
}

.case-study-box {
    display: none
}

.culuture-box svg path {
    stroke: #de4356
}

.culuture-box .culuture:hover svg path {
    stroke: #fff !important;
}

.culuture-box .culuture p {
    color: #000;
    font-size: 14px;
    letter-spacing: 1px;
}

.culuture-box .culuture:hover p {
    color: #fff
}

.culuture-box.ecom .culuture {
    padding: 40px;
}

.fancybox__container {
    z-index: 999999 !important;
}

.all-servcies.no-gap .page-section br {
    display: none
}

.popup-box {
    flex-direction: initial !important;
}

.popup-box .image-info {
    overflow: hidden;
    float: left;
    width: 30%;
}

.popup-box .lead-info {
    padding-left: 5%;
    width: 65%;
    float: right;
}


.list-block {
    clear: left;
    padding-top: 35px;
}

.list-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-block ul li {
    padding-left: 15px;
    display: block;
    font-weight: 300;
    background: url(../img/menu-arrow.png) left 7px no-repeat;
    margin-bottom: 10px;
}

/* Blogweet */

.case-study-overview {
    background: #fff;
    padding: 77px 0 50px;
}

.cs-detailbg.case-study05 {
    background: url(../img/anil_kapoor_in_scross_banner.jpg) no-repeat fixed;
    background-size: 100%;
}

.cs-detailbg.case-study04 {
    background: url(../img/jeetega_india_banner.jpg) no-repeat fixed;
    background-size: 100%;
}

.cs-detailbg.case-study06 {
    background: url(../img/Balenofaceoff_banner.jpg) no-repeat fixed;
    background-size: 100%;
}

.cs-detailbg.case-study07 {
    background: url(../img/bang_on_with_blackberrys_banner.jpg) no-repeat fixed;
    background-size: 100%;
}

.cs-detailbg.case-study09 {
    background: url(../img/pwl_banner.jpg) no-repeat fixed;
    background-size: 100%;
}

.cs-detailbg.case-study08 {
    background: url(../img/unwrinkle_banner.jpg) no-repeat fixed;
    background-size: 100%;
}

.cs-detailbg.case-study02 {
    background: url(../img/friends_with_benefits_day_banner.jpg) no-repeat fixed;
    background-size: 100%;
}

.cs-detailbg.case-study10 {
    background: url(../img/nutrition_recipes_banner.jpg) no-repeat fixed;
    background-size: 100%;
}

.cs-detailbg.case-study11 {
    background: url(../img/scross_league_banner.jpg) no-repeat fixed;
    background-size: 100%;
}

.cs-detailbg.case-study03 {
    background: url(../img/bahut_aasaan_hai_banner.jpg) no-repeat fixed;
    background-size: 100%;
}

.cs-detailbg.case-study12 {
    background: url(../img/ezee_banner.jpg) no-repeat fixed;
    background-size: 100%;
}

.cs-detailbg.case-study13 {
    background: url(../img/mese_banner.jpg) no-repeat fixed;
    background-size: 100%;
}

.cs-detailbg.case-study14 {
    background: url(../img/peppertap_blogger_banner.jpg) no-repeat fixed;
    background-size: 100%;
}

.cs-detailbg.case-study01 {
    background: url(../img/case-bgimg.jpg) no-repeat fixed;
    background-size: cover;
}

.cs-detailbg.case-study15 {
    background: url(../img/vlccinbanner.jpg) no-repeat fixed;
    background-size: 100%;
}

.unwrinkle iframe {
    height: 510px;
    margin-left: -168px;
    width: 990px;
}

.cs-table {
    display: table;
    width: 100%;
    height: 416px;
}

.cs-table-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.cs-title {
    font-family: 'Roboto Slab', serif;
    font-size: 50px;
    color: #fff;
    font-weight: 300;
}

.sm-txt4 {
    padding: 20px 0;
    color: #fff;
}

.cs-link {
    display: inline-block;
    padding: 5px 6px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 13px;
}

.cs-container {
    margin-left: 168px;
    margin-top: 50px;
    margin-bottom: 0;
    border-left: 1px solid #ccc;
}

.inr-sec {
    padding-left: 74px;
}

.inr-sec>div {
    position: relative;
}

.inr-txt p {
    color: #000;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
}

.et-number {
    width: 63px;
    height: 63px;
    border: 1px solid #ccc;
    top: 0;
    left: -108px;
    color: #f12e52;
    font-weight: 700;
    font-size: 38px;
    text-align: center;
    padding-top: 0;
    background: #fff;
    position: absolute;
}

.cs-sm-title1 {
    font-size: 36px;
    color: #333;
    padding-top: 4px;
    padding-bottom: 20px;
}

.cs-sm-title1 span {
    color: #f12e52;
    font-weight: 600;
}

.sm-container {
    max-width: 600px;
    padding-bottom: 40px;
}

.cs-txt1,
.cs-txt2 {
    float: left;
    width: 400px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 700;
}

.space3 {
    height: 100px;
}

.space2 {
    height: 40px;
}

.sm-col1 {
    width: 580px;
}

.cs-col1 {
    float: left;
    width: 183px;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    padding-top: 87px;
}

.orgcircle {
    float: right;
    width: 360px;
    position: relative;
}

.dot-line {
    top: 50%;
    left: 0;
    width: 152px;
    background: url(../img/dot-line.jpg) no-repeat;
    height: 10px;
    position: absolute;
}

/*.circle {
    width: 208px;
    height: 208px;
    border: 2px solid #f12e52;
    border-radius: 100%;
    display: table;
    float: right;
}*/

.inr-txt {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.topsec {
    top: -30px;
    position: relative;
}

.cs-img {
    float: left;
    margin-left: -168px;
}

.counterbx1 {
    width: 227px;
    color: #000;
    text-align: center;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    margin-right: 40px;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
}

.counterbx1 span {
    text-transform: uppercase;
    color: #f12e52;
}

.count {
    font-weight: 600;
    font-size: 30px
}

.campign-slide-share iframe {
    width: 990px;
    height: 510px;
    margin-left: -168px;
    border: 1px solid #ccc;
}


.left-case {
    width: 45%;
    float: left;
    text-align: left;
}

.left-case li {
    margin: 15px 0;
}

.right-case {
    width: 45%;
    float: right;
    text-align: left;
}

.right-case iframe {
    width: 100%;
    height: 315px;
}

.full-video {
    position: relative;
    overflow: hidden;
    line-height: 0;
}

.full-video a {
    display: block;
    position: relative;
}

.full-video a:before {
    margin: -35px 0 0 -35px;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 70px;
    height: 70px;
    background: url(../img/video-icon.svg) center no-repeat;
    background-size: 70px;
}

.case-banner .common-btn-style {
    position: absolute;
    left: 50%;
    margin-left: -105px;
    bottom: 20px;
}

.case-study-info .inner-text p {
    line-height: 35px;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}

.case-study-info .inner-text h3 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 28px;
    line-height: 38px;
}

.case-text.grey-box-case {
    background: #f8f8f8;
}

.result-div {
    text-align: center;
}

.result-div li {
    margin-bottom: 25px;
    padding: 0 20px;
    font-size: 14px;
    width: 32%;
    display: inline-block;
}

.result-div li span {
    display: block;
    font-weight: 600;
    letter-spacing: -3.8px;
    font-size: 40px;
}

.adresses .adress {
    text-align: center;
    padding: 7px 40px;
}

.hamburger-nav .ham-logo {
    width: 75%;
    top: 40%;
}

.case-study-info .inner-text {
    font-size: 20px;
    line-height: 30px;
}

.footer-up.home-style {
    position: absolute;
    left: 0;
    bottom: -58px;
    width: 100%;
    transition: all 0.5s ease;
}

.corporate-office {
    text-align: center;
    padding-bottom: 25px;
}

.corporate-office h2 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 0;
}

address {
    font-style: normal;
}

.result-div li {
    margin-bottom: 0;
    height: 115px;
}

div.degree-style {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #000;
}

div.degree-style span:after {
    width: 5px;
    height: 5px;
    top: 0px;
    border: 2px solid #F12E52;
}

.list-blck ul li {
    margin-bottom: 40px;
    color: #757575;
}

.video-box-center {
    max-width: 729px;
    margin: auto;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #ccc;
    background: #f5f5f5;
}

.full-video {
    padding: 50px 0;
}

/* .video-box-center {} */

.video-frame {
    height: 550px;
}

.video-frame iframe {
    width: 100%;
    height: 550px;
    border: 0
}

.video-frame {
    position: relative;
    overflow: hidden;
}

.imgframe {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10
}

.imgframe:before {
    margin: -50px 0 0 -50px;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    background: url(../img/video-icon.png) center no-repeat;
    background-size: 100px;
}

.video-player {
    margin-left: 16%;
    margin-top: 2%;
}


#grapes-svg #g.for-mob {
    display: none;
}

.full-box {
    text-align: left
}

.left-case ul li {
    color: #757575
}

.table-style td {
    padding: 5px;
}

/*.show {
    display: none
}*/

.awd-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    overflow: hidden;
}

.awd-box {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px 40px;
}

.awd-box .award-logo {
    width: 45%;
    float: left;
}

.awd-box .award-cont {
    width: 50%;
    float: right;
}

.awd-box li {
    margin-bottom: 25px;
    padding-left: 50px;
    font-size: 15px;
    width: 100%;
    float: left;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    height: 50px;
    letter-spacing: -1.2px;
    background: url(../img/medal.png) left top no-repeat;
}

.tab-list {
    margin: 30px auto;
}

.tab-list li {
    display: inline-block;
    padding: 0 20px;
    cursor: pointer;
    color: #1e191a;
    font-size: 18px;
    opacity: 0.3;
    letter-spacing: -1.44px;
    font-weight: 500;
}

.tab-list li:hover,
.tab-list li.active {
    color: #f12e52;
    opacity: 1;
}

.tab-list li:hover span:before,
.tab-list li.active span:before {
    opacity: 1;
}

.tab-list li span {
    position: relative;
}

.tab-list li span:before {
    width: 7px;
    height: 7px;
    opacity: 0;
    position: absolute;
    right: -11px;
    top: -3px;
    content: "";
    border: 2px solid #F12E52;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    transition: all 0.5s ease;
}

.job a.second-btn {
    right: 175px;
}


/*case-study-clinpx*/
.page_92 {
    background: #ffffff
}

.intro-clinpx {
    margin-top: 77px;
    padding-bottom: 0
}

.wh-bg {
    background: #ffffff
}

.case-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-30,
.col-33,
.col-40,
.col-50,
.col-60,
.col-70,
.col-100 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-30 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}

.col-33 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.col-40 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}

.col-50 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-60 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}

.col-70 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}

.col-100 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.intro-clinpx .intro-txt {
    padding-right: 50px;
}

.intro-clinpx .imgbox img {
    padding: 20px;
}

.clinpx-txt h1 {
    font-weight: 400;
    color: #221F20
}

.clinpx-txt h1 span {
    font-weight: 600;
    color: #221F20
}

.clinpx-txt h2 {
    font-size: 30px;
    font-weight: 400;
    color: #221F20
}

.clinpx-txt h2 span {
    font-weight: 600;
    color: #221F20
}

.clinpx-txt p {
    color: #221F20;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

.duration-speed li,
.tool-used li {
    display: inline-block;
    font-size: 50px;
    font-weight: 500;
    margin-right: 30px;
}

.duration-speed li span,
.tool-used li span {
    display: block;
    font-size: 20px;
    font-weight: 400
}

.tools-bx .col-100 {
    margin-top: 40px;
}

.redesign-ul ul {
    margin-top: 20px;
}

.redesign-ul li {
    float: left;
    width: 25%;
    padding: 0 30px;
    position: relative;
}

.redesign-ul li:first-child {
    padding-left: 0
}

.redesign-ul li:after {
    content: '';
    height: 120px;
    background: #221F20;
    width: 1px;
    position: absolute;
    top: 50px;
    right: 0
}

.redesign-ul li:last-child:after {
    display: none;
}

.redesign-ul li h4 {
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 15px;
}

.redesign-ul li p {
    color: #221F20;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

.design-assets .case-row {
    margin-top: 40px;
}

.slider2.slick-slider .slick-track,
.slider2.slick-slider .slick-list {
    direction: ltr;
}

.design-process img,
.user-persona img,
.user-map img,
.sample-bx img,
.wireframe img {
    margin: 0 auto;
    display: block;
}

.discoverbx {
    background: url(../img/case-study/bg-design.jpg) no-repeat center right;
    background-size: cover
}

.phase-content {
    width: 60%;
    padding: 40px 0;
}

.phase-content li {
    display: inline-block;
    width: 24%;
}

.design-assets h3,
.frame-bx h5 {
    font-weight: 400;
    font-size: 25px;
    letter-spacing: 0;
    line-height: 35px;
    margin: 20px 0;
}

.txt-right {
    text-align: right;
}

.pd-left {
    padding-left: 50px;
}

.wireframe .imgbox {
    max-width: 1200px;
    margin: 0 auto
}

.pos-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.demo-img {
    border-radius: 5px;
}

.mobile-img {
    display: none !important;
}

.clsPadding35px {
    padding: 35px;
}

.clsMarginLeft {
    margin-left: 50px;
}

clsMarginTop10px {
    margin-top: 10px;
}

.clsColorOrange {
    border: orange 1px solid;
}

.clsVerticalLine_LeftSide {
    float: left;
    width: 20px;
    height: 150px;
    background: #E58020;
}

.clsVerticalLine_LeftSide_TopMargin {
    float: left;
    width: 20px;
    height: 150px;
    background: #E58020;
    margin-top: 177px
}

.clsVerticalLine_RightSide {
    float: right;
    width: 20px;
    height: 150px;
    background: #E58020;
    margin-top: 180px;
}

.clsVerticalLine_RightSide_Without_TopMargin {
    float: right;
    width: 20px;
    height: 150px;
    background: #E58020;
}

.clsDisplayNone {
    display: none;
}

.cls_HeadingAnimation {
    font-size: 90px;
    transition: 0.5s;
    opacity: 1;
}

.cls_ContentAnimation {
    font-size: 40px;
    transition: 0.5s;
    opacity: 1;
    visibility: visible;

}

.cls_ImgAnimation {
    transition: 0.5s;
    opacity: 1;
}

.clsPaddingBottom0px {
    padding-bottom: 0px;
}

.clsMarginBottom0px {
    margin-bottom: 0px;
}

.clsOpacity {
    opacity: 0;
}

.clsAlignRightDiv {
    position: absolute;
    right: 0;
    width: 360px;
    height: 300px;

}

.clsAlignLeftDiv {
    position: absolute;
    left: 0;

}

.clsAlignTOpLineLeft {
    position: absolute;
    left: 0;
}

.clsAlignTOpLineRight {
    position: absolute;
    right: 0;
}

.clsCircle {
    border-radius: 50%;
    height: 20px;
    width: 20px;
    border: 1px solid black;
}

/*Creative services*/
.prod-slider-container {
    position: relative;
    font-family: 'Roboto Slab', serif;
}

.owl-buttons {
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: absolute;
    margin-top: -225px;
    padding-left: 50px;
}

.owl-prev,
.owl-next {
    position: absolute;
}

/*i.fa {
    cursor: pointer;
    position: absolute;
    font-size: 60px;
    padding-top: 8px;
    height: 64px;
    width: 72px;
    color: rgba(0, 0, 0, .5);
    background: rgba(0, 75, 222, .7);
    border-radius: 50%;
    display: table-cell;
}*/

.owl-prev,
.owl-next {
    background-color: transparent;
    border: 0px none transparent;
    width: 22px;
    height: 22px;
}

.owl-perv {
    left: 0;
}

.owl-next {
    right: 50px;
}

.item {

    border: 1px solid black;
    padding: 10px;
}

.item:hover {
    opacity: 0.7;
}

.clsCreativeSliderHeader {
    font-size: 40px;
    border: 1px solid orange;
    line-height: initial;
    width: 201px;
}

.clsCreativeSliderHeaderElec {
    font-size: 40px;
    border: 1px solid orange;
    line-height: initial;
    width: 250px;
}




.modal {
    display: none;
    position: fixed;
    z-index: 10001;
    padding-top: 10px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 75%;
    /*max-width: 300px;*/
}



/* Add Animation */
.modal-content {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;

}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

.clsPrintImgSize {
    height: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clsObjectFitImg {


    object-fit: none;
}

.clsFooterP {
    line-height: 10px;
    font-size: 15px;
}

.clsPaddingLeft5px {
    padding-left: 5px;
}

.clsFooterPLineHeight {
    line-height: 20px;
}




.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}



.modal-body {
    position: relative;
    padding: 0px;
}

.close1 {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}

.ModalVideo {
    display: none;
    position: fixed;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 10001;
    -moz-opacity: 0.8;
    /*opacity: .80;*/
    filter: alpha(opacity=80);
    padding: 20px;
}

.clsFontColorGrayReadMore:hover {
    color: #808080;
}

circle {
    stroke: #a7a9ac;
}

circle:hover {
    stroke: #E58020;
}

.clsLeftSmallBOxRadius5px {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.clsRightSmallBOxRadius5px {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.clsMarginLeft50px {
    margin-left: 50px;
}

.clsOrangeColorOnReadMore {
    color: #808080;
}

.clsOrangeColorOnReadMore :hover {
    color: #E58020;
}

.clsClientBackGrountColor {
    background-color: #f5f5f5;
}

h2 {
    font-size: 2.2857em;
    line-height: 1.16em;
    margin-bottom: .4em;
    font-family: 'Roboto Slab', serif;
}

.more {
    display: none;
}

.clsBorderRadius5px {
    border-radius: 5px;
}



.mapouter {
    position: relative;
    text-align: right;
    width: 100%;
    height: 200px;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    width: 100%;
    height: 200px;
}

.gmap_iframe {
    height: 200px !important;
}

.headerLogoPostion {
    height: 67px;
    width: 110px;
    position: absolute;
    margin-top: 5px;
    margin-left: -4%;
}


div.gallery {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 300px;
}

div.gallery:hover {
    border: 1px solid #777;
}

div.gallery img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
}

.clsletterspacing {
    letter-spacing: normal
}

.clsPaddingLeftNone {
    padding-left: 0px;
}

.menuText {
    background-color: transparent;
}

.menuText:hover {
    background-color: gray;
}

.clsHeadingPaddingTop {
    padding-top: 50px;
}





/* for spotlight */

.spotlight_heading {
    color: #D9A460;
    margin-left: 10%;
    margin-top: 10%;
    font-weight: 100;
    margin-bottom: 2%;
    letter-spacing: 1px;
}


.Back-to-Spotlight {
    font-size: 21px;
    margin-left: 10%;
    color: white;
    padding: 10px 20px;
    border-radius: 50px;
    background-color: #cc9858;
    /* margin: 5% 0; */
}

.Back-to-Spotlight-outer {
    margin: 5% 0;
}


.inner-spotlight-pg {
    margin-top: 10%;
    margin-left: 10%;
    margin-right: 10%;
}

.inner-spotlight-img {
    margin-left: 25%;
    margin-bottom: 3%
}


.spotlight_subheading {
    color: #fff;
    line-height: 1;
    font-weight: 100;
    letter-spacing: normal;
    font-size: 24px;
    /* margin-left: 5%; */
    /* margin-top: 5%; */
}

.page-title {
    color: #fff;
    /* margin-left: 5%; */
    margin-top: 10%;
    font-weight: 100;
    margin-bottom: 3%;
    letter-spacing: 1px;
    font-size: 24px;
}


.spotlight_subheading_sub {
    color: #cc9858;
    line-height: 1;
    font-weight: 100;
    /* margin-left: 5%; */
    margin-bottom: 1%;
    letter-spacing: normal;
    font-size: 14.5px;

}

.spotlight_details {
    color: #fff;
    line-height: 1;
    font-weight: 100;
    /* margin-left: 5%; */
    line-height: 1.5;
    font-size: 21px;
}



/* .inner-spotlight-heading {
    color: #cc9858;
    line-height: 1;
    font-weight: 100;
    letter-spacing: normal; */

/* for spotlight */







/* Css for term and privacy  */

.t-p-heading {
    color: #cc9858;
    line-height: 1;
    font-weight: 100;
    letter-spacing: normal;
    margin-left: 10%;
    font-size: 24px;
}

.t-p-subheading {
    color: #cc9858;
    letter-spacing: .5px;
    font-size: 21px;
}

/* Css for term and privacy  */



/* shop  */

.shop_img {
    margin-top: 5%;
    margin-left: 10%;
}

.dis_product {
    display: flex;
}

.dis_product {
    margin-bottom: 10%;
}

.mar_product {
    margin-left: 25%;
}

.shop_subheading {
    color: #cc9858;
    letter-spacing: .5px;
    font-size: 20px;
    font-weight: 100;
}

.product_img {
    margin-left: 75%;
    /* margin-bottom: 4%; */
}

.price {
    margin-left: 115%;
    margin-top: 15%;
    margin-bottom: 5%;
}

.product_heading {
    position: absolute;
    margin-left: 22%;
    font-weight: 100
}

.table_data {
    margin: 4% 1%;
    text-align: left;
    font-size: 18px;
}



.add_to_cart {
    position: absolute;
    font-size: 14.5px;
    /* margin-bottom: 30%; */
    margin-left: 17%;
    color: white;
    padding: 10px 25px;
    border-radius: 50px;
    background-color: #cc9858;
}


.view_details {
    position: absolute;
    font-size: 14.5px;
    margin-left: 22%;
    /* margin-top: -9px; */
    color: white;
    padding: 10px 25px;
    border-radius: 50px;
    background-color: red;
}

/* Shop  */




/* contact */

.contact_fill {
    margin-left: 10%;
}

.input_box {
    /* height: 20% !important; */
    width: 40%;
    padding: 1%;
}

.send_btn {
    background: grey;
    margin-left: 1%;
    padding: .5% 2%;
    margin-bottom: 10%;
    border-radius: 10%;
    font-size: 17px;
}
    

.contact_img {
    margin-top: 5%;
}

.send_btn:hover {
    cursor: pointer;
    background-color: #D9A460;
    ;
}

.e-con-inner {
    margin-left: 70%;
    margin-top: -35%;
    margin-bottom: 15%;
    /* font-size: 17px; */
}

.mail_call {
    font-size: 20px;
    color: #D9A460;
}

.call-icon {
    height: 10%;
    width: 10%;

}

.phn {
    margin-left: 12%;
    margin-top: -8%;
}

.mail {
    text-decoration: none;
    color: #007bff;
    margin-left: 8%;
    margin-top: -5%;
}

/* contact */

/* logo */
.logo_img {
    height: 50px;
}
/* logo */

.widget-area .accordion-button:not(.collapsed) {
    color: #cc9858;
}

.widget-area .accordion-button {
    font: inherit !important;
    color: #cc9858;
    padding: 0;
    border: none;
    background-color: transparent;
    box-shadow: none;
}

.widget-area .accordion-button::after {
    color: var(--text-white)!important;
    background: none;
    font-size: var(--font-sm);
    font-family: "Font Awesome 5 Pro" !important;
    content: "\f107";
    transform: none;
    text-align: right;
}

:is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    font-family: var(--font-heading);
    color: #cc9858;
    font-weight: var(--font-semi-bold);
    line-height: 1.3;
}
.sort-area .nice-select{
    padding: 5px!important;
}
.btn-outline {
    color: var(--color-primary);
    transition: all 0.3sease-out;
    border: 1px solid var(--color-primary);
}