/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
html,body{
    height:100%;
}
.scrollOff{
    overflow: hidden;
    visibility: hidden;
}
#royal_preloader .bg{
position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    -webkit-transition: background .5s linear;
    -moz-transition: background .5s linear;
    -ms-transition: background .5s linear;
    -o-transition: background .5s linear;
    transition: background .5s linear;
}
#royal_preloader .percentage{
    color: #555;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    margin: -90px 0 0 0;
    background-image: url('../images/loader.gif');
    background-repeat: no-repeat;
    background-position: 50% 0;
    padding-top: 80px;
    width: 100%;
    height: 111px;
    position: absolute;
    font-size: 15px;
    top: 50%;
    -webkit-transition: all .3s linear .5s;
    -moz-transition: all .3s linear .5s;
    -ms-transition: all .3s linear .5s;
    -o-transition: all .3s linear .5s;
    transition: all .3s linear .5s;
    text-indent: -9999px;
}
#royal_preloader{
    font-family: Arial;
    font-size: 12px;
    visibility: visible;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999999;
    -webkit-transition: opacity .2s linear .5s;
    -moz-transition: opacity .2s linear .5s;
    -ms-transition: opacity .2s linear .5s;
    -o-transition: opacity .2s linear .5s;
    transition: opacity .2s linear .5s;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

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

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

a {
    color: #fff;
    text-decoration: none;
}

@font-face {
    font-family: 'dinBold';
    src: url('../fonts/din-bold-webfont.eot');
    src: local('â˜º'), url('../fonts/din-bold-webfont.woff') format('woff'),
    url('../fonts/DINBold.ttf') format('truetype'),
    url('../fonts/din-bold-webfont.svg') format('svg');
    font-weight: 700
}

@font-face {
    font-family: 'dinRegular';
    src: url('../fonts/DIN-Regular.eot');
    src: local('â˜º'), url('../fonts/DIN-Regular.woff') format('woff'),
    url('../fonts/DIN-Regular.ttf') format('truetype'),
    url('../fonts/DIN-Regular.svg') format('svg');
    font-weight: 700
}

body {
    font-family: 'dinRegular', sans-serif !important;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    font-size: 1.00vw;
    line-height: 20px;
    margin: 0;
    color: #fff;
    text-align: start;
}

h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
    font-family: 'dinBold', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
}

h1 {
    /* font-size: 32px; */
    /* line-height: 40px; */
    font-size: 2vw;
}

h3 {
    /* font-size: 19px; */
    /* line-height: 25px; */
    font-size: 1.25vw;
}

h4 {
    font-family: 'dinRegular', sans-serif;
    font-weight: 400;
    font-style: normal;
    /* font-size: 15px; */
    /* line-height: 22px; */
}

h5 {
    font-style: normal;
    font-size: 1.25vw;
    /* font-size: 20px; */
    /* line-height: 26px; */
    text-transform: uppercase;
}

.parallax {
    position: absolute;
    background: url(../images/parallax_bg.png) no-repeat #395a5d;
    background-size: cover;
    width: 100%;
    height: 4029px;
    /* padding-top: 33.333%; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.transparent {
    background-image: url('../images/output_1bkwBK.gif');
    /*background-repeat: no-repeat;*/
    width: 100%;
    /*height: 72%;*/
    z-index: 1000;
    margin-top: 82%;
}

.illuminate {
    position: relative;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent;
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    margin: 70px auto;
    padding: 20px;
    background: rgba(0, 130, 120, 0.8);
    border-radius: 5px;
    width: 30%;
    position: relative;
    transition: all 5s ease-in-out;
}

.popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}

.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.popup .close:hover {
    color: #06D85F;
}

.popup .content {
    max-height: 30%;
    overflow: auto;
}

@media screen and (max-width: 700px) {
    .box {
        width: 70%;
    }

    .popup {
        width: 70%;
    }
}

.address-2.pull-right, .address-1.pull-left {
    width: 40%;
}
.phone-wrapper .phone-1,
.phone-wrapper .phone-2{
    width: 40%;
}

.contact {
    position: relative;
    margin: 0 auto;
    width: 610px;
    width: 50%;
    color: #0b2929 !important;
}

.top-bottom-share {
    position: absolute;
    z-index: 1000;
}

.contact .content-wrapper .fish-effect {
    /* right: 133px; */
}

.glow-effect img {
    -webkit-transition: opacity 2s ease-in-out;
    -moz-transition: opacity 2s ease-in-out;
    -o-transition: opacity 2s ease-in-out;
    transition: opacity 2s ease-in-out;
    max-width: 100%;
    height: auto;
}

.fish-effect img {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.contact .top-bottom-share {
    margin-top: 78%;
    margin-left: 120%;
}

.absolute-center {
    /* position: relative; */
    position: absolute;
    z-index: 10;
    /* top: 50%; */
    margin-top: 50%;
    width: 100%;
}

.top-bottom-share .bottom {
    background: url("../images/small_arrow.png") no-repeat scroll 0 0 / 100% auto rgba(0, 0, 0, 0);
    height: 20px;
    margin: 0 0 7% 27%;
    width: 21px;
}

.top-bottom-share .top:hover {
    background: url('../images/arrow_hover.png');
    background-repeat: no-repeat;
    height: 31px;
    width: 32px;
}

.top-bottom-share .bottom:hover {
    background: url('../images/small_arrow_hover.png');
    background-repeat: no-repeat;
    width: 21px;
    height: 20px;
}

.section-header .menu ul li {
    display: inline-block;
    margin: 0 8px;
}

.section-header .menu ul li a {
    text-transform: uppercase;
    font-family: 'dinBold', sans-serif;
    font-weight: 700;
    font-style: normal;
}

.section-header .menu:hover ul {
    position: relative;
    display: inline-block;
}

.section-header .menu ul li a:hover {
    color: #45B69E;
}

.contact a {
    color: #193E19 !important;
}

.contact a:hover {
    color: #45B69E !important;
}

.top-bottom-share a {
    display: block;
}

.section-header .menu ul {
    display: none;
}

.first-column {
    float: left;
    width: 25%;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.section-header h1 {
    text-transform: uppercase;
}

.contact h1 {
    color: #193E19 !important;
    margin-left: -28%;
}

.second-column {
    float: left;
    width: 75%;
}

.contact .section-header .menu {

}

.contact h3 {
    color: #193E19 !important;
}

.section-header .menu > a {
    margin-right: 6px;
}

.contact .content-wrapper {
    /* margin-left: 187px; */
    padding-top: 3%;
    float: left;
    width: 100%;
    color: #193E19;
}

.fish-effect {
    display: inline-block;
    z-index: 10;
}

.fish-effect img.bottom {
    opacity: .9;
}

.contact .content-wrapper .address-wrapper {
    padding-bottom: 14px;
    margin-top: 4%;
}

.contact h5 {
    color: #193E19 !important;
}

h5 {
    font-style: normal;
    font-size: 1.25vw;
    /* font-size: 20px; */
    line-height: 29px;
    text-transform: uppercase;
}

.contact .content-wrapper .phone-wrapper {
    /* padding: 14px 0; */
    padding: 0;
    width: 100%;
    margin-top: 4%;
    float: left;
}

.contact .content-wrapper .email-wrapper {
    /* padding: 14px 0; */
    padding: 0;
    margin-top: 4%;
    color: red;
    float: left;
}

#image-sequence {
    position: absolute;
    z-index: 10;
    /* bottom: 500px; */
}

#image-sequence_sonali {
    position: absolute;
    z-index: 10;
    /* bottom: 500px; */
}

.team {
    margin: 0 auto;
    width: 50%;
    height: 805.8px;
}

.section {
    position: relative;
}

.top-bottom-share .top {
    background: url("../images/arrow.png") no-repeat scroll 0 0 / 100% auto rgba(0, 0, 0, 0);
    height: 31px;
    margin: 0 0 17% 19%;
    width: 32px;
}

.section-header h1 {
    text-transform: uppercase;
}

.team .section-header .menu {

}

.team .content-wrapper {
    padding-top: 4%;
    float: left;
    width: 100%;
}

.team .content-wrapper .fish-effect {
    /* right: 130px; */
    margin-top: 1%;
}

.team-member {
    clear: both;
    padding-top: 15px;
    margin-top: 3% !important;
}

.team .content-wrapper .team-member {
    margin-top: 10%;
}

.team .content-wrapper .team-member .designation {
    padding: 0 0 10px 0;
    line-height: 1;
}

.team .content-wrapper .team-member .email-id {
    font-family: 'dinBold', sans-serif;
    display: block;
    margin-top: 5px;
}

.team .content-wrapper .team-member .designation {
    padding: 0 0 10px 0;
    line-height: 1;
}

.left .email-id {
    font-family: 'dinBold', sans-serif;
}

.left {
    width: 45%;
    float: left;
    padding: 5px;
    margin-top: 10px;
}

.right {
    width: 45%;
    float: left;
    padding: 5px;
    margin-top: 10px;
}

.team .top-bottom-share {
    margin-top: 65%;
    margin-left: 120%;
}

.top-bottom-share .quick-share:hover {
    color: #717171;
}

.projects {
    margin: 0 auto;
    width: 50%;
    height: 805.8px;
}

.projects .top-bottom-share {
    margin-top: 70%;
    margin-left: 120%;
}

.projects .absolute-center {
    margin-top: 25%;
}

.projects .section-header .menu {

}

.projects .content-wrapper {
    width: 100%;
    padding-top: 6%;
}

.projects .content-wrapper ul {
    /* height: 380px; */
    height: 50%;
    list-style: none;
    position: relative;
    /*width: 854px;*/
    /*padding-left: 137px;*/
    margin-top: -142px;
}

.projects .content-wrapper ul li:nth-child(1) {
    margin-left: 35%;
    margin-top: 10%;
}

.projects .content-wrapper ul li a {
    font-family: 'dinBold', sans-serif;
    font-size: 1.25vw;
    font-weight: 700;
    text-transform: uppercase;
}

.projects .content-wrapper ul li:nth-child(2) {
    margin-left: 48%;
    margin-top: 15%;
    margin-bottom: -13%;
}

.projects .content-wrapper ul li:nth-child(3) {
    margin-left: 22%;
    margin-top: 5%;
}

.projects .content-wrapper ul li:nth-child(4) {
    float: right;
    margin-top: -7%;
}

.projects .content-wrapper ul li:nth-child(5) {
    margin-left: 34%;
    margin-top: 10%;
}

.projects .content-wrapper ul li:nth-child(6) {
    margin-left: 22%;
    margin-top: 5%;
}

.projects .content-wrapper ul li a:hover {
    color: #45B69E;
}

.vision {
    margin: 0 auto;
    width: 50%;
    height: 805.8px;
}

.vision .top-bottom-share {
    margin-top: 68%;
    margin-left: 120%;
}

.vision .absolute-center {
    margin-top: 42%;
}

/*.vision .section-header h1 {*/
/*margin-left: 18px;*/
/*}*/

.vision .section-header .menu {

}

.vision .content-wrapper {
    position: relative;
}

.vision-text img {
    width: 136px;
    margin-top: 20px;
    margin-left: 10px;
    margin-bottom: 5px;
    margin-right: 0px;
    height: 150px;
    float: right;
}

.vision_side_menu {
    cursor: pointer;
    margin-top: 20%;
    padding-left: 7%;
}

.vision_side_menu2 {
    cursor: pointer;
    margin-top: 20%;
    margin-left: -6%;
}

.vision .content-wrapper .fish-effect {
    margin-top: 10%;
}

#artist_para {
    margin-top: -1%;
}

.vision_side_menu_selected {
    color: #45B69E;
}

#company_para {
    margin-top: 20%;
}

.main-section {
        height: 805.8px;
    width: 61%;
    margin: 0 auto;
    padding: 0;
    bottom: 0;
}

#image-sequence-bubble {
    position: absolute;
    margin-left: 7%;
    margin-bottom: 38%;
}

.main-section .top-bottom-share {
    z-index: 1000;
    margin-top: 68%;
    margin-left: 120%;
    width: 6%;
}

.main-section .top-bottom-share {
    z-index: 1000;
    margin-top: 68%;
    margin-left: 120%;
    width: 6%;
}

.main-section .absolute-center {
    margin-top: 36%;
    margin-left: 0%;
}

.main-section-content {
    float: left;
    margin-left: 23%;
    width: 48%;
}

.main-section-logo {
    max-width: 100%;
}

/*.rw-wrapper {*/
/*width: 100%;*/
/*position: relative;*/
/*margin: auto auto 0 auto;*/
/* font-family: 'dinBold',sans-serif; */
/*font-family: 'dinRegular',sans-serif;*/
/*font-weight: 400;*/
/*font-style: normal;*/
/*font-size: 1.00vw;*/
/*margin: 0;*/
/*color: #fff;*/
/*text-align: justify;*/
/* font-weight: 500; */
/* padding: 1px; */
/* font-size: 12px; */
/*margin-top: 6%;*/
/*}*/

/*.rw-sentence {*/
/*font-size: 16px;*/
/*text-align: left;*/
/*}*/

/*.rw-sentence {*/
/*margin: 0;*/
/* text-align: left; */
/*text-align: justify;*/
/*font-family: 'dinRegular',sans-serif;*/
/*font-size: 1.00vw;*/
/* text-shadow: 1px 1px 1px rgba(255,255,255,0.8); */
/* font-family: 'dinBold',sans-serif; */
/*}*/

/*.rw-words {*/
/*display: inline;*/
/*text-indent: 10px;*/
/* font-family: 'dinBold',sans-serif; */
/*font-family: 'dinRegular',sans-serif;*/
/*font-size: 1.00vw;*/
/*text-align: justify;*/
/*}*/

/*.rw-words span {*/
/*position: absolute;*/
/*opacity: 0;*/
/*overflow: hidden;*/
/*width: 100%;*/
/*color: #FFFFFF;*/
/*font-size: 1.00vw;*/
/*text-align: justify;*/
/*}*/

/*.rw-words-1 span {*/
/*-webkit-animation: rotateWordsFirst 25s linear infinite 0s;*/
/*-ms-animation: rotateWordsFirst 25s linear infinite 0s;*/
/*animation: rotateWordsFirst 25s linear infinite 0s;*/
/*}*/

/*.rw-words span:nth-child(2) {*/
/*-webkit-animation-delay: 10s;*/
/*-ms-animation-delay: 10s;*/
/*animation-delay: 10s;*/
/*color: #FFFFFF;*/
/*}*/

/*.rw-words span:nth-child(3) {*/
/*-webkit-animation-delay: 15s;*/
/*-ms-animation-delay: 15s;*/
/*animation-delay: 15s;*/
/*color: #FFFFFF;*/
/*}*/

/*.rw-words span:nth-child(4) {*/
/*-webkit-animation-delay: 20s;*/
/*-ms-animation-delay: 20s;*/
/*animation-delay: 20s;*/
/*color: #FFFFFF;*/
/*}*/

/* again text effect start here */

.rw-wrapper {
    width: 100%;
    position: relative;
    margin: auto auto 0 auto;
    /* font-family:font-family:'dinRegular',sans-serif; */
    /*font-family: 'dinBold',sans-serif;*/
    /*new changes*/
    font-family: 'dinRegular', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.00vw;
    margin: 0;
    color: #fff;
    text-align: justify;

    /*new changes end here*/

    /* font-weight: 500; */
    /* padding: 1px; */
    /*  font-size: 12px; */
    margin-top: 87%;
}

.rw-sentence {
    margin: 0;
    /* text-align: left; */
    text-align: justify;
    font-family: 'dinRegular', sans-serif;
    font-size: 1.00vw;
    height: 100px;
    /*text-shadow: 1px 1px 1px rgba(255,255,255,0.8);*/
    /* font-family:font-family:'dinRegular',sans-serif; */
    /* font-family: 'dinBold',sans-serif; */
}

.rw-sentence span {
    color: #FFFFFF;
    white-space: nowrap;
    /* font-size: 12px; */
    /* font-weight: normal; */
    /* font-family:font-family:'dinRegular',sans-serif; */
    /*
 font-family: 'dinBold',sans-serif;
 font-weight: 500;
 */
    font-family: 'dinRegular', sans-serif;
    font-weight: 400;
    font-size: 1.00vw;
    text-align: justify;
}

.rw-words {
    display: inline;
    text-indent: 10px;
    /* font-family:font-family:'dinRegular',sans-serif; */
    /* font-family: 'dinBold',sans-serif; */
    font-family: 'dinRegular', sans-serif;
    font-size: 1.00vw;
    text-align: justify;
}

.rw-words span {
    position: absolute;
    opacity: 0;
    overflow: hidden;
    width: 100%;
    color: #FFFFFF;
    font-size: 1.00vw;
    text-align: justify;
}

.rw-words-1 span {
    -webkit-animation: rotateWordsFirst 25s linear infinite 0s;
    -ms-animation: rotateWordsFirst 25s linear infinite 0s;
    animation: rotateWordsFirst 25s linear infinite 0s;
}

.rw-words-2 span {
    -webkit-animation: rotateWordsSecond 25s linear infinite 0s;
    -ms-animation: rotateWordsSecond 25s linear infinite 0s;
    animation: rotateWordsSecond 25s linear infinite 0s;
}

.rw-words span:nth-child(2) {
    -webkit-animation-delay: 10s;
    -ms-animation-delay: 10s;
    animation-delay: 10s;
    color: #FFFFFF;
}

.rw-words span:nth-child(3) {
    -webkit-animation-delay: 15s;
    -ms-animation-delay: 15s;
    animation-delay: 15s;
    color: #FFFFFF;
}

.rw-words span:nth-child(4) {
    -webkit-animation-delay: 20s;
    -ms-animation-delay: 20s;
    animation-delay: 20s;
    color: #FFFFFF;
}

.rw-words span:nth-child(5) {
    -webkit-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
    color: #FFFFFF;
}

.rw-words span:nth-child(6) {
    -webkit-animation-delay: 15s;
    -ms-animation-delay: 15s;
    animation-delay: 15s;
    color: #FFFFFF;
}

@-webkit-keyframes rotateWordsFirst {
    0% {
        opacity: 1;
        -webkit-animation-timing-function: ease-in;
        height: 0px;
    }
    8% {
        opacity: 1;
        height: 60px;
    }
    19% {
        opacity: 1;
        height: 60px;
    }
    25% {
        opacity: 0;
        height: 60px;
    }
    100% {
        opacity: 0;
    }
}

@-ms-keyframes rotateWordsFirst {
    0% {
        opacity: 1;
        -ms-animation-timing-function: ease-in;
        height: 0px;
    }
    8% {
        opacity: 1;
        height: 60px;
    }
    19% {
        opacity: 1;
        height: 60px;
    }
    25% {
        opacity: 0;
        height: 60px;
    }
    100% {
        opacity: 0;
    }
}

