@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,800');
@import url('https://fonts.googleapis.com/css?family=Patrick+Hand');
body {
    font-family: 'Roboto', sans-serif;
}

h1,
.content-body p,
.brand-heading h3,
.input-wrap .form-control,
.contact-txt,
.work-detail-heading h1,
.button-text {
    font-family: 'Raleway', sans-serif;
}

.content-heading h2,
.work-name,
.customer-journey h4,
.service-body h2,
h3.member-name,
#acName,
.work-heading h2,
.detail-txt-wrap h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
}

.no-gutter {
    padding-right: 0 !important;
    padding-left: 0 !important;
}


/************************************
HEADER
************************************/

.mcg-logo {
    display: block;
    margin-top: 36px;
    margin-right: 25px;
}

.mcg-logo img {
    height: 33px;
}

header {
    height: 103px;
    background: #fff;
}

header nav ul {
    list-style: none;
    padding: 0;
    margin: 44px 0 0;
}

header nav ul li {
    float: left;
    margin: 0 25px;
    display: block;
}

header nav a {
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    color: #b8c2d6;
    position: relative;
    text-decoration: none !important;
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease;
}

nav a {
    position: relative;
}

nav a:hover,
nav li.active a {
    color: #00a0e9;
}

nav li.active a::after {
    width: 100%;
}

nav a::after {
    -webkit-transition: width 0.3s;
    background-color: #00a0e9;
    bottom: -5px;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    transition: width 0.3s;
    width: 0;
}

nav a:hover::after {
    width: 100%;
}

.hire-btn {
    border-radius: 50px;
    border: solid #00a0e9 1px;
    color: #00a0e9;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-top: 32px;
    padding: 10px 23px 8px;
    text-decoration: none !important;
    text-transform: uppercase;
    min-width: 110px;
}

.hire-btn:hover {
    color: #fff;
}

.hire-btn::before {
    background-color: #00a0e9;
}

.btn-slide-down-effect:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.btn-slide-down-effect {
    overflow: hidden;
    perspective: 1px;
    position: relative;
    transition: color 0.3s ease;
    text-align: center;
}

.btn-slide-down-effect::before {
    -webkit-transform: scale3d(1, 0, 1);
    -webkit-transition: -webkit-transform 0.3s;
    -webkit-transform-origin: top;
    content: "";
    display: block;
    position: absolute;
    transform: scale3d(1, 0, 1);
    transform-origin: top;
    transition: transform 0.3s;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}


/************************************
HEADER
************************************/


/************************************
BANNER
************************************/

