html {
    scroll-behavior: smooth;
}
.bodycls {
    overflow: hidden;
}
/* @import url('https://fonts.cdnfonts.com/css/gotham'); */


/* @font-face {
    font-family: AvenirLTStd-Light;
    src: url("fonts/Avenir-LT-Std-35-Light.otf") format("opentype");
} */

body {
    font-family: "Gotham-Black", sans-serif;
    /* font-family: "AvenirLTStd-Light", sans-serif !important; */
}

a:hover{
    text-decoration: none;
}

input:focus{
    outline: none;
}
.color-white {
    color: #fff;
}

.section-two,
.section-third,
.section-fourth,
.section-five,
.section-six {
    height: 100vh;
    /* scroll-behavior: smooth; */
}

/* loader */


/* The Loader */
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10;
    overflow: hidden;
}

.no-js #loader-wrapper {
    display: none;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #16a085;
    -webkit-animation: spin 1.7s linear infinite;
    animation: spin 1.7s linear infinite;
    z-index: 999999;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: spin-reverse 0.6s linear infinite;
    animation: spin-reverse 0.6s linear infinite;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #119bb6;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin-reverse {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes spin-reverse {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100vh;
    background: #222;
    z-index: 99999;
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

/* Loaded styles */
.loaded #loader-wrapper .loader-section.section-left {
    transform: translateX(-100%);
    transition: all cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
    transform: translateX(100%);
    transition: all cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    transform: translateY(-100%);
    transition: all 0.3s 1s ease-out;
}

/* loader */

.section-one{
    scroll-margin-top: 0px;
}


.section-six{
    /* scroll-margin-top: 80px; */
}
.section-third, .section-five{
    /* scroll-margin-top: 70px; */
}



/*menu*/
section#menu {
    scroll-margin-top: 0px;
}

.menu {
    background-color: #000000;
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-brand img {
    width: 120px;
}

.navbar .navbar-collapse {
    justify-content: space-around;
}

.navbar .nav-item {
    padding: 10px 20px;
}

.navbar .nav-item.active {
    background: #119bb6;
}

.navbar-nav .nav-item a {
    color: #cacaca !important;
    font-size: 18px;
    text-transform: uppercase;
}

.bg-banner-1 {
    background-image: url('../img/banner.jpg');
    min-height: 500px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

/*menu*/

/*Section Video*/
#audio-control {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 50px;
    right: 50px;
}

#audio-control img {
    width: 40px;
    opacity: 80%;
}
.main-video video {
    width: 100%;
}

.bg-video {
    background-image: url('../img/video-bg.png');
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
    height: 100vh;
}

.arrow {
    display: flex;
    justify-content: center;
}

.arrow img {
    width: 40px;
    position: absolute;
    /* bottom: 120px; */
}

.showcase {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    margin-top: -1px;
}

/* .showcase .bg-img{
    position: absolute;
    z-index: 1;
} */
.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* display: flex;
    justify-content: center;
    align-items: flex-end; */
}

.video-container video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

/*Section video*/


/*Section One*/
.section-one .banner-text {
    position: absolute;
    top: 8%;
    right: 30px;
}

.section-one .banner-text .text-img {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.section-one .banner-text .text-img .img-by {
    margin-top: 0%;
    margin-left: 0%;
}

/* .section-one .banner-text{
    position: absolute;
    top: 3%;
    right: 0;
}
.section-one .banner-text img{
    width: 80%;
} */

/*Section One*/


/*Section Two*/
.section-two .row {
    justify-content: center;
    flex-direction: column;
}

.section-two {
    padding: 60px 0;
    position: relative;
    background-color: #171717;
    display: flex;
    align-items: center;
}

/* .section-two .alignment{
    display:flex;
    justify-content: center;
} */
.section-two .section-title h2 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 40px;
    color: #ffffff;
    /* margin-top: -100px; */
}

.section-two .section-title h2::after {
    content: '';
    border-bottom: 3px solid #2ba1ba;
    width: 65px;
    display: block;
    margin: 0 auto;
}

.section-two .section-title h1 {
    font-style: normal;
    font-weight: 900;
    font-size: 130px;
    -webkit-text-fill-color: #fafafa00;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #e1dfd52b;
    text-transform: uppercase;
    font-family: 'Gotham Black', sans-serif;
}

.project-slider {
    margin-top: 60px !important;
    width: 100%;
    margin: 0 auto;
}