@keyframes rotateWordsFirst {
    0% {
        opacity: 1;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        height: 0px;
    }
    8% {
        opacity: 1;
        height: 60px;
    }
    19% {
        opacity: 1;
        height: 60px;
    }
    25% {
        opacity: 0;
        height: 60px;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes rotateWordsSecond {
    0% {
        opacity: 1;
        -webkit-animation-timing-function: ease-in;
        width: 0px;
    }
    10% {
        opacity: 0.3;
        width: 0px;
    }
    20% {
        opacity: 1;
        width: 100%;
    }
    27% {
        opacity: 0;
        width: 100%;
    }
    100% {
        opacity: 0;
    }
}

@-ms-keyframes rotateWordsSecond {
    0% {
        opacity: 1;
        -ms-animation-timing-function: ease-in;
        width: 0px;
    }
    10% {
        opacity: 0.3;
        width: 0px;
    }
    20% {
        opacity: 1;
        width: 100%;
    }
    27% {
        opacity: 0;
        width: 100%;
    }
    100% {
        opacity: 0;
    }
}

@keyframes rotateWordsSecond {
    0% {
        opacity: 1;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        width: 0px;
    }
    10% {
        opacity: 0.3;
        width: 0px;
    }
    20% {
        opacity: 1;
        width: 100%;
    }
    27% {
        opacity: 0;
        width: 100%;
    }
    100% {
        opacity: 0;
    }
}

/* again text effect end here */

.main-section-nav {
    float: left;
    width: 29%;
}

.main-section ul.nav {
    width: 93%;
    position: relative;
    list-style: none;
    padding-top: 44px;
}

.main-section ul.nav li:nth-child(1) {
    margin-left: 40%;
    margin-top: 10%;
}

.main-section ul.nav li:nth-child(2) {
    margin-left: 70%;
    margin-top: 10%;
}

.main-section ul.nav li:nth-child(3) {
    margin-left: -2%;
    margin-top: 10%;
}

.main-section ul.nav li:nth-child(4) {
    margin-left: 30%;
    margin-top: 10%;
}

.main-section ul.nav li:nth-child(5) {
    margin-left: 70%;
    margin-top: 10%;
}

#footer {
    margin-top: 7%;
    margin-left: 24%;
    width: 100%;
    float: left;
}

.footer-logos {
    position: relative;
    width: 100%;
    max-width: 1000px;
}

.logo-joseph {
    width: 30%;
    max-width: 200px;
    padding-top: 8px;
}

.footer-logos a {
    display: inline-block;
    max-width: 100%;
}

.footer-logos a.joseph {
    background-image: url('../images/joseph.png');
    background-repeat: no-repeat;
    width: 100%;
    height: 22px;
    background-size: 100% auto;
}

.footer-logos a.joseph:hover {
    background-image: url('../images/joseph_hover.png');
}

.logo-fineb {
    float: left;
    /*width: 13%;*/
    max-width: 88px;
}

.footer-logos a.finebalance {
    background-image: url('../images/new-logo-footer.png');
    background-repeat: no-repeat;
    width: 165px;
    height: 36px;
    background-size: 100% auto;
}
.footer-logos a.finebalance:hover {
    background-image: url('../images/new-logo-footer-hover.png');
}
/*.footer-logos a.finebalance:hover {*/
/*background: url('../images/finebalance_hover.png') no-repeat;*/
/*width: 27px;*/
/*height: 25px;*/
/*background-size: 100% auto;*/
/*}*/

.logo-hinduja {
    width: 12%;
    max-width: 46px;
}

.footer-logos a.hinduja {
    background-image: url('../images/Hinduja_logo_white.png');
    background-repeat: no-repeat;
    width: 78px;
    height: 28px;
    background-position: center center;
}

.footer-logos a.hinduja:hover {
    background-image: url('../images/Hinduja_logo_yellow.png');
}

.logo-satya {
    width: 25%;
    max-width: 170px;
    padding-top: 5px;
}

.footer-logos a.satya {
    background-image: url('../images/satya_hinduja_logo_white.png');
    background-repeat: no-repeat;
    width: 150px;
    height: 26px;
    background-size: 100% auto;
}

.footer-logos a.satya:hover {
    background-image: url('../images/satya_hinduja_logo_yellow.png');
}
.logo-fred {
    width: 25%;
    max-width: 170px;
    padding-top: 9px;
}
.footer-logos a.fred {
    background-image: url('../images/fred_eerdekens_logo_white.png');
    background-repeat: no-repeat;
    width: 150px;
    height: 16px;
    background-size: 100% auto;
}
.footer-logos a.fred:hover {
    background-image: url('../images/fred_eerdekens_logo_yellow.png') ;
}
.logo-janaina {
    width: 25%;
    max-width: 170px;
    padding-top: 8px;
}
.footer-logos a.janaina {
    background-image: url('../images/MELLOLANDINI_logo_white.png');
    background-repeat: no-repeat;
    width: 150px;
    height: 16px;
    background-size: 100% auto;
}
.footer-logos a.janaina:hover {
    background-image: url('../images/MELLOLANDINI_logo_yellow.png') ;
}

.footer-logos .logo:nth-child(1){
    margin-left:0;
}
.footer-logos .logo{
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin-left:2%;
}

.main-section ul.nav li a {
    font-family: 'dinBold', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.popup-project {
    display: none;
    background-color: rgba(1, 45, 67, 0.5);
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
}

.popup-project .inner-wrapper {
    width: 996px;
    margin: 0 auto;
    position: relative;
    padding: 100px 50px 0 50px;
}

.popup-project .inner-wrapper .continue {
    position: fixed;
    display: inline-block;
    font-family: 'dinBold', sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 23px;
}

.popup-project .inner-wrapper .sidebar {
    width: 200px;
    position: fixed;
}

.popup-project .inner-wrapper .sidebar h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 30px;
    text-transform: uppercase;
    width: 140px;
}

.popup-project .inner-wrapper .sidebar .film-info {
    margin-bottom: 30px;
}

.popup-project .inner-wrapper .sidebar .film-info h2 {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    width: 130px;
}

.popup-project .inner-wrapper .sidebar .film-info h4 {
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
}

.popup-project .inner-wrapper .sidebar .film-info a:hover, .popup-project .inner-wrapper .sidebar .film-info a.active {
    color: #45B69E;
    /* text-shadow: -2px 1px 20px #45B69E; */
}

.popup-project .inner-wrapper .sidebar h4.share {
    font-family: 'dinBold', sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 25px;
    margin: 40px 0 5px 0;
    text-transform: uppercase;
}

.popup-project .inner-wrapper .sidebar .contact-link {
    font-family: 'dinBold', sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 25px;
    text-transform: uppercase;
}

.popup-project .inner-wrapper .sidebar .contact-form {
    display: none;
    position: relative;
    width: 140px;
    height: 140px;
    margin-top: 10px;
    color: #fff;
}

.popup-project .inner-wrapper .sidebar .contact-form input {
    border-bottom: 0;
}

.popup-project .inner-wrapper .sidebar .contact-form input, .popup-project .inner-wrapper .sidebar .contact-form textarea {
    width: 120px;
    border: 2px solid #fff;
    background-color: transparent;
    padding: 6px 8px;
    margin: 0;
    color: #fff;
}

.popup-project .inner-wrapper .sidebar .contact-form input, .popup-project .inner-wrapper .sidebar .contact-form textarea {
    width: 120px;
    border: 2px solid #fff;
    background-color: transparent;
    padding: 6px 8px;
    margin: 0;
    color: #fff;
}

.popup-project .inner-wrapper .sidebar .contact-form input[type="submit"] {
    width: auto;
    border: 0;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    position: absolute;
    right: 4px;
    bottom: 2px;
}

.popup-project .inner-wrapper .project-content {
    width: 796px;
    font-size: 14px;
    line-height: 20px;
    padding: 73px 182px 0 105px;
    box-sizing: border-box;
}

.popup-project .inner-wrapper .project-content .inner-project-content {
    border-bottom: 2px solid #fff;
}

.popup-project .inner-wrapper .project-content .inner-project-content p {
    margin: 10px 0;
}

.popup-project .inner-wrapper .project-content .film-footer {
    font-family: 'dinBold', sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 25px;
    padding: 35px 0;
}

.popup-project .inner-wrapper .project-content .film-footer .back-to-top {
    display: inline-block;
    position: relative;
    margin: 9px 53px 0 0;
    text-transform: uppercase;
}

.popup-share {
    width: 772px;
    height: 453px;
    background-color: rgba(0, 130, 120, 0.8);
    position: relative;
}

.popup-project .inner-wrapper .sidebar .contact-form input {
    border-bottom: 0;
}

.popup-project .inner-wrapper .continue img.bottom {
    opacity: .5;
}

.popup-project .inner-wrapper .continue img {
    position: absolute;
    top: -39px;
    right: -97px;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.popup-project .inner-wrapper .continue:hover {
    color: #45B69E;
    /* text-shadow: -2px 1px 20px #45B69E; */
}

.popup-project .inner-wrapper .project-content .inner-project-content img {
    width: 509px;
    margin-bottom: 15px;
}

.popup-project .inner-wrapper .project-content .film-footer .back-to-top img {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    position: absolute;
    right: -85px;
    top: -33px;
}

.popup-project .inner-wrapper .project-content .film-footer .back-to-top img.bottom {
    opacity: .5;
}

.popup-project .inner-wrapper .project-content .film-footer .back-to-top:hover {
    color: #45B69E;
    /* text-shadow: -2px 1px 20px #45B69E; */
}

.popup-project .inner-wrapper .project-content .inner-project-content ul {
    margin-bottom: 15px;
}
.social--link {
    width:30px;
    height:30px;
    margin: 0 0 15px 20%;
}
.social--link.instagram{
    display: inline-block;
    background-image: url('../images/Instagram_icon.png');
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
}
/*----Responsive Media Query--------*/

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

    /*.address-2.pull-right{    margin-top: -90px;*/
    /*margin-right: -116px;}    */
    .main-section-content {
        margin-left: 0px;
    }

    .top-bottom-share .top {
        margin: 0 0 18% 4%;
    }

    .social--link {
        margin: 0 0 8% 7%; 
    }

    .main-section  .social--link {
        margin: 0 0 8% 2%; 
    }
    .main-section .top-bottom-share .top {
        margin: 0 0 8% 1%;
    }

    .main-section .top-bottom-share .bottom {
        margin-left: 8%;
    }

    .vision .top-bottom-share {
        margin-left: 110%;
        margin-top: 84%;
        width: 8%;
    }

    .popup-share .share-form input[type="submit"] {
        right: 50px;
    }

    .projects .top-bottom-share {
        margin-left: 108%;
        margin-top: 78%;
        width: 8%;
    }

    /*.projects .top-bottom-share {*/
    /*margin-left: 108%;*/
    /*margin-top: 78%;*/
    /*width:8%;*/
    /*}*/
    /*.team .top-bottom-share {*/
    /*margin-left: 107%;*/
    /*margin-top: 78%;*/
    /*width:8%;	*/
    /*}*/
    .popup-project {
        left: -55px;
    }

    .team .content-wrapper .team-member {
        margin-top: 6%;
    }

    /*.projects .absolute-center*/
    /*{*/
    /*margin-top: 36%;}*/
    .second-column {
        width: 70%;
    }

    /*.vision .absolute-center*/
    /*{*/
    /*margin-top: 69%;*/
    /*}*/
    .team .content-wrapper .team-member .designation {
        padding: 4px 0px 10px;
    }

    .team .section-header .menu {
        margin-top: 1%;
    }

    .projects .section-header .menu {
        font-size: 17px;
        margin-top: 1.2%;
    }

    .vision .section-header .menu {
        font-size: 17px;
        margin-top: 1%;
    }

    .contact .content-wrapper .address-wrapper {
        width: 92%;
    }

    .contact .content-wrapper .phone-wrapper {
        width: 86%;
    }

    .rw-sentence {
        font-size: 19px;
    }

    .main-section .absolute-center {
        margin-left: 0;
        margin-top: 14%;
    }

    #image-sequence-bubble {
        margin-left: 0;
    }

    .team .content-wrapper .team-member .designation {
        padding: 6px 0 10px;
    }

    .section-header h1 {
        font-size: 25px;
    }

    .team .absolute-center {
        margin-top: 35%;
    }

    .section-header .menu > a {
        font-size: 17px;
    }

    .rw-sentence {
        font-size: 15px;
        line-height: 22px;
    }

    .section {
        width: 62%;
    }

    /*.contact{width:62%;height:413.4px!important;}*/
    .contact .top-bottom-share {
        /*bottom: 11%;*/
        margin-left: 0;
        margin-top: -11%;
        right: -19%;
        width: 9%;
    }

    /*.absolute-center{margin-top:20%;}*/
    .contact .section-header .menu {
        font-size: 17px;
        margin-top: 0%;
    }

    .first-column {
        width: 22%;
    }

    .section-header .menu ul li {
        margin: 0 4px;
    }

    .fish-effect {
        width: 100%;
    }

    .address-1, .address-2 {
        color: #193e19;
        float: left;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 2%;
        width: 50%;
    }

    .contact .content-wrapper .phone-wrapper {
        font-size: 12px;
        color: #193e19 !important;
        width: 92%;
    }

    .contact .content-wrapper .email-wrapper {
        font-size: 12px;
        width: 100%;
        margin-bottom: 4%;
    }

    .contact a font {
        color: #193e19 !important
    }

    .top-bottom-share .bottom {
        margin-left: 14%;
    }

    .top-bottom-share .quick-share {
        font-size: 12px;
    }

    .menu {
        margin-top: 0;
    }

    .team {
        width: 62%;
        height: 581px !important;
    }

    .team .content-wrapper .team-member {
        font-size: 12px;
    }

    .projects .content-wrapper ul li a {
        font-size: 14px;
    }

    .projects .content-wrapper ul li:nth-child(1) {
        margin-top: 0;
    }

    h1, h3, h5, h4, h2 {
        font-size: 14px;
    }

    .projects .section-header .menu {
        font-size: 17px;
        margin-top: 1.2%;
    }

    /*.projects{height:339px!important;}*/
    .vision .section-header .menu {
        margin-top: 0;
    }

    .vision .content-wrapper .vision-text {
        font-size: 12px;
        text-align: left;
        margin-top: 17px;
    }

    .vision .section-header h1 {
        margin-left: 0;
    }

    /*.vision{height:515px!important;}*/
    /*.main-section .absolute-center*/
    /*{*/
    /*margin-left: 0;*/
    /*margin-top: 55%;*/
    /*}*/
    .main-section .news-wrapper {
        margin-top: 0;
    }

    .main-section-nav {
        width: 33%;
        float: right;
    }

    .main-section ul.nav {
        width: 94%;
    }

    .main-section ul.nav li a {
        font-size: 14px;
    }

    .footer-logos a.joseph {
        font-size: 24%;
        /*margin-top: 7%;*/
        /*padding-bottom: 22%;*/
    }

    .main-section {
        height: 513px !important;
    }

    /*.main-section .top-bottom-share*/
    /*{*/
    /*bottom: -45%;*/
    /*margin-left: 0;*/
    /*margin-top: 0;*/
    /*right: -26%;*/
    /*width: 14%;*/
    /*}*/
    #image-sequence-bubble {
        margin: 0;
        width: 100%;
    }

    .team .section-header .menu {
        font-size: 17px;
        margin-top: 1.5%;
    }

    .contact h1 {
        color: #193e19 !important;
        font-size: 25px;
    }

    .contact h3 {
        color: #193e19 !important
    }

    .contact a {
        color: #193e19 !important;
    }

    .contact h5 {
        color: #193e19 !important;
        font-size: 17px;
    }

    .popup-project .inner-wrapper {
        padding: 3%;
        width: 95%;
    }

    .popup-project .inner-wrapper .continue {
        font-size: 13px;
        left: 83% !important;
        line-height: 23px;
        position: fixed;
        right: 0;
        top: 8%;
        width: 18%;
        z-index: 2;
    }

    .popup-project .inner-wrapper {
        margin: 0 auto;
        padding: 9% 0 0;
        position: relative;
        width: 62%;
    }

    .popup-project .inner-wrapper img {
        width: 100%;
        right: -63px;
        top: -14px;
    }

    .popup-project .inner-wrapper .sidebar h1 {
        margin-bottom: 0;
        font-size: 17px;
        text-align: left
    }

    .popup-project .inner-wrapper .sidebar {
        position: absolute;
        width: 95%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .popup-project .inner-wrapper .sidebar .film-info h2 {
        font-size: 14px;
    }

    .popup-project .inner-wrapper .project-content {
        font-size: 14px;
        line-height: 20px;
        padding: 0;
        width: 70%;
    }

    .innerpadding1 {
        padding: 6% 0;
    }

    .innerpadding2 {
        padding: 7% 0;
    }

    .innerpadding3 {
        padding: 4% 0;
    }

    .innerpadding4 {
        padding: 9% 0 0;
    }

    .popup-project .inner-wrapper .sidebar .film-info {
        text-align: left;
    }

    .innerpadding5 {
        padding: 11% 0 0;
    }

    .innerpadding6 {
        padding: 9% 0 0;
    }

    iframe, object, embed {
        width: 100%;
    }

    .popup-project .inner-wrapper .project-content .inner-project-content img {
        width: 100%;
    }

    .popup-project .inner-wrapper .sidebar .film-info {
        margin-bottom: 0;
    }

    .popup-project .inner-wrapper .sidebar h4.share {
        font-size: 14px;
        margin: 0;
    }

    .popup-project .inner-wrapper .sidebar .contact-link {
        font-size: 14px;
    }

    .popup-project .inner-wrapper .project-content .film-footer .back-to-top img {
        right: -51px;
        top: -20px;
        width: 64%;
    }

    .popup-project .inner-wrapper .continue img {
        right: 27px;
        top: -56px;
        width: 69%;
    }

    .popup-project .inner-wrapper .project-content .film-footer {
        padding: 29px 0;
    }

    .popup-project .inner-wrapper .project-content .film-footer .share a {
        top: 0;
    }

    .popup-share ul li a.share-fb {

        margin-left: 10%;
        margin-top: 1%;
        width: 114px;
    }

    .popup-share ul li a.share-twitter {

        margin-left: 26%;
        margin-top: -10%;
        width: 95px;
    }

    .popup-share h1 {
        font-size: 35px;
        padding: 47px 0 0 57px;
    }

    .popup-share {
        width: 100%;
    }

    .fancybox-opened {
        left: 0 !important;
        margin: 0 auto;
        right: 0;
        width: 62% !important;
    }

    .fancybox-inner {
        width: 100% !important;
    }

    .popup-share .share-form {
        width: 37%;
    }

    .popup-share ul li a.share-mail {
        margin-left: 37%;
        margin-top: 1%;
        width: 89px;
    }

    .fancybox-close {
        right: -4px;
        top: -9px;
    }

    .popup-project .inner-wrapper .sidebar .contact-form {
        height: 136px;
        background: #1d4450;
    }

}

