/*
Theme Name: Twenty Twenty Child
Template: twentytwenty
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    padding: 0;
    margin: 0;
    font-family: 'CeraPro-Regular';
    font-family: 'Poppins';
    font-weight: normal;
    font-family: "Poppins";
    font-family: "Poppins";
    display: inline-block;
    width: 100%;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

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

*:focus {
    outline: none !important;
    box-shadow: none;
}


/*******Fonts*****/

@font-face {
    font-family: 'CeraPro-Bold';
    src: url('fonts/CeraPro-Bold.woff2') format('woff2'), url('fonts/CeraPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'CeraPro-Regular';
    src: url('fonts/CeraPro-Regular.woff2') format('woff2'), url('fonts/CeraPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CeraPro-Medium';
    src: url('fonts/CeraPro-Medium.woff2') format('woff2'), url('fonts/CeraPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'CeraPro-Black';
    src: url('fonts/CeraPro-Black.woff2') format('woff2'), url('fonts/CeraPro-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'CeraPro-Thin';
    src: url('fonts/CeraPro-Thin.woff2') format('woff2'), url('fonts/CeraPro-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'CeraPro-Light';
    src: url('fonts/CeraPro-Light.woff2') format('woff2'), url('fonts/CeraPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}


/*******Fonts*****/


/*Header*/

.header {
    float: left;
    width: 100%;
    padding: 0 50px;
    position: fixed;
    transition: all 0.4s ease;
    top: 0;
    z-index: 9;
    left: 0;
}

.header.header-alt {
    background: transparent;
    padding: 0 50px;
    transition: all 0.4s ease;
    position: fixed;
}

.logo {
    float: left;
    width: 121px;
    height: 155px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    background: #fee82e;
}

.logo a {
    width: 100%;
    float: left;
    text-align: center;
}

.logo a img {
    float: none;
    width: 80%;
    margin: auto;
    display: flex;
    height: 100%;
}

.header.header-alt .button_container span {
    background: #000;
}

.header.header-alt .button_container.active span {
    background: #fff;
}

.header.header-alt .header-menu {
    margin-top: 45px;
}

.video {
    float: left;
    width: 100%;
    height: 100vh;
    position: relative;
    background: url(https://www.zebraidealab.com/wp-content/uploads/2020/07/videobg.jpg) no-repeat;
    background-size: cover;
    margin-top: 0;
    background-position: center;
    padding: 0;
}

.video::before {
    content: "";
    background: rgb(0, 0, 0, 0.35);
    height: 100vh;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.video video {
    float: left;
    width: 100% !important;
    height: 100vh !important;
    object-fit: cover;
}

.videocaption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    width: 100%;
}

.videocaption h1 {
    color: #fff;
    font-size: 90px;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-family: 'CeraPro-Black';
    font-family: 'Poppins';
    font-weight: 900;
    line-height: 90px;
}

.videocaption_Punchline {
    float: none;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.videocaption_Punchline strong {
    color: #fee82e;
    font-size: 180px;
    line-height: 140px;
    float: none;
    display: inline-block;
    width: auto;
    text-transform: uppercase;
    font-family: 'CeraPro-Black';
    font-family: 'Poppins';
    font-weight: 900;
    animation: bounce 1s infinite alternate;
    -webkit-animation: bounce 1s infinite alternate;
}

.typewrite {
    color: #fee82e;
    font-size: 180px;
    line-height: 140px;
    float: none;
    display: inline-block;
    width: 47.8%;
    text-transform: uppercase;
    font-family: 'CeraPro-Black';
    font-family: 'Poppins';
    font-weight: 900;
}

@keyframes bounce {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-15px);
    }
}

.videocaption_Punchline span {
    color: #fff;
    font-size: 50px;
    line-height: 68px;
    float: none;
    display: inline-block;
    width: auto;
    text-transform: uppercase;
    font-family: 'CeraPro-Black';
    font-family: 'Poppins';
    font-weight: 900;
}

.videocaption_Punchline span b {
    font-weight: normal;
    font-size: 107px;
}

.videocaption_Punchline p {
    color: #fee82e;
    font-size: 80px;
    line-height: 68px;
    float: none;
    display: inline-block;
    width: auto;
    text-transform: uppercase;
    font-family: 'CeraPro-Black';
    font-family: 'Poppins';
    font-weight: 900;
    /*animation: bounce 1s infinite alternate;
     -webkit-animation: bounce 1s infinite alternate;*/
}


/*Header*/


/*Menu*/

.button_container {
    position: relative;
    height: 15px;
    width: 105px;
    cursor: pointer;
    z-index: 100;
    transition: opacity 0.25s ease;
    float: right;
}

.button_container:hover {
    opacity: 0.7;
}

.button_container.active .top {
    transform: translateY(8px) translateX(0) rotate(45deg);
    background: #fff;
}

.button_container.active .middle {
    opacity: 0;
    background: #fff;
}

.button_container.active .bottom {
    transform: translateY(0px) translateX(0) rotate(-45deg);
    background: #fff;
}

.button_container span {
    background: #fff;
    border: none;
    height: 3px;
    width: 35px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
    cursor: pointer;
}

.button_container span:nth-of-type(2) {
    top: 8px;
}

.button_container span:nth-of-type(3) {
    top: 8px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s, visibility 0.35s, height 0.55s;
    overflow: hidden;
    background: rgba(0, 0, 0, 1);
    background-size: 100%;
    background-position: center center;
}

.overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.overlay.open li {
    animation: fadeInRight 0.5s ease forwards;
    animation-delay: 0.35s;
}

.overlay.open li:nth-of-type(2) {
    animation-delay: 0.4s;
}

.overlay.open li:nth-of-type(3) {
    animation-delay: 0.45s;
}

.overlay.open li:nth-of-type(4) {
    animation-delay: 0.5s;
}

.overlay nav {
    position: relative;
    height: 60%;
    top: 75%;
    transform: translateY(-80%);
    font-size: 42px;
    font-family: 'CeraPro-Bold';
    font-family: 'Poppins';
    font-weight: bold;
    text-align: right;
    width: 70%;
    margin: auto;
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
    width: 100%;
}

.overlay ul li {
    display: block;
    height: 90px;
    position: relative;
    opacity: 0;
    float: left;
    width: 50%;
    line-height: 90px;
    margin: 0;
}

.overlay ul li a {
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    text-transform: uppercase;
    text-align: left;
    transition: all 0.4s ease;
    float: left;
    width: auto;
    padding-left: 30px;
    font-size: 56px;
}

.overlay ul li a:hover {
    color: #fee82e;
    letter-spacing: 8px;
    transition: all 0.4s ease;
}

.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
    width: 170px;
    color: #fff;
}

.overlay ul li a:after {
    content: '';
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 0%;
    transform: translateX(-50%);
    height: 5px;
    background: #fff;
    transition: 0.35s;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

.header-menu {
    float: right;
    width: auto;
    margin-right: 0;
    margin-top: 45px;
}

.button_container p.menutext {
    position: relative;
    color: #fff;
    text-transform: uppercase;
    top: -5px;
    margin-left: 45px;
}

.button_container p.closetext {
    position: relative;
    color: #fff;
    text-transform: uppercase;
    top: -5px;
    display: none;
    margin-left: 45px;
}

.button_container.active p.menutext {
    display: none;
}

.button_container.active p.closetext {
    display: block;
}

.header.header-alt .button_container p.menutext {
    color: #000;
}

.button_container p {
    font-size: 15px;
    right: 0;
    transition: all 0.4s ease;
}

.button_container:hover p {
    letter-spacing: 2px;
    transition: all 0.4s ease;
}

.button_container.active span {
    width: 15px;
    left: 15px;
    margin-top: -3px;
}

.social {
    writing-mode: vertical-rl;
    position: absolute;
    left: 50px;
    bottom: 30px;
}

.social a {
    transform: rotate(-90deg);
    float: right;
    color: #fff;
    font-size: 16px;
    margin-top: 25px;
    transition: all 0.4s ease;
}

.social a:hover {
    color: #fee82e;
    transition: all 0.4s ease;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.sticky {
    overflow: hidden;
}


/*Menu*/


/*About Us*/

.about-us {
    float: left;
    width: 100%;
    position: relative;
}

.about-us img {
    float: left;
    width: 100%;
    height: 1035px;
    object-fit: cover;
    object-position: center center;
}

.about-us .container {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.about-us-container {
    position: relative;
    width: 100%;
    float: left;
    padding-top: 180px;
}

.about-us-text {
    float: left;
    width: 100%;
    text-align: right;
    color: #000;
    font-size: 170px;
    font-family: 'CeraPro-Black';
    font-family: 'Poppins';
    font-weight: 900;
    text-transform: uppercase;
    line-height: 140px;
}

.about-content {
    float: right;
    width: 52%;
}

.about-content h3 {
    float: left;
    width: 100%;
    font-size: 54px;
    line-height: 66px;
    color: #171112;
    font-family: 'CeraPro-Bold';
    font-family: 'Poppins';
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 2px solid #171112;
    padding: 0 0 40px 0;
    margin: 0 0 30px 0 !important;
    font-weight: normal;
}

.about-content span {
    float: left;
    width: 100%;
    color: #171112;
    font-size: 18px;
    line-height: 26px;
    font-family: 'CeraPro-Light';
    font-family: 'Poppins';
    font-weight: 300;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}

.about-content .sliderdiv strong {
    background: #fee82e;
}

.sliderdiv {
    display: inline-block;
    position: relative;
    font-family: 'CeraPro-Bold';
    font-family: 'Poppins';
    font-weight: bold;
}

.sliderdiv strong {
    display: inline-block;
    position: absolute;
    bottom: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
}


/*About Us*/


/*Footer CSS*/

.footer {
    float: left;
    width: 100%;
    background: #000000;
    padding: 65px 0 50px 0;
}

.ft-logo {
    float: left;
    line-height: normal;
    width: 157px;
    height: auto;
    text-align: center;
    margin: 35px 0 0 0;
}

.footer .container {
    position: relative;
}

.ft-logo a {
    width: 100%;
    float: left;
    text-align: center;
}

.ft-logo a img {
    float: none;
    width: 100%;
    margin: auto;
    display: inline-block;
}

.ft-address {
    float: left;
    width: 40%;
    padding-left: 150px;
}

.ft-address h1 {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'CeraPro-Bold';
    font-family: 'Poppins';
    font-weight: bold;
}

.ft-address p {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #d2d2d2;
    font-size: 14px;
    line-height: 19px;
}

.ft-links {
    float: left;
    width: 35%;
    margin-left: 120px;
}

.ft-links ul {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ft-links ul li {
    float: left;
    width: 50%;
    margin: 0;
}

.ft-links ul li a {
    float: left;
    font-size: 14px;
    color: #d2d2d2;
    transition: all 0.4s ease;
    padding-bottom: 3px;
    position: relative;
}

.ft-links ul li a:hover {
    color: #fee82e;
    letter-spacing: 2.5px;
    transition: all 0.4s ease;
}

.ft-links ul li a::after {
    content: '';
    position: absolute;
    bottom: 55%;
    left: 0;
    width: 0%;
    transform: translateX(-50%);
    height: 2px;
    background: #fff;
    transition: 0.35s;
}

.ft-links ul li a:hover::after,
.ft-links ul li a:focus::after,
.ft-links ul li a:active::after {
    width: 30px;
    color: #fff;
}

.copyright {
    float: left;
    width: 100%;
    padding: 30px 0 25px 0;
}

.copyright p {
    float: left;
    width: auto;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #000000;
    line-height: 14px;
}

.copyright p.copy-right {
    float: right;
}


/*Footer CSS*/


/*capabilities*/

.capabilities {
    float: left;
    width: 100%;
    padding: 60px 0 180px 0;
    position: relative;
}

.capabilities h5 {
    float: left;
    width: 100%;
    text-align: center;
    margin: auto auto 100px auto !important;
    padding: 0;
    color: #000;
    font-size: 170px;
    font-family: 'CeraPro-Black';
    font-family: 'Poppins';
    font-weight: 900;
    text-transform: uppercase;
    line-height: 140px;
}

.capabilities-container {
    float: left;
    width: 100%;
    margin-top: 100px;
}

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

.zebra img {
    float: left;
    /*animation: bounce 1s infinite alternate;
     -webkit-animation: bounce 1s infinite alternate;*/
    width: 95%;
}

.capabilities-accordion {
    width: 82%;
    float: left;
    margin-left: 0;
}

.accordion .fa {
    margin-right: 15px;
    float: left;
    margin-top: 5px;
}

.card-header:first-child {
    border-radius: 0;
}

.card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: none;
    position: relative;
    z-index: 1;
}

.card {
    border: none;
}

.capabilities-accordion button:hover {
    text-decoration: none;
}

.accordion h2 {
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
}

.accordion h2 button {
    float: left;
    width: 100%;
    font-size: 24px;
    color: #000;
    text-align: left;
    font-family: 'CeraPro-Medium';
    font-family: 'Poppins';
    font-weight: 500;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 30px;
    border-radius: 0;
    padding: 20px 0;
    border-bottom: 1px solid #000;
    background: transparent;
}

.accordion h2 button:hover {
    color: #000;
    border-bottom: 1px solid #000;
}

.capabilities-accordion i {
    color: #fee82e;
}

.capabilities-accordion .card:last-child button {
    border-bottom: none;
}

.card-body {
    background: #000;
    position: relative;
    z-index: 1;
    padding: 20px;
}

.card-body p {
    color: #fff;
    padding: 0;
    font-size: 16px;
    font-family: 'CeraPro-Regular';
    font-family: 'Poppins';
    font-weight: normal;
    font-family: "Poppins";
}

.headbox {
    content: "";
    position: absolute;
    background: #fee82e;
    left: -30px;
    top: -1px;
    height: 150px;
    width: 106%;
}

.capabilities-accordion .btn.btn-link i.fa.fa-minus {
    color: #fff;
}

.accordiontitle {
    float: left;
    width: 92%;
    white-space: normal;
}


/*capabilities*/


/*clientele*/

.clientele {
    float: left;
    width: 100%;
    background: #f1f5f9;
    position: relative;
    height: 1080px;
    text-align: center;
    display: flex;
    padding: 0;
}


/*.clientele img {
     float: left;
     width: 100%;
     height: 1080px;
     object-fit: contain;
     object-position: center center;
}*/

.clientele img {
    float: none;
    width: 1050px;
    height: 303px;
    object-fit: contain;
    object-position: center center;
    margin: auto;
    animation: bounce 1s infinite alternate;
    -webkit-animation: bounce 1s infinite alternate;
    transition: all 0.4s ease;
    align-items: center;
    opacity: 0.7;
}

.clientle-slider {
    float: left;
    width: 100%;
    position: relative;
}

.logo-item {
    width: 22.5%;
    float: left;
    background: rgba(255, 255, 255, 1);
    text-align: center;
    margin: 30px 15px;
    min-height: 130px;
}

.logo-item img {
    text-align: center;
    margin: auto;
    width: 130px;
    height: 130px;
    object-fit: contain;
    object-position: center center;
    padding: 20px 0;
    float: none;
    animation: inherit;
    opacity: 1;
    mix-blend-mode: multiply;
}


/*clientele*/


/**insights**/

.insights {
    float: left;
    width: 100%;
    padding: 0 0 120px 0;
}

.insights h5 {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 170px;
    font-family: 'CeraPro-Black';
    font-family: 'Poppins';
    font-weight: 900;
    text-transform: uppercase;
    line-height: 140px;
}

.insights-container {
    float: left;
    width: 100%;
    margin-top: 80px;
}

.blog-listing {
    float: left;
    width: 45%;
}

.blog-block {
    float: left;
    width: 50%;
}

.blog-img {
    float: left;
    width: 100%;
    overflow: hidden;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
}

.blog-img img {
    float: left;
    width: 100%;
    height: 198px;
    object-fit: cover;
    object-position: center center;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
}

.blog-details {
    float: left;
    width: 100%;
    background: #2a2a2a;
    padding: 20px 20px 30px 20px;
}

.blog-title {
    float: left;
    width: 100%;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    font-family: 'CeraPro-Medium';
    font-family: 'Poppins';
    font-weight: 500;
}

.blog-details p {
    float: left;
    width: 100%;
    margin: 0;
    padding: 3px 0 10px 0;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    line-height: 18px;
    font-family: 'CeraPro-Regular';
    font-family: 'Poppins';
    font-weight: normal;
    font-family: "Poppins";
}

.blog-date {
    float: left;
    width: 100%;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    font-family: 'CeraPro-Regular';
    font-family: 'Poppins';
    font-weight: normal;
    font-family: "Poppins";
}

.blog-block:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
}

.blog-block:hover {
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
}

.blog-block:hover .blog-details {
    background: #fee82e;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
}

.blog-block:hover .blog-title,
.blog-block:hover .blog-date,
.blog-block:hover p {
    color: #000;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
}

.main-blog {
    width: 47%;
    float: right;
}

.main-blog span {
    float: left;
    width: 100%;
    font-size: 46px;
    line-height: 56px;
    margin-bottom: 20px;
    font-family: 'CeraPro-Regular';
    font-family: 'Poppins';
    font-weight: normal;
    font-family: "Poppins";
}

.main-blog span strong {
    font-family: 'CeraPro-Bold';
    font-family: 'Poppins';
    font-weight: bold;
}

.main-blog p {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #000;
    line-height: 22px;
    font-family: 'CeraPro-Regular';
    font-family: 'Poppins';
    font-weight: normal;
    font-family: "Poppins";
}


/**insights**/


/**work**/

.work {
    float: left;
    width: 100%;
    position: relative;
}

.work img {
    float: left;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    height: 1080px;
}

.work .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.work-slider {
    float: left;
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.work-block {
    float: left;
    width: 100%;
}

.work .carousel-inner {
    text-align: center;
}

.work-slide-left {
    float: left;
    width: 67%;
    overflow: hidden;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
}

.work-slide-left img {
    float: left;
    width: 100%;
    height: 577px;
    object-fit: cover;
    object-position: center center;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
}

.work-slide-right {
    float: right;
    width: 31%;
}

.work-slide-img {
    float: left;
    width: 100%;
    margin-bottom: 27px;
    overflow: hidden;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
}

.work-slide-img img {
    float: left;
    width: 100%;
    height: auto;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
}

.work-slide-left:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
}

.work-slide-img:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
}

.zebra-img img {
    float: left;
    width: auto;
    height: auto;
}

.zebra-img {
    position: absolute;
    left: -77px;
    top: 150px;
}

.work-info {
    width: 970px;
    height: 70px;
    line-height: 70px;
    /*background: #fee82e;*/
    padding-left: 45px;
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'CeraPro-Bold';
    font-family: 'Poppins';
    font-weight: bold;
    color: #1a1a1a;
    margin: 15px auto auto auto;
    display: inline-block;
    text-align: left;
}

.work-info-label {
    width: 970px;
    height: 70px;
    line-height: 70px;
    background: #fee82e;
    padding-left: 45px;
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'CeraPro-Bold';
    font-family: 'Poppins';
    font-weight: bold;
    color: #000;
    margin: -70px auto auto auto;
    display: table;
    text-align: left;
}

.work .carousel-control-prev {
    align-items: inherit;
    justify-content: inherit;
    right: 220px !important;
    bottom: 25px !important;
    top: inherit !important;
    width: 50px !important;
    text-align: center !important;
    left: inherit !important;
}

.work .carousel-control-next {
    align-items: inherit;
    justify-content: inherit;
    right: 170px !important;
    bottom: 25px !important;
    top: inherit !important;
    width: 50px !important;
    text-align: center !important;
    left: inherit !important;
}

.work .carousel-control-prev,
.work .carousel-control-next {
    opacity: 1;
}

.work .carousel-control-prev-icon {
    background: url(../images/left-arrow.png) no-repeat;
}

.work .carousel-control-next-icon {
    background: url(../images/right-arrow.png) no-repeat;
}


/**work**/

.nextsection {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -20px;
    width: 60px;
    text-align: center;
    transition: all 0.4s ease;
}

.nextsection a {
    background: #fee82e;
    width: 54px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    text-align: center;
    animation: bounce 1s infinite alternate;
    -webkit-animation: bounce 1s infinite alternate;
    transition: all 0.4s ease;
}

.nextsection a img {
    height: auto;
    width: auto;
    float: none;
    display: inline-block;
}

.nextsection a:hover {
    background: #000;
}

.nextsection a:hover img {
    filter: brightness(0) invert(1);
}

.clientele .nextsection {
    bottom: 0;
}

.Menu-list {
    font-size: 58px;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'CeraPro-Bold';
    font-family: 'Poppins';
    font-weight: bold;
}

.Menu-list-item {
    position: relative;
    color: transparent;
    cursor: pointer;
}

.Menu-list-item::before {
    content: '';
    display: block;
    position: absolute;
    top: 49%;
    left: -10%;
    right: -10%;
    height: 4px;
    border-radius: 4px;
    margin-top: -2px;
    background: #fff;
    transform: scale(0);
    transition: transform 0.8s cubic-bezier(0.16, 1.08, 0.38, 0.98);
    z-index: 1;
    width: 100px;
}

.Mask {
    display: block;
    position: absolute;
    overflow: hidden;
    color: #fff;
    top: 0;
    height: 49%;
    transition: all 0.8s cubic-bezier(0.16, 1.08, 0.38, 0.98);
}

.Mask span {
    display: block;
}

.Mask+.Mask {
    top: 48.9%;
    height: 51.1%;
}

.Mask+.Mask span {
    transform: translateY(-49%);
}

.Menu-list-item:hover .Mask,
.Menu-list-item:active .Mask {
    color: #fee82e;
    transform: skewX(12deg) translateX(5px);
}

.Menu-list-item:hover .Mask+.Mask,
.Menu-list-item:active .Mask+.Mask {
    transform: skewX(12deg) translateX(-5px);
}

.Menu-list-item:hover::before,
.Menu-list-item:active::before {
    transform: scale(1);
}

.logobg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.logobg img {
    opacity: 0.06;
    position: relative;
    animation: bounce 1s infinite alternate;
    -webkit-animation: bounce 1s infinite alternate;
}

.overlay {
    display: none;
}

.overlay.open {
    display: block;
}

#scroll {
    position: fixed;
    right: 10px;
    bottom: 15px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: #fee82e;
    text-indent: -9999px;
    display: none;
    z-index: 1;
    border-radius: 100px;
    animation: bounce 1s infinite alternate;
    -webkit-animation: bounce 1s infinite alternate;
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #000;
}

#scroll:hover {
    background-color: #000;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

#scroll:focus {
    outline: none;
}

#scroll>span {
    animation: infinite;
}

#scroll:hover span {
    border-bottom-color: #fff;
}

h5.section-title {
    float: none;
    width: auto;
    text-align: center;
    display: table;
    margin: auto;
}

h5.section-title p {
    padding: 0;
    margin: 0;
    display: inline-block;
    float: left;
}

.clientele h5.section-title {
    float: left;
    width: 100%;
    text-align: center;
    display: table;
    margin: 100px 0 0 0;
}

.clientele h5.section-title p {
    padding: 0;
    margin: 0;
    display: inline-block;
    float: left;
    color: #000;
    font-size: 240px;
    font-family: 'CeraPro-Black';
    font-family: 'Poppins';
    font-weight: 900;
}

.anchor-btn {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.anchor-btn a {
    float: left;
    font-size: 15px;
    color: #191114;
    text-transform: uppercase;
    position: relative;
    font-family: 'CeraPro-Medium';
    font-family: 'Poppins';
    font-weight: 500;
    transition: all 0.4s ease;
}

.anchor-btn a::after {
    position: absolute;
    content: "";
    display: inline-block;
    bottom: 0;
    right: -5px;
    background: yellow;
    width: 63px;
    height: 23px;
    z-index: -1;
    transition: all 0.4s ease;
}

.anchor-btn a:hover::after {
    width: 117px;
    transition: all 0.4s ease;
}

.anchor-btn.clientele-anchor-btn {
    position: static;
    bottom: 200px;
    left: 0;
    margin-top: 70px;
}

.anchor-btn.clientele-anchor-btn a {
    float: none;
}

.anchor-btn.clientele-anchor-btn a::after {
    bottom: -2px;
    right: -28px;
}

.anchor-btn.homecontact {
    writing-mode: vertical-rl;
    position: absolute;
    right: 50px;
    bottom: 55px;
    width: auto;
}

.anchor-btn.homecontact a::after {
    transform: rotate(90deg);
    right: -20px;
}

.anchor-btn.homecontact a:hover::after {
    width: 117px;
    transition: all 0.4s ease;
    right: -47px;
    bottom: 30px;
}

.pagetitle {
    float: left;
    width: 100%;
    height: 100vh;
    text-align: center;
    position: relative;
}

.pagetitle h2 .typewrite {
    float: left;
    width: 100%;
    color: #000;
    font-family: 'CeraPro-Black';
    font-family: 'Poppins';
    font-weight: 900;
    font-size: 280px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    line-height: 100vh;
}

.about-zebra {
    float: left;
    width: 100%;
    background: #fff;
    padding: 200px 0 150px 0;
    position: relative;
}

.about-zebra-pattern {
    float: left;
    width: 43%;
}

.about-zebra-pattern img {
    float: left;
    width: 100%;
}

.about-zebra-brief {
    float: right;
    width: 70%;
    padding-top: 80px;
}

.about-zebra-brief h3 {
    float: left;
    width: 100%;
    margin: 0 0 25px 0;
    padding: 0 0 25px 0;
    font-weight: normal;
    font-size: 54px;
    color: #171112;
    font-family: 'CeraPro-Bold';
    font-family: 'Poppins';
    font-weight: bold;
    line-height: 66px;
    border-bottom: 2px solid #000;
    text-transform: uppercase;
}

.about-zebra-brief p {
    float: left;
    width: 100%;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-size: 19px;
    color: #171112;
    font-family: 'CeraPro-Light';
    font-family: 'Poppins';
    font-weight: 300;
    line-height: 28px;
}

.lighttitle {
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 350px;
    color: #ededed;
    text-align: center;
    font-family: 'CeraPro-Black';
    font-family: 'Poppins';
    font-weight: 900;
    position: absolute;
    animation: bounce 1s infinite alternate;
    -webkit-animation: bounce 1s infinite alternate;
}

.about-zebra .container {
    z-index: 1;
    position: relative;
}

.about-zebra-info {
    float: left;
    width: 100%;
    margin-top: 60px;
}

.about-zebra-counter {
    float: left;
    width: 50%;
    margin-bottom: 40px;
}

.about-zebra-counter p {
    float: left;
    width: auto;
    font-size: 54px;
    color: #000000;
    margin: 0;
    padding: 0;
    font-family: 'CeraPro-Bold';
    font-family: 'Poppins';
    font-weight: bold;
    line-height: 54px;
}

.about-zebra-counter span {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #171112;
    font-family: 'CeraPro-Light';
    font-family: 'Poppins';
    font-weight: 300;
    padding-bottom: 10px;
    text-transform: uppercase;
    line-height: 22px;
}

.about-zebra-counter strong {
    width: 54px;
    height: 4px;
    background: #fee82e;
    float: left;
}

.work-to-gether {
    float: left;
    width: 100%;
    position: relative;
    padding: 200px 0 200px 0;
}

.job-container {
    float: left;
    width: 100%;
    text-align: center;
}

.job-container span {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 48px;
    line-height: 48px;
    color: #171112;
    font-family: 'CeraPro-Bold';
    font-family: 'Poppins';
    font-weight: bold;
    text-transform: uppercase;
}

.job-container p {
    float: none;
    width: 75%;
    margin: auto;
    padding: 80px 0 150px 0;
    font-size: 26px;
    line-height: 36px;
    color: #171112;
    display: inline-block;
    font-family: 'CeraPro-Regular';
    font-family: 'Poppins';
    font-weight: normal;
    font-family: "Poppins";
}

.work-to-gether .container {
    position: relative;
    z-index: 1;
}

.our-people {
    float: left;
    width: 100%;
    background: #1f1f1f;
    padding: 150px 0;
    position: relative;
}

.our-people-pattern {
    position: absolute;
    bottom: -150px;
    right: 0;
}

.our-people h3 {
    float: left;
    width: 100%;
    font-weight: normal;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 54px;
    line-height: 54px;
    color: #fff;
    font-family: 'CeraPro-Bold';
    font-family: 'Poppins';
    font-weight: bold;
    text-transform: uppercase;
}


/*wordpress css*/

.footer-nav-widgets-wrapper.header-footer-group {
    display: none;
}

.entry-header.has-text-align-center.header-footer-group {
    display: none;
}

.post-inner {
    padding-top: 0;
}

.entry-content> :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 100%;
    width: 100%;
    margin-bottom: 0;
}

.vc_row.wpb_row.vc_row-fluid.homepagevideo {
    margin-bottom: 0 !important;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid {
    max-width: 1310px;
    width: 1310px;
    margin: auto;
}

.homepagevideo .vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.homepagevideo .wpb_raw_code.wpb_content_element.wpb_raw_html {
    float: left;
    width: 100%;
    margin: 0;
}


/*wordpress css*/

body.page-template-default.home .stickylogo {
    display: none;
}

body.page-template-default.home .mainlogo {
    display: block;
}

body.page-template-default.home .header.header-alt .stickylogo {
    display: block;
}

body.page-template-default.home .header.header-alt .mainlogo {
    display: none;
}

body.sticky.page-template-default.home .header.header-alt .stickylogo {
    display: none;
}

body.sticky.page-template-default.home .header.header-alt .mainlogo {
    display: block;
}

body.sticky.page-template-default .stickylogo {
    display: none;
}

body.sticky.page-template-default .mainlogo {
    display: block;
}

body.page-template-default.home .button_container span {
    background-color: #fff;
}

body.page-template-default.home .button_container p.menutext {
    color: #fff;
}

body.page-template-default.home .header.header-alt .button_container span {
    background-color: #000;
}

body.page-template-default.home .header.header-alt .button_container p.menutext {
    color: #000;
}

body.page-template-default.home .header.header-alt .button_container.active span {
    background-color: #fff;
}

body.page-template-default .stickylogo {
    display: block;
}

body.page-template-default .mainlogo {
    display: none;
}

body.page-template-default .button_container span {
    background-color: #000;
}

body.page-template-default .button_container p.menutext {
    color: #000;
}

.about-us {
    height: 1035px;
    background-size: cover;
    background-position: center center;
}


/*capabilities-container*/

.capabilities-container-section {
    float: left;
    width: 100%;
    padding: 70px 0 50px 0;
}

.capabilities-container-section ul {
    float: none;
    width: 67%;
    list-style: none;
    padding: 0;
    margin: auto;
    display: table;
}

.capabilities-container-section ul li {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0 0 100px 0;
}

.capabilities-icon {
    float: left;
    margin-right: 35px;
}

.capabilities-icon img {
    float: left;
    width: auto;
}

.capabilities-info {
    float: left;
    width: 84%;
}

.capabilities-info h3 {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #fee82e;
    font-weight: normal;
    font-size: 35px;
    color: #000000;
    font-family: 'CeraPro-Bold';
    font-family: 'Poppins';
    font-weight: bold;
}

.capabilities-info p {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #595556;
    line-height: 25px;
    font-family: 'CeraPro-Regular';
    font-family: 'Poppins';
    font-weight: normal;
    font-family: "Poppins";
}


/*capabilities-container*/

.vc_row.wpb_row.vc_row-fluid.custom-page-title .wpb_raw_code.wpb_content_element.wpb_raw_html {
    float: left;
    width: 100%;
    margin: 0;
}

.vc_row.wpb_row.vc_row-fluid.custom-page-title .vc_column-inner {
    padding: 0;
}

.about-zebra-page .vc_column-inner {
    padding: 0 !important;
}

.about-zebra-page .vc_column-inner .wpb_raw_code.wpb_content_element.wpb_raw_html {
    float: left;
    width: 100%;
    margin: 0;
}

.about-us .nextsection {
    bottom: -450px;
}

.about-seperate-block .about-content {
    float: left;
}

.about-seperate-block .about-us-text {
    font-size: 156px;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.yellow-box {
    background: #fee82e;
    padding: 70px;
    width: 70%;
    position: absolute;
    z-index: 1;
    margin: 100px auto;
    left: 0;
    right: 0;
    font-size: 18px;
    font-family: 'CeraPro-Light';
    font-family: 'Poppins';
    font-weight: 300;
}

.clientele-section {
    float: left;
    width: 100%;
}

.clientele-section .vc_column-inner {
    padding: 0 !important;
}

.clientele-section .wpb_raw_code.wpb_content_element.wpb_raw_html {
    float: left;
    width: 100%;
    margin: 0;
}

#capabilities .nextsection {
    bottom: -220px;
}

.job-container p strong {
    color: #000;
    font-weight: normal;
    font-family: 'CeraPro-Bold';
    font-family: 'Poppins';
    font-weight: bold;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 32px;
    padding: 20px 0 40px 0;
}

.lighttitle.why-us {
    color: #f6f6f6;
    font-size: 300px;
}


/*About Team Slider*/

.wpostahs-slider-design-1 .wpostahs-slider-nav-title .wpostahs-main-title img {
    width: 100%;
}

.slick-list {
    overflow: visible;
}

.wpostahs-slider-wrp {
    float: left;
    width: 100%;
    margin: 100px 0 0 0;
}

.wpostahs-main-title {
    color: transparent !important;
    background: transparent !important;
}

.wpostahs-centent-title {
    display: none;
}

.team-profile {
    float: none;
    width: 80%;
    margin: 50px auto auto auto;
    display: table;
}

.team-profile-left {
    float: left;
    width: 100%;
    padding-right: 0px;
    margin-right: 0px;
}

.team-profile-left span {
    float: left;
    width: 100%;
    color: #fee82e;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 30px;
    font-family: 'CeraPro-Regular';
    font-family: 'Poppins';
    font-weight: normal;
    font-family: "Poppins";
    margin-bottom: 5px;
}

.team-profile-left p {
    float: left;
    width: 100%;
    color: #595556;
    margin: 0;
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'CeraPro-Regular';
    font-family: 'Poppins';
    font-weight: normal;
    font-family: "Poppins";
}

.team-profile-right {
    float: left;
    width: 77%;
    border-left: 1px solid #000;
    padding-left: 60px;
    display: none;
}

.team-profile-right p {
    float: left;
    width: 100%;
    color: #595556;
    font-size: 16px;
    line-height: 25px;
    margin: 0;
    padding: 0;
    font-family: 'CeraPro-Regular';
    font-family: 'Poppins';
    font-weight: normal;
    font-family: "Poppins";
    text-align: left;
}

.team-profile-right span {
    float: left;
    width: auto;
    color: #595556;
    font-size: 16px;
    text-align: left;
    line-height: 25px;
    margin: 22px 0 0 0;
    padding: 15px 0 0 0;
    border-top: 1px solid #000000;
    font-family: 'CeraPro-Regular';
    font-family: 'Poppins';
    font-weight: normal;
    font-family: "Poppins";
}

.our-people {
    padding: 70px 0;
}

.our-people {
    background-position: bottom right !important;
}


/*About Team Slider*/


/* client logo */

.logo-container img {
    width: 130px;
    height: 130px;
    object-fit: contain;
    object-position: center center;
    margin: auto;
    filter: grayscale(100%);
}

.clients-logo .owl-wrapper {
    transition: inherit !important;
    transform: inherit !important;
    width: 100% !important;
}

.clients-logo .owl-wrapper .owl-item {
    margin: 50px 0;
}

.logo-container img:hover {
    filter: inherit;
}


/*client logo */


/* Purvank ADD CSS 17-june-2020 */


/* contact */

.contact-form {
    width: 100%;
    float: left;
    padding: 100px 0;
}

.form-map {
    width: 100%;
    float: left;
}

.c-form {
    width: 100%;
    float: left;
}

.do-u-wish {
    width: 100%;
    float: left;
    padding-top: 40px;
    padding-bottom: 30px;
}

.do-u-wish h2 {
    font-size: 34px;
    line-height: 38px;
    color: #000000;
    font-family: 'CeraPro-Thin';
    font-family: 'Poppins';
    font-weight: 100;
    letter-spacing: 1px;
    margin: 0;
}

.do-u-wish h2 span {
    font-family: 'CeraPro-Bold';
    font-family: 'Poppins';
    font-weight: bold;
}

.do-u-wish p {
    font-size: 16px;
    line-height: 24px;
    color: #595556;
    font-family: 'CeraPro-Regular';
    font-family: 'Poppins';
    font-weight: normal;
    font-family: "Poppins";
    margin-top: 8px;
}

.c-inputs {
    width: 100%;
    float: left;
}

.c-inputs .first-row input {
    border: 1px solid #ccc;
    padding: 10px 20px 10px 20px;
    font-family: 'CeraPro-Regular';
    font-family: 'Poppins';
    font-weight: normal;
    font-family: "Poppins";
    color: #595556;
    margin-right: 20px;
}

.c-inputs input:last-child {
    margin-right: 0;
}

.c-inputs input:focus::placeholder {
    color: transparent;
}

.what-intereted {
    width: 100%;
    float: left;
    margin-top: 38px;
}

.what-intereted label {
    font-size: 17px;
    line-height: 24px;
    color: #595556;
    font-family: 'CeraPro-Medium';
    font-family: 'Poppins';
    font-weight: 500;
    margin: 0;
}

.what-intereted .designation input {
    width: 20px;
    height: 20px;
    background: #e9e9e9;
    border: 0;
    overflow: hidden;
}

input[type="checkbox"]:checked::before {}

.what-intereted .designation .wpcf7-list-item.first {
    margin: 0;
}

.what-intereted .designation .wpcf7-list-item-label {
    color: #595556;
    cursor: pointer;
    font-size: 14px;
    line-height: 8px;
    font-family: 'CeraPro-Regular';
    font-family: 'Poppins';
    font-weight: normal;
    font-family: "Poppins";
    margin: 10px;
    float: right
}

.works:last-child {
    margin-right: 0;
}

.works input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.works .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
}

.what-intereted .designation input:hover input~input[type="checkbox"]:checked::before {
    background-color: #ccc;
}

.what-intereted .designation input:checked {
    background-color: black;
}

.designation input[type="checkbox"]:checked::before {
    left: 9px;
    top: 4px;
    width: 7px;
    height: 13px;
    border: solid #fee82e;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.an_form textarea,
.what-intereted textarea {
    width: 100%;
    min-height: 100px;
    padding: 15px 0 0 20px;
    color: #595556;
    border: 1px solid #ccc;
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    font-family: 'CeraPro-Regular';
    font-family: 'Poppins';
    font-weight: normal;
    font-family: "Poppins";
}

.an_form textarea:focus::placeholder {
    color: transparent;
}

.what-intereted.apply-btns .all-btn {
    text-transform: none;
    padding: 14px 30px;
    transition: all 0.4s ease;
    width: 150px !important;
    text-transform: uppercase;
}

.what-intereted a:hover {
    background: transparent;
    border: 1px solid #fee82e;
    color: #fee82e !important;
    transition: 0.2s ease;
}

input[type="submit"]:focus {
    text-decoration: none;
}

.c-map {
    width: 100%;
    float: right;
    margin: 30px 0 100px 0;
}

.c-map iframe {
    width: 100% !important;
    height: 500px !important;
}

.pagetitle.con-bg {
    background: #fee82e;
    margin-top: -35px;
    text-align: left;
}

.we-r-ready {
    width: 100%;
    float: left;
    position: absolute;
    bottom: 50px;
}

.we-r-ready h4 {
    font-size: 65px;
    line-height: 65px;
    color: #fff;
    font-family: 'CeraPro-Medium';
    font-family: 'Poppins';
    font-weight: 500;
    letter-spacing: -1px;
    margin: 0;
}

.we-r-ready h2 {
    font-size: 88px;
    line-height: 88px;
    color: #fff;
    font-family: 'CeraPro-Black';
    font-family: 'Poppins';
    font-weight: 900;
    letter-spacing: -1px;
    margin: 0;
}

.we-r-ready h2 span {
    color: #000;
}

.we-r-ready p {
    font-size: 14px;
    line-height: 24px;
    color: #595556;
    font-family: 'CeraPro-Regular';
    font-family: 'Poppins';
    font-weight: normal;
    font-family: "Poppins";
}

.we-r-ready h3 {
    font-size: 34px;
    line-height: 44px;
    color: #000;
    font-family: 'CeraPro-Thin';
    font-family: 'Poppins';
    font-weight: 100;
    letter-spacing: 1px;
    margin: 0;
}

.we-r-ready h3 span {
    font-family: 'CeraPro-Bold';
    font-family: 'Poppins';
    font-weight: bold;
}


/* contact */


/* APPY NOW FORM */

.c-apply_now,
.an-msg.an_form {
    width: 100%;
    float: left;
}

.an_form {
    width: 60%;
    float: left;
}

.career-apply .form-title {
    font-size: 34px;
    line-height: 42px;
    color: #000;
    font-family: 'CeraPro-Bold';
    font-family: 'Poppins';
    font-weight: bold;
    margin: 0;
    letter-spacing: 1px;
    margin-bottom: 35px;
}

.flex {
    width: 50%;
    float: left;
    padding-right: 30px;
    margin: 0;
}

.an_form label {
    font-size: 16px;
    line-height: 26px;
    color: #595556;
    font-family: 'CeraPro-Regular';
    font-family: 'Poppins';
    font-weight: normal;
    font-family: "Poppins";
    display: block;
    margin-bottom: 2px;
}

.an_form input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    font-family: 'CeraPro-Regular';
    font-family: 'Poppins';
    font-weight: normal;
    font-family: "Poppins";
}

.an_form .apply-btns .all-btn {
    padding: 16px 0;
    font-family: 'CeraPro-Bold';
    font-family: 'Poppins';
    font-weight: bold;
    transition: all 0.4s ease;
    width: 200px !important;
}


/* SELECT */

.selectCF {
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    font-family: 'Neucha', cursive;
    font-size: 17px;
    font-weight: bold;
    width: 100%;
}

.selectCF li {
    list-style: none;
    cursor: pointer;
    perspective: 900px;
    border: 1px solid #ddd;
    -webkit-perspective: 900px;
    text-align: left;
    margin: 0;
}

.selectCF>li {
    position: relative;
    font-size: 0;
}

.selectCF span {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    color: #FFF;
    z-index: 1;
}

.selectCF .arrowCF {
    transition: .3s;
    -webkit-transition: .3s;
    width: 45px;
    text-align: center;
    vertical-align: top;
    font-size: 17px;
    float: right;
}

.selectCF .titleCF {
    padding: 0 10px 0 20px;
    border-right: 1px solid #ddd;
    font-size: 16px;
    font-family: 'CeraPro-Regular';
    font-family: 'Poppins';
    font-weight: normal;
    font-family: "Poppins";
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 88% !important;
}

.selectCF .searchCF {
    padding: 0 10px 0 20px;
    border-left: dotted 1px rgba(244, 244, 244, .5);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

@keyframes searchActive {
    from {
        transform: rotateY(180deg)
    }
    to {
        transform: rotateY(0deg);
    }
}

@-moz-keyframes searchActive {
    from {
        transform: rotateY(180deg)
    }
    to {
        transform: rotateY(0deg);
    }
}

@-webkit-keyframes searchActive {
    from {
        -webkit-transform: rotateY(180deg)
    }
    to {
        -webkit-transform: rotateY(0deg);
    }
}

.searchActive .searchCF {
    z-index: 1;
    animation: searchActive 0.3s alternate 1;
    -moz-animation: searchActive 0.3s alternate 1;
    -webkit-animation: searchActive 0.3s alternate 1;
}

.searchActive .titleCF {
    opacity: 0;
}

.selectCF .searchCF input {
    font-family: 'Neucha', cursive;
    line-height: 45px;
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    font-size: 17px;
}

.selectCF .searchCF input:active,
.selectCF .searchCF input:focus {
    box-shadow: none;
    border: none;
    outline: none;
}

.selectCF li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0 !important;
    width: 100%;
    background: #FFF;
    max-height: 248px;
    overflow-y: auto;
    transition: .2s;
    -webkit-transition: .2s;
    z-index: 2;
    background: rgba(253, 253, 253, .9);
    margin: 0;
}

.selectCF li ul li {
    padding: 9px 0 9px 20px;
    border-bottom: 0px solid rgba(240, 240, 240, .9);
    font-weight: normal;
    font-size: 16px;
    transition: .2s;
    -webkit-transition: .2s;
    font-family: 'CeraPro-Regular';
    font-family: 'Poppins';
    font-weight: normal;
    font-family: "Poppins";
    color: #595556;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.selectCF li ul li:hover {
    background: #666;
    color: #FFF;
}

.selectCF .selected {
    background: #666;
    color: #FFF;
}

.selectCF li ul li:last-child {
    border-bottom: 1px solid #ddd;
}

@-moz-keyframes effect1 {
    from {
        transform: translateY(15px);
        opacity: 0;
    }
    to {
        transform: translateY(0px);
        opacity: 1;
    }
}

@-webkit-keyframes effect1 {
    from {
        -webkit-transform: translateY(15px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0px);
        opacity: 1;
    }
}

.onCF li ul {
    display: block;
    -moz-animation: effect1 0.3s alternate 1;
    -webkit-animation: effect1 0.3s alternate 1;
}

.an_form .fa-angle-down:before {
    content: "\f107";
    color: #595556;
    font-size: 34px;
}

.flex.what-intereted .hidden {
    border: 0;
    margin: 0;
    padding: 0;
}

.an_form small {
    width: 100%;
    float: left;
    font-size: 12px;
    line-height: 14px;
    color: #595556;
    display: block;
    margin-top: 4px;
    font-family: 'CeraPro-Regular';
    font-family: 'Poppins';
    font-weight: normal;
    font-family: "Poppins";
}

.an-msg textarea {
    width: 100%;
    min-height: 120px;
    border-color: #ddd;
}

.career-apply {
    position: relative;
}

.apply-img {
    position: absolute;
    right: 0;
    top: 25px;
}

.apply-img img {
    width: 90%;
    float: right;
}

.an-msg.an_form .apply-btns a {
    float: left;
}

.applied-dropdown .drop {
    width: 100%;
    padding: 11px;
    border: 1px solid #ddd;
    font-family: 'CeraPro-Regular';
    font-family: 'Poppins';
    font-weight: normal;
    font-family: "Poppins";
    font-size: 16px;
    line-height: 24px;
}

.applied-dropdown .drop option {
    font-family: 'Verdana' !important;
}

.fileupload {
    margin-bottom: 20px;
}

.fileupload input {
    border: none;
    padding: 0;
    margin: 0;
}


/* APPY NOW FORM */

.work-together .vc_col-sm-8 {
    width: 75.667%;
}

.work-together .vc_col-sm-4 {
    width: 24.333%;
}

.work-together h2 {
    margin: 50px 8% 18px 8%;
    font-family: 'CeraPro-Bold';
    font-family: 'Poppins';
    font-weight: bold;
    text-transform: uppercase;
}

.work-together p {
    margin: 0 8% 10px 8%;
    font-size: 16px;
    line-height: 24px;
    color: #1f1f1f;
    font-family: 'CeraPro-Regular';
    font-family: 'Poppins';
    font-weight: normal;
    font-family: "Poppins";
}

.join-the-team {
    padding: 162px 0;
}

.join-the-team h2 {
    margin: 0 0 50px 0;
}

.join-the-team.work-together p {
    margin-bottom: 55px;
    text-align: center;
    color: #777777;
    font-family: 'CeraPro-Regular';
    font-family: 'Poppins';
    font-weight: normal;
    font-family: "Poppins";
}

.join-the-team.work-together p a {
    color: #fee82e;
}

.apply-btns {
    width: 100%;
    float: left;
    text-align: center;
}

.join-the-team .apply-btns .all-btn {
    float: none !important;
}

.all-btn {
    font-size: 17px;
    line-height: 24px;
    font-family: 'CeraPro-Bold';
    font-family: 'Poppins';
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #191114 !important;
    padding: 14px 24px 14px 24px;
    display: inline-flex;
    border: 1px solid #fee82e !important;
    transition: 0.2s ease;
    background: #fee82e !important;
    width: auto !important;
    float: left;
}

.all-btn:hover {
    color: #000 !important;
    background: transparent !important;
    border: 1px solid transparent !important;
    transition: 0.2s ease;
    text-decoration: none !important;
    transition: all 0.4s ease;
    letter-spacing: 5px;
}


/* Purvank ADD CSS 17-june-2020 */

.pagetitle h2 {
    float: left;
    width: 100%;
    margin: 0;
}

.custom-page-title {
    transition: all 0.4s ease;
}

.custom-page-title.custom-page-title-alt .typewrite {
    opacity: 0.1 !important;
    transition: all 0.4s ease !important;
}

.workbg {
    height: 1080px;
    padding: 105px 0;
}

.work_video_container .work-video {
    width: 971px !important;
    height: 540px !important;
    margin: auto;
}

.work_video_container {
    width: 100%;
    text-align: center;
    float: left;
}

.video-bottom-section {
    float: none;
    width: 971px;
    text-align: center;
    margin: 60px auto auto auto;
}

.video-bottom-section h3 {
    width: 25%;
    float: left;
    margin: 0;
    padding: 0;
    color: #767676;
    font-size: 54px;
    line-height: 54px;
    text-transform: uppercase;
    font-family: 'CeraPro-Bold';
    font-family: 'Poppins';
    font-weight: bold;
    text-align: right;
}

.video-bottom-section p {
    float: left;
    width: 75%;
    color: #6d6e71;
    font-size: 16px;
    text-align: left;
    font-family: 'CeraPro-Light';
    font-family: 'Poppins';
    font-weight: 300;
    padding-left: 70px;
    padding-bottom: 0;
    margin: 0;
}


/*work portfolio*/

.work-portfolio-container {
    float: left;
    width: 100%;
    padding: 100px 0;
}

.work-portfolio-block .vp-portfolio__filter-wrap .vp-filter__item a:hover {
    border: none;
    letter-spacing: 3px;
    transition: all 0.4s ease;
}

.work-portfolio-block .vp-portfolio__filter-wrap .vp-filter__item a {
    float: left;
    width: 100%;
    border: none;
    padding: 5px 0;
    font-size: 16px;
    font-family: 'CeraPro-Bold';
    font-family: 'Poppins';
    font-weight: bold;
    text-align: left;
    transition: all 0.4s ease;
    color: #595556;
    text-transform: uppercase;
}

.work-portfolio-block .vp-portfolio__filter-wrap .vp-filter__item.vp-filter__item-active a {
    background: transparent;
    position: relative;
    letter-spacing: 3px;
    width: auto;
}

.work-portfolio-block .vp-portfolio__filter-wrap .vp-filter__item.vp-filter__item-active a::before {
    position: absolute;
    width: 82px;
    height: 25px;
    background: #fee82e;
    content: "";
    z-index: -1;
    right: 0;
    left: 0;
    margin: auto;
}

.work-portfolio-block .vp-portfolio__filter-wrap .vp-filter__item {
    float: left;
    width: 100%;
    margin: 0;
}

.work-portfolio-block .vp-portfolio__filter-wrap {
    width: 25%;
    float: left;
}

.work-portfolio-block .vp-portfolio__filter-wrap ul {
    margin: 0;
}

.work-portfolio-block .vp-portfolio__items-wrap {
    float: left;
    width: 75%;
}

.work-portfolio-block .vp-portfolio__items-wrap article img {
    object-fit: contain;
    width: 90%;
    object-position: center center;
    margin: auto;
    mix-blend-mode: multiply;
}

.vp-id-184 .vp-portfolio__items-style-fly .vp-portfolio__item-overlay {
    background-color: rgba(254, 232, 46, 0.95);
}

.entry-content .vp-portfolio__item-meta-title {
    margin-top: 0;
    font-family: 'CeraPro-Regular';
    font-family: 'Poppins';
    font-weight: normal;
    font-family: "Poppins";
    font-size: 26px;
    letter-spacing: 0;
    font-weight: normal;
    color: #595556;
}

.portfolio-template-default .portfolio .featured-media {
    margin-top: 25rem;
}

.portfolio-template-default .post-inner.thin {
    margin: 100px auto;
    width: 1310px;
    max-width: 1310px;
    padding: 0 15px;
}

.portfolio-template-default .post-inner.thin figure img {
    text-align: center;
    margin: auto;
}

body.portfolio-template-default .button_container span {
    background-color: #000;
}

body.portfolio-template-default .button_container p.menutext {
    color: #000;
}

.portfolio-template-default .portfolio .featured-media .featured-media-inner.section-inner .attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 320px;
}

.portfolio-template-default .pagination-single hr {
    display: none;
}

.portfolio-template-default .pagination-single {
    background: #fee82e;
    width: 100%;
    max-width: 100%;
    padding: 50px 0;
}

.portfolio-template-default .pagination-single .pagination-single-inner {
    width: 1310px;
    max-width: 1310px;
    margin: auto;
    padding: 0 15px;
}

.portfolio-template-default .pagination-single .pagination-single-inner a {
    color: #000;
    font-family: 'CeraPro-Bold';
    font-family: 'Poppins';
    font-weight: bold;
}


/*work portfolio*/

.c-map .do-u-wish {
    margin-bottom: 20px;
}

.overlay .anchor-btn.homecontact {
    background: yellow;
    padding: 10px 0;
}

.overlay .anchor-btn.homecontact a::after {
    display: none;
}

.vp-id-263 .vp-portfolio__items-style-fly .vp-portfolio__item-overlay {
    background-color: rgba(254, 232, 46, 0.95);
}

.back-to-work {
    display: none;
}

.portfolio-template-default .back-to-work {
    display: block;
    position: relative;
}

.portfolio-template-default .back-to-work a {
    font-size: 17px;
    line-height: 24px;
    font-family: 'CeraPro-Bold';
    font-family: 'Poppins';
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #191114;
    padding: 0;
    display: inline-flex;
    border: none;
    transition: 0.2s ease;
    background: transparent;
    float: right;
    top: -120px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    width: 171px;
    z-index: 1;
}

.portfolio-template-default .back-to-work a img {
    margin-right: 8px;
    width: 20px;
    height: 20px;
    margin-top: 2px;
}

.homepage-workbg {
    float: left;
    width: 100%;
    padding-bottom: 100px;
}

.homepage-work-left {
    float: left;
    width: 70%;
}

.homepage-block {
    float: left;
    width: 48%;
    margin-right: 15px;
    margin-bottom: 15px;
}

.homepage-work-right {
    float: right;
    width: 30%;
}

.homepage-work-right.grid figure img {
    height: 653px;
}

.homepage-work-right .homepage-block {
    width: 100%;
}


/*-----------------*/


/***** Goliath *****/


/*-----------------*/


/* Common style */

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: pointer;
    margin: 0;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
    height: 277px;
    width: 100%;
    object-fit: cover;
}

.grid .custom-portfolio-img figure img {
    height: 639px;
}

.grid figure figcaption {
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}


/* Anchor will cover the whole item by default */


/* For some effects it will show as a button */

.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: normal;
}

