@font-face {
    font-family: appleSemibold;
    src: url(fonts/apple/SF-Pro-Display-Semibold.otf);
}

@font-face {
    font-family: appleBold;
    src: url(fonts/apple/SF-Pro-Display-Bold.otf);
}

@font-face {
    font-family: appleHeavy;
    src: url(fonts/apple/SF-Pro-Display-Heavy.otf);
}

@font-face {
    font-family: appleLight;
    src: url(fonts/apple/SF-Pro-Text-Light.otf);
}

@font-face {
    font-family: appleMedium;
    src: url(fonts/apple/SF-Pro-Display-Medium.otf);
}

@font-face {
    font-family: appleRegular;
    src: url(fonts/apple/SF-Pro-Display-Regular.otf
);
}

model-viewer {
    width: 98vw;
    height: 92vh;
}

.owl-carousel .owl-video-tn {
    min-height: 685px;
}

html {
    width: 100%;
    /* overflow-x: hidden; */
    transition: overflow 1s;
}

html.active {
    overflow: hidden;
    transition: overflow 1s;
}

body {
    margin: 0px;
    padding: 0px;
    height: 2000px;
    background-color: #eeeeee;
    user-select: none;
    /* overflow-x: hidden; */
}

.inputTxtError {
    border-color: red !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.background {
    background-image: url("images/hero.png");
    height: 100vh;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.hero-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.partner-projects {
    background-image: url("images/Partner_Projects/partner_hero.png");
    background-size: cover;
    background-position: center;
}

.event-projects {
    background-image: url("images/Events/events_hero.jpg");
    background-size: cover;
    background-position: center;
}

.research-projects {
    background-image: url("images/R&D/r&d_hero.jpg");
    background-size: cover;
    background-position: center;
}

.training-projects {
    background-image: url("images/Training/training_hero.jpg");
    background-size: cover;
    background-position: center;
}

.hidden-content {
    visibility: visible;
}

.hidden-content.active {
    visibility: hidden;
}

.headset {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 30px;
    opacity: 0;
}

h2 {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font-family: 'appleHeavy';
    font-size: 36px;
}

h4 {
    font-family: 'appleLight', sans-serif;
}

p {
    font-family: 'appleLight', sans-serif;
    letter-spacing: 0.2px;
    color: rgb(194, 194, 194);
    line-height: 26px;
}


/* Owl Carousel CSS */


/* #owl-demo .item img{
    display: block;
    width: auto;
    height: 100%;
}

.owl-carousel {
    z-index: 0 !important;
}

.owl-theme .owl-dots {
    position: absolute;
    left: 0;
    margin-top: -30px !important;
}

.owl-theme .owl-dots .owl-dot span {
    width: inherit;
    height: inherit;
    padding: 40px 40px;
    background-size: cover !important;
    background-position: left !important;
    margin: 0px !important;
    border-radius: 500px !important;
}

#induction {
    background-image: url(images/induction.jpg) !important;
}

#induction2 {
    background-image: url(images/induction2.jpg) !important;
}

.owl-theme .owl-dots .owl-dot {
    outline: none;
    margin-left: 10px;
    border: 5px solid #bbbbbb;
    border-radius: 500px !important;
    box-shadow: 1px 1px 120px 0 rgba(124, 13, 13, 0.3);
}

.owl-theme .owl-dots .owl-dot:focus {
    border: 5px solid #FFFFFF;
    padding: 0px;
    border-radius: 500px !important;
} */

.induction {
    background-image: url(images/induction.jpg);
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 6px;
    box-shadow: 1px 1px 120px 0 rgba(82, 81, 81, 0.2);
}

.induction2 {
    background-image: url(images/induction2.jpg);
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 6px;
    box-shadow: 1px 1px 120px 0 rgba(82, 81, 81, 0.2);
}

.navbar {
    position: fixed;
    /* margin-top: 20px; */
    margin-right: 20px;
    height: 100px;
    width: 100%;
    /* max-width: 1000px;*/
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    transition: .3s;
    z-index: 1000;
}

.white {
    background: rgba(255, 255, 255, 1);
    /* height: 100px; */
    box-shadow: 1px 1px 120px rgba(218, 211, 211, 0);
    z-index: 9999;
    transition: background 2s;
    z-index: 1000;
}

.white.active {
    background: rgb(0, 0, 0);
    transition: background 0.2s;
}

.logo {
    position: relative;
    float: left;
    margin: 20px;
    padding: 30px;
    width: 200px;
    transition: background 1s;
}

.logoimg,
.logoimgwhite {
    position: absolute;
    width: 200px;
    height: auto;
    top: 20px;
    opacity: 0;
    transition: opacity 0.4s;
}

.logoimg.active {
    opacity: 1;
    transition: opacity 0.4s;
}

.logoimgwhite.active {
    opacity: 1;
    transition: opacity 0.4s;
}

.nav-menu {
    position: relative;
    float: right;
    display: block;
    margin-top: 20px;
    /* animation: fadein 2s; */
}

.work {
    margin-top: -30px;
}

.nav-item .active {
    opacity: 1 !important;
}

a {
    text-decoration: none;
    color: black;
}

.nav-item {
    padding: 15px;
    padding-right: 40px;
    font-size: 18px;
    font-family: 'appleBold';
    font-weight: bold;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(223, 221, 221, 0.144);
    color: black;
    letter-spacing: 0.2px;
    display: inline-block;
}

.nav-item a {
    opacity: 0.3;
}


/* Hamburger menu style */

.ham-menu {
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 30px 45px;
    cursor: pointer;
}

.one,
.two,
.three {
    content: '';
    background: #000000;
    height: 2px;
    position: absolute;
}

.one {
    width: 30px;
    top: 20px;
    transition: 0.5s;
    border-radius: 20px;
}

.two {
    width: 20px;
    top: 30px;
    right: 10px;
    border-radius: 20px;
    transition: 0.5s;
}

.three {
    width: 12px;
    top: 40px;
    right: 25px;
    border-radius: 20px;
    transition: 0.5s;
}


/* .one {
    width: 30px;
    top: 24px;
    transition: 0.5s;
}

.two {
    width: 30px;
    top: 30px;
    left: 45px;
    transition: 0.5s;
}

.three {
    width: 16px;
    top: 36px;
    right: 15px;
    transition: 0.5s;
} */

.one.active {
    width: 26px;
    top: 31px;
    background: #ffffff;
    border-radius: 0px;
    transform: rotate(50deg) skew(-35deg);
    transition: 0.5s;
}

.two.active {
    width: 14px;
    top: 36px;
    left: 46px;
    background: #ffffff;
    border-radius: 0px;
    transform: rotate(-50deg) skew(35deg);
    transition: 0.5s;
}

.three.active {
    width: 5px;
    top: 23px;
    right: 22px;
    background: #ffffff;
    border-radius: 0px;
    transform: rotate(-50deg) skew(45deg);
    transition: 0.5s;
}

.three::after {
    right: 3px;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    transform: skew(-45deg);
    background: transparent;
    transition: 0.5s;
    z-index: -2;
}

.open,
.close {
    position: absolute;
    top: 22px;
    right: 20px;
    font-family: 'tallFont';
    font-size: 20px;
    color: #ffffff;
}

.close {
    opacity: 0;
    transition: opacity 0.4s;
}

.open {
    opacity: 0;
    transition: opacity 0.4s;
}

.open.active {
    opacity: 1;
    transition: opacity 0.4s;
}

.close.active {
    opacity: 1;
    transition: opacity 0.4s;
}

.ham-menu img {
    width: 30px;
}


/* Full menu style */

.full-menu {
    background-color: #000000;
    position: fixed;
    height: 0;
    width: 100%;
    z-index: 1000;
    transition: height 0.7s ease-in-out;
}

.full-menu.active {
    height: 100%;
    transition: height 0.7s ease-in-out;
}

.nav-wrapper {
    width: 100%;
    position: relative;
    height: 100%;
    margin: 0 auto;
    max-width: 1000px;
    padding: 200px 0px;
    pointer-events: none;
}

.nav-primary,
.nav-secondary {
    width: 50%;
    height: 100%;
    pointer-events: none;
    cursor: default;
}

.nav-primary {
    float: left;
    opacity: 0;
    transition: opacity 0.4s;
}

.nav-primary ul li {
    margin: 30px 30px;
    list-style: none;
}

.nav-primary a {
    color: rgb(134, 132, 132);
    font-family: 'appleBold';
    font-size: 40px;
    letter-spacing: 0.6px;
    transition: color 0.4s;
    transition: font-size 0.4s;
}

.nav-primary.active {
    cursor: pointer;
    pointer-events: all;
    opacity: 1;
    transition: opacity 3s;
}

.nav-primary a:hover {
    color: #ffffff;
    font-size: 50px;
    transition: color 0.4s;
    transition: font-size 0.4s;
}

.nav-secondary {
    float: right;
    border-left: 1px solid #201919;
    box-sizing: border-box;
    height: 340px;
    letter-spacing: 0.6px;
    opacity: 0;
    transition: opacity 0.4s;
}

.nav-secondary.active {
    cursor: pointer;
    pointer-events: all;
    opacity: 1;
    transition: opacity 3s;
}

.nav-secondary ul li {
    margin: 20px 50px;
    list-style: none;
}

.nav-secondary a {
    color: rgb(134, 132, 132);
    font-family: 'appleBold';
    font-size: 40px;
    letter-spacing: 0.6px;
    transition: color 0.4s;
    transition: font-size 0.4s;
}

.nav-secondary a:hover {
    color: #ffffff;
    font-size: 50px;
    transition: color 0.4s;
    transition: font-size 0.4s;
}

.nav-secondary img {
    width: 30px;
    height: 30px;
    margin-top: 30px;
}

.description {
    left: 28%;
    position: absolute;
    top: 43%;
    width: 100%;
    max-width: 900px;
    line-height: 1.42857143;
    font-family: 'gothamLight';
    font-size: 24px;
    text-transform: initial;
    animation: fadein 3s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.work-section {
    height: auto;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 40px;
    /* background-color: aquamarine; */
}


/* Work Container Light */

.work-container {
    max-width: 1080px;
    margin: 0 auto;
    /* background-color: bisque; */
}

.projects .last-project {
    margin-bottom: 0px;
}

.work-image {
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 6px;
    box-shadow: 1px 1px 120px 0 rgba(82, 81, 81, 0.2);
}

.work-description {
    height: 300px;
    position: relative;
    z-index: 1;
    pointer-events: none;
}

.common-project {
    /* height: 900px;
    margin-top: 100px;
    margin-bottom: 0px; */
    height: 900px;
    margin-top: 40px;
    margin-bottom: 0px;
}

.partner-project {
    height: 700px;
}

.description-card {
    float: right;
    display: block;
    padding: 50px;
    width: 400px;
    border-radius: 6px;
    background-color: #ffffff;
    margin-top: -120px;
    margin-right: -40px;
    box-shadow: 1px 1px 120px 0 rgba(0, 0, 0, .14);
}

.description-card h3,
.device-description-card h3 {
    font-family: 'appleHeavy';
    font-size: 28px;
    margin-top: 0px;
    letter-spacing: 1px;
}

.description-card p,
.device-description-card p {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 0px;
}

.description-card a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    text-align: justify;
    color: #6676ca;
    font-family: 'GothamLight';
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
}

.company-logo {
    width: auto;
    height: 75px;
    margin-bottom: 20px;
}

.birla-image {
    background-image: url(images/induction.jpg);
}

.hindalco-image {
    background-image: url(images/hindalco.jpg);
}

.elmach-image {
    background-image: url(images/elmach1.png);
}

.isro-terrain-image {
    background-image: url(images/isro_experience.jpg);
}

.isro-mars-image {
    background-image: url(images/isro_mars.jpg);
}


/* Work Container Dark */

.dark {
    background: #161515;
    padding-top: 1px;
}

.dark h3 {
    color: #ffffff;
}

.dark p {
    color: #c9c2c2;
}

.dark .owl-thumb-item:focus img {
    box-shadow: 12px 16px 80px rgba(0, 0, 0, 1);
    transition: 0.4s;
    /* border: 4px solid #FFFFFF; */
}


/* Devices Styles */

.devices-section {
    /* margin-top: 140px; */
    width: 100%;
    background-color: #f8f8f8;
    /* background-image: linear-gradient(120deg, #fee140, #fa709a); */
    min-height: 300px;
    padding: 40px 0px;
}

.devices-container {
    max-width: 1080px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.devices-title {
    margin-bottom: 30px;
    font-weight: 100;
}

.devices-wrapper {
    /* border: 2px black solid;
    border-radius: 10px; */
    box-sizing: border-box;
}

.device-description-card {
    display: block;
    padding: 50px;
    width: 30%;
    border-radius: 6px;
    background-color: #FFFFFF;
    /* box-shadow: 1px 1px 120px 0 rgba(0, 0, 0, .14); */
}

.devices-hero {
    width: 100%;
    background-color: #FFFFFF;
}

.card-left {
    float: left;
}

.card-right {
    float: right;
}

.device-description-card img {
    width: 80px;
}

.devices-spacer {
    width: 60px;
    height: 1px;
    background: #b4b4b4;
    margin-top: 0px;
    margin-bottom: 20px;
}

.device-image {
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    width: 60%;
    display: block;
    margin-bottom: 30px;
}

.device-image-equal {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 450px;
    width: 100%;
    display: block;
    border-radius: 6px;
    box-sizing: border-box;
    transition: box-shadow 0.6s;
    /* box-shadow: 1px 1px 120px 0 rgba(0, 0, 0, .14); */
}

.device-image-equal:hover {
    box-shadow: 1px 1px 120px 0 rgba(0, 0, 0, .14);
    transition: box-shadow 0.6s;
}

.parent-left {
    position: relative;
    padding: 20px 10px 20px 20px;
    box-sizing: border-box;
    height: 450px;
    width: 50%;
}

.content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 160px;
    text-align: center;
    background: black;
    padding: 20px 10px;
    color: white;
    font-family: 'appleRegular', sans-serif;
    letter-spacing: 6px;
    margin-bottom: 0px;
    margin-bottom: -20px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    display: block;
    opacity: 0;
    transition: opacity .5s;
    text-transform: uppercase;
}

.devices-hero,
.devices-small-container {
    background: transparent;
    border-radius: 6px;
    position: relative;
    box-sizing: border-box;
    height: 450px;
    width: 100%;
    margin-bottom: 20px;
}

.devices-small-container {
    height: 200px;
}

.devices-small {
    display: inline-block;
    box-sizing: border-box;
    height: 200px;
    width: 33.08%;
    position: relative;
}

.devices-small .device-image-equal {
    height: 200px;
}

.devices-hero .content,
.devices-small .content {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 6px;
    box-sizing: border-box;
    margin-left: 0;
    margin-bottom: 0px;
    line-height: 25px;
    opacity: 0;
}

.devices-hero:hover .content,
.devices-small:hover .content {
    opacity: 1;
    transition: opacity .5s;
}

.parent-left:hover .content {
    opacity: 1;
    transition: opacity .5s;
}

.parent-right:hover .content {
    opacity: 1;
    transition: opacity .5s;
}

.right-content {
    margin-left: auto !important;
    margin-right: 0;
    width: 360px;
    right: 0;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 0px !important;
}

.parent-right {
    position: relative;
    padding: 20px 20px 20px 10px;
    box-sizing: border-box;
    height: 450px;
    width: 50%;
}

.device-vive {
    background-image: url(images/Devices/devices_vive.jpg);
}

.device-vive-pro {
    background-image: url(images/Devices/devices_vive_pro.jpg);
}

.device-oculus-go {
    background-image: url(images/Devices/devices_oculus_go.jpg);
}

.device-oculus-rift {
    background-image: url(images/Devices/devices_oculus_rift.jpg);
}

.device-hololens {
    background-image: url(images/Devices/devices_hololens.jpg);
}

.device-arcore {
    background-image: url(images/Devices/devices_arcore.jpg);
}

.device-arkit {
    background-image: url(images/Devices/devices_arkit.jpg);
}

.device-vuforia {
    background-image: url(images/Devices/devices_arkit.jpg);
}

.clearfix {
    clear: both;
}

.device-right-padding {
    padding-right: 10px;
}

.devices-holder {
    width: 100%;
    display: block;
}

.device {
    width: 24%;
    display: inline-block;
    text-align: center;
    font-family: 'gothamBook', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.device img {
    width: 150px;
    margin: 5px;
    margin-left: 0px;
}

.devices-logo {
    background: #ffffff;
    height: 120px;
    border-radius: 6px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 1px 120px 0 rgba(87, 83, 83, 0.2);
}

.devices-logo ul {
    display: flex;
    justify-content: center;
}

.devices-logo ul li {
    list-style: none;
    display: inline-block;
}

.devices-logo ul li a img {
    width: auto;
    height: 50px;
    margin-right: 30px;
}


/*About Section*/

.about-section-bg {
    background: #000000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
    display: none;
}

.about-section,
.about-section-wrapper {
    height: 380px;
    width: 100%;
    background: black;
    transition: all 1s ease-in-out;
}

.about-section.active {
    z-index: 10000;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transition: all 1s ease-in-out;
}

.about-us-more {
    font-size: 60px !important;
    margin-left: 40px;
    margin-top: 0px;
    color: #ffffff;
    cursor: pointer;
    transition: 0.4s;
}

.about-us-more:hover {
    cursor: pointer;
    background: linear-gradient(to right, #f6d365, #fda085);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.4s;
}

.hero-title {
    font-size: 2.5em;
    padding-top: 150px;
    font-family: 'appleMedium', sans-serif;
    padding-left: 40px;
    text-align: center;
    line-height: 1.2;
    width: 1000px;
    margin: 0 auto;
}

.hero-title br {
    display: none;
}

.large-title {
    font-family: 'appleBold', sans-serif;
    font-size: 60px;
    max-width: 1080px;
    margin: 0 auto;
    margin-bottom: 0px;
}

.partner-subtitle {
    font-family: 'appleMedium', sans-serif;
    color: #757575;
    text-align: center;
    font-size: 22px;
    max-width: 1000px;
    padding: 20px 20px 20px 20px;
    line-height: 30px;
    margin: 0 auto;
}

.test {
    background: red;
    height: 300px;
    width: 100%;
}

.hyperlink {
    color: rgb(99, 99, 99);
    text-decoration: none;
    transition: all 0.3s;
}

.dark-hyperlink {
    color: #c9c2c2;
}

.hyperlink:hover {
    color: rgb(33, 192, 255);
    transition: all 0.3s;
}

.view-more-hyperlink {
    color: rgb(0, 183, 255);
    text-decoration: none;
    padding-bottom: 4px;
    margin-top: 20px;
    text-align: center;
    font-family: 'appleLight', sans-serif;
    font-size: 20px;
    transition: all 0.3s;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.view-more-hyperlink:hover {
    border-bottom: 1px solid rgb(0, 183, 255);
    transition: all 0.3s;
}

.view-more-hyperlink-events {
    color: rgb(0, 183, 255);
    text-decoration: none;
    padding-bottom: 4px;
    margin-top: 50px;
    font-family: 'appleLight', sans-serif;
    font-size: 20px;
    position: relative;
    transition: all 0.3s;
    transform: translate(-50%);
}

.view-more-hyperlink-events:hover {
    border-bottom: 1px solid rgb(0, 183, 255);
    transition: all 0.3s;
}


/* .hyperlink {
    color: #2DA345;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s;
}

.hyperlink:hover {
    color: rgb(69, 194, 94);
    border-bottom: 1px dashed rgb(69, 194, 94);
    transition: all 0.3s;
} */


/* Contact Section Style */

.clear {
    clear: both;
    line-height: 0;
}

.contact-section {
    background-image: white;
    width: 100%;
    /* margin-top: 140px; */
    /* background-color: red; */
}

.contact-container {
    width: 100%;
    /* height: 100vh; */
    /* background-color: whitesmoke; */
    padding: 40px 0px 40px 0px;
}

.contact-title {
    top: 100px;
    left: 100px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.contact-wrapper {
    max-width: 1080px;
    /* background: linear-gradient(180deg, #58ADE7 60%, #F5F5F5 40%); */
    /* background: #44A6F6; */
    width: 100%;
    min-height: 500px;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
    padding: 0px 30px 120px 30px;
    box-sizing: border-box;
    height: 80%;
    display: flex;
}

.info-holder {
    /* float: left;
    width: 35%; */
    min-height: 300px;
    background: rgb(48, 48, 48);
    box-sizing: border-box;
    border-radius: 8px 0px 0px 8px;
    box-shadow: 3px 3px 120px rgba(0, 0, 0, 0.1);
    padding: 60px 40px;
    /* height: 100%; */
}

.email-holder,
.phone-holder {
    clear: both;
    padding-top: 30px;
    display: flex;
}

.address-holder {
    display: flex;
}

.icon {
    float: left;
    width: 10%;
}

.icon img {
    width: 20px;
    float: left;
}

.address,
.email,
.phone {
    float: left;
    width: 90%;
}

.address p,
.email p,
.phone p {
    color: white;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.6px;
    opacity: 0.8;
    float: left;
    margin-top: -8px;
    margin-left: 20px;
    margin-bottom: 0px;
}

.contact-form-holder {
    /* float: left; */
    width: 65%;
    min-height: 300px;
    background: white;
    box-sizing: border-box;
    border-radius: 0px 8px 8px 0px;
    box-shadow: 1px 1px 120px rgba(0, 0, 0, 0.2);
    height: 100%;
}

.contact-form {
    /* display: inline-block; */
    display: block;
    /* float: right; */
    padding: 30px 30px;
    /* width: 90%; */
    width: auto;
}

.form-title {
    text-align: left;
    font-family: 'gothamLight', sans-serif;
    font-size: 26px;
    width: 80%;
    float: left;
    box-sizing: border-box;
}

.form-title h4 {
    margin: 20px;
}

.large-icon {
    width: 20%;
    float: left;
    box-sizing: border-box;
}

.large-icon img {
    width: 60px;
}

.form-card {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
    height: 650px;
    background-color: whitesmoke;
    top: 150px;
    border-radius: 8px;
    box-shadow: 1px 1px 120px 0 rgba(168, 167, 167, 0.479);
}

.contact-linkedin {
    width: 40px;
    height: auto;
    margin-left: 90px;
    margin-top: 30px;
    filter: grayscale(100%);
    transition: 0.3s;
}

.contact-linkedin:hover {
    filter: grayscale(0%);
    box-shadow: 2px 2px 120px 0 rgba(0, 0, 0, 0.8);
    transition: 0.3s;
}


/* Contact LinkedIn Button Styles */

.framed #frame #body {
    width: 100px !important;
}


/* form{
    position: relative;
    display: inline-block;
    padding-top: 50px;
    padding-right: 80px;
    padding-left: 50px;
    max-width: 400px;
    margin: 0 auto;
} */

input {
    width: 90%;
    margin: 20px 0;
    outline: none;
    background: rgba(0, 0, 0, 0);
    border: none;
    border-bottom: 1px solid black;
}

.ip {
    margin: 10px 30px 0px 30px;
    border-bottom: rgb(204, 204, 204) 1px solid;
    font-family: 'appleBold', sans-serif;
    padding: 0px 0px 10px 0px;
    letter-spacing: 1px;
    font-size: 20px;
}

label {
    clear: both;
    display: block;
    margin: 30px 30px 0px 30px;
    font-family: 'appleMedium', sans-serif;
    font-size: 14px;
    color: rgb(216, 216, 216);
}


/* #msg{
    margin-top: 80px;
} */

::-webkit-input-placeholder {
    font-size: 15px;
    font-family: gothamLight;
    margin-top: -20px;
}

.submit {
    display: block;
    width: 120px;
    text-align: center;
    border-radius: 30px;
    padding: 12px 8px;
    border: 1px solid rgb(48, 48, 48);
    text-transform: uppercase;
    background: #ffffff;
    color: #000000;
    font-size: 17px;
    letter-spacing: 1px;
    text-decoration: none;
    font-family: 'appleHeavy', sans-serif;
    margin: 60px 10px 30px 30px;
    /* float: right; */
    cursor: pointer;
    transition: background 0.4s;
}

.submit:hover {
    background: #000000;
    color: #FFFFFF;
    transition: background 0.4s;
}

button img {
    width: 26px;
}


/* .button{
    max-width: 100px;
    margin: 0 auto;
    padding-top: 50px;
}

button{
    background: none;
    width: 100px;
    font-size: 15px;
    width: 100px;
    height: 45px;
    border: 2px solid black;
    border-radius: 6px;
    outline: none;
    overflow: hidden;
    transition: .2s;
    box-shadow: 1px 1px 120px 0 rgba(209, 206, 206, 0.479);
}

button:focus{
    outline: none;
}


button:hover{
    background: rgba(0,0,0,.5);
    cursor: pointer;
    color: white;
} */


/* About Section Style */

.quote-start {
    background-image: url(images/quote-start.png);
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    position: absolute;
    background-size: contain;
    left: 0;
    margin-left: -40px;
    margin-top: -20px;
}

.quote-end {
    background-image: url(images/quote-end.png);
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    position: absolute;
    background-size: contain;
    right: 0;
    margin-left: 10px;
    margin-bottom: -20px;
}

.about-container {
    box-sizing: border-box;
    max-width: 1080px;
    height: 100%;
    margin: 0 auto;
    padding: 40px 0px 40px 0px;
}

.about-heading,
.work-heading {
    margin: 0 auto;
    text-align: center;
    display: block;
    font-family: 'tallFont', sans-serif;
    color: #268ED7;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.work-heading {
    color: black;
}

.about-title,
.work-title {
    margin: 10px 0px 10px 0px;
    text-align: center;
    display: block;
}

.black-headline-button {
    color: rgb(0, 183, 255);
    text-decoration: none;
    padding-bottom: 4px;
    font-family: 'appleLight', sans-serif;
    font-size: 20px;
    transition: all 0.3s;
    margin-left: 50px;
    display: inline;
    cursor: pointer;
}

.black-headline-button:hover {
    border-bottom: 1px solid rgb(82, 206, 255);
    transition: all 0.3s;
}


/* .black-headline-button:hover::after {
    content: ' ';
    display: block;
    width: 380px;
    height: 1px;
    margin-left: 50px;
    border-bottom: 1px solid rgb(82, 206, 255);
    color: rgb(82, 206, 255);
    padding-bottom: 4px;
    transition: all 0.3s;
    cursor: pointer;
} */

.work-title {
    color: black;
    margin: 10px auto;
}

.about-description {
    position: relative;
    margin: 0px 0px 20px 0px;
    text-align: left;
    display: block;
    font-family: 'appleSemibold', sans-serif;
    font-weight: 700;
    color: white;
    font-size: 32px;
    padding-left: 50px;
    padding-right: 50px;
    line-height: 50px;
}

.team-wrapper {
    display: flex;
    width: auto;
    padding: 50px 30px;
}

.team-member-card {
    width: 33.33%;
    box-sizing: border-box;
    height: 450px;
    background: rgb(69, 57, 194);
    border-radius: 8px;
    transition: box-shadow 0.4s;
}

.team-card-spacing {
    margin-right: 40px;
}

.team-member-card:hover {
    box-shadow: 20px 20px 300px rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.4s;
}

.team-member-image {
    height: 80%;
    width: auto;
    background: url(images/team-member.jpg);
    background-size: cover;
    background-position: top;
    border-radius: 8px 8px 0px 0px;
}

.team-member-name-holder {
    height: 20%;
    box-sizing: border-box;
    padding: 20px;
}

.team-member-name-holder h2 {
    text-align: center;
    display: block;
    font-family: 'tallFont', sans-serif;
    color: rgb(165, 180, 229);
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 100;
    margin-bottom: 8px;
}

.team-member-name-holder p {
    margin: 0;
    text-align: center;
    display: block;
    font-family: 'tallFont', sans-serif;
    color: rgb(152, 146, 216);
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 100;
}


/* Footer Styles */


/* footer {
    background: #F9FAFD;
    display: flex;
    padding: 30px 30px 0px 30px;
    width: 100%;
    box-sizing: border-box;
}

.footer-first {
    width: 20%;
    box-sizing: border-box;
    margin-top: 20px;
}

.footer-first img {
    width: 160px;
    height: auto;
}

.footer-second {
    width: 65%;
    box-sizing: border-box;
    background-image: url(images/make_in_india_logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.footer-second p {
    color: #ffffff;
    display: block;
    font-family: 'appleHeavy', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 100;
    margin-bottom: 0px;
    text-align: center;
    word-spacing: 1px;
    padding-left: 20px;
    margin-top: 20px;
}

.footer-second p img {
    width: 22px;
    vertical-align: middle;
}

.footer-third {
    width: 15%;
    box-sizing: border-box;
}

.footer-third a,
.footer-first p {
    display: block;
    font-family: 'appleLight', sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 100;
    color: rgb(185, 185, 185);
    padding-bottom: 30px;
    margin-bottom: 0px;
} */

footer {
    /* background: #161616; */
    background: #0e0e0e;
    display: flex;
    padding: 15px 30px 15px 30px;
    width: 100%;
    box-sizing: border-box;
}

.footer-first {
    width: 20%;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}

.footer-first img {
    width: 60%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
}

.footer-second {
    width: 60%;
    box-sizing: border-box;
    position: relative;
}

.footer-second img {
    width: 20%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footer-first a {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 55%);
    z-index: 10;
}

.footer-second p {
    text-align: center;
    cursor: pointer;
    color: rgb(33, 192, 255);
    font-size: 20px;
}

.footer-third {
    width: 20%;
    box-sizing: border-box;
}

.footer-third a,
.footer-first a {
    width: 100%;
    display: block;
    font-family: 'appleLight', sans-serif;
    font-size: 14px;
    letter-spacing: 1.2px;
    font-weight: 100;
    color: rgb(99, 102, 109);
    padding-bottom: 10px;
    transition: all 0.4s;
}

.footer-third .footer-no-block {
    display: inline-block;
}

.footer-third .footer-left-space {
    /* padding-left: 30px; */
}

.footer-third a:hover,
.footer-second a:hover {
    color: #b9b2b2;
    transition: all 0.4s;
}

.footer-third p {
    display: block;
    font-family: 'appleSemibold', sans-serif;
    font-size: 18px;
    letter-spacing: 1.2px;
    color: rgb(215, 218, 224);
    padding-bottom: 10px;
    margin-bottom: 0px;
}

.footer-anchor {
    color: rgb(33, 192, 255);
    width: 30px;
    height: 30px;
}


/* Owl carousel styles */

.item {
    overflow: hidden;
}

.image {
    width: 100% !important;
    height: 450px !important;
    position: relative;
    object-fit: cover;
    border-radius: 6px;
    overflow: hidden;
}

canvas {
    width: 100% !important;
    height: auto !important;
}

.owl-thumb-item {
    padding: 0;
    width: 32%;
    background: transparent;
    outline: none;
    /* border: 4px solid rgb(134, 134, 134); */
    /* margin-left: 12px; */
    border-radius: 6px;
    height: 240px;
    margin-top: 20px;
    padding: 10px 10px;
    box-sizing: border-box;
    border: 0px;
    /* opacity: 0.4; */
    transition: 0.4s;
    /* box-shadow: 1px 1px 120px 0 rgba(124, 13, 13, 0.4); */
}

.owl-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    /* border: 4px solid #000000; */
    box-sizing: border-box;
    outline: none;
    border: 0px;
}

.owl-thumb-item img:focus {
    /* border: 4px solid #195388; */
    opacity: 1;
}

.owl-thumb-item:focus img,
.owl-thumb-item.active img {
    box-shadow: 12px 16px 80px rgba(0, 0, 0, 0.6);
    transition: 0.4s;
    /* border: 4px solid #FFFFFF; */
}

.owl-thumb-item.active {
    width: 34%;
}

.owl-thumb-item:focus {
    opacity: 1;
    width: 34%;
    height: 240px;
}

.owl-thumbs {
    position: absolute;
    /* margin-top: -40px; */
}

.project-title {
    font-family: 'appleMedium', sans-serif;
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center
}

.project-description {
    font-family: 'appleRegular';
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 30px;
    text-align: center;
    color: rgb(117, 117, 117);
    padding-left: 30px;
    padding-right: 30px;
}


/* Overlay Styles */

.overlay {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0000007c;
    z-index: 10001;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
}

.overlay.active {
    opacity: 1;
    pointer-events: all;
    transition: all 0.3s;
}

.overlay-form-wrapper {
    background: #0E0E0E;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10001;
    padding: 40px 40px;
    border-radius: 4px;
    box-shadow: 4px 4px 30px #0000002c;
    max-width: 450px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
}

.overlay-form-wrapper.active {
    opacity: 1;
    pointer-events: all;
    transition: all 0.3s;
}

.overlay-form-wrapper h4 {
    font-family: 'appleBold', sans-serif;
    text-align: left;
    font-size: 32px;
    margin-top: 0px;
    margin-bottom: 20px;
    color: rgb(240, 235, 235);
}

.overlay-form-wrapper input[type=text],
.overlay-form-wrapper input[type=email],
.overlay-form-wrapper textarea {
    outline: 0;
    padding: 20px 16px;
    border: 1px solid rgb(240, 235, 235);
    margin-bottom: 0px;
    width: 100%;
    box-sizing: border-box;
    color: rgb(240, 235, 235);
    letter-spacing: 1px;
    font-size: 16px;
}

.overlay-form-wrapper textarea {
    margin-top: 20px;
    background: transparent;
    height: 61px;
    resize: none;
}

.overlay-form-wrapper input[type=text]::placeholder,
.overlay-form-wrapper input[type=email]::placeholder,
.overlay-form-wrapper textarea::placeholder {
    font-family: 'appleLight', sans-serif;
    letter-spacing: 1px;
    font-size: 16px;
    color: rgb(104, 97, 97);
}

.overlay-form-wrapper input[type=button] {
    outline: 0;
    padding: 20px 16px;
    background: rgb(0, 183, 255);
    text-transform: uppercase;
    margin-bottom: 0px;
    width: 100%;
    font-family: 'appleBold', sans-serif;
    box-sizing: border-box;
    color: #0E0E0E;
    letter-spacing: 1px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 20px;
    transition: all 0.3s;
}

.overlay-form-wrapper input[type=button]:hover {
    background: rgb(56, 199, 255);
    transition: all 0.3s;
}

.overlay-form-wrapper input[type=button]:disabled {
    background: gray;
    color: #ffffff;
    cursor: not-allowed;
}

.overlay-form-wrapper input[type=file] {
    display: none;
}

.file-upload-button {
    text-align: center;
    outline: 0;
    display: inline-block;
    padding: 20px 16px;
    background: rgb(26, 25, 25);
    text-transform: uppercase;
    margin-bottom: 0px;
    width: 100%;
    margin-left: 0px;
    font-family: 'appleBold', sans-serif;
    box-sizing: border-box;
    color: #d1cccc;
    letter-spacing: 1px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
}

.file-upload-button:hover {
    background: rgb(37, 36, 36);
    transition: all 0.3s;
}

.material-circular-progress {
    opacity: 0;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 20px;
}

.status-text {
    color: white;
    font-family: 'appleLight', sans-serif;
    text-align: center;
    margin-bottom: 0px;
}


/* Form Received Styles */

.form-received {
    opacity: 0;
    background: #352e2e !important;
    box-sizing: border-box;
    transition: all 0.3s;
}

.form-received.active {
    opacity: 1;
    transition: all 0.3s;
}

.form-received .img-container {
    width: 24%;
    height: 100%;
    display: inline-block;
    box-sizing: border-box;
    float: left;
    display: flex;
    justify-content: center;
    align-content: center;
}

.form-received .img-container img {
    width: 100%;
    height: 100%;
}

.form-received .content-container {
    display: inline-block;
    width: 76%;
    box-sizing: border-box;
    padding-left: 20px;
    float: left;
    display: flex;
    justify-content: center;
    align-content: center;
}

.form-received .content-container h4 {
    margin-bottom: 0px;
}


/* Tooltip Styles */

.tooltip {
    position: relative;
}

.tooltipText {
    opacity: 0;
    position: absolute;
    right: -300px;
    top: -20px;
    width: 200px;
    text-transform: initial;
    font-family: 'appleLight', sans-serif;
    background: #ffffff;
    padding: 20px;
    color: black;
    border-radius: 3px;
    text-align: left;
    line-height: 24px;
    transition: all 0.3s;
}

.tooltipText::after {
    content: ' ';
    width: 10px;
    height: 10px;
    background: #ffffff;
    transform: rotate(45deg);
    position: absolute;
    left: -5px;
    top: 50%;
}

.tooltip:hover .tooltipText {
    opacity: 1;
    transition: all 0.3s;
}


/* Scroll Bar CSS */

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #cacaca;
}

::-webkit-scrollbar-thumb {
    background: #adadad;
}

::-webkit-scrollbar-thumb:hover {
    background: #868686;
}


/* Events Page - Timeline Section */

.timeline-section {
    padding-top: 80px;
    padding-bottom: 80px;
    height: auto;
    width: 100%;
}

.timeline-container {
    margin: 0 auto;
    max-width: 1080px;
    height: 100%;
    position: relative;
}

.timeline-container::after {
    content: ' ';
    display: block;
    background: rgb(0, 183, 255);
    width: 2px;
    height: 200px;
    position: absolute;
    left: 50px;
}

.last::after {
    background: transparent;
    height: 0px;
}

.timeline-card {
    height: auto;
    position: relative;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 20px 20px 120px #0000000a;
}

.timeline-date-card {
    position: absolute;
    width: auto;
    height: auto;
    background: rgb(0, 183, 255);
    top: -20px;
    left: 20px;
    z-index: 20;
    padding: 10px 20px;
    border-radius: 40px;
    border: 0;
}

.timeline-date-card p {
    margin: 0;
    color: #ffffff;
    font-family: 'appleLight', sans-serif;
}

.timeline-header-image-wrapper {
    height: auto;
    overflow: hidden;
}

.timeline-content-wrapper {
    padding: 30px 30px;
}

.timeline-logo-wrapper {
    width: 400px;
    height: auto;
}

.timeline-logo-wrapper img {
    width: 100%;
    height: auto;
}

.timeline-content h3 {
    font-family: 'appleMedium', sans-serif;
    font-size: 22px;
}

.timeline-content p {
    color: #959595;
}

.timeline-card-dark {
    height: auto;
    position: relative;
    background: #161515;
    border-radius: 6px;
    box-shadow: 20px 20px 120px #0000000a;
}

.timeline-content-dark h3 {
    color: #ffffff;
    font-family: 'appleMedium', sans-serif;
    font-size: 22px;
}


/* 360 JS */


/* #info {
    position: absolute;
    top: 0px; width: 100%;
    color: #ffffff;
    padding: 5px;
    font-family:Monospace;
    font-size:13px;
    font-weight: bold;
    text-align:center;
} */

.down-mouse {
    visibility: hidden;
    width: 20px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%);
}

.degree_360_button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #00b7ff;
    outline: 0;
    border: 0;
    padding: 14px 30px;
    font-family: 'appleMedium', sans-serif;
    font-size: 1em;
    text-transform: uppercase;
    color: #ffffff;
    box-shadow: 4px 4px 40px #0000002d;
    display: none;
}

.fullContainer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1001;
    position: fixed;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
}

