
/*@import url('https://fonts.googleapis.com/css2?family=Prata&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap')
@import url('https://fonts.googleapis.com/css2?family=Prata&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap')



html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #6d6e71;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none !important;
    transition: all ease-out 0.3s;
}

p {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
    color: #6d6e71;
}


/* 333coder */

.calltoact {
   padding: 10px 20px;
    color: darkblue;
    background-color: white;
    font-weight: 700;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px black;
}


/* 333coder */


/* change colours to suit your needs */

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}


/* change colours to suit your needs */

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* change border colour to suit your needs */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px 0;
    font-family: 'Prata', serif;
}


/* Custom burger menu icon with thick lines */
            .navbar-toggler-icon {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba%28128, 128, 128, 1%29' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")!important;
                width: 40px!important /* Base width */
                height: 30px!important; /* Base height */
                background-size: 100%!important; /* Default size */
                transform: scaleX(1.33)!important; /* Scale width */
                transform-origin: center!important; /* Ensure scaling is centered */
            }
            .navbar-toggler {
                border:none!important;
            }
            .navbar-toggler:focus {
                outline: none!important;
                box-shadow: none!important; /* Removes any default focus shadow */
            }       

            /* Sidebar Menu */
            .side-menu {
                position: fixed;
                right: -100%;
                top: 0;
                width: 250px;
                height: 100%;
                background-color: #444;
                color: #fff;
                padding: 20px;
                transition: right 0.3s ease;
                z-index: 2000;
            }

            .side-menu.open {
                right: 0;
            }

            .side-menu ul {
                list-style: none;
                padding-left: 0;
            }

            .side-menu ul li {
                margin: 20px 0;
            }

            .side-menu ul li a {
                color: #fff;
                text-decoration: none;
                font-size: 18px;
            }

            .side-menu ul li ul {
                margin-top: 10px;
            }

            .side-menu ul li ul li {
                margin: 10px 0;
            }

            .side-menu ul li ul li a {
                font-size: 16px;
                padding-left: 15px;
            }

            .side-menu .close-btn {
                font-size: 36px;
                cursor: pointer;
                position: absolute;
                top: 20px;
                right: 20px;
                color: #fff;
            }

            /* Sticky Header */
            header {
                background-color: #fff;
                width: 100%;
                position: sticky;
                top: 0;
                z-index: 1000;
            }
            
            .navbar-brand{
                    padding-left: 0px!important;
                    display: block;
                } 
            .navbar-brand_m{
                    padding-left: 10px!important;
                    display: none;
                } 
            section.slider{

                margin-top: 150px;
            }
            section.slider .carousel-inner{

                padding-bottom: 50px;
            }

            .carousel-control-btn{

                width: 130px;
                position: absolute;
                top: 90%;
                left: 85%;
                background-color: transparent;
                border: none;
            }
            .carousel-control-btn .carousel-control-prev, .carousel-control-next{

                width: auto;
            }
            #clientSlider .carousel-indicators{bottom:-45px;}
            #clientSlider h5{font-size: 2.5rem;font-family: "Prata", serif;line-height: 1.2;}
            .gallery_panel{padding: 0rem 0 3.5rem 0;}
            .custom-buttons{bottom:1rem;right:2rem;position: absolute;width: 170px;height: 40px;}
            .custom-buttons > .carousel-control{width: 45%;opacity: .8;}
            .w-100{width: 100% !important;}

.padding0 {
    padding: 0px !important;
}


/*index.html*/

.container-inner {
    margin: 0px auto;
    padding: 0px;
    width: 1280px;
}


@media (min-width:1120px) and (max-width:3000px) {
    .overlay-content{
    max-height: 380px;
}
.overlay-content.big{
    max-height: 500px;
}
    header {
        width: 1280px;
        height: 65px;
        position: fixed !important;
        z-index: 9999999999999;
        background: #FFF;
    }
    .navigation {
        top: 0px;
        width: 1280px;
        overflow: hidden;
    }
    .logo {
        width: 215px;
        float: left;
        margin: 26px 0 0 0;
    }
    .right-menu {
        float: right;
        position: relative;
        width: 310px;
    }
    .nav .logo {
        display: block;
    }
    .nav .shrinklogo {
        display: none;
    }
    .nav-shrink .logo {
        display: none;
    }
    .nav-shrink .shrinklogo {
        display: block;
    }
    .nav-shrink {
        height: 65px;
    }
    .navigations {
        float: right;
    }
    .headeroverflow {
        overflow: hidden;
    }
}

.slider {
    margin: 130px 0 55px;
}

.bh-slider {
    height: 435px;
}

.bh-slider .carousel-indicators li {
    background: #FFF;
    width: 14px !important;
    height: 14px !important;
    margin: 3px;
    border: 2px solid #ef4445;
}

.bh-slider .carousel-indicators {
    bottom: 5px;
}

.bh-slider .carousel-indicators .active {
    background: #EF4445;
}

.brand-slidertxt h3 {
    font-size: 55px;
    letter-spacing: 2px;
    font-family: 'Prata', serif;
    color: #ef4445;
    line-height: 82px;
    font-weight: normal;
}

.brand-slidertxt h2 {
    font-size: 55px;
    letter-spacing: 2px;
    font-family: 'Prata', serif;
    color: #ef4445;
    line-height: 82px;
    font-weight: normal;
}

.brand-slidertxt1 h3 {
    font-size: 68px;
    letter-spacing: 2px;
    font-family: 'Prata', serif;
    color: #ef4445;
    line-height: 82px;
    font-weight: normal;
}

.brand-slidertxt2 h3 {
    font-size: 68px;
    letter-spacing: 2px;
    font-family: 'Prata', serif;
    color: #ef4445;
    line-height: 82px;
    font-weight: normal;
}

.brand-slidertxt3 h3 {
    font-size: 68px;
    letter-spacing: 2px;
    font-family: 'Prata', serif;
    color: #ef4445;
    line-height: 82px;
    font-weight: normal;
}

.margin25 {
    margin: 25px 0 0 !important;
}

.ourwork {
    margin: 0px 0px 24px 0;
}

.box-content {
    background: #ef4445 none repeat scroll 0 0;
    height: 627px;
    width: 628px;
    padding: 0px;
    position: relative;
    float: left;
}

.projectmargin-right {
    margin-right: 24px;
}

.box-content figure {
    width: 100%;
    height: 452px;
    overflow: hidden;
    position: absolute;
    z-index: 1;
}

.box-content figure img {
    width: 100%;
    height: 100%;
    transition: all 100ms linear 0s;
}

.box-content:hover figure img.hover-scale {
    transform: scale(1.025);
}

.work-details {
    width: 535px;
    position: absolute;
    top: 328px;
    color: #FFF;
    margin: 0px 0px 0px 48px;
    font-size: 14px;
    z-index: 2;
}

.work-details .project-title {
    font-family: 'Roboto', sans-serif;
    margin: 0px 0px 23px 0px;
}

.work-details .project-heading {
    font-size: 32px;
    font-family: 'Prata', serif;
    margin: 0px 0px 3px 0px;
    line-height: 45px;
}

.work-details .projectcategory {
    font-family: 'Roboto', sans-serif;
    margin: 0px 0px 40px 0px;
}

.work-details a.explore {
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 1px;
    color: #FFF;
    position: relative;
}

.work-details a.explore:after {
    font-family: FontAwesome;
    content: "\f061";
    position: absolute;
    right: -20px;
     top: 3px;
    font-size: 12px;
    transition: all ease-out 0.3s;
}

.work-details a.explore:hover {
    color: #330000;
}

.work-details a:hover.explore:after {
    color: #330000;
    right: -17px;
}

.introductiontxt {}

.introductiontxt h2 {
    font-family: 'Prata', serif;
    color: #6e6e6e;
    line-height: 50px;
    font-size: 44px;
    margin: 65px 0 85px;
    font-weight: normal;
}

.our-work-branding {
    margin: 0px 0px 0px 0px;
}

.box-content-branding {
    width: 628px;
    float: left;
}

.branding-agency-txt {
    width: 628px;
    height: 445px;
    background: #ef4445;
    float: left;
}

.project-margin-bottom {
    margin: 0px 0px 24px 0px;
}

.branding-agency-txt .inner {
    color: #FFF;
    margin: 60px 0px 0px 75px;
    font-size: 14px;
    width: 470px;
}

.branding-agency-txt .b-services {
    margin: 50px 0px 0px 75px;
}

.branding-agency-txt .inner .breadcumb {
    margin: 0px 0px 30px 0px;
}

.branding-agency-txt .inner .breadcumb .h2tags {
    font-size: 14px;
    display: inline;
    margin: 0px !important;
    font-weight: bold;
    font-family: 'Roboto',sans-serif;
}

.branding-agency-txt p {
    font-size: 24px;
    margin: 0px 0px 0px 0px;
    line-height: 29px;
}

.branding-agency-txt a {
    color: #FFF;
}

.branding-agency-txt a:hover {
    color: #EF4445;
}

.b-service-bgcolor {
    background: #dedede;
}

.txtcolor {
    color: #6e6e6e;
}

.work-links-bgcolor {
    background: 9d9c9c;
}

a.work-link-explore {
    font-size: 36px;
    letter-spacing: 1px;
    color: #FFF;
    position: relative;
    font-weight: normal !important;
}

a.work-link-explore:before {
    font-family: FontAwesome;
    content: "\f061";
    position: absolute;
    left: -31px;
    top: 11px;
    font-size: 15px;
    transition: all ease-out 0.3s;
}

a.work-link-explore:hover {
    color: #333;
}

a:hover.work-link-explore:before {
    color: #333;
    left: -26px !important;
}

.branding-agency-txt ul {
    margin: 0px 0px 0px 35px;
}

.branding-agency-txt ul li {
    margin: 35px 0px;
}

.worklinkmargin {
    margin: 85px 0 0 75px !important;
}

footer {
    margin: 40px 0px 0px;
    background: #dcdcdc;
    padding: 0px 0px 25px 0px;
}

.m-b-11 {
    margin-bottom: 4px;
}

footer a:hover {
    color: #ef4445;
}

.footerinner {
    padding: 45px 50px 20px;
}

.footerinner .row-left {
    width: 200px;
    float: left;
    margin: 0px 25px 0px 0px;
}

.socialicons {
    float: left;
    margin-right: 15px;
    font-size: 23px !important;
    color: #6d6e71;
        margin-bottom: 1rem;

}

.socialicons:hover {
    color: #ef4445;
}

.sociallink {
    width: 100%;
    float: left;
    margin: 0px 0px 10px;
}

.newsletter {
    width: 200px;
    float: left;
}

.newsletter input {
    width: 100%;
    height: 32px;
    padding: 6px;
    color: #6d6e71;
    transition: all ease-out 0.3s;
    box-shadow: none;
    border: medium none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.newsletter .fsubmit {
    width: 105px;
    height: 25px;
    padding: 3px;
    background: #DCDCDC;
    border: none;
    color: #ef4445;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #bfbebe;
    margin: 0;
    transition: all ease-out 0.3s;
}

.newsletter .fsubmit:hover {
    color: #FFF;
    border: #ef4445 1px solid;
    background: #ef4445;
}

.row-links {
    width: 100px;
    margin-left: 38px;
    float: left;
    color: #6e6e6e;
}

.site-links {
    display: block;
    color: #6e6e6e;
    font-size: 14px;
    margin: 0px 0px 12px 0px;
    padding
    font-family: 'Roboto', sans-serif;
}

.padding15 {
    padding-left: 15px;
}

.row-contactdetails {
    width: 385px;
    float: left;
    margin: 0px 0px 0px 30px;
}

.row-contactdetails p {
    line-height: 21px;
}

.row-contactdetails a {
    color: #6d6e71;
}

.row-contactdetails a:hover {
    color: #ef4445;
}

.copyright {
    text-align: center;
    width: 100%;
    font-size: 18px;
      color: #6d6e71;
}

.white-txtcolor {
    color: #FFF;
}

.white-txtcolor a {
    color: #FFF !important;
}

.white-txtcolor a:hover {
    color: #EF4445 !important;
}

.formcomments {
    height: 60px;
}

form p {
    line-height: 15px;
}

form textarea {
    padding: 6px;
    box-shadow: none;
    border: medium none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
}


/*services.html*/

.innerh2 {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Roboto',sans-serif;
    font-weight: 600;
    margin-top: 20px;
}

.inner-page-container {
    width: 1280px;
    margin: 100px 0 0 0;
}

.row-inner-page-content {
    width: 1032px;
    margin: 0px auto;
}

.inner-breadcumb {
    width: 100%;
    margin: 0px 0px 30px 0px;
    text-transform: uppercase;
    font-family: 'roboto',sans-serif !important;
}

.inner-breadcumb a {
    color: #ef4445;
    font-weight: bold;
    font-size: 14px !important;
    font-family: 'roboto',sans-serif !important;
}

.inner-breadcumb a:hover {
    color: #3399cc;
}

.inner-breadcumb a.active {
    color: #6e6e6e;
    font-weight: normal;
}

.inner-breadcumb a.active:hover {
    color: #3399cc;
}

.introtext {
    font-size: 24px;
    line-height: 30px;
    width: 1250px;
    font-weight: normal !important;
}

.page-banner {
    margin: 25px 0px;
}

.row-services {
    width: 100%;
    margin: 0px 0px 30px;
}

.column-left {
    width: 485px;
    float: left;
}

.column-left h2 {
    font-size: 28px;
    font-family: 'Prata', serif;
    margin: 50px 0px 25px 0px;
    color: #ef4445;
    font-weight: normal !important;
}

.column-left p {
    margin: 0 0 25px 0;
    font-size: 16px;
    line-height: 24px;
}

.column-right {
    width: 500px;
    float: right;
}

.column-right img {
    width: 100%;
    height: 100%;
}

a.services-innerlink {
    display: block;
    margin: 0px 0px 5px 21px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #6e6e6e;
    position: relative;
}

a.services-innerlink:before {
    font-family: FontAwesome;
    content: "\f061";
    position: absolute;
    left: -21px;
    top: -1px;
    font-size: 12px;
    transition: all ease-out 0.3s;
    color: #ef4445;
}

a.services-innerlink:hover {
    color: #ef4445;
}

a.services-innerlink:before:hover {
    color: #330000;
}

a.see-work {
    width: 125px;
    display: block;
    border: 1px solid #ef4445;
    text-align: center;
    padding: 5px 0;
    font-size: 18px;
    color: #ef4445;
    font-weight: normal !important;
    margin: 35px 0 0 0;
    transition: all ease-out 0.5s;
}

a.see-work:hover {
    background: #ef4445;
    color: #FFF;
}

.float-reverse-left {
    float: left;
}

.float-reverse-right {
    float: right;
}


/*aboutus.html*/

.row-about-column-left {
    width: 500px;
    float: left;
}

.row-about-column-right {
    width: 500px;
    float: right;
}

.abt-introduction {
    font-size: 24px;
    line-height: 30px;
    font-weight: normal !important;
}

.row-colm-lg {
    margin: 0px 0px 50px 0px;
    overflow: hidden;
}

.row-colm-lg:hover {
    background: rgba(204, 204, 204, 0.2) none repeat scroll 0 0;
}

.row-colm-lg p {
    font-size: 16px;
    padding: 0 10px;
}

.row-colm-lg h5 {
    font-size: 24px;
    line-height: 25px;
    color: #ef4445;
    font-family: 'Prata', serif;
    margin: 20px 0px 12px;
    padding: 0 10px;
    font-weight: normal !important;
}

.row-colm-lg h5 span {
    font-size: 16px;
}

h6.titlecase {
    color: #ef4445;
    font-size: 15px;
    margin: 85px 0px 40px;
    font-weight: bold;
}

.philosophy {
    background: #ef4545;
    width: 500px;
    height: 412px;
    color: #FFF;
    margin: 0px 0px 32px 0px;
}

.philosophy .txtinner {
    margin: 80px 0px 0px 60px;
    width: 395px;
}

.philosophy .txtinner .title {
    font-size: 14px;
    width: 100%;
    margin: 0px 0px 30px;
}

.philosophy .txtinner p {
    font-size: 35px;
    line-height: 42px;
    color: #FFF;
    font-weight: normal !important;
}

.maginb-0 {
    margin: 0px;
}

.m-minus-top {
    margin-top: -115px;
}

.staff {
    margin: 0px;
    display: none;
}

.staffcolumn {
    width: 181px;
    height: 181px;
    float: left;
    position: relative;
    margin: 0 25px 25px 0;
}

.staffbgoverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(239, 68, 68, 0);
    color: #ccc;
    font-size: 18px;
    text-align: center;
    padding-top: 80px;
    opacity: 0;
    transition: all 100ms linear 0s;
    line-height: 19px;
}

