/*Styles for new design*/
main#main {
    padding: 0;
    margin-top: 20px;
}

main.main-homepage {
    margin-top: 0!important;
}

main.team-landing {
    margin-top: 0!important;
}

.hide {
    display: none!important;
}

#header .logo {
    background-size: contain!important;
}

#header .header-logo {
    width: 148px;
    height: 93px;
    padding: 10px;
}

#header .header-logo img {
    width: 100%;
    height: 100%;
}

/*@media (max-width: 720px) {*/
/*    main.main-homepage, main.team-landing {*/
/*        margin-top: 10px!important;*/
/*    }*/
/*}*/

/*Hero Section*/
.hero-homepage {
    padding-top: 2px;
    padding-bottom: 2px;
    border-bottom: solid 3px #010127;
    border-top: solid 3px #010127;
    position: relative;
}

.hero-homepage .btn-mbl {
   /* position: absolute;*/
    bottom: 0;
}

.hero-homepage .play-button-50 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.hero-homepage .fluid-width-video-wrapper {
    width: 100%;
    height: 100%;
}

.hero__container{
    min-height: 800px;
}

.hero__container svg {
		background-color: red;
		
	}

@media (max-width: 1440px) {
    .hero__container{
        min-height: 700px;
    }
}

@media (max-width: 1200px) {
    .hero__container{
        min-height: 550px;
    }
}

@media (max-width: 900px) {
    .hero__container{
        min-height: 400px;
        height: calc(100vh - 105px);
    }
}

@media (max-width: 639px) {
    .hero__container{
        min-height: 300px;
        padding: 0;
    }
    /*.hero-homepage .play-button-50 {*/
    /*    display: none;*/
    /*}*/
}


/*End of Hero Section*/


/*Products Section*/
.product__item {
    min-height: 427px;
    padding: 1px;
}

.products {
    padding-top: 20px;
    padding-bottom: 20px;
}

.products .bg-blue065 {
    background-color: #0c2540;
    opacity: 0;
}

.products .bg-blue065:hover {
    opacity: 0.65;
}

.product__item p {
    text-transform: uppercase;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
}
/* End of Products Section*/

/* Videos Section*/
.videos .videos__header {
    padding-top: 45px;
    padding-bottom: 45px;
}

.videos h2, .videos h3 {
    text-transform: uppercase;
}

.videos h2 {
    font-size: 42px;
    line-height: 1;
    padding-bottom: 10px;
}

.videos h3 {
    font-size: 20px;
    font-weight: 400;
}

.videos .swiper-pagination-bullet {
    margin-left: 10px;
}
/* End of Videos Section*/

/*Banner Section */
.main-homepage .banner {
    background-color: #0c2540;
    color: #ffffff;
    display: flex;
    justify-content: center;
    padding: 104px 15px 84px 15px;
    margin: 59px 0;
}

.main-homepage .banner .banner__wrap {
    max-width: 1013px;
}

.main-homepage .banner__head, .main-homepage .banner__text, .main-homepage .banner__button {
    text-align: center;
}

.main-homepage .banner__head h2 {
    font-size: 42px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 54px;
    text-align: center;
    text-transform: uppercase;
}

.main-homepage .banner__head span {
    font-weight: 400;
}

.main-homepage .banner__text {
    margin: 35px 0;
}

.main-homepage .banner__text p {
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 32px;
    text-align: center;
}

#main .button-trnsp a {
    display: inline-block;
    line-height: 51px;
    min-width: 251px;
    border: 2px solid #ffffff;
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    padding: 0 20px;
}

#main .button-trnsp a:hover {
    background-color: rgba(234, 0, 41, 1);
    border: 2px solid rgba(234, 0, 41, 1);
}

/*End of Banner Section */

/* Posts Section (Flexible Content -posts) */
.main-homepage .posts__wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 19px;
    padding: 25px 15px;
}

.main-homepage .posts__item {
    width: 449px;
}

.main-homepage .posts__item-pic {
    position: relative;
    width: 449px;
    height: 303px;
}
.main-homepage .posts__item img {
    width: 100%;
    height: 100%;
}

.main-homepage .posts__item-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.main-homepage .posts__item-title {
    margin: 18px 0;
}

.main-homepage .posts__item-title h4 {
    color: #0c2540;
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: 26px;
    text-align: left;
    text-transform: uppercase;
}

@media (max-width: 640px) {
    .main-homepage .posts__item {
        width: 95%;
    }

    .main-homepage .posts__item-pic {
        width: auto;
        height: auto;

    }
}
/*End of Posts Section (Flexible Content -posts)*/

/*Testimonials Section*/
.main-homepage .testimonials {
    margin: 40px 0;
}

.main-homepage .pdn-50px {
    padding: 50px 0;
}

.main-homepage .testimonial__pagination {
    display: none;
}

@media (max-width: 767px) {
    .swiper-container .swiper-slide .flex-col {
        padding: 0 15px;
    }
}
/*End of Testimonials Section*/

/* Quote Section*/
#main .quote__wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px 15px 48px 15px;
}