.banner-container {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.banner-container canvas {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    display: block;
}

@media (max-width:1400px) {
    .banner-container canvas {
        height: 674px;
    }
}

.banner-container h1 {
    position: absolute;
    top: 28px;
    left: 0;
    width: 100%;
    font-size: 40px;
    line-height: 50px;
    color: #00428e;
    text-align: center;
}


/************************************
BANNER
************************************/


/************************************
CONTENT SECTION
************************************/

.content-section {
    padding-top: 100px;
    padding-bottom: 114px;
    text-align: center;
}

.blue-bg {
    background: #00a0e9;
}

.content-heading h2 {
    font-size: 18px;
    text-transform: uppercase;
    color: #00a0e9;
    margin-bottom: 19px;
}

.white-heading h2 {
    color: #fff;
}

.border-sm {
    display: block;
    width: 70px;
    height: 2px;
    margin: 0 auto;
    background: #00a0e9;
}

.border-white {
    background: #fff;
}

.content-body p {
    font-size: 40px;
    line-height: 50px;
    color: #00428e;
    max-width: 920px;
    margin: 59px auto 109px;
}

.white-text {
    color: #fff !important;
}

.blue-btn,
.blue-btn:active {
    font-size: 16px;
    text-transform: uppercase;
    color: #00a0e9;
    text-decoration: none !important;
    border: solid #00a0e9 1px;
    border-radius: 50px;
    padding: 13px 48px;
    display: inline-block;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.blue-btn:hover {
    color: #fff;
}

.blue-btn::before {
    background: #00a0e9;
}

.white-btn {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none !important;
    border: solid #fff 1px;
    border-radius: 50px;
    padding: 13px 48px;
    display: inline-block;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.white-btn:hover {
    color: #00a0e9;
}

.white-btn::before {
    background-color: #fff;
}

.btn-get-to-know {
    min-width: 227px;
}

.btn-learn-more {
    width: 200px;
}

.btn-lets-build {
    width: 186px;
}


/************************************
CONTENT SECTION
************************************/


/************************************
WORK CONTAINER
************************************/

.work-box {
    width: 34.19117647058824%;
    height: 390px;
    position: relative;
    float: left;
    overflow: hidden;
}

.work-box.work-box-sm {
    width: 31.61764705882353%;
}

.work-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.hovered .work-image {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.work-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: #00a0e9;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.hovered .work-gradient {
    opacity: 0.8;
}

.work-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: table;
    text-align: center;
    color: #fff !important;
    text-decoration: none !important;
    /*    opacity: 0;
        -webkit-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease;*/
}


/*.hovered .work-hover {
    opacity: 1;
}*/

.work-txt-center {
    display: table-cell;
    vertical-align: middle;
}

.work-name {
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0;
    width: 100%;
    display: block;
}

.work-des {
    font-size: 16px;
    font-weight: 300;
    display: block;
    width: 100%;
    margin-top: 7px;
}


/************************************
WORK CONTAINER
************************************/


/************************************
BRAND CONTAINER
************************************/

.brand-container {
    padding-top: 110px;
    padding-bottom: 110px;
}

.brand-heading h3 {
    font-size: 40px;
    line-height: 50px;
    color: #00428e;
    max-width: 790px;
    margin: 0 auto 58px;
}

.brand-images {
    max-width: 970px;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0;
}

.brand-image {
    float: left;
}


/************************************
BRAND CONTAINER
************************************/


/************************************
CUSTOMER JOURNEY
************************************/

.customer-journey {
    background: url(../images/lets-build.jpg) 50% 50% no-repeat;
    background-size: cover;
    min-height: 270px;
    padding-top: 55px;
    padding-bottom: 75px;
}

.customer-journey h4 {
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    margin-bottom: 29px;
}


/************************************
CUSTOMER JOURNEY
************************************/


/************************************
FOOTER
************************************/

footer {
    background: #f8f8f8;
    padding-top: 97px;
    padding-bottom: 75px;
}

footer nav.footer-nav ul {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

footer nav.footer-nav ul li {
    float: left;
    margin-left: 50px;
}

footer nav.footer-nav ul li a {
    font-size: 18px;
    font-weight: 700;
    color: #00428e !important;
    display: inline-block;
    text-decoration: none !important;
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease;
}

footer nav.footer-nav ul li a:hover,
footer nav.footer-nav ul li.active a {
    color: #00a0e9 !important;
}

footer hr {
    border-color: #bacadd !important;
    margin-top: 40px;
}

footer p {
    color: #8d9fc0;
    font-size: 14px;
}

footer .social {
    display: none;
}

.footer-logo img {
    width: 130px;
}

.social ul {
    list-style: none;
    margin: 0;
}

.social ul li {
    float: left;
    margin-left: 10px;
}

.social ul li a {
    background: url(../images/social.png) no-repeat;
    background-position: 0 0;
    width: 30px;
    height: 30px;
    display: block;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.social ul li a.linkedin-ico:hover {
    background-position: 0 -31px;
}

.social ul li a.twitter-ico {
    background-position: -40px 0px;
}

.social ul li a.twitter-ico:hover {
    background-position: -40px -31px;
}


/************************************
FOOTER
************************************/


/************************************
PAGE BANNER
************************************/

.page-banner h1 {
    font-size: 40px;
    line-height: 50px;
    color: #00428e;
    margin-top: 107px;
    margin-bottom: 42px;
}

.page-banner p {
    font-size: 18px;
    line-height: 30px;
    color: #8d9fc0;
    font-weight: 300;
    margin-bottom: 111px;
}

.banner-border {
    width: 70px;
    height: 2px;
    margin: 0 auto 120px;
    display: block;
    background: #00a0e9;
}


/************************************
PAGE BANNER
************************************/


/************************************
SERVICES CONTAINER
************************************/

.service-container .container {
    position: relative;
    min-height: 570px;
}

.service-container .container.first {
    min-height: 441px;
}

.service-container.last {
    /*margin-bottom: 85px;*/
    position: relative;
}

.service-container.last:after {
    content: "";
    width: 60%;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #00a0e9;
}

.service-body {
    width: 500px;
    display: block;
}

.service-body h2 {
    font-size: 30px;
    line-height: 50px;
    margin-top: 115px;
    margin-bottom: 19px;
    color: #00a0e9;
}

.service-container .container.first .service-body h2 {
    margin-top: 0;
}

.service-body p {
    font-size: 18px;
    line-height: 30px;
    color: #8d9fc0;
    font-weight: 300;
}

.blue-bg .service-body h2,
.blue-bg .service-body p {
    color: #fff;
}

.service-body+.service-img {
    position: absolute;
    bottom: 0;
}

.service-left .service-body {
    float: left;
}

.service-left .service-img {
    right: 0;
}

.service-right .service-body {
    float: right;
}

.service-right .service-img {
    left: 0;
}

.service-img.service-img-1 {
    right: -90px;
}

.service-img.service-img-2 {
    left: -90px;
}

.service-img.service-img-4 {
    left: -30px;
}

.service-img.service-img-5 {
    right: -30px;
}

.service-img{
    width: 779px;
}

.customer-journey-anim{    
    width: 100%;
}

@media (max-width: 736px){
    .service-img{
        width: 100%;
    }
}

.link-description{
    color: #8d9fc0;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    margin-top: 30px;
}

.link-description:hover{
    color: #00a0e9;
    text-decoration: none;
}

.link-description svg{
    margin-left: 5px;
}

.link-description path{
    fill: #8d9fc0;
}
.link-description:hover path{
    fill: #00a0e9;
}

.blue-bg .link-description{
    color: #fff;    
}

.blue-bg .link-description:hover{
    color: #00428e;
}

.blue-bg .link-description path{
    fill: #fff;
}
.blue-bg .link-description:hover path{
    fill: #00428e;
}




/************************************
SERVICES CONTAINER
************************************/


/************************************
ABOUT
************************************/

.team-container {
    margin-bottom: 120px;
}

.team-member {
    height: 337px;
    display: block;
    position: relative;
    padding: 0;
}

.member-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.member-gradient {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #00a0e9;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.teamNew {
    width: 1030px;
    margin: -20px auto 100px;
    display: table;
}

.teamNew .team-member {
    height: 358px;
    display: block;
    position: relative;
    padding: 0;
}

.teamNew .member-img {
    background-repeat: no-repeat;
    background-size: unset;
    width: auto;
    height: auto;
    position: static;
    text-align: center
}

@media (min-width:992px) {
    .team-member:hover .member-gradient {
        opacity: 0.75;
    }
}

h3.member-name {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    position: absolute;
    z-index: 10;
    left: 40px;
    top: 12px;
}

.teamNew h3.member-name {
    font-family: 'Patrick Hand', cursive;
    font-size: 30px;
    color: #00428e;
    line-height: 30px;
    position: static;
    text-align: center;
    margin-top: 9px;
}

.teamNew h4 {
    font-size: 18px;
    color: #00a0e9;
    text-align: center;
}

.teamNew a {
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    padding: 0 15px;
    -moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
    -moz-transform: translate3d(0px, -20px, 0px);
    -webkit-transform: translate3d(0px, -20px, 0px);
    -o-transform: translate(0px, -20px);
    -ms-transform: translate(0px, -20px);
    transform: translate3d(0px, -20, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.teamNew a:hover {
    text-decoration: none;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.teamNew a p {
    color: #8d9fc0;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    line-height: 1.8;
}

.team-member:hover a,
.team-member:focus a {
    display: block;
    opacity: 1
}

.about-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #00a0e9;
    color: #fff;
    padding-top: 77px;
}

.about-overlay .container {
    height: 100%;
    position: relative;
}

.overlay-member-section {
    width: 340px;
    float: left;
    text-align: center;
}

.overlay-image {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
}

.overlay-image img {
    margin-top: -42px;
    margin-left: -58px;
}

#acName {
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    display: block;
    margin-top: 11px;
}

#acDes {
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    display: block;
    margin-top: -1px;
}

.overlay-social {
    width: 100%;
    margin-top: 20px;
}

.overlay-social a {
    background: url(../images/about/social.png) no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.overlay-social a:hover {
    opacity: 0.75;
}

.overlay-social a#acTwitter {
    background-position: -42px 0;
}

.overlay-bio {
    margin-left: 60px;
    width: 670px;
    height: 80%;
    float: left;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 100px !important;
}

.jspPane {
    padding-right: 100px !important;
}

.overlay-bio p {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 27px;
}

.acClose {
    background: url(../images/about/close.png) no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    opacity: 1;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.acClose:hover {
    opacity: 0.75;
}

.jspDrag {
    background: #00428e;
}

.jspTrack {
    background: #fff;
}

.jspVerticalBar {
    width: 11px;
}


/************************************
ABOUT
************************************/


/************************************
HIRE
************************************/

.hire-page {
    background: url(../images/hire/bg.png) center bottom no-repeat;
    border-bottom: solid #00a0e9 1px;
    padding-bottom: 295px;
}

.input-wrap {
    margin-bottom: 52px;
}

.input-wrap .form-control {
    width: 100%;
    height: 57px;
    font-size: 20px;
    color: #00a0e9;
    border: none;
    border-bottom: solid #00a0e9 2px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input-wrap .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #8d9fc0;
}

.input-wrap .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #8d9fc0;
}

.input-wrap .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #8d9fc0;
}

.input-wrap .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #8d9fc0;
}

.send-btn {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff !important;
    text-decoration: none !important;
    border: solid #00a0e9 1px;
    border-radius: 50px;
    padding: 13px 77px;
    display: inline-block;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    background: #00a0e9;
    font-weight: 700;
    margin-top: 53px;
}

.send-btn:focus {
    outline: none;
}

.send-btn:hover {
    border-color: #00428e;
    color: #fff;
}

.send-btn::before {
    background: #00428e;
}

p.contact-txt {
    font-size: 20px;
    color: #00428e;
    margin-top: 66px;
    margin-bottom: 48px;
}

.contact-btn {
    font-size: 40px;
    font-weight: 700;
    text-decoration: none !important;
    color: #00a0e9 !important;
    margin-bottom: 22px;
    display: inline-block;
}

.contact-btn img {
    vertical-align: -7px;
    margin-right: 14px;
}


/************************************
HIRE
************************************/


/************************************
WORK
************************************/

.work-heading h2 {
    font-size: 30px;
    color: #00a0e9;
    margin-top: 0;
    margin-bottom: 115px;
}


/************************************
WORK
************************************/


/************************************
WORK DETAIL
************************************/

.work-banners {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 640px;
    position: relative;
}

.banner-1 {
    background-image: url(../images/work-detail/banners/1.jpg);
}

.banner-2 {
    background-image: url(../images/work-detail/banners/2.jpg);
}

.banner-3 {
    background-image: url(../images/work-detail/banners/3.jpg);
}

.banner-4 {
    background-image: url(../images/work-detail/banners/4.jpg);
}

.banner-5 {
    background-image: url(../images/work-detail/banners/5.jpg);
}

.banner-6 {
    background-image: url(../images/work-detail/banners/6.jpg);
}

.work-logo-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: table;
}

.work-logo-center {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.work-logo {
    display: inline-block;
    margin: 0 auto;
}

.work-detail-heading {
    padding-top: 90px;
    min-height: 528px;
}

.detail-heading-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.work-detail-heading h1 {
    font-size: 30px;
    line-height: 40px;
    color: #00428e;
}

.work-detail-heading p {
    font-weight: 300;
    font-size: 18px;
    color: #8d9fc0;
    margin-top: 33px;
}

.detail-content .container {
    height: 690px;
    position: relative;
    display: table;
}

.detail-m-bg {
    background: url(../images/work-detail/m.png) right 10px top 60px no-repeat;
}

.detail-c-bg {
    background: url(../images/work-detail/c.png) left 70px top 60px no-repeat;
}

.detail-g-bg {
    background: url(../images/work-detail/g.png) right 70px top 60px no-repeat;
    margin-bottom: 120px;
}

.detail-txt-center {
    display: table-cell;
    vertical-align: middle;
}

.detail-txt-wrap {
    width: 515px;
    float: left;
    margin-left: 70px;
}

.detail-c-bg .detail-txt-wrap {
    float: right;
    margin-right: 70px;
    margin-left: 0;
}

.detail-txt-wrap h2 {
    font-size: 24px;
    margin-top: 0;
    color: #00a0e9;
    margin-bottom: 27px;
}

.detail-txt-wrap p {
    font-size: 18px;
    line-height: 30px;
    color: #8d9fc0;
    font-weight: 300;
}

.footer-buttons {
    height: 260px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    display: block;
    color: #fff !important;
    text-decoration: none !important;
}

.button-text {
    position: absolute;
    bottom: 25px;
    left: 85px;
    text-transform: uppercase;
    z-index: 9
}

.project-name {
    font-size: 24px;
    display: block;
    line-height: 24px;
    margin-bottom: 9px;
}

.button-txt {
    /*
	position:absolute; left:85px;*/
    font-size: 16px;
    display: block;
    overflow: hidden;
    height: 0;
    -webkit-transition: height 0.25s ease;
    transition: height 0.25s ease;
}

.footer-buttons:hover .button-txt {
    height: 23px;
}

.next-arrow {
    content: url(../images/work-detail/next.png);
    vertical-align: -2px;
    margin-left: 22px;
}

.prev-arrow {
    content: url(../images/work-detail/prev.png);
    vertical-align: -2px;
    margin-right: 22px;
}

.button-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00a0e9;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.footer-buttons:hover .button-gradient {
    opacity: 0.75;
}

.benefits-img {
    float: left;
    margin-right: 20px;
}

.benefits-txt {
    display: block;
    padding-top: 29px;
}

.benefits-p {
    width: 100%;
    display: block;
    overflow: hidden;
}

.footer-buttons {
    position: relative
}

.footer-buttons a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}

.footer-buttons:hover a,
.footer-buttons:focus a {
    display: block
}


/************************************
WORK DETAIL
************************************/


/*AanimationStarts*/

*,
*:before,
*:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


/*clearfixes*/

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}