.project-slider .item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-radius: 30px;
    /* height: 200px; */
    margin: 9px;
}

.project-slider .item img {
    border-radius: 10px;
}

.project-slider .owl-nav {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center;
    position: absolute;
    width: 100%;
    top: 35%;
}

.project-slider .owl-prev {
    margin-left: -65px !important;
    color: #454545 !important;
    font-size: 60px !important;
    outline: none;
}

.project-slider .owl-next {
    margin-right: -65px !important;
    color: #454545 !important;
    font-size: 60px !important;
    outline: none;
}

.project-slider .owl-theme .owl-nav [class*=owl-]:hover {
    background: #86979100;
    color: #fff !important;
}

.owl-theme .owl-dots .owl-dot span {
    background: #01a5e0 !important;
}

.owl-theme .owl-dots .owl-dot {
    outline: none;
}

.owl-theme .owl-dots .owl-dot.active {
    zoom: 1.2;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    display: flex !important;
    justify-content: center;
}

/*Section Two*/

/*Section third*/

.bg-banner-3 {
    background-image: url('../img/bg-banner-3.jpg');
    min-height: 450px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    /* height: 80vh; */
}

.section-third .row {
    align-items: center;
}

.section-third .section-title h2 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 40px;
    color: #ffffff;
    font-family: 'Gotham Thin', sans-serif;
}

.section-third p {
    font-size: 17px;
    font-family: "Gotham-Black", sans-serif

}

.section-third .content-text {
    margin-right: 15%;
    text-align: justify;
}

.section-third .section-title h2::after {
    content: '';
    border-bottom: 3px solid #2ba1ba;
    width: 65px;
    display: block;
    margin: 0px auto;
}

/*Section third*/

/*Section Fourth*/
.section-fourth .row {
    justify-content: center;
    flex-direction: column;
}

.section-fourth {
    padding: 60px 0;
    position: relative;
    background-color: #171717;
}

/* .section-fourth .alignment{
    display:flex;
    justify-content: center;
} */
.section-fourth .section-title h2 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 40px;
    color: #ffffff;
    /* margin-top: -100px; */
}

.section-fourth .section-title h2::after {
    content: '';
    border-bottom: 3px solid #2ba1ba;
    width: 65px;
    display: block;
    margin: 0 auto;
}

.section-fourth .section-title h1 {
    font-style: normal;
    font-weight: 900;
    font-size: 130px;
    -webkit-text-fill-color: #fafafa00;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #e1dfd52b;
    text-transform: uppercase;
    font-family: 'Gotham Black', sans-serif;
}

.movies-slider {
    margin-top: 60px !important;
    width: 100%;
    margin: 0 auto;
}
.movies-slider .owl-carousel .owl-dots.disabled, .movies-slider .owl-carousel .owl-nav.disabled{
    /* display: none !important; */
}
.movies-slider .item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-radius: 30px;
    /* height: 200px; */
    margin: 9px;
}

.movies-slider .item img {
    border-radius: 10px;
}

.movies-slider .owl-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 100%;
    top: 35%;
}

.movies-slider .owl-prev {
    margin-left: -65px !important;
    color: #454545 !important;
    font-size: 60px !important;
    outline: none;
}

.movies-slider .owl-next {
    margin-right: -65px !important;
    color: #454545 !important;
    font-size: 60px !important;
    outline: none;
}

.movies-slider .owl-theme .owl-nav [class*=owl-]:hover {
    background: #86979100;
    color: #fff !important;
}

.owl-theme .owl-dots .owl-dot span {
    background: #01a5e0 !important;
}

.owl-theme .owl-dots .owl-dot {
    outline: none;
}

.owl-theme .owl-dots .owl-dot.active {
    zoom: 1.2;
}

/* .owl-theme .owl-dots, .owl-theme .owl-nav {
   display: flex !important;
    justify-content: center;
} */

/*Section Fourth*/

/*Section Five*/
.section-five .team-slider {
    margin-top: 60px !important;
    width: 100%;
    margin: 0 auto;
}
.section-five .content-text p, .section-third .content-text p {
    font-size: 19px;
}
.section-five .widthsec {
    width: 50%;
    margin: 0 auto;
}
.section-five {
    background-color: #070808;
    padding: 60px 0;
}

.section-five .row {
    align-items: center;
    margin: 0 4%;
}

.section-five .team {
    padding-right: 10%;
    padding-left: 2%;
}

.section-five .section-title h2 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 40px;
    color: #ffffff;
}