#main .quote__img {
    background-image: url("img/info-red.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 68px;
    height: 68px;
}
#main .quote__head {
    max-width: 1000px;
    margin: 20px 0;
    text-align: center;
}

#main .quote__head h3 {
    text-transform: uppercase;
}

#main .quote__button {
    border: 2px solid #0c2540;
    margin: 13px 0;
}

#main .quote__button a {
    color: #0c2540;
}

#main .quote__button a:hover {
    background-color: rgba(234, 0, 41, 0.2);
    border: 2px solid rgba(234, 0, 41, 0);
}
/*End of Quote Section*/


/*Career Page, Hero Section*/

/*.team-landing .hero-career {*/
/*    margin-bottom: 45px;*/
/*}*/

.team-landing .hero__container {
    position: relative;
}

.team-landing .hero-career .video-background {
    top: 0;
}

.hero-career h1 {
    font-size: 42px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
}

.hero-career p {
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.4;
    text-align: center;
}

.hero__container .pl-btn {
	position: absolute;
    bottom: 0;
    left: 50%;
	transform: translate(-50%);
}

.hero-career .hero-career__play {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    padding-top: 3rem;
    padding-bottom: 3rem;
    z-index: 99;
}

@media (max-width: 1200px) {
    .hero-career h1 {
        font-size: 42px;
    }

    .hero-career p {
        font-size: 18px;
    }
}

@media (max-width: 1024px) {
   /* .hero-career .hero-career__play {
        position: static;
        padding-top: 0.33rem;
        padding-bottom: 0.33rem;
        transform: translate(0%);
    }*/

    .hero-career .hero__container .py-28 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .hero-career .hero__container {
        flex-direction: column;
    }

}

@media (max-width: 639px) {
   /*.hero-career .hero-career__play {*/
    /*    display: none;*/
    /*}*/


    .hero-career h1 {
        font-size: 34px;
    }

    .hero-career p {
        font-size: 16px;
    }

    .hero-career .hero__buttons, .hero-career .hero__text {
        margin-top: 15px!important;
    }
}

.hero-career .hero-career__button2 svg {
    display: none;
}

.hero-career .hero-career__button2 div.text-white {
    margin: 0;
}

.hero-career .hero__container {
    padding: 1.25rem;
}
/*End of Career Page, Hero Section*/

/*Career Page Videos Section*/
main.team-landing .videos {
    max-width: 1787px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    main.team-landing .videos h2 {
        font-size: 34px;
    }
}
/*End of Career Page Videos Section*/


/*Career Page, Listing Section*/
.listing h2.listing__head {
    color: #0c2540;
    font-size: 36px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 38px;
    text-align: left;
    text-transform: uppercase;
}

.listing p.listing__text {
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 26px;
    text-align: left;
}

#main .listing a.listing__button {
    color: #0c2540;
    border: 2px solid #0c2540;
    font-size: 16px;
    font-weight: 400;
}

#main .listing a.listing__button:hover {
    background-color: rgba(234, 0, 41, 1);
    border: 2px solid rgba(234, 0, 41, 1);
}

#main .listing .pleft-64px {
    padding-left: 64px;
}

@media (max-width: 767px) {
    #main .listing .pleft-64px {
        padding-left: 0;
    }
}

#main .listing ul {
    margin: 0;
    padding: 0;
}

#main .listing ul .bg-red-dot {
    background-image: url("img/red-dot.png");
    width: 6px;
    height: 6px;
    background-size: cover;
}

#main .listing ul p.listing__text {
    margin-left: 10px;
}
/*End of Career Page, Listing Section*/

/*Career Page, CTA-Split Section*/
.team-landing .cta-split__wrap {
    min-height: 545px;
}

.team-landing .cta-split__pic, .team-landing .cta-split__content {
    width: 50%;
}

.team-landing .cta-split h2 {
    font-size: 42px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 54px;
    text-align: left;
    text-transform: uppercase;
}

.team-landing .cta-split p {
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 32px;
    text-align: left;
}
.team-landing .cta-split a.cta-split__button {
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 51px;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 1200px) {
    .cta-split__wrap {
        flex-direction: column;
    }

    .team-landing .cta-split__pic, .team-landing .cta-split__content {
        width: 100%;
    }

}
/*End of Career Page, CTA-Split Section*/

/*Testimonialwp Section*/
.team-landing .testimonialswp .mt-24 {
    margin: 0!important;
}

/*End of Testimonialwp Section*/

/*Single Product*/
main .hero__single-product {
    margin-bottom: 20px;
}
/*End of Single Product*/


/*Footer*/
#footer {
    background-color: #0a0b23;
}

@media (max-width: 1023px) {
    footer .wrapper {
        justify-content: center;
    }

    footer ul {
        text-align: center;
        padding: 0!important;
    }

    #footer aside .info {
        text-align: center;
    }

    #footer nav {
        justify-content: space-around;
    }
}
/*End of Footer*/

@media screen and (max-width: 425px) {
	.listing p.listing__text {
		font-size: 15px;
	}
	.swiper-pagination-bullets {
		margin-top: 1rem !important;
	}
}

.hero-career__play a:hover, .hero__container a:hover{
	background: #0000;
}

/*End of Styles for new design*/