@media only screen and (max-width: 1024px) {
    #royal_preloader .percentage {
        background-image: url('../images/loader-mobile.gif');
        height: 211px;
    }
    .top-bottom-share .top {
        margin: 0 0 18% 4%;
    }

    .main-section .top-bottom-share .top {
        margin: 0 0 8% 1%;
    }

    .main-section .top-bottom-share .bottom {
        margin-left: 8%;
    }

    .vision .top-bottom-share {
        margin-left: 110%;
        margin-top: 84%;
        width: 8%;
    }

    .projects .top-bottom-share {
        margin-left: 108%;
        margin-top: 78%;
        width: 8%;
    }

    .projects .top-bottom-share {
        margin-left: 108%;
        margin-top: 78%;
        width: 8%;
    }

    .team .top-bottom-share {
        margin-left: 107%;
        margin-top: 78%;
        width: 8%;
    }

    .popup-project {
        left: -82px;
    }

    .rw-sentence {
        font-size: 15px;
        line-height: 19px;
    }

    .section {
        width: 70%;
    }

    .contact {
        width: 70%;
    }

    .logo-joseph {
        width: 78%;
    }

    .absolute-center {
        margin-top: 20%;
    }

    h1, h3, h5, h4, h2 {
        font-size: 14px;
    }

    .contact .section-header .menu {
        margin-top: 1px;
    }

    .first-column {
        width: 22%;
    }

    .section-header h1 {
        font-size: 22px;
    }

    .section-header .menu > a {
        font-size: 15px;
    }

    .section-header .menu ul li {
        margin: 0 4px;
    }

    .fish-effect {
        width: 100%;
    }

    .address-1, .address-2 {
        color: #193e19 !important;
        float: left;
        font-size: 12px;
        line-height: 13px;
        margin-bottom: 2%;
        width: 50%;
    }

    .section-header .menu > a {
        font-size: 15px;
    }

    .contact .content-wrapper .phone-wrapper {
        font-size: 12px;
        color: #fff;
    }

    .contact .content-wrapper .email-wrapper {
        font-size: 12px;
        width: 100%;
        margin-bottom: 4%;
    }

    .contact a font {
        color: #193e19 !important;
    }

    .top-bottom-share .bottom {
        margin-left: 14%;
    }

    .top-bottom-share .quick-share {
        font-size: 12px;
    }

    .menu {
        margin-top: 0;
    }

    .team {
        width: 70%;
        height: 581px !important;
    }

    .team .content-wrapper .team-member {
        font-size: 12px;
    }

    .projects .content-wrapper ul li a {
        font-size: 14px;
    }

    .projects .content-wrapper ul li:nth-child(1) {
        margin-top: 0;
    }

    .projects .section-header .menu {
        font-size: 15px;
        margin-top: 1.2%;
    }

    .section-header .menu > a {
        font-size: 15px;
    }

    /*.projects{height:339px!important;}*/
    .vision .section-header .menu {
        font-size: 15px;
        margin-top: 1%;
    }

    .vision .content-wrapper .vision-text {
        font-size: 12px;
        text-align: left;
    }

    .vision .section-header h1 {
        margin-left: 0;
    }

    /*.vision{height:515px!important;}*/
    .main-section .absolute-center {
        margin-top: 53%;
    }

    .main-section-content {
        width: 64%;
        float: left;
    }

    .main-section .news-wrapper {
        margin-top: 0;
    }

    .main-section-nav {
        width: 33%;
        float: right;
    }

    .main-section ul.nav {
        width: 94%;
    }

    .main-section ul.nav li a {
        font-size: 14px;
    }

    .footer-logos a.joseph {
        font-size: 24%;
        /*margin-top: 7%;*/
        /*padding-bottom: 22%;*/
    }

    .logo-hinduja {
        margin-left: 14%;
        width: 16%;
    }

    /*.footer-logos a.satya {*/
        /*padding-bottom: 30%;*/
        /*margin-top: 8%;*/
    /*}*/

    .main-section {
        height: 513px !important;
    }

    .main-section .top-bottom-share {
        bottom: -16%;
        margin-left: 0;
        margin-top: 0;
        right: -25%;
        width: 14%;
    }

    .contact .content-wrapper .address-wrapper {
        width: 92%;
    }

    #image-sequence-bubble {
        margin: 0;
        width: 100%;
    }

    .team .section-header .menu {
        font-size: 15px;
        margin-top: 1%;
    }

    .contact h1 {
        color: #193e19 !important;
        font-size: 22px;
        margin-left: -22%;
    }

    .contact h3 {
        color: #193e19 !important;
    }

    .contact a {
        color: #193e19 !important;
    }

    .contact h5 {
        color: #193e19 !important;
        font-size: 15px;
    }

    .popup-project .inner-wrapper {
        padding: 3%;
        width: 95%;
    }

    .popup-project .inner-wrapper .continue {
        font-size: 13px;
        left: 83% !important;
        line-height: 23px;
        position: fixed;
        top: 9%;
        width: 18%;
        z-index: 2;
    }

    .popup-project .inner-wrapper {
        margin: 0 auto;
        padding: 9% 0 0;
        position: relative;
        width: 64%;
    }

    .popup-project .inner-wrapper img {
        width: 100%;
        right: -63px;
        top: -14px;
    }

    .popup-project .inner-wrapper .sidebar h1 {
        margin-bottom: 0;
        font-size: 17px;
        text-align: left
    }

    .popup-project .inner-wrapper .sidebar {
        position: absolute;
        width: 95%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .popup-project .inner-wrapper .sidebar .film-info h2 {
        font-size: 14px;
    }

    .popup-project .inner-wrapper .project-content {
        font-size: 14px;
        line-height: 20px;
        padding: 0;
        width: 70%;
    }

    .innerpadding1 {
        padding: 6% 0;
    }

    .innerpadding2 {
        padding: 7% 0;
    }

    .innerpadding3 {
        padding: 4% 0;
    }

    .innerpadding4 {
        padding: 9% 0 0;
    }

    .popup-project .inner-wrapper .sidebar .film-info {
        text-align: left;
    }

    .innerpadding5 {
        padding: 11% 0 0;
    }

    .innerpadding6 {
        padding: 9% 0 0;
    }

    iframe, object, embed {
        width: 100%;
    }

    .popup-project .inner-wrapper .project-content .inner-project-content img {
        width: 100%;
    }

    .popup-project .inner-wrapper .sidebar .film-info {
        margin-bottom: 0;
    }

    .popup-project .inner-wrapper .sidebar h4.share {
        font-size: 14px;
        margin: 0;
    }

    .popup-project .inner-wrapper .sidebar .contact-link {
        font-size: 14px;
    }

    .popup-project .inner-wrapper .project-content .film-footer .back-to-top img {
        right: -51px;
        top: -20px;
        width: 64%;
    }

    .popup-project .inner-wrapper .continue img {
        right: -10px;
        top: -55px;
        width: 82%;
    }

    .popup-project .inner-wrapper .project-content .film-footer {
        padding: 29px 0;
    }

    .popup-project .inner-wrapper .project-content .film-footer .share a {
        top: 0;
    }

    .popup-share ul li a.share-fb {
        margin-left: 10%;
        margin-top: 1%;
        width: 102px;
    }

    .popup-share ul li a.share-twitter {
        margin-left: 25%;
        margin-top: -10%;
        width: 85px;
    }

    .popup-share h1 {
        font-size: 28px;
        padding: 42px 0 0 54px;
    }

    .popup-share {
        width: 100%;
    }

    .fancybox-opened {
        left: 0 !important;
        width: 68% !important;
    }

    .fancybox-inner {
        width: 100% !important;
    }

    .popup-share .share-form {
        width: 41%;
    }

    .popup-share ul li a.share-mail {
        margin-left: 32%;
        margin-top: 3%;
        width: 79px;
    }

    .fancybox-close {
        right: -4px;
        top: -9px;
    }

    .popup-project .inner-wrapper .sidebar .contact-form {
        height: 136px;
        background: #1d4450;
    }

}

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

    .team .top-bottom-share {
        margin-left: 100%;
    }

    .projects .top-bottom-share {
        margin-left: 100%;
    }

    .vision .top-bottom-share {
        margin-left: 101%;
    }

    .projects .content-wrapper ul {
        width: 89%;
    }

    .section-header h1 {
        font-size: 20px;
    }

    .rw-sentence {
        font-size: 13px;
        line-height: 19px;
    }

    .section {
        width: 81%;
    }

    .contact {
        width: 81%;
    }

    .logo-joseph {
        width: 78%;
    }

    .contact .top-bottom-share {
        bottom: 3%;
        margin-left: 0;
        margin-top: 0;
        right: -7%;
        width: 9%;
    }

    .absolute-center {
        margin-top: 20%;
    }

    h1, h3, h5, h4, h2 {
        font-size: 12px;
    }

    .contact .section-header .menu {
        font-size: 14px;
        margin-top: 1%;
    }

    .first-column {
        width: 22%;
    }

    .section-header .menu ul li {
        margin: 0 4px;
    }

    .fish-effect {
        width: 100%;
    }

    .address-1, .address-2 {
        color: #fff;
        float: left;
        font-size: 12px;
        line-height: 13px;
        margin-bottom: 2%;
        width: 50%;
    }


    .contact .content-wrapper .email-wrapper {
        font-size: 12px;
        width: 100%;
        margin-bottom: 4%;
    }

    .contact a font {
        color: #193e19 !important;
    }

    .top-bottom-share .bottom {
        margin-left: 14%;
    }

    .top-bottom-share .quick-share {
        font-size: 12px;
    }

    .menu {
        margin-top: 0;
    }

    .team {
        width: 81%;
        height: 581px !important;
    }

    .team .content-wrapper .team-member {
        font-size: 12px;
    }

    .projects .content-wrapper ul li a {
        font-size: 12px;
    }

    .projects .content-wrapper ul li:nth-child(1) {
        font-size: 14px;
        margin-top: 1%;
    }

    .projects .section-header .menu {
        font-size: 15px;
        margin-top: 0.5%;
    }

    /*.projects{height:339px!important;}*/
    .vision .section-header .menu {
        margin-top: 0;
    }

    .vision .content-wrapper .vision-text {
        font-size: 12px;
        text-align: left;
    }

    .vision .section-header h1 {
        margin-left: 0;
    }

    .vision {
        height: 515px !important;
    }

    .vision .absolute-center {
        margin-top: 67%;
    }

    .main-section .absolute-center {
        margin-top: 48%;
    }

    .main-section-content {
        width: 64%;
        float: left;
    }

    .main-section .news-wrapper {
        margin-top: 0;
    }

    .main-section-nav {
        width: 33%;
        float: right;
    }

    .main-section ul.nav {
        width: 94%;
    }

    .main-section ul.nav li a {
        font-size: 12px;
    }

    .footer-logos a.joseph {
        font-size: 24%;
        /*margin-top: 7%;*/
        /*padding-bottom: 22%;*/
    }

    .logo-hinduja {
        margin-left: 14%;
        width: 16%;
    }

    .footer-logos a.satya {
        /*padding-bottom: 30%;*/
        /*margin-top: 8%;*/
    }

    .main-section {
        height: 513px !important;
    }

    .main-section .top-bottom-share {
        bottom: -35%;
        margin-left: 0;
        margin-top: 0;
        right: -14%;
        width: 14%;
    }

    #image-sequence-bubble {
        margin: 0;
        width: 100%;
    }

    .team .section-header .menu {
        font-size: 14px;
        margin-top: 1%;
    }

    .contact h1 {
        color: #193e19 !important;
        font-size: 20px;
    }

    .contact h3 {
        color: #193e19 !important;
    }

    .contact a {
        color: #193e19 !important;
    }

    .contact h5 {
        color: #193e19 !important;
        font-size: 14px;
    }

    .popup-project .inner-wrapper {
        padding: 3%;
        width: 95%;
    }

    .popup-project .inner-wrapper .continue {
        font-size: 12px;
        left: 84% !important;
        line-height: 23px;
        position: fixed;
        top: 8%;
        width: 18%;
        z-index: 2;
    }

    .popup-project .inner-wrapper {
        margin: 0 auto;
        padding: 9% 0 0;
        position: relative;
        width: 62%;
    }

    .popup-project .inner-wrapper img {
        width: 100%;
        right: -63px;
        top: -14px;
    }

    .popup-project .inner-wrapper .sidebar h1 {
        margin-bottom: 0;
        font-size: 17px;
        text-align: left
    }

    .popup-project .inner-wrapper .sidebar {
        position: absolute;
        width: 95%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .popup-project .inner-wrapper .sidebar .film-info h2 {
        font-size: 14px;
    }

    .popup-project .inner-wrapper .project-content {
        font-size: 14px;
        line-height: 20px;
        padding: 0;
        width: 70%;
    }

    .innerpadding1 {
        padding: 6% 0;
    }

    .innerpadding2 {
        padding: 7% 0;
    }

    .innerpadding3 {
        padding: 4% 0;
    }

    .innerpadding4 {
        padding: 9% 0 0;
    }

    .popup-project .inner-wrapper .sidebar .film-info {
        text-align: left;
    }

    .innerpadding5 {
        padding: 11% 0 0;
    }

    .innerpadding6 {
        padding: 9% 0 0;
    }

    iframe, object, embed {
        width: 100%;
    }

    .popup-project .inner-wrapper .project-content .inner-project-content img {
        width: 100%;
    }

    .popup-project .inner-wrapper .sidebar .film-info {
        margin-bottom: 0;
    }

    .popup-project .inner-wrapper .sidebar h4.share {
        font-size: 14px;
        margin: 0;
    }

    .popup-project .inner-wrapper .sidebar .contact-link {
        font-size: 14px;
    }

    .popup-project .inner-wrapper .project-content .film-footer .back-to-top img {
        right: -51px;
        top: -20px;
        width: 64%;
    }

    .popup-project .inner-wrapper .continue img {
        right: 1px;
        top: -44px;
        width: 77%;
    }

    .popup-project .inner-wrapper .project-content .film-footer {
        padding: 29px 0;
    }

    .popup-project .inner-wrapper .project-content .film-footer .share a {
        top: 0;
    }

    .popup-share ul li a.share-fb {
        margin-left: 10%;
        margin-top: 1%;
        width: 86px;
    }

    .popup-share ul li a.share-twitter {
        margin-left: 25%;
        margin-top: -10%;
        width: 74px;
    }

    .popup-share h1 {
        font-size: 25px;
        padding: 38px 0 0 54px;
    }

    .popup-share {
        height: 415px;
        width: 100%;
    }

    .fancybox-opened {
        left: 0 !important;
        width: 68% !important;
    }

    .fancybox-inner {
        width: 100% !important;
    }

    .popup-share .share-form {
        width: 44%;
    }

    .popup-share .share-form input[type="submit"] {
        right: 33px;
    }

    .popup-share ul li a.share-mail {
        margin-left: 29%;
        margin-top: 3%;
        width: 71px;
    }

    .fancybox-close {
        right: -4px;
        top: -9px;
    }

    .popup-project .inner-wrapper .sidebar .contact-form {
        height: 136px;
        background: #1d4450;
    }

}

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

    .vision .top-bottom-share {
        margin-left: 100%;
    }

    .rw-sentence {
        font-size: 13px;
        line-height: 19px;
    }

    .section {
        width: 81%;
    }

    .contact {
        width: 81%;
        height: 413.4px !important;
    }

    .logo-joseph {
        width: 78%;
    }

    .contact .top-bottom-share {
        bottom: 3%;
        margin-left: 0;
        margin-top: 0;
        right: -8.5%;
        width: 9%;
    }

    .absolute-center {
        margin-top: 20%;
    }

    h1, h3, h5, h4, h2 {
        font-size: 12px;
    }

    .contact .section-header .menu {
        margin-top: 1%;
    }

    .first-column {
        width: 22%;
    }

    .section-header .menu ul li {
        margin: 0 4px;
    }

    .fish-effect {
        width: 100%;
    }

    .address-1, .address-2 {
        color: #fff;
        float: left;
        font-size: 12px;
        line-height: 13px;
        margin-bottom: 2%;
        width: 50%;
    }

    .contact .content-wrapper .email-wrapper {
        font-size: 12px;
        width: 100%;
        margin-bottom: 4%;
    }

    .contact a font {
        color: #193e19 !important
    }

    .top-bottom-share .bottom {
        margin-left: 14%;
    }

    .top-bottom-share .quick-share {
        font-size: 12px;
    }

    .menu {
        margin-top: 0;
    }

    /*.team{width:81%;height:581px!important;}*/
    .team .content-wrapper .team-member {
        font-size: 12px;
    }

    .projects .content-wrapper ul li a {
        font-size: 12px;
    }

    .projects .content-wrapper ul li:nth-child(1) {
        margin-top: 0;
    }

    .projects .section-header .menu {
        margin-top: 1%;
    }

    /*.projects{height:339px!important;}*/
    .vision .section-header .menu {
        margin-top: 1%;
    }

    .vision .content-wrapper .vision-text {
        font-size: 12px;
        text-align: left;
    }

    .vision .section-header h1 {
        margin-left: 0;
    }

    .vision {
        height: 515px !important;
    }

    .main-section .absolute-center {
        margin-top: 44%;
    }

    .main-section-content {
        width: 64%;
        float: left;
    }

    .main-section .news-wrapper {
        margin-top: 0;
    }

    .main-section-nav {
        width: 33%;
        float: right;
    }

    .main-section ul.nav {
        width: 94%;
    }

    .main-section ul.nav li a {
        font-size: 12px;
    }

    .footer-logos a.joseph {
        font-size: 24%;
        /*margin-top: 7%;*/
        /*padding-bottom: 22%;*/
    }

    .logo-hinduja {
        margin-left: 14%;
        width: 16%;
    }

    .footer-logos a.satya {
        /*padding-bottom: 30%;*/
        /*margin-top: 8%;*/
    }

    .main-section {
        height: 513px !important;
    }

    .main-section .top-bottom-share {
        bottom: -16%;
        margin-left: 0;
        margin-top: 0;
        right: -15%;
        width: 14%;
    }

    #image-sequence-bubble {
        margin: 0;
        width: 100%;
    }

    .team .section-header .menu {
        margin-top: 1.5%;
    }

    .contact h1 {
        color: #193e19 !important
    }

    .contact h3 {
        color: #193e19 !important
    }

    .contact a {
        color: #193e19 !important
    }

    .contact h5 {
        color: #193e19 !important
    }

    .popup-project .inner-wrapper {
        padding: 3%;
        width: 95%;
    }

    .popup-project .inner-wrapper .continue {
        font-size: 12px;
        left: 82% !important;
        line-height: 23px;
        position: fixed;
        top: 7%;
        width: 19%;
        z-index: 2;
    }

    .popup-project .inner-wrapper {
        margin: 0 auto;
        padding: 9% 0 0;
        position: relative;
        width: 65%;
    }

    .popup-project .inner-wrapper img {
        width: 100%;
        right: -63px;
        top: -14px;
    }

    .popup-project .inner-wrapper .sidebar h1 {
        margin-bottom: 0;
        font-size: 17px;
        text-align: left
    }

    .popup-project .inner-wrapper .sidebar {
        position: absolute;
        width: 95%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .popup-project .inner-wrapper .sidebar .film-info h2 {
        font-size: 14px;
    }

    .popup-project .inner-wrapper .project-content {
        font-size: 14px;
        line-height: 20px;
        padding: 0;
        width: 70%;
    }

    .innerpadding1 {
        padding: 6% 0;
    }

    .innerpadding2 {
        padding: 7% 0;
    }

    .innerpadding3 {
        padding: 4% 0;
    }

    .innerpadding4 {
        padding: 9% 0 0;
    }

    .popup-project .inner-wrapper .sidebar .film-info {
        text-align: left;
    }

    .innerpadding5 {
        padding: 11% 0 0;
    }

    .innerpadding6 {
        padding: 9% 0 0;
    }

    iframe, object, embed {
        width: 100%;
    }

    .popup-project .inner-wrapper .project-content .inner-project-content img {
        width: 100%;
    }

    .popup-project .inner-wrapper .sidebar .film-info {
        margin-bottom: 0;
    }

    .popup-project .inner-wrapper .sidebar h4.share {
        font-size: 14px;
        margin: 0;
    }

    .popup-project .inner-wrapper .sidebar .contact-link {
        font-size: 14px;
    }

    .popup-project .inner-wrapper .project-content .film-footer .back-to-top img {
        right: -51px;
        top: -20px;
        width: 64%;
    }

    .popup-project .inner-wrapper .continue img {
        right: -4px;
        top: -38px;
        width: 73%;
    }

    .popup-project .inner-wrapper .project-content .film-footer {
        padding: 29px 0;
    }

    .popup-project .inner-wrapper .project-content .film-footer .share a {
        top: 0;
    }

    .popup-share ul li a.share-fb {
        margin-left: 9%;
        margin-top: 1%;
        width: 75px;
    }

    .popup-share ul li a.share-twitter {
        margin-left: 25%;
        margin-top: -10%;
        width: 65px;
    }

    .popup-share h1 {
        font-size: 25px;
        padding: 41px 0 0 42px;
    }

    .popup-share {
        width: 100%;
    }

    .fancybox-opened {
        left: 0 !important;
        width: 70% !important;
    }

    .fancybox-inner {
        width: 100% !important;
    }

    .popup-share .share-form {
        width: 42%;
    }

    .popup-share .share-form input[type="submit"] {
        right: -4px;
    }

    .popup-share ul li a.share-mail {
        margin-left: 29%;
        margin-top: 3%;
        width: 65px;
    }

    .fancybox-close {
        right: -4px;
        top: -9px;
    }

    .popup-project .inner-wrapper .sidebar .contact-form {
        height: 136px;
        background: #1d4450;
    }

}