.staffbgoverlay span {
    font-size: 14px;
}

.staffbgoverlay:hover {
    background: rgba(239, 68, 68, 0.85);
    opacity: 1;
    transition: all 0.3s linear 0s;
    color: #FFF;
}

.bh-clients {
    width: 100%;
}

.col-1-clientlist {
    float: left;
    margin: 0 50px 0 0;
}

.col-1-clientlist ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.col-1-clientlist ul li {
    list-style: none;
    margin: 10px 0;
    padding: 0px;
    font-size: 19px;
    line-height: 22px;
    color: #6d6e71;
    font-family: 'Prata', serif;
}

.bh-clients h6 {
    width: 100%;
    color: #ef4445;
    font-size: 15px;
    font-weight: 600;
    padding-top: 34px;
    font-family: 'Roboto', sans-serif;
    display: flex;
    justify-content: start;
}

.banner-m {
    display: none;
}

.banner-deck {
    display: block;
}


/*work.html*/

.workproject {
    width: 1280px;
    margin: 40px 0px 0px 0px;
}

.project-content {
    background: #ef4445 none repeat scroll 0 0;
    height: 585px;
    width: 100%;
    padding: 0px;
    position: relative;
    float: left;
    margin: 0px 0px 2%;
}

.workprojectmargin-right {
    margin-right: 2%;
}

.project-content figure {
    height: 452px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.project-content figure img {
    width: 100%;
    height: auto;
    transition: all 100ms linear 0s;
}

.project-content:hover figure img.hover-scale {
    transform: scale(1.025);
}

.project-details {
    width: 92%;
    position: absolute;
    top: 328px;
    color: #FFF;
    margin: 0px 0px 0px 20px;
    font-size: 14px;
}

.project-details .workproject-title {
    font-family: 'Roboto', sans-serif;
    margin: 0px 0px 37px 0px;
    color: #FFF;
}

.project-details .workproject-heading {
    font-size: 25px;
    font-family: 'Prata', serif;
    margin: 0px 0px 3px 0px;
    line-height: 30px;
    color: #FFF;
}

.project-details .workprojectcategory {
    font-family: 'Roboto', sans-serif;
    margin: 0px 0px 25px 0px;
    color: #FFF;
}

.project-details .workprojectcategory p {
    color: #FFF\9;
    margin-top: 18px;
}

.project-details .workprojectcategory p:hover {
    color: #330000\9;
}

.project-details a.explore {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    color: #FFF;
    position: relative;
    font-family: 'Roboto', sans-serif;
}

.project-details a.explore:after {
    font-family: FontAwesome;
    content: "\f061";
    position: absolute;
    right: -20px;
    top: 0;
    font-size: 12px;
    transition: all ease-out 0.3s;
}

.project-details a.explore:hover {
    color: #330000;
}

.project-details a:hover.explore:after {
    color: #330000;
    right: -17px;
}

.ie9none {
    display: none;
}

.ie9none {
    display: block\9;
}

.ie9nonehide {
    display: none\9 !important;
}

.ie9nonehide {
    display: block;
}


/*inner pages services*/

.row-services h1.innerpageheading {
    color: #ef4445;
    font-family: "Prata", serif;
    font-size: 24px;
    font-weight: normal !important;
    line-height: 25px;
    margin: 0px 0 20px;
    padding: 0 0px;
    text-align: left;
}

.row-services.innerservicesleft h5 {
    color: #6d6e71;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin: 23px 0 5px;
    padding: 0 0px;
    text-align: left;
    font-weight: bold;
}

.row-services.innerservicesleft p {
    text-align: left;
}

.row-services.innerservicesleft h4 {
    color: #ef4445;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: normal !important;
    line-height: 25px;
    margin: 30px 0 12px;
    padding: 0px;
}

.row-services.innerservicesleft {
    width: 715px;
    float: left;
}

.row-services.innerservicesleft ul li {
    list-style: outside none lower-alpha;
    margin: 0 0 0 -10px;
    padding: 3px 0;
    text-align: left;
}

.row-services.innerservicesleft ul {
    margin: 0px 0px 0px 20px;
}

.logos-description {
    float: left;
    margin: 0 10px 0;
}

.row-services.innerservicesleft p.margin25 {
    margin: 30px 0px 0px 0px;
}

.row-services.innerservicesright {
    width: 235px;
    float: right;
}

.row-services.innerservicesright ul {
    margin: 0px;
    padding: 0px;
}

.row-services.innerservicesright ul li {
    line-height: 18px;
    margin: 0 0 10px;
}

.row-services.innerservicesright ul li a.work-link-explore {
    font-size: 16px;
    letter-spacing: 1px;
    color: #6d6e71;
    position: relative;
    font-weight: normal !important;
}

.row-services.innerservicesright ul li a.work-link-explore:before {
    font-family: FontAwesome;
    content: "\f061";
    position: absolute;
    left: -23px;
    top: 0px;
    font-size: 10px;
    transition: all ease-out 0.3s;
}

.row-services.innerservicesright ul li a.work-link-explore:hover {
    color: #ef4445;
}

.row-services.innerservicesright ul li a:hover.work-link-explore:before {
    color: #ef4445;
    left: -16px !important;
}

.row-services.innerservicesright ul li a.linkactive {
    color: #ef4445;
}

.inner-page-container ul.archetecture {
    font-size: 24px;
    list-style-position: inside;
    list-style-type: decimal;
    list-style-type: disc;
    margin: 0 0 15px;
    padding: 0;
}

.inner-page-container ul.archetecture li {
    margin: 0;
    padding: 3px 0;
    list-style-type: decimal;
}

.row-services.innerservicesleft ul.archetecturesmalltxt {
    font-size: 14px;
    margin: 0px 0px 0px 16px;
}

img.margin30 {
    margin: 25px 10px 40px;
}

.printimg {
    float: right;
    margin: 0 0 0 30px;
    width: 250px;
}

.printtxt {
    margin: 45px 0px 0px 0px;
    display: block;
}

.jumponlink {
    margin-top: -50px;
    /* Size of fixed header */
    padding-bottom: 50px;
    display: block;
}

.brandpurpose {
    width: 100%;
    float: left;
    margin: 0px 0px 20px 0px
}

.brandpurpose img {
    float: left;
}

.brandpurpose span {
    float: left;
    padding: 20px 0 0 20px;
}

table.hilite th {
    border: 1px solid #83ceee;
    font-weight: 700;
    padding: 0.8em 1em;
}

table.hilite td,
table.hilite th {
    border: 1px solid #ccc;
    padding: 10px;
    vertical-align: top;
    width: 20%;
}

table.hilite thead {
    background: #ef4445 none repeat scroll 0 0;
    color: #fff;
}

.margintop0 {
    margin: 0 0 6px !important;
}


/* projectinside */

h1.projectintrotxt {
       width: 100%;
    float: left;
    font-size: 46px;
    color: #ef4445;
    line-height: 52px;
    font-family: 'Prata', serif;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 0px 40% 0px 0px
}

p.projectcategory {
    width: 100%;
    font-size: 14px;
    color: #6d6e71;
    margin: 20px 0px 0px;
}

.projectbanner {
    width: 100%;
    margin: 25px 0 20px;
}

.projectsiintroduction {
    width: 100%;
    float: left;
}
.col-2-lt-work {
    width: 50%;
    float: left;
}

.col-2-rt-work {
    width: 50%;
    float: left;
}
/*---------------------------------New Lakshya Page 13/12/21--------------------------------------------*/
.full-width-w{

    width: 100%;
    background: #fff;
}
h1.projectintrotxt-lakshya{

    width: 100%;
    float: left;
    font-size: 46px;
    color: #ef4445;
    line-height: 52px;
    font-family: 'Prata', serif;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 0px 10% 0px 0px;
}
.innerproject-context{
    font-size: 36px!important;
    color: black;
    font-weight: 500;
}

.col-2-lhs-work-lakshya {
    width: 59.5%;
    float: left;
}
.col-2-rhs-work-lakshya  {
    width: 39.5%;
    float: left;
}
.innerprojectintrotxt-new{
    margin: 0px 0 20px;
    width: 100%;
    float: left
}
.innerprojectdetails_height{

    height: 400px;
}

h1.projectintrotxt-lrg{
    width: 100%;
    float: left;
    font-size: 106px;
    color: #ef4445;
    line-height: 114px;
    font-family: 'Prata', serif;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 20px 20% 0px 0px;
}
h1.projectintrotxt-xlrg{
    width: 100%;
    float: left;
    font-size: 125px;
    color: #ef4445;
    line-height: 114px;
    font-family: 'Prata', serif;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 20px 0px 0px 0px;
}
h1.projectintrotxt-med{
    width: 100%;
    float: left;
    font-size: 66px;
    color: #ef4445;
    line-height: 114px;
    font-family: 'Prata', serif;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 0px 0px 0px 0px;
}
h1.projectintrotxt-lrg-w{
    width: 100%;
    float: left;
    font-size: 125px;
    color: #fff;
    line-height: 125px;
    font-family: 'Prata', serif;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 20px 0px 0px 0px;
}
.ma-t-300{
    margin-top: 300px;
}

.align-center{
    text-align: center;
}
.lakshay-logo{  
    text-align: center;

}
.body-larg{

    font-size: 32px!important;
    line-height: 46px!important;
    color: #000;
    font-family: 'Prata', serif;
}
.body-larg-w{

    font-size: 39px!important;
    line-height: 65px!important;
    color: #fff;
    font-family: 'Prata', serif;
      
}

.red_bg{
background: #ef4545;
width: 100%;

}
.r_bg{
    position: absolute;
    background: #ef4545;
    width: 100%;
    height: 920px;
    left: 0;
    z-index: -1;
}
.ma-t{
    margin-top: 1000px;
}
.cowbanner{

    width: 100%;
    margin: 0px;
}
.milkimage{

    width: 20%;
    float: right;

}
.milkimage img{

    padding-top: 40px;

}
.line-height{

    line-height: 106px;
}
.innerprojectdetails-lakshya {
    padding: 35px 14px 33px 0px;
}

.innerprojectdetails-lakshya2{
padding-top: 50%;
padding-left: 20%;

}
.div-height{
    height: 50px;
}
/*---------------------------------End New Lakshya Page 13/12/21--------------------------------------------*/

/*---------------------------------Start New Freshy Page 20/12/21--------------------------------------------*/




h1.projectintrotxt-med2{
    width: 100%;
    float: left;
    font-size: 100px;
    color: #ef4445;
    line-height: 114px;
    font-family: 'Prata', serif;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 0px 0px 0px 0px;
}
.rf_bg{
    position: absolute;
    background: #ef4545;
    width: 100%;
    height: 700px;
    left: 0;
    z-index: -1;

}

.innerprojectdetails-freshy{
padding-top: 10%;

text-align: center;
}

.innerprojectdetails-freshy2{
padding-top: 40%;

text-align: center;
}
/*---------------------------------End New Freshy Page 20/12/21--------------------------------------------*/


.innerprojectintrotxt {
    margin: 0px 0 20px;
    width: 50%;
    float: left
}


.innerprojectintrotxt p {
    font-size: 16px;
}

.projectsociallinks {
    width: 100%;
    margin: 0px 0px 15px;
}

.projectsociallinks .socialcunnect {
    width: 132px;
    float: right;
    margin: 0px;
}

.innerprojectimgs {
    height: 608px;
}

.innerprojectimgs img {
    width: 100%;
    height: 100%;
}

.innerprojectimgs.imgScroll {
    height: 608px;
    background-color: #6d6e72;
    overflow: auto;
    text-align: center;
}

.innerprojectimgs.imgScroll img {
    width: auto !important;
    height: auto !important;
}

.innerprojecthighlighttxt {
    height: auto;
    background: #ef4545;
}

.innerprojecthighlighttxt p {
    width: 475px;
    margin: 0px auto 0px;
    padding: 90px 0px;
    font-size: 35px;
    color: #FFF;
    font-family: 'Prata', serif;
    font-weight: normal;
    line-height: normal;
}

.margin-innerproject-top-100 {
    margin: 239px auto 0px;
}

.innerprojectdetails {
    padding: 60px 55px 60px 0px;
}

.innerprojectdetails p {
    font-size: 16px;
}

.carasolinnerwork {
    height: 608px;
    width: 100%;
}

.carasolinnerwork .carousel-inner>.item>img {
    width: 100%;
    height: 100%;
}

.similarprojectswrapper {
    width: 100%;
    float: left;
}

.centercontainer {
    width: 100%;
    float: left;
}

.similarprojects {
    width: 50%;
    height: auto;
    padding: 0 0 0 20px;
}

.l-float {
    float: left;
}

.r-float {
    float: right;
}

.innerproject-70 {
    padding: 0 40% 0 0 !important;
}

.similarprojects .similarprojectbreadcumb a {
    color: #ef4445;
}

.similarprojects .similarprojectbreadcumb a:hover {
    color: #3399cc;
}

.similarprojectbreadcumb {
    margin: 0px 0px 20px 0px;
}

.viewsimilarproject {
    color: #ef4445;
    font-size: 27px;
    line-height: 31px;
    font-weight: normal !important;
}

.viewsimilarproject span.projecttitle {
    color: #6d6e71;
    font-size: 14px;
}

.viewsimilarproject .divider {
    width: 100%;
    height: 1px;
    background: #ef4445;
    margin: 10px 0px 0;
}

.viewsimilarproject>a {
    color: #6d6e71;
    padding: 0 45px 0 0;
    font-family: "Prata", serif;
    font-weight: normal !important;
}

.viewsimilarproject>a:hover {
    color: #ef4445 !important;
    padding: 0 45px 0 0;
}

span.l-25 {
    padding: 0 45px 0 0;
}

.servicesfooter {
    width: 160px !important;
}

.servicesfooter {
    display: block;
}

.servicemob {
    display: none;
}

.project-details {
    color: #fff;
    font-size: 14px;
    margin: 0 0 0 20px;
    position: absolute;
    top: 328px;
    width: 92%;
    z-index: 2;
}

.project-content figure {
    height: 452px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.filterdisplay-m {
    display: none;
}

.repositionimg {
    display: block;
}

.repositionimg-mob {
    display: none;
}

.repositionimg2 {
    display: block;
}

.repositionimg-mob2 {
    display: none !important;
}

#scroll_menu {
    display: none !important;
}

.margin-top-inner-0 {
    margin-top: 0px !important;
}

.rrssb-buttons ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.socialmedialinks ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: block;
    float: left;
}

.h5-margin0 {
    margin-top: 0px !important;
}

.social-m-right {
    margin-right: 15px !important;
}

.ourapporachimg {
    margin-bottom: 80px;
}

.padding27 {
    padding-top: 25px;
}

.aboutgreybg {
    background: #9a9a9a none repeat scroll 0 0;
    color: #fff;
    height: 395px;
    margin: 0 0 32px;
    width: 500px;
    margin: 32px 0;
}

.aboutgreybg .abttxtinner {
    color: #fff;
    font-size: 14px;
    margin: 80px 0 0 55px;
    width: 400px;
}

.aboutgreybg .abttxtinner .breadcumb {
    margin: 0 0 30px;
}

.aboutgreybg .abttxtinner p {
    font-size: 24px;
    line-height: 29px;
    color: #fff;
    margin: 0;
}

.projectsvideo {
    width: 100%;
    height: 485px;
}

.bgdarkgrey {
    background: #EF4445 !important;
    height: 565px !important;
}

.bgdarkgrey h5 {
    font-family: "Prata", serif;
    font-size: 56px;
    line-height: 60px;
    font-weight: normal;
}