.section-five .section-title h2::after {
    content: '';
    border-bottom: 3px solid #2ba1ba;
    width: 65px;
    display: block;
    margin: 0 auto;
}

.alignment-team {
    display: flex;
    justify-content: center;
    align-items: center;
}



.team-img {
    width: 100%;
    padding-left: 0;
}

.section-five .section-title h1 {
    font-style: normal;
    font-weight: 900;
    font-size: 130px;
    -webkit-text-fill-color: #fafafa00;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #e1dfd52b;
    font-family: 'Gotham Black', sans-serif;
    position: absolute;
    top: 12%;
}

.team .name {
    font-size: 46px;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #fff;
}

.team .name span {
    color: #0ca7e1;
}

.team .content-text {
    max-height: 400px;
    overflow-y: scroll;
    padding-right: 20px;
}
.team .content-text p{
    font-size: 17px;
    font-family: 'Gotham', sans-serif !important;
}
::-webkit-scrollbar {
    width: 7px;
    height: 5px;
    scrollbar-width: thin;

}


::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px #000; */
    background:#000 !important;
    /* -webkit-border-radius: 10px;
    border-radius: 10px; */
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); */
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 255, 255, 0.3);
}


/*Team*/

.swiper-pagination-bullet{
    background: #fafafa;
    width: 13px;
    height: 13px;
}

.unt {
    margin-bottom: 20px;
    margin-top: 60px;
}
.hero-text {
    font-size: 30px;
    letter-spacing: 0.02em;
    color: #fff;
}
.gallery-thumbs {
    height: 100%;
}
.gallery-thumbs .swiper-wrapper {
    align-items: center;
}
.gallery-thumbs .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 250px !important;
    height: 330px;
    position: relative;
}

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.flex-row .flex-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.gallery-thumbs .swiper-wrapper {
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}


.testimonial-section .quote {
   width: 75%;
   height: 100%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   padding-left: 100px;
   padding-right: 100px;
}
.swiper-container.testimonial {
   height: 100vh;
}
.testimonial-section .user-saying {
   width: 100%;
   color: #fff;
   height: 100%;
}
.swiper-slide{
    display:flex;
    align-items: center;
}
.testi-user-img {
   width: 45%;
}
.swiper-container-vertical>.swiper-pagination-bullets{
    right: 30px;
}
.team-member-img{
    width:85%;
    margin-left: 6px;
}
.teambg .owl-nav {
    color: #01a5e0;
    text-align: center;
    font-size: 42px;
    display: flex;
    justify-content: center;
    outline: none;
  }
.teambg .owl-prev span{
    position: absolute;
    left: 10%;
    margin-top: -18%;
    color:#869791;
    font-size: 60px;
    display: none;
}

.teambg .owl-next span{
    position: absolute;
    left: 91%;
    margin-top: -21%;
    color:#869791;
    font-size: 60px;
}
.teambg .owl-next span:hover {
    background: #86979100;
    color: #fff !important;
}
.owl-prev{
    outline: none;
}
.removespace {
    padding-right: 30px !important;
    padding-left: 0px !important;
}

.team-member-content{
    width:60%;
}
/* .testimonial-section .u1{
    width:100%;
} */
.testimonial-section {
    background: #070808;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   width: 100%;
   height: 100%;
}
.testimonial-section .quote p {
   font-size: 20px;
   font-weight: 300;
   line-height: 1.8;
   font-style: italic;
   margin: 0;
}
.quote-icon {
   width: 38px;
   display: block;
   margin-bottom: 30px;
}
/*Team*/


/*Section Five*/



/*Section six*/
.section-six .row {
    justify-content: center;
    flex-direction: column;
}

.section-six {
    padding: 60px 0 60px 0;
    position: relative;
    background-color: #171717;
    display: flex;
    align-items: center;
    /* height: 100vh; */
}

/* .section-six .alignment{
    display:flex;
    justify-content: center;
} */
.section-six .section-title h2 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 40px;
    color: #ffffff;
    /* margin-top: -100px; */
}

.section-six .section-title h2::after {
    content: '';
    border-bottom: 3px solid #2ba1ba;
    width: 65px;
    display: block;
    margin: 0 auto;
}

.section-six .section-title h1 {
    font-style: normal;
    font-weight: 900;
    font-size: 122px;
    -webkit-text-fill-color: #fafafa00;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #e1dfd52b;
    text-transform: uppercase;
    margin-bottom: -80px;
    font-family: 'Gotham Black', sans-serif;
}