.grid figure h2 span {
    font-weight: normal;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

figure.effect-goliath {
    background: #999;
}

figure.effect-goliath img,
figure.effect-goliath h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-goliath img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-goliath h2,
figure.effect-goliath p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
    width: 100%;
}

figure.effect-goliath h2 {
    opacity: 0;
    padding: 0 30px;
}

figure.effect-goliath p {
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
}

figure.effect-goliath:hover img {
    -webkit-transform: translate3d(0, -60px, 0);
    transform: translate3d(0, -60px, 0);
}

figure.effect-goliath:hover h2 {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}

figure.effect-goliath:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-goliath p {
    float: left;
    width: 100%;
    padding: 20px 15px;
    line-height: normal;
    font-family: 'CeraPro-Bold';
    font-family: 'Poppins';
    font-weight: bold;
    background: #fee82e;
    color: #000;
    text-transform: uppercase;
}

.homepage-work {
    float: none;
    width: 90%;
    margin: 50px auto auto auto;
    display: table;
}

.view-portfolio a {
    color: #000;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-family: 'CeraPro-Bold';
    font-family: 'Poppins';
    font-weight: bold;
    background: #fee82e;
    font-size: 20px;
    line-height: 70px;
    color: #000;
    transition: all 0.4s ease;
}

.homepage-work h5 {
    float: none;
    width: 100%;
    text-align: center;
    margin: 30px 0 0 0;
    padding: 0;
    color: #fee82e;
    font-size: 170px;
    font-family: 'CeraPro-Black';
    font-family: 'Poppins';
    font-weight: 900;
    text-transform: uppercase;
    line-height: 140px;
}