.bgdarkgrey a.explore {
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 1px;
    color: #FFF;
    position: relative;
    margin: 40px 0px 0px 0px;
    display: inline-block;
}

.bgdarkgrey a.explore:after {
    font-family: FontAwesome;
    content: "\f061";
    position: absolute;
    right: -20px;
    top: 0;
    font-size: 12px;
    transition: all ease-out 0.3s;
}

.bgdarkgrey a.explore:hover {
    color: #330000;
}

.bgdarkgrey a:hover.explore:after {
    color: #330000;
    right: -17px;
}

.captchimgs {
    width: 100%;
    height: 50px;
    margin: 0px 2% 0px 0px;
    float: left;
}

.capchainput {
    float: left !important;
    width: 61% !important;
    height: 30px !important;
}


/*video*/

.video-colmn-4 {
    width: 405px;
    float: left;
}

.video-colmn-5 {
    width: 500px;
    float: left;
}

.video-colmn-6 {
    width: 1000px;
    float: left;
}

.video-m-both {
    margin: 0px 30px;
}

.video {
    width: 100%;
    height: 400px;
}

.videoframe {
    margin: 0px 0px 60px 0px;
}

article {
    color: #ef4445;
    font-family: "Prata", serif;
    font-size: 24px;
    font-weight: normal !important;
    line-height: 25px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 25px;
    text-align: center;
    background: #DCDCDC;
    padding: 10px 0px;
}

.cntVid,
figure.vimeo,
figure.youtube {
    margin: 0;
    position: relative;
    padding-bottom: 70.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    background: #000;
}

.cntVid iframe,
figure.youtube a img,
figure.vimeo a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure.vimeo a:after,
figure.youtube a:after {
    content: "";
    width: 60px;
    height: 60px;
    background: #000;
    z-index: 9;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    border-radius: 50px;
    border: 3px solid #fff;
    opacity: 0.4
}

figure.vimeo a:before,
figure.youtube a:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 14px solid #fff;
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -4px;
    margin-top: -13px;
    display: block;
}

figure.vimeo a:hover img,
figure.youtube a:hover img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

figure.vimeo a img,
figure.youtube a img {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    a -webkit-transform: scale(1);
    transform: scale(1);
}

.month {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #ef4445;
    display: block;
    margin: 10px 0px;
}

.month1 {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #ef4445;
    display: block;
    margin: 0px 0px;
}

.month2 {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #6d6e71;
    display: block;
    margin: 0px 0px 10px 0px;
}

.blogtitle {
    color: #6d6e71;
    font-family: "Prata", serif;
    font-size: 28px;
    font-weight: bold !important;
    line-height: 36px;
    margin: 10px 0px;
}

.blogIcon {
    display: block;
    margin-top: 5px;
}

.videotitle {
    color: #ef4445;
    font-family: "Prata", serif;
    font-size: 18px;
    font-weight: normal !important;
    line-height: 25px;
    margin: 10px 0px;
}

.videodetails {
    font-size: 14px;
    color: #6d6e71;
    line-height: 21px;
    font-family: "Roboto", sans-serif;
}

.videodetails a {
    color: #ef4445;
}

.videotitle a {
    color: #6d6e71;
}

.videodetails a:hover {
    color: #6d6e71;
}

.videotitle a:hover {
    color: #ef4445;
}

.viewmedia a {
    color: #EF4445;
    display: table;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 15px 0 0;
    position: relative;
}

.viewmedia a:after {
    content: "\f061";
    font-family: FontAwesome;
    font-size: 12px;
    position: absolute;
    right: -20px;
    top: 0;
    transition: all 0.3s ease-out 0s;
}

.viewmedia a:hover {
    color: #330000;
}

.viewmedia:hover a:after {
    color: #330000;
    right: -17px;
}

.articleborder {
    width: 100%;
    height: 2px;
    border-top: 1px dotted #ccc;
    margin-bottom: 15px;
}

.projectmob {
    display: none;
}

.projectdecktop {
    display: block;
}

@media (min-width:1100px) and (max-width:1310px) {

    .overlay-content{
    max-height: 280px;
}
.overlay-content.big{
    max-height: 350px;
}
    .container-inner {
        width: 98%;
        margin: 0 auto;
    }
    .navigation {
        width: 100%;
    }
    .inner-page-container {
        width: 100%;
    }
    .workproject {
        width: 100%;
    }
    header {
        width: 100%;
    }
    .footerinner {
        padding: 45px 40px 30px;
    }
    .row-links {
        margin-left: 28px;
    }
    .row-contactdetails {
        width: 375px;
    }
    .box-content {
        width: 49.5%;
    }
    .projectmargin-right {
        margin-right: 1%;
    }
    .ourwork {
        margin: 0 0 1.3%;
    }
    .box-content-branding {
        width: 49.5%;
    }
    .box-content-branding .box-content {
        width: 100%;
    }
    .branding-agency-txt {
        width: 100%;
    }
    .project-margin-bottom {
        margin: 0 0 2.4%;
    }
    .brand-slidertxt h3 {
        font-size: 55px;
        line-height: 75px;
    }
    .col-lg-12.col-md-12.col-sm-12.col-xs-12.padding0.page-banner>img {
        width: 100%;
    }
    .introtext {
        width: 860px;
    }
    nav {
        margin-right: 25px;
    }
    .brand-slidertxt h3 {
        font-size: 55px;
        line-height: 75px;
        padding: 0 6px;
    }
    .brand-slidertxt h2 {
        font-size: 55px;
        line-height: 75px;
        padding: 0 6px;
    }
    .brand-slidertxt1 h3 {
        font-size: 60px;
        line-height: 75px;
        padding: 0 6px;
    }
    .brand-slidertxt2 h3 {
        font-size: 60px, line-height: 75px;
        padding: 0 6px;
    }
    .brand-slidertxt3 h3 {
        font-size: 60px, line-height: 75px;
        padding: 0 6px;
    }
    .logo {
        margin: 26px 0 0 6px;
    }
    .introductiontxt h2 {
        margin: 65px 6px 85px;
    }
    .introtext {
        padding-left: 6px;
    }
    .inner-breadcumb {
        margin: 0 0 30px 6px;
    }
    .footerinner .row-left {
        width: 200px;
    }
    .newsletter {
        width: 100%;
    }
    .introductiontxt h2 {
        font-size: 43px;
    }
    .projectbanner img {
        width: 100%;
    }
    .padding-37 {
        margin: 0 0 5px !important;
    }
}

@media (min-width:1100px) and (max-width:1200px) {


    .row-contactdetails {
        width: 268px;
    }
    .footerinner .row-left {
        width: 190px;
    }
    .newsletter {
        width: 190px;
    }
    .bh-slider .carousel-indicators {
        bottom: -10px;
    }
    .footerinner .row-left {
        width: 180px;
    }
    .work-details {
        width: 90%;
    }
    .worklinkmargin {
        margin: 85px 0 0 55px !important;
    }
    .branding-agency-txt .inner {
        margin: 90px 0 0 50px;
    }
    .branding-agency-txt .b-services {
        margin: 75px 0 0 50px !important;
    }
    .padding39 {
        margin: 0 0 5px !important;
    }
    .padding43 {
        margin: 0 0 0px !important;
    }
    .bgdarkgrey {
        height: 560px !important;
    }
    .branding-agency-txt {
        height: 455px;
    }
    .project-details .workproject-heading {
        font-size: 25px;
    }
    .category-m-31 {
        margin: 0 0 25px !important;
    }
    .category-m-32 {
        margin: 0 0 40px !important;
    }
    .tab-norton1 {
        margin: 0 0 5px !important;
    }
}