.news-events-slider {
    margin-top: 60px !important;
    width: 100%;
    margin: 0 auto;
}

.news-events-slider .item {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 10px;
    font-family: 'Gotham Black', sans-serif;
}

.news-events-slider .item img {
    /* border-radius: 30px; */
    width: 120px;
}

.news-events-slider .owl-nav {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 100%;
    top: 35%;
    z-index: -1;
}

.news-events-slider .owl-prev {
    margin-left: -65px !important;
    color: #454545 !important;
    font-size: 60px !important;
    outline: none;
}

.news-events-slider .owl-next {
    margin-right: -65px !important;
    color: #454545 !important;
    font-size: 60px !important;
    outline: none;
}

.news-events-slider .owl-theme .owl-nav [class*=owl-]:hover {
    background: #86979100;
    color: #fff !important;
}


.owl-theme .owl-dots .owl-dot span {
  
    background: #d6d6d6 !important;
    
}
.owl-theme .owl-dots .owl-dot.active span{
    background: #01a5e0 !important;
   
    
}

.owl-theme .owl-dots .owl-dot {
    outline: none;
}

.owl-theme .owl-dots .owl-dot.active {
    zoom: 1.2;
}

.news {
    background: #fff;
    padding: 45px 35px;
    border-radius: 20px;
    width: 100%;
}

.news h3 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
    line-height: 26px;
}

.news p {
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
    min-height: 64px;
}

.news .date {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #605858;
    text-decoration: underline;
}

.news .link {
    font-size: 16px;
    font-weight: 700;
    color: #605858;
    text-decoration: underline;
}

.news-events-slider .owl-dots {
    /* display: block !important; */
    margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot span {
    background: #808080 !important;
}

/*Section six*/

/*Section Seven*/

.section-seven {
    background: #171717;
    min-height: 450px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
    padding: 60px 0;
}

.section-seven .row {
    align-items: center;
}

.section-seven .section-title h1 {
    font-style: normal;
    font-weight: 900;
    font-size: 115px;
    -webkit-text-fill-color: #fafafa00;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
    text-transform: uppercase;
    letter-spacing: -5px;
    font-family: 'Gotham Black', sans-serif;
}

.section-seven .section-title h2 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 115px;
    color: #01a5e0;
    letter-spacing: -5px
}

.section-seven .instaIcon {
    margin-top: -20px;
}

.insta-slider {
    margin-top: 60px !important;
    width: 70%;
    margin: 0 auto;
}

.insta-slider .item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-radius: 30px;
    margin: 9px;
}

.insta-slider .item img {
    border-radius: 30px;
    margin-bottom: 20px !important;
    height: 300px;
    width: 100%;
    background-size: cover;
    background-position: center;
    border: none;
}

.insta-slider .owl-nav {
    /* display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 100%;
    top: 35%; */
    display: none;
}

.insta-slider .owl-prev {
    margin-left: -65px !important;
    color: #454545 !important;
    font-size: 60px !important;
    outline: none;
}

.insta-slider .owl-next {
    margin-right: -65px !important;
    color: #454545 !important;
    font-size: 60px !important;
    outline: none;
}

.insta-slider .owl-theme .owl-nav [class*=owl-]:hover {
    background: #86979100;
    color: #fff !important;
}

.alignment-social-section {
    justify-content: center;
    margin-top: 50px;
}

.alignment-social-section .link:hover {
    text-decoration: none;
    color: #fff;
}

.inner-div {
    display: flex;
    background: #2e2e2e;
    padding: 20px 25px;
    border-radius: 25px;
}