.fullContainer.active {
    opacity: 1;
    transition: all 0.3s;
    pointer-events: all;
}

.exit_360_degree {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 2%;
    background: #161515;
    outline: 0;
    border: 0;
    padding: 14px 30px;
    font-family: 'appleMedium', sans-serif;
    font-size: 1em;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 60px;
    box-shadow: 4px 4px 40px #0000002d;
}

.dark em {
    color: #ffffff;
    font-size: .8em;
    letter-spacing: 0.5px;
}

em {
    color: #000000;
    font-size: .8em;
    letter-spacing: 0.5px;
}

@media screen and (max-width: 1280px) {
    .large-title {
        font-family: 'appleBold', sans-serif;
        font-size: 40px;
        max-width: 1080px;
        margin: 0 auto;
        margin-bottom: 0px;
        line-height: 1;
    }
}

@media screen and (max-width: 1080px) {
    .show-mobile-menu {
        display: block !important;
    }
    .description-card {
        margin-right: 0px;
    }
    .nav-menu {
        width: 100%;
        margin-top: 0px;
        display: none;
    }
    .nav-item {
        display: block;
        background: white;
        margin-top: 0px;
        padding: 30px;
    }
    .nav-item:hover {
        background: rgb(235, 231, 231);
    }
    .ham-menu {
        display: inline-block;
        cursor: pointer;
    }
    .logo {
        margin-bottom: 0px;
    }
    .white {
        background: white;
    }
}

