@font-face {
    font-family: onoma;
    /* src: url(./Louis\ George\ Cafe\ Bold.ttf); */
    src: url(./Quicksand_Bold.otf);
}


* {
    padding: 0;
    margin: 0;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-family: 'Open Sans', sans-serif;
    scroll-behavior: smooth;
    outline: none;
    /* flex-wrap: wrap; */
}
body {
    position: relative;
}

video::-webkit-media-controls {

    display: none!important;
  
    -webkit-appearance: none;
  
  }


/* Small Android Phone, Iphone 6/7/8/11/12 etc */
@media screen and (min-width: 320px) {
    #preloader {
        width: 100%;
        height: 100vh;
        position: fixed;
        z-index: 10000;
        background-color: #114084;
        overflow: hidden;
    }
    #preloader .image {
        width: 100%;
        height: 100%;
        background: #114084 url(./Image/logow.png) no-repeat center center/contain;
        background-size: 50%;
        animation: zoom 5s linear infinite;
    }
    @keyframes zoom {
        0% {
            transform: scale(1);
            opacity: 0;
        }
        50% {
            transform: scale(0.8);
            opacity: 1;
        }
        100% {
            transform: scale(1);
            opacity: 0;
        }
    }
    .container {
        position: relative;
        /* overflow-y: hidden; */
    }
    .wrapper {
        position: relative;
        display: none;
    }

    .resp-nav.shift {
        right: 0;
        transition: all ease-in-out 0.3s;
    }
    .hidden-nav {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px;
        background-color: transparent;
        z-index: 50;
        overflow: hidden;
    }

    .hidden-nav .logo {
        width: 150px;
        height: 50px;
        overflow: hidden;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .hidden-nav .logo img {
        width: 80%;
        position: relative;
        left: 0px;
    }
    .hidden-nav .open img {
        width: 150%;
        position: relative;
        right: 10px;
    }
    .resp-nav {
        position: fixed;
        z-index: 200;
        background-color: #fff;
        min-width: 250px;
        top: 0;
        bottom: 0;
        right: -400px;
        display: grid;
        transition: all ease-in-out 0.3s;
        place-items: center;
    }
    .resp-nav .close {
        position: absolute;
        right: 15px;
        top: 15px;
        width: 25px;
    }
    .resp-nav .close img {
        width: 100%;
    }
    .resp-nav ul {
        position: relative;
        padding: 0px;
        right: 0px;
        list-style-type: none;
    }
    .resp-nav ul li {
        margin: 40px 0px;
        text-align: left;
    }
    .resp-nav ul a {
        text-decoration: none;
        font-size: 15px;
        font-weight: 700;
        color: #4d4d4d;
    }
    .resp-nav .socials {
        position: relative;
        background-color: #007cc2;
        width: 100%;
        padding: 20px 0px;
        display: flex;
        justify-content: center;
        /* place-items: center; */
        align-items: center;
    }
    .resp-nav .socials a {
        font-size: 17px;
        margin: 0px 20px;
    }
    .resp-nav .socials a img {
        width: 20px;
    }
    .hidden-nav .logo {
        color: #fff;
        font-weight: 700;
        font-size: 30px;
        letter-spacing: -8px;
        text-shadow: 0px 0px 10px blue;
    }
    .hidden-nav .logo span {
        transform: translateY(-3px);
    }
    .hidden-nav .logo {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 40px;
        overflow: hidden;
    }
    .hidden-nav .logo img {
        width: 150%;
    }
    .nav {
        display: none;
    }
    .nav nav {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        /* border: 1px solid #fff; */
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        z-index: 2000000;
        padding: 50px;
        overflow: hidden;
    }

    .nav nav .logo {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100px;
            height: 50px;
            overflow: hidden;
    }
    .nav nav .logo img {
        width: 150%;
    }
    .nav nav ul {
        display: flex;
        flex-direction: row;
        list-style-type: none;
        color: #fff;
        margin-left: 250px;
    }
    .nav nav ul li {
        margin: 0px 15px;
    }
    .nav nav ul a {
        text-decoration: none;
        font-size: 13px;
        font-weight: 400;
        color: #fff;
        transition: all ease-in-out .2s;
        letter-spacing: 1px;
    }
    .nav nav ul a:hover {
        color: #a0a0a0;
        transition: all ease-in-out .2s;
    }
    .nav nav .bar {
        display: none;
    }
    .nav nav .socials {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        /* border: 1px solid #fff; */
    }
    .nav nav .socials a {
        /* border: 1px solid #fff; */
        margin-left: 20px;
    }
    .nav nav .socials img {
        width: 17px;
    }

    /* hidden nav menu */
    
    .hero {
        position: relative;
        display: flex;
        flex-direction: column;
        background-color: #3060a2;
        height: 620px;
        width: 100%;
        overflow: hidden;
    }

    .slider {
        position: relative;
        height: 100%;
        width: 100%;
        overflow: hidden;
        /* border: 1px solid green; */
    }
    .slider .slider-images {
        position: relative;
        width: 100%;
        height: 100%;
    }
    .slider .slider-images .slide {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        transition: opacity 0.74s ease-in-out;
    }
    .slider .slider-images .slide.current {
        opacity: 1;
        transition: opacity 1.4s ease-in-out;
    }
    .slider .slider-images .slide:first-child {
        background: url(./Image/slider/slide1.jpeg) no-repeat top left/cover;
    }
    .slider .slider-images .slide:nth-child(2) {
        background: url(./Image/slider/slide2.jpg) no-repeat top left/cover;
    }
    .slider .slider-images .slide:nth-child(3) {
        background: url(./Image/slider/slide3.jpg) no-repeat top left/cover;
    }
    .slider .slider-images .slide:nth-child(4) {
        background: url(./Image/slider/talk.jpeg) no-repeat top center/cover;
    }
    /* .slider .slider-images .slide:nth-child(5) {
        background: url(./Image/slider/slide4.jpg) no-repeat top center/cover;
    } */

    .hero .text {
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        color: #fff;
        padding: 15px;
        left: 0px;
        bottom: 0px;
        right: 0;
        /* min-width: 300px; */
        background-color: #3060a2;
        /* margin-top: 350px; */
    }
    
    .hero video {
        display: block;
        position: absolute;
        top: 0px;
        opacity: .6;
        bottom: 0px;
        width: 150%;
        left: 0;
        pointer-events: none;
        /* right: 0; */
        /* z-index: 19; */
    }

    .hero .text .sub-head {
        font-size: 14px;
        letter-spacing: 1px;
        /* background-color: #007cc2; */
        text-decoration: underline;
        padding: 3px;
        font-weight: 700;
        text-shadow: 0px 0px 5px #808080;
        margin-bottom: 15px;
        text-transform: uppercase;
        font-family: 'onoma', sans-serif;
        z-index: 20;
    }
    .hero .text .heading {
        font-size: 42px;
        font-weight: 1000;
        text-shadow: 0px 0px 5px #808080;
        margin-bottom: 20px;
        z-index: 20;
    }
    .hero .text .heading span {
        display: block;
        text-shadow: 0px 0px 5px #111;
        font-weight: 300;
        font-size: 25px;
        z-index: 20;
        margin-top: 20px;
    }
    .hero .text cite {
        width: 300px;
        text-shadow: 0px 0px 5px #111;
        font-size: 14px;
        margin-bottom: 20px;
    }
    .hero .text .minitext {
        font-size: 14px;
        font-weight: 700;
        margin-top: 20px;
    }
    .hero .text .arrow {
        position: absolute;
        bottom: 20px;
        right: 5px;
        transform: rotate(90deg);
        z-index: 20;
        animation: animate 1s ease infinite;
    }
    @keyframes animate {
        0% {
            transform: rotate(90deg) translateX(0px);
        }
        /* 20% {
            transform: rotate(90deg) translateX(5px);
        }
        40% {
            transform: rotate(90deg) translateX(10px);
        }
        60% {
            transform: rotate(90deg) translateX(10px);
        }
        80% {
            transform: rotate(90deg) translateX(20px);
        } */
        50% {
            transform: rotate(90deg) translateX(10px);
        }
        100% {
            transform: rotate(90deg) translateX(0px);
            /* box-shadow: 0px 0px 100px blue; */
        }
    }

    .about {
        position: relative;
        display: flex;
        flex-direction: column;
        padding: 100px 0px 0px;
        gap: 30px;
        justify-content: space-around;
        overflow: hidden;
    }
    .about .text {
        display: block;
        align-self: center;
    }
    .about .big {
        display: block;
        font-size: 28px;
        /* text-align: center; */
        color: #114084;
        font-weight: 700;
        /* width: 300px; */
        padding: 20px 20px 100px;
        text-shadow: 0px 0px 30px #808080ad;
    }

    .about .details {
        font-size: 16px;
        width: 300px;
        color: #333;
        font-weight: 700;
        margin-top: 30px;
        line-height: 1.3;
    }
    .about .image {
        /* width: 300px; */
        display: flex;
        align-items: center;
        justify-content: center;
        height: 300px;
        overflow: hidden;
        /* margin-left: 15px; */
    }

    .about .image img {
        width: 100%;
        /* display: block;
        margin: auto; */
    }

    a.up {
        /* position: fixed; */
        position: sticky;
        top: 90%;
        left: 80%;
        /* bottom: 10px; */
        /* margin: 0; */
        z-index: 10000;
        background-color: #ffff;
        font-size: 15px;
        padding: 10px;
        /* overflow: hidden; */
        border-radius: 100%;
        display: inline-flex;
        /* display: none; */
        align-items: center;
        justify-content: center;
        box-shadow: 0px 0px 20px #606060b3;
    }
    a.up img {
        width: 30px;
        height: auto;
        margin: auto;
        transform: rotate(-90deg);
        filter: invert(1);
    }
    .about-bio {
        display: flex;
        flex-direction: column;
        background-color: #114084;
        gap: 30px;
    }
    .bio {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        gap: 0px;
        border: none;
        padding: 0px 0px 0px;
        outline: none;
    }
    .about-bio .bio:nth-child(2) .image, .about-bio .bio:nth-child(4) .image{
        order: 1;
    }
    .about-bio .bio:nth-child(2) .biography, .about-bio .bio:nth-child(4) .biography {
        order: 2;
    }
    .bio .image {
        height: 400px;
        overflow: hidden;
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
    .bio .image img {
        width: 100%;
    }
    
    .about-bio .bio:nth-child(2) {
        margin-bottom: 30px;
    }
    .about-bio .bio:nth-child(2) .image, .about-bio .bio:nth-child(3) .image {
        height: 300px;
    }
    .bio .biography {
        display: flex;
        flex-direction: column;
        padding-right: 0px;
        padding-left: 0px;
        border: none;
    }
    .bio .biography .info {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        color: #fff;
        align-items: center;
        padding: 30px 20px;
        margin-bottom: 0px;
        margin-left: 0px;
    }

    .bio .biography .info .title {
        font-size: 15px;
        font-weight: 700;
        padding: 0;
    }
    .bio .biography .info .info-text {
        font-size: 16px;
        /* width: 300px; */
        line-height: 1.6;
        /* border: 1px solid #fff; */
        /* margin-left: 20px; */
    }

    .expertise {
        display: flex;
        flex-direction: column;
        /* justify-content: center; */
        align-items: center;
        /* width: 100%; */
        background-color: #114084;
        padding: 50px 50px 100px;
        text-align: center;
        color: #fff;
    }
    .expertise .title{
        position: relative;
        /* display: inline-block; */
        /* border: 1px solid #fff; */
        bottom: -20px;
        text-transform: uppercase;
        background-color: #114084;
        font-size: 14px;
        padding: 10px 15px;
        letter-spacing: 3px;
    }
    .expertise .exp-det {
        /* width: 100%; */
        display: flex;
        flex-direction: column;
        gap: 80px;
        align-items: center;
        justify-content: space-around;
        padding: 50px 0px;
        border: 1px solid #ffffff4c;
    }
    .expertise .exp-det .exp-box {
        text-align: center;
        margin: 0px 30px;
    }
    .expertise .exp-det .exp-box img {
        width: 35px;
    }
    .expertise .exp-det .exp-box p {
        font-size: 16px;
        margin-top: 10px;
    }

    .articles {
        /* background-color: #2B2B2B; */
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        /* color: #00000; */
        padding: 0px 0px 50px;
    }
    .articles .title {
        text-align: left;
        color: #ae0000;
    }
    .articles .title, .testimonials .title, .press .title{
        font-size: 32px;
        font-weight: 1000;
        padding: 100px 15px 50px;
    }
    .articles .art-content {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        padding: 0px 15px;
        gap: 80px;
    }
    .articles .art-content .art-box {
        display: flex;
        /* height: 700px; */
        text-align: left;
        width: 280px;
        flex-direction: column;
    }
    .articles .art-content .art-box a.more {
        text-decoration: none;
        text-transform: capitalize;
        color: #ae0000;
        /* background-color: #3467A9; */
        border: 2px solid #ae0000;
        font-size: 14px;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        align-self: flex-start;
        margin: 3px 0px;
        padding: 5px 17px;
        height: 28px;
        overflow: hidden;
        transition: all 0.4s ease-in-out;
    }
    .articles .art-content .art-box a.more img {
        width: 30px;
    }
    .articles .art-content .art-box a.more:hover {
        /* background-color: #ae0000; */
        /* color: #fff; */
        text-decoration: none;
        transition: all 0.2s ease-in-out;
        box-shadow: 0px 0px 20px #3467a961;
        letter-spacing: 1px;
        gap: 15px;
    }
    .articles .art-content .art-box a.more:hover img {
        filter: invert(0);
    }
    .articles .art-content .art-box iframe {
        height: 100%;
    }
    .articles .art-content .art-box .year, .articles .art-content .art-box .box-title {
        font-weight: 300;
        margin-bottom: 5px;
    }
    .articles .art-content .art-box .year {
        font-size: 12px;
    }
    .articles .art-content .art-box .box-title {
        font-weight: 700;
        font-size: 15px;
    }
    .articles .art-content .art-box .art-img {
        /* width: 300px; */
        height: 180px;
        overflow: hidden;
        display: flex;
        align-items: center;
        margin: 10px 0px;
        border: 1px solid #fff;
    }
    .articles .art-content .art-box .art-img img {
        width: 100%;
        object-fit: cover;
    }
    .articles .art-content .art-box .art-text {
        font-size: 13px;
        font-weight: 400;
        line-height: 1.3;
        /* width: 300px; */
        padding: 10px 0px;
    }
    .articles .linkedin-connect {
        align-self: flex-end;
        display: flex;
        margin-top: 50px;
        background-color: #ae0000;
        /* background: linear-gradient(to right, #114084, #ffff, #ffff, #fff); */
        box-shadow: 0px 0px 10px #4d4d4d75;
    }
    .articles .linkedin-connect a {
        display: flex;
        gap: 15px;
        flex-direction: row;
        align-items: center;
        font-size: 14px;
        color: #fff;
        /* background-color: #ae0000; */
        font-weight: 1000;
        padding: 20px 0px 20px 20px;
        text-decoration: none;
        transition: all 0.4s ease-in-out;
        font-family: 'onoma', sans-serif;
    }
    .articles .linkedin-connect a:hover {
        letter-spacing: 2px;
        transition: all 0.4s ease-in-out;
    }
    .articles .linkedin-connect img {
        width: 30px;
        transform: rotate(180deg);
        filter: invert(1);
    }
    .portfolio {
        position: relative;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        /* border: 1px solid #333; */
        /* display: grid;
        grid-template-columns: repeat(2, 1fr); */
        color: #2B2B2B;
        overflow: hidden;
        gap: 80px;
        padding: 100px 20px;
    }
    .portfolio .experience {
        position: relative;
        /* flex: 1;
        width: 500px; */
    }
    .portfolio .work-experience .title, .accolades .title {
        font-size: 32px;
        font-weight: 1000;
        margin: 0px 0px 30px;
        color: #ae0000;
    }
    .portfolio .exp-details {
        font-size: 14px;
        line-height: 1.5;
    }
    .portfolio .portf-more {
        position: relative;
    }
    .portfolio .portf-more .brands {
        position: relative;
        /* width: 100%; */
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 50px;
        justify-items: center;
        align-items: center;
        box-shadow: 0px 0px 30px #8080804a;
        padding: 30px 15px;
    }
    .portfolio .portf-more .brands img {
        width: 100px;
    }
    .accolades {
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow: hidden;
        margin: 50px;
    }
    .accolades .img {
        width: 150px;
        margin-top: 10px;
        display: flex;
        justify-content: flex-start;
    }
    .accolades .img img {
        width: 100%;
        position: relative;
        margin-left: 0px;
    }
    .accolades .acc {
        font-weight: 700;
        color: #7e7e7e;
    }
    .accolades .text {
        margin-top: 40px;
        font-size: 12px;
        width: auto;
        text-align: center;
        color: #2b2b2ba1;
        line-height: 1.5;
        padding: 30px 15px;
        font-weight: 700;
    }
    .portfolio .work-experience {
        position: relative;
        display: flex;
        flex-direction: column;
        flex: 2;
    }
    .portfolio .work-experience .exp-box {
        padding-bottom: 10px;
        margin-bottom: 15px;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        border-bottom: 1px solid #ccc;
    }
    .portfolio .work-experience .exp-box:last-child {
        border-bottom: none;
    }
    .portfolio .work-experience .exp-box .location {
        font-size: 14px;
        font-weight: 700;
    }
    .portfolio .work-experience .exp-box .position {
        line-height: 1.5;
        /* padding: 8px 0px; */
        color: #4d4d4d;
        font-size: 14px;
    }
    .portfolio .work-experience .exp-box .position span {
        font-weight: 700;
    }

    /* testmonial styling */

    .testimonials {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 100px 20px 50px;
        background-color: #fff;
        /* color: #fff; */
    }
    .testimonials .title {
        text-align: left !important;
        margin-bottom: 0px;
        padding-top: 0px;
        color: #ae0000;
        padding: 0px 30px 50px 0px;
        /* width: 100%; */
    }

    .testimonials .testimonials-contents {
        /* display: grid;
        grid-template-columns: repeat(2, 1fr); */
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 100%;
        /* margin: 0px 15px; */
        gap: 80px;
    }

    .testimonials .testimonials-contents .test-box {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        height: auto;
        gap: 30px;
    }
    .testimonials .testimonials-contents .test-box .img {
        overflow: hidden;
        display: flex;
        width: 150px;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .testimonials .testimonials-contents .test-box .img img {
        width: 100%;
        object-fit: cover;
    }
    .testimonials .testimonials-contents .test-box .test-text {
        position: relative;
        display: flex;
        flex-direction: column;
    }
    .testimonials .testimonials-contents .test-box .test-head {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 10px;
    }
    .testimonials .testimonials-contents .test-box .test-head span {
        font-weight: 400;
        display: block;
    }
    .testimonials .testimonials-contents .test-box .test-det {
        font-size: 15px;
        line-height: 1.5;
    }

    .press {
        position: relative;
        background-color: #114084;
        color: #fff;
    }
    .press .title {
        text-align: left;
        padding-left: 30px;
    }
    .press .press-cont {
        /* display: grid;
        grid-template-columns: repeat(4, 1fr);
        align-items: start;
        justify-items: start; */
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: 0px 30px 50px;
        gap: 35px;
    }
    .press .press-cont .press-box {
        display: flex;
        width: auto;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        box-shadow: 0px 0px 20px #07243742;
        padding: 20px;
    }
    .press .press-cont .press-box .press-img {
        width: 100%;
        height: 140px;
        display: flex;
        align-items: center;
        overflow: hidden;
    }
    .press .press-cont .press-box img {
        width: 100%;
    }
    .press .press-cont .press-box .press-head {
        font-size: 14px;
        font-weight: 700;
        /* width: 400px; */
        margin: 5px 0px;
        line-height: 1.3;
    }
    .press .press-cont .press-box .press-text, .press .press-cont .press-box .press-desc {
        font-size: 15px;
        color: #ccc;
        /* width: 400px; */
    }
    .press .press-cont .press-box .press-desc {
        text-transform: uppercase;
        margin-bottom: 5px;
    }
    .press .press-cont .press-box .press-text {
        line-height: 1.3;
    }
    .press .press-cont .press-box .watch, .press .press-cont .press-box .play {
        margin: 10px 0px;
        text-decoration: none;
        color: #fff;
        font-size: 14px;
        font-weight: 300;
        /* padding: 15px 50px; */
        /* letter-spacing: 2px; */
        border: 1px solid #fff;
        transition: all 0.3s ease-in-out;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 5px 15px;
        height: 20px;
        overflow: hidden;
    }
    .press .press-cont .press-box .watch img {
        width: 30px;
    }
    .press .press-cont .press-box .play img {
        width: 15px;
    }
    .press .press-cont .press-box .watch:hover, .press .press-cont .press-box .play:hover {
        color: #ffffff9e;
        background-color: transparent;
        text-decoration: none;
        transition: all 0.2s ease-in-out;
        box-shadow: 0px 0px 20px #3467A9;
        /* letter-spacing: 1px; */
        gap: 15px;
    }
    /* footer styling */
    footer {
        position: relative;
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
        /* min-height: 600px; */
        /* color: #fff; */
        overflow: hidden;
        background-color: #007cc2;
        color: #fff;
    }

    footer .contact {
        position: relative;
        z-index: 25;
        /* display: grid;
        grid-template-columns: 60% 40%;
        align-items: start; */
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        /* gap: 30px; */
        margin-bottom: 0px;
    }
    footer .contact .title {
        font-size: 32px;
        text-decoration: underline;
        font-weight: 1000;
        text-transform: uppercase;
        margin-bottom: 10px;
        font-family: 'onoma', sans-serif;
    }
    footer .contact .talk-cont {
        display: block;
        padding: 30px 20px 30px;
        line-height: 1.8;
        font-size: 14px;
    }
    footer .contact .talk-cont a {
        color: #114084;
        background-color: #fff;
        padding: 3px;
    }
    footer .contact .talk-cont span {
        font-size: 14px;
        font-weight: 700;
        display: block;
        font-style: italic;
        margin-top: 10px;
    }
    footer .contact .img {
        display: flex;
        margin: auto;
        height: 220px;
        overflow: hidden;
        justify-content: center;
        align-items: center;
    }
    footer .contact .img img {
        width: 100%;
        margin: auto;
    }
    .img-footer {
        position: relative;
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
        overflow: hidden;
        /* background-color: #; */
        color: #fff;
    }
    .img-footer img {
        width: 250px;
        margin: 30px auto;
    }
    
    .img-footer .copyright {
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        z-index: 200;
        text-align: center;
        font-size: 14px;
        color: #111;
        font-weight: 700;
    }
}

/* iPad portrait view */
@media screen and (min-width: 768px) {
    .hidden-nav {
        padding: 30px;
    }
    .hidden-nav .logo {
        width: 80px;
        height: 50px;
    }
    .hidden-nav .open img {
        width: 150%;
        right: 10px;
    }
    .hero video {
        display: block;
        position: absolute;
        top: 0px;
        opacity: .6;
        bottom: 0px;
        width: 150%;
        left: 0;
        /* right: 0; */
        /* z-index: 19; */
    }
    .hero .text {
        padding: 50px;
        left: 350px;
        bottom: 0px;
        min-width: 400px;
        border: none;
        /* margin-top: 250px; */
    }
    .hero .text .heading {
        font-size: 55px;
    }
    .hero .text .sub-head {
        font-size: 18px;
    }
    .hero .text .arrow {
        bottom: 30px;
        right: 100px;
    }
    .hero .img {
        left: -170px;
    }
    .about {
        gap: 70px;
        padding: 100px 30px;
    }
    .about .text {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-self: unset;
        gap: 0px;
    }
    .about .big {
        font-size: 48px;
        /* width: 400px; */
    }
    .about .details {
        font-size: 14px;
        width: 300px;
        margin-top: 0px;
        line-height: 1.5;
    }
    .about .image {
        width: 100%;
        height: 400px;
        margin-left: 0px;
    }
    .bio .image {
        width: 600px;
        height: 700px;
        align-items: flex-start;
    }
    .bio .biography .info {
        border-top: 1px solid #ffffff6f;
    }
    .bio .biography .info .info-text {
        font-size: 16px;
        width: 100%;
        margin-left: unset;
        margin: 0px 30px;
    }
    .expertise {
        padding: 50px 50px 100px;
    }
    .expertise .exp-det {
        /* width: 100%; */
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 80px;
        padding: 50px 0px;
    }
    .expertise .exp-det .exp-box img {
        width: 40px;
    }
    .expertise .exp-det .exp-box p {
        font-size: 15px;
        margin-top: 10px;
    }
    .articles {
        padding: 50px 0px 50px;
    }
    .articles .title, .testimonials .title, .press .title {
        font-size: 28px;
        padding: 50px 30px 50px;
    }
    .articles .art-content {
        flex-direction: row;
        padding: 0px 30px;
    }
    .articles .linkedin-connect a {
        font-size: 16px;
    }
    .portfolio {
        /* align-items: center; */
        padding: 50px 20px;
        gap: 80px;
    }
    .portfolio .work-experience .title, .portfolio .accolades .title {
        font-size: 28px;
        margin: 0px 0px 30px;
    }
    .portfolio .accolades .title {
        margin: 0px 0px 20px;
    }
    .portfolio .accolades .acc-det {
        display: flex;
        flex-direction: row;
        gap: 100px;
    }
    .portfolio .portf-more .brands {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px;
        padding: 50px 30px;
        margin: 0px 100px;
    }
    .accolades .awards {
        text-align: center;
    }
    .accolades .text {
        margin-top: 0px;
        text-align: center;
    }
    .accolades .acc-det {
        display: flex;
        flex-direction: row;
        gap: 50px;
        justify-content: center;
    }
    .testimonials {
        padding: 50px 30px;
    }
    .testimonials .title {
        padding: 50px 0px;
    }
    .testimonials .testimonials-contents {
        display: grid;
        /* width: 100%; */
        width: auto;
        grid-template-columns: repeat(2, 1fr);
        gap: 50px;
    }
    .testimonials .testimonials-contents .test-box {
        gap: 20px;
    }
    .testimonials .testimonials-contents .test-box .img img {
        width: 130%;
    }
    .testimonials .testimonials-contents .test-box .img {
        width: 100px;
        height: 100px;
        position: relative;
    }
    .testimonials .testimonials-contents .test-box .test-head {
        font-size: 15px;
        line-height: 1.5;
    }
    .press .press-cont {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding: 0px 30px 50px;
        gap: 35px;
    }
    .press .press-cont .press-box .press-head {
        font-size: 14px;
    }
    .press .press-cont .press-box .press-text, .press .press-cont .press-box .press-desc {
        font-size: 14px;
    }
    a.up {
        position: sticky;
        top: 85%;
        left: 93%;
        z-index: 50;
        font-size: 15px;
        padding: 10px;
        overflow: hidden;
        display: inline-flex;
        border-radius: 100%;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 0px 20px #606060;
    }
    footer {
        padding: 50px 30px;
    }
}

@media screen and (min-width: 1024px) {
    #preloader .image {
        background-size: 20%;
    }
    .hero {
        min-height: 700px;
    }
    .hero .img {
        left: 0px;
        width: 700px;
    }
    .hero .text {
        /* position: ; */
        left: 50%;
        padding: 20px;
        z-index: 20;
    }
    .slider {
        position: relative;
        height: 800px;
        overflow: hidden;
    }
    .about .details {
        font-size: 16px;
        /* width: 400px; */
    }
    .about .image {
        height: 500px;
    }
    .expertise .exp-det {
        grid-template-columns: repeat(4, 1fr);
        gap: 50px;
    }
    .expertise .exp-det .exp-box p {
        font-size: 16px;
        margin-top: 15px;
    }
    .articles .title, .testimonials .title, .press .title {
        font-size: 32px;
    }
    .articles .art-content .art-box {
        width: 250px;
    }
    .articles .art-content .art-box .year {
        font-size: 14px;
    }
    .articles .art-content .art-box .box-title {
        font-size: 16px;
    }
    .articles .art-content .art-box .art-text {
        font-size: 14px;
        line-height: 1.5;
    }
    .articles .linkedin-connect a {
        font-size: 18px;
        letter-spacing: 1px;
    }
    .articles .linkedin-connect img {
        width: 50px;
    }
    .portfolio .work-experience .title, .portfolio .accolades .title {
        font-size: 32px;
    }
    .portfolio .work-experience .exp-box {
        padding-bottom: 15px;
        gap: 15px;
    }
    .portfolio .work-experience .exp-box .location {
        font-size: 18px;
    }
    .portfolio .work-experience .exp-box .position {
        font-size: 16px;
    }
    .portfolio .portf-more .brands {
        grid-template-columns: repeat(4, 1fr);
        gap: 30px;
        margin: 0px;
    }
    .portfolio .portf-more .brands img {
        width: 150px;
    }
    .accolades {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    .accolades .text {
        font-size: 14px;
        padding: 0px 50px;
    }
    .testimonials .testimonials-contents {
        grid-template-columns: repeat(3, 1fr);
        gap: 35px;
        margin: 0px 0px;
    }
    .testimonials .testimonials-contents .test-box .test-det {
        text-align: justify;
    }
    .press .press-cont {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
    footer {
        padding: 0px 0px 0px 20px;
    }
    footer .contact {
        display: grid;
        grid-template-columns: 50% 50%;
        align-items: center;
        padding: 0px 0px 0px 50px;
        /* flex-direction: row;
        align-items: center; */
        margin-bottom: 0;
    }
    footer .contact .img {
        width: unset;
        height: 450px;
        overflow: hidden;
    }
    footer .contact .img img {
        width: 100%;
    }
}

@media screen and (min-width: 1366px) {
    .nav {
        display: flex;
    }
    .hidden-nav {
        display: none;
    }
    .hero {
        min-height: 700px;
    }
    .hero .img {
        width: 800px;
    }
    .hero .img img {
        width: 100%;
    }
    .hero .text {
        padding: 100px;
        border: none;
        min-height: 280px;
        left: 700px;
        top: 0;
        /* height: 100%; */
        overflow: hidden;
        background-color: transparent;
    }
    .hero video {
        height: 100%;
        width: 200%;
        left: -200px;
    }
    
    .hero .text .sub-head {
        z-index: 20;
        font-size: 15px;
        margin-bottom: 20px;
    }
    .hero .text .heading {
        z-index: 20;
        font-size: 100px;
        line-height: 1;
        margin-bottom: 50px;
        margin-top: 100px;
    }
    .hero .text .arrow {
        bottom: 80px;
        right: 150px;
        transform: rotate(90deg);
        animation: 1s ease 0s infinite normal none running animate;
    }
    .hero .text .arrow img {
        width: 70px;
    }
    .slider {
        position: relative;
        width: 700px;
        height: 800px;
        overflow: hidden;
    }
    .about {
        flex-direction: row;
        padding: 100px 0px;
        justify-content: space-around;
        gap: 0px;
    }
    .about .text {
        flex-direction: column;
        align-self: flex-end;
    }
    .about .big {
        font-size: 45px;
        width: 600px;
        padding: 0px 50px 0px;
    }

    .about .details {
        font-size: 16px;
        width: 430px;
        margin-top: 30px;
    }
    .about .image {
        width: 500px;
        height: 300px;
        margin-left: 50px;
    }
    .about .image img {
        width: 100%;
    }
    .about-bio .bio {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 100px 0px 0px;
        gap: 0px;
    }
    .about-bio .bio:nth-child(2) .image, .about-bio .bio:nth-child(3) .image {
        height: 400px;
    }
    .about-bio .bio:nth-child(2) .image, .about-bio .bio:nth-child(4) .image {
        order: 2;
    }
    .about-bio .bio:nth-child(2) .biography, .about-bio .bio:nth-child(4) .biography {
        order: 1;
    }
    .about-bio .bio .image {
        width: 500px;
        height: 650px;
    }
    .about-bio .bio .image img {
        width: 100%;
    }
    .about-bio .bio .biography {
        padding-right: 0px;
        padding-left: 0px;
    }
    .bio .biography .info {
        padding: 30px 0px;
        margin-left: 0px;
    }
    .bio .biography .info .info-text {
        font-size: 16px;
        width: 600px;
    }
    .articles {
        padding: 0px 0px 100px;
    }
    .articles .title, .testimonials .title, .press .title{
        font-size: 40px;
        padding: 100px 50px 50px;
    }
    .articles .art-content {
        padding: 0px 50px;
        gap: 50px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
    .articles .art-content .art-box {
        width: unset;
    }
    .articles .linkedin-connect {
        padding-right: 10px;
    }
    .articles .linkedin-connect a {
        font-size: 18px;
    }
    .portfolio {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: end;
        gap: 80px;
        padding: 100px 50px 30px;
    }
    .portfolio .work-experience .title, .accolades .title {
        font-size: 30px;
    }
    .portfolio .exp-details {
        font-size: 14px;
    }
    .portfolio .portf-more .brands {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px;
    }
    .portfolio .portf-more .brands img {
        width: 100px;
        margin: auto;
    }
    .accolades .title {
        text-align: left;
        margin-bottom: 10px;
    }
    .accolades .acc-det {
        justify-content: flex-start;
    }
    .testimonials {
        padding: 100px 0px;
    }
    .testimonials .title {
        text-align: left !important;
        margin-bottom: 0px;
        padding-top: 0px;
        /* width: 100%; */
    }

    .testimonials .testimonials-contents {
        grid-template-columns: repeat(3, 1fr);
        margin: 0px 50px;
        gap: 35px;
    }

    .testimonials .testimonials-contents .test-box {
        display: grid;
        width: 400px;
    }
    .testimonials .testimonials-contents .test-box .test-det {
        width: 400px;
        font-size: 13px;
    }
    .press .press-cont {
        grid-template-columns: repeat(4, 1fr);
        padding: 0px 50px 50px;
        gap: 50px;
    }
    .press .press-cont .press-box {
        padding: 30px;
    }
    .press .press-cont .press-box .img img {
        width: 100%;
        /* max-height: 100px; */
    }
    .press .press-cont .press-box .press-head {
        margin: 10px 0px;
    }
    .press .press-cont .press-box .press-desc {
        font-size: 12px;
    }
    .press .press-cont .press-box .watch {
        font-weight: 300;
        text-transform: lowercase;
        padding: 7px 25px;
        letter-spacing: 2px;
        border: 1px solid #fff;
    }
    /* footer {
        padding: 0px 50px 0px;
    } */

    footer .contact {
        margin-bottom: 0px;
    }
    footer .contact .title {
        font-size: 48px;
        margin-bottom: 10px;
    }
    footer .contact .talk-cont {
        font-size: 14px;
        padding: 30px 0px;
    }
    footer .contact .talk-cont span {
        font-size: 15px;
        margin-top: 20px;
    }
}

@media screen and (min-width: 1920px) {
    .nav nav .logo {
        width: 110px;
        height: 70px;
    }
    .nav nav ul {
        margin-left: 580px;
    }
    .nav nav .socials img {
        width: 25px;
    }
    .nav nav ul a {
        font-size: 18px;
    }
    .hero {
        min-height: 900px;
    }
    .hero video {
        left: -200px;
    }
    .hero .text {
        left: 1000px;
        bottom: 50px;
    }
    .hero .text .heading {
        font-size: 150px;
    }
    .hero .text .sub-head {
        font-size: 25px;
    }
    .hero .text .arrow {
        bottom: 100px;
        right: 150px;
    }
    .hero .text .arrow img {
        width: 100px;
    }
    .slider {
        position: relative;
        height: 1000px;
        width: 1000px;
        overflow: hidden;
    }
    .about {
        justify-content: center;
        gap: 50px;
    }
    .about .text {
        flex-direction: row;
        gap: 50px;
        align-self: center;
    }
    .about .big {
        width: 600px;
    }
    .about .details {
        font-size: 18px;
        width: 450px;
        margin-top: 0px;
    }
    .about .image {
        width: 900px;
        height: 600px;
        margin-left: 0px;
    }
    .bio {
        justify-content: center;
    }
    .bio .image {
        width: 600px;
        height: 700px;
    }
    .bio .biography .info .info-text {
        font-size: 18px;
    }
    .expertise .title {
        font-size: 16px;
    }
    .expertise .exp-det .exp-box img {
        width: 50px;
    }
    .expertise .exp-det .exp-box p {
        font-size: 18px;
        margin-top: 25px;
    }
    .articles .title, .testimonials .title, .press .title {
        text-align: center;
    }
    .articles .art-content {
        justify-content: center;
        gap: 50px;
        margin: 0px 50px;
    }
    .articles .art-content .art-box .art-img {
        /* width: 300px; */
        height: 250px;
        overflow: hidden;
        display: flex;
    }
    .articles .linkedin-connect {
        align-self: center;
        margin-top: 100px;
    }
    .portfolio {
        padding: 100px;
    }
    .portfolio .work-experience .exp-box .location {
        font-size: 18px;
    }
    .portfolio .portf-more .brands {
        padding: 50px 30px;
        grid-template-columns: repeat(4, 1fr);
    }
    .accolades {
        gap: 0;
        padding: 0px 50px;
    }
    .accolades .text {
        font-size: 18px;
        line-height: 1.7;
    }
    .accolades .img {
        width: 200px;
    }
    .articles .title, .testimonials .title, .press .title {
        padding: 100px 100px;
    }
    .testimonials {
        padding: 0px 0px 100px;
    }
    .testimonials .testimonials-contents {
        grid-template-columns: repeat(4, 1fr);
        gap: 50px;
        margin: 0px 100px;
    }
    .testimonials .testimonials-contents .test-box .test-head {
        font-size: 18px;
    }
    .testimonials .testimonials-contents .test-box .test-det {
        font-size: 18px;
    }
    .press .press-cont {
        grid-template-columns: repeat(5, 1fr);
        padding: 0px 100px 100px;
    }
    .press .press-cont .press-box .press-img {
        width: 100%;
        height: 170px;
    }
    .press .press-cont .press-box .press-img img {
        width: 110%;
    }
    .press .press-cont .press-box .press-head {
        font-size: 16px;
    }
    .press .press-cont .press-box .press-desc {
        font-size: 14px;
    }
    .press .press-cont .press-box .watch {
        font-size: 15px;
    }
    footer {
        padding: 0px;
    }
    footer .contact {
        padding: 0px 0px 0px 100px;
    }
    footer .contact .title {
        font-size: 56px;
    }
    footer .contact .talk-cont {
        font-size: 18px;
    }
    footer .contact .talk-cont span {
        font-size: 18px;
        line-height: 2.0;
    }
    footer .contact .img {
        height: 600px;
    }
    footer .contact .img img {
        width: 100%;
    }
    footer .copyright {
        font-size: 20px;
    }
}

@media screen and (min-width: 2560px) {
    .nav nav ul li {
        margin: 0px 30px;
    }
    .nav nav ul a {
        font-size: 25px;
    }
    .hero .text {
        overflow: hidden;
        background: transparent;
        left: 1200px;
        height: 100%;
    }
    .slider {
        position: relative;
        height: 1200px;
        width: 1200px;
    }
    .hero video {
        left: 0px;
        bottom: 0;
        top: 0;
        width: 130%;
    }
    .hero .text .heading {
        margin-top: 50px;
    }
    .hero .text .arrow {
        bottom: 300px;
        right: 450px;
        transform: rotate(90deg);
        animation: 1s ease 0s infinite normal none running animate;
    }
    .about {
        padding: 200px 0px;
    }
    .bio .biography .info .info-text {
        font-size: 25px;
        width: 800px;
    }
    a.up img {
        width: 60px;
    }
    .expertise .title {
        font-size: 20px;
    }
    .expertise .exp-det .exp-box p {
        font-size: 22px;
        margin-top: 50px;
    }
    .articles .art-content .art-box .art-img {
        height: 300px;
    }
    .articles .art-content .art-box .art-text {
        font-size: 22px;
        line-height: 1.5;
    }
    .articles .title, .testimonials .title, .press .title {
        font-size: 70px;
        padding: 100px 50px 50px;
    }
    .articles .art-content .art-box a.more {
        font-size: 22px;
        padding: 10px 17px;
    }
    .articles .art-content .art-box a.more img {
        position: relative;
        width: 50px;
        top: 2px;
    }
    .articles .linkedin-connect a {
        font-size: 35px;
    }
    .articles .linkedin-connect img {
        width: 100px;
    }
    .portfolio .work-experience .title, .accolades .title {
        font-size: 45px;
    }
    .portfolio .work-experience .exp-box .location {
        font-size: 25px;
    }
    .portfolio .work-experience .exp-box .position {
        font-size: 22px;
    }
    .portfolio .portf-more .brands img {
        width: 150px;
        margin: auto;
    }
    .accolades {
        margin-bottom: 100px;
    }
    .accolades .text {
        font-size: 28px;
        line-height: 1.7;
    }
    .accolades .img {
        width: 300px;
    }
    .accolades .acc {
        font-size: 25px;
        margin-top: 20px;
    }
    .press .press-cont .press-box img {
        width: 320px;
    }
    .press .press-cont .press-box .press-head {
        font-size: 20px;
    }
    .press .press-cont .press-box .press-desc {
        font-size: 18px;
    }
    .press .press-cont .press-box .watch, .press .press-cont .press-box .play {
        font-size: 18px;
    }
    .press .press-cont .press-box .watch {
        font-size: 18px;
    }
    .testimonials {
        padding: 0px 50px 100px;
    }
    .testimonials .testimonials-contents {
        gap: 100px;
        margin: 0px 50px;
    }
    .testimonials .testimonials-contents .test-box {
        display: grid;
        width: 500px;
    }
    .testimonials .testimonials-contents .test-box .test-head {
        font-size: 22px;
    }
    .testimonials .testimonials-contents .test-box .test-det {
        font-size: 22px;
        width: 100%;
    }
    footer .contact .title {
        font-size: 70px;
    }
    footer .contact .talk-cont {
        font-size: 25px;
    }
    footer .contact .talk-cont span {
        font-size: 25px;
        line-height: 2.0;
    }
    footer .contact .img {
        height: 800px;
    }
    .img-footer img {
        width: 500px;
        margin: 100px auto;
    }
    .img-footer .copyright {
        bottom: 50px;
        font-size: 30px;
    }
}


@media screen and (min-width: 3840px) {
    .nav nav .logo {
        width: 150px;
        height: 130px;
    }
    .nav nav .logo img {
        width: 170%;
    }
    .nav nav ul {
        margin-left: 1100px;
    }
    .hero {
        min-height: 1200px;
    }
    .slider {
        position: relative;
        height: 1500px;
        width: 1650px;
    }
    .hero .text {
        left: 1700px;
    }
    .hero video {
        top: 0px;
        opacity: .4;
        bottom: -200px;
        width: 100%;
        left: -100px;
    }
    .articles .art-content {
        gap: 100px;
        grid-template-columns: repeat(5, 1fr);
    }
    .articles .art-content .art-box .art-img {
        height: 400px;
    }
    .press .press-cont .press-box .press-img {
        width: 100%;
        height: 350px;
    }
    .testimonials .testimonials-contents {
        grid-template-columns: repeat(6, 1fr);
        gap: 100px;
        margin: 100px 50px;
    }
    .testimonials .testimonials-contents .test-box .test-head {
        font-size: 30px;
    }
    .testimonials .testimonials-contents .test-box .test-det {
        font-size: 28px;
    }
    footer .contact .talk-cont {
        font-size: 35px;
    }
    footer .contact .talk-cont span {
        font-size: 35px;
    }
    footer .contact .title {
        font-size: 90px;
    }
    footer .contact .img {
        height: 1300px;
    }
}