.inner-div .content {
    text-align: center;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.inner-div h2 {
    color: #ffe052;
    margin-bottom: 0;
    font-weight: 800;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Gotham Black', sans-serif;
    margin-left: 60px;
}

.inner-div h3 {
    font-family: 'Gotham Book', sans-serif;
    font-size: 22px;
}

/*Section Seven*/

/* Section Footer  */
footer {
    
    padding: 19px 0 20px 0;
    background-color: #191919;
}

.single-widget {
    margin-bottom: 0px; 
}

.single-widget img {
    width: 150px;
}

.single-widget .newsletter-wrap {
    margin-bottom: 30px;
    width: 70%;
}

.single-widget .newsletter-wrap h3 {
    color: #fff;
    margin-bottom: 20px;
    border: none;
    padding-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.single-widget .newsletter-wrap .newsletter-form {
    position: relative;
}

.single-widget .newsletter-wrap .newsletter-form input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 0;
    color: #fff;
    height: 50px;
    border-radius: 0;
    font-size: 16px;
    width: 100%;
    display: block;
    line-height: 1.5;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.single-widget .newsletter-wrap .newsletter-form .send-btn {
    background-color: transparent;
    position: absolute;
    top: 10px;
    right: 0;
    color: #fff;
    font-size: 20px;
    border: none;
    padding-right: 0;
    pointer-events: all;
    cursor: pointer;
    outline: none;
}

.single-widget input:focus {
    outline-width: 0;
}

.single-widget .social-wrap li {
    display: inline-block;
    padding-right: 15px;
}

.single-widget .social-wrap li a i {
    width: 55px;
    height: 55px;
    line-height: 35px;
    border: 1px solid #7c7e7e;
    color: #7c7e7e;
    display: inline-block;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-widget .social-wrap li a i:hover{
    color:#fff;
    border: 1px solid #ffffff;
}
.click:hover{
    color:#fff;
}
.social-wrap {
    padding-left: 0;
}

#msgsuc {
    color: red;
}

.single-widget h3 {
    color: #fff;
    border-bottom: 1px solid #2a2f2f;
    margin-bottom: 30px;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
}

ul.address {
    list-style: none;
    padding: 0;
    /* margin-left: 30%; */
    width: 22%;
    margin: 0 auto;

}
/* .centersipt{
  margin-left: -18%;
} */


.single-widget .address li {
    color: #fff;
    position: relative;
    padding-bottom: 14px;
    padding-left: 30px;
}

.single-widget .address li i {
    position: absolute;
    top: 0;
    left: 0;
}

.single-widget .address a {
    color: #fff;
}

.single-widget .address a:hover {
    text-decoration: none;
}

/* .copyright-wrap {
    text-align: center;
     margin-top: 20px;
} */


.go-top {
    position: fixed;
    cursor: pointer;
    top: 88%;
    right: -10%;
    background-color: #01a5e0;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.9s;
    transition: 0.9s;
}

.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
}

.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.go-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #272b2b;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.go-top:hover {
    color: #fff;
    background-color: #272b2b;
}

.go-top:hover::before {
    opacity: 1;
    visibility: visible;
}

.go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.go-top:focus {
    color: #fff;
}

.go-top:focus::before {
    opacity: 1;
    visibility: visible;
}

.go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.go-top.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    right: 3%;
    top: 88%;
}

/* Section Footer  */

.insta-feed-bg-img {
    height: 250px;
    width: 200px;
    background-size: cover;
    background-position: center;
    border: 10px solid #fff;
    margin: 0 10px 0 10px;
}

/*parallax effect text*/
.section-one .parallax {
    overflow: hidden;
}
.parallax {
    position: relative;
}
.section-one .front-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    /* height: 100%; */
    pointer-events: none;
}

.front-layer {
    z-index: 1;
}

.front-layer img {
    position: absolute;
}

.front-layer img:nth-child(1) {
    top: 0%;
    left: 32%;
}

.front-layer img:nth-child(2) {
    top: 50%;
    left: 0;
}

.front-layer img:nth-child(3) {
    bottom: 0%;
    left: 30%;
}

.front-layer img:nth-child(4) {
    bottom: 20%;
    right: 10%;
}

.front-layer img:nth-child(5) {
    top: 10%;
    right: 30%;
}



.section-two .front-layer, .section-fourth .front-layer, .section-five .front-layer, .section-six .front-layer, .socialafterpitech .front-layer {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}



.section-two .front-layer h2:nth-child(1), .section-two .front-layer h2:nth-child(1) {
    /* top: 0%; */
    left: -2%;
}

.section-two  .front-layer h2:nth-child(2), .section-two  .front-layer h2:nth-child(2) {
    top: 50%;
    left: 0;
}

.section-two  .front-layer h2:nth-child(3), .section-two  .front-layer h2:nth-child(3) {
    bottom: 0%;
    left: 30%;
}

.section-two  .front-layer h2:nth-child(4), .section-two  .front-layer h2:nth-child(4) {
    bottom: 20%;
    right: 10%;
}

.section-two  .front-layer h2:nth-child(5), .section-two  .front-layer h2:nth-child(5) {
    top: 10%;
    right: 30%;
}

/*parallax effect text*/


