*,
*:before,
*:after {
    /*    -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;*/
}

html, body {
    height: 100%;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Lato', sans-serif;
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
}
.container-fluid {
    padding: 0px;
}
.row {
    margin: 0px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
    box-sizing: border-box;
}
ul {
    padding: 0;
    margin: 0;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;

    > .col,
    > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }
}
.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
} 

.display-table {
    display: table;
    height: 100%;
    width: 100%;
}
.display-table > .vertical-align {
    display: table-cell;
    height: 100%;
    width: 100%;
}
.display-table > .vertical-align.middle {
    vertical-align: middle;
}
.display-table > .vertical-align.bottom {
    vertical-align: bottom;
}
.mobile-menu {
    display: none;
}
a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
    outline: none;

}
a {
    text-decoration: none;
}
*:focus {
    outline: 0;
}

.link {
    padding: 10px 0px;
}

.link a {
    font-size: 16px;
    color: #fff;
    background: #0076BA;
    border-radius: 40px;
    padding: 15px 30px;
    text-decoration: none;
}
.link a:hover {
    background: #000000;
}
.link a + a{
    margin-left: 16px;
}
.text-red {
    color: #e44b35!important;
}
.text-black {
    color: #333333!important;
}
.heading {
    font-size: 18px;
    line-height: 26px;
    color: #e44b35;
    padding: 20px 0 10px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
}
.banner .heading {
    font-size: 18px;
    line-height: 26px;
    color: #e44b35;
    letter-spacing: 2px;
    padding: 20px 0 10px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.sub-heading {
    font-size: 18px;
    line-height: 26px;
    color: #000;
    letter-spacing: 2px;
    padding: 20px 0 10px;
    font-family: 'Montserrat', sans-serif;
}
.text {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: .5px;
    padding: 10px 0 10px;
}
.text a{
    color: #202020;
    text-decoration: none;
}
.text + .text{
    padding-bottom: 10px;
}

.section {
    padding: 100px 0;
    box-sizing: border-box;
}
#logo img {
    position: absolute;
    margin: 16px 0px 21px 25px;
}
.section > div {
    position: relative;
}

.slider .carousel-control-next {
    right: -110px;
}
.slider .carousel-control-prev {
    left: -110px;
}
/*Header ends here*/
.page-header {
    padding-bottom: 0;
    margin: 0;
    border-bottom: none;
} 

.home-page {
    /*height: 100%;*/

}
.section.video-banner {
    padding: 0;
}
.body .video-banner {
    position: relative;
    /*height: 617px;*/
    overflow: hidden;
}
.body.home-page .video-banner {
    opacity: 0;
}
.body .video-banner video {
    width: 100%;
}
.body .video-banner video.fit-height {
    width: auto;
    max-width: none;
    height: 100%;
}

.body .video-banner video, .home-page .video-banner .image {
    position: relative;
}


.body .video-banner .content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: 1000px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.body .video-banner .content .heading {
    font-size: 70px;
    line-height: 78px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    text-transform: none;
}
.body.home-page .video-banner .layer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /*background-color: rgba(228, 75, 53, 0.5);*/
    /*mix-blend-mode: multiply;*/
    /*background-color: #e44b35;*/
    background: url(../img/overlay.png) center top;
}
.body.home-page .video-banner .content {
    position: absolute;
    top: 35%;
    left: 23px;
    width: 720px;
    max-width: 1200px;
    transform: none;
    -ms-transform: none;
}
.body.home-page .video-banner .content .heading {
    font-size: 60px;
    line-height: 77px;
    font-weight: 700;
    color: #fff;
    padding: 10px 20px;
    margin-bottom: 0;
    text-transform: none;
    letter-spacing: 1px;
    text-align: -webkit-left;

}
.body.home-page .video-banner .content .heading span{
    /*background-color: rgba(0, 0, 0, 0.3);*/
    padding: 0 8px;
}
.section.what-we-do {
    background-size: cover , cover;
    background-color: #2d2d2d;
    /*margin-top: -60px;*/
    padding-bottom: 60px;
}
.section.what-we-do .heading{
    text-align: center;
    opacity: 0;
    text-transform: uppercase;
    padding-top: 40px;
}
.section.what-we-do .text{
    padding: 10px 0 50px;
    text-align: center;
    opacity: 0;
    font-size: 24px;
    line-height: 36px;
    font-weight: 100;
}
.section.services {
    padding: 0;
}
.section.case-study-section {
    padding: 100px 0px 50px;
    /*background: #e6f4ee;*/
    height: auto !important;
}
.section.case-study-section .heading.black-text {
    margin-bottom: 60px;
}
.section.case-study-section .heading {
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin-bottom: 70px;
    text-transform: uppercase;
    opacity: 0;
    padding-top: 10px;
}
.section.logos {
    padding: 50px 0px 100px;
}
.section.logos img{
    opacity: 0;
}
.section.logos .heading {
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin-bottom: 80px;
    text-transform: uppercase;
    opacity: 0;
}
.section.footer {
    margin-top: 50px;
    padding: 0px 0px 0px;
    /*    background: #e44b35;*/
}
.footer .work-with-us {
    margin: 0px -15px;
    background: #262626;
    height: 340px;
    text-align: center;
    cursor: pointer;
    opacity: 0;
}
.footer .work-with-us:hover {
    background: #1c1c1c;
}
.footer .work-with-us .heading {
    color: #e6f4ee;
    margin-bottom: 20px;
    text-transform: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    line-height: 42px;
}
.footer .work-with-us .image {
    /*border: 1px solid #e44b35;*/
    width: 40px;
    padding: 5px;
    text-align: center;
    margin: 0px auto;
    cursor: pointer;
    position: relative;
}
/*.footer .work-with-us .image a {
    text-decoration: none;
    margin-left: 16px;
}
.footer .work-with-us .image a span {
    background-color: #e44b35;
    display: inline-block;
    width: 0;
    height: 1px;
    margin: 3px -10px;
    -webkit-transition: width 150ms ease;
    -moz-transition: width 150ms ease;
    -ms-transition: width 150ms ease;
    -o-transition: width 150ms ease;
    transition: width 150ms ease;
}
.footer .work-with-us .image:hover a span {
    width: 20px;
}*/
.footer .hello-section {
    margin: 0px -15px;
    background: #e6f4ee;
    height: 340px;
    text-align: center;
    cursor: pointer;
    opacity: 0;
}
.footer .hello-section:hover {
    background: #dfece6;
}
.footer .hello-section .heading {
    font-size: 40px;
    color: #e44b35;
    margin-bottom: 0px;
    text-transform: none;
}
.footer .hello-section .email {
    color: #4e5250;
    font-size: 18px;
    font-weight: 100;
    margin: 10px 0 10px;
    padding: 10px 0 4px;
    border-bottom: 1px solid;
    display: inline-block;
}
.footer .hello-section .email:hover {
    border-bottom: 1px solid #e44b35;
}
.footer .hello-section .places {
    color: #262626;
    font-size: 14px;
    margin: 5px 0 10px;
    padding: 10px 0 4px;
    text-transform: uppercase;
}
.footer .hello-section .email a {
    color: #4e5250;
    text-decoration: none;
    letter-spacing: 1px;
}
.footer .hello-section .email a:hover {
    color: #e44b35;
}
.footer .hello-section .social-icons a + a {
    margin-left: 10px;
}
.footer a {
    color: #282528;
}


.arrow-up {
    height: 40px;
    width: 40px;
    display: block;
    border: 1px solid #e44b35;
    position: relative;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 1.5);
    overflow: hidden;
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    transform: rotate(90deg);
}