@media only screen and (max-width: 768px) {
    .footer-copyright {
        display: none;
    }
    #footer {
        margin-left: 0px;
    }

    .main-section ul.nav li:nth-child(1) {
        margin-left: 28%;
        margin-top: 34%;
    }

    .main-section ul.nav li:nth-child(2) {
        margin-left: 64%;
        margin-top: 10%;
    }

    .main-section ul.nav li:nth-child(3) {
        margin-left: -5%;
        margin-top: 6%;
    }

    .main-section ul.nav li:nth-child(4) {
        margin-left: 26%;
        margin-top: 10%;
    }

    .main-section ul.nav li:nth-child(5) {
        margin-left: 63%;
        margin-top: 10%;
    }

    .vision .top-bottom-share {
        margin-left: 98%;
    }

    .projects .top-bottom-share {
        margin-left: 98%;
    }

    .team .top-bottom-share {
        margin-left: 98%;
    }

    .popup-project .inner-wrapper .continue img {
        right: -34px;
        top: -34px;
        width: 86%;
    }

    .section-header h1 {
        font-size: 19px;
    }

    .contact .section-header .menu {
        font-size: 13px;
        margin-top: 1%;
    }

    .section-header .menu > a {
        font-size: 14px;
    }

    .rw-sentence {
        font-size: 13px;
        line-height: 19px;
    }

    .popup-project .inner-wrapper .project-content .inner-project-content {
        border-bottom: 2px solid #fff;
        font-size: 14px;
        line-height: 22px;
        width: 79%;
    }

    .popup-project .inner-wrapper .project-content .inner-project-content p {
        margin: 0 0 90px;
    }

    .section {
        width: 95%;
    }

    .contact {
        width: 83%;
        height: 413.4px !important;
    }

    .logo-joseph {
        width: 78%;
    }

    .contact .top-bottom-share {
        bottom: 3%;
        margin-left: 0;
        margin-top: 0;
        right: -5%;
        width: 9%;
    }

    .absolute-center {
        margin-top: 20%;
    }

    h1, h3, h5, h4, h2 {
        font-size: 12px;
    }

    .contact .section-header .menu {
        margin-top: 2px;
    }

    .first-column {
        width: 22%;
    }

    .section-header .menu ul li {
        margin: 0 4px;
    }

    .fish-effect {
        width: 100%;
    }

    .address-1, .address-2 {
        color: #fff;
        float: left;
        font-size: 12px;
        line-height: 13px;
        margin-bottom: 2%;
        margin-top: 2%;
        width: 46%;
    }

    .contact .content-wrapper .phone-wrapper {
        font-size: 12px;
        color: #fff;
    }

    .contact .content-wrapper .email-wrapper {
        font-size: 12px;
        width: 100%;
        margin-bottom: 4%;
    }

    .contact a font {
        color: #193e19 !important
    }

    .top-bottom-share .bottom {
        margin-left: 14%;
    }

    .top-bottom-share .quick-share {
        font-size: 12px;
    }

    .menu {
        margin-top: 0;
    }

    .team {
        width: 83%;
    }

    .team .content-wrapper .team-member {
        font-size: 12px;
    }

    .projects .content-wrapper ul li a {
        font-size: 12px;
    }

    .projects .content-wrapper ul li:nth-child(1) {
        margin-top: 0;
    }

    .projects .section-header .menu {
        font-size: 14px;
        margin-top: 2px;
    }

    /*.projects{height:339px!important;}*/
    .vision .section-header .menu {
        font-size: 14px;
        margin-top: 1%;
    }

    .vision .content-wrapper .vision-text {
        font-size: 12px;
        text-align: left;
    }

    .vision .section-header h1 {
        margin-left: 0;
    }

    .vision {
        height: 515px !important;
    }

    .main-section .absolute-center {
        margin-top: 41%;
    }

    .main-section-content {
        width: 64%;
        float: left;
    }

    .main-section .news-wrapper {
        margin-top: 0;
    }

    .main-section-nav {
        width: 34%;
        float: right;
    }

    .main-section ul.nav {
        width: 94%;
    }

    .main-section ul.nav li a {
        font-size: 12px;
    }

    .footer-logos a.joseph {
        font-size: 24%;
        /*margin-top: 7%;*/
        /*padding-bottom: 22%;*/
    }

    .logo-hinduja {
        margin-left: 14%;
        width: 16%;
    }

    .footer-logos a.satya {
        /*padding-bottom: 30%;*/
        /*margin-top: 8%;*/
    }

    .main-section {
        height: 513px !important;
    }

    .main-section .top-bottom-share {
        bottom: -12%;
        margin-left: 0;
        margin-top: 0;
        right: -14%;
        width: 14%;
    }

    #image-sequence-bubble {
        margin: 0;
        width: 100%;
    }

    .team .section-header .menu {
        font-size: 14px;
        margin-top: 3px;
    }

    .contact h1 {
        color: #193e19 !important;
        font-size: 19px;
    }

    .contact h3 {
        color: #193e19 !important;
    }

    .contact a {
        color: #193e19 !important;
    }

    .contact h5 {
        color: #193e19 !important;
        font-size: 14px;
    }

    .popup-project .inner-wrapper {
        padding: 3%;
        width: 95%;
    }

    .popup-project .inner-wrapper .continue {
        font-size: 13px;
        left: 81% !important;
        line-height: 23px;
        position: fixed;
        top: 9%;
        width: 16%;
        z-index: 2;
    }

    .popup-project .inner-wrapper {
        margin: 0 auto;
        padding: 12% 0 0;
        position: relative;
        width: 82%;
    }

    .popup-project {
        left: 2px;
    }

    .popup-project .inner-wrapper img {
        width: 100%;
        right: -63px;
        top: -14px;
    }

    .popup-project .inner-wrapper .sidebar h1 {
        font-size: 19px;
        line-height: 26px;
        margin-bottom: 0;
        text-align: left;
    }

    .popup-project .inner-wrapper .sidebar {
        float: left;
        left: 0;
        margin: 0;
        position: absolute;
        width: 19%;
    }

    .popup-project .inner-wrapper .sidebar .film-info h2 {
        font-size: 14px;
    }

    .popup-project .inner-wrapper .project-content {
        float: right;
        font-size: 12px;
        line-height: 20px;
        padding: 0;
        width: 74%;
    }

    .innerpadding1 {
        padding: 6% 0;
    }

    .innerpadding2 {
        padding: 3% 0;
    }

    .innerpadding3 {
        padding: 5% 0;
    }

    .innerpadding4 {
        padding: 9% 0 0;
    }

    .vision .absolute-center {
        margin-top: 65%;
    }

    .innerpadding5 {
        padding: 10% 0 0;
    }

    .innerpadding6 {
        padding: 8% 0 0;
    }

    iframe, object, embed {
        width: 100%;
    }

    .popup-project .inner-wrapper .project-content .inner-project-content img {
        width: 100%;
    }

    .popup-project .inner-wrapper .sidebar .film-info {
        margin-bottom: 0;
        padding: 10% 0 5%;
        width: 97%;
    }

    .popup-project .inner-wrapper .project-content .film-footer .back-to-top {
        font-size: 14px;
        margin: -4px 41px 0 0;
    }

    .popup-project .inner-wrapper .project-content .film-footer {
        font-size: 15px;
    }

    .popup-project .inner-wrapper .sidebar h4.share {
        font-size: 14px;
        margin: 0;
    }

    .popup-project .inner-wrapper .sidebar .contact-link {
        font-size: 14px;
    }

    .popup-project .inner-wrapper .project-content .film-footer .back-to-top img {
        right: -68px;
        top: -35px;
        width: 95%;
    }

    .popup-project .inner-wrapper .project-content .film-footer {
        padding: 29px 0;
        width: 79%;
    }

    .popup-project .inner-wrapper .project-content .film-footer .share a {
        top: 0;
    }

    .popup-share ul li a.share-fb {
        margin-left: 9%;
        margin-top: 0;
        width: 75px;
    }

    .popup-share ul li a.share-twitter {
        margin-left: 26%;
        margin-top: -10%;
        width: 61px;
    }

    .popup-share h1 {
        font-size: 28px;
        padding: 43px 0 0 44px;
    }

    .popup-share {
        margin: 0 auto;
        width: 100%;
    }

    .fancybox-opened {
        left: 0 !important;
        width: 76% !important;
    }

    .fancybox-inner {
        width: 100% !important;
    }

    .popup-share .share-form {
        width: 39%;
    }

    .popup-share ul li a.share-mail {
        margin-left: 29%;
        margin-top: 2%;
        width: 63px;
    }

    .fancybox-close {
        right: -4px;
        top: -9px;
    }

    .popup-project .inner-wrapper .sidebar .contact-form {
        height: 136px;
        /*background:#1d4450;*/
    }

}

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

        .address-2.pull-right {
        margin-top: auto !important;
    }

    .contact .content-wrapper .phone-wrapper,
    .contact .content-wrapper .address-wrapper {
        width: 97%;
    }

    .vision .top-bottom-share {
        margin-left: 98%;
        margin-top: 92%;
    }

    .team .top-bottom-share {
        margin-left: 98%;
        margin-top: 90%;
    }

    .top-bottom-share .top {
        width: 26px;
        height: 26px;
        background-size: 100% auto;
    }

    .top-bottom-share .top:hover {
        width: 26px;
        height: 26px;
        background-size: 100% auto;
    }

    .top-bottom-share .bottom {
        background-size: 100% auto;
        height: 20px;
        width: 17px;
    }

    .top-bottom-share .bottom:hover {
        background-size: 100% auto;
        height: 20px;
        width: 17px;
    }

    .main-section ul.nav li:nth-child(1) {
        margin-left: 9%;
        margin-top: 34%;
    }

    .main-section ul.nav li:nth-child(2) {
        margin-left: 49%;
        margin-top: 10%;
    }

    .main-section ul.nav li:nth-child(3) {
        margin-left: -25%;
        margin-top: 6%;
    }

    .main-section ul.nav li:nth-child(4) {
        margin-left: 13%;
        margin-top: 10%;
    }

    .main-section ul.nav li:nth-child(5) {
        margin-left: 41%;
        margin-top: 10%;
    }

    .popup-project {
        left: -68px;
    }

    .rw-sentence {
        font-size: 13px;
        line-height: 19px;
    }

    .top-bottom-share .bottom {
        margin-left: 24%;
    }

    .top-bottom-share .top {
        margin: 0 0 18% 12%;
    }

    .main-section .top-bottom-share .bottom {
        margin-left: 12%;
    }
    .social--link {
        width: 25px;
        height: 25px;
        margin: 0 0 8% 13%;
    }
    
    .main-section .social--link,
    .main-section .top-bottom-share .top {
        margin: 0 0 8% 6%;
    }

    .section {
        width: 95%;
    }

    .contact {
        width: 95%;
        height: 413.4px !important;
    }

    .contact .top-bottom-share {
        bottom: 3%;
        margin-left: 0;
        margin-top: 0;
        right: -4%;
        width: 9%;
    }

    .absolute-center {
        margin-top: 20%;
    }

    h1, h3, h5, h4, h2 {
        font-size: 12px;
    }

    .contact .section-header .menu {
        margin-top: -16px;
    }

    .first-column {
        width: 22%;
        padding-left: 5%;
    }

    .section-header .menu ul li {
        margin: 0 4px;
    }

    .fish-effect {
        width: 100%;
    }

    .address-1, .address-2 {
        font-size: 12px;
        line-height: 13px;
        width: 50%;
        margin-bottom: 2%;
        color: #fff;
        float: left;
    }

    .contact .content-wrapper .email-wrapper {
        font-size: 12px;
        width: 100%;
        margin-bottom: 4%;
    }

    .top-bottom-share .bottom {
        margin-left: 23%;
    }

    .top-bottom-share .quick-share {
        font-size: 12px;
    }

    .menu {
        margin-top: 0;
    }

    .section {
        width: 86%;
    }

    .team {
        width: 85%;
    }

    .team .content-wrapper .team-member {
        font-size: 12px;
    }

    .projects .content-wrapper ul li a {
        font-size: 12px;
    }

    .projects .content-wrapper ul li:nth-child(1) {
        margin-top: 0;
    }

    .projects .section-header .menu {
        margin-top: 1%;
    }

    .projects {
        height: 339px !important;
    }

    .vision .section-header .menu {
        margin-top: -16px;
    }

    .vision .content-wrapper .vision-text {
        font-size: 12px;
        text-align: left;
    }

    .vision .section-header h1 {
        margin-left: 0;
    }

    .vision {
        height: 515px !important;
    }

    .popup-share .share-form {
        position: relative;
        float: right;
        width: 260px;
        height: 221px;
        right: 80px;
        top: 45px;
        color: #fff
    }

    .popup-share .share-form input, .popup-share .share-form textarea {
        width: 240px;
        border: 2px solid #fff;
        background-color: transparent;
        padding: 8px;
        margin: 0;
        color: #fff
    }

    .popup-share .share-form input {
        border-bottom: 0
    }

    .popup-share .share-form input[type="submit"] {
        width: auto;
        border: 0;
        color: #fff;
        font-size: 13px;
        line-height: 1;
        position: absolute;
        right: 8px;
        bottom: 6px;
        text-transform: uppercase
    }

    .popup-share .share-form ::-webkit-input-placeholder {
        color: #fff;
        font-family: 'dinBold', sans-serif;
        font-weight: 700;
        padding-left: 4px;
        font-size: 17px;
        line-height: 1;
        text-transform: uppercase
    }

    .popup-share .share-form :-moz-placeholder {
        color: #fff;
        font-family: 'dinBold', sans-serif;
        font-weight: 700;
        padding-left: 4px;
        font-size: 17px;
        line-height: 1;
        text-transform: uppercase
    }

    .popup-share .share-form ::-moz-placeholder {
        color: #fff;
        font-family: 'dinBold', sans-serif;
        font-weight: 700;
        padding-left: 4px;
        font-size: 17px;
        line-height: 1;
        text-transform: uppercase
    }

    .popup-share .share-form :-ms-input-placeholder {
        color: #fff;
        font-family: 'dinBold', sans-serif;
        font-weight: 700;
        padding-left: 4px;
        font-size: 17px;
        line-height: 1;
        text-transform: uppercase
    }

    .main-section .absolute-center {
        margin-top: 43%;
    }

    .main-section-content {
        width: 54%;
        float: left;
    }

    .main-section .news-wrapper {
        margin-top: 0;
    }

    .main-section-nav {
        width: 31%;
        float: right;
    }

    .main-section ul.nav {
        width: 94%;
    }

    .main-section ul.nav li a {
        font-size: 12px;
    }

    .footer-logos a.joseph {
        font-size: 24%;
        /*margin-top: 7%;*/
        /*padding-bottom: 22%;*/
    }

    .logo-hinduja {
        margin-left: 14%;
        width: 16%;
    }

    .footer-logos a.satya {
        /*padding-bottom: 30%;*/
        margin-top: 8%;
    }

    .main-section {
        height: 513px !important;
    }

    .main-section .top-bottom-share {
        bottom: 1%;
        margin-left: 0;
        margin-top: 0;
        right: -12%;
        width: 14%;
    }

    #image-sequence-bubble {
        margin: 0;
        width: 100%;
    }

    .team .section-header .menu {
        margin-top: 1%;
    }

    .contact h1 {
        color: #193e19 !important
    }

    .contact h3 {
        color: #193e19 !important
    }

    .contact a {
        color: #193e19 !important
    }

    .contact h5 {
        color: #193e19 !important
    }

    .popup-project .inner-wrapper {
        padding: 12% 0 0;
        width: 90%;
    }

    .popup-project .inner-wrapper .continue {
        font-size: 11px;
        left: 81% !important;
        line-height: 23px;
        position: fixed;
        top: 18%;
        width: 18%;
        z-index: 2;
    }

    .popup-project .inner-wrapper {
        margin: 0 auto;
        padding: 14% 0 0;
        position: relative;
        width: 72%;
    }

    .popup-project .inner-wrapper img {
        width: 100%;
        right: -63px;
        top: -14px;
    }

    .popup-project .inner-wrapper .sidebar h1 {
        margin-bottom: 0;
        font-size: 15px;
    }

    .popup-project .inner-wrapper .sidebar {
        float: left;
        left: 0;
        margin: 0;
        position: absolute;
        width: 23%;
    }

    .popup-project .inner-wrapper .project-content .inner-project-content {
        margin: 0 auto;
        width: 85%;
    }

    .popup-project .inner-wrapper .sidebar .film-info h2 {
        font-size: 14px;
    }

    .popup-project .inner-wrapper .project-content {
        float: right;
        font-size: 12px;
        line-height: 20px;
        padding: 0;
        width: 73%;
    }

    .innerpadding1 {
        padding: 5% 0;
    }

    .innerpadding2 {
        padding: 3% 0;
    }

    .innerpadding3 {
        padding: 7% 0;
    }

    .innerpadding4 {
        padding: 9% 0 0;
    }

    .innerpadding5 {
        padding: 14% 0 0 0;
    }

    .innerpadding6 {
        padding: 9% 0 0;
    }

    iframe, object, embed {
        width: 100%;
    }

    .popup-project .inner-wrapper .project-content .inner-project-content img {
        width: 100%;
    }

    .popup-project .inner-wrapper .sidebar .film-info {
        margin: 0 auto;
        padding: 7px 0;
    }

    .popup-project .inner-wrapper .sidebar h4.share {
        font-size: 14px;
        margin: 0;
    }

    .popup-project .inner-wrapper .sidebar .contact-link {
        font-size: 14px;
    }

    .popup-project .inner-wrapper .project-content .film-footer .back-to-top img {
        right: -61px;
        top: -33px;
        width: 88%;
    }

    .popup-project .inner-wrapper .project-content .film-footer .back-to-top {
        font-size: 14px;
        margin: -2px 35px 0 0;
    }

    .popup-project .inner-wrapper .continue img {
        right: -21px;
        top: -33px;
        width: 88%;
    }

    .popup-project .inner-wrapper .project-content .film-footer {
        padding: 29px 0;
        margin: 0 auto;
        width: 85%;
    }

    .popup-project .inner-wrapper .project-content .film-footer {
        font-size: 15px;
    }

    .popup-project .inner-wrapper .project-content .film-footer .share a {
        top: 0;
    }

    .popup-share ul li a.share-fb {
        margin-left: 8%;
        margin-top: 0;
        width: 68px;
    }

    .popup-share ul li a.share-twitter {
        margin-left: 24%;
        margin-top: -10%;
        width: 54px;
    }

    .popup-share h1 {
        font-size: 21px;
        padding: 28px 0 0 35px;
    }

    .popup-share {
        height: 385px;
        left: 0;
        position: absolute;
        right: 0;
        top: 17%;
        width: 78%;
    }

    .fancybox-opened {
        width: 98% !important;
        left: 0 !important;
    }

    .fancybox-inner {
        height: 591px !important;
        width: 100% !important;
    }

    .popup-share .share-form {
        width: 44%;
    }

    .popup-share .share-form input[type="submit"] {
        right: -16px;
    }

    .popup-share ul li a.share-mail {
        margin-left: 26%;
        margin-top: 3%;
        width: 56px;
    }

    .fancybox-close {
        right: -4px;
        top: -9px;
    }

    .popup-project .inner-wrapper .sidebar .contact-form {
        height: 136px;
        background: #1d4450;
    }
    .contact-page.contact .absolute-center {
        margin-top: 1% !important;
    }
    .contact .top-bottom-share {
        right: -2% !important;
    }

}