@media screen and (max-width: 900px) {
    .common-project {
        height: 800px;
    }
    .contact-wrapper {
        display: block;
    }
    .info-holder {
        width: 100%;
        border-radius: 8px 8px 0px 0px;
    }
    .contact-form-holder {
        width: 100%;
        border-radius: 0px 0px 8px 8px;
    }
    .owl-thumb-item {
        height: 120px;
    }
    .image {
        border-radius: 0px;
    }
}

@media screen and (max-width: 520px) {
    .description-card {
        float: none;
        width: auto;
        border-radius: 0px;
        margin-right: 0px;
    }
    .submit {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
        margin: 30px 0px 0px 0px;
    }
    .common-project {
        height: 850px;
    }
}

@media screen and (max-width: 700px) {
    .device {
        width: 48%;
    }
    .background {
        background-size: cover;
        background-position: right;
        /* height: 55vh; */
    }
    .hero-title {
        display: block;
        font-size: 20px;
        line-height: 30px;
        padding: 20px 40px;
        text-align: center;
        width: auto;
    }
    .large-title {
        font-family: 'appleBold', sans-serif;
        font-size: 50px;
        max-width: 1080px;
        margin: 0 auto;
        margin-bottom: 0px;
        line-height: 1;
    }
    .contact-wrapper {
        padding: 0px 30px 60px 30px;
    }
    .team-wrapper {
        display: block;
        padding-top: 20px;
    }
    .team-member-card {
        width: 100%;
        margin-top: 30px;
    }
    .about-title,
    .work-title {
        padding-left: 0px;
        padding-right: 30px;
    }
    .about-description {
        padding-right: 30px;
        padding-left: 30px;
        font-size: 24px;
        line-height: 30px;
    }
    footer {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .footer-first,
    .footer-second,
    .footer-third {
        width: 100%;
    }
    .footer-second {
        order: -2;
        padding-bottom: 30px;
        height: 100px;
    }
}

@media screen and (max-width: 430px) {
    /* body{
        overflow-x: hidden;
    } */
    .down-mouse {
        visibility: visible;
        opacity: 0.4;
    }
    .nav-wrapper {
        padding: 100px 0px;
    }
    .nav-primary,
    .nav-secondary {
        width: 100%;
    }
    .nav-secondary::before {
        content: '';
        border-top: 1px solid #ffffff;
        width: 1px;
        display: block;
        padding: 0px 50px;
        margin: 20px 50px;
    }
    .nav-primary ul li,
    .nav-secondary ul li {
        padding: 0;
        margin: 10px;
    }
    .nav-primary a,
    .nav-secondary a {
        font-family: 'appleBold', sans-serif;
        font-size: 34px;
        padding: 0;
        margin: 0;
    }
    .nav-secondary img {
        width: 60px;
        height: 60px;
    }
    .device {
        width: 100%;
    }
    .devices-section {
        margin-top: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .work-section {
        padding-bottom: 0px;
        padding-top: 0px;
    }
    .hero-title {
        padding: 130px 30px 0px 30px;
        font-size: 28px;
        line-height: 1.4;
        text-align: center;
    }
    .description-card {
        float: none;
        width: auto;
        padding: 20px 30px;
        border-radius: 0px;
        margin-right: 0px;
    }
    .background {
        background-position: bottom;
    }
    .research-projects {
        background-position-x: 74%;
    }
    .partner-projects {
        background-position-x: 86%;
    }
    .event-projects {
        background-position-x: 3%;
    }
    .view-more-hyperlink {
        position: relative;
        display: block;
        text-align: center;
        margin-top: 0;
        width: 100%;
        left: 0;
        transform: translate(0);
        font-size: 20px;
        padding: 20px 0px 20px 0px;
    }
    /* Projects */
    .common-project {
        margin-top: 0px;
        height: auto;
    }
    .work-image {
        height: auto;
    }
    .image {
        height: 160px !important;
    }
    .project-title {
        font-size: 24px;
        margin-top: 0px;
        padding-top: 40px;
        margin-bottom: 10px;
    }
    .project-description {
        font-size: 18px;
        padding: 20px;
        text-align: left;
        line-height: 1.3;
    }
    .owl-thumbs {
        position: relative;
        padding-bottom: 20px;
    }
    .owl-thumb-item:focus {
        opacity: 1;
        width: 34%;
        height: 120px;
    }
    .owl-thumb-item:focus img,
    .owl-thumb-item.active img {
        box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.2);
        transition: 0.4s;
    }
    /* Contact Form */
    .contact-wrapper {
        padding: 0px 20px 0px 20px !important;
    }
    .devices-hero,
    .device-image-equal {
        height: 250px;
    }
    .devices-small {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
    .device-right-padding {
        padding-right: 0px;
    }
    .devices-small-container {
        height: auto;
    }
    .content {
        opacity: 1 !important;
        font-size: 8px;
        padding: 4px 4px;
        width: 120px;
    }
    .right-content {
        left: 0 !important;
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 6px;
        box-sizing: border-box;
        margin-left: 0;
        margin-bottom: 0px;
        line-height: 25px;
    }
    .devices-logo {
        display: block;
        height: auto;
        padding: 40px 40px 0px 40px;
    }
    .devices-logo ul {
        display: block;
        padding-left: 0px;
        margin: 0px;
    }
    .devices-logo ul li {
        display: block;
        margin: 0 auto;
    }
    .devices-logo ul li a {
        display: flex;
        padding-bottom: 40px;
    }
    .devices-logo ul li a img {
        margin: 0 auto;
    }
    /* .owl-thumbs {
        position: absolute;
        bottom: 140px;
        right: 0;
        margin-top: 0px !important;
    } */
    .contact-container {
        padding-bottom: 0px;
        padding-top: 0px;
    }
    /* Footer Styles */
    footer {
        background: #201d1d;
    }
    .footer-first {
        margin-bottom: 20px;
    }
    .footer-first img {
        position: relative;
    }
    .footer-second {
        margin-bottom: 20px;
    }
    .footer-second img {
        width: 40%;
    }
    /* Events Page Styles */
    .hero-content {
        width: 90%;
    }
    .hero-content h1 {
        font-size: 30px;
        padding: 0px;
    }
    .partner-subtitle {
        font-size: 22px;
        padding: 10px 20px 20px 20px;
    }
    .timeline-section {
        padding: 40px 0px;
    }
    .timeline-card,
    .timeline-card-dark {
        border-radius: 0px;
    }
    .timeline-header-image-wrapper {
        height: auto;
    }
    .timeline-logo-wrapper {
        width: 100%;
    }
    .timeline-content h3,
    .timeline-content-dark h3 {
        font-size: 24px;
        margin-top: 20px;
    }
    .timeline-content p,
    .timeline-content-dark p {
        font-size: 14px;
    }
    .timeline-content a,
    .timeline-content-dark a {
        font-size: 16px;
    }
    .timeline-content-wrapper {
        padding: 24px 24px;
    }
    .about-section,
    .about-section-wrapper {
        height: auto;
    }
    .about-container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .about-description {
        padding: 0px;
    }
    .black-headline-button {
        padding: 0px;
        margin-left: 0px;
    }
    /* Form */
    .overlay-form-wrapper {
        width: 100%;
        box-sizing: border-box;
    }
    .form-received {
        width: 90% !important;
    }
    .degree_360_button {
        display: block;
    }
}

.text-right {
    float: right;
}

.close-btn {
    background-color: #0e0e0e;
    border: none;
    color: white;
    font-family: inherit;
    margin: -1em;
}