.arrow-slide {
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    background: #e44b35;
    position: absolute;
    display: block;
    z-index: 0;
}

.left-arm {
    position: absolute;
    z-index: 1;
    background-color: transparent;
    top: 19px;
    left: 6px;
    width: 15px;
    display: block;
    transform: rotate(-45deg);
}
.left-arm:after {
    content: "";
    background-color: #e44b35;
    width: 15px;
    height: 2px;
    display: block;
    border-radius: 2px;
    transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 1.5);
    transform-origin: right center;
    z-index: -1;
}

.right-arm {
    position: absolute;
    z-index: 1;
    background-color: transparent;
    top: 19px;
    left: 16px;
    width: 15px;
    display: block;
    transform: rotate(45deg);
    border-radius: 2px;
}
.right-arm:after {
    content: "";
    background-color: #e44b35;
    width: 15px;
    height: 2px;
    display: block;
    border-radius: 2px;
    transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 1.5);
    transform-origin: left center;
    z-index: -1;
}

.arrow-up:hover {
    transition: all .1s;
}
.arrow-up:hover .left-arm:after {
    transform: rotate(-10deg);
}
.arrow-up:hover .right-arm:after {
    transform: rotate(10deg);
}
.arrow-up:hover .arrow-slide {
    transition: all .4s ease-in-out;
    transform: translateY(200%);
}


.footer .footer-menu {
    list-style-type: none;
    padding: 0px;
}
.footer .footer-menu li + li {
    margin-top: 10px;
}

.footer .created-text {
    margin-bottom: 30px;
    padding-left: 10px;
    border-left: 2px solid #78cfd9;
}
.footer .created-text img {
    margin: 0px 5px;
}
.section .footer-bottom {
    background: #e44b35;
}
.footer-bottom .copyright-text {
    font-size: 12px;
    padding: 20px 0px;
    text-align: center;
    /*float: left;*/
    /*display: inline-block;*/
    opacity: 0;
}
.footer .footer-bottom .social-links  {
    float: right;
    display: inline-block;
}
.footer .social-links {
    padding-bottom: 10px;
}
.footer .social-links ul li {
    list-style-type: none;
    display: inline-block;
    padding: 25px 0px 10px;
    line-height: 18px;
    /*opacity: 0;*/
}
.footer .social-links ul li + li {
    padding-left: 15px; 
}
.footer .social-links ul li a  {
    color: #e44b35;
    font-size: 18px;
}
.footer .social-links ul li a:hover  {
    color: #000000;
    /*font-size: 14px;*/
}
/* home page ends here */
/*Footer ends here*/


/*Inner page starts here*/ 



/*Inner page ends here*/


/*case-studies page starts here*/
.body-black-text {
    color: #4b4b4b;
}
.black-text {
    color: #000;
}
.clearfix {
    clear: both;
}
.case-studies-page img {
    max-width: 100%;
    height: auto;
}
.case-studies-page .section {
    text-align: center;
} 
.case-studies-page video {
    width: 100%;
}
.case-studies-page .video-banner .text {
    display: table;
    margin: 0px auto;
    opacity: 0;
}
.case-studies-page .video-banner .text .inner-text {
    color: #fff;
    float: left;
}
.case-studies-page .video-banner .text .inner-text + .inner-text {
    margin-left: 30px;
}
.case-studies-page .video-banner .heading {
    padding: 10px 0 10px;
    opacity: 0;
}
.case-studies-page .video-banner .content {
    max-width: 600px;
} 
.case-studies-page .common-client .text {
    color: #4b4b4b;
}
.case-studies-page .common-client .text ul{
    /*margin-left: 20*/
}
.case-studies-page .common-client .text ul li{
    list-style-type:  none;
    list-style-position: inside;
}
.case-studies-page .common-client .each-content {
    width: calc((100% - 80px) /2);
    float: left;
    opacity: 0;
}
.case-studies-page .common-client .each-content + .each-content {
    margin-left: 80px;
}
.case-studies-page .common-client .each-content .content {
    text-align: left;
}

.case-studies-page .banner {
    position: relative;
}
.case-studies-page .banner .image {
    position: relative;
}
.case-studies-page .banner .image img {
    width: 100%;
    height: 100%;
}
.case-studies-page .banner .content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 1000px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.case-studies-page .banner .content .heading {
    font-size: 70px;
    line-height: 78px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    text-transform: none;
    padding: 20px 0 20px;
    opacity: 0;
}
.case-studies-page .banner .content .text {
    max-width: 700px;
    display: table;
    margin: 0px auto;
    text-align: center;
    padding: 0px;
    opacity: 0;
}
.case-studies-page .banner .text {
    text-align: center;
}
.case-studies-page .banner .text .inner-text {
    color: #fff;
    float: left;
}
.case-studies-page .banner .text .inner-text + .inner-text {
    margin-left: 30px;
}
.case-studies-page .media1,
.case-studies-page .media2,
.case-studies-page .media3,
.case-studies-page .media4,
.case-studies-page .media5,
.case-studies-page .media6,
.case-studies-page .media7,
.case-studies-page .media8,
.case-studies-page .media9{
    opacity: 0;
}
/*cci page starts here*/
.case-studies-page.cci-page .video-banner .heading {
    padding: 10px 0 10px;
    font-weight: 500;
}
.cci-page .text {
    /*color: #4b4b4b;*/
}
.case-studies-page .video-banner .text a {
    /*color: #4b4b4b;*/
}
.cci-page .arttolivein .sub-heading,
.cci-page .testedlife .sub-heading {
    padding: 20px 0 30px;
}
.cci-page .arttolivein {
    background: #f7f5f6;
}
.cci-page .arttolivein .each-video {
    width: calc((100% - 80px) /2);
    float: left;
}
.cci-page .arttolivein .each-video + .each-video {
    margin-left: 80px;
}
/*cci page ends here*/



/*vanantara page starts here*/
.vanantara-page .section.website .content {
    margin-bottom: 80px;
}
.vanantara-page .section.website .sub-heading,
.vanantara-page .section.brochure .sub-heading  {
    padding: 20px 0 30px;
}
.vanantara-page .section.vanantara-menu .image {
    max-width: 800px;
    margin: 0px auto;
}
.vanantara-page .vanantara-logos .first-logo,
.vanantara-page .vanantara-logos .logo,
.vanantara-page .section.website .sub-heading,
.vanantara-page .section.website .text,
.vanantara-page .section.website .image,
.vanantara-page .section.media1,
.vanantara-page .section.media2,
.vanantara-page .section.media3,
.vanantara-page .section.media4,
.vanantara-page .section.media5,
.vanantara-page .section.media6,
.vanantara-page .section.media7,
.vanantara-page .section.media8,
.vanantara-page .section.media9,
.vanantara-page .section.media10{
    opacity: 0;
}

.over-lay {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5)
}