@media only screen and (max-width: 600px) {
    /*.main-bg {*/
        /*background: #395a5d url(../images/m-main-bg_vertical_copyright.jpg) no-repeat left top !important;*/
        /*!*background-size: 108% 100% !important;*!*/
        /*overflow: hidden;*/
        /*height: 3420px;*/
    /*}*/

    .top-bottom-share .bottom {
        margin-left: 26%;
    }

    .top-bottom-share .top {
        margin: 0 0 18% 15%;
    }

    .vision .top-bottom-share {
        margin-left: 96%;
        margin-top: 92%;
    }

    .projects .top-bottom-share {
        margin-left: 96%;
    }

    .team .top-bottom-share {
        margin-left: 96%;
        margin-top: 90%;
    }

    .popup-project {
        left: -93px;
    }

    .contact h1 {
        color: #193e19 !important;
        font-size: 18px;
    }

    .section-header h1 {
        font-size: 18px;
    }

    .section {
        width: 86%;
    }

    .contact {
        width: 86%;
        height: 413.4px !important;
    }

    .contact .top-bottom-share {
        bottom: 3%;
        margin-left: 0;
        margin-top: 0;
        right: -5%;
        width: 9%;
    }

    .absolute-center {
        margin-top: 20%;
    }

    h1, h3, h5, h4, h2 {
        font-size: 12px;
    }

    .contact .section-header .menu {
        margin-top: -4%;
    }

    .first-column {
        width: 21%;
        padding-left: 5%;
    }

    .section-header .menu ul li {
        margin: 0 4px;
    }

    .fish-effect {
        width: 100%;
    }

    .address-1, .address-2 {
        font-size: 12px;
        line-height: 13px;
        width: 50%;
        margin-bottom: 2%;
        color: #fff;
        float: left;
    }

    .contact .content-wrapper .email-wrapper {
        font-size: 12px;
        width: 100%;
        margin-bottom: 4%;
    }

    .top-bottom-share .quick-share {
        font-size: 12px;
    }

    .menu {
        margin-top: 0;
    }

    .team {
        width: 86%;
    }

    .team .content-wrapper .team-member {
        font-size: 12px;
    }

    .projects .content-wrapper ul li a {
        font-size: 12px;
    }

    .projects .content-wrapper ul li:nth-child(1) {
        margin-top: 0;
    }

    .projects .section-header .menu {
        margin-top: 1%;
    }

    .projects {
        height: 339px !important;
    }

    .vision .section-header .menu {
        margin-top: -4%;
    }

    .vision .content-wrapper .vision-text {
        font-size: 12px;
        text-align: left;
    }

    .vision .section-header h1 {
        margin-left: 0;
    }

    .vision {
        height: 515px !important;
    }

    .main-section .absolute-center {
        margin-top: 39%;
    }

    .main-section-content {
        width: 62%;
        float: left;
    }

    .main-section .news-wrapper {
        margin-top: 0;
    }

    .main-section-nav {
        width: 34%;
        float: right;
    }

    .main-section ul.nav {
        width: 94%;
    }

    .main-section ul.nav li a {
        font-size: 12px;
    }

    .footer-logos a.joseph {
        font-size: 24%;
        /*margin-top: 7%;*/
        /*padding-bottom: 22%;*/
    }

    .logo-hinduja {
        margin-left: 14%;
        width: 16%;
    }

    .footer-logos a.satya {
        /*padding-bottom: 30%;*/
        margin-top: 8%;
    }

    .main-section {
        height: 513px !important;
    }

    .main-section .top-bottom-share {
        bottom: 9%;
        margin-left: 0;
        margin-top: 0;
        right: -10%;
        width: 14%;
    }

    #image-sequence-bubble {
        margin: 0;
        width: 100%;
    }

    .team .section-header .menu {
        margin-top: 1%;
    }

    .popup-project .inner-wrapper {
        padding: 3%;
        width: 95%;
    }

    .popup-project .inner-wrapper .continue {
        font-size: 12px;
        left: 80% !important;
        line-height: 23px;
        position: fixed;
        top: 9%;
        width: 16%;
        z-index: 2;
    }

    .popup-project .inner-wrapper {
        margin: 0 auto;
        padding: 16% 0 0;
        position: relative;
        width: 71%;
    }

    .popup-project .inner-wrapper img {
        width: 100%;
        right: -63px;
        top: -14px;
    }

    .popup-project .inner-wrapper .sidebar h1 {
        margin-bottom: 0;
        font-size: 17px;
    }

    .popup-project .inner-wrapper .sidebar {
        left: 3%;
        margin: 0;
        position: absolute;
        right: 0;
        width: 23%;
    }

    .popup-project .inner-wrapper .sidebar .film-info h2 {
        font-size: 14px;
    }

    .popup-project .inner-wrapper .project-content {
        font-size: 12px;
        line-height: 20px;
        padding: 0;
        width: 75%;
    }

    .innerpadding1 {
        padding: 6% 0 0;
    }

    .innerpadding2 {
        padding: 6% 0 0;
    }

    .innerpadding3 {
        padding: 7% 0 0;
    }

    .innerpadding4 {
        padding: 10% 0 0;
    }

    .innerpadding5 {
        padding: 6% 0 0;
    }

    .innerpadding6 {
        padding: 6% 0 0 0;
    }

    iframe, object, embed {
        width: 100%;
    }

    .popup-project .inner-wrapper .project-content .inner-project-content img {
        width: 100%;
    }

    .popup-project .inner-wrapper .sidebar .film-info {
        margin-bottom: 0;
    }

    .popup-project .inner-wrapper .sidebar h4.share {
        font-size: 14px;
        margin: 0;
    }

    .popup-project .inner-wrapper .sidebar .contact-link {
        font-size: 14px;
    }

    .popup-project .inner-wrapper .project-content .film-footer .back-to-top img {
        right: -51px;
        top: -20px;
        width: 64%;
    }

    .popup-project .inner-wrapper .continue img {
        right: -36px;
        top: -26px;
    }

    .popup-project .inner-wrapper .project-content .film-footer {
        padding: 29px 0;
    }

    .popup-project .inner-wrapper .project-content .film-footer .share a {
        top: 0;
    }

    .popup-share ul li a.share-fb {
        margin-left: 9%;
        margin-top: 0;
        width: 64px;
    }

    .popup-share ul li a.share-twitter {
        margin-left: 25%;
        margin-top: -10%;
        width: 49px;
    }

    .popup-share h1 {
        font-size: 21px;
        padding: 20px 0 0 37px;
    }

    .popup-share {
        width: 100%;
        top: 0px;
    }

    .fancybox-opened {
        left: 0 !important;
        width: 83% !important;
    }

    .fancybox-inner {
        height: 386px !important;
        margin: 0 auto;
        width: 100% !important;
    }

    .popup-share .share-form {
        width: 47%;
    }

    .popup-share ul li a.share-mail {
        margin-left: 25%;
        margin-top: 2%;
        width: 45px;
    }

    .fancybox-close {
        right: -4px;
        top: -9px;
    }

    .popup-project .inner-wrapper .sidebar .contact-form {
        height: 136px;
        background: #1d4450;
    }

    .logo-joseph {
        width: 78%;
    }

}




/* custom css August 04, 2015 */

.team-member {
    clear: both;
    padding-top: 15px
}

.left {
    width: 45%;
    float: left;
    padding: 5px;
    margin-top: 10px;

}
.el-5 h4.designation {
    padding-bottom: 8px;
}
h4.designation {
    padding-bottom: 13px;
}
.el-5 .description {
    padding-bottom: 8px;
}
.right {
    width: 45%;
    float: left;
    padding: 5px;
    margin-top: 10px;
    padding-left: 0;

}

@media (max-width: 786px) {

    .left, .right {

        width: 100%;
        margin-top: 15px;
        padding: 5px;

    }

    /*section#projects {*/
    /*margin-top: 140px;*/
    /*}*/

}

/* custom css end here */

/**************************************** ext css *******************************************************************/

@media (max-width: 1920px) {
    /*.contact .content-wrapper .fish-effect {*/
    /*float: right;*/
    /*margin-right: 45px;*/
    /*}*/
    .fish-effect {
        float: right;
        margin-right: 106px;
        margin-top: 13px;
    }

    .big-siz {
        display: none;
    }

    .absolute-center.team-absolute-center {
        margin-top: 20%;
    }

    .parallax {
        height: 4580px;
        background-size: 100% 100%;
    }

    .fish1, .fish2, .fish3, .fish4, .fish5 {
        position: absolute;
    }

    .fish1 {
        left: 10px;
        bottom: 10px;
    }

    .fish2 {
        left: 150px;
        bottom: -700px;
    }

    .fish3 {
        left: 90px;
        bottom: -630px;
    }

    .fish4 {
        left: 50px;
        bottom: -600px;
    }

    .fish5 {
        left: 100px;
        bottom: -650px;
    }

    .rw-wrapper {
        margin-top: 12%;
    }

    .main-bg {
        height: 5570px;
    }

    .contact-page.contact {
        height: 810px;
    }

    .projects-page.projects, .vision-page.vision {
        height: 810px;
        /*margin-top: 10%;*/
    }
    .projects-page.projects {
        margin-top: 13%;
    }
    .vision-page.vision {
        margin-top: 6%;
    }

    .main-section-page.main-section {
        height: 600px;
        margin-top: 24%;
        padding-top: 7%;
    }

    .main-section .absolute-center {
        margin-top: 0%;
        margin-left: 0%;
    }

    .team-page.team {
        height: 810px;
        margin-top: 20%;
    }

    .team-page .section-header h1 {
        margin-left: 0;
    }

    .planktonseq-div {
        padding-top: 30%;
    }

    .second-column {
        margin-top: 6px;
        margin-left: 0;
    }

    .main-section .top-bottom-share {
        margin-top: 31%;
        margin-left: 107%;
    }

    .all-dots {
        position: relative;
        width: 100%;
        min-height: 800px;
    }

    .vision .section-header h1 {
        margin-left: -9%;
    }

    .projects-page.projects .section-header h1 {
        margin-left: -35%;
    }
}

@media (max-width: 1600px) {
    .main-bg {
        height: 4740px;
        background: #395a5d url(../images/rsz1600_final-background-new-copy.jpg) no-repeat -50px -50px;
        /*background-size: calc(100% + 70px);*/
    }

    .team-page.team {
        margin-top: 10%;
    }

    .projects-page.projects {
        /*margin-top: 0%;*/
        height: 700px;
    }

    .vision-page.vision {
        margin-top: 140px;
        height: 600px;
    }
    .main-section-page.main-section {
        margin-top: 22%;
    }

    .fish-effect {
        margin-right: 43%;
    }

    .bubbleImg-div {
        margin-left: -310px !important;
        bottom: 90px !important;
    }

    .team-page .section-header h1 {
        /*margin-left: 55px;*/
    }

    .projects-page.projects .section-header h1 {
        /*margin-left: -15px;*/
    }

    .vision .section-header h1 {
        /*margin-left: 39px;*/
    }

    .main-section .top-bottom-share {
        margin-top: 43%;
        margin-left: 107%;
    }

    .main-section .absolute-center {
        margin-top: 10%;
        margin-left: 0%;
    }

    .main-section-content {
        margin-left: 23%;
    }

    .vision .top-bottom-share {
        margin-top: 53%;
    }
    h4.designation {
        padding-bottom: 11px;
    }
    .el-5 h4.designation {
        padding-bottom: 6px;
    }
    .el-5 .description {
        padding-bottom: 6px;
    }
}

@media (max-width: 1400px) {
    .team-page.team {
        margin-top: 4%;
    }

    .parallax {
        height: 4400px;
    }

    .rw-wrapper {
        margin-top: 5%;
    }

    .main-bg {
        height: 4250px;
    }

    .bubbleImg-div {
        bottom: 50px !important;
    }

    .main-section .absolute-center {
        margin-top: 27%;
        margin-left: 0%;
    }

    .main-section .top-bottom-share {
        margin-top: 60%;
    }

    /*.main-bg {*/
    /*background-size: calc(100% + 100px) calc(100% + 175px)!important;*/
    /*}*/
    .planktonseq-div {
        padding-top: 0%;
    }

    .main-section-page.main-section {
        height: 600px;
        margin-top: 7%;
        padding-top: 0%;
    }

    .vision-page.vision {
        margin-top: 0;
    }

    .contact .top-bottom-share {
        margin-top: 83%;
    }

    .vision .top-bottom-share {
        margin-top: 60%;
    }
    h4.designation {
        padding-bottom: 9px;
    }
}

@media (max-width: 1366px) {
    .contact-page.contact .absolute-center {
        margin-top: 48%;
    }

    .absolute-center.team-absolute-center {
        margin-top: 10%;
    }

    .team-page.team {
        margin-top: 4%;
    }

    .projects .absolute-center {
        margin-top: 22%;
    }

    .projects .content-wrapper ul {
    margin-top: -122px;
    }

    .projects-page.projects, .vision-page.vision {
        margin-top: 0;
    }
    .main-section-page.main-section {
        margin-top: 20%;
    }

    .main-bg {
        height: 4212px;
        /*background-size: calc(100% + 100px);*/
    }

    .main-section .top-bottom-share {
        margin-top: 57%;
    }

    .big-siz {
        display: none;
    }

    .parallax {
        height: 4400px;
    }

    .rw-wrapper {
        margin-top: 5%;
    }

    .bubbleImg-div {
        bottom: 60px !important;
        left: 51% !important;
    }

    .fish-effect {
        /*margin-right: 24px;*/
    }

    .team-page .section-header h1 {
        /*margin-left: 48px;*/
    }

    .vision .section-header h1 {
        /*margin-left: 33px;*/
    }

    .team-page .fish-effect {
        /*margin-right: 23px;*/
    }

    .projects .top-bottom-share {
        margin-top: 76%;
    }

    .main-section .absolute-center {
        margin-top: 26%;
    }

    #footer {
        margin-top: 5%;
    }

    .contact .top-bottom-share {
        margin-top: 78%;
    }

    .team .top-bottom-share {
        margin-top: 62%;
        margin-left: 120%;
    }

    .second-column {
        margin-top: 4px;
    }

    .team .content-wrapper .fish-effect {
        margin-top: -3%;
    }

    .projects .content-wrapper ul li:nth-child(1) {
        margin-left: 32%;
    }
    .projects .content-wrapper ul li:nth-child(5) {
        margin-left: 38%;
    }
    .projects .content-wrapper ul li:nth-child(2) {
        margin-left: 53%;
    }
    .projects .content-wrapper ul li:nth-child(4) {
        padding-right: 30px;
    }

    .vision_side_menu {
        /*padding-left: 59px;*/
    }

    .vision_side_menu2 {
        /*padding-left: 37px;*/
    }

    .main-section ul.nav li:nth-child(3) {
        margin-top: -2%;
    }

    .top-bottom-share .bottom {
        margin: 0 0 7% 30%;
    }
    .main-section .top-bottom-share {
        margin-left: 115%;
    }
    .vision .top-bottom-share, .projects .top-bottom-share, .team .top-bottom-share, .contact .top-bottom-share {
        margin-left: 129%;
    }
    h5 {
        line-height: 18px;
    }
    h4.designation {
        padding-bottom: 6.5%;
        line-height: 13px;
    }
    .el-5 h4.designation {
        padding-bottom: 10px;
        line-height: 13px;
    }
    .el-5 .description {
        padding-bottom: 4px;
    }
    .description {
        line-height: normal;
    }
}