@media (min-width:200px) and (max-width:950px) {
    /*---------------------------------New Lakshya Page 13/12/21--------------------------------------------*/
.full-width-w{

    width: 100%;
    background: #fff;
}
h1.projectintrotxt-lakshya{

    width: 100%;
    float: left;
    font-size: 32px;
    color: #ef4445;
    line-height: 36px;
    font-family: 'Prata', serif;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 0px 20% 0px 0px;
}
.innerproject-context{
    font-size: 24px!important;
    color: black;
    font-weight: 500;
}

.col-2-lhs-work-lakshya {
    width: 100%;

}
.col-2-rhs-work-lakshya  {
    width: 100%;

}
.innerprojectintrotxt-new{
    margin: 0px 0 20px;
    width: 100%;
    float: left
}
.innerprojectdetails_height{

    height: 150px!important;
}

h1.projectintrotxt-lrg{
    width: 100%;
    float: left;
    font-size: 32px;
    color: #ef4445;
    line-height: 36px;
    font-family: 'Prata', serif;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 20px 0px 0px 0px;
}
h1.projectintrotxt-xlrg{
    width: 100%;
    float: left;
    font-size: 32px;
    color: #ef4445;
    line-height: 48px;
    font-family: 'Prata', serif;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 20px 0px 0px 0px;
}
h1.projectintrotxt-med{
    width: 100%;
    float: left;
    font-size: 22px;
    color: #ef4445;
    line-height: 32px;
    font-family: 'Prata', serif;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 0px 0px 0px 0px;
}
.ma-t-300{
    margin-top: 0px!important;
}
h1.projectintrotxt-lrg-w{
    width: 100%;
    float: left;
    font-size: 32px;
    color: #fff;
    line-height: 36px;
    font-family: 'Prata', serif;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 20px 0px 0px 0px;
}

.align-center{
    text-align: center;
}
.lakshay-logo{  
    text-align: center;

}
.lakshay-logo img{  
    padding-top: 0px!important;
    padding-bottom: 20px!important;
    width: 75%;

}
.body-larg{

    font-size: 24px!important;
    line-height: 28px!important;
    color: #000;
    font-family: 'Prata', serif;
}
.body-larg-w{

    font-size: 24px!important;
    line-height: 28px!important;
    color: #fff;
    font-family: 'Prata', serif;
      
}
.red_bg{

background: #ef4545;
width: 100%;

}
.r_bg {
    position: absolute;
    background: #ef4545;
    width: 102%;
    height: 500px;
    left: -8px;
    z-index: -1;
}
.ma-t{
    margin-top: 1000px;
}
.cowbanner{

    width: 100%;
    margin: 0px;
}
.milkimage{

    width: 100%;
    float: right;

}
.milkimage img{

    width: 100%;
    padding-left: 50%;
    padding-top: 40px;

}
.line-height{

    line-height: 106px;
}
.innerprojectdetails-lakshya {
    padding: 35px 14px 33px 0px;
}

.innerprojectdetails-lakshya2{
padding-top: 30px;
padding-left: 0px;
text-align: center;

}
.div-height{
    height: 50px;
}
/*---------------------------------End New Lakshya Page 13/12/21--------------------------------------------*/
/*---------------------------------Start New Freshy Page 20/12/21--------------------------------------------*/

h1.projectintrotxt-med2{
    width: 100%;
    float: left;
    font-size: 45px;
    color: #ef4445;
    line-height: 52px;
    font-family: 'Prata', serif;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 0px 0px 0px 0px;
}

.rf_bg {
    position: absolute;
    background: #ef4545;
    width: 102%;
    height: 300px;
    left: -8px;
    z-index: -1;
}

.body-larg-med{

    font-size: 32px!important;
    line-height: 36px!important;
    color: #fff;
    font-family: 'Prata', serif;
      
}


/*---------------------------------End New Freshy Page 20/12/21--------------------------------------------*/




    .brand {
        padding: 22px !important;
    }
    .container-inner {
        width: 100%;
    }
    header {
        width: 100%;
        height: 45px;
        position: fixed;
        background: #FFF;
        z-index: 12;
    }
    .navigation {
        top: 0px;
        width: 100%;
        overflow: hidden;
    }
    .logo {
        width: 160px;
        float: left;
        margin: 11px 0 0 15px;
    }
    .logo img {
        width: 100%;
    }
    .shrinklogo {
        display: none;
    }
    .carousel-indicators {
        z-index: 8 !important;
    }
    .slider {
        margin: 50px 0 20px;
    }
    .brand-slidertxt1 h3,
    .brand-slidertxt2 h3,
    .brand-slidertxt h3,
    .brand-slidertxt h2,
    .brand-slidertxt3 h3 {
        font-size: 30px;
        line-height: 36px;
        padding: 0 15px;
    }
    .bh-slider {
        height: 400px;
    }
    .projectmargin-right {
        margin-right: 0;
    }
    .ourwork {
        margin: 0px;
    }
    .box-content {
        background: #ef4445 none repeat scroll 0 0;
        float: none;
        height: 627px;
        margin: 0 auto 15px !important;
        padding: 0;
        position: relative;
        width: 96%;
    }
    .box-content figure {
        height: auto;
    }
    .work-details {
        font-size: 14px;
        margin: 0 0 0 15px;
        top: 175px;
        width: 90%;
    }
    .work-details .project-heading {
        font-size: 20px;
        line-height: 26px;
        margin: 0 0 3px;
    }
    .work-details .project-title {
        font-family: "Roboto", sans-serif;
        margin: 0 0 10px;
    }
    .work-details .projectcategory {
        font-family: "Roboto", sans-serif;
        margin: 0 0 20px;
    }
    .work-details {
        display: inline-table;
        font-size: 14px;
        margin: 0;
        padding: 159px 0 28px 20px;
        position: relative;
        top: 0;
        width: 90%;
    }
    .h-sorted {
        height: auto;
    }
    .h-willows {
        height: auto;
    }
    .h-atm {
        height: auto;
    }
    .h-replay {
        height: auto;
    }
    .h-ssalgaokar {
        height: auto;
        width: 100%;
    }
    .h-cortyyard {
        height: auto;
        /*width: 100%;*/
    }
    .introductiontxt h2 {
        font-size: 30px;
        line-height: 35px;
        padding: 0 15px;
        margin: 35px 0 55px;
    }
    .box-content-branding {
        float: none;
        width: 96%;
        margin: 0 auto;
    }
    .branding-agency-txt {
        float: none;
        height: auto;
        width: 100%;
    }
    .branding-agency-txt .inner {
        color: #fff;
        font-size: 14px;
        margin: 45px 25px;
        width: 85%;
    }
    .branding-agency-txt .inner .breadcumb {
        margin: 0 0 25px;
    }
    .branding-agency-txt p {
        font-size: 23px;
        line-height: 29px;
    }
    .branding-agency-txt p {
        font-size: 21px;
        line-height: 27px;
    }
    .worklinkmargin {
        margin: 45px 35px !important;
    }
    a.work-link-explore::before {
        top: 6px;
    }
    .branding-agency-txt ul li {
        margin: 20px 0;
    }
    .branding-agency-txt ul {
        margin: 0 0 0 25px;
    }
    a.work-link-explore {
        font-size: 26px;
    }
    .footerinner {
        padding: 35px 20px 20px;
    }
    .footerinner .row-left {
        float: left;
        margin: 0 0 15px;
        width: 100%;
    }
    .newsletter {
        width: 90%;
    }
    .row-links {
        margin: 5px 0 0;
        width: 40%;
    }
    .padding15 {
        padding-left: 0px;
    }
    .row-contactdetails {
        float: left;
        margin: 20px 0 0;
        width: 100%;
    }
    .servicesfooter {
        display: none;
    }
    .width-10 {
        display: block;
        float: right;
        width: 35%;
    }
    .servicemob {
        display: block;
        float: left;
        width: 55%;
    }
    /*work.html*/
    .ie9none {
        display: block;
    }
    .inner-page-container {
        margin: 70px auto 0;
        width: 95%;
    }
    .workproject {
        width: 100%;
        margin: 20px 0 0;
    }
    .introtext {
        font-size: 21px;
        font-weight: normal !important;
        line-height: 27px;
        width: 100%;
    }
    .inner-page-container ul.archetecture li {
        font-size: 21px;
        line-height: 27px;
    }
    .inner-page-container ul.archetecturesmalltxt li {
        font-size: 14px !important;
        line-height: 19px;
    }
    .cbp-l-filters-button .cbp-filter-item {
        font: 400 13px/29px "Roboto", sans-serif!important;
        margin: 0 5px 10px 0 !important;
    }
    .cbp {
        margin: 10px auto 0;
    }
    .project-content.workprojectmargin-right>figure {
        height: auto;
    }
    .project-content figure {
        height: auto;
        position: absolute;
    }
    .filterdisplay-m {
        display: block;
    }
    .filterdisplay-deck {
        display: none;
    }
    .project-details {
        display: inline-table;
        font-size: 14px;
        margin: 0;
        padding: 253px 0 28px 20px;
        position: relative;
        top: 0;
        width: 90%;
    }
    .project-content {
        height: auto;
    }
    .project-details .workproject-title {
        margin: 0 0 10px;
    }
    .project-details .workproject-heading {
        font-size: 21px;
        line-height: 26px;
        margin: 0 0 3px;
    }
    .work-sorted,
    .work-salgaokar,
    .work-replay,
    .work-willow,
    .work-courtyard,
    .work-euronet,
    .work-lapromenande,
    .work-ve,
    .work-ipeak,
    .work-lifescape,
    .work-myscape,
    .work-treasure. allinoneproject {
        height: auto;
    }
    .projectsociallinks {
        margin: 0 0 0px;
    }
    /*services.html*/
    .page-banner img {
        width: 100%;
        height: auto;
    }
    .column-left h2,
    .column-right h2 {
        font-size: 26px;
        line-height: 26px
    }
    .row-inner-page-content {
        width: 100%;
    }
    .column-left {
        width: 100%;
    }
    a.see-work {
        font-size: 15px;
        width: 110px;
        margin: 30px 0 20px;
    }
    .mob-margin0 {
        margin: 15px 0 15px !important;
    }
    .repositionimg {
        display: none;
    }
    .repositionimg-mob {
        display: block;
    }
    .repositionimg2 {
        display: none !important;
    }
    .repositionimg-mob2 {
        display: block !important;
    }
    .column-right {
        width: 100%;
    }
    .column-right img,
    .column-left img {
        height: auto;
        width: 100%;
    }
    .row-inner-page-content {
        width: 100%;
    }
    .row-about-column-left,
    .row-about-column-right {
        width: 100%;
    }
    .abt-introduction {
        font-size: 21px;
        line-height: 27px;
    }
    h6.titlecase {
        margin: 35px 0 20px;
    }
    .row-about-column-left>img,
    .row-about-column-right>img {
        width: 100%;
        height: auto;
    }
    .philosophy {
        width: 100%;
    }
    .aboutgreybg {
        width: 100%;
        height: auto;
    }
    .aboutgreybg .abttxtinner {
        margin: 45px 25px;
        width: 83%;
    }
    .aboutgreybg .abttxtinner .breadcumb {
        font-size: 14px;
        margin: 0 0 25px;
    }
    .aboutgreybg .abttxtinner p {
        font-size: 21px;
        line-height: 27px;
    }
    .philosophy .txtinner {
        margin: 45px 25px;
        width: 83%;
    }
    .philosophy .txtinner .title {
        font-size: 14px;
        margin: 0 0 25px;
    }
    .philosophy .txtinner p {
        font-size: 21px;
        line-height: 27px;
    }
    .philosophy {
        height: auto;
    }
    .row-colm-lg.clearfix.repositionimg-mob>img,
    .row-colm-lg.clearfix>img {
        width: 100%;
        height: auto;
    }
    .magint-50 {
        margin: 50px 0 20px 0;
    }
    .staffcolumn {
        height: auto;
        margin: 0 1% 2%;
        float: left;
        width: 48%;
    }
    .staff {
        text-align: center;
    }
    .staffcolumn>img {
        width: 100%;
        height: auto;
    }
    .staffbgoverlay {
        font-size: 14px;
        padding: 41% 2px 0px;
    }
    .staffbgoverlay span {
        font-size: 13px;
    }
    .philosophy {
        margin: 45px 0 30px;
    }
    .row-colm-lg h5 {
        font-size: 22px;
        line-height: 23px;
    }
    .row-colm-lg h5 span {
        font-size: 15px;
    }
    .row-services.innerservicesleft {
        float: left;
        width: 100%;
    }
    .innerservicesleft>img {
        width: 90% !important;
        height: auto;
    }
    .innerservicesright {
        display: none;
    }
    .row-services.innerservicesleft h4 {
        line-height: 21px;
    }
    .innerservicevisible-mob {
        display: block;
    }
    .h5-margin0 {
        margin-top: -5px !important;
    }
    #scroll_menu {
        overflow-y: hidden;
        -webkit-appearance: none;
        display: block !important;
    }
    #scroll_menu {
        background: #fff none repeat scroll 0 0;
        border-bottom: 1px solid #d4d4d4;
        border-top: 1px solid #ccc;
        margin-bottom: 25px;
        margin-top: -28px;
        max-height: 36px;
        overflow: auto;
        padding: 0 10px;
        position: fixed;
        text-align: left;
        top: 73px;
        width: 100%;
        z-index: 2;
    }
    #scroll_menu>ul {
        text-align: left;
        width: 280% !important;
    }
    #scroll_menu>ul li {
        display: inline-block !important;
        float: left;
        line-height: 35px;
        padding: 0 10px;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
    }
    #scroll_menu>ul li a {
        color: #6e6e6e !important;
        font-size: 14px;
    }
    #scroll_menu>ul li a:before {
        content: '';
        width: 0px;
        height: 0px;
    }
    #scroll_menu>ul li a.topactive {
        color: #ef4445 !important;
    }
    .mob-innerservices {
        margin-top: 100px;
    }
    .row-services.innerservicesleft ul {
        margin: 0 0 0 25px !important;
    }
    .logos-description {
        height: auto;
        width: 100%;
        margin: 0;
    }
    .arc {
        width: 60%;
        height: auto;
    }
    .printimg {
        float: left;
        margin: 0 0 20px;
        width: 80%;
        display: block;
        height: auto;
    }
    .mb-padding10 {
        margin-bottom: 20px !important;
    }
    .printtxt {
        display: block;
        float: left;
        margin: 0;
    }
    .ihfcp {
        width: 95%;
        height: auto;
    }
    .bguideline-img {
        width: 95%;
        height: auto;
    }
    .mb-padding15 {
        margin-bottom: 25px !important;
    }
    .strategictable {
        width: 100%;
        overflow-x: scroll;
    }
    .brandpurpose span {
        float: left;
        padding: 5px 0 0;
        width: 100%;
    }
    .media-boxes-filter>li a {
        padding: 8px 13px !important;
    }
    h1.projectintrotxt {
        font-size: 32px;
        font-weight: normal;
        line-height: 36px;
        padding: 0 !important;
    }
    .projectbanner img {
        width: 100%;
        height: 210px;
    }
    .innerprojectintrotxt {
        width: 100%;
    }
    .innerprojectintrotxt {
        width: 100%;
    }
    .col-2-lt-work,
    .col-2-rt-work {
        width: 100%;
    }
    .innerprojectimgs {
        height: auto;
    }
    .innerprojectimgs img {
        width: 100%;
        height: auto;
    }
    .similarprojects {
        width: 100%;
    }
    .innerprojectdetails {
        padding: 25px 0;
    }
    .innerprojecthighlighttxt {
        height: auto;
    }
    .innerprojecthighlighttxt p {
        font-size: 21px;
        line-height: 27px;
        padding: 45px 25px;
        width: 100%;
    }
    .carasolinnerwork {
        height: auto;
    }
    .r-float,
    l-float {
        float: left;
    }
    .similarprojects {
        height: auto;
        padding: 25px 0;
    }
    .similarprojectbreadcumb {
        margin: 0 0 10px;
    }
    .viewsimilarproject {
        font-size: 21px;
        line-height: 24px;
    }
    .viewsimilarproject>a,
    .viewsimilarproject>a:hover {
        padding: 0px;
    }
    .carasolinnerwork .carousel-inner>.item>img {
        height: auto;
        width: 100%;
    }
    span.l-25 {
        padding: 0;
    }
    .col-1-clientlist ul li {
        font-size: 17px;
        line-height: 20px;
        margin: 16px 0px;
    }
    .margin-client10 {
        margin-top: -12px !important;
    }
    .col-1-clientlist {
        margin: 0;
    }
    .socialicons {
        font-size: 18px !important;
        margin-right: 7px !important;
    }
    .social-m-right {
        margin-right: 0px !important;
    }
    .socialmedialinks ul li {
        width: 26px !important;
    }
    .projectsociallinks .socialcunnect {
        width: 102px;
    }
    .social-m-right {
        margin-right: -6px !important;
    }
    .banner-m {
        display: block;
    }
    .banner-deck {
        display: none;
    }
    .footerinner .socialicons {
        font-size: 25px !important;
        margin-right: 15px !important;
    }
    .brand-slidertxt h3 {
        letter-spacing: 0px !important;
    }
    .brand-slidertxt h2 {
        letter-spacing: 0px !important;
    }
    .brand-slidertxt1 h3 {
        letter-spacing: 0px !important;
    }
    .brand-slidertxt2 h3 {
        letter-spacing: 0px !important;
    }
    .brand-slidertxt3 h3 {
        letter-spacing: 0px !important;
    }
    .ourapporachimg {
        margin-bottom: 10px;
    }
    .b-m-03 {
        margin: 0 0 -10px;
    }
    .projectsvideo {
        width: 100%;
        height: 265px;
    }
    .bgdarkgrey {
        height: auto !important;
    }
    .bgdarkgrey h5 {
        font-size: 36px;
        line-height: 37px;
    }
    .project-margin-bottom {
        margin: 0 0 15px;
    }
    .video-colmn-4,
    .video-colmn-5,
    .video-colmn-6 {
        width: 95%;
        float: none;
        margin: 0px auto;
    }
    .video-m-both {
        margin: 0px 0px;
    }
    .cntVid,
    figure.vimeo,
    figure.youtube {
        padding-bottom: 65.25%;
    }
    .videoframe {
        margin: 0px 0px 40px 0px;
    }
    .margin0b {
        margin-bottom: 20px !important;
    }
    .m-minus-botm {
        margin-bottom: -60px !important;
    }
}

@media (min-width:350px) and (max-width:950px) {

    .myclass_res {
        font-size: 32px !important;
        line-height: 39px !important;
    }
    .brand-slidertxt1 h3,
    .brand-slidertxt2 h3,
    .brand-slidertxt h3,
    .brand-slidertxt h2,
    .brand-slidertxt3 h3 {
        font-size: 32px !important;
        line-height: 39px !important;
    }
    .brand-slidertxt3 h3 {
        font-size: 32px !important;
        line-height: 39px !important;
    }
    .bh-slider {
        height: 390px;
    }
    .work-details {
        padding: 190px 0 28px 20px;
    }
    .project-details {
        padding: 280px 0 28px 20px;
    }
}

@media (min-width:380px) and (max-width:950px) {
    .project-details {
        padding: 300px 0 28px 20px;
    }
    .work-details {
        padding: 195px 0 28px 20px;
    }
}

@media (min-width: 450px) and (max-width: 950px) and (orientation: landscape) {
    .brand-slidertxt1 h3,
    .brand-slidertxt2 h3,
    .brand-slidertxt h3,
    .brand-slidertxt h2,
    .brand-slidertxt3 h3 {
        font-size: 32px;
        line-height: 38px;
        padding: 0 20px;
    }
    .bh-slider {
        height: 260px;
    }
    .box-content figure {
        height: auto;
    }
    .work-details {
        padding: 340px 0 28px 20px;
    }
    .work-details .project-heading {
        font-size: 24px;
        line-height: 31px;
    }
    .worklinkmargin {
        margin: 45px 60px !important;
    }
    .newsletter input {
        width: 75%;
    }
    form textarea {
        width: 75%;
    }
    .width-10 {
        width: 40%;
    }
    .column-right img,
    .column-left img {
        height: auto;
        width: 100%;
    }
    .page-banner img {
        width: 100%;
        height: auto;
    }
    .row-about-column-left>img,
    .row-about-column-right>img {
        height: auto;
        width: 100%;
    }
    .row-colm-lg.clearfix.repositionimg-mob>img,
    .row-colm-lg.clearfix>img {
        height: auto;
        width: 100%;
    }
    .innerservicesleft>img {
        height: auto;
        width: 60% !important;
    }
    .logos-description {
        height: auto;
        width: 95%;
        margin: 0;
    }
    .arc {
        width: 40%;
        height: auto;
    }
    .pdimgs {
        height: auto;
        margin: 0 2% 0 0;
        width: 48%;
    }
    .printtxt {
        display: block;
        float: none;
        margin: 45px 0 0;
    }
    .printimg {
        display: block;
        float: left;
        margin: 0 20px 0 0;
        width: 40%;
    }
    .bguideline-img {
        width: 70%;
        height: auto;
    }
    .tacticimgs {
        margin: 0 25px 5px 0 !important;
        width: 39% !important;
    }
    .brandpurpose span {
        float: left;
        padding: 10px 0 0 20px;
        width: 60%;
    }
    .brandpurpose img {
        float: left;
        width: 34%;
    }
    .innerprojectimgs img {
        width: 100%;
        height: auto;
    }
    .carasolinnerwork .carousel-inner>.item>img {
        height: auto;
        width: 100%;
    }
    .projectbanner img {
        width: 100%;
        height: auto;
    }
    .col-1-clientlist {
        width: 100%;
        margin: 0;
    }
    .project-details {
        padding: 264px 0 28px 20px;
    }
    .col-2-lt-work,
    .col-2-rt-work {
        width: 50%;
    }
    .b-m32 {
        padding-bottom: 32px;
    }
    .philosophy .txtinner {
        width: 90%;
    }
    .aboutgreybg .abttxtinner {
        width: 90%;
    }
    .servicemob {
        display: block;
        float: left;
        width: 45%;
    }
    .width-10 {
        float: left;
    }
    projectsvideo {
        width: 100%;
        height: aoto;
    }
    .innerprojectdetails {
        padding: 25px 10px 25px 0 !important;
    }
    .projectsociallinks {
        margin: 0 0 15px;
    }
    .captchimgs {
        width: 25% !important;
        height: 35px !important;
    }
    .capchainput {
        width: 28% !important;
        height: 35px !important;
    }
    .alert {
        width: 75%;
    }
    .cntVid,
    figure.vimeo,
    figure.youtube {
        padding-bottom: 75.25%;
    }
    .b-m62 {
        padding-bottom: 0px!important;
    }
}

@media (min-width:580px) and (max-width: 625px) and (orientation: landscape) {
    .work-details {
        padding: 300px 0 28px 20px;
    }
    .project-details {
        padding: 245px 0 28px 20px;
    }
}

@media (min-width:700px) and (max-width:950px) and (orientation: landscape) {
    .bh-slider {
        height: 220px;
    }
    .box-content figure {
        height: auto;
    }
    .work-details {
        padding: 375px 0 28px 20px;
    }
    .branding-agency-txt .inner {
        width: 90%;
    }
    .row-about-column-left>img,
    .row-about-column-right>img {
        height: 335px;
        width: 100%;
    }
    .row-colm-lg.clearfix.repositionimg-mob>img,
    .row-colm-lg.clearfix>img {
        height: auto;
        width: 100%;
    }
    .innerprojectimgs img {
        width: 100%;
        height: auto;
    }
    .carasolinnerwork .carousel-inner>.item>img {
        height: auto;
        width: 100%;
    }
    .staffbgoverlay {
        font-size: 17px;
        padding: 45% 2px 0px;
    }
    .staffbgoverlay span {
        font-size: 16px;
    }
    .b-m32 {
        padding-bottom: 46px;
    }
    .b-m62 {
        padding-bottom: 0px!important;
    }
}

@media (min-width:560px) and (max-width:685px) and (orientation: landscape) {
    .bh-slider {
        height: 255px;
    }
    .branding-agency-txt .inner {
        width: 90%;
    }
    .staffbgoverlay {
        font-size: 17px;
        padding: 45% 2px 0px;
    }
    .staffbgoverlay span {
        font-size: 16px;
    }
}