.play-icon {
    z-index: 9999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.pause-icon {
    z-index: 9999;
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
}
/*vanantara page ends here*/

/*embassy page starts here*/
.embassy-page .heading {
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 34px;
    /* opacity: 0; */
}
.embassy-page .banner .image img {
    width: 100%;
    height: 100%;
}
.case-studies-page .banner .text a + a {
    margin-left: 10px;
}
.embassy-page .embassy-one {
    padding: 100px 0px 40px;
    background: #f7f5f6;
}
.embassy-page .embassy-one .content .video{
    opacity: 0;
}
.embassy-page .embassy-one .content .text,
.embassy-page .four-seasons .content .text,
.embassy-page .embassy-boulevard .content .text {
    max-width: 850px;
    margin: 0px auto;
    opacity: 0;
}
.embassy-page .embassy-logo-content .one,
.embassy-page .embassy-logo-content .two,
.embassy-page .embassy-ful-image,
.embassy-page .four-seasons .mobile-app-slider,
.embassy-page .four-seasons .combined-images,
.embassy-page .embassy-boulevard .image,
.embassy-page .embassy-boulevard .embassy-blvd-video,
.embassy-page .embassy-boulevard .blvd-image{
    opacity: 0;
}
.embassy-page .embassy-logo-content .image .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    background: rgba(0,0,51,0.86);
    opacity: 1;
    visibility: visible;
}
.embassy-page .embassy-logo-content .image .overlay .logo {
    max-width: 300px;
    margin: 0px auto;
}
.embassy-page .embassy-logo-content .image-info {
    background: #fff;
    height: 100%;
}
.embassy-page .embassy-logo-content .image-info .text {
    max-width: 400px;
    margin: 0px auto;
}
.embassy-page .four-seasons {
    background: #fff8ef;
}
.embassy-page .four-seasons .content .text {
    margin-bottom: 40px;
}
.embassy-page .four-seasons .mobile-app-slider {
    background: url(../img/case-studies/embassy/mob-app-screen.png) no-repeat;
    height: 638px;
    width: 320px;
    padding: 73px 18px 0px 18px;
    margin: 0px auto;
    margin-bottom: 150px;
}
.embassy-page .four-seasons .carousel-indicators {
    bottom: -130px;
}
.embassy-page .four-seasons .carousel-indicators li {
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #d7d7d7\9;
    background-color: rgba(215,215,215,0);
    border-radius: 10px;
    border: 1px solid #d7d7d7;
    background: #d7d7d7;
    margin: 0px 4px;
}
.embassy-page .four-seasons .carousel-indicators li.active {
    background: #6a6a6a;
    border: 1px solid #6a6a6a;
    width: 10px;
    height: 10px;
}
.embassy-page .four-seasons .combined-images {
    width: 80%;
    margin: 0px auto;
}
.embassy-page .embassy-boulevard {
    background: #202020;
} 
.embassy-page .embassy-boulevard .heading {
    color: #fff;
}
.embassy-page .embassy-boulevard .content {
    margin-bottom: 60px;
}
.embassy-page .embassy-boulevard .embassy-blvd-video {
    margin: 100px 0px;
}
/*embassy page ends here*/

/*big-basket page starts here*/
.big-basket-page .app-website .content {
    margin-bottom: 60px;
}
.big-basket-page .app-website .content .sub-heading {
    padding: 20px 0 30px;
}
.big-basket-page .app-website .sub-heading,
.big-basket-page .app-website .text,
.big-basket-page .app-website .image,
.big-basket-page .app-website .video,
.big-basket-page .section.media1,
.big-basket-page .section.media2,
.big-basket-page .section.media3,
.big-basket-page .section.media4,
.big-basket-page .section.media5,
.big-basket-page .section.media6,
.big-basket-page .section.media7,
.big-basket-page .section.media8,
.big-basket-page .section.media9{
    opacity: 0
}
.big-basket-page  .creative5 img {
    max-width: 65%;
}
/*big-basket page ends here*/

/*serai page starts here*/
.serai-page .sub-heading {
    padding: 20px 0 30px;
}
.serai-page .serai-website .sub-heading,
.serai-page .serai-website .text,
.serai-page .serai-website-image,
.serai-page .serai-website-mobile,
.serai-page .serai-web-mockup,
.serai-page .campaigns,
.serai-page .campaigns-image,
.serai-page .campaigns{
    opacity: 0;
}
/*serai page ends here*/

/*scullers page starts here*/
.scullers-page .sub-heading {
    padding: 20px 0 30px;
}
.scullers-page .scullers-image {
    padding: 0px 20px;
    box-sizing: border-box;
}
.scullers-page .achivement .image {
    margin-top: 40px;
}
.scullers-page .scullers-image,
.scullers-page .achivement .sub-heading,
.scullers-page .achivement .text,
.scullers-page .achivement .image{
    opacity: 0
}
/*scullers page ends here*/


/*case-studies page ends here*/