@media (max-width: 1280px) {
    .main-bg {
        height: 3963px;
        /*background-size: calc(100% + 100px);*/
    }

    .big-siz {
        display: none;
    }

    .fish-effect {
        margin-right: 15%;
    }

    .team-page .fish-effect {
        /*margin-right: -24px;*/
    }

    .planktonseq-div {
        padding-top: 5%;
    }

    .contact-page.contact .absolute-center {
        margin-top: 36% !important;
    }

    .parallax {
        height: 3400px;
    }

    .rw-wrapper {
        margin-top: 5%;
    }

    .contact-page.contact {
        height: 500px;
        margin-top: 10%;
    }

    .team-page.team {
        margin-top: 20%;
    }

    .team-page.team .absolute-center.team-absolute-center {
        margin-top: 10%;
    }

    .team .top-bottom-share {
        margin-left: 110%;
        margin-top: 55%;
        width: 8%;
    }

    .address-2.pull-right {
        margin-left: 20px;
    }

    .phone-wrapper .phone-2{
        float: left;
        margin-left: 20px;
    }

    .projects .absolute-center {
        margin-top: 10%;
    }

    .projects-page.projects, .vision-page.vision {
        height: 560px;
        margin-top: 6%;
    }
    .main-section-page.main-section {
        margin-top: 117px;
    }

    .projects .top-bottom-share {
        margin-left: 110%;
        margin-top: 54%;
        width: 8%;
    }

    .vision .absolute-center {
        margin-top: 45%;
    }

    .vision .top-bottom-share {
        margin-left: 110%;
        margin-top: 53%;
        width: 8%;
    }

    #company_para {
        margin-top: 10%;
    }

    .main-section .absolute-center {
        margin-left: -10%;
        margin-top: 17%;
    }

    .main-section .top-bottom-share {
        bottom: inherit;
        margin-left: 0;
        margin-top: 0;
        right: -24%;
        width: 14%;
        top: 72%;
    }

    .bubbleImg-div {
        bottom: 310px !important;
        left: 51%;
    }

    footer {
        margin-left: 8% !important;
    }

    .main-section-content {
        width: 44%;
        float: left;
    }

    .logo-joseph {
        width: 78%;
        padding-top: 0px;
    }

    .footer-logos a.satya {
        /*padding-bottom: 35%;*/
        /*margin-top: 0%;*/
    }

    .logo-hinduja {
        margin-left: 3%;
        width: 16%;
    }
    .logo-satya{
        margin-left: 3%;
    }
    .top-bottom-share .bottom {
        margin: 0 0 7% 12%;
    }

    #team .second-column {
        margin-top: -5px;
    }

    #projects .second-column {
        margin-top: -3px;
    }

    .projects .content-wrapper ul {
        margin-top: -56px;
    }

    #footer {
        padding-left: 121px;
    }

    .contact .top-bottom-share {
        margin-top: 65%;
    }

    .projects .content-wrapper ul li:nth-child(1) {
        margin-left: 28%;
    }

    .projects .content-wrapper ul li:nth-child(2) {
        margin-left: 44%;
    }

    .projects .content-wrapper ul li:nth-child(3) {
        margin-left: 19%;
    }

    .projects .content-wrapper ul li:nth-child(4) {
        padding-right: 163px;
    }
    .projects .content-wrapper ul li:nth-child(5) {
        margin-left: 30%;
    }

    .projects .content-wrapper ul li:nth-child(6) {
        margin-left: 19%;
    }
    .vision .section-header h1 {
        margin-left: -13%;
    }
    .team-page .section-header h1 {
        margin-left: -5%;
    }
    .vision_side_menu2 {
        padding-left: 2%;
    }
    .vision_side_menu {
        padding-left: 6%;
    }
    .left .email-id {
        font-size: 12px;
    }
    h4.designation {
        padding-bottom: 6.4%;
        padding-top: 2.5%;
    }
    .description {
        font-size: 12px;
    }
}

@media (max-width: 1024px) {
    .team-page .section-header h1 {
        margin-left: 2%;
    }

    .main-bg {
        /*background-size: calc(100% + 110px);*/
        height: 3230px;
        overflow: hidden;
    }

    .contact-page.contact {
        height: 500px;
        margin: 0 auto !important;
        padding-top: 6% !important;
    }

    .team-page.team {
        margin-top: 5%;
    }

    .all-dots {
        position: relative;
        width: 100%;
        min-height: 730px;
    }

    .projects-page.projects {
        margin-top: 0%;
        padding-top: 0%;
    }

    .vision-page.vision {
        margin-top: 10%;
    }

    .main-section-page.main-section {
        margin-top: 5%;
    }

    .bubbleImg-div {
        margin-left: -265px !important;
        bottom: -140px !important;
    }

    .main-section .top-bottom-share {
        right: -24%;
        top: 48%;
    }

    .contact .top-bottom-share {
        bottom: 2%;
        margin-left: 0;
        margin-top: 0;
        right: -19%;
        width: 9%;
    }

    .team .top-bottom-share {
        margin-left: 110%;
        margin-top: 57%;
        width: 8%;
    }

    .projects .top-bottom-share {
        margin-left: 110%;
        margin-top: 57%;
        width: 8%;
    }

    .vision .top-bottom-share {
        margin-left: 110%;
        margin-top: 20%;
        width: 8%;
    }

    .vision .absolute-center {
        margin-top: 45%;
        bottom: 50% !important;
    }

    .main-section .absolute-center {
        margin-left: -8%;
        margin-top: 0%;
    }

    .main-section-page.main-section {
        margin-top: -2%;
    }

    #team .second-column {
        margin-top: -2px;
    }

    .projects-page.projects .section-header h1 {
        margin-left: -29%;
    }

    .vision .section-header h1 {
        margin-left: -5%;
    }

    .projects .content-wrapper ul {
        padding-left: 66px;
        margin-top: -56px;
    }

    #vision .second-column {
        margin-top: -1px;
    }

    #footer {
        padding-left: 108px;
    }

    .second-column {
        margin-top: 0px;
    }

    .projects .content-wrapper ul li:nth-child(1) {
        margin-left: 23%;
    }

    .projects .content-wrapper ul li:nth-child(2) {
        margin-left: 42%;
    }

    .projects .content-wrapper ul li:nth-child(3) {
        margin-left: 11%;
    }

    .projects .content-wrapper ul li:nth-child(4) {
        padding-right: 94px;
    }

    .projects .content-wrapper ul li:nth-child(5) {
        margin-left: 26%;
    }

    .projects .content-wrapper ul li:nth-child(6) {
        margin-left: 11%;
    }
    .vision_side_menu {
        padding-left: 8%;
    }
    h4.designation {
        padding-bottom: 7.4%;
    }

}

@media (max-width: 800px) {
    h4.designation {
        padding-bottom: 13px;
        padding-top: 0%;
    }
    h4.designation {
        line-height: 12px;
    }
    .all-dots {
        margin-top: 540px;
    }

    div {
        font-size: 12px;
    }

    .main-bg {
        background-size: 108% 104% !important;
        overflow: inherit;
        height: 3500px;
    }

    .contact .top-bottom-share {
        right: -7%;
        bottom: -12%;
    }

    .section {
        width: 84%;
        float: left;
        margin: 0px 8% !important;
    }

    .contact-page.contact {
        margin: 0px 8% !important;
    }

    .team {
        height: 900px !important;
    }

    .main-section .top-bottom-share {
        right: -12%;
    }

    .team .top-bottom-share, .projects .top-bottom-share, .vision .top-bottom-share {
        margin-left: 98%;
    }

    .main-section .top-bottom-share {
        right: -12%;
    }

    .contact-page.contact {
        margin-top: 8% !important;
    }

    .projects-page.projects {
        margin-top: 0%;
    }

    .bubbleImg-div {
        margin-left: -270px !important;
        bottom: -370px !important;
    }

    .main-section-page.main-section {
        margin-top: 0%;
    }

    .main-section .top-bottom-share {
        top: 39%;
    }

    .projects-page.projects, .vision-page.vision, .main-section-page.main-section {
        min-height: 600px;
        margin-top: 6%;
    }

    .contact h1 {
        margin-left: 15px;
    }

    .projects-page.projects .section-header h1 {
        margin-left: 6px;
    }

    .vision .section-header h1 {
        margin-left: 40px;
    }

    .fish-effect {
        margin-right: -13px;
    }

    .team-page .fish-effect {
        margin-right: -14px;
    }

    .team-page.team {
        padding-top: 10%;
    }

    .main-section-content {
        margin-left: 0%;
    }

    .rw-words span {
        font-size: 12px !important;
    }

    footer {
        margin-left: 0% !important;
    }

    .page.vision {
        padding-top: 10%;
    }

    .team .top-bottom-share {
        margin-top: 62%;
    }

    .projects .top-bottom-share {
        margin-top: 53%;
    }

    .vision .top-bottom-share {
        margin-top: 22%;
    }

    #footer {
        padding-left: 4px;
    }

    #team .second-column {
        margin-top: -5px;
    }

    #vision .second-column {
        margin-top: -3px;
    }

    .vision_side_menu2 {
        padding-left: 38%;
    }

    .second-column {
        margin-top: -3px;
    }

    .projects .content-wrapper ul {
        padding-left: 79px;
    }
    .team-page .section-header h1 {
        margin-left: 31%;
    }
    .vision_side_menu {
        padding-left: 42%;
    }
}

@media (max-width: 768px) {
    body {overflow-x: hidden; }

    .team .content-wrapper .fish-effect {
        margin-top: 15%;
    }

    .projects .content-wrapper ul {
        padding-left: 0;
        margin-top: 0;
    }

    .projects .content-wrapper ul li:nth-child(1) {
        margin-left: 36%;
    }

    .projects .content-wrapper ul li:nth-child(2) {
        margin-left: 49%;
        margin-top: 11%;
        margin-bottom: -9%;
    }

    .projects .content-wrapper ul li:nth-child(3) {
        margin-left: 22%;
        margin-top: -4%;
    }

    .projects .content-wrapper ul li:nth-child(4) {
        margin-top: -7%;
        padding-right: 13%;
    }

    .projects .content-wrapper ul li:nth-child(5) {
        margin-left: 35%;
    }

    .projects .content-wrapper ul li:nth-child(6) {
        margin-left: 22%;
    }

    .vision_side_menu {
        /*padding-left: 0;*/
    }

    .vision_side_menu2 {
        /*padding-left: 0;*/
    }

    .main-section ul.nav {
        padding-top: 0;
    }

    .vision .content-wrapper .vision-text {
        margin-top: 20px;
    }

    .contact h1 {
        margin-left: 0;
    }

    .fish-effect {
        margin-top: 0;
    }

    .second-column {
        margin-top: 0;
        margin-left: 0;
    }

    .main-section .top-bottom-share {
        /*margin-top: 35%;*/
    }

    .top-bottom-share .bottom {
        margin: 0 0 7% 18%;
    }

    #team .second-column {
        margin-top: 0;
    }

    #projects .second-column {
        margin-top: 0;
    }

    #vision .second-column {
        margin-top: 0;
    }

    #footer {
        margin-top: 0;
        padding-left: 0;
    }

    .team .top-bottom-share {
        margin-top: 72%;
    }

    .vision .top-bottom-share {
        margin-top: 27%;
    }

    .main-section .absolute-center {
        margin-left: 0;
    }

    .contact .top-bottom-share {
        bottom: 0%;
    }

    .projects .top-bottom-share {
        margin-top: 57%;
    }

}

@media (max-width: 767px) {
    #team .second-column {
        margin-top: 18px;
    }

    #projects .second-column {
        margin-top: -3px;
    }

    #vision .second-column {
        margin-top: 18px;
    }

    .main-bg {
        /*background: #395a5d url(../images/m-main-bg.jpg) no-repeat left top !important;*/
        background: #395a5d url(../images/m-main-bg_vertical_copyright.jpg) no-repeat left top !important;
        background-size: 108% 100% !important;
        overflow: hidden;
        height: 3420px;
    }

    .contact h1 {
        margin-left: 8px;
    }

    .contact .top-bottom-share {
        right: 4%;
        bottom: -35%;
    }

    .contact-page.contact {
        margin: 70px 0% 0px !important;
        width: 100%;
    }

    .team-page .section-header h1 {
        margin-left: 25%;
        margin-top: 14%;
    }

    .team-page .fish-effect {
        margin-right: -3px;
    }

    .vision .absolute-center {
        margin-top: 0%;
        bottom: 8% !important;
    }

    .vision_side_menu {
        padding-left: 44px;
    }

    .vision_side_menu2 {
        padding-left: 38px;
    }

    .vision .section-header h1 {
        margin-left: 25px;
    }

    .projects .content-wrapper ul {
        width: 96%;
    }

    .main-section-content {
        width: 100%;
        float: left;
    }

    .fish-effect {
        margin-right: -5px;
    }

    .section {
        width: 100%;
        float: left;
        margin: 0px 0% !important;
    }

    .main-section-logo {
        max-width: 100%;
        padding-left: 10px;
    }

    .projects-page.projects {
        margin-top: 45%;
    }

    .second-column {
        margin-top: 18px;
    }

    .projects .absolute-center {
        margin-top: 22%;
    }

    .footer-logos a.finebalance {
        width: 90px !important;
    }

    .logo-fineb {
        margin-left: 0% !important;
    }

    .logo-hinduja {
        /*margin-top: 30px !important;*/
        /*margin-left: 3% !important;*/
        /*width: 50px !important;*/
    }

    .footer-logos a.hinduja {
        width: 38px !important;
    }
    .footer-logos{
        text-align: center;
    }
    .logo-joseph {
        /*float: left;*/
        margin-left: 10px;
    }

    .footer-logos a.joseph {
        width: 100% !important;
        padding-bottom: 0;
    }

    .logo-satya {
        /*float: left;*/
        width: 45%;
        max-width: 138px;
        /*margin-left: 14%;*/
        /*margin-bottom: 25px;*/
    }

    .footer-logos a.hinduja {
        bottom: 0px !important;
        left: 0px !important;
        position: relative;
        width: 27px;
    }

    .footer-logos a.satya {
        bottom: 0 !important;
        margin-top: 0;
        /*padding-bottom: 1px !important;*/
        position: relative;
    }

    /*.footer-logos a.satya {*/
        /*margin-top: 20% !important;*/
    /*}*/

    footer {
        margin-left: 0% !important;
    }

    .footer-logos {
        position: relative;
        width: 100%;
        float: left;
    }

    .popup-project .inner-wrapper .continue {
        margin-top: 20px;
    }

    .top-bottom-share {
        margin-top: 110%;
    }

    .vision {
        height: 683px !important;
    }

    .rw-words span {
        font-size: 11px;
    }

    .main-section-nav {
        margin-bottom: 35px;
        margin-right: 49%;
    }

    .bubbleImg-div {
        margin-left: -48% !important;
        bottom: -48% !important;
    }

    .planktonseq-div {
        padding-top: 150%;
    }

    div {
        font-size: 12px;
    }

    .team .top-bottom-share, .projects .top-bottom-share, .vision .top-bottom-share {
        margin-left: 90% !important;
        margin-top: 25% !important;
    }

    .main-section .top-bottom-share {
        right: 0% !important;
    }
}