@media (min-width:750px) and (max-width:980px) {
    .brand-slidertxt1 h3,
    .brand-slidertxt2 h3,
    .brand-slidertxt h3,
    .brand-slidertxt h2,
    .brand-slidertxt3 h3 {
        font-size: 38px;
        line-height: 46px;
    }
    .bh-slider {
        height: 280px;
    }
    .padding0 {
        padding: 15px 0 0 !important;
    }
    .work-details .project-heading {
        font-size: 32px;
        line-height: 40px;
        margin: 0 0 3px;
    }
    .work-details {
        padding: 278px 0 28px 40px;
    }
    .box-content figure {
        height: 380px;
    }
    .introductiontxt h2 {
        font-size: 32px;
        line-height: 39px;
    }
    .branding-agency-txt .inner {
        margin: 45px 35px;
        width: 90%;
    }
    .branding-agency-txt p {
        font-size: 23px;
        line-height: 29px;
    }
    .worklinkmargin {
        margin: 45px 70px !important;
    }
    .footerinner .row-left {
        width: 44%;
    }
    .row-links {
        margin: 5px 0 0;
        width: 20%;
    }
    .width-10 {
        width: 30%;
    }
    .mob-margin0 {
        margin: 0px 0 15px !important;
    }
    .column-right {
        width: 49%;
    }
    .column-left {
        width: 49%;
    }
    .column-right img,
    .column-left img {
        height: 350px;
        width: 100%;
        margin: 5px 0px 0px 0px;
    }
    .column-left p,
    .column-right p {
        margin: 0 0 15px;
    }
    a.see-work {
        margin: 20px 0 0;
    }
    .row-services {
        margin: 0 0 40px;
    }
    .repositionimg2 {
        display: block;
    }
    .repositionimg-mob2 {
        display: none;
    }
    .column-right img,
    .column-left img {
        height: auto;
        width: 100%;
    }
    .row-inner-page-content {
        width: 100%;
    }
    .row-about-column-left,
    .row-about-column-right {
        width: 48%;
    }
    .abt-introduction {
        font-size: 21px;
        line-height: 27px;
    }
    h6.titlecase {
        margin: 35px 0 20px;
    }
    .row-about-column-left>img,
    .row-about-column-right>img {
        width: 100%;
        height: auto;
    }
    .philosophy {
        width: 100%;
    }
    .philosophy .txtinner {
        margin: 45px 25px;
        width: 83%;
    }
    .philosophy .txtinner .title {
        font-size: 14px;
        margin: 0 0 25px;
    }
    .philosophy .txtinner p {
        font-size: 21px;
        line-height: 27px;
    }
    .philosophy {
        height: auto;
    }
    .row-colm-lg.clearfix.repositionimg-mob>img,
    .row-colm-lg.clearfix>img {
        width: 100%;
        height: autopx;
    }
    .magint-50 {
        margin: 50px 0 20px 0;
    }
    .staffcolumn {
        height: auto;
        margin: 0 1% 2%;
        float: left;
        width: 18%;
    }
    .staff {
        text-align: center;
    }
    .staffcolumn>img {
        width: 100%;
        height: auto;
    }
    .staffbgoverlay {
        font-size: 15px;
        padding: 25% 2px 0px;
    }
    .philosophy {
        margin: 0 0 30px;
    }
    .innerservicesleft>img {
        height: auto;
        width: 55%;
    }
    .logos-description {
        height: auto;
        width: 95%;
        margin: 0;
    }
    .arc {
        width: 40%;
        height: auto;
    }
    .printtxt {
        display: block;
        float: none;
        margin: 45px 0 0;
    }
    .printimg {
        display: block;
        float: left;
        margin: 0 30px 0 0;
        width: auto;
    }
    .logos-description {
        height: auto;
        margin: 0 15px 0 0 !important;
        width: auto;
    }
    .bguideline-img {
        width: auto;
    }
    .brandpurpose span {
        float: left;
        padding: 25px 0 0 20px;
        width: auto;
    }
    .logos-description {
        height: auto;
        margin: 0 15px 0 0 !important;
        width: 65%;
    }
    .page-banner img {
        height: auto;
    }
    .projectbanner img {
        height: auto;
    }
    .col-2-lt-work,
    .col-2-rt-work {
        width: 50%;
    }
    .similarprojectswrapper {
        float: left;
        width: 50%;
    }
    .ourwork {
        margin: 0 auto;
        width: 96%;
    }
    .box-content {
        float: left;
        margin: 0 2% 4% 0 !important;
        width: 48%;
    }
    .box-content figure {
        height: auto;
    }
    .work-details {
        font-size: 14px;
        margin: 0;
        padding: 191px 0 28px 20px;
        position: relative;
        top: 0;
        width: 90%;
    }
    .work-details .project-heading {
        font-size: 21px;
        line-height: 26px;
        margin: 0 0 3px;
    }
    .branding-agency-txt p {
        font-size: 21px;
        line-height: 26px;
    }
    .branding-agency-txt .inner {
        margin: 35px 25px;
        width: 85%;
    }
    .branding-agency-txt {
        float: left;
        height: auto;
        margin: 0 2% 4% 0;
        width: 48%;
    }
    .our-work-branding {
        margin: 0 auto;
        width: 96%;
    }
    .branding-agency-txt .inner {
        margin: 30px 0 30px 25px;
    }
    .worklinkmargin {
        margin: 35px 0 35px 48px !important;
    }
    .col-1-clientlist {
        width: 47%;
        margin: 0 2% 0 0;
    }
    .banner-m {
        display: none;
    }
    .banner-deck {
        display: block;
    }
    .innerservicesleft>img {
        width: 47% !important;
    }
    img.imap {
        width: 90% !important;
    }
    .repositionimg2 {
        display: block !important;
    }
    .repositionimg-mob2 {
        display: none !important;
    }
    .b-m32 {
        height: 400px;
    }
    .tab-hgt-responsive {
        height: 415px;
    }
    .work-sorted,
    .work-salgaokar,
    .work-replay,
    .work-willow,
    .work-courtyard,
    .work-euronet,
    .work-lapromenande,
    .work-ve,
    .work-ipeak,
    .work-lifescape,
    .work-myscape,
    .work-treasure,
    .allinoneproject {
        height: 520px;
    }
    .category-m-11 {
        margin-bottom: 47px !important;
    }
    .category-m-12 {
        margin-bottom: 47px !important;
    }
    .margn-tab-project {
        margin-bottom: 23px !important;
    }
    .b-m-03 {
        margin: 0 0 2% !important;
    }
    .category-m-13 {
        margin-bottom: 47px !important;
    }
    .servicemob {
        display: block;
        float: left;
        width: 28%;
    }
    .width-10 {
        width: 22%;
        float: left;
    }
    .projectsvideo {
        width: 100%;
        height: 375px;
    }
    .innerprojectdetails {
        padding: 25px 10px 25px 0 !important;
    }
    .padding39 {
        margin-bottom: 25px !important;
    }
    .res703 {}
    .projectsociallinks {
        margin: 0 0 15px;
    }
    .video-colmn-4,
    .video-colmn-5,
    .video-colmn-6 {
        float: left;
        margin: 0 auto;
        width: 48% !important;
    }
    .video-m-both {
        margin: 0 0 0 3%;
    }
    .article700 {
        width: 100% !important;
    }
    .projectmargin-right {
        margin-right: 2%;
    }
    .box-content-branding {
        float: left;
        width: 48%;
    }
    .box-content.project-margin-bottom.h-cortyyard {
        width: 100%;
    }
    .box-content.h-ssalgaokar {
        width: 100%;
    }
    .branding-agency-txt {
        width: 100%;
    }
    .replay40 {
        height: 415px;
    }
    .saintgobainhtt {
        height: 413px;
    }
    .tab-41 {
        margin-bottom: 40px !important;
    }
    .tab-norton1 {
        margin-bottom: 25px !important;
    }
}

@media (min-width:970px) and (max-width:1080px) {



    .container-inner {
        margin: 0 auto;
        padding: 0;
        width: 95%;
    }
    header {
        background: #FFF none repeat scroll 0 0;
        width: 96%;
        z-index: 2147483647 !important;
        height: 55px;
    }
    .logo.shrinklogo {
        display: none;
    }
    .logo {
        float: left;
        margin-top: 15px;
        width: 300px;
    }
    .brand-slidertxt1 h3,
    .brand-slidertxt2 h3,
    .brand-slidertxt h3,
    .brand-slidertxt h2,
    .brand-slidertxt3 h3 {
        font-size: 57px;
        line-height: 69px;
        padding: 0 20px;
    }
    
    .slider {
        margin: 110px 0 45px;
    }
    .box-content {
        width: 49%;
        height: 550px;
    }
    .projectmargin-right {
        margin-right: 2%;
    }
    .work-details {
        width: 86%;
        margin: 0 0 0 28px;
        top: 250px;
    }
    .work-details .project-heading {
        font-family: "Prata", serif;
        font-size: 31px;
        line-height: 40px;
        margin: 0 0 3px;
    }
    .branding-agency-txt ul {
        margin: 0px 0px 0px 0px;
    }
    a.work-link-explore {
        font-size: 31px;
    }
    .introductiontxt h2 {
        font-size: 42px;
        line-height: 48px;
    }
    .box-content-branding {
        float: left;
        width: 49%;
    }
    .box-content.project-margin-bottom.h-cortyyard {
        width: 100%;
    }
    .box-content.h-ssalgaokar {
        width: 100%;
    }
    .branding-agency-txt {
        width: 100%;
    }
    .branding-agency-txt .inner {
        margin: 85px 0 0 35px;
        width: 88%;
    }
    .row-contactdetails {
        float: left;
        margin: 0 0 0 20px;
        width: 205px;
    }
    .row-links {
        width: 75px;
    }
    .servicesfooter {
        width: 150px !important;
    }
    .newsletter input {
        width: 86%;
    }
    form textarea {
        width: 86%;
    }
    .footerinner .row-left {
        width: 140px;
    }
    .footerinner {
        padding: 45px 30px 20px;
    }
    .introductiontxt h2 {
        margin: 45px 0 65px;
    }
    .inner.b-services {
        margin: 55px 0 0 35px;
    }
    .inner-page-container {
        margin: 20px 0 0;
        width: 100%;
    }
    .introtext {
        width: 73%;
    }
    .workproject {
        width: 100%;
    }
    .filterdisplay-m {
        display: none;
    }
    .filterdisplay-deck {
        display: block;
    }
    .project-details {
        color: #fff;
        font-size: 14px;
        margin: 0 0 0 20px;
        position: relative;
        top: 328px;
        width: 92%;
        z-index: 2;
    }
    header {
        position: fixed;
        height: 66px;
    }
    .inner-page-container {
        margin: 85px 0 0;
    }
    .project-details .workproject-heading {
        color: #fff;
        font-family: "Prata", serif;
        font-size: 21px;
        line-height: 30px;
    }
    .project-details .workproject-title {
        margin: 0 0 15px;
    }
    .project-content figure {
        height: 300px;
    }
    .work-sorted,
    .work-salgaokar,
    .work-replay,
    .work-willow,
    .work-courtyard,
    .work-euronet,
    .work-lapromenande,
    .work-ve,
    .work-ipeak,
    .work-lifescape,
    .work-myscape,
    .work-treasure,
    .allinoneproject {
        height: 480px;
    }
    .project-details {
        color: #fff;
        font-size: 14px;
        margin: 240px 0 20px 20px;
        position: relative;
        top: 0;
        width: 92%;
        z-index: 2;
    }
    .main_menu_mobile {
        padding: 13px 0 0;
    }
    .logo {
        float: left;
        margin: 13px 0 0 15px;
    }
    .page-banner img {
        width: 100%;
    }
    .column-right {
        width: 49%;
    }
    .column-left {
        width: 49%;
    }
    .row-inner-page-content {
        width: 100%;
    }
    .column-right img,
    .column-left img {
        height: 450px;
        width: 100%;
    }
    .column-right img,
    .column-left img {
        height: auto;
        width: 100%;
    }
    .row-inner-page-content {
        width: 100%;
    }
    .row-about-column-left,
    .row-about-column-right {
        width: 48%;
    }
    .abt-introduction {
        font-size: 21px;
        line-height: 27px;
    }
    h6.titlecase {
        margin: 35px 0 20px;
    }
    .row-about-column-left>img,
    .row-about-column-right>img {
        width: 100%;
        height: 250px;
    }
    .philosophy .txtinner {
        margin: 45px 25px;
        width: 83%;
    }
    .philosophy .txtinner .title {
        font-size: 14px;
        margin: 0 0 25px;
    }
    .philosophy .txtinner p {
        font-size: 21px;
        line-height: 27px;
    }
    .philosophy {
        height: auto;
    }
    .row-colm-lg.clearfix.repositionimg-mob>img,
    .row-colm-lg.clearfix>img {
        width: 100%;
        height: auto;
    }
    .magint-50 {
        margin: 50px 0 20px 0;
    }
    .staffcolumn {
        height: auto;
        margin: 0 1% 2%;
        float: left;
        width: 18%;
    }
    .staff {
        text-align: center;
    }
    .staffcolumn>img {
        width: 100%;
        height: auto;
    }
    .staffbgoverlay {
        font-size: 15px;
        padding: 25% 2px 0px;
    }
    .philosophy {
        width: 100%;
        margin: 0 0 30px 0px;
    }
    .row-services.innerservicesleft {
        float: left;
        width: 70%;
    }
    .row-services.innerservicesright {
        float: right;
        width: 23%;
    }
    .introtext {
        width: 83%;
    }
    .logos-description {
        height: auto;
        width: 95%;
        margin: 0;
    }
    .arc {
        width: 40%;
        height: auto;
    }
    .logos-description {
        height: auto;
        margin: 0 15px 0 0 !important;
        width: auto;
    }
    .ihfcp {
        width: 95%;
    }
    .logos-description {
        height: auto;
        margin: 0 15px 0 0 !important;
        width: 46%;
    }
    .strategictable {
        width: 100%;
        overflow-x: scroll;
    }
    .projectbanner img {
        width: 100%;
    }
    .innerprojecthighlighttxt {
        height: auto;
    }
    .innerprojecthighlighttxt p {
        font-size: 30px;
        line-height: 37px;
        padding: 110px 35px;
        width: 100%;
    }
    .carasolinnerwork {
        height: auto;
    }
    .box-content figure {
        height: auto;
    }
    .innerprojectimgs img {
        height: auto;
    }
    .carasolinnerwork .carousel-inner>.item>img {
        height: auto;
    }
    .innerprojectimgs {
        height: auto;
    }
    .innerprojecthighlighttxt p {
        padding: 90px 35px;
    }
    .category-m-11 {
        margin-bottom: 44px !important;
    }
    .category-m-12 {
        margin-bottom: 15px !important;
    }
    .margn-tab-project {
        margin-bottom: 23px !important;
    }
    .aboutgreybg {
        width: 100%;
        height: auto;
    }
    .aboutgreybg .abttxtinner {
        margin: 45px 25px;
        width: 83%;
    }
    .aboutgreybg .abttxtinner .breadcumb {
        font-size: 14px;
        margin: 0 0 25px;
    }
    .aboutgreybg .abttxtinner p {
        font-size: 21px;
        line-height: 27px;
    }
    .projectsvideo {
        width: 100%;
        height: 435px;
    }
    .branding-agency-txt {
        height: 475px !important;
    }
    .bgdarkgrey {
        height: 600px !important;
    }
    .exmn {
        height: 500px !important;
    }
    .captchimgs {
        width: 24% !important;
    }
    .capchainput {
        width: 60% !important;
    }
    .alert {
        width: 172px !important;
        font-size: 13px;
    }
    .video-colmn-4,
    .video-colmn-5,
    .video-colmn-6 {
        float: left;
        margin: 0 auto;
        width: 48% !important;
    }
    .video-m-both {
        margin: 0 0 0 3%;
    }
    .article700 {
        width: 100% !important;
    }
    .m-minus-top {
        margin-top: -115px !important;
    }
}

@media (min-width:200px) and (max-width:300px) {
    .logo {
        width: 133px;
    }
    a.work-link-explore {
        font-size: 21px;
    }
    .branding-agency-txt ul {
        margin: 0 0 0 5px;
    }
    .row-links {
        margin: 5px 0 0;
        width: 35%;
    }
    .width-10 {
        width: 65%;
    }
}