/*about page starts here*/
.about-page .banner {
    position: relative;
}
.about-page .banner .image {
    position: relative;
}
.about-page .banner .image img {
    width: 100%;
    height: 100%;
}
.about-page .banner .content {
    position: absolute;
    top: 75%;
    left: 50%;
    width: 80%;
    max-width: 1100px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.about-page .banner .content .heading {
    font-size: 70px;
    line-height: 78px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
    text-align: center;
    text-transform: none;
    letter-spacing: 1px;
    opacity: 0;
}
.about-page .banner .content .heading.red-text {
    color: #e44b35;
    padding: 30px 0 0px;
    text-transform: none;
    letter-spacing: 1px;
}
.about-page .banner .content .heading.black-text {
    padding: 0px 0px 20px;
}

.about-page .banner .content .text {
    max-width: 790px;
    margin: 0px auto;
    text-align: center;
    padding: 17px 0 0;
    opacity: 0;
    font-weight: 100;
    font-size: 18px;
    line-height: 26px;
}
.about-page .banner .content .text.small {
    font-size: 14px;
    line-height: 22px;
}
.about-page .banner .content .get-in-touch {
    text-align: center;
    opacity: 0;
}   
.about-page .banner .content .get-in-touch a {
    padding: 5px 20px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 40px 0px;
    cursor: pointer;
    letter-spacing: 3px;
    border: 1px solid #4b4b4b;
}
.about-page .banner .content .get-in-touch a:hover {
    background: #e44b35;
    color: #fff;
    border: 1px solid #e44b35;
}
.about-page .logos-section {
    background: #e44b35;
}
.about-page .logos-section .content {
    max-width: 900px;
    margin: 0 auto;
    /*float: right;*/
}
.about-page .logos-section .content .logo-content {
    width: calc((100% - 90px) / 3);
    float: right;
    opacity: 0;
    min-height: 181px;
}
.about-page .logos-section .content .logo-content .image{
    min-height: 57px;
}
.about-page .logos-section .content .logo-content + .logo-content {
    margin-left: 30px;
}
.about-page .logos-section .content .logo-content .sub-heading {
    color: #fff;
}
.about-page .logos-section .content .logo-content .text {
    width: 80%;
    font-size: 15px;
    font-weight: 300;
}
.about-page .logos-section .text.top-text {
    max-width: 800px;
    margin: 0px auto;
    text-align: center;
    margin-bottom: 80px;
    opacity: 0;
    font-size: 15px;
    font-weight: 300;
}
.about-page .our-partners .content .logo-content {
    width: calc((100% - 120px) / 4);
    float: left;
    opacity: 0;
}
.about-page .our-partners .content .logo-content + .logo-content {
    margin-left: 40px;
}
.about-page .our-partners .content .logo-content .image  {
    min-height: 82px;
    vertical-align: middle;
    margin-bottom: 20px;
}
.about-page .our-partners .top-text {
    max-width: 800px;
    margin: 0px auto;
    text-align: center;
    margin-bottom: 60px;
}
.about-page .our-partners .top-text .sub-heading,
.about-page .our-partners .top-text .text {
    color: #e44b35;
    opacity: 0;
}
/*about page ends here*/


/*contact page starts here*/
.contact-page .banner {
    position: relative;
    background: #e44b35;
}

.contact-page .banner .content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    max-width: 1000px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.contact-page .banner .content .heading {
    font-size: 42px;
    line-height: 58px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 60px;
    text-align: center;
    text-transform: none;
    letter-spacing: 1px;
    opacity: 0;
}
.contact-page .banner .content .sub-heading {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
    text-transform: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0;
}
.contact-page .banner .content .text a{
    color: #fff;
}
.contact-page .banner .content .image {
    opacity: 0;
}
.contact-page .banner .content .text {
    max-width: 750px;
    margin: 0px auto;
    text-align: center;
    padding: 0px;
    opacity: 0;
}

.contact-page .contact-form .heading {
    color: #e44b35;
    font-size: 33px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    /*opacity: 0;*/
}
.contact-page .contact-form .content {
    max-width: 700px;
}
.contact-page .contact-form .content .text {
    color: #e44b35;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: right;
    padding: 11px 10px;
    /*opacity: 0;*/
}
.contact-page .input {
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 22px;
    color: #333;
    border: 1px solid #363636;
    padding: 10px 10px 10px;
    /*margin-top: 25px;*/
    margin-bottom: 5px;

}

.contact-page .static-value{
    position:absolute;
    left:10px;
    /*font-weight: 500;*/
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 21px;
    top:11px;
    color: #333;
}

.contact-page .textarea {
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 22px;
    color: #333;
    border: 1px solid #363636;
    padding: 10px 10px 10px;
    /*margin-top: 25px;*/
    margin-bottom: 5px;
    height: 100px;
}

.contact-page .submit {
    text-align: center;
}
.contact-page .send-button {
    width: 100%;
    font-size: 16px;
    color: #fff;
    background: #e44b35;
    border: 1px solid #e44b35;
    padding: 10px 15px;
    margin-top: 10px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}
.contact-page .send-button:hover {
    background: #fff;
    color: #e44b35;
}
.contact-page .error-msg {
    color: #f00;
    padding: 5px 10px;
}
.contact-page .success {
    font-size: 16px;
    padding: 5px 20px 0px;
    text-align: center;
    color: #333;
}
.contact-page .input::-webkit-input-placeholder{
    color: #666;
}
.contact-page .input:-moz-placeholder{
    color: #666;
}
.contact-page .input::-moz-placeholder{
    color: #666;
}
.contact-page .input:-ms-input-placeholder{
    color: #666;
}

.contact-page .contact-form .heading,
.contact-page .contact-form .form-details .row{
    opacity: 0;
}
/*contact page ends here*/


/*work page starts here*/
.work-page .banner {
    position: relative;
}
.work-page .banner .image {
    position: relative;
}
.work-page .banner .image img {
    width: 100%;
    height: 100%;
}
.work-page .banner .content {
    position: absolute;
    top: 65%;
    left: 50%;
    width: 80%;
    max-width: 1000px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.work-page .banner .content .heading {
    font-size: 70px;
    line-height: 78px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
    text-align: center;
    text-transform: none;
    letter-spacing: 1px;
    opacity: 0;
}
.work-page .banner .content .heading.red-text {
    color: #e44b35;
    padding: 30px 0 0px;
    text-transform: none;
    letter-spacing: 1px;
}
.work-page .banner .content .heading.black-text {
    padding: 0px 0px 20px;
}
.work-page .banner .content .text {
    max-width: 750px;
    margin: 0px auto;
    text-align: center;
    padding: 0px;
    opacity: 0;
}
.work-page .banner .content .get-in-touch {
    text-align: center;
    opacity: 0;
}   
.work-page .banner .content .get-in-touch a {
    padding: 5px 20px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 40px 0px;
    cursor: pointer;
    letter-spacing: 3px;
    border: 1px solid #4b4b4b;
}
.work-page .banner .content .get-in-touch a:hover {
    background: #e44b35;
    color: #fff;
    border: 1px solid #e44b35;
}
.work-page .section.case-study-section .heading {
    opacity: 0;
}
.work-page .section.case-study-section .each-casestudy {
    opacity: 0; 
}
/*work page ends here*/

/*careers page starts here*/
.careers-page {
    position: relative;
}
.section.career-content .heading {
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin-bottom: 70px;
    text-transform: uppercase;
    opacity: 0;
    padding-top: 10px;
    margin-bottom: 40px;
}
.careers-page .banner .image img {
    width: 100%;
    height: 100%;
}
.careers-page  .banner .content {
    position: absolute;
    top: 55%;
    right: 10%;
    max-width: 1000px;
    /*transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);*/
}
.careers-page  .banner .content .heading {
    font-size: 60px;
    line-height: 68px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
    text-align: right;
    text-transform: none;
    padding: 20px 0 20px;
    opacity: 0;
}
.careers-page .banner .content .text {
    max-width: 700px;
    margin: 0px auto;
    text-align: left;
    padding: 0px;
    opacity: 0;
}
.careers-page .career-content {
    position: relative;
}
.careers-page .career-content .career-form .form-field  {
    width: calc(100% - 2px);
    padding: 10px 12px 10px 15px;
    box-sizing: border-box;
    display: inline-block;
    border: 1px solid #e44b35;
    font-size: 14px;
    text-transform: none;
    letter-spacing: 1.5px;
    color: #5d5d5d;
    text-transform: none;
}
.careers-page .career-content .career-form .form-field.message {
    padding: 10px 10px 70px 12px;
    resize: none;
}
.careers-page .career-content .career-form .common-row {
    margin-bottom: 20px;
    position: relative;
}
.careers-page .career-content .career-form .second-row .each-field {
    width: 100%;
    float: left;
}
.careers-page .career-content .career-form .second-row .each-field + .each-field {
    margin-left: 20px;
}
.careers-page .career-content .career-form .forth-row {
    margin-bottom: 0px;
}
.careers-page .career-content .career-form .fifth-row {
    margin: 0px 0px;
}
.careers-page .career-content .career-form .fifth-row .link {
    width: calc((100% - 20px) / 2);
    float: left;
}
.careers-page .career-content .career-form .fifth-row .link + .link {
    margin-left: 20px;
}
.careers-page .career-content .career-form .fifth-row .link a,
.careers-page .career-content .career-form .inputfile-1 + label {
    background: #e44b35;
    color: #fff;
    border-radius: 0px;
    text-align: center;
    letter-spacing: 1.5px;
}
.careers-page .career-content .career-form .inputfile-1 + label {
    max-width: 100%;
    margin-right: 0px;
}
.careers-page .career-content .career-form .fifth-row .link a:hover,
.careers-page .career-content .career-form .inputfile-1 + label:hover {
    background: #262626;
    color: #fff;
    border-color: #262626;
}
.careers-page .career-content .career-form .fifth-row .link .form-field {
    padding: 10px 10px;
    text-transform: uppercase;
}
.careers-page .career-content .career-form .common-row .color {
    color: red;
    padding: 8px 0px;
    position: absolute;
    top: 0;
    z-index: 0;
    pointer-events: none;
    box-sizing: border-box;
}
.careers-page .career-content .career-form .first-row .color {
    padding-left: 115px;
}
.careers-page .career-content .career-form .second-row .color {
    padding-left: 110px;
}
.careers-page .career-content .career-form .second-row .phone-field .color {
    padding-left: 150px;
}
.careers-page .career-content .career-form .third-row .color {
    padding-left: 150px;
}
.careers-page .career-content .career-form .common-row .color.active {
    display: none;
}
.careers-page .career-content .career-form input::-webkit-input-placeholder {
    font-size: 14px;
    text-transform: none;
}
.careers-page .career-content .career-form input::-moz-input-placeholder {
    font-size: 14px;
    text-transform: none;
}
.careers-page .career-content .career-form input::-ms-input-placeholder {
    font-size: 14px;
    text-transform: none;
}
.careers-page .career-content .career-form textarea::-webkit-input-placeholder {
    font-size: 14px;
    text-transform: none;
}
.careers-page .career-content .career-form textarea::-moz-input-placeholder {
    font-size: 14px;
    text-transform: none;
}
.careers-page .career-content .career-form textarea::-ms-input-placeholder {
    font-size: 14px;
    text-transform: none;
}
.careers-page .career-content .career-form .success {
    font-size: 14px;
    text-transform: none;
    margin-bottom: 15px;
    color: #5d5d5d;
}

.careers-page .career-content .content {
    padding: 40px 40px;
    box-sizing: border-box;
    background: #e44b35;
    color: #fff;
    opacity: 0;
    min-height: 394px;
}
.careers-page .career-content .content .sub-heading {
    font-size: 28px;
    line-height: 36px;
    color: #fff;
    letter-spacing: 2px;
    padding: 0px 0px 10px 0px;
}
.careers-page .career-content .content .list ul li {
    list-style-type: none;
    text-transform: uppercase; 
}
.item-desc {
    display: none;
}
.careers-page .career-content .content .item-head {
    letter-spacing: 1.5px;
    margin-top: 30px;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    font-weight: 500;
}
.careers-page .career-content .content .item-head:before {
    content: "\f061";
}
.careers-page .career-content .content .item-head.active:before {
    content: "\f063";
}
.careers-page .career-content .content .item-heading {
    letter-spacing: 1.5px;
    margin-top: 30px;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}
.careers-page .career-content .content .list .vc_toggle {
    margin-bottom: 0px;
    margin-top: 30px;
}
.careers-page .career-content .content .item-desc .link a {
    font-size: 12px;
    color: #fff;
    background: #e44b35;
    border-radius: 0px;
    padding: 8px 30px;
    border: 1px solid #fff;
    letter-spacing: 3px;
}
.careers-page .career-content .content .item-desc .link a:hover {
    background: #fff;
    color: #e44b35;
}
.careers-page .career-content .content .item-desc .text {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: none;
    padding: 0px;
    margin: 10px 0px;
}

.careers-page .positions-container {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(38, 38, 38, 1);
    z-index: 1036;
    overflow: scroll;
}
.careers-page .positions-container .positions-content {
    position: relative;
    width: 100%;
    margin: 0px auto;
}
.careers-page .positions-container .positions-content .close-video-section {
    position: absolute;
    top: 20px;
    right: 40px;
    cursor: pointer;
    z-index: 1;
    width: 16px;
    height: 16px;
}
.careers-page .section.footer {
    margin-top: 0px;
}
.careers-page .career-content .career-form {
    opacity: 0;
}


.careers-page .positions-container .positions-content .heading {
    color: #fff;
    font-size: 28px;
    line-height: 34px;
    padding: 0px 0px 30px;
    margin-bottom: 0px;
    text-align: center;
}
.careers-page .positions-container .positions-content .sub-heading {
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    padding: 0px 0 0px;
}
.careers-page .positions-container .positions-content .text {
    font-size: 14px;
    line-height: 22px;
}
.careers-page .positions-container .positions-content .text ul{
    margin-left: 30px;
}
.careers-page .positions-container .positions-content .each-column-description {
    margin-top: 25px;
}
.careers-page .positions-container .positions-content .link {
    display: table;
    margin: 30px auto;
}
.careers-page .positions-container .positions-content .link a {
    padding: 8px 30px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 3px;
    border: 1px solid #e44b35;
    border-radius: 0px; 
    color: #e44b35;
    background: #262626;
}
.careers-page .positions-container .positions-content .link a:hover {
    color: #262626;
    background: #e44b35;
}
/*careers page ends here*/

@media (min-width: 992px) and (max-width: 1199px) {
    /*Header starts here*/


    /*Header ends here*/

    /*Home page starts here*/
    .body .video-banner .content {
        width: 100%;
    }
    .section.what-we-do .heading {
        padding-top: 0px;
    }
    /*Home page ends here*/

    /*case-studies page starts here*/
    .body .video-banner {
        height: auto ! important;
    }
    .section {
        padding: 60px 0px;
    }

    /*case-studies page starts here*/
    .body .video-banner {
        height: auto ! important;
    }
    .section {
        padding: 60px 0px;
    }
    .case-studies-page .banner .image {
        height: auto ! important;
    }
    .case-studies-page .section.video-banner {
        height: auto ! important;
        padding: 0px 0px 0px;
    }
    .case-studies-page .video-banner .content {
        width: 60%;
        max-width: 1000px;
    }
    .case-studies-page .banner .text .inner-text,
    .case-studies-page .video-banner .text .inner-text {
        font-size: 20px;
        line-height: 30px;
    }
    /*cci page starts here*/
    .cci-page .cci-wrapper .arttolivein .each-video {
        width: calc((100% - 42px) /2);
        border: 1px solid #000;
        float: left;
    }
    .cci-page .cci-wrapper .arttolivein .each-video + .each-video {
        margin-left: 40px;
    }
    /*cci page ends here*/

    /*case-studies page ends here*/

    /*careers page starts here*/
    .careers-page .banner .content {
        right: 0px;
    }
    .careers-page .career-content .career-form {
        margin-top: 40px;
    }
    /*careers page ends here*/

    /*about page starts here*/
    .about-page .banner .image {
        height: auto ! important;
    }
    /*about page ends here*/

}

@media (min-width: 768px) and (max-width: 1024px) {
    .body .video-banner .content .heading {
        font-size: 40px;
        line-height: 53px;
        padding: 10px 20px;
    }
    .body .video-banner {
        background-color: #2d2d2d;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    .slider .carousel-control-next {
        right: -10px;
    }
    .slider .carousel-control-prev {
        left: -10px;
    }
    .labs-page .each-project-section .slider #embassy_plus_carousel .carousel-control-next {
        right: -100px;
    }
    .labs-page .each-project-section .slider #embassy_plus_carousel .carousel-control-prev {
        left: -100px;
    }
    .section {
        padding: 60px 0px;
    }

    /*homepage starts here*/
    .body.home-page .video-banner .content {
        top: 40%;
    }
    .section.what-we-do .heading {
        padding-top: 0px;
    }
    .section.case-study-section {
        padding: 60px 0px 30px;
    }
    /*homepage ends here*/

    /*case-studies page starts here*/
    .case-studies-page .section {
        padding: 50px 0 0;
        box-sizing: border-box;
    }
    .case-studies-page .banner .image {
        height: auto ! important;
    }
    .case-studies-page .section.video-banner {
        height: auto ! important;
        padding: 0px 0px 0px;
    }
    .case-studies-page .video-banner .content {
        width: 100%;
        max-width: 100%;
        top: 50%;
        bottom: auto;
        left: 0;
        transform: translate(-0%, -50%);
    }
    .case-studies-page .banner .text .inner-text,
    .case-studies-page .video-banner .text .inner-text {
        font-size: 20px;
        line-height: 30px;
    }
    /*case-studies page ends here*/

    /*careers page starts here*/
    .careers-page .banner .content {
        right: 0px;
    }
    .careers-page .career-content .career-form {
        margin-top: 40px;
    }
    /*careers page ends here*/

    /*about page starts here*/
    .about-page .banner .image {
        height: auto ! important;
    }
    .about-page .banner .content .text {
        line-height: 33px;
    }
    .about-page .our-partners .content .logo-content {
        width: calc((100% - 40px) / 2);
        margin-bottom: 50px;
    }
    .about-page .our-partners .content .logo-content + .logo-content {
        margin-left: 40px;
    }
    .about-page .our-partners .content .logo-content:nth-child(2n+1) {
        margin-left: 0px;
    }
    .about-page .our-partners .content .logo-content .image {
        text-align: center;
        min-height: auto;
    }
    .about-page .banner .content {
        top: 65%;
    }
    .about-page .banner .content .get-in-touch a {
        margin: 20px 0px 30px;
    }
    /*about page ends here*/

}