@media (max-width: 767px) {

    .team .top-bottom-share, .projects .top-bottom-share, .vision .top-bottom-share {
        margin-left: 93% !important;
        margin-top: 77% !important;
    }
}
@media (max-width: 640px) {
    .logo-hinduja {
        /*margin-top: 3px !important;*/
        /*margin-left: 7% !important;*/
    }
    .main-section .top-bottom-share {
        right: -6% !important;
        top: 86%;
    }
    .team .top-bottom-share{
        margin-top: 113% !important;
    }
    .projects .top-bottom-share {
        margin-top: 69% !important;
    }
    .vision .top-bottom-share {
        margin-top: 98% !important;
    }
    .footer-logos a.satya {
        margin-top: 0 !important;
        bottom: 0!important;
        margin-left: 0;
    }
    .contact-page.contact {
        margin: -20% 0 0 !important;
    }
    .projects-page.projects .section-header h1 {
        margin-left: -1%;
    }
    .projects-page.projects {
        min-height: 450px;
        padding-top: 20%;
    }
    .vision .content-wrapper .vision-text {
        margin-top: -2%;
    }
}
@media (max-width: 600px) {
    .main-section .top-bottom-share {
        right: -6% !important;
    }
    .team .top-bottom-share {
        margin-top: 119% !important;
    }
    .vision .top-bottom-share {
        margin-top: 102% !important;
    }
    .main-section .top-bottom-share {
        top: 81%;
    }
    .team-page .section-header h1 {
        margin-left: 32%;
    }
    .projects-page.projects .section-header h1 {
        margin-left: 2%;
    }
    .vision .section-header h1 {
        margin-left: 26%;
    }
    .vision_side_menu {
        padding-left: 38%;
    }
    .vision_side_menu2 {
        padding-left: 32%;
    }
    .contact h1 {
        margin-left: 9%;
    }
       .vision .content-wrapper .vision-text {
        margin-top: -3%;
    }
}
@media only screen and (max-width: 480px) {
    /*.projects .content-wrapper ul li:nth-child(4) {*/
        /*padding-right: 2%;*/
    /*}*/
    .main-bg {
        background-size: 167.25% 100% !important;
    }
    .main-section-nav {
        margin-bottom: 35px;
        margin-right: -14%;
    }
    .projects-page.projects {
        /*min-height: 550px;*/
        padding-top: 17%;
    }
    .fish-effect#fish-effect1 {
        margin-right: 12px;
    }
    .vision .section-header h1 {
        margin-left: 24px;
    }
    .vision_side_menu {
        padding-left: 34%;
    }
    .vision_side_menu2 {
        padding-left: 24%;
    }
    .team-page .section-header h1 {
        margin-left: 34%;
    }
    .projects-page.projects .section-header h1 {
        margin-left: -1%;
    }
    .contact h1 {
        margin-left: 2%;
    }
    .footer-logos {
        width: 119%;
    }
    .logo-joseph {
        margin-left: 0;
    }
    .logo-fineb {
        margin-left: -8% !important;
    }
    .logo-hinduja {
        /*margin-top: -46px !important;*/
        /*margin-left: 54% !important;*/
    }
    .logo-satya {
        margin-left: 61%;
        padding-top: 0px;
    }
    .top-bottom-share .top {
        background-size: 100% auto;
        height: 22px;
        width: 20px;
    }

    .top-bottom-share .top:hover {
        background-size: 100% auto;
        height: 22px;
        width: 20px;
    }

    .top-bottom-share .bottom {
        background-size: 100% auto;
        height: 15px;
        width: 14px;
    }

    .top-bottom-share .bottom {
        margin-left: 30%;
    }

    .top-bottom-share .top {
        margin: 0 0 18% 21%;
    }

    .top-bottom-share .top {
        margin: 0 0 18% 19%;
    }

    .footer-logos a.joseph {
        width: 126px;
    }

    .footer-logos a.joseph:hover {
        width: 126px;
    }

    .logo-fineb {
        margin-left: -3%;
    }

    .footer-logos a.finebalance {
        width: 24px;
    }

    .footer-logos a.finebalance:hover {
        width: 24px;
    }

    .footer-logos a.hinduja {
        bottom: 55px;
        position: relative;
        width: 27px;
    }

    .main-section .top-bottom-share .bottom {
        margin-left: 19%;
    }

    .top-bottom-share .bottom {
        margin-left: 32%;
    }

    .footer-logos a.hinduja:hover {
        width: 37px;
    }
    .social--link {
        width: 20px;
        height: 20px;
        margin: 0 0 8% 19%;
    }
    .main-section .social--link {
        margin: 0 0 8% 14%;
    }

    .main-section .top-bottom-share .top {
        margin: 0 0 8% 13%;
    }

    .top-bottom-share .bottom:hover {
        background-size: 100% auto;
        height: 15px;
        width: 14px;
    }

    .team .top-bottom-share {
        margin-left: 107% !important;
        margin-top: 109% !important;
    }

    .projects .top-bottom-share {
        margin-left: 107% !important;
        margin-top: 82%;
    }

    .vision .top-bottom-share {
        margin-left: 107% !important;
        margin-top: 120%;
    }

    .main-section ul.nav li:nth-child(1) {
        margin-left: 28%;
        margin-top: 8%;
    }

    .main-section ul.nav li:nth-child(2) {
        margin-left: 56%;
        margin-top: 10%;
    }

    .main-section ul.nav li:nth-child(3) {
        margin-left: -5%;
        margin-top: 4%;
    }

    .main-section ul.nav li:nth-child(3) {
        margin-left: -5%;
        margin-top: 4%;
    }

    .main-section ul.nav li:nth-child(5) {
        margin-left: 41%;
        margin-top: 5%;
    }

    .popup-project {
        left: 0;
    }

    .section-header h1 {
        font-size: 15px;
    }

    .section-header .menu > a {
        font-size: 13px;
    }

    .section {
        width: 84%;
    }

    .contact {
        width: 84%;
        height: 413.4px !important;
    }

    .popup-project .inner-wrapper .project-content .inner-project-content {
        margin: 0 auto;
        width: 94%;
    }

    .contact .top-bottom-share {
        bottom: 3%;
        margin-left: 0;
        margin-right: 3%;
        margin-top: 0;
        right: -3%;
        width: 9%;
    }

    .contact h5 {
        font-size: 12px;
    }

    .absolute-center {
        margin-top: 18%;
    }

    h1, h3, h5, h4, h2 {
        font-size: 12px;
    }

    .contact .section-header .menu {
        font-size: 12px;
        margin-top: -4.9%;
    }

    .first-column {
        width: 22%;
    }

    .section-header .menu ul li {
        margin: 0 4px;
    }

    .fish-effect {
        width: 100%;
    }

    .address-1, .address-2 {
        font-size: 12px;
        line-height: 13px;
        width: 100%;
        margin-bottom: 2%;
        color: #fff;
    }

    .contact .content-wrapper .email-wrapper {
        font-size: 12px;
        width: 100%;
        margin-bottom: 4%;
    }

    .top-bottom-share .quick-share {
        font-size: 12px;
    }

    .menu {
        margin-top: 0;
    }

    .team {
        width: 84%;
    }

    .team .content-wrapper .team-member {
        font-size: 12px;
    }

    .second-column {
        width: 70%;
    }

    .projects .content-wrapper ul li a {
        font-size: 12px;
    }

    .projects .content-wrapper ul li:nth-child(1) {
        margin-top: 0;
        margin-bottom: 20%;
    }

    .projects .content-wrapper ul {
        width: 87%;
    }

    .projects .section-header .menu {
        font-size: 12px;
        margin-top: 1.4%;
    }

    .projects {
        height: 339px !important;
    }

    .vision .section-header .menu {
        font-size: 12px;
        margin-top: -4.8%;
    }

    .vision .content-wrapper .vision-text {
        font-size: 12px;
        text-align: left;
        width: 98%;
    }

    .vision {
        height: 515px !important;
    }

    .popup-share .share-form input[type="submit"] {

        right: -8px;
    }

    .main-section .absolute-center {
        margin-top: 35%;
    }

    .main-section-content {
        width: 100%;
    }

    .main-section .news-wrapper {
        margin-top: 0;
    }

    .main-section-nav {
        width: 100%;
    }

    .main-section ul.nav {
        width: 94%;
    }

    .main-section ul.nav li a {
        font-size: 12px;
    }

    .footer-logos a.joseph {
        font-size: 24%;
        /*margin-top: 7%;*/
        /*padding-bottom: 22%;*/
    }

    .logo-hinduja {
        margin-left: 14%;
        width: 16%;
    }

    .footer-logos a.satya {
        bottom: 61px;
        margin-top: 8%;
        padding-bottom: 1px;
        position: relative;
    }

    .main-section {
        height: 513px !important;
    }

    .main-section .top-bottom-share {
        bottom: -92px;
        margin-left: 0;
        margin-right: -14%;
        margin-top: 0;
        right: -9%;
        width: 14%;
    }

    #image-sequence-bubble {
        margin: 0;
        width: 100%;
    }

    .team .section-header .menu {
        font-size: 12px;
        margin-top: -2%;
    }
    #vision .second-column {
        margin-top: 15px;
    }

    .contact h1 {
        font-size: 15px;
    }

    .popup-project .inner-wrapper {
        padding: 3%;
        width: 95%;
    }

    .popup-project .inner-wrapper .continue {
        font-size: 12px;
        left: 68% !important;
        line-height: 23px;
        position: absolute;
        top: 7%;
        width: 24%;
        z-index: 2;
    }

    .popup-project .inner-wrapper {
        margin: 0 auto;
        padding: 12% 0 0;
        position: relative;
        width: 86%;
    }

    .popup-project .inner-wrapper img {
        width: 100%;
        right: -63px;
        top: -14px;
    }

    .popup-project .inner-wrapper .sidebar h1 {
        margin-bottom: 0;
        font-size: 15px;
    }

    .popup-project .inner-wrapper .sidebar {
        left: 2%;
        margin: 0;
        position: absolute;
        right: 0;
        width: 38%;
    }

    .popup-project .inner-wrapper .sidebar .film-info h2 {
        font-size: 14px;
    }

    .popup-project .inner-wrapper .project-content {
        font-size: 12px;
        line-height: 20px;
        padding: 0;
        width: 100%;
    }

    .innerpadding1 {
        padding: 36% 0;
    }

    .innerpadding2 {
        padding: 17% 0;
    }

    .innerpadding3 {
        padding: 28% 0;
    }

    .innerpadding4 {
        padding: 45% 0 0 0;
    }

    .innerpadding5 {
        padding: 68% 0 0 0;
    }

    .innerpadding6 {
        padding: 84% 0 0 0;
    }

    iframe, object, embed {
        width: 100%;
    }

    .popup-project .inner-wrapper .project-content .inner-project-content img {
        width: 100%;
    }

    .popup-project .inner-wrapper .sidebar .film-info {
        margin-bottom: 0;
    }

    .popup-project .inner-wrapper .sidebar h4.share {
        font-size: 14px;
        margin: 0;
    }

    .popup-project .inner-wrapper .sidebar .contact-link {
        font-size: 14px;
    }

    .popup-project .inner-wrapper .project-content .film-footer .back-to-top img {
        right: -51px;
        top: -20px;
        width: 64%;
    }

    .popup-project .inner-wrapper .continue img {
        right: -46px;
        top: -33px;
        width: 100%;
    }

    .popup-project .inner-wrapper .project-content .film-footer {
        padding: 29px 0;
        width: 94%;
    }

    .popup-project .inner-wrapper .project-content .film-footer .share a {
        top: 0;
    }

    .popup-share ul li a.share-fb {
        margin-left: 11%;
        margin-top: 0;
        width: 64px;
    }

    .popup-share ul li a.share-twitter {
        margin-left: 29%;
        margin-top: -12%;
        width: 47px;
    }

    .popup-share h1 {
        font-size: 20px;
        padding: 30px 0 0 42px;
    }

    .popup-share {
        width: 100%;
    }

    .fancybox-opened {
        left: 0 !important;
        top: 27% !important;
        width: 84% !important;
    }

    .fancybox-inner {
        height: 385px !important;
        margin: 0 auto 14%;
        width: 100% !important;
    }

    .popup-share .share-form {
        margin-top: 5%;
        width: 51%;
    }

    .popup-share ul li a.share-mail {
        margin-left: 30%;
        margin-top: 2%;
        width: 41px;
    }

    .fancybox-close {
        right: -4px;
        top: -9px;
    }

    .popup-project .inner-wrapper .sidebar .contact-form {
        height: 136px;
        background: #1d4450;
    }

    .logo-joseph {
        width: 78%;
    }

    .logo-hinduja {
        /*clear: both;*/
        /*float: left;*/
        margin-left: 45%;
        width: 9%;
    }
    .projects .content-wrapper ul li:nth-child(3) {
        margin-left: 10%;
        margin-top: -16%;
    }
    .projects .content-wrapper ul li:nth-child(4) {
        padding-right: 0%;
    }
    .projects .content-wrapper ul li:nth-child(5) {
        margin-left: 26%;
    }
    .projects .content-wrapper ul li:nth-child(6) {
        margin-left: 10%;
    }
    .vision .content-wrapper .vision-text {
        margin-top: -6.3%;
    }
}
/************************************************************/
.loader {
    width: 100%;
    height: 100%;
    background: #ffffff url("../images/loader.gif") center no-repeat;
}

.main-bg {
    /*background: #395a5d url(../images/main-bg.jpg) no-repeat -50px -50px;*/
    /*background: #395a5d url(../images/main-bg-with-copyright.jpg) no-repeat -50px -50px;*/
    /*background: #395a5d url(../images/final-background.jpg) no-repeat -50px -50px;*/
    /*background: #395a5d url(../images/final-background-new.jpg) no-repeat -50px -50px;*/
    background: #395a5d url(../images/final-background-new-copy.jpg) no-repeat -50px -50px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    /*height: 4415px;*/
    /*background-size: calc(100% + 100px);*/
    /*background-size: calc(100% + 100px) calc(100% + 276px);*/
}
.footer-copyright {
    position: absolute;
    bottom: 10px;
    width: 100%;
}
.right-footer{
    float: right;
    padding-right: 3%;
}
.left-footer{
    float: left;
    padding-left: 3%;
}

.footer-are {
    width: 100%;
    height: 85px;
    position: relative;
}

.planktonseq-div {
    width: 100%;
    float: left;
    position: relative;
    /*overflow: hidden;*/
}

.planktonseq-inner-div {
    width: 100%;
    float: left;
    position: relative;
}

.planktonseq-inner-div img {
    width: 100%;
    height: auto;
}

.psimage {
    width: 100%;
    height: auto;
}

.bubbleImg-div {
    position: absolute;
    z-index: 1;
    width: 250px;
    height: auto;
    left: 50%;
    margin-left: -340px;
    bottom: 365px;
}

.bubbleImg-div img {
    width: 100%;
    height: auto;
}

@media (max-width: 1280px) {
    #imageDiv,
    #imageDiv img {
        width: 400px;
        height: 400px;
    }
}

/*********************************************************/

.image1 {
    position: absolute;
    -webkit-transition: 15s;
    -moz-transition: 15s;
    -ms-transition: 15s;
    -o-transition: 15s;
    transition: 15s;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;

}

#imageDiv {
    left: 0px;
    bottom: 0;
    width: 350px;
    height: 350px;
    animation-name: leftRightAnimation;
    animation-duration: 150s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

#imageDiv img {
    width: 350px;
    height: 350px;
    float: right;
    margin-right: 10px;
}

#imageDiv2 {
    left: 130px;
    bottom: 0%;
    margin-bottom: 27%;
    width: 130px;
    height: 130px;
    animation-name: leftRightAnimation2;
    animation-duration: 120s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

#imageDiv2 img {
    width: 130px;
    height: 130px;
    float: right;
    margin-right: 0px;
    margin-top: 0px;
}

#imageDiv3 {
    left: 50px;
    bottom: 0%;
    margin-bottom: 32%;
    width: 100px;
    height: 100px;
    animation-name: leftRightAnimation3;
    animation-duration: 110s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

#imageDiv3 img {
    width: 100px;
    height: 100px;
    float: right;
    margin-right: 0px;
    margin-top: 0px;
}

#imageDiv4 {
    left: 50px;
    bottom: 0%;
    margin-bottom: 22%;
    width: 80px;
    height: 80px;
    animation-name: leftRightAnimation4;
    animation-duration: 100s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

#imageDiv4 img {
    width: 80px;
    height: 80px;
    float: right;
    margin-right: 0px;
    margin-top: 0px;
}

@keyframes leftRightAnimation {
    0% {
        width: 350px;
        height: 350px;
    }
    50% {
        width: 100%;
        height: 100%;
    }
    100% {
        width: 350px;
        height: 350px;
    }
}

@keyframes leftRightAnimation2 {
    0% {
        width: 130px;
        height: 130px;
    }
    50% {
        width: calc(100% - 75%);
        height: calc(100% - 55%);
    }
    100% {
        width: 130px;
        height: 130px;
    }
}

@keyframes leftRightAnimation3 {
    0% {
        width: 100px;
        height: 100px;
    }
    50% {
        width: calc(100% - 80%);
        height: calc(100% - 60%);
    }
    100% {
        width: 100px;
        height: 100px;
    }
}

@keyframes leftRightAnimation4 {
    0% {
        width: 80px;
        height: 80px;
    }
    50% {
        width: calc(100% - 60%);
        height: calc(100% - 50%);
    }
    100% {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 767px) {

    #imageDiv {
        left: 0px;
        bottom: 0;
        width: 250px;
        height: 250px;
        animation-name: leftRightAnimation;
        animation-duration: 150s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
    }

    #imageDiv img {
        width: 250px;
        height: 250px;
        float: right;
        margin-right: 10px;
    }

    #imageDiv2 {
        left: 130px;
        bottom: 0%;
        margin-bottom: 27%;
        width: 110px;
        height: 110px;
        animation-name: leftRightAnimation2;
        animation-duration: 120s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
    }

    #imageDiv2 img {
        width: 110px;
        height: 110px;
        float: right;
        margin-right: 0px;
        margin-top: 0px;
    }

    #imageDiv3 {
        left: 50px;
        bottom: 0%;
        margin-bottom: 32%;
        width: 80px;
        height: 80px;
        animation-name: leftRightAnimation3;
        animation-duration: 110s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
    }

    #imageDiv3 img {
        width: 80px;
        height: 80px;
        float: right;
        margin-right: 0px;
        margin-top: 0px;
    }

    #imageDiv4 {
        left: 50px;
        bottom: 0%;
        margin-bottom: 22%;
        width: 60px;
        height: 60px;
        animation-name: leftRightAnimation4;
        animation-duration: 100s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
    }

    #imageDiv4 img {
        width: 60px;
        height: 60px;
        float: right;
        margin-right: 0px;
        margin-top: 0px;
    }

    @keyframes leftRightAnimation {
        0% {
            width: 250px;
            height: 250px;
        }
        50% {
            width: 100%;
            height: 100%;
        }
        100% {
            width: 250px;
            height: 250px;
        }
    }

    @keyframes leftRightAnimation2 {
        0% {
            width: 110px;
            height: 110px;
        }
        50% {
            width: calc(100% - 75%);
            height: calc(100% - 55%);
        }
        100% {
            width: 110px;
            height: 110px;
        }
    }

    @keyframes leftRightAnimation3 {
        0% {
            width: 80px;
            height: 80px;
        }
        50% {
            width: calc(100% - 80%);
            height: calc(100% - 60%);
        }
        100% {
            width: 80px;
            height: 80px;
        }
    }
    @keyframes leftRightAnimation4 {
        0% {
            width: 60px;
            height: 60px;
        }
        50% {
            width: calc(100% - 60%);
            height: calc(100% - 50%);
        }
        100% {
            width: 60px;
            height: 60px;
        }
    }

}

@media only screen and (max-width: 1770px) {
    .logo-hinduja {
        max-width: 38px;
    }
    .logo-joseph,
    .logo-satya,
    .logo-janaina,
    .logo-fred{
        max-width: 150px;
    }
    .footer-logos a.joseph{
        height: 15px;
    }
}
@media only screen and (max-width: 1460px) {
    .logo-satya,
    .logo-janaina,
    .logo-fred{
        max-width: 140px;
    }
}
@media only screen and (max-width: 1160px) {
    .footer-logos .logo{
        margin-left: 1%;
    }
    .logo-satya,
    .logo-janaina,
    .logo-fred{
        max-width: 130px;
    }
}
@media (max-width: 1770px) and (min-width: 767px) {
    #footer {
        margin-top: 3%;
    }
}
@media only screen and (max-width: 1600px) {
    .main-bg {
        background: #395a5d url(../images/rsz1600x4800_final-background-new-copy.jpg) no-repeat -50px -50px;
    }
}

@media only screen and (max-width: 1400px) {
    .main-bg {
        background: #395a5d url(../images/rsz1400x4200_final-background-new-copy.jpg) no-repeat -50px -50px;
    }
}

@media only screen and (max-width: 1366px) {
    .main-bg {
        background: #395a5d url(../images/rsz1366x4098_final-background-new-copy.jpg) no-repeat -50px -50px;
    }
}

@media only screen and (max-width: 1280px) {
    .main-bg {
        background: #395a5d url(../images/rsz1280x3840_final-background-new-copy.jpg) no-repeat -50px -50px;
    }
}

@media only screen and (max-width: 1024px) {
    .main-bg {
        background: #395a5d url(../images/rsz1024x3072_final-background-new-copy.jpg) no-repeat -50px -50px;
    }
}

