@font-face {
    font-family: arial-bold;
    src: url(../fonts/fonts/Arial-Bold.ttf);
}

@font-face {
    font-family: Lato-Black;
    src: url(../fonts/fonts/Lato-Bold.ttf);
}

@font-face {
    font-family: avenir-bold;
    src: url(../fonts/Metropolis/Metropolis-ExtraBold.otf);
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}

html::before {
    content: ' ';
    display: block;
    background: url(../images/banner.png) no-repeat center center;
    background-position: center; 
    background-size: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: -10; 
}

body {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #ffffff;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    font-weight: 600;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    padding: 0;
    list-style: none;
}

p {
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: justify;
}

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

.text_white {
    color: #fff;
}

.padding_0 {
    padding: 0;
}

.bg {
      background-color: #fff;
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    background-image: url(../images/GEMI-7-png\ copy.png);
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.dark_preloader .double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -5.0s;
    animation-delay: -5.0s;
}

@-webkit-keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {

    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.section_padding {
    padding: 80px 0;
}

.section_heading {
    padding-bottom: 60px;
}

.section_heading h2 {
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
    color: rgb(255, 255, 255);
    margin-top: 5px;
    margin-bottom: 10px;
}

.section_heading h2 span {
    color: #ffffff;
    font-weight: 600;
}

.dark_bg .section_heading h2 {
    color: #fff;
}

.dark_bg .section_heading p {
    color: #fff;
}

/* ----------------------------------------------------------------
    [  Start Header nav bar]
-----------------------------------------------------------------*/
.navbar-default {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    width: 100%;
    padding: 20px 0;
    background: #fff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.navbar-brand p {
    font-size: 32px;
    font-weight: 800;
    text-transform: capitalize;
    color: #fff;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #fff;
}

.menu-top {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0
}

.menu-top1 {
    background: rgb(0, 0, 0) none repeat scroll 0 0
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #fff;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: transparent;
}

.mobile-nav {
    display: none;
}

.navbar-default.menu-shrink {
    background-color: #000000;
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    padding: 10px 0;
    width: 100%;
    animation: fadeInDown 1s both 0.2s;
}

.navbar-default.dark_bg_menu.menu-shrink {
    background-color: #f89d36;
    box-shadow: 0 1px 20px rgba(255, 255, 255, 0.2);
    padding: 10px 0;
    width: 100%;
    animation: fadeInDown 1s both 0.2s;
}

.navbar-default.dark_bg_menu.menu-shrink li a {
    color: #fff !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.navbar-default.menu-shrink .navbar-brand p {
    color: #fff;
}

.navbar-default.menu-shrink li a {
    color: rgb(255, 255, 255);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.navbar-default.menu-shrink li a:hover {
    color: rgb(123, 123, 123) !important
}

.navbar-default.menu-shrink .navbar-nav>.active>a,
.navbar-default.menu-shrink .navbar-nav>.active>a:hover,
.navbar-default.menu-shrink .navbar-nav>.active>a:focus {
    color: #fff !important;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    background: #fff none repeat scroll 0 0
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #fff
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff
}

/* ----------------------------------------------------------------
     [ End Header ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [  Start Banner ]
-----------------------------------------------------------------*/
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.main_banner {
    height: 850px;
}

.main_banner2 {
    height: 850px;
}

.banner_content {
    margin-top: 180px;
}

.banner_content strong {
    text-transform: capitalize;
    color: #fff;
    font-size: 50px;
    font-weight: 800;
}

.banner_content h1 {
    color: #fff;
    font-size: 90px;
    font-weight: 900;
    text-transform: capitalize;
}

.banner_content h1 span .fw_600 {
    font-weight: 800;
}

.banner_content h1 span .fw_300 {
    font-weight: 800;
}

.banner_content p {
    color: #fff;
}

.banner-btn {
    margin-top: 40px;
}

.banner_btn {
    color: #fff;
    font-size: 15px;
    margin-top: 30px;
    text-transform: capitalize;
    padding: 12px 30px;
    letter-spacing: 0.5px;
    font-weight: 600;
    background: transparent;
    border-radius: 10px;
    line-height: 10px;
    border: 1px solid #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out 0s;
}

.banner_btn:hover {
    background-color: #ffffff;
    color: #000000;
}

.banner_content .banner_btn {
    margin-right: 15px;
}

/* ----------------------------------------------------------------
    [ End Banner ]
-----------------------------------------------------------------*/





/* ----------------------------------------------------------------
    [ Start Works ]
-----------------------------------------------------------------*/
.work_filter ul {
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
}

.work_filter ul li {
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    cursor: pointer;
    font-size: 15px;
    padding: 7px 25px;
    color: #ffffff;
    letter-spacing: 1px;
    margin: 0 5px 20px;
    transition: all 0.5s ease-in-out;
}

.dark_bg .work_filter ul li {
    border: 1px solid #fbfbfb;
    color: #fff;
}

.work_filter ul li:hover {
    border: 1px dotted #484848;
    background: #393939;
    color: rgb(255, 255, 255);
}

.work_filter .active {
    color: rgb(255, 255, 255);
    border-color: rgb(0, 0, 0);
    background: #393939;
}

.work_content_area .item-img {
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: all .4s;
    transition: all .4s;
    width: 100%;
}

.work_content_area .item-img:hover {
    -webkit-box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.1);
}

.work_content_area .item-img:hover .item-img-overlay {
    visibility: visible;
    opacity: 1;
    visibility: visible;
    animation-name: fadeInRight;
}

.overlay-info {
    margin-top: 50px;
}

.work_content_area .item-img-overlay {
    position: absolute;
    background: rgba(132, 132, 132, 0.83);
    height: 100%;
    width: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    transition: opacity .3s ease-in-out;
    z-index: 1;
    overflow: hidden;
}

.work_content_area .item-img-overlay .icon {
    position: absolute;
    right: 155px;
    bottom: 110px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 25px;
    color: #fff;
}

/* ----------------------------------------------------------------
    [ End Works ]
-----------------------------------------------------------------*/



.navbar-brand {
    float: left;
    padding: 0px 0px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

.navbar-default.menu-shrink img {
    background: url(../images/GEMI-7-png.png);
}


.giga {
    font-size: 90px;
    font-family: Lato-Black;
    margin-bottom: 0.33em;
}

.c4 {
    width: 71.33%;
    text-align: justify;
    font-size: 14px;
}

.logo-banner {
    display: flex;
    justify-content: center;
    width: 22%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-bottom: 10px;
}

.banner-con {
    position: absolute;
    top: 61%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner-con p {
    text-align: center;
    letter-spacing: 7px;
    font-weight: lighter;
    display: block;
    margin: 0;
    background: linear-gradient(to top, #bd6273 50%, #fff 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.man {
    position: fixed;
    z-index: 1;
    width: 15.5%;
    top: 11%;
    left: 42%;
}

.man2 {
    display: none;
}

.port-title {
    z-index: 10;
    text-align: center;
    font-size: 55px;
    font-family: arial-bold;
    position: relative;
}

.port-title2 {
    z-index: 10;
    font-size: 55px !important;
    font-family: arial-bold;
    position: relative;
}

.port-text {
    text-align: left;
    font-family: serif;
    font-style: italic;
    font-weight: normal;
    font-size: 1.1em;
}

@keyframes slidingstep1 {
    0% {
        left: -100px;
        opacity: 0;
    }

    5% {
        left: -75px;
        opacity: 0.2;
    }

    10% {
        left: -50px;
        opacity: 0.4;
    }

    15% {
        left: -25px;
        opacity: 0.6;
    }

    20% {
        left: 0px;
        opacity: 1;
    }

    100% {
        left: 0px;
        opacity: 1;
    }
}

#slide1 {
    animation-name: slidingstep1;
    animation-duration: 15s;
    animation-direction: normal;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

#slide2 {
    animation-name: slidingstep1;
    animation-duration: 18s;
    animation-direction: normal;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

.blog-text {
    text-align: left;
    font-weight: normal;
    font-size: 1em;
    padding: 10px 23px;
}

.blog-text-2 {
    text-align: left;
    font-weight: normal;
    font-size: 0.9em;
    font-family: monospace, monospace;
}

hr.line {
    border-top: 1px solid rgb(255, 255, 255);
    width: 50%;
    margin: auto;
}

.space {
    padding: 80px;
}

a.animated-link:hover .text-line,
a.overlay-link:hover .text-line {
    width: 2rem;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.overlay-info>span>span {
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    color: #000;
}

.overlay-info .project-description {
    font-size: 1.2rem;
    opacity: 0.7;
    text-transform: none;
    font-weight: 300;
    font-style: italic;
}

/* Overlay */
.overlay-info {
    background: rgba(255, 255, 255, 0.5);
}

.overlay-info>span>span {
    text-align: center;
    vertical-align: center;
}

.overlay-fade-img-scale-out .overlay-info .overlay-info {
    opacity: 1;
}

.post-media .mejs-container.mejs-audio .mejs-controls .mejs-play,
.post-media .mejs-container.mejs-audio .mejs-controls .mejs-pause {
    border-radius: 0;
}

.post-media .mejs-container.mejs-audio .mejs-controls {
    border-radius: 0;
}

.masonry-set-dimensions .post-media:hover .post-content {
    background: rgba(0, 0, 0, 0.8);
}

.masonry-set-dimensions .post-media:hover .post-content h2 a {
    color: #fdeb74;
}

.masonry-set-dimensions .post-media:hover .post-author a:hover {
    opacity: 0.5;
}

.thumbnail-classic-figure {
    display: block;
}

.thumbnail-classic-figure img {
    width: 100%;
}

.thumbnail-classic {
    position: relative;
    overflow: hidden;
}

@media (max-width: 575.98px) {
    .thumbnail-classic {
        max-height: 80vw;
    }
}

.desktop:not([data-x-mode='true']) .thumbnail-classic:hover .thumbnail-classic-caption {
    opacity: 1;
}

.desktop:not([data-x-mode='true']) .thumbnail-classic .thumbnail-classic-caption {
    opacity: 0;
}

.thumbnail-classic-figure {
    display: block;
}

.thumbnail-classic-figure img {
    width: 100%;
}

.thumbnail-classic-caption {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 25px;
    background: rgba(0, 0, 0, 0.68);
    pointer-events: none;
    transition: all 0.3s ease-in-out;
}

.thumbnail-classic-caption::before {
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    left: 17px;
    right: 17px;
    bottom: 15px;
    background-size: 100% 1px, 100% 1px, 1px 100%, 1px 100%;
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    background-repeat: no-repeat;
}

.thumbnail-classic-title {
    font-weight: 700;
    letter-spacing: .025em;
}

.thumbnail-classic-time {
    font-family: "Source Code Pro", Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    position: relative;
    text-transform: uppercase;
    margin-top: 16px;
}

.thumbnail-classic-time::before {
    content: '';
    position: absolute;
    display: block;
    height: 2px;
    width: 36px;
    background-color: #6c6c6c;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
}

.dropdown:hover .dropdown-content {
    display: block;
}


/** @section Thumbnails */
.figure-light figcaption {
    padding-top: 10px;
    color: #cdcdcd;
}

.thumbnail-classic {
    position: relative;
    overflow: hidden;
}

@media (max-width: 575.98px) {
    .thumbnail-classic {
        max-height: 80vw;
    }
}

.desktop:not([data-x-mode='true']) .thumbnail-classic:hover .thumbnail-classic-caption {
    opacity: 1;
}

.desktop:not([data-x-mode='true']) .thumbnail-classic .thumbnail-classic-caption {
    opacity: 0;
}

.thumbnail-classic-figure {
    display: block;
}

.thumbnail-classic-figure img {
    width: 100%;
}

.thumbnail-classic-caption {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 25px;
    background: rgba(0, 0, 0, 0.68);
    pointer-events: none;
    transition: all 0.3s ease-in-out;
}

.thumbnail-classic-caption::before {
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    left: 17px;
    right: 17px;
    bottom: 15px;
    background-size: 100% 1px, 100% 1px, 1px 100%, 1px 100%;
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    background-repeat: no-repeat;
}

.thumbnail-classic-title {
    font-weight: 700;
    letter-spacing: .025em;
}

.thumbnail-classic-time {
    font-family: "Source Code Pro", Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    position: relative;
    text-transform: uppercase;
    margin-top: 16px;
}

.thumbnail-classic-time::before {
    content: '';
    position: absolute;
    display: block;
    height: 2px;
    width: 36px;
    background-color: #6c6c6c;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
}

.thumbnail-modern {
    position: relative;
}

.thumbnail-modern-figure img {
    width: 100%;
}

.thumbnail-modern-caption {
    position: absolute;
    top: 26px;
    left: 24px;
    right: 25px;
    bottom: 29px;
    background-color: rgba(0, 0, 0, 0.39);
    transition: all 0.3s ease-in-out;
}

.desktop:not([data-x-mode='true']) .thumbnail-modern-caption {
    background-color: transparent;
}

.desktop:not([data-x-mode='true']) .thumbnail-modern-caption>*:not(.thumbnail-modern-price-wrap) {
    opacity: 0;
    visibility: hidden;
}

.thumbnail-modern-wrap {
    text-align: center;
}

@media (max-width: 575.98px) {
    .thumbnail-modern-wrap {
        margin-left: auto;
        margin-right: auto;
        max-width: 420px;
    }
}

.thumbnail-modern-wrap:hover .thumbnail-modern-caption {
    background-color: rgba(0, 0, 0, 0.39);
}

.thumbnail-modern-wrap:hover .thumbnail-modern-caption>*:not(.thumbnail-modern-price-wrap) {
    opacity: 1;
    visibility: visible;
}

.thumbnail-modern-price-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #ffffff;
    padding: 6px 16px;
    display: flex;
    color: #151515;
    letter-spacing: .02em;
}

.thumbnail-modern-price-wrap li+li {
    margin-left: 12px;
}

.thumbnail-modern-icon {
    font-size: 22px;
    color: #ffffff;
}

.thumbnail-modern-icon:hover {
    color: #4ac4cf;
}

.thumbnail-modern-icon[class*='like'] {
    position: absolute;
    top: 22px;
    right: 21px;
}

.thumbnail-modern-icon-list {
    display: flex;
    justify-content: center;
    margin-left: -30px;
}

.thumbnail-modern-icon-list>* {
    margin-left: 30px;
}

.thumbnail-modern-icon-list li {
    position: relative;
}

.thumbnail-modern-icon-list li+li::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -15px;
    width: 1px;
    height: 22px;
    background-color: #ffffff;
}

.thumbnail-modern-buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.thumbnail-modern-buttons .button {
    margin-top: 16px;
    padding: 15px 19px;
}

.thumbnail-modern-title {
    font-weight: 700;
    margin-top: 13px;
}

.recent-slider .thumbnail {
    min-height: 5rem;
}

.overlay-fade-img-scale-in .project-title {
    margin-bottom: 0;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}








.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 500;
}

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

.noscroll {
    overflow: hidden;
}

.overlay {
    position: fixed;
    overflow-y: scroll;
    inset: 0;
}

[aria-hidden="true"] {
    display: none;
}

[aria-hidden="false"] {
    display: block;
}


.popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    width: 80%;
    position: relative;
    transition: all 5s ease-in-out;
}

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

.popup .close:hover {
    color: #000000;
}

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

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

    .popup {
        width: 100%;
    }
}