@media(max-width: 767px) {
    body {
        font-size: 14px;
    }
    .section {
        padding: 30px 0;
        box-sizing: border-box;
    }
    .link a {
        font-size: 13px;
        padding: 8px 12px;
    }
    .link a + a {
        margin-left: 10px;
    }

    /*Header starts here*/
    #logo img {
        position: fixed;
        height: 40px;
        margin: 15px 0px;
    }

    /*Header ends here*/
    .slider .carousel-control-next {
        right: -10px;
    }
    .slider .carousel-control-prev {
        left: -10px;
    }

    /*Home page starts here*/

    .section.what-we-do {
        padding-bottom: 30px;
    }
    .section.what-we-do .text {
        font-size: 14px;
        line-height: 22px;
        padding: 10px 0 30px;
    }
    .section.what-we-do .heading {
        padding-top: 0px;
    }
    .body.home-page .video-banner .content .heading{
        font-size: 30px;
        line-height: 40px;
    }
    .body.home-page  .video-banner .content {
        position: absolute;
        top: 50%;
        left: unset;
        width: 100%;
        padding: 0px 10px;
        box-sizing: border-box;
        max-width: 100%;
        transform: translate(-0%, -50%);
        -ms-transform: translate(-0%, -50%);
    }
    .heading {
        font-size: 18px;
        line-height: 26px;
    }
    .sub-heading {
        font-size: 16px;
        line-height: 24px;
    }

    .home-page .video-banner .content {
        top: auto;
        bottom: 10px;
    }
    .home-page .video-banner .content .heading {
        font-size: 25px;
        line-height: 33px;
        padding: 10px 10px 8px;
    }
    .home-page .video-banner .content .text {
        font-size: 18px;
        line-height: 23px;
        padding: 5px 0 15px;
        font-weight: 700;
    }
    .body .video-banner {
        background-color: #ccc;
    }
    .body .video-banner .content .heading {
        font-size: 25px;
        line-height: 35px;
        color: #fff;
        margin-bottom: 0;
        text-align: center;
        text-transform: none;
    }

    .spacer {
        width: 60px;
        margin: 20px auto;
    }
    .body {
        margin-top: 0px;
    }
    .home-page {
        /*padding-top: 80px;*/
    }
    .body .banner-heading {
        font-size: 30px;
        line-height: 40px;
        font-weight: 700;
        color: #fff;
        padding: 80px 10px 10px;
        margin-bottom: 0;
        text-align: center;
        text-transform: none;
        background-color: #2d2d2d;
    }
    .BR-blue {
        border-right: 0px solid #0076BA;
    }
    .BR-grey {
        background: none;
    }
    .section.case-study-section {
        padding: 30px 0px 15px;
    }
    .section.case-study-section .heading {
        font-size: 18px;
        margin-bottom: 40px;
    }
    .section.logos {
        padding: 15px 0px 30px;
    }
    .section .bg-slider {
        background: none;
        border: 1px solid #0076BA;
        padding: 0px 0px 0px;
        margin-bottom: 30px;
    }
    .section .bg-iphone {
        background: none;
        border: 1px solid #0076BA;
        padding: 0px 0px 0px;
        margin-bottom: 30px;
    }
    .section .carousel-control {
        display: none;
    }
    .section.testimonials #testimonials-slider {
        width: 100%;
    }
    .section .carousel-control.right {
        right: 0px;
    }
    .section .carousel-control.left {
        left: 0px;
    }
    .section.sherlock .carousel-inner {
        margin-bottom: 0px;
    }
    .section .carousel-indicators {
        bottom: -30px;
    }
    .section.footer {
        margin-top: 0px;
    }
    .footer .work-with-us {
        height: 200px;
    }
    .footer .hello-section {
        height: 240px;
    }
    .footer .work-with-us .heading,
    .footer .hello-section .heading{
        font-size: 20px;
        margin-bottom: 10px;
        padding-top: 0px;
    }
    .footer-top {
        padding: 25px 20px 25px;
    }
    .footer-top .social-links ul li {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 2px;
    }
    .footer-top .social-links ul li + li {
        margin-left: 5px;
    }
    .static-value {
        left: 25px;
        top: 11px;
    }
    .footer-bottom .copyright-text {
        padding: 10px 0px;
        text-align: center;
        float: none;
    }
    .footer .footer-bottom .social-links  {
        float: none;
        padding: 10px 0px;
        text-align: center;
        display: inline-block;
        margin: 0 auto;
    }
    .footer .social-links ul li {
        display: inline-block;
        text-align: center;
        padding: 5px 0px 10px;
    }
    .section.services  #home_carousel{
        opacity: 0;
    }
    #home_carousel .carousel-item .img{
        max-width: 100%;
        width: 100%;
    }
    #home_carousel .carousel-caption {
        position: absolute;
        right: 0%;
        top: 50%;
        left: 50%; 
        transform: translate(-50%, -50%);
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
    }
    #home_carousel .carousel-caption h2 {
        font-family: 'Montserrat', sans-serif;
        font-size: 30px;
        line-height: 42px;
        text-align: left;
    }
    #home_carousel .carousel-caption h3 {
        font-size: 15px;
        line-height: 20px;
        text-align: left;
        padding-bottom: 20px
    }
    #home_carousel .carousel-caption p {
        font-size: 16px;
        line-height: 23px;
        text-align: left;
    }
    /*Inner page starts here*/ 

    /*Inner page ends here*/
    /*case-studies page starts here*/
    .case-studies-page .video-banner .text .inner-text + .inner-text {
        margin-left: 15px;
    }
    .case-studies-page .common-client .each-content {
        width: 100%;
    }
    .case-studies-page .common-client .each-content + .each-content {
        margin-left: 0px;
    }
    .case-studies-page .banner .content .heading {
        font-size: 30px;
        line-height: 38px;
    }
    .case-studies-page .video-banner .content {
        left: 0;
        transform: translate(-0%, -50%);
        width: 100%;
        padding: 0px 15px;
        box-sizing: border-box;
    }
    .case-studies-page .video-banner .text .inner-text {
        font-size: 13px;
    }
    /*cci page starts here*/
    .cci-page .cci-wrapper .arttolivein .content {
        border: none;
    }
    .cci-page .cci-wrapper .arttolivein .each-video {
        width: 100%;
        margin-bottom: 20px;
    }
    .cci-page .cci-wrapper .arttolivein .each-video + .each-video {
        margin-left: 0px;
    }
    /*cci page ends here*/

    /*vanantara page starts here*/

    .vanantara-logos .first-logo {
        margin-bottom: 20px;
    }
    .vanantara-page .section.bee-videos .first-video {
        margin: 30px 0px 30px;
    }
    /*vanantara page ends here*/

    /*embassy page starts here*/

    .embassy-page .embassy-one {
        padding: 40px 0px 40px;
        background: #f7f5f6;
    }
    .embassy-page .embassy-logo-content .image-info {
        padding: 15px 15px;
        box-sizing: border-box;
    }
    .embassy-page .heading {
        font-size: 18px;
        line-height: 26px;
    }
    /*embassy page ends here*/

    /*case-studies page ends here*/

    /*about page starts here*/
    .about-page .banner .content {
        top: 65%;
        left: 0;
        transform: translate(-0%, -50%);
        width: 100%;
        padding: 0px 15px;
        box-sizing: border-box;
    }
    .about-page .banner .content .heading {
        font-size: 35px;
        line-height: 45px;
    }
    .about-page .logos-section .text.top-text {
        margin-bottom: 40px;
    }
    .about-page .banner .image {
        width: 100%;
        /*height: auto;*/
    }
    .about-page .banner .content .text {
        max-width: 100%;
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 21px;
    }
    .about-page .logos-section .content .logo-content .text {
        width: 80%;
        margin: 0 auto; 
    }
    .about-page .banner .content .get-in-touch a {
        margin: 10px 0px 10px;
    }
    .about-page .banner .content .get-in-touch {
        margin-bottom: 0px;
        margin-top: 60px;
    }
    .about-page .logos-section .content .logo-content {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .about-page .our-partners .content .logo-content:nth-child(4) {
        margin-bottom: 0px;
    }
    .about-page .logos-section .content .logo-content + .logo-content {
        margin-left: 0px;
    }
    .about-page .our-partners .content .logo-content {
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }
    .about-page .our-partners .content .logo-content + .logo-content {
        margin-left: 0px;
    }
    .about-page .our-partners .content .logo-content .image {
        min-height: auto;
        vertical-align: middle;
        margin-bottom: 5px;
    }
    .about-page .our-partners .top-text {
        margin-bottom: 30px;
    }
    /*about page ends here*/


    /*about page starts here*/
    .body.work-page {
        margin-top: 50px;
    }
    .work-page .banner .content .heading {
        font-size: 35px;
        line-height: 45px;
    }
    .work-page .banner .image.fit-height {
        width: auto;
        max-width: none;
        height: auto ! important;
    }
    .work-page .banner .image img {
        width: auto;
        height: auto;
    }
    .work-page .banner .content .text {
        max-width: 100%;
        margin-bottom: 20px;
    }
    .work-page .banner .content .get-in-touch a {
        margin: 10px 0px 10px;
    }
    .work-page .banner .content .get-in-touch {
        margin-bottom: 80px;
    }

    /*work page starts here*/

    .contact-page .banner .content {
        position: relative;
        top: 0%; 
        left: 0%; 
        width: 100%;
        transform: none; 
        -ms-transform: none;
        padding: 100px 0;
    }
    .contact-page .banner .content .heading {
        font-size: 30px;
        line-height: 48px;
    }
    .contact-page .contact-form .content .text {
        font-size: 15px;
        line-height: 21px;
        text-align: left;
        padding: 11px 10px;
        /* opacity: 0; */
    }
    .contact-page .contact-form .heading {
        font-size: 18px;
        line-height: 26px;
    }

    /*careers page starts here*/
    .body.careers-page {
        margin-top: 0px;
    }
    .careers-page .banner .content {
        padding: 0px 15px;
        box-sizing: border-box;
        right: 0px;
    }
    .careers-page .banner .content .heading {
        text-align: center;
        font-size: 26px;
        line-height: 36px;
    }
    .careers-page .career-content .content {
        padding: 20px 20px;
        min-height: fit-content;
    }
    .careers-page .career-content .content .sub-heading {
        font-size: 20px;
        line-height: 28px;
    }
    .careers-page .career-content .career-form {
        margin-top: 30px;
    }
    .careers-page .career-content .career-form .second-row .each-field {
        width: 100%;
        margin-bottom: 20px;
    }
    .careers-page .career-content .career-form .second-row .each-field.phone-field {
        margin-bottom: 0px;
    } 
    .careers-page .career-content .career-form .second-row .each-field + .each-field {
        margin-left: 0px;
    }
    .careers-page .career-content .career-form .fifth-row {
        margin: 0px 0px;
    }
    .careers-page .career-content .career-form .fifth-row .link {
        width: 100%;
        padding: 3px 0px;
    }
    .careers-page .career-content .career-form .fifth-row .link + .link {
        margin-left: 0px;
    }
    .careers-page .positions-container {
        position: absolute;
    }
    .careers-page .positions-container .positions-content .text {
        padding: 10px 0 20px;
    }
    .careers-page .career-content .content .list .item-desc .link a {
        padding: 8px 15px;
        letter-spacing: 1px;
    }
    .section.career-content .heading {
        margin-top: 60px;
        margin-bottom: 20px;
    }
    .careers-page .positions-container .positions-content .close-video-section {
        top: 10px;
        right: 15px;
    }
    .contact-page .banner .content .sub-heading {
        margin-bottom: 0px;
    }
    /*careers page ends here*/

}