.homepage-work h5.section-title p {
    float: none;
}

.portfolio-page-name {
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-family: 'CeraPro-Black';
    font-family: 'Poppins';
    font-weight: 900;
    font-size: 90px;
    text-transform: uppercase;
}

.featured-media img {
    margin: 400px auto auto auto;
}

.ft-address p a {
    color: #d2d2d2;
}

.about-work-to-gether-container {
    float: left;
    width: 100%;
}

.wpostahs-slider-design-1 .wpostahs-slider-nav-title.slick-current .wpostahs-main-title img {
    transform: scale(1.2);
    z-index: 9999;
    transition: .5s;
    filter: grayscale(0);
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 0;
}

span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    font-size: 14px;
    font-family: 'CeraPro-Regular';
    font-family: 'Poppins';
    font-weight: normal;
    font-family: "Poppins";
    color: #f00;
    margin: 0;
    padding: 3px 0 0 0;
    float: left;
    width: 100%;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    display: block !important;
}

.vp-id-263 .vp-portfolio__items-style-fade .vp-portfolio__item-overlay {
    background-color: transparent;
}

.vp-portfolio__item-img::before,
.vp-portfolio__thumbnail-img::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    background-color: #fff;
    background-position: 0% 50%;
    background-size: 500% 100%;
    -webkit-transition: .3s .3s opacity, .3s .3s visibility;
    transition: .3s .3s opacity, .3s .3s visibility;
}