@media only screen and (max-width: 414px) {
    .team-page .section-header h1 {
        margin-left: 29%;
    }
    .team-page .fish-effect {
        margin-right: -6%;
    }
    .fish-effect#fish-effect1 {
        margin-right: 11%;
    }
    .team-page .section-header h1 {
        margin-left: 28%;
    }
    .contact h1 {
    margin-left: -8%;
}
    .projects-page.projects .section-header h1 {
        margin-left: -13%;
    }
    .vision .section-header h1 {
        margin-left: 18%;
    }
    .vision_side_menu {
        padding-left: 26%;
    }
    .vision_side_menu2 {
        padding-left: 12%;
    }
    .vision .content-wrapper .vision-text {
        margin-top: -9.3%;
    }
    .vision .section-header .menu {
        margin-top: -5.8%;
    }
    .team .section-header .menu {
        margin-top: -3%;
    }
    .contact .section-header .menu {
        margin-top: -5.9%;
    }
}
@media only screen and (max-width: 384px) {
.projects-page.projects .section-header h1 {
        margin-left: -18%;
    }
    .team-page .section-header h1 {
        margin-left: 26%;
    }
    .vision .section-header h1 {
        margin-left: 16%;
    }
    .vision_side_menu {
        padding-left: 24%;
    }
    .vision_side_menu2 {
        padding-left: 11%;
    }
}
@media only screen and (max-width: 360px) {
    .projects .content-wrapper ul li:nth-child(4) {
        margin-top: -12%;
    }
    .team-page .fish-effect {
        margin-right: -3px;
    }
    .fish-effect#fish-effect1 {
        margin-right: 12px;
    }
    .projects-page.projects .section-header h1 {
        margin-left: -1%;
    }
    .contact h1 {
        margin-left: 2%;
    }
    .team-page .section-header h1 {
        margin-left: 34%;
    }
    .fish-effect#fish-effect1 {
        margin-right: 5px;
    }
    .logo-satya {
        margin-left: 68%;
    }
    .vision_side_menu {
        padding-left: 20px;
    }
    .vision_side_menu2 {
        padding-left: 11px;
    }
    .logo-satya {
        margin-left: 39%;
        padding-top: 7px;
    }
    .logo-hinduja {
        margin-top: 0px !important;
        /*margin-left: 13% !important;*/
    }
    .logo-fineb {
        margin-left: -4% !important;
    }

    .footer-logos a.hinduja {
        bottom: 55px;
        left: 151px;
        position: relative;
        width: 27px;
    }

    .logo-fineb {
        margin-left: -12%;
        margin-top: 2%;
    }

    .team .top-bottom-share {
        margin-left: 99% !important;
        margin-top: 145%;
    }

    .projects .top-bottom-share {
        margin-left: 99% !important;
        margin-top: 82%;
    }

    .vision .top-bottom-share {
        margin-left: 99% !important;
        margin-top: 142%;
    }

    .vision .absolute-center {
        margin-top: 24%;
    }

    .main-section .absolute-center {
        margin-top: 6%;
    }

    .section-header .menu > a {
        font-size: 12px;
    }

    .section-header h1 {
        font-size: 12px;
    }

    .popup-project .inner-wrapper .project-content .film-footer .back-to-top {
        font-size: 12px;
    }

    .section {
        width: 88%;
    }

    .contact {
        width: 88%;
        height: 413.4px !important;
    }

    .popup-project .inner-wrapper {
        margin: 0 auto;
        padding: 14% 0 0;
        position: relative;
        width: 85%;
    }

    .popup-project .inner-wrapper .sidebar {
        left: 0;
        margin: 0;
        position: absolute;
        right: 0;
        width: 96%;
    }

    .contact h1 {
        font-size: 11px;
    }

    .contact .section-header .menu {
        font-size: 11px;
    }

    .contact h5 {
        font-size: 11px;
    }

    h1, h3, h5, h4, h2 {
        font-size: 11px;
    }

    .projects .content-wrapper ul li a {
        font-size: 11px;
    }

    .main-section ul.nav li a {
        font-size: 11px;
    }

    .team .section-header .menu {
        font-size: 11px;
    }

    .popup-project .inner-wrapper .project-content .inner-project-content {
        width: 94%;
        font-size: 12px;
    }

    .popup-project .inner-wrapper .sidebar h1 {
        font-size: 15px;
    }

    .contact .top-bottom-share {
        bottom: 6%;
        margin-left: 0;
        margin-right: 7%;
        margin-top: 0;
        right: 5%;
        width: 7%;
    }

    .absolute-center {
        margin-top: 20%;
    }

    .contact .section-header .menu {
        margin-top: -17px;
    }

    .first-column {
        width: 22%;
    }

    .section-header .menu ul li {
        margin: 0 1px;
    }

    .fish-effect {
        width: 100%;
    }

    .address-1, .address-2 {
        font-size: 12px;
        line-height: 13px;
        width: 100%;
        margin-bottom: 2%;
        color: #fff;
    }

    .contact .content-wrapper .email-wrapper {
        font-size: 12px;
        width: 100%;
        margin-bottom: 4%;
    }

    .section-header .menu > a {
        font-size: 11px;
    }

    .team .absolute-center {
        margin-top: 25%;
    }

    .projects .absolute-center {
        margin-top: 6%;
    }

    .top-bottom-share .bottom {
        margin-left: 49%;
    }

    .top-bottom-share .quick-share {
        font-size: 12px;
    }

    .menu {
        margin-top: 0;
    }

    .team {
        width: 89%;
    }

    .team .content-wrapper .team-member {
        font-size: 12px;
    }

    .projects .content-wrapper ul li a {
        font-size: 11px;
    }

    .projects .content-wrapper ul li:nth-child(1) {
        margin-top: 0;
    }

    .projects .section-header .menu {
        font-size: 11px;
        margin-top: 1.9%;
    }

    .projects {
        height: 339px !important;
    }

    .vision .section-header .menu {
        margin-top: -15px;
    }

    .vision .content-wrapper .vision-text {
        font-size: 12px;
        text-align: left;
    }

    .vision .section-header h1 {
        margin-left: 20px;
    }

    .vision {
        height: 515px !important;
    }

    .main-section .absolute-center {
        margin-top: 5%;
    }

    .main-section-content {
        width: 100%;
    }

    .main-section .news-wrapper {
        margin-top: 0;
    }

    .main-section-nav {
        width: 100%;
    }

    .main-section ul.nav {
        width: 94%;
    }

    .footer-logos a.joseph {
        font-size: 24%;
        /*margin-top: 7%;*/
        /*padding-bottom: 22%;*/
        width: 62%;
    }

    .logo-hinduja {
        margin-left: 14%;
        width: 16%;
    }

    .top-bottom-share .top {
        margin: 0 0 18% 34%;
    }

    .main-section .top-bottom-share .bottom {
        margin-left: 24%;
    }
    
    .social--link {
        margin: 0 0 8% 30%;
    }

    .main-section .social--link {
        margin: 0 0 8% 18%;
    }
    .main-section .top-bottom-share .top {
        margin: 0 0 8% 18%;
    }

    /*.footer-logos a.satya {*/
        /*margin-top: 13%;*/
        /*padding-bottom: 30%;*/
    /*}*/

    .main-section {
        height: 513px !important;
    }

    .main-section .top-bottom-share {
        bottom: 20%;
        margin-left: 0;
        margin-right: -7%;
        margin-top: 0;
        right: -2%;
        width: 14%;
    }

    #image-sequence-bubble {
        margin: 0;
        width: 100%;
    }

    .team .section-header .menu {
        font-size: 11px;
        margin-top: 0.5%;
    }

    .contact h1 {
        font-size: 13px;
    }

    .popup-project .inner-wrapper .continue {
        font-size: 12px;
        left: 62% !important;
        line-height: 23px;
        position: absolute;
        top: 7%;
        width: 26%;
        z-index: 2;
    }

    .popup-project .inner-wrapper img {
        width: 100%;
        right: -63px;
        top: -14px;
    }

    .popup-project .inner-wrapper .sidebar h1 {
        margin-bottom: 0;

    }

    .popup-project .inner-wrapper .sidebar {
        position: absolute;
        width: 95%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .popup-project .inner-wrapper .sidebar .film-info h2 {
        font-size: 14px;
    }

    .popup-project .inner-wrapper .project-content {
        font-size: 12px;
        line-height: 20px;
        padding: 0;
        width: 100%;
    }

    .innerpadding1 {
        padding: 22% 0;
    }

    .innerpadding2 {
        padding: 19% 0;
    }

    .innerpadding3 {
        padding: 33% 0;
    }

    .innerpadding4 {
        padding: 51% 0 0;
    }

    .innerpadding5 {
        padding: 84% 0 0;
    }

    .innerpadding6 {
        padding: 106% 0 0;
    }

    iframe, object, embed {
        width: 100%;
    }

    .popup-project .inner-wrapper .project-content .inner-project-content img {
        width: 100%;
    }

    .popup-project .inner-wrapper .sidebar .film-info {
        margin-bottom: 0;
    }

    .popup-project .inner-wrapper .sidebar h4.share {
        font-size: 14px;
        margin: 0;
    }

    .popup-project .inner-wrapper .sidebar .contact-link {
        font-size: 14px;
    }

    .popup-project .inner-wrapper .project-content .film-footer .back-to-top img {
        right: -51px;
        top: -20px;
        width: 77%;
    }

    .popup-project .inner-wrapper .continue img {
        right: -47px;
        top: -23px;
    }

    .popup-project .inner-wrapper .project-content .film-footer {
        padding: 29px 0;
    }

    .popup-project .inner-wrapper .project-content .film-footer .share a {
        top: 0;
        font-size: 12px;
    }

    .popup-share ul li a.share-fb {
        margin-left: 9%;
        margin-top: -9px;
        width: 52px;
    }

    .popup-share ul li a.share-twitter {
        margin-left: 29%;
        margin-top: -15%;
        width: 41px;
    }

    .popup-share h1 {
        font-size: 21px;
        padding: 12px 0 0 12px;
    }

    .popup-share {
        width: 100%;
    }

    .fancybox-opened {
        left: 0 !important;
        width: 86% !important;
    }

    .fancybox-inner {
        width: 100% !important;
    }

    .popup-share .share-form {
        width: 67%;
    }

    .popup-share ul li a.share-mail {
        margin-left: 30%;
        margin-top: 0;
        width: 41px;
    }

    .fancybox-close {
        right: -4px;
        top: -9px;
    }

    .popup-project .inner-wrapper .sidebar .contact-form {
        height: 136px;
        background: #1d4450;
    }

    .logo-joseph {
        width: 78%;
    }

    .logo-hinduja {
        width: 55%;
        clear: both;
        margin-left: 0;
    }
    #team .second-column {
        margin-top: 10px;
    }
    .projects-page.projects {
        /*min-height: 550px;*/
        padding-top: 42%;
    }
    .vision .content-wrapper .vision-text {
        margin-top: -9.7%;
    }

}

@media only screen and (max-width: 320px) {
    .vision .content-wrapper .vision-text {
        margin-top: -9.5%;
    }
    .projects-page.projects {
        min-height: 465px;
    }
    .projects .content-wrapper ul {
        margin-top: 6px;
    }
    .projects-page.projects {
        padding-top: 122%;
    }
    .contact h1 {
        margin-left: 8%;
    }
    .fish-effect#fish-effect1 {
        margin-right: -1px;
    }

    .team .top-bottom-share {
        margin-left: 89% !important;
        margin-top: 145%;
    }

    .projects .top-bottom-share {
        margin-left: 89% !important;
        margin-top: 116%;
    }

    .vision .top-bottom-share {
        margin-left: 89% !important;
        margin-top: 117% !important;
    }

    .main-section .top-bottom-share {
        margin-right: 4%;
    }

    .second-column {
        width: 76%;
    }

    .section-header .menu > a {
        font-size: 10.5px;
    }

    .contact h1 {
        font-size: 11px;
    }

    .popup-project .inner-wrapper .project-content .inner-project-content {
        width: 100%;
    }

    .contact .section-header .menu {
        font-size: 11px;
    }

    .contact h5 {
        font-size: 11px;
    }

    .contact .content-wrapper .phone-wrapper {
        width: 100%;
    }

    h1, h3, h5, h4, h2 {
        font-size: 11px;
    }

    .projects .content-wrapper ul li a {
        font-size: 11px;
    }

    .main-section ul.nav li:nth-child(1) {
        font-size: 11px;
    }

    .section {
        width: 97%;
    }

    .contact {
        width: 97%;
        height: 413.4px !important;
    }

    .contact .top-bottom-share {
        bottom: 3%;
        margin-left: 0;
        margin-top: 0;
        right: 9%;
        width: 9%;
    }

    .absolute-center {
        margin-top: 20%;
    }

    .contact .section-header .menu {
        margin-top: -18px;
    }

    .first-column {
        width: 22%;
    }

    .section-header .menu ul li {
        margin: 0 1px;
    }

    .fish-effect {
        width: 100%;
    }

    .address-1, .address-2 {
        font-size: 12px;
        line-height: 13px;
        width: 100%;
        margin-bottom: 2%;
        color: #fff;
    }

    .contact .content-wrapper .phone-wrapper {
        font-size: 12px;
        color: #fff;
    }

    .contact .content-wrapper .email-wrapper {
        font-size: 12px;
        width: 100%;
        margin-bottom: 4%;
    }

    .top-bottom-share .bottom {
        margin-left: 14%;
    }

    .top-bottom-share .quick-share {
        font-size: 12px;
    }

    .menu {
        margin-top: 0;
    }

    .team {
        width: 97%;
        height: 581px !important;
    }

    .team .content-wrapper .team-member {
        font-size: 12px;
    }

    .main-section ul.nav li a {
        font-size: 11px;
    }

    .projects .content-wrapper ul li:nth-child(1) {
        margin-top: 0;
    }

    .projects {
        height: 339px !important;
    }


    .vision .section-header .menu {
        font-size: 10.5px;
        margin-top: -14px;
    }

    .vision .content-wrapper .vision-text {
        font-size: 12px;
        text-align: left;
    }

    .vision .section-header h1 {
        margin-left: 0;
    }

    .vision {
        height: 515px !important;
    }

    .main-section .absolute-center {
        margin: 0;
    }

    .main-section-content {
        width: 100%;
    }

    .main-section .news-wrapper {
        margin-top: 0;
    }

    .main-section-nav {
        width: 100%;
    }

    .main-section ul.nav {
        width: 94%;
    }

    .footer-logos a.joseph {
        font-size: 24%;
        /*margin-top: 7%;*/
        /*padding-bottom: 22%;*/
    }

    .logo-hinduja {
        margin-left: 14%;
        width: 16%;
    }

    .footer-logos a.satya {
        /*padding-bottom: 30%;*/
        margin-top: 0;
    }

    .main-section ul.nav li:nth-child(3) {
        margin-left: 0;
        margin-top: 4%;
    }

    .main-section ul.nav li:nth-child(4) {
        margin-left: 17%;
        margin-top: 10%;
    }

    .top-bottom-share .bottom {
        margin-left: 48%;
    }

    .main-section {
        height: 513px !important;
    }

    /*.main-section .top-bottom-share*/
    /*{*/
    /*bottom: 24%;*/
    /*margin-left: 0;*/
    /*margin-top: 0;*/
    /*right: 3%;*/
    /*width: 14%;*/
    /*}*/
    #image-sequence-bubble {
        margin: 0;
        width: 100%;
    }

    .team .section-header .menu {
        font-size: 10.5px;
        margin-top: 1px;
    }

    .popup-project .inner-wrapper {
        padding: 3%;
        width: 95%;
    }

    .popup-project .inner-wrapper .continue {
        font-size: 11px;
        left: 66% !important;
        line-height: 23px;
        position: absolute;
        top: 9%;
        width: 25%;
        z-index: 2;
    }

    .popup-project .inner-wrapper {
        margin: 0 auto;
        padding: 18% 0 0;
        position: relative;
        width: 84%;
    }

    .popup-project .inner-wrapper img {
        width: 100%;
        right: -63px;
        top: -14px;
    }

    .popup-project .inner-wrapper .sidebar h1 {
        margin-bottom: 0;
        font-size: 14px;
    }

    .popup-project .inner-wrapper .sidebar {
        left: 0;
        margin: 0;
        position: absolute;
        right: 0;
        width: 83%;
    }

    .popup-project .inner-wrapper .sidebar .film-info h2 {
        font-size: 12px;
    }

    .popup-project .inner-wrapper .project-content {
        font-size: 12px;
        line-height: 20px;
        padding: 0;
        width: 100%;
    }

    .innerpadding1 {
        padding: 21% 0;
    }

    .innerpadding2 {
        padding: 21% 0;
    }

    .innerpadding3 {
        padding: 35% 0;
    }

    .innerpadding4 {
        padding: 51% 0 0;
    }

    .innerpadding5 {
        padding: 87% 0 0;
    }

    .innerpadding6 {
        padding: 112% 0 0;
    }

    iframe, object, embed {
        width: 100%;
    }

    .popup-project .inner-wrapper .project-content .inner-project-content img {
        width: 100%;
    }

    .popup-project .inner-wrapper .sidebar .film-info {
        margin-bottom: 0;
    }

    .popup-project .inner-wrapper .sidebar h4.share {
        font-size: 12px;
        margin: 0;
    }

    .popup-project .inner-wrapper .sidebar .contact-link {
        font-size: 12px;
    }

    .popup-project .inner-wrapper .project-content .film-footer .back-to-top img {
        right: -51px;
        top: -20px;
        width: 76%;
    }

    .popup-project .inner-wrapper .continue img {
        right: -45px;
        top: -19px;
    }

    .popup-project .inner-wrapper .project-content .film-footer {
        padding: 29px 0;
        width: 100%;
        font-size: 12px;
    }

    .popup-project .inner-wrapper .project-content .film-footer .back-to-top {
        font-size: 12px;
    }

    .popup-project .inner-wrapper .project-content .film-footer .share a {
        top: 0;
    }

    .popup-share ul li a.share-fb {
        background-position: -3px -327px;
        margin-left: 9%;
        margin-top: -9px;
        width: 52px;
    }

    .popup-share ul li a.share-twitter {
        margin-left: 32%;
        margin-top: -15%;
        width: 41px;
    }

    .popup-share h1 {
        font-size: 21px;
        padding: 12px 0 0 12px;
    }

    .popup-share {
        width: 100%;
    }

    .fancybox-opened {
        left: 0 !important;
        width: 90% !important;
    }

    .fancybox-inner {
        width: 100% !important;
    }

    .popup-share .share-form {
        font-size: 12px;
        width: 63%
    }

    .popup-share .share-form input, .popup-share .share-form textarea {
        width: 210px;
        font-size: 15px;
    }

    .popup-share ul li a.share-mail {
        margin-left: 32%;
        margin-top: 0;
        width: 41px;
    }

    .fancybox-close {
        right: -4px;
        top: -9px;
    }

    .popup-project .inner-wrapper .sidebar .contact-form {
        height: 136px;
        background: #1d4450;
    }

    .logo-fineb {
        margin-left: -14%;
        margin-top: 2%;
    }

    .footer-logos a.finebalance {
        width: 19px;
    }

    .footer-logos a.hinduja {
        bottom: 55px;
        left: 96px;
        position: relative;
        width: 24px;
    }

    .logo-satya {
        /*float: left;*/
        /*margin-left: 17%;*/
        max-width: 138px;
        width: 23%;
        padding-top: 45px;
    }

    .footer-logos a.satya {
        /*margin-top: 10px;*/
        /*padding-bottom: 25%;*/
    }
    .first-column {
        padding-left: 1%;
    }
    .vision .section-header h1 {
        margin-left: 19px;
    }
    #footer {
        margin-top: -2%;
    }

}

@media only screen and (max-width: 800px) {
    .team .content-wrapper .team-member .email-id {
        margin-top: 0;
    }

    h5 {
        line-height: 15px;
    }

    .team .content-wrapper .team-member .email-id {
        margin-top: 0;
    }
}

a:hover {
    color: #45B69E;
    cursor: pointer;
}