/*labs page starts here*/
.labs-page img {
    max-width: 100%;
}
.labs-page .clearfix {
    clear:both;
}
.labs-page .banner-image {
    position: relative;
}
.labs-page .banner-section .banner-image.fit-height {
    width: auto;
    max-width: none;
    height: auto ! important;
}
.labs-page .banner-section .banner-image img {
    width: 100%;
    height: 100%;
}
.labs-page .banner-details {
    position: absolute;
    top: 59%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -55%);
    -ms-transform: translate(-50%, -55%);
    /*opacity: 0;*/
}
.labs-page .banner-details .heading {
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    color: #064761;
    padding: 10px 20px;
    margin-bottom: 0;
    text-transform: none;
    letter-spacing: 1px;
    text-align: center;
    opacity: 0;
}
.labs-page .banner-details .banner-heading {
    /*word-spacing: -0.15em;*/
    font-family: 'Montserrat', sans-serif;
    letter-spacing: .25px;
    font-size: 36px;
    line-height: 42px;
    padding-bottom: 0px;
    box-sizing: border-box;
    opacity: 0;
}

.labs-page .banner-description{
    max-width: 500px;
    margin: 0 auto;
    padding-top: 10px;
    opacity: 0;
}

.labs-page .labs-what-we-do  {
    background-color: #2D2D2D;
    padding-bottom: 30px;
    box-sizing: border-box;
}