@media (min-width:200px) and (max-width:740px) {
    .projectmob {
        display: block;
    }
    .projectdecktop {
        display: none;
    }
    .m-nagesh-btm {
        margin-bottom: -45px !important;
    }
    .margin-lft-zero {
        margin-left: auto!important;
    }
    .img-responsive-full {
        width: 85%!important;
        height: auto!important;
        margin-bottom: 20px!important;
    }
    .case-study {
        margin: 0px 0 15px!important;
        text-align: center!important;
    }
    .case-study h2 {
        margin-bottom: 35px!important;
    }
}

@media (min-width:200px) and (max-width:365px) {
    .project-details .workproject-heading {
        font-size: 19px;
    }
}

@media (min-width:200px) and (max-width:350px) {
    .work-details {
        width: 91%;
    }
}

@media (min-width:590px) and (max-width:800px) and (orientation: landscape) {
    .project-details .workproject-heading {
        font-size: 18px;
        line-height: 24px;
    }
    .col-hmf-4 {
        width: 33%!important;
        float: left!important;
    }
    .img-responsive-full {
        width: 100%!important;
    }
}

@media (min-width:300px) and (max-width:590px) and (orientation: landscape) {
    .project-details .workproject-heading {
        font-size: 17px;
        line-height: 24px;
    }
}

@media (min-width:750px) and (max-width:1100px) {
    .extra-bpadding {
        margin: 0 0 45px !important;
    }
}

@media (min-width:1200px) and (max-width:1300px) {
    .category-m-31 {
        margin: 0 0 25px !important;
    }
    .category-m-36 {
        margin: 0 0 25px !important;
    }
}

@media (min-width:750px) and (max-width:980px) {
    .ht-equal {
        height: 413px;
    }
    .m-minus-top {
        margin-top: -55px !important;
    }
    .bh-clients h6 {
        padding-top: 34px;
    }
    .btm-m-16 {
        margin-bottom: 30px !important;
    }
}

.flot-l {
    float: left;
    margin-right: 10px !important;
    margin-top: 25px !important;
}

.case-study {
    margin: 0px 0 30px;
}

.case-study h2 {
    margin: 20px 0;
}

.margin-lft-zero {
    margin-left: -15px;
}

.img-responsive-full {
    width: 100%;
    height: auto;
}

.img-responsive-full:hover {
    transform: scale(1.020);
}

.col-hmf-4 {
    overflow: hidden;
}

.er_homepageview {
    background-color: #c7c8ca !important;
    height: 640px !important;
    max-height: 640px !important;
    overflow-x: scroll !important;
}

.er_homepage_width {
    width: 90% !important;
    height: auto !important;
}

.h2_font_size {
    font-size: 24px !important;
}

.line_hight_1-2 {
    line-height: 1.2 !important;
}


/**/

/*common*/
.mt-0{
    margin-top: 0!important;
}
.mb-0{
    margin-bottom: 0!important;
}
.w-50{
    width: 50%;
}
.mt-0{
    margin-top: 0;
}
.cceinsys_logo_section{
    padding: 120px 0;
    background-color: #f0f0f0;
}
.ctabs_img_square{
    padding: 50px 30px;
}
.ctabs_img_section1 .ctabs_img_square_content{
    padding: 20px 50px;
    background: #f0f0f0;
}
.cweb_banner_text{
    margin-top: 14px;
    margin-bottom: 5px!important;
    font-size: 12px!important;
}
.ctabs_img_square_content1{
    padding-top: 20px;
}
.csocial_media{
    background-color: #ff5622;
}
.csocial_media .ctabs_img_square{
    padding: 20px 30px;
}
.csocial_media .csocial_media_section{
    padding: 30px 50px;
    background-color: #f0f0f0;
    margin-bottom: 10px;
}
/*.csocial_media_img{
    height: 400px;
}*/
.csocial_media_content{
    height: ;
}
.csocial_media_content p{
    color: #313131;
    font-size: 12px!important;
    line-height: normal;
    margin-top: 10px;
}
.cicon_text h1{
    font-family: 'Exo 2', sans-serif;
    font-size: 26px;
    line-height: 26px;
    color: #034de6;
    font-weight: 700;
}
.cicon_text img{
    width: 110px;
}
.cicon_text.active img, .cicon_text.active h1{
    filter: none;
}
.cicon_text img, .cicon_text h1{
    filter: brightness(0);
}
.ctabs_icon_bot_section{
    background-color: #ffffff;
}
.ctabs_icon_bot_section .cara_content{
    bottom: 90px;
}
.ctabs_icon_bot_section_content{
    padding-left: 100px;
}
.ctabs_typo{
    padding: 60px 10px 50px;
}
.ctabs_container{
    width: 78%;
    margin: auto;
}
.smart_solution_banner{
    padding: 0 35px;
}
.bg-white{
    background-color: #ffffff;
}
.case_study_page .section{
    padding: 50px 0;
    position: relative;
}
.p-0{
    padding: 0!important;
}
.m-0{
    margin: 0!important;
}
.py-0{
    padding-top: 0!important;
    padding-bottom: 0!important;
}
.w-100{
    width: 100%;
}
.text-black{
    color: #000;
}
.text-white{
    color: #fff;
}
.text-red{
    color: #ef4445;
}
.text-red1{
    color: #ff0000!important;
}
.text-orange{
    color: #ff5521;
}
.text-blue{
    color: #18224c;
}
.text-blue1{
    color: #5d1fa1;
}
.text-grey{
    color: #58595b;
}
.fw-normal{
    font-weight: normal;
}
.case_study_page .title1{
    font-size: 48px;
    font-family: 'Prata', serif;
    margin-bottom: 16px;
    line-height: 48px;
    color: #ef4445 !important;
}
.case_study_page p{
    font-size: 14px;
    line-height: normal;
    margin-bottom: 10px;
}
.case_study_page .para1{
    font-size: 36px;
    line-height: normal;
}
.case_study_page .para2{
    font-size: 24px;
    line-height: normal;
}
.case_study_page .para3{
    font-size: 20px;
    line-height: normal;
}
.case_study_page .para4{
    font-size: 18px;
    line-height: normal;
}
.case_study_page .carousel-indicators{
    right: 3%;
    width: auto;
    left: auto;
    top: 33%;
}
.case_study_page .carousel-indicators .active{
    background-color: #ffffff;
}
.case_study_page .carousel-indicators li{
    display: block;
    border-radius: 50%;
    width: 15px;
    height:15px;

    margin: 5px !important;
}
/**/
.cara_pos{
    position: absolute;
    top: 50%;
    width: 14%;
    color: #808080;
    background-color: #fff;
    padding: 10px 15px 18px 0px;
}
.case_study_page .footer_btn{
    background-color: #ffffff;
    color: #000083;
    padding: 6px 35px;
    font-weight: bold;
    box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 40px;
}
.case_study_page header{
    width: 1240px;
}
.case_study_page .nav{
/*    margin-top: 40px;*/
}
.case_study_page .footerinner{
    padding: 45px 10px 20px;
}
.case_study_spec .inner-page-container{
    margin-top: 140px;
}
.case_study_page .inner-page-container, .case_study_page .workproject{
    width: auto;
}
.case_study_page .workproject, .case_study_page .inner-breadcumb{
    margin: 0;
}
.case_study_page, .case_study_page .media-boxes-filter, .case_study_page .nav, .case_study_page .main_menu_mobile, .case_study_page .media-boxes-filter > li a{
    background-color: #000000;
}
.sculpted_art{
    position: relative;
    padding: 50px 0 80px;
}
.sculpted_art .sculpted_art_content p{
    margin-top: 20px;
}

.what_we_did{
    padding: 80px 0;
    background: #ef4545;
}
.redbg_section{
    padding: 60px;
    background: #ef4545;
}
.kitchen_slab .kitchen_slab_content{
    right: 4%;
    margin-left: auto;
}
.case_study_page .cara_content{
    width: 65%;
    position: relative;
    background-color: #000;
    padding: 30px 30px;
    bottom: 100px;
}

.case_study_page .b_sec{
    width: 100%;
}
.geospatial_text{
    padding: 30px 0px 40px;
}
.xdesign{
    margin: 60px 0;
}
.xdesign_b_para{
    width: 56%;
    margin: auto;
}
.xdesign_b_para p{
    font-size: 47px;
}
.xdesign_content{
    padding-bottom: 30px;
}
.ctabs_icon{
    margin-top: 5px;
    padding-top: 15px;
}
.cceinsys_tablet_section_{
    padding-bottom: 60px;
}
.ctabs_img_square_content p, .ctabs_img_square p, .ctabs_img_square_content1 p{
    margin-bottom: 20px;
}
.csocial_media_content p{
    margin-bottom: 0;
}
.redbg_section_content p{
    font-size: 30px;
    line-height: normal;
}
.bg_dots_{
    background: url(../images/bg_dots_.png) repeat;
/*    background-size: auto;*/
/*    overflow: hidden;*/
/*    background-size: contain;*/
/*    height: auto;*/
    position: relative;
}
.cwwd-banner img{
    height: 75vh;
}
/*.col-xxl-6{
    width: 50%;
}*/
/*.col-xxl-6{
    width: 50%;
}
.col-xxl-offset-3{
    margin-left: 25%;
}*/
.case_img_text{
    padding-left: 30px;
}
.case_img_text h1{
    font-family: 'Roboto',sans-serif;
}
.naming_identity .naming_identity_content{
    left: 4%;
    margin-right: auto;
}
.naming_identity .naming_identity_content .para3{
    margin-bottom: 20px;
}
.imagination_cast .imagination_cast_content h1{
    font-size: 100px;
    color: #d9953b;
    line-height: 110px;
    font-weight: normal;
    font-family: 'Prata', serif;
}
.imagination_cast .imagination_cast_content{
    right: 5%;
    margin-left: auto;
    width: 63%;
    position: relative;
    padding: 50px;
    bottom: 320px;
}
.specta_logo_section{
    padding: 50px 0 80px;
}
.height_auto{
    height: 250px;
}
.specta_logo img{
    width: 25%;
}
.spectaz{
    padding: 0;
    background: url(../images/layer_4.png) no-repeat 100% 0% #f1f1f1;
    background-size: auto;
    overflow: hidden;
    background-size: cover;
    height: auto;
    position: relative;
    background-position: 46px center;
}
.spectaz .text{
    padding: 17rem 0;
}

.spectaz_content{
    position: relative;
    top: -100px;
    width: 65%;
    left: 4%;
    background-color: #000;
}
.spectaz_content_section{
    display: flex;
    padding: 25px 60px;
}
.spectaz_content_text{
    width: 46%;
    margin: 2%;
}
.specta_square_section{
    display: inline-block;
    padding: 30px 20px;
}
.ms-0{
    margin-left: 0!important;
}
.me-0{
    margin-right: 0!important;
}
.specta_square{
    width: 32%;
    margin: 0.5%;
    box-sizing: border-box;
    display: inline-block;
}
.ctabs_img_section .specta_square{
    width: 32.9%;
    margin: 0.2%;
}
.ctabs_img_section2 .specta_square{
    width: 19.70%;
    box-sizing: border-box;
    display: inline-block;
    margin: 0.2% 0;
}
.quartz_difference_section{
    padding: 70px 0 10px;
}
.quartz_difference{
    background-color: #ffffff;
    padding: 20px;
}
.quartz_difference h1{
    font-family: "Charter Regular";
    color: #000;
    margin-bottom: 36px!important;
    margin-left: 90px;
    font-weight: bold;
}
.quartz_difference_logos .difflist{
   display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
    list-style: none;
    padding: 0;
}
.quartz_difference_logos .difflist li {
  text-align: center;
  width: 25%;
  list-style: none;
}
.quartz_difference_logos .difflist li img {
  margin-bottom: 10px;
  width: 100px;
}
.quartz_difference_logos .difflist li > div {
  margin: 0 2.5rem 2.5rem 2.5rem;
}
.quartz_difference_logos .difflist li p{
    font-size: 1.5rem;
    font-family: "Charter Regular";
    font-weight: bold;
    line-height: 1.25;
    color: #000;
}
.case_study_spec .social_media img, .case_study_page .social_media img{
    float: right;
    margin-top: 10px;
}
.b_sec_height{
    height: 300px;
}
.cwrap_width{
    width: 100%;
    max-width: 90%;
}
/**/

/*case_study_hop*/
.text-center{
    text-align: center !important;
}
.text-left{
    text-align: left;
}
.w-50{
    width: 50%;
}
.m-auto{
    margin: auto;
}
.d-block{
    display: block;
}
.case_study_hop .nav{
    padding: 0 30px
}
.case_study_hop{
    background-color: #f0f0f0;
}
.case_study_hop .media-boxes-filter, .case_study_hop .hop_details, .case_study_hop .nav, .case_study_hop .main_menu_mobile, .case_study_hop .media-boxes-filter > li a, .case_study_hop .cara_content{
    background-color: #fff;
}
.case_study_hop .imp_electric{
    padding: 1px 30px 30px;
    background-color: #fff;
}
.case_study_hop .case_filter_boxes{
    padding: 15px 30px 30px 30px;
    background-color: #fff;
}
.case_study_hop .inner-breadcumb{
    padding: 0px 30px;
    background-color: #fff;
    padding-top: 140px;
}
.case_study_hop .filters-container{
    margin-bottom: 0px;
}
.case_study_hop .inner-page-container{
    margin: 0px 0 0 0;
/*    padding: 100px 0 0 0;*/
}
.rgb_section_content .cara_content{
    margin-left: auto;
}

.move_better_text h1{
    font-size: 110px;
    line-height: 110px;
    color: #d0d2d2;
    font-weight: bold;
    margin: 20px 20px 50px;
}
.hop_square{
    padding: 0 20px;
}
.first_typo_text h1{
    color: #fff;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #47fd57;
    font-size: 90px;
    line-height: 90px;
    font-weight: bold;
}
/**/

/*case_study_lg*/
.pt-0{
    padding-top: 0;
}
.ms-auto{
    margin: 0 0 0 auto;
}
.d-flex{
    display: flex;
}
.position-relative{
    position: relative;
}
.position-absolute{
    position: absolute;
}

.video-modal{
    z-index: 99999999999999!important;
}
.video-toggle{
    border: 0;
    background: transparent;
}
.video-toggle img{
    width: 90px;
    height: 90px;
}
.video-modal .modal-dialog{
    width: 80%;
}
.video-modal .modal-header{
    background: transparent;
    border-bottom: 0;
}
.video-modal .modal-body{
    margin: 0;
    background: transparent;
}
.video-modal .modal-content{
    background: transparent;
}
.vdo_sec_banner{
    display: flex;
    justify-content: center;
    align-items: center;
}
.case_study_lg .carousel-indicators{
    right: 5%;
    width: auto;
    left: auto;
    top: 50%;
}
.case_study_lg .carousel-indicators button{
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin: 4px 0;
    border: none;
    background-color: rgba(255,255,255,.5);
    display: block;
}
.case_study_lg .cara_content{
    padding: 50px;
}
.case_study_lg .para2{
    font-size: 28px;
}
.case_study_lg .b_sec_height {
  height: 360px;
}
.carousel-indicators .active{
    background-color: #fff!important;
}
.case_study_lg .head-text{
    font-size: 48px;
    text-align: left;
    font-family: 'Roboto', sans-serif;;
 

}
.blended_spices{position: relative;padding-top: 0rem;}
.blended_spices .dtitle{
    position: absolute;
    top: 6rem;
    width: 100%;
    text-align: center;
    z-index: 1;
}
.indulge_sec .head-text{
    color: #7c3c1a;
    opacity: .6;
    font-family: 'CG Omega Bold';
    font-weight: bold;
}
.indulge_sec{
    background: url(../images/case_study_lg/pure_spices_img2.png) no-repeat right;
    background-size: auto;
    overflow: hidden;
    height: 95vh;
    display: flex;
    align-items: center;
}
.century_taste .century_taste_content{

    left: 30px;
    bottom: 200px !important;
}