.border {
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.282);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.529);
}

.recent {
    position: relative;
    z-index: 1000;
}


/* imghvr-zoom-out-flip-horiz
   ----------------------------- */
.imghvr-zoom-out-flip-horiz {
    -webkit-perspective: 50em;
    perspective: 50em;
}

.imghvr-zoom-out-flip-horiz figcaption {
    opacity: 0;
    -webkit-transform: rotateX(90deg) translateY(-100%) scale(0.5);
    transform: rotateX(90deg) translateY(-100%) scale(0.5);
}

.imghvr-zoom-out-flip-horiz:hover>img,
.imghvr-zoom-out-flip-horiz.hover>img {
    -webkit-transform: rotateX(-100deg) translateY(50%) scale(0.5);
    transform: rotateX(-100deg) translateY(50%) scale(0.5);
    opacity: 0;
    transition-delay: 0;
}

.imghvr-zoom-out-flip-horiz:hover figcaption,
.imghvr-zoom-out-flip-horiz.hover figcaption {
    -webkit-transform: rotateX(0) translateY(0%) scale(1);
    transform: rotateX(0) translateY(0%) scale(1);
    opacity: 1;
    transition-delay: 0.35s;
}

.jquery-background-video-wrapper {
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}


.aliens {
    color: #eef;
    font-size: 3vw;
    text-align: center;
}