.section .tech {
    text-align: center;
}
.section .tech .each-tech{
    color: #2d2d2d;
    font-size: 15px;
    line-height: 30px;
    padding: 20px 0 20px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: uppercase;
}
.section .tech .each-tech img{
    float:left;
    padding-right: 10px;
}
.section .tech .each-tech + .each-tech{
    margin-left: 70px;
}
.labs-page .labs-what-we-do .custom-row {
    /*width: calc(100% - 20px);*/
    width: 100%;
    padding: 0px 35px;
    box-sizing: border-box;

}
.labs-page .labs-what-we-do .custom-row .image{

}
.labs-page .labs-what-we-do .what-we-do-heading {
    color: #00A4C9;
    padding: 100px;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    opacity: 0;
}
.labs-page .labs-what-we-do .custom-row .custom-col-4 {
    width: calc((100% - 60px) / 4);
    padding: 45px 40px 0px 40px;
    box-sizing: border-box;
    float: left;
    min-height: 400px;
    text-align: center;
    position: relative;
    opacity: 0;
}

.labs-page .labs-what-we-do .custom-row .custom-col-4 .image:after {
    content: "";
    position: absolute;
    top: -25px;
    left: 50%;
    /* bottom: -30px; */
    width: 2px;
    height: 50px;
    background: #fff;
}
.labs-page .labs-what-we-do .custom-row .custom-col-4 + .custom-col-4 {
    margin-left: 20px;
}

.labs-page .labs-what-we-do .custom-row .custom-col-4:nth-child(even) {
    background-color: #00A4C9;
}
.labs-page .labs-what-we-do .custom-row .custom-col-4:nth-child(odd) {
    background-color: #004860;
}
.labs-page .labs-what-we-do .custom-row .custom-col-4 .details-section {
    padding-top: 80px;
    box-sizing: border-box;
}
.labs-page .labs-what-we-do .custom-row .custom-col-4 .details-section .main-heading {
    padding-bottom: 20px;
    box-sizing: border-box;
    font-size: 24px;
}
.labs-page .labs-what-we-do .custom-row .custom-col-4 .details-section .details {
    font-size: 16px;
}