.mutton_bg_sec{
    /*display: flex;
    align-items: center;*/
/*    justify-content: end;*/
}
.mutton_bg_sec .cmutton_bg_content{
    bottom: 360px;
    right: -650px;
}
.mutton_bg_sec .cmutton_bg_content .head-text{
    font-family: "CG Omega Bold";
    font-weight: bold;
}
/*.pure_spices, .ctabs_img_section{
    margin: 40px 0;
}*/
.case_study_lg .case_img_text, .case_study_lg .hop_square, .case_study_lg .lgtablet_content, .case_study_lg .lgmob_content{
    padding: 40px 0;
}
.case_study_lg .vdo_sec{
    padding: 40px 0 0;
}
.case_study_lg .vdo_sec iframe{
    height: 50vh;
}
.lg_grid_box1 .hop_square{
    padding: 0 0 40px;
}
.case_study_lg .asfd_img{
    margin-top: 20px;
}
.case_study_lg .lg_design{
    padding: 30px 0 60px;
}
.case_study_page .dtitle{
    color: #7c3c1a;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    font-family: "CG Omega Bold";
   
}
.case_study_page .dtitle span{
    display: inline-block;
    border-bottom: 1px solid #7c3c1a;
}
.case_study_lg .wset{
    width: 90%;
    margin: auto;
}
.vdo_sec .b_sec_height{
    height: 350px;
}
.case_study_lg .lg_tablet, .grihum_tab_img{
    width: 85%;
}
.case_study_lg .lgmob_content, .grihum_mob_content{
    display: flex;
}
.case_study_lg .lg_mob{
    width: 90%;
    margin: auto;
}
.lg-sketch{
    display: flex;
    align-items: center;
    justify-content: center;
}
.lg125_img{
    padding-left: 3rem;
}
.bg-container{
    top: 0;
  bottom: 0;
  background-color: #fff;
  width: 1240px;
  z-index: -1;
  margin: auto;
  display: block;
  left: 0;
  right: 0;
  padding: 0 15px;
}
.mb-1{
    margin-bottom: .5rem !important;
}
.mb-2{
    margin-bottom: 1rem !important;
}
.mb-3{
    margin-bottom: 1.5rem !important;
}
.mb-4{
    margin-bottom: 2rem !important;
}
.mb-5{
    margin-bottom: 2.5rem !important;
}
.mb-6{
    margin-bottom: 3rem !important;
}

.py-5{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
}
.py-6{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.py-7{
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
}
.pb-5{
    padding-bottom: 3rem !important;
}
.pb-0{
    padding-bottom: 0 !important;
}


.website-layout-carousel.swiper{
   overflow: visible;
   margin: 0 4rem;
}
.grid-box{
    padding: 4rem 0;
}
.website-layout-carousel-box{
    overflow: hidden;
}
.case_study_page.case_study_sucra .carousel-indicators{
position: static;
}
.section-title2{
    color: #ef4445;
    font-size: 24px;
    font-family: "Roboto";
    font-weight: bold;

}

.img-fluid{
    max-width: 100%;
}
/**/
.case_study_sucra .design1{
    margin-left: 80px;
}
.case_study_sucra .redbg_section .head-text{
    font-size: 48px;
}
/*Grihum*/

.social_media span{
    margin-right: 8px;
}
.d-inline-block{
    display: inline-block;
}
.txt_end{
    text-align: right;
}
.font_roboto{
    font-family: "Roboto", sans-serif!important;
}
.case_study_grihum{
    font-family: "Roboto", sans-serif!important;
}
.case_study_page.case_study_grihum .carousel-indicators{
    position: static;
}


.case_study_grihum .fcontent{
    margin-bottom: 34px;
}
.case_study_grihum .grihum_tag_wall{
    padding-top: 40px;
}
.case_study_grihum .redbg_section_{
    padding-bottom: 40px;
}
.case_study_grihum .redbg_section{
    padding: 40px 80px;
}
.case_study_grihum .section-title2{
    font-size: 28px;
}
.case_study_grihum .para2{
    font-size: 28px;
    line-height: normal;
}
.fw_bold{
    font-weight: bold;
}
.fw_medium{
    font-weight: 500;
}
.text_composite{
    font-size: 90px;
    line-height: normal;
    font-weight: 300;
    color: #ff0000;
}

.grihum_tagline{
    padding: 60px 0;
}
.grihum_tagline :first-child{
    margin-bottom: 30px;
}
.grihum_tagline p{
    color: #0061af;
    font-weight: 400;
}
.grihum_tagline .para1{
    font-size: 42px;
    line-height: normal;
}
.grihum_logo{
    padding: 80px 0;
}
.identity_design{
    padding: 95px 140px;
}
.humility_img{
    padding: 0 40px 0px;
}
.grihum_header_content{
    margin: 0px 0 25px;
}
.grihum_fam_{
    /*display: flex;
    align-items: center;*/
    /*background: url(../images/case-study/grihum/grihum_fam_img.jpg) no-repeat center;
    background-size: cover;*/
}
.grihum_fam_content{
    top: 30%;
    position: absolute;
}
.grihum_fam_content .section-title{
    font-size: 42px;
    line-height: 110%;
}
.case_study_grihum .call_details{
    position: absolute;
    bottom: 5%;
}
.grihum_tab, .grihum_mob_section{
    padding: 40px 40px 80px;
}
.grihum_object{
    background: url(../images/case-study/grihum/grihum_object.png) no-repeat center;
    background-size: cover;
    /*position: absolute;
    height: 30vh*/;
    background-color: #fff;
    background-position: center -58px;
    height: 64vh;
}
/*.grihum_mob_content > div{
    width: 32%;
    margin: 0 0.5%;
}*/
.grihum_template{
    padding: 40px;
    display: flex;
}



.work-details.cs_lg .projectcategory {
    margin: 0px 0px 15px 0px;
}

.accordion {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    font-weight: bold;
    line-height: 22px;
  }

  .active, .accordion:hover {
    background-color: #fff;
  }

  .accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    margin-right: -20px;
  }

  

  .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 5px !important;

  }
  .section-panel{
    padding:5rem 0;
  }
  .section-title{
    font-size: 24px;
    margin-bottom: 3rem;
    color: red;
  }
  .blog-slider .swiper-button-next{
    right: 0;
  }
  .blog-slider .swiper-button-prev{
    left: 0;
  }
  .blog-slider .work-details  .project-heading{
    font-size: 28px;
    line-height: 36px;
  }
  .blog-slider .swiper-button-next, .blog-slider .swiper-button-prev{
    color:#fff;
    padding:2rem;
    background: rgba(0,0,0,0.75);
}
  .blog-slider .swiper-button-next:after,  .blog-slider .swiper-button-prev:after{
    font-size: 2rem ;
  }
  .blog-slider.swiper{padding-bottom:3rem;}
  .blog-slider .box-content{max-width: 100%;height: 500px;}
  .blog-slider .box-content figure{
    height: 275px;
  }
  .blog-slider .work-details{max-width: 90%;left:5%;margin-left: 0;bottom:1rem;top:auto;}
  .mt-4{
    margin-top: 4rem;
  }
  .mb-2{
    margin-bottom: 2rem;
  }
  .mb-3{
    margin-bottom: 3rem;
  }
  .mt-2{
    margin-top: 2rem;
  }
  .testimonial-slider .quote-text{
    color: #333;
    background-color: #eee;
    padding:3.5rem;
    position: relative;
    font-size: 2rem;
    font-style: italic;
    line-height: 2.75rem;
    margin-bottom: 3rem;
  }
  .testimonial-slider .quote-text::after{
    position: absolute;
    bottom:-3.5rem;
    border-style: solid;
    border-color:transparent;
    border-top-color: #eee;
    content: "";
    border-width: 2rem;
    left: 2rem;
  }
  .testimonial-slider .swiper-pagination{
    position: static;
  }
  .testimonial-slider figure img{
    width: 100%;
  }
  .testimonial-slider .author-name{
    font-size: 2rem;
    margin-bottom: 1rem;
    columns: #333;
  }
  .testimonial-slider .author-desg{
    font-size: 1.25rem;
    margin-bottom: 1rem;
    columns: #555;
  }

.case-study-work .project-details{
    /* top:325px; */
}
.project-details .workproject-heading{font-size: 20px;}
  @media only screen and (max-width: 1199px){ 
    .blog-slider .box-content{max-width: 100%;height: 380px;margin:0 !important}
    .blog-slider .box-content  .work-details .project-heading{
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 1rem;
    }
    .blog-slider .box-content figure{
        position: static;
        height: auto;
      }
     
    .blog-slider .work-details{
        padding:1rem;
        top:auto;
        bottom:auto;
    }
    .testimonial-slider .quote-text{
        font-size: 1.75rem;
        padding: 2.5rem;
        line-height: 2.25rem;
    }
  }
@media only screen and (max-width: 1440px){ 

    .case_study_page .title1{
        font-size: 38px;
        margin-bottom: 12px;
        line-height: 38px;
    }
    .case_study_page p{
        font-size: 14px;
    }
    .case_study_page .para1{
        font-size: 26px;
        line-height: normal;
    }
    .case_study_page .para2, .case_study_grihum .para2{
        font-size: 18px;
        line-height: normal;
    }
    .case_study_page .para3{
        font-size: 16px;
        line-height: normal;
    }
    .case_study_page .para4{
        font-size: 16px;
        line-height: normal;
    }
    .b_sec p{
        line-height: 24px;
    }
    .imagination_cast .imagination_cast_content h1{
        font-size: 60px;
        line-height: 70px;
    }
    /*.height_auto{
        height: 175px;
    }*/
    .imagination_cast .imagination_cast_content{
        bottom: 200px;
    }
     .project-details .workprojectcategory {
        margin: 0px 0px 15px 0px;
    }
    .case_study_page .b_sec{
        width: 100%;
    }
    .xdesign_b_para{
        width: 45%;
        margin: auto;
    }
    .b_sec_height{
        height: 230px;
    }
    .redbg_section_content p{
        font-size: 24px;
        line-height: normal;
    }
    .xdesign_b_para p{
        font-size: 36px;
    }
    .ctabs_container{
        width: 100%;
        margin: auto;
    }
    .cwrap_width{
        width: 100%;
        max-width: 100%;
    }
    .case_study_lg .carousel-indicators{
        right: 5%;
        top: 40%;
    }

    .case_study_lg .cara_content{
        padding: 40px;
    }
    .case_study_lg .b_sec_height {
      height: 190px;
    }
    .indulge_sec{
        margin: 2rem 0 0 0;
        height: 120vh;
    }
    .vdo_sec .b_sec_height{
        height: 175px;
    } 
    .case_study_lg .vdo_sec iframe{
        height: 100vh;
    }  

    .grihum_tagline{
        padding: 30px 0;
    }
    .grihum_logo{
        padding: 40px 0;
    }
    .text_composite{
        font-size: 64px;
    }
    .grihum_tagline .para1{
        font-size: 32px;
        line-height: normal;
    }         
    .identity_design{
        padding: 70px 80px;
    } 
    .grihum_object{
        background-position: center -100px;
        height: 155vh;
    }              
}
@media only screen and (max-width: 1100px){
    .case_study_page .b_sec{
        width: 100%;
    }
    .case_study_lg .head-text{
        font-size: 38px;
        text-align: left;
    }
    .indulge_sec{
        height: 100vh;
    }
    .bg-container{
        width: 720px;
    }
    .case_study_lg .vdo_sec iframe{
        height: 90vh;
    } 
    .grid-box{
        padding: 2rem 0;
    }

    .identity_design{
        padding: 60px;
    }   
    .grihum_fam_content .section-title{
        font-size: 32px;
        line-height: 110%;
    }
    .grihum_object {
        background-size: contain;
        height: 80vh;
        background-position: bottom;
      }
      .case_study_sucra .redbg_section .head-text{
            font-size: 38px;
        }
}

@media only screen and (max-width: 800px){
    .case_study_page .cara_content, .imagination_cast .imagination_cast_content, .spectaz_content{
        width: 90%;
        margin: auto;
        right: auto;
        left: auto;
        padding: 20px 0;
    }
    .ctabs_icon_bot_section{
        padding: 0;
    }
    .ctabs_icon_bot_section_content{
        padding: 0;
    }
    .case_study_ceinsys .cara_content{
        padding: 10px;
        width: 100%;
    }
    .imagination_cast .imagination_cast_content, .case_study_page .cara_content{
        bottom: 0;
    }
    .spectaz_content{
        top: 0;
    }
    .spectaz_content_section{
        padding: 20px 0;
    }
    .case_study_page .carousel-indicators{
        top: 23%;
    }

    .case_study_page .title1{
        font-size: 28px;
        margin-bottom: 12px;
        line-height: 38px;
    }
    .case_study_page p{
        font-size: 14px;
    }
    .case_study_page .para1{
        font-size: 20px;
        line-height: normal;
    }
    .case_study_page .para2, .case_study_grihum .para2{
        font-size: 16px;
        line-height: 22px;
    }
    .case_study_page .para3{
        font-size: 16px;
        line-height: normal;
    }
    .case_study_page .para4{
        font-size: 16px;
        line-height: normal;
    }
    .imagination_cast .imagination_cast_content h1{
        font-size: 40px;
        line-height: 50px;
    }
    .move_better_text h1{
        font-size: 70px;
        line-height: 70px;
    }
    .first_typo_text h1{
        font-size: 60px;
        line-height: 60px;
    }
    .csocial_media .ctabs_img_square{
        padding: 20px;
    }
    .ctabs_img_section2 .specta_square{
        width: 32.9%;
    }
    .csocial_media_section .specta_square{
        width: 32%;
    }
    .redbg_section_content p{
        font-size: 18px;
        line-height: normal;
    }
    .xdesign_b_para p{
        font-size: 26px;
    }

    .case_study_lg .carousel-indicators {
      top: 40%!important;
    }
    .indulge_sec{
        height: 100vh;
    }
     .case_study_lg .b_sec_height {
        height: 200px;
      }
      .vdo_sec .b_sec_height{
        height: 190px;
    } 
    .bg-container{
        width: 720px;
    }
    .case_study_lg .vdo_sec iframe{
        height: 50vh;
    } 
        .redbg_section{
        padding: 30px;
    }

    .text_composite{
        font-size: 42px;
    }
    .grihum_tagline .para1{
        font-size: 24px;
        line-height: normal;
    } 
    .identity_design{
        padding: 40px;
    } 
    .humility_img{
        padding: 0 20px 20px;
    }

    .grihum_fam_content{
        top: 35%;
        position: absolute;
    }
    .grihum_fam_content .section-title{
        font-size: 26px;
        line-height: 110%;
    }
    .grihum_object {
        background-size: contain;
        height: 85vh;
        background-position: bottom;
      }
      .case_study_sucra .redbg_section .head-text{
            font-size: 28px;
        }
        .case_study_sucra .design1{
            margin-left: 40px;
        }
}