.aliens>* {
    animation: turn 5s ease-in;
    display: inline-block;
    font-weight: 30px;
    letter-spacing: 1.5vw;
    text-shadow: 0 0 .5rem #def;
    text-transform: uppercase;
    transform: scaleY(1);
}


.aliens1 {
    color: #eef;
    font-size: 2.6vw;
    text-align: center;
}

.aliens1>* {
    animation: turn 5s ease-in;
    display: inline-block;
    font-weight: 30px;
    letter-spacing: 1.5vw;
    text-shadow: 0 0 .5rem #def;
    text-transform: uppercase;
    transform: scaleY(1);
}

/* hr {
    margin-bottom: 19px;
    border: 0;
    border-top: 2px solid #eee;
    width: 10%;
    display: inline-table;
} */

.about-font p {
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    font-size: 15px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: justify;
}


/********************************************************
	15. Partner Start
*******************************************************/

.agy-partner-wrapper {
    padding: 0px 0 10px;
    background-color: #fff;
    background-size: cover;
    background-position: center;
}

.agy-partners-container img {
    max-height: 124px;
}

.agy-partners-container img:hover {
    opacity: 1;
}

.agy-partners-container img:hover,
.agy-partners-container img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


.image-container {
    background-size: cover;
    background-position: center center;
    position: relative;
    background-attachment: fixed;
    text-align: center;
}