.hideme
{
    opacity:1;
 }


 .swiper {
    width: 100%;
    height: 80%;
  }






































  

  /* ------------------------------------ */
/* ----------------------------------------------------arrow----------------------------------------------------- */
.arrowaligment {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 90vh;
}

.mouse {
	width: 30px;
	height: 50px;
	border: 3px solid #fff;
	border-radius: 60px;
	position: relative;
    overflow: hidden;
}
.scrolls{
    position: absolute;
    width: 100px;
    margin-top: 12px;
    margin-left: -48px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;

}

@keyframes wheel {
	to {
		opacity: 0;
		top: 60px;
	}
}

@-webkit-keyframes wheel {
	to {
		opacity: 0;
		top: 60px;
	}
}
.mouse::before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 50%;
    opacity: 1;
    animation: wheel 2s infinite;
    -webkit-animation: wheel 2s infinite;
}

/* ----------------------------------------------------------------------menu------------------------------------------------- */

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
  }


.section-fourth.hideme {
    display: flex;
    align-items: center;
}
.follow{
    background-color: #070808;
    padding: 60px 0;
}
.followslider {
    display: flex;
    height: 400px;
    width: 100%;
}
.followimgsec {
    /* background: #171717;
    padding: 70px 0px 70px 0px; */
}
/*.followimgsec .item img {
    height: 460px;
    border-radius: 10px;
    padding: 2px 5px 116px 0px;
    object-fit: cover;

}*/
.followimgsec-slider{
    /* margin-top: 60px !important; */
    width: 100%;
    margin: 0 auto;
}
.followimgsec .item img {
    /* height: 400px; */
    border-radius: 10px;
    padding: 0px 5px 0px 5px;
    /* object-fit: fill; */
}
.followimgsec-slider .owl-nav {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center;
    position: absolute;
    width: 100%;
    top: 20%;
}
.followimgsec .followimgsec-slider .owl-nav {
    z-index: -1;
} 


.followimgsec-slider .owl-prev {
    margin-left: -65px !important;
    color: #454545 !important;
    font-size: 60px !important;
    outline: none;
}

.followimgsec-slider .owl-next {
    margin-right: -24% !important;
    color: #454545 !important;
    font-size: 60px !important;
    outline: none;
}

.followimgsec-slider .owl-theme .owl-nav [class*=owl-]:hover {
    background: #86979100;
    color: #fff !important;
}


.centeraligemtonpitch {
    display: flex;
    justify-content: center;
    height: 120px;
    align-items: center;
}
.pitchbg {
    background: #191919;
    padding-bottom: 84px;
}
.pitch-2 {
    background: #191919;
    padding-bottom: 20px;
}
.socialafterpitech {
    background: #191919;
    padding: 40px 0px 20px 0px;
}
ul.social-wrap.centericon {
    text-align: center;
    padding: 30px 0px 30px 0px;
}

.section-title h2::after {
    content: '';
    border-bottom: 3px solid #2ba1ba;
    width: 65px;
    display: block;
    margin: 0 auto;
}

h2.text-center {
    color: #fff;
}

.busecleft {
    line-height: 10px;
    display: flex;
    flex-direction: row;
    color: #fff;
    padding-left: 19px;
    align-items: center;
}

.busecleft a {
    color: #01a5e0;
}
.busecleft img {
    width: 10% !important;
    margin-right: 20px;
}
/* .teambg {
    background: #171717;
} */
.imgforteam {
    padding-left: 0px;
}


.aligmentforcenter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 15px !important;
}
.name {
    color: #fff;
}
/* .widthsec {
    width: 95% !important;
} */
/* .section-title.widthsec.text-center.parallax {
    width: 95%;
} */
div.centeraligemtonpitch.inner-div{
    width: 72%;
    margin-left: 157px;

}
div.inner-div{
    width: 60%;
}
.click{
  margin-left:47px;
}

img.bulb-img{
    margin-left: 10%;
}
/* .footer-margin-class{
margin-left: 10%;
} */

.section-third .section-title h2 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 40px;
    color: #ffffff;
    font-family: 'Gotham-Black', sans-serif;
}

.teambg {
    padding-top: 30px;
}
.video{
    height: 453px !important;
    object-fit: contain;
}

.video-img img, .video-img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
    display: block;
}

@media only screen and (max-width:991px){
    .video-img img, .video-img {
        object-fit: contain;
    }
    .main-video {
        background-color: #000;
    }
}