.portfolio-template-default .portfolio.portfolio_category-logos .featured-media .featured-media-inner.section-inner .attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 800px;
}

.work-listing-container {
    float: left;
    width: 100%;
    text-align: center;
}

.work-listing-block {
    display: inline-block;
    margin: auto;
    width: 100%;
    text-align: center;
}

.work-listing-block ul {
    display: inline-block;
    margin: 10px auto auto auto;
    width: 100%;
    list-style: none;
    padding: 0;
    text-align: center;
}

.work-listing-block ul li {
    width: 33%;
    display: inline-block;
    text-align: center;
    list-style: none;
    padding: 40px 0;
    margin: auto;
}

.work-listing-block ul li a {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.work-listing-block ul li a img {
    width: auto;
    object-fit: inherit;
    object-position: inherit;
    float: none;
    height: auto;
    transition: 0.25s ease-in-out;
    display: inline-block;
}

.work-listing-block ul li a span {
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'CeraPro-Bold';
    font-family: 'Poppins';
    font-weight: bold;
    padding-top: 10px;
}

.view-portfolio {
    float: none;
    width: 320px;
    height: 69px;
    text-align: center;
    margin: 100px auto auto auto;
    transition: all 0.4s ease;
}

.work-listing-block ul li a:hover span {
    color: yellow;
}

.work-listing-block ul li a:hover img {
    transition: 0.4s ease-in-out;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.homepage-contact-text p {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 26px;
    font-family: 'CeraPro-Regular';
    font-family: 'Poppins';
    font-weight: normal;
    font-family: "Poppins";
    line-height: 36px;
}

.homepage-contact-text {
    float: left;
    width: 100%;
    text-align: center;
}

.displaynone {
    display: none;
}

.homepage-contact-text p strong {
    font-family: 'CeraPro-Bold';
    font-family: 'Poppins';
    font-weight: bold;
}

.homepage-contact-text .wpb_text_column.wpb_content_element {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 80px 0 50px 0;
}

.homepage-contact-text .view-portfolio {
    margin: auto;
    transition: all 0.4s ease;
}

.padding0 {
    padding: 0 !important;
}

.homepage-contact-text .view-portfolio {
    margin: auto;
    width: 320px;
    transition: all 0.4s ease;
}

.view-portfolio a:hover {
    background: transparent;
    color: #fff;
    letter-spacing: 5px;
    transition: all 0.4s ease;
}

.homepage-contact-text .view-portfolio a:hover {
    color: #000;
}

.apply-btns:hover {
    border: none !important;
    background: transparent;
    transition: all 0.4s ease;
}

.apply-btns a:hover {
    letter-spacing: 5px;
    transition: all 0.4s ease;
    border: 1px solid transparent !important;
}

.work-portfolio-block .vp-portfolio__filter-wrap ul .vp-filter__item:nth-child(1) {
    display: none;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    float: left;
    width: 100%;
    background: #398f14;
    color: #fff;
    font-size: 16px;
    font-family: 'CeraPro-Regular';
    font-family: 'Poppins';
    font-weight: normal;
    font-family: "Poppins";
    text-align: center;
}

.join-the-team .apply-btns .all-btn:hover {
    color: #fff !important;
}

.portfolio-page-name.portfolio-page-name-small {
    font-size: 52px;
}

.post-557 .featured-media-inner.section-inner img {
    display: none;
}

.post-561 .featured-media-inner.section-inner img {
    display: none;
}

.post-565 .featured-media-inner.section-inner img {
    display: none;
}

.post-567 .featured-media-inner.section-inner img {
    display: none;
}

.post-570 .featured-media-inner.section-inner img {
    display: none;
}

.new-home-portfolio {
    position: relative;
    overflow: hidden;
    height: 281px;
}

.new-home-portfolio .wpb_text_column.wpb_content_element {
    transition: all 0.4s ease;
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(254, 232, 46, 0.9);
    color: #000;
    height: 0;
    line-height: 60px;
    font-size: 24px;
    width: 93.2%;
    bottom: 6px;
    font-family: 'CeraPro-Bold';
    font-family: 'Poppins';
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: center;
}

.new-home-portfolio:hover .wpb_text_column.wpb_content_element {
    height: 60px;
    transition: all 0.4s ease;
}

.new-home-portfolio .wpb_single_image.wpb_content_element.vc_align_center {
    margin: 0;
}

.new-home-portfolio .wpb_text_column.wpb_content_element p {
    margin: 0;
    padding: 0;
    line-height: 60px;
}

.port_video {
    overflow: hidden;
    height: 281px;
}

.port_video .videoInsert {
    transform: scale(1.4);
    transform-origin: right;
}

.port_video.port_video1 .videoInsert {
    transform-origin: inherit;
}

.port_video.port_video2 .videoInsert {
    transform-origin: inherit;
}