.sub-image {
    z-index: 1;
    width: 100%;
}

.sub-image img {
    margin: 0px 0px 30px 0px;
}

.content {
    z-index: 100;
    text-align: center;
    font-family: 'Lato-Black';
    font-size: 18px;
    color: black;
    margin-bottom: 180px;
    margin-top: 248px;
}

.empty {
    padding: 1.5rem;
    text-align: center;
    color: rgb(255, 255, 255);
    border-radius: .5rem;
    font-size: 3rem;
    text-transform: capitalize;
    font-weight: 800;
}

footer {
    width: 100%;
    position: relative;
    bottom: 0;
    background-image: url(../images/banner1.png);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(25px);
    color: #fff;
    padding: 80px 0 30px;
    font-size: 13px;
    line-height: 20px;
}

footer .row {
    width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

footer .col {
    flex-basis: 25%;
    padding: 10px;
}

footer .col:nth-child(2),
.col:nth-child(3) {
    flex-basis: 15%;
}

footer .logo {
    width: 40%;
    margin-top: -30px
}

footer .col h3 {
    width: fit-content;
    margin-bottom: 40px;
    position: relative;
}

footer .col p {
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: initial;
}

.email-id {
    width: fit-content;
    border-bottom: 0.1px solid #ffffff61;
    margin: 20px 0;
}

footer .col ul li {
    list-style: none;
    margin-bottom: 12px;
}

footer .col ul a {
    text-decoration: none;
    color: #fff;
}


footer .col h5 a {
    text-decoration: none;
    color: #fff;
}

footer .col p a {
    text-decoration: none;
    color: #fff;
}

footer .col form {
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
}

footer .col form .fa-regular {
    font-size: 18px;
    margin-right: 10px;
}

footer .col form input {
    width: 100%;
    background: transparent;
    color: #ccc;
    border: 0;
    outline: none;
}

footer .col form button {
    background: transparent;
    border: 0;
    outline: none;
    cursor: pointer;
}

footer .col form button .fa-solid {
    font-size: 16px;
    color: #ccc;
}

.social-icons .fa-brands {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    font-size: 15px;
    color: #000;
    background: #fff;
    margin-right: 10px;
    cursor: pointer;
}

footer hr {
    width: 90%;
    border: 0;
    border-bottom: 1px solid #ccc;
    margin: 20px auto;
}

.copyright {
    text-align: center;
    font-size: 13px;
}


.name {
    font-family: avenir-bold;
    font-weight: 800;
    font-size: 35px;
    margin-bottom: 25px;
    padding: 0px;
    line-height: 27pt;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.details {
    font-family: avenir-bold;
    font-weight: 500;
    font-size: 20px;
    width: 85%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;

}

.portfolio-btn {
    text-align: center;
    width: 80% ;
}

.vid {
    width: 1100px;
    height: 600px;
}

.hide {
    display: block !important;
}

@media only screen and (min-width: 1200px) {
     .hide {
        display: none !important;
    }
}


@media only screen and (min-width: 992px) {
    .hide {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    
    .man {
        position: fixed;
        z-index: 1;
        width: 15.5%;
        top: 11%;
        left: 42%;
    }
    
    .logo-banner {
        display: flex;
        justify-content: center;
        width: 22%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin-bottom: 10px;
    }
    
    .banner-con {
        position: absolute;
        top: 61%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    .man2-mobile {
        display: none;
    }
    .main_banner {
    height: 550px;
}
.main_banner2 {
    height: 580px;
    text-align: center;
}
.giga {
       text-align: center;
}
.c4 {
    width: 100%;
}
.port-title {
    font-size: 40px;
}
/*#recent.section_padding {*/
/*        padding: 5px 0;*/
/*    }*/
    p {
    font-size: 16px;
}
.aliens1 {
    color: #eef;
    font-size: 10vw;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
     .show {
        display: block;
    }
    .non {
        display: none;
    }
/*#Clients.section_padding {*/
/*    padding: 0px 0px 40px;*/
/*}*/
}


@media only screen and (max-width: 600px) {
  .man {
    width: 35%;
    top: 25%;
    left: 33%;
}

.logo-banner {
    width: 40%;
    top: 50%;
    left: 50%;
}

.banner-con {
    width: 100%;
    top: 61%;
    left: 50%;
    transform: translate(-50%, -50%);
}  
}