@media only screen and (max-width: 650px){ 

    .spectaz_content_text {
      width: 96%;
      margin: 2%;
    }
    .spectaz_content_section {
      display: inline-block;
    }
    .specta_square {
      width: 48%;
      margin: 0.5%;
    }
    .ctabs_img_section .specta_square {
      width: 48%;
      margin: 1%;
    }
    .ctabs_img_section2 .specta_square{
        width: 32%;
        box-sizing: border-box;
        display: inline-block;
    }
    .specta_logo img{
        width: 60%;
    }
    .quartz_difference_logos .difflist li img{
        width: 50px;
    }
    .hop_square{
        padding: 0;
    }
    .hop_square_section, .ctabs_section{
        text-align: center;
    }
    .case_study_hop .nav{
        padding: 0 10px;
    }
    .case_study_hop .imp_electric{
        padding: 30px 10px;
    }
    .case_study_hop .case_filter_boxes{
        padding: 15px 10px 30px 10px;
    }
    .case_study_hop .inner-breadcumb{
        padding: 0px 30px;
    }
    .sculpted_art{
        padding: 0 0 40px;
    }
    .height_auto{
        height: auto;
    }
    .what_we_did{
        padding: 40px 0;
    }
    .redbg_section{
        padding: 30px;
        background: #ef4545;
    }
    .specta_square_section{
        padding: 0;
    }
    .case_study_page .carousel-indicators{
        top: 11%;
    }
    .case_study_spec .inner-page-container{
        margin-top: 70px;
    }
    .case_study_hop .inner-page-container{
        margin: 44px 0 0 0;
    }
    .cara_pos{
        top: 40%;
        width: 50%;
        padding: 10px;
    }
    .cara_pos p{
        margin: 0;
        font-size: 14px;
        line-height: 16px;
    }
    .csocial_media_section .specta_square{
        width: 100%;
    }
    .csocial_media .ctabs_img_square{
        padding: 10px 0 0;
    }
    .cceinsys_logo_section img, .case_img_text img{
        width: 100%;
    }
    .ctabs_img_section1 .ctabs_img_square_content{
        padding: 6px;
    }
    .ctabs_img_section2 .specta_square{
        width: 49.3%;
    }
    .xdesign_b_para{
        width: 100%;
        padding: 10px;
    }
    .cceinsys_logo_section{
        padding: 35px 0;
    }
    .w-xs-100{
        width: 100%;
    }
    /*.b_sec{
        padding: 0!important;
    }*/
    /*.cceinsys_tablet_section{
        padding: 30px 0;
    }*/
    .redbg_section{
        padding: 20px;
    }
    .ctabs_img_square{
        padding: 20px;
    }
    .ctabs_img_square_content p{
        font-size: 12px;
        margin-top: 10px;
        height: 20px;
    }
    .ctabs_img_square_content .col-xs-12{
        padding: 0;
    }
    .b_sec_height{
        height: auto;
    }
    .redbg_section_content p{
        font-size: 16px;
        line-height: normal;
    }
    .xdesign_b_para p{
        font-size: 18px;
    }
    .cceinsys_logo_section{
        padding: 30px 0;
        background-color: #f0f0f0;
    }
    .xdesign{
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
    .xdesign_content{
        padding-bottom: 10px;
    }
    .ctabs_typo{
        padding: 30px 10px;
    }
    .ccolor_filter{
        margin-bottom: 20px;
    }
    .smart_solution_banner {
      padding: 0 10px;
    }
    .ctabs_icon{
        margin-top: 0;
        padding-top: 10px;
    }
    .b_sec br{
        display: none;
    }
    .cceinsys_tablet_section_ {
      padding: 10px 0 30px;
    }
    .cposter_section .specta_square img, .creport_section .specta_square img{
        margin-bottom: 5px;
    }
    .csocial_media .csocial_media_section{
        padding: 10px;
    }
    .csocial_media_section .specta_square{
        margin-bottom: 10px!important;
    }
    .cwwd-banner img{
        height: auto;
    }
    .cicon_text img{
        width: 50px;
    }
    .cicon_text h1{
        font-size: 9px;
        line-height: 10px;
    }

    .case_study_lg .head-text{
        font-size: 18px;
    }
    .case_study_lg .lg_design{
        padding: 30px 0;
    }
    .case_study_page .dtitle{
        font-size: 18px;
        line-height: 18px;
    }
    .case_study_lg .b_sec_height{
        height: auto;
    }
    .case_study_lg .specta_square {
      width: 50%;
      margin: 0;
    }
    .case_study_lg .case_img_text, .case_study_lg .vdo_sec, .case_study_lg .hop_square, .case_study_lg .lgtablet_content, .case_study_lg .lgmob_content{
        padding: 30px 0;
    }
    .case_study_lg .lgmob_content{
        display: flex;
        flex-direction: column;
    }
    .case_study_lg .lg_mob, .case_study_lg .lg_tablet, .grihum_tab_img{
        width: 95%;
    }
    .case_study_lg .lgmob_content{
        padding: 0;
    }
    .case_study_lg .lg_mob{
        margin: 0px 0 30px;
    }
    .lg125_img{
        padding-left: 0rem;
    }
    .case_study_lg .vdo_sec{
        padding: 30px 0;
    }
    .lg_grid_box1 .hop_square{
        padding: 0 0 30px;
    }
    .bg-container{
        width: 455px;
    }
    .case_study_lg .vdo_sec iframe{
        height: 100%;
    } 
    .video-modal .modal-dialog{
        width: 100%;
    }
    .video-toggle img{
        width: 40px;
        height: 40px;
    }

    .case_study_sucra .design1{
        margin-left: 0px;
    }
    .case_study_sucra .redbg_section .head-text{
        font-size: 24px;
    }
    .grihum_tagline{
        padding: 14px 0;
    }
    .grihum_logo{
        padding: 20px 0;
    }
    .text_composite{
        font-size: 30px;
    }
    .grihum_tagline :first-child{
        margin-bottom: 10px;
    }
    .grihum_tagline .para1{
        font-size: 20px;
        line-height: normal;
    } 
    .identity_design{
        padding: 30px;
    } 
    .humility_img{
        padding: 0 10px 10px;
    }
    .grihum_header_content{
        margin: 10px 0;
    }
    .case_study_grihum .redbg_section_{
        padding-bottom: 20px;
    }
    .case_study_grihum .redbg_section{
        padding: 20px;
    }
    .case_study_grihum .grihum_tag_wall{
        padding-top: 20px;
    }
    .case_study_grihum .fcontent{
        margin-bottom: 10px;
    }
    .grihum_fam_content{
        top: 25%;
        position: absolute;
    }
    .grihum_fam_content .section-title{
        font-size: 20px;
        line-height: 110%;
    }
    .grihum_tab, .grihum_mob_section{
        padding: 20px 20px 20px;
    }
    .grihum_template{
        flex-direction: column;
        padding: 20px;
    }
    .grihum_object {
        background-size: contain;
        height: 80vh;
        background-position: bottom;
      }
      .case_study_grihum .section-title2{
        font-size: 22px;
      }
    .bg-container{
        width: 100%;
    }
    .case_study_grihum .call_details img{
        height: 25px;
    }
}

.container{

    width: 1264px;
    position: relative;
}

header.nav{

    margin-left: 12px;
}

header.nav .justify-content-between{

    width: 1245px;
    height: inherit;
}

.copyright a[href="https://www.brandharvest.net"]{

    color: #337ab7;
}

.copyright a[href="https://www.brandharvest.net"]:hover{

    color: #ef4445;
}

.case_study_page h4.para2{

    color: #ef4445 !important;
    font-weight: bold !important;
    font-family: 'Roboto',sans-serif !important;
}

.case_study_page p.para2{

    font-family: 'Roboto',sans-serif !important;
}

.spectaz .container .row .text .text-blue{

    color: #18224c !important;
}


.spectaz_content .spectaz_content_section .spectaz_content_text p.text-red{

    color: #ef4445 !important;
} 

.ctabs_img_section .hop_square{

    width: auto !important;
}

@media(max-width:1399px){

    header.nav{

        width: 825px !important;
        padding: 0 10px !important;
    }
    .container{

        width: 850px !important;
    }
}

@media(max-width:970px){

    header.nav{

        max-width: 690px !important;
        height: 65px !important;
        padding: 0 10px !important;
    }
    .container{

        width: 750px !important;
    }
}

@media(max-width:768px){

    header.nav{

        width: 515px !important;
        padding: 0 10px !important;
    }
    .container{

        width: auto !important;
    }

    .filters-container{

        display: flex !important;
        justify-content: center !important;
    }

    .filters-container .container{

        width: 100% !important;
        margin: 0 !important;
    }

    div.inner-breadcumb{

        padding-bottom: 3px !important;
    }
}

@media(max-width:650px){

    .grihum_header_content{

        padding: 0 10px;
    }

    div.inner-breadcumb{

        padding-top: 20px !important;
    } 
}


.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba%28128, 128, 128, 1%29' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")!important;
    width: 40px!important /* Base width */
    height: 30px!important; /* Base height */
    background-size: 100%!important; /* Default size */
    transform: scaleX(1.33)!important; /* Scale width */
    transform-origin: center!important; /* Ensure scaling is centered */
}
.navbar-toggler {
    border:none!important;
}
.navbar-toggler:focus {
    outline: none!important;
    box-shadow: none!important; /* Removes any default focus shadow */
}       

/* Sidebar Menu */
.side-menu {
    position: fixed;
    right: -100%;
    top: 0;
    width: 250px;
    height: 100%;
    background-color: #444;
    color: #fff;
    padding: 20px;
    transition: right 0.3s ease;
    z-index: 2000;
}

.side-menu.open {
    right: 0;
}

.side-menu ul {
    list-style: none;
    padding-left: 0;
}

.side-menu ul li {
    margin: 20px 0;
}

.side-menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

.side-menu ul li ul {
    margin-top: 10px;
}

.side-menu ul li ul li {
    margin: 10px 0;
}

.side-menu ul li ul li a {
    font-size: 16px;
    padding-left: 15px;
}

.side-menu .close-btn {
    font-size: 36px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
}

/* Sticky Header */
header {
    background-color: #fff;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 10px 40px 0 30px;
}

.navbar-brand{
        padding-left: 0px!important;
        display: block;
    } 
.navbar-brand_m{
        padding-left: 10px!important;
        display: none;
    }

ul.media-boxes-filter{

    gap: 10px !important;
} 

ul.media-boxes-filter li{

    margin-top: 30px !important;
}

ul.media-boxes-filter li a{

    color: #ef4445 !important;
    border: 1px solid #ef4445 !important;
    padding: 10px 15px !important;
}

ul.media-boxes-filter li a:hover{

    color: #fff !important;
    background-color: #ef4445 !important;
    padding: 10px 15px !important;
}

.project-details .workprojectcategory {
        margin: 0px 0px 25px 0px;
    }
}

#myCarousel1 .carousel-indicators {

    margin-bottom: 0;
}

#myCarousel1 .carousel-indicators button{

    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: -10px 5px;
    border: 2px solid #ef4445;
}

#myCarousel1 .carousel-indicators button.active{

    background-color: #ef4445;
}

.carousel-inner .para2{

    width: fit-content !important;
    line-height: 20px;
    padding: 10px 5px;
}

.carousel-caption {

    width: fit-content !important;
    position: relative;
    bottom: 350px;
    left: 0;
}

.gallery_panel .container h3{

    color: #f04444; 
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin: 20px 0 30px !important;
}

#clientSlider .carousel-indicators button[type = button]{

    width: 8px;
    height: 8px;
    padding: 0;
    background: #ffff;
    border-radius: 50%;
    border: 1px solid #6F6F6F;
    margin: 0 7px;
}

#clientSlider .carousel-indicators button[type = button].active{

    background-color: #6F6F6F !important;
}

.swiper-slide a:link .work-details .projectcategory {

    line-height: 20px;
    margin-top: 10px;
}

.projectcategory{

    line-height: 22px;
}

.accordion-list .row .col-lg-6 div:has(.accordion){

    border-bottom: 1px solid #f3f3f3;
}

#filter li a{

    font-family: 'Roboto', sans-serif;
    font-weight: 400 !important;
}

.copyright a[href="https://brandharvest.net/"]{

    color: #337ab7 !important;
}

.copyright a[href="https://brandharvest.net/"]:hover{

    color: #ef4445;
}

.carousel-indicators li::marker{

    content: "";
}

.carasolinnerwork .carousel-indicators li{

    background-color: transparent;
    border: 1px solid grey;
    border-radius: 50%;
    width: 12px;
    height: 12px;
}

.carasolinnerwork .carousel-indicators li.active{

    background-color: grey;
}

@media(max-width:1000px){

    header.nav{

        padding: 0 0 0 10px;
    }
    #clientSlider h5.mb-2 {

        font-size: 25px !important;
    }

}

@media(max-width:950px){

    h1.projectintrotxt-med{

        height: 450px;
    }
}

@media(max-width:915px){

    .carousel-control-btn{

        left: 78% !important;
    }
}

@media(max-width:770px){

    .carousel-control-btn{

        top: 88% !important;
        left: 75% !important;
    }
}

@media(max-width:660px){

    .carousel-control-btn{

        top: 85% !important;
        left: 72% !important;
    }
}

@media(max-width:510px){

    .carousel-control-btn{

        top: 80% !important;
        left: 68% !important;
    }
}

@media(max-width:438px){

    .carousel-control-btn .carousel-control-prev, .carousel-control-next{

        width: 40px !important;
    }
    .carousel-control-btn{

        width: 100px !important;
    }
}

@media(max-width:325px){

    .carousel-control-btn{

        top: 70% !important;
        left: 65% !important;
    }
}

@media(max-width:749px){

/*    .branding-agency-txt .b-services{

        padding: 10px !important;
    }*/

    .branding-agency-txt .inner{

        padding-top: 20px !important;
    }

}

@media(max-width:575px){

.container:has(#clientSlider){

    width: 450px !important;
    height: 200px !important;
    margin: 0 auto !important;
}

#clientSlider h5.mb-2 {

    font-size: 25px !important;
}

.container:has(.accordion-list){

    width: 450px;
    height: 670px;
}

h3.section-title[style="color: #f04444;"]{

    margin-top: 40px;
}

.container:has(.swiper){

     width: auto;
}

}

@media(max-width:415px){

.container:has(.accordion-list){

    width: 350px;
    height: 670px;
}

h3.section-title[style="color: #f04444;"]{

    margin-top: 130px;
}

}

@media(max-width:350px){

.container:has(.accordion-list){

    width: auto;
    height: 670px;
    padding: 0 20px;
}

h3.section-title[style="color: #f04444;"]{

    margin-top: 200px;
}

}

@media(max-width:425px){

.container:has(#clientSlider){

    width: auto !important;
    height: 180px !important;
    margin: 0 auto !important;
}

}

@media(max-width:1310px){

    .swiper-slide a{

         width: 100%;
    }
}

i.fa-brands{

    margin-top: 10px !important;
    margin-bottom: 0;
}

.newsletter p {

    margin-bottom: 10px;
}

.copyright a[href="https://www.brandharvest.net"]{

    color: #337AB7 !important;
}

.similarprojectbreadcrumb a{

    color: #EF4445 !important;
}

.projectsociallinks div a:last-child i.fa-envelope{

    margin-top: 8px !important;
}



/* Ensure the slider container does not overflow */
.row {
    margin-left: 0;
    margin-right: 0;
}

.col-12 {
    padding-left: 0;
    padding-right: 0;
}

/* Mobile-specific adjustments */
@media (max-width: 767.98px) {

    .carousel-item {
        width: 100%; /* Ensure carousel items take full width */
    }

    .carousel-indicators {
        bottom: 10px; /* Adjust indicators positioning */
    }

    .custom-buttons{
        width: 110px;
    }   
    section.slider{
        margin-top: 50px;
    }
    .navbar-brand{

        display: none;
    } 
    .navbar-brand_m{
        display: block;
    } 
}

ul.media-boxes-filter:nth-child(1) {

    margin-top: 35px;
    flex-wrap: wrap !important;
}

ul.media-boxes-filter:nth-child(1) li{

    margin: 0 10px 0 0;
}

ul.media-boxes-filter:nth-child(1) li a{

    padding: 0.625rem 0.875rem;
    border: 1px solid #ef4445;
    color: #ef4445 ;
}

ul.media-boxes-filter:nth-child(1) li a:hover{

    background-color: #ef4445;
    color: white ;
}

@media(max-width:740px){

    .media-boxes-filter{

        height: auto !important;
        width: auto !important;
    }

    .media-boxes-filter li{

        padding: 15px 0 !important;
    }
}

.carousel-control-prev-icon, .carousel-control-next-icon{

    background-color: transparent;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(1); /* Adjust this filter to change color */
}

.heading-style{

    color: #6d6e71;
    font-size: 36px;
    font-weight: 600 !important;
    font-family: 'Roboto',sans-serif;
}

.media-box .project-content .project-details a.explore::after{

    margin-top: 3px !important;
}

@media(max-width:1399px){

    .video-colmn-5{

        width: 400px !important;
    }
}

@media(max-width:991px){

    .video-colmn-5{

        width: 300px !important;
    }
}

@media(max-width:767px){

    .video-colmn-5{

        width: 200px !important;
    }

    .video-colmn-5 .blogtitle{

        font-size: 20px !important;
    }
}

@media(max-width:480px){

    .blog-section div{

        display: block !important;
        width: auto !important;
    }

    .video-colmn-5 .blogtitle{

        font-size: 18px !important;
    }
}

.philosophy .txtinner{

    margin: 0 !important;
}

.philosophy{

    display: flex;
    justify-content: center;
    align-items: center;
}

.aboutgreybg .abttxtinner{

    margin: 0 !important;  
}

.aboutgreybg{

    display: flex;
    justify-content: center;
    align-items: center;
}