.labs-page .each-project-section-main-section {
    background-color: #EEEEEE;
    padding-bottom: 20px;
    box-sizing: border-box;
}
.labs-page .our-project .each-project-section {

    padding: 40px 100px 50px 100px;
    box-sizing: border-box;
}
.labs-page .our-project-main-heading {
    text-align: center;
    text-transform: uppercase;
    color: #333333;
    padding-bottom: 50px;
    box-sizing: border-box;
    opacity: 0;
}
.labs-page .each-project-section .first-heading {
    color: #333333;
    font-family: 'Lato', sans-serif;
    text-align: center;
    padding-bottom: 5px;
    opacity: 0;
}
.labs-page .each-project-section .second-heading {
    font-size: 30px;
    line-height: 44px;
    color: #333333;
    text-align: center;
    text-transform: uppercase;
    padding-top: 5px;
    box-sizing: border-box;
    opacity: 0;
}

.labs-page .each-project-section .descreption {
    color: #333333;
    padding: 20px 100px 40px;
    box-sizing: border-box;
    text-align: center;
    opacity: 0;
}
.labs-page .each-project-section .slider {
    opacity: 0;
}.labs-page .each-project-section .image {
    opacity: 0;
}
.labs-page .each-project-section .slider #embassy_plus_carousel .carousel-control-next, 
.labs-page .each-project-section .slider #embassy_plus_carousel .carousel-control-prev  {
    top: -80px;
}
.labs-page .custom-app-row {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}
.labs-page .custom-app-col-4 {
    width: calc((100% - 60px) / 4);
    float: left;
    background-color: #1E2F3E;
    text-align: center;
    padding: 10px 0px;
    box-sizing: border-box;
    text-transform: uppercase;
}
.labs-page .custom-app-col-4 + .custom-app-col-4 {
    margin-left: 20px;
}
.labs-page .each-project-section-main-section + .each-project-section-main-section {
    margin-top: 80px;
}
.labs-page .each-project-section .image + .image {
    margin-top: 50px;
}
.labs-page .our-clients {
    text-align: center;
}
.labs-page .logo{
    opacity: 0
}
.labs-page .our-client-main-heading {
    text-transform: uppercase;
    text-align: center;
    color: #000;
    margin-bottom: 100px;
    opacity: 0;
}
#embassy_plus_carousel{
    text-align: center;
    background: url(../img/bg-mac.png) no-repeat center top;
    padding: 29px 28px 150px;
    margin: 0 auto;
    width: 70%;
    background-size: contain;
}
@media(max-width: 767px) {
    .labs-page .banner-details {
        position: absolute;
        top: 20%;
        left: 0%;
        text-align: center;
        transform: none;
        -ms-transform: none;
        padding: 0px 15px;
        box-sizing: border-box;
    }
    .labs-page .banner-details .heading {
        font-size: 22px;
        line-height: 32px;
    }
    .labs-page .banner-details .banner-heading {
        font-size: 26px;
        line-height: 36px;
    }
    .labs-page .labs-what-we-do .custom-row .custom-col-4 .details-section .main-heading {
        font-size: 18px;
        line-height: 26px;
    }
    .labs-page .labs-what-we-do .custom-row .custom-col-4 .details-section .details {
        font-size: 14px;
    }
    .labs-page .labs-what-we-do .custom-row .custom-col-4 .details-section {
        padding-top: 60px;
    }
    .labs-page .labs-what-we-do .custom-row .custom-col-4 {
        width: 100%;
    }
    .labs-page .labs-what-we-do .custom-row .custom-col-4 + .custom-col-4 {
        margin-left: 0px;
    }
    .labs-page .custom-app-col-4 {
        width: 100%;
    }
    .labs-page .custom-app-col-4 + .custom-app-col-4 {
        margin-left: 0px;
        margin-top: 10px;
    }
    .labs-page .each-project-section .descreption {
        padding: 10px 0px 30px;
    }
    .labs-page .our-project .each-project-section {
        padding: 20px 15px 80px 15px;
    }
    .labs-page .each-project-section-main-section + .each-project-section-main-section {
        margin-top: 40px;
    }
    .labs-page .each-project-section .second-heading {
        font-size: 20px;
        line-height: 34px;
    }
    #embassy_plus_carousel{
        padding: 13px 13px 64px;
        width: 85%;
        background-size: contain;
    }
    .section .tech .each-tech + .each-tech {
        margin-left: 20px;
    }
    .labs-page .labs-what-we-do .what-we-do-heading {
        padding: 40px;
    }
    .labs-page .each-project-section .slider #blvd_carousel .carousel-control-prev {
        top: auto;
        bottom: -60px;
        left: 90px;
    }
    .labs-page .each-project-section .slider #blvd_carousel .carousel-control-next {
        top: auto;
        bottom: -60px; 
        right: 90px;
    }
    .labs-page .each-project-section .slider #embassy_plus_carousel .carousel-control-prev {
        left: 70px;
        top: auto;
        bottom: -60px;
    }
    .labs-page .each-project-section .slider #embassy_plus_carousel .carousel-control-next {
        right: 70px;
        top: auto;
        bottom: -60px;
    }
    .labs-page .our-client-main-heading {
        margin-bottom: 30px;
    }
}
@media(min-width: 768px) and (max-width: 991px) {
    .labs-page .banner-image {
        height: auto ! important;
    }
    .labs-page .banner-details {
        left: 0;
        transform: translate(-0%, -50%);
        width: 100%;
        padding: 0px 15px;
        box-sizing: border-box;
        top: 200px;
    }
    .labs-page .banner-details .banner-heading {
        font-size: 24px;
        line-height: 34px;
    }
    .labs-page .banner-details .heading {
        font-size: 24px;
        line-height: 34px;
    }
    .labs-page .custom-app-col-4 {
        width: calc((100% - 40px) / 2);
        margin-bottom: 10px;
    }
    .labs-page .custom-app-col-4:nth-child(2n + 0) {
        margin-left: 40px;
        /*margin-top: 10px;*/
    }
    .labs-page .custom-app-col-4:nth-child(2n + 1) {
        margin-left: 0px;
        /*margin-top: 10px;*/
    }
    .labs-page .each-project-section .descreption {
        padding: 20px 0px;
    }
    .labs-page .our-project .each-project-section {
        padding: 40px 15px 50px 15px;
    }
    #embassy_plus_carousel{
        padding: 20px 17px 90px;
    }
    .labs-page .labs-what-we-do .what-we-do-heading {
        padding: 60px;
    }
    .labs-page .labs-what-we-do .custom-row .custom-col-4 {
        padding: 45px 15px 0px 15px;
    }
    .labs-page .labs-what-we-do .custom-row .custom-col-4 .details-section {
        padding-top: 50px;
    }
    .labs-page .labs-what-we-do {
        padding-bottom: 60px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) { 
    .labs-page .banner-image {
        height: auto ! important;
    }
    .labs-page .banner-details {
        left: 0;
        transform: translate(-0%, -50%);
        width: 100%;
        padding: 0px 15px;
        box-sizing: border-box;
        top: 300px;
    }
    .labs-page .banner-details .heading {
        font-size: 32px;
        line-height: 42px;
    }
    .labs-page .labs-what-we-do .what-we-do-heading {
        padding: 60px;
    }
    .labs-page .labs-what-we-do .custom-row .custom-col-4 .details-section {
        padding-top: 60px;
    }
}

/*labs page ends her*/

/*.item-head:before {
     font-family: 'Glyphicons Halflings';
    content: "\e113";
  transform: rotate(90deg);
  float: left;
}*/


.about-page .our-partners {
    display: none;
}
.about-page .section.footer {
    margin-top: 0px;
}