/*.main-container {
  background: #fff;
  max-width: 1000px;
  margin: 25px 25px auto;
  position: relative;
}*/


/*.container {
  position: relative;
  padding: 25px;
}*/

.container:last-of-type {
    padding-top: 0px;
}


/*animation element*/

.animation-element {
    position: relative;
    /* width: 30%;
  margin: 0% 1.33 2.66% 1.33%;
  float: left;*/
}


/*3 grid layout*/

.animation-element:nth-of-type(3n-2) {
    /* width: 31.5%;
  margin: 0% 1.375% 2.75% 0%;
  clear: left;*/
}


/*.animation-element:nth-of-type(3n-1) {
  width: 31.5%;
  margin: 0% 1.375% 2.75% 1.375%;
}*/

.animation-element:nth-of-type(3n-0) {
    /*width: 31.5%;
  margin: 0% 0% 2.75% 1.375%;
  clear: right;*/
}


/*bounce up animation for the subject*/

.bounce-up .subject {
    opacity: 0;
    -moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
    -moz-transform: translate3d(0px, 200px, 0px);
    -webkit-transform: translate3d(0px, 200px, 0px);
    -o-transform: translate(0px, 200px);
    -ms-transform: translate(0px, 200px);
    transform: translate3d(0px, 200, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.bounce-down .subject {
    opacity: 0;
    -moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
    -moz-transform: translate3d(0px, -20px, 0px);
    -webkit-transform: translate3d(0px, -20px, 0px);
    -o-transform: translate(0px, -20px);
    -ms-transform: translate(0px, -20px);
    transform: translate3d(0px, -20, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.bounce-up.in-view .subject,
.bounce-down.in-view .subject {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}


/*.subject {
  float: left;
  width: 100%;
  margin: 0% 1.33% 2.66% 1.33%;
  background: #F5F5F5;
  padding: 15px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  border: solid 1px #EAEAEA;
}

.subject:hover,
.subject:active {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
}*/

.subject .header .date i,
.subject .header .category i {
    margin-right: 5px;
    color: #333;
    -moz-transition: all 400ms linear;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.subject .header .date {
    float: left;
    text-align: left;
}

.subject .header .category {
    float: right;
    text-align: right;
}


/*subject icon at top*/

.subject .icon {
    position: absolute;
    top: -20px;
    left: 50%;
    left: calc(50% - 20px);
}

.subject .icon i {
    width: 40px;
    height: 40px;
    color: rgb(255, 255, 255);
    font-size: 150%;
    border-radius: 50%;
    text-align: center;
    padding: 7px;
}


/*Category color / icon color*/

.subject .category-color {
    height: 7px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

.subject.design .category-color,
.subject.design .icon i {
    background: #c0392b;
}

.subject.development .category-color,
.subject.development .icon i {
    background: #16a085;
}

.subject.photography .category-color,
.subject.photography .icon i {
    background: #2980b9;
}


/*hovering over subject*/

.subject.development:hover .header i {
    color: #16a085;
}

.subject.design:hover .header i {
    color: #c0392b;
}

.subject.photography:hover .header i {
    color: #2980b9;
}

.subject .title {
    margin: 12px 0px;
    border-bottom: dashed 1px #ccc;
    padding-bottom: 10px;
}

.subject .content {
    margin-bottom: 8px;
}

.subject .enrole {
    position: relative;
    color: #333;
    padding: 5px 12px;
    cursor: pointer;
    float: right;
    display: inline-block;
    border: solid 1px #ccc;
    -moz-transition: all 400ms linear;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.subject .enrole:hover,
.subject .enrole:active {
    background: #222;
    color: #fff;
}


/*animation element sliding left*/

.animation-element.slide-left {
    opacity: 0;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -moz-transform: translate3d(-100px, 0px, 0px);
    -webkit-transform: translate3d(-100px, 0px, 0px);
    -o-transform: translate(-100px, 0px);
    -ms-transform: translate(-100px, 0px);
    transform: translate3d(-100px, 0px, 0px);
}

.animation-element.slide-right {
    opacity: 0;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -moz-transform: translate3d(100px, 0px, 0px);
    -webkit-transform: translate3d(100px, 0px, 0px);
    -o-transform: translate(100px, 0px);
    -ms-transform: translate(100px, 0px);
    transform: translate3d(100px, 0px, 0px);
}

.animation-element.slide-left.in-view,
.animation-element.slide-right.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}


/*media queries for small devices*/

@media screen and (max-width: 678px) {
    /*testimonials*/
    .animation-element.slide-left.testimonial,
    .animation-element.slide-left.testimonial:nth-of-type(odd),
    .animation-element.slide-left.testimonial:nth-of-type(even) {
        width: 100%;
        margin: 0px 0px 20px 0px;
    }
    .animation-element.slide-left.testimonial .right,
    .animation-element.slide-left.testimonial .left,
    .animation-element.slide-left.testimonial .content,
    .animation-element.slide-left.testimonial .rating {
        text-align: center;
        float: none;
    }
    .animation-element.slide-left.testimonial img {
        width: 85px;
        height: 85px;
        margin-bottom: 5px;
    }
}


/*left fancy animastion*/

@-moz-keyframes left_animation {
    0% {
        opacity: 0;
        -moz-transform: rotate(180deg) translate3d(100%, 100%, 0);
    }
    75% {
        opacity: 0.8;
        -moz-transform: rotate(-40deg);
    }
    100% {
        opacity: 1;
        -moz-transform: rotate(0deg) translate3d(0%, 0%, 0);
    }
}

@-webkit-keyframes left_animation {
    0% {
        opacity: 0;
        -webkit-transform: rotate(180deg) translate3d(100%, 100%, 0);
    }
    75% {
        opacity: 0.8;
        -webkit-transform: rotate(-40deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: rotate(0deg) translate3d(0%, 0%, 0);
    }
}

@keyframes left_animation {
    0% {
        opacity: 0;
        transform: rotate(180deg) translate3d(100%, 100%, 0);
    }
    75% {
        opacity: 0.8;
        transform: rotate(-40deg);
    }
    100% {
        opacity: 1;
        transform: rotate(0deg) translate3d(0%, 0%, 0);
    }
}


/*right fancy animation*/

@-moz-keyframes right_animation {
    0% {
        opacity: 0;
        -moz-transform: rotate(180deg) translate3d(-100%, -100%, 0);
    }
    75% {
        opacity: 0.8;
        -moz-transform: rotate(40deg);
    }
    100% {
        opacity: 1;
        -moz-transform: rotate(0deg) translate3d(0%, 0%, 0);
    }
}

@-webkit-keyframes right_animation {
    0% {
        opacity: 0;
        -webkit-transform: rotate(180deg) translate3d(-100%, 100%, 0);
    }
    75% {
        opacity: 0.8;
        -webkit-transform: rotate(40deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: rotate(0deg) translate3d(0%, 0%, 0);
    }
}

@keyframes right_animation {
    0% {
        opacity: 0;
        transform: rotate(180deg) translate3d(-100%, -100%, 0);
    }
    75% {
        opacity: 0.8;
        transform: rotate(40deg);
    }
    100% {
        opacity: 1;
        transform: rotate(0deg) translate3d(0%, 0%, 0);
    }
}


/*Multi-step animation*/

.multi-step-left .gallery,
.multi-step-right .gallery {
    position: relative;
    opacity: 0;
    /*prevents flicker as animation occurs*/
}

.multi-step-left.in-view .gallery {
    -moz-animation: left_animation 1300ms ease-in both;
    -webkit-animation: left_animation 1300ms ease-in both;
    animation: left_animation 1300ms ease-in both;
}

.multi-step-right.in-view .gallery {
    -moz-animation: right_animation 1300ms linear both;
    -webkit-animation: right_animation 1300ms linear both;
    animation: right_animation 1300ms linear both;
}

.gallery {
    float: left;
    width: 100%;
    height: auto;
    margin: 0% 1.33% 2.66% 1.33%;
}

.gallery .image {
    background: #F5F5F5;
    border: solid 1px #EAEAEA;
    height: 0px;
    width: 80%;
    width: calc(100% - 40px);
    padding-bottom: 100%;
    padding-bottom: calc(100% - 40px);
    background-size: cover;
    background-position: bottom center;
    position: relative;
    border-radius: 50%;
    margin-bottom: 10px;
}

.gallery:hover .image,
.gallery:active .image {}

.gallery .image-caption {
    position: relative;
    background: #fff;
    background: #efefef;
    color: #333;
    font-size: 95%;
    padding: 10px;
    margin: 0px 0px 10px 0px;
}

.gallery .image-caption i {
    color: #aaa;
    margin: 0px 7px 0px 0px;
    display: inline-block;
}

.gallery .image-caption i:last-child {
    margin: 0px 0px 0px 7px;
}

.gallery .readmore {
    padding: 5px 12px;
    cursor: pointer;
    text-align: center;
    background: #2c3e50;
    color: #fff;
    font-size: 90%;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

.gallery .readmore:hover,
.gallery .readmore:active {
    background: #34495e;
}

.gallery .title {
    margin: 0px 0px 5px 0px;
    text-align: center;
    color: #2c3e50;
    font-weight: 400;
}

.gallery .subtitle {
    margin: 0px 0px 10px 0px;
    text-align: center;
}

.gallery .social {
    position: absolute;
    top: 0px;
    right: -40px;
    width: calc(35px);
}

.gallery .social i {
    width: 100%;
    display: block;
    text-align: center;
    height: 35px;
    font-size: 125%;
    background: #2c3e50;
    line-height: 35px;
    border-radius: 50%;
    color: rgb(255, 255, 255);
    margin-bottom: 5px;
    cursor: pointer;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

.gallery .social i:hover,
.gallery .social i:active {
    background: #34495e;
}


/*Animation Ends*/


/*Chnages for animation*/

footer,
.container-fluid {
    overflow: hidden
}

.bounce-up .send-btn.subject,
.bounce-up .form-control.subject {
    opacity: 0;
    -moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
    -moz-transform: translate3d(0px, 50px, 0px);
    -webkit-transform: translate3d(0px, 50px, 0px);
    -o-transform: translate(0px, 50px);
    -ms-transform: translate(0px, 50px);
    transform: translate3d(0px, 50, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.bounce-up.in-view .send-btn.subject,
.bounce-down.in-view .send-btn.subject,
.bounce-up.in-view .form-control.subject {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}


/************************************
MEDIA
************************************/

@media (max-width:1100px) {
    .banner-container h1,
    .content-body p {
        font-size: 34px;
        line-height: 44px;
    }
    .work-box {
        width: 50% !important;
    }
    .brand-image {
        float: none;
        width: 233px;
        display: inline-block;
    }
    .banner-container canvas {
        height: 624px;
    }
    .page-banner p {
        font-size: 16px;
    }
    .overlay-bio {
        width: 400px;
    }
    .detail-m-bg,
    .detail-c-bg,
    .detail-g-bg {
        background-size: 300px;
        background-position-y: 198px;
    }
    .teamNew {
        width: auto
    }
}

@media (max-width:992px) {
    br {
        display: none !important;
    }
    .banner-container h1,
    .content-body p {
        font-size: 28px;
        line-height: 42px;
    }
    .banner-container canvas {
        height: 514px;
    }
    .customer-journey h4 {
        font-size: 28px;
    }
    .no-gutter {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .detail-content .container {
        height: 550px;
    }
    .detail-txt-wrap {
        width: 305px;
    }
    .detail-m-bg,
    .detail-c-bg,
    .detail-g-bg {
        background-position-y: 128px;
    }
    .benefits-img {
        max-width: 100%;
    }
    .project-name br {
        display: block !important;
    }
    .overlay-member-section {
        width: 100%;
    }
    .overlay-bio {
        width: 100%;
        height: auto;
        margin: 30px 0;
        padding-right: 0 !important;
    }
    .about-overlay {
        overflow: auto;
    }
    .acClose {
        right: 15px;
    }
}

@media (max-width:767px) {
    .acClose {
        right: 0;
    }
    header {
        height: 90px;
    }
    .mcg-logo {
        /*width: 60px;*/
        margin-top: 10px;
        margin-right: 0;
    }
    /*.mcg-logo img {
        width: 100%;
    }*/
    header nav ul {
        margin-top: 8px;
        margin-bottom: 5px;
    }
    header nav {
        float: left;
        width: 100%;
        text-align: center;
        background: #f8f8f8;
        margin-top: 10px;
    }
    header nav ul li {
        float: none;
        margin: 0 20px;
        display: inline-block;
    }
    .hire-btn {
        position: absolute;
        top: -25px;
        right: 15px;
        padding: 4px 11px 2px;
        font-size: 12px;
    }
    .banner-container h1,
    .content-body p,
    .work-detail-heading h1,
    .page-banner h1,
    .brand-heading h3 {
        font-size: 18px;
        line-height: 24px;
    }
    .brand-container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .banner-container canvas {
        /*height:340px;*/
        height: auto;
    }
    .content-section {
        padding-top: 40px;
        padding-bottom: 64px;
    }
    .content-body p {
        margin-bottom: 49px;
    }
    .work-box {
        width: 100% !important;
        height: 320px;
    }
    .work-logo img {
        max-width: 280px;
        max-height: 100px;
    }
    .detail-m-bg,
    .detail-c-bg,
    .detail-g-bg {
        background: transparent;
    }
    .detail-txt-wrap {
        width: 100%;
        margin: 0 !important;
    }
    .work-detail-heading {
        min-height: 0;
        padding-top: 20px;
        margin-bottom: 40px;
    }
    .button-text {
        left: 15px;
    }
    .detail-content .container {
        height: auto;
        margin-bottom: 40px;
    }
    .detail-txt-wrap p {
        line-height: 24px;
    }
    .input-wrap {
        margin-bottom: 20px;
    }
    .input-wrap .form-control {
        height: 42px;
        font-size: 16px;
    }
    .contact-btn {
        font-size: 16px;
    }
    .contact-btn img {
        width: 30px;
        margin-right: 5px;
    }
    footer {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .container .footer-logo {
        width: 60px;
    }
    .footer-logo img {
        width: 100%;
    }
    footer nav.footer-nav ul {
        margin-top: 40px;
    }
    footer nav.footer-nav ul li {
        margin-left: 10px;
    }
    footer nav.footer-nav ul li a {
        font-size: 14px;
    }
    footer hr {
        margin-top: 15px;
    }
    .page-banner h1 {
        margin-top: 30px;
    }
    .page-banner p,
    .banner-border {
        margin-bottom: 50px;
    }
    .service-body {
        width: 100%;
    }
    .service-body h2 {
        font-size: 24px;
        margin-bottom: 0;
    }
    .service-img {
        width: 100%;
        right: 0 !important;
        left: 0 !important;
    }
    .service-body h2 {
        margin-top: 45px;
    }
    .service-container .container {
        min-height: 400px;
    }
    .customer-journey h4 {
        font-size: 24px;
        line-height: 36px;
    }
    .work-heading h2 {
        margin-bottom: 50px;
    }
    .teamNew {
        width: auto
    }
    .footer-buttons:hover a {
        display: none
    }
    .footer-buttons.sss a {
        display: block;
    }
}

@media (max-width:480px) {
    .banner-container h1 {
        top: 0;
        font-size: 15px;
        padding: 0 15px;
    }
}

input.error,
select.error,
textarea.error {
    border: 1px double red !important;
}

label.error {
    display: none !important;
}

.error-checkbox label::before {
    border: 1px solid red;
}

@media (max-width:320px) {
    header nav ul li {
        margin: 0 15px;
    }
    .banner-container canvas {
        height: auto;
        margin-top: 44px;
    }
}