/*::::::::::::::::  Global Style :::::::::::::::::::::*/

/**{
    margin: 0;
    padding: 0;
}*/
html,
body {
  	font-family: 'TTTravels-Medium';
   /* width: 100%;
    height: 100%;
    background-size: cover;*/
}

main{
    width: 100%;
    height: 100%;
    background-size: cover;
}

@font-face{
    font-family: 'TTTravels-Bold';
    src: url(../font/TTTravels-Bold.ttf);
}
@font-face{
    font-family: 'TTTravels-Medium';
    src: url(../font/TTTravels-Medium.ttf);
}                           
@font-face{
    font-family: 'TTTravels-Regular';
    src: url(../font/TTTravels-Regular.ttf);
} 


img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 20px;
  font-family: 'TTTravels-Medium';
  font-weight: 300;
}
span {
  margin: 0 0 20px;
  font-family: 'Gill Sans MT';
  font-weight: 300;
}

h1,
h2{
 font-family: 'TTTravels-Bold';
 font-weight: 600;
}

h3,
h4,
h5,
h6 {
  font-family: 'TTTravels-Bold';
  font-weight: 600;
  color: #212121;
  margin: 0 0 26px;
  font-weight: 600;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
a {
  color: #ff3115;
  transition: all 0.3s ease 0s;
  text-decoration: none !important;
  outline: none !important;
  src: url(../font/TTTravels-Regular.ttf);
  font-weight: 300;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #e41f05;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  font-family: 'TTTravels-Medium';
  font-weight: 300;
}
li{
    font-family: 'TTTravels-Medium';
}
.clear {
  clear: both;
}
::-moz-selection {
  background: #0c0095;
  text-shadow: none;
  color: #ffffff;
}
::selection {
  background:#0c0095;
  text-shadow: none;
  color: #ffffff;
}

.btn-custom {
    background: transparent;
    margin-right: 30px;
    padding: 13px 50px;
    color: #ddd;
    font-weight: 500;
    border-radius: 0px;
    box-shadow: none;
    border: 2px solid #ddd;
    letter-spacing: 0px;
    font-size: 15px;
}
.btn-custom:hover {
    background: #ddd;
    color: #000;
}


/*::::::::::   Navbar Style Css  ::::::::::::*/

.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    display: block;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
.navbar .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    /* text-transform: uppercase; */
    font-size: 13px;
    margin-left: 13px;
    color: #fff !important;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    letter-spacing: 0px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    box-shadow: none;
    position: relative;
}
.navbar .navbar-nav .nav-link::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: -webkit-transform .6s cubic-bezier(.19,1,.22,1);
    transition: -webkit-transform .6s cubic-bezier(.19,1,.22,1);
    transition: transform .6s cubic-bezier(.19,1,.22,1);
    transition: transform .6s cubic-bezier(.19,1,.22,1),-webkit-transform .6s cubic-bezier(.19,1,.22,1);
}
.navbar .navbar-nav .nav-link:focus:after, .navbar .navbar-nav .nav-link:hover:after {
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.navbar-expand-sm .navbar-nav .nav-link.active {
    color: #f70101 !important;
}
.navbar-expand-sm .navbar-nav .nav-item .btn {
    padding: 7px 19px 5px;
}
.navbar-expand-sm .navbar-nav .nav-item .btn:hover {
    opacity: .85;
}
.navbar-brand img {
    width: 80%;
}
.navbar {
    padding: 27px 0 0px;
    z-index: 999;
    background: transparent;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
}
.btn-danger {
    color: #fff;
    background-color: #fe0000;
    border-color: #fe0000;
}
.navbar-toggler {
    position: absolute;
    top: 25px;
    right: 15px;
    color: #fe0000;
    border: 1px solid #fe0000;
    font-size: 22px;
}
.navbar-brand {
    margin: auto 0;
    display: block;
}
.navbar-brand h2 {
    /* top: 0px; */
    /* position: relative; */
    font-size: 28px;
    color: #fff;
    margin-top: auto;
}

.dropdown-menu {
    min-width: 13rem;
    padding: 15px;
    background: rgb(0 0 0 / 72%);
}
.dropdown-item:hover {
    background: transparent;
    color: #477baa;
}
.dropdown-item {
    padding: 7px 0;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
}

.logo-text{
    color:#fff;
    font-size: 60px;
}

@media (min-width: 1400px){
    .navbar .navbar-nav .nav-link {
        font-size: 14px;
        margin-left: 14px;
    }
}

@media (min-width: 200px) and (max-width: 991.98px){
  .navbar-collapse {
      background: #000000;
      padding: 10px;
  }
  .dropdown-menu {
        min-width: 13rem;
        padding: 15px;
        background: rgb(25 85 124);
        border: none;
    }
  .navbar .navbar-nav .nav-link{
    margin-left: 0px;
    margin-top: 5px ;
    margin-bottom: 5px ;
  }
  .navbar-brand h2 {
        top: 0px;
        position: relative;
        font-size: 30px;
        color: #fff;
    }
    section.video_sections .overlays{
        padding: 52px 0 0;
    }
    .bg_body_main {
        background-size: 100% 100% !important;
        background-repeat: no-repeat;
        margin-bottom: -1px;
    }
    .navbar-expand-sm .navbar-nav .nav-link{
        margin: 0 0;
    }
    
}

@media (max-width: 576px){
    .logo-text {
        color: #fff;
        font-size: 20px;
        margin-bottom: 0;
    }
}


@media (min-width: 576px) and (max-width: 991.98px){
    .navbar-nav .nav-item .btn {
        padding: 7px 12px 5px;
        margin-left: 9px;
    }
    .logo-text {
        color: #fff;
        font-size: 28px;
    }
}



.bg_body_main {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-bottom: -1px;
    background-color: #000;
}



/*::::::::::::::   Banner Section   ::::::::::::::*/


.main_video_banner video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
    margin-bottom: -8px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 20px;
    height: 10px;
    padding: 0;
    margin-right: 4px;
    margin-left: 4px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 0px;
}
.carousel-indicators .active {
    opacity: 1;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 60% 60%;
    background-color: rgb(0 0 0 / 50%);
    padding: 30px 20px;
}
.carousel-control-next, .carousel-control-prev{
    width: 3%;
}
.carousel-control-prev-icon{
    border-radius: 0 6px 6px 0;
}
.carousel-control-next-icon{
    border-radius: 6px 0 0 6px;
}



/*::::::::::::::   Video Section   ::::::::::::::*/

.video_sections {
    position: relative;
    margin-bottom: 0px;
}
.video_sections img {
    width: 100%;
    height: auto;
}
.video_sections video {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.video_sections .overlays {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    padding-bottom: 45px;
}
.video_sections_overlay_conts h1 {
    font-size: 15px;
    color: #fff;
    font-size: 36px;
    margin-bottom: 5px;
}
.video_sections_overlay_conts p {
    font-size: 17px;
    color: #fff;
    line-height: 25px;
    margin-bottom: 10px;
}
.video_sections_overlay_conts .links .link {
    color: #fff;
    font-size: 14px;
    letter-spacing: .5px;
    font-family: 'TTTravels-Regular';
}
.video_sections_overlay_conts .links .link i {
    font-size: 12px;
    position: relative;
    top: 1px;
}
.video_sections_overlay_conts .links .link svg{
    color: #fff;
    font-size: 13px;
    margin-left: 10px;
}
.video_sections_overlay_conts .links .link svg {
    color: #fff;
    font-size: 13px;
    margin-left: 3px;
    position: relative;
    top: 1px;
}
.video_sections_overlay_conts .links {
    margin-top: 15px;
}
.video_sections_overlay_conts .links .btn {
    background: #2196F3;
    margin-right: 30px;
    padding: 13px 35px;
    box-shadow: none;
    color: #fff;
    font-weight: 500;
    border-radius: 10px;
}
.video_sections_overlay_conts .links .btn:hover{
    opacity: .85;
}


@media (min-width: 200px) and (max-width: 575.98px){
  section.video_sections {
      position: relative;
      top: 0px;
      margin-bottom: 0px;
  }
  .video_sections_overlay_conts h1 {
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 4px;
    }
   .video_sections_overlay_conts p {
        color: #fff;
        line-height: 15px;
        margin-bottom: 5px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        font-size: 11px;
    }
    .video_sections_overlay_conts .links .btn {
        margin-right: 20px;
        padding: 6px 15px;
        color: #fff;
        font-size: 11px;
    }
    .video_sections_overlay_conts .links .link {
        color: #fff;
        font-size: 10px;
    }
    .video_sections_overlay_conts .links {
        margin-top: 1px;
        margin-bottom: 5px;
    }
    .carousel-control-next, .carousel-control-prev {
        width: 6%;
    }
    .carousel-control-next-icon, .carousel-control-prev-icon {
        display: inline-block;
        width: 0rem;
        height: 1rem;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 60% 60%;
        background-color: rgb(0 0 0 / 50%);
        padding: 20px 11px;
    }
}



@media (min-width: 576px) and (max-width: 991.98px){
    .video_sections_overlay_conts h1 {
        font-size: 19px;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 7px;
    }
    .video_sections_overlay_conts p {
        color: #fff;
        line-height: 17px;
        margin-bottom: 5px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
     .video_sections_overlay_conts .links .btn {
        margin-right: 20px;
        padding: 6px 15px;
        color: #fff;
        font-size: 11px;
    }
    .video_sections_overlay_conts .links .link {
        color: #fff;
        font-size: 12px;
    }
    .video_sections_overlay_conts .links {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}


/*::::::::::::::   About Section   ::::::::::::::*/

section.About_setions {
    padding: 70px 0;
}
.About_setions_animations img {
    width: 100%;
    height: auto;
}
.About_setions_Cont p {
    color: #fff;
    font-size: 15px;
    line-height: 28px;
}
.About_setions_Cont p a {
    color: #03A9F4;
}
.About_setions_Cont.two p {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 10px;
}
.About_setions_Cont hr {
    border: 1px solid #ddddddd9;
    opacity: 1;
    margin-bottom: 25px;
}
.About_setions_Cont {
    padding: 5px 100px 0 0px;
}
.About_setions_Cont.two {
    padding-right: 100px;
    padding-left: 100px;
    text-align: center;
}
.About_setions_Cont h1 {
    font-size: 48px;
    color: #fff;
}
.About_setions_Cont.four h1 {
    font-size: 34px;
    margin-bottom: 0;
}
.About_setions_animations{
    position: relative;
}
.About_setions_animations_astro img {
    width: 100%;
    height: auto;
}
.About_setions_animations_astro {
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 48%;
}
.About_setions_Cont.two hr {
    width: 25%;
    margin: 0 auto 30px;
}
.About_setions_Cont.two h3 {
    margin-bottom: 10px;
    font-size: 17px;
    color: #fff;
    letter-spacing: 5px;
    font-weight: 100;
}
ul.info_point li i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 17px;
}
ul.info_point li {
    color: #fff;
    padding-left: 28px;
    position: relative;
    margin-bottom: 10px;
}


.About_setions_Cont.three {
    padding: 5px 5px 0 100px;
}




.brands_items_images span {
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    letter-spacing: .3px;
    display: block;
    margin-bottom: 0;
}
.brands_items_images {
    text-align: center;
    margin: 10px;
}
.brands_items_images img {
    width: auto;
    height: 90px;
    max-width: 100%;
    margin-bottom: 6px;
}




@media (min-width: 0px) and (max-width: 575.98px){
    .About_setions_Cont p {
      font-size: 12px;
      line-height: 17px;
    }
    .About_setions_Cont h1 {
        font-size: 24px;
        color: #fff;
    }
    .btn-custom {
        margin-right: 20px;
        padding: 9px 20px;
        box-shadow: none;
        color: #fff;
        font-weight: 500;
        border-radius: 0px;
        font-size: 14px;
        box-shadow: none;
    }
    .services_sections_conts_01 .cont ul li{
        display: none !important;
    }
    .services_sections_conts_01 .cont .links {
        margin-top: 9px !important;
    }
    .services_sections_conts_01 .cont .links .link {
        color: #fff;
        font-size: 12px !important;
    }
    .services_sections_conts_01 .cont .links .link i {
        margin-left: 3px !important;
        font-size: 9px !important;
    }

}


@media (min-width: 576px) and (max-width: 991.98px){
    .About_setions_Cont h1 {
        font-size: 29px;
        color: #fff;
    }
}


/*::::::::::::::   Gravity Section   ::::::::::::::*/


section.gravity_sections {
    padding: 30px 0 0px;
}
.gravity_sections_contents{
    margin-bottom: 0px;
    position: relative;
    transition: .5s;
    overflow: hidden;
}
.gravity_sections_contents:hover img {
    transform: scale(1.08);
    transition: 5s;
}
.gravity_sections_contents img {
    width: 100%;
    height: auto;
    transition: 5s;
    position: relative;
}
.gravity_sections_contents .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(0 0 0 / 65%);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    padding: 20px 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}
.gravity_sections_contents:hover .overlay {
  height: 100%;
  opacity: 1;
}
.gravity_sections_contents .overlay .conts p {
    font-size: 16px;
    color: #eee;
    margin-bottom: 0;
}
.gravity_sections_contents .overlay .conts h4 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 12px;
}





/*::::::::::::::   Galaxy Section   ::::::::::::::*/

section.galaxy_sections {
    height: 725px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.galaxy_sections_banner img {
    width: auto;
    height: auto;
}
.galaxy_sections_banner {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
.galaxy_sections_banner_01 {
    position: absolute;
    left: 33%;
    bottom: 35%;
    transition: 3s;
    
}
.galaxy_sections.rotates .galaxy_sections_banner_01 {
    
    transition: 3s;
    left: 35%;
    bottom: 44%;
}
.galaxy_sections.rotates .galaxy_sections_banner_01 img{
    transform: rotate(0deg);
}
.galaxy_sections_banner_01 img {
    width: auto;
    height: 50px;
    transform: rotate(-9deg);
}
.galaxy_sections_banner_01 a:hover {
    color: #0d6efd;
}
.galaxy_sections_banner_01 a {
    position: absolute;
    left: -36px;
    bottom: -20px;
    font-size: 13px;
    color: #fff;
}
.galaxy_sections_banner_02 {
    position: absolute;
    left: 37%;
    bottom: 73%;
    transition: 3.5s;
}
.galaxy_sections.rotates .galaxy_sections_banner_02 {
    position: absolute;
    left: 39%;
    bottom: 75%;
    transition: 3s;
}
.galaxy_sections.rotates .galaxy_sections_banner_02 img{
    transform: rotate(4deg);
}
.galaxy_sections_banner_02 img {
    width: auto;
    height: 25px;
    transform: rotate(2deg);
}
.galaxy_sections_banner_02 a:hover {
    color: #0d6efd;
}
.galaxy_sections_banner_02 a {
    position: absolute;
    right: 0;
    bottom: -24px;
    font-size: 13px;
    color: #fff;
    min-width: 200px;
}

.galaxy_sections_banner_03 {
    position: absolute;
    left: 48%;
    bottom: 90%;
    transition: 3s;
}
.galaxy_sections.rotates .galaxy_sections_banner_03 {
    left: 51%;
    bottom: 88%;
    transition: 3s;
}
.galaxy_sections.rotates .galaxy_sections_banner_03 img{
    transform: rotate(15deg);
}
.galaxy_sections_banner_03 img {
    width: auto;
    height: 85px;
    transition: 3s;
    transform: rotate(0deg);
}
.galaxy_sections_banner_03 a:hover {
    color: #0d6efd;
}
.galaxy_sections_banner_03 a {
    position: absolute;
    left: -8px;
    bottom: -16px;
    font-size: 13px;
    color: #fff;
}
.galaxy_sections_banner_04 {
    position: absolute;
    left: 65%;
    top: -47%;
}
.galaxy_sections_banner_04 img {
    width: auto;
    height: 127px;
}
.galaxy_sections_banner_04 a:hover {
    color: #0d6efd;
}
.galaxy_sections_banner_04 a {
    position: absolute;
    left: 0px;
    bottom: 0px;
    font-size: 14px;
    color: #fff;
}

.galaxy_sections_banner_05 {
    position: absolute;
    right: 2%;
    top: -80%;
}
.galaxy_sections_banner_05 img {
    width: auto;
    height: 180px;
}
.galaxy_sections_banner_05 a:hover {
    color: #0d6efd;
}
.galaxy_sections_banner_05 a {
    position: absolute;
    left: 20px;
    bottom: 40px;
    font-size: 13px;
    color: #fff;
}


@media (min-width: 1400px) and (max-width: 1600px){
    .galaxy_sections_banner_02 {
        position: absolute;
        left: 38%;
        bottom: 71%;
        transition: 3.5s;
    }
    .galaxy_sections_banner_01 {
        position: absolute;
        left: 34%;
        bottom: 34%;
        transition: 3s;
    }
    .galaxy_sections.rotates .galaxy_sections_banner_01 {
        transition: 3s;
        left: 38%;
        bottom: 47%;
    }
    .galaxy_sections.rotates .galaxy_sections_banner_02 {
        position: absolute;
        left: 41%;
        bottom: 76%;
        transition: 3s;
    }
}

@media (min-width: 1601px){
    .galaxy_sections_banner_01 {
        position: absolute;
        left: 36%;
        bottom: 34%;
        transition: 3s;
    }
    .galaxy_sections.rotates .galaxy_sections_banner_01 {
        transition: 3s;
        left: 38%;
        bottom: 42%;
    }
    .galaxy_sections_banner_02 {
        position: absolute;
        left: 39%;
        bottom: 71%;
        transition: 3.5s;
    }
    .galaxy_sections.rotates .galaxy_sections_banner_02 {
        position: absolute;
        left: 41%;
        bottom: 74%;
        transition: 3s;
    }
}



/*::::::::::::::   Space Station Section   ::::::::::::::*/

.ml-auto {
    margin-left: auto;
}
section.services_sections {
    padding: 5px 0 5px;
}

.services_sections_conts_01 {
    position: relative;
}
.services_sections_conts_01 img {
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 25px;
}
.services_sections_conts_01 .cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 47%;
    padding: 35px 40px 30px;
    height: 100%;
    display: flex;
    align-items: center;
}
.services_sections_conts_01 .cont p {
    color: #fff;
    line-height: 22px;
    margin-bottom: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    font-size: 15px;
}
.services_sections_conts_01 .cont h1 {
    color: #fff;
    font-size: 34px;
    margin-bottom: 9px;
}
.services_sections_conts_01 .cont .links .link i {
    margin-left: 5px;
    font-size: 14px;
}
.services_sections_conts_01 .cont .links .link {
    color: #fff;
    font-size: 16px;
}
.services_sections_conts_01 .cont .links {
    margin-top: 30px;
}
.services_sections_conts_01 .cont ul li {
    display: block;
    border: 1px solid #ddd;
    margin-bottom: 9px;
    padding: 7px 15px;
    color: #eee;
    font-size: 12px;
    border-radius: 9px;
    width: 75%;
}
.services_sections_conts_01 .btn:hover {
    opacity: .85;
}
.services_sections_conts_01 .btn {
    background-size: contain;
    background-repeat: no-repeat;
    padding: 10px 27px 13px;
    color: #fff;
    box-shadow: none;
}
.watch_more_btns {
    position: absolute;
    bottom: 27px;
    right: 35px;
}
.watch_more_btns .btn {
    font-size: 18px;
    letter-spacing: .5px;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.watch_more_btns .btn span {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    margin: 0;
    animation-name: blink2;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-timing-function: cubic-bezier(0.1, 0.1, 1, 1.8);
}
.watch_more_btns .btn span::after {
    content: "\f04b";
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    color: #2196f3;
    font-size: 14px;
    margin-left: 2px;
}
@keyframes blink2 {
  0% {
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
    opacity: 1;
  }
  50% {
    box-shadow: 0 0 9px rgba(255, 255, 255, 0.6);
    opacity: 1;
  }
  100% {
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
    opacity: 1;
  }
}


.services_sections_conts_01.two {
    margin: 40px 0 40px;
}
.services_sections_conts_01.two .cont {
    right: 0;
    width: 45%;
    margin-left: auto;
    text-align: left;
    top: 0px;
    padding: 70px 40px 30px;
}

 

@media (min-width: 0px) and (max-width: 575.98px){
    .services_sections_conts_01.two {
        margin: 30px 0 30px;
    }
    .services_sections_conts_01 .cont {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 66%;
        padding: 0 15px;
    }
    .services_sections_conts_01 .cont h1 {
        color: #fff;
        font-size: 16px;
        margin-bottom: 5px;
    }
    .services_sections_conts_01 .cont p {
        color: #fff;
        line-height: 18px;
        margin-bottom: 10px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 12px;
    }
    .services_sections_conts_01 .cont p.ex{
        display: none;
    }
    .services_sections_conts_01 .btn {
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding: 5px 12px 5px;
        color: #fff;
        box-shadow: none;
        font-size: 10px;
    }
    .services_sections_conts_01.two .cont {
        width: 50%;
        padding: 0 15px 0;
    }

}




@media (min-width: 576px) and (max-width: 991.98px){
    .services_sections_conts_01 .cont {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50%;
        padding: 0 25px 25px;
    }
    .services_sections_conts_01 .cont h1 {
        color: #fff;
        font-size: 16px;
        margin-bottom: 5px;
    }
    .services_sections_conts_01 .cont ul li{
        display: none;
    }
    .services_sections_conts_01 .cont p {
        color: #fff;
        line-height: 18px;
        margin-bottom: 10px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        font-size: 12px;
    }
    .services_sections_conts_01 .cont .links {
        margin-top: 20px;
    }
    .services_sections_conts_01 .btn {
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding: 5px 12px 5px;
        color: #fff;
        box-shadow: none;
        font-size: 10px;
    }
    .Feature_items_sec {
        width: 100%;
        height: 206px !important;
        padding: 30px 30px;
    }
}


/*::::::::::::::   Features Section   ::::::::::::::*/

section.featured_sections {
    padding: 70px 0 0px;
}
.featured_sections_head p {
    color: #fff;
    font-size: 15px;
}
.featured_sections_head h1 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 10px;
}
.featured_sections_head {
    text-align: center;
    margin-bottom: 40px;
}
.featured_sections_head hr {
    border-top: 2px solid #4eaeea;
    opacity: 1;
}
.Feature_items_sec {
    width: 100%;
    height: auto;
    margin: 15px 0;
}
.Feature_items_sec img {
    width: 100%;
    height: auto;
    border-radius: 0px;
    margin-bottom: 20px;
}
.Feature_items_sec h3 {
    margin-bottom: 6px;
}
.Feature_items_sec h3 a{
    color: #fff;
    font-size: 22px;
    margin-bottom: 6px;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.Feature_items_sec p {
    color: #eee;
    line-height: 21px;
    margin-bottom: 6px;
   /* overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;*/
    font-size: 15px;
}
.Feature_items_sec a i {
    margin-left: 3px;
    font-size: 13px;
}
.Feature_items_sec a {
    color: #fff;
    font-size: 14px;
}
.Feature_items_sec .btn {
    background-size: 100% 100%;
    padding: 6px 20px;
    box-shadow: none;
    background-repeat: no-repeat;
    font-size: 15px;
    color: #fff;
}
.Feature_items_sec .btn:hover {
    opacity: .85;
}



@media (min-width: 200px) and (max-width: 575.98px){
    .featured_sections_head h1 {
        font-size: 26px;
        color: #fff;
        margin-bottom: 5px;
    }
    .featured_sections_head p {
        color: #fff;
        font-size: 11px;
    }
    .Feature_items_sec h3 {
        color: #fff;
        font-size: 22px;
        text-transform: uppercase;
        margin-bottom: 10px;
        letter-spacing: .5px;
    }
    .Feature_items_sec p {
        color: #fff;
        line-height: 17px;
        margin-bottom: 20px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
        font-size: 14px;
    }

}


@media (min-width: 576px) and (max-width: 991.98px){
    .Feature_items_sec {
        width: 100%;
        height: auto;
        padding: 30px 0px;
        margin-bottom: 30px;
    }
    .Feature_items_sec p {
        color: #fff;
        line-height: 17px;
        margin-bottom: 15px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        font-size: 14px;
    }
    .Feature_items_sec .btn {
        background-size: 100% 100%;
        padding: 6px 15px;
        box-shadow: none;
        background-repeat: no-repeat;
        font-size: 14px;
        color: #fff;
    }
    section.body_animation_sec {
        margin-bottom: -5px;
    }
    .footer_subscribe_conts{
        margin-bottom: 25px;
    }
}


div#bodyAni {
    width: 100%;
    height: auto;
}







.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
    top: -1px;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #fff !important;
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before {
    right: -1px;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #fff !important;
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #fff !important;
}

.tooltip-inner {
    max-width: 200px;
    padding: 8px 8px;
    color: #2c2a2a;
    text-align: center;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 10px -1px #3333;
    z-index: 999;
}
.tooltip.show {
    opacity: 1;
    z-index: 99999;
}







/*::::::::::::::   Footer Section   ::::::::::::::*/

footer {
    padding: 70px 0 30px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 0px;
    background-position: bottom;
}
.footer_about p {
    font-size: 15px;
    color: #fff;
    line-height: 20px;
}
.footer_about h2 {
    color: #fe0000;
}
.footer_about img {
    width: 75%;
    margin-bottom: 10px;
}
.footer_links h3 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 10px;
    font-family: 'TTTravels-Medium';
}
.footer_links .link a {
    display: block;
    font-size: 14px;
    line-height: 28px;
    font-weight: 300;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: .3px;
}
.footer_links p {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
}

.copyright_texts p a {
    font-weight: 600;
}

.copyright_texts p {
    font-size: 13px;
    color: #fff;
    margin-bottom: 0;
}
.copyright_texts {
    padding: 25px 0 0px;
    text-align: center;
    margin-top: 35px;
    border-top: 1px solid #4eaeea;
}
.footer_links .link a:hover {
    color: #477baa;
}

#btn-back-to-top {
    position: fixed;
    bottom: 28px;
    right: 28px;
    display: none;
    background: transparent;
    border: none;
    z-index: 99999;
}
#btn-back-to-top img {
    width: 85px;
}
.mr-auto {
    margin-right: auto;
}
.footer_about_logo h2 {
    font-size: 56px;
    color: #fff;
}
.footer_about_logo img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.footer_about_logo {
    border-bottom: 2px solid #4eaeea;
    margin-bottom: 20px;
    text-align: center;
    padding-bottom: 15px;
}
.footer_subscribe_conts {
    margin-top: 20px;
}
.footer_subscribe_conts h4 {
    font-size: 16px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 500 !important;
    font-family: 'TTTravels-Medium';
}
.footer_subscribe_conts .forms .form-control::placeholder {
    color: #eeeeee8c;
    font-size: 14px;
}
.footer_subscribe_conts .forms .btn {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 10px 13px;
    border: none;
    border-radius: 10px;
    font-size: 13px;
    margin-right: 0;
    box-shadow: none;
}
.footer_subscribe_conts .forms .form-control:focus{
    border-color: #eee;
}
.footer_subscribe_conts .forms .form-control:focus::placeholder{
    color: #eee;
}
.footer_subscribe_conts .forms .form-control {
    height: 49px;
    background-size: cover;
    background-color: transparent;
    box-shadow: none;
    padding-left: 20px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #dddddd96;
    border-radius: 12px;
}
.footer_subscribe_conts .forms {
    position: relative;
}
.footer_subscribe_conts {
    margin-top: 25px;
}

.footer_links {
    text-align: center;
}
.footer_links a {
    display: inline-block;
    margin: 5px 18px 5px;
    color: #fff;
    font-size: 14px;
    position: relative;
}
.footer_subscribe_conts {
    text-align: center;
    max-width: 450px;
    margin: 50px auto 40px;
}
.footer_links a::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: -webkit-transform .6s cubic-bezier(.19,1,.22,1);
    transition: -webkit-transform .6s cubic-bezier(.19,1,.22,1);
    transition: transform .6s cubic-bezier(.19,1,.22,1);
    transition: transform .6s cubic-bezier(.19,1,.22,1),-webkit-transform .6s cubic-bezier(.19,1,.22,1);
}
.footer_links a:focus:after, .footer_links a:hover:after {
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}


/*:::::: Animation logo ::::::*/

div#Logo {
    width: 75%;
}


@media (min-width: 0px) and (max-width: 575.98px){
  .footer_about {
      margin-bottom: 40px;
  }
  .footer_links {
      margin-bottom: 0px;
  }
  .footer_links a {
      margin: 1px 4px 1px;
      font-size: 10px;
      position: relative;
   }
  .copyright_texts {
      padding: 20px 0 0px;
      text-align: center;
  }
  .footer_about_logo h2 {
        font-size: 46px;
        color: #fff;
    }
    .footer_subscribe_conts{
        margin-bottom: 35px;
    }
    div#Logo {
        width: 40%;
        margin-bottom: -23px;
    }
    .footer_subscribe_conts {
        text-align: center;
        max-width: 100%;
        margin: 25px auto 0;
    }
    .footer_about_logo img {
        width: 100%;
        height: auto;
    }
}





/*:::::: Services Details Page ::::::*/

.services_details_sections{
    padding: 80px 0;
}
.services_details_sections_conts p {
    font-size: 17px;
    color: #eee;
    margin-bottom: 30px;
}
.services_details_sections_conts h1 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 15px;
}
.services_details_sections_conts img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}




/*:::::: Gallery Page ::::::*/

.Gallery_sections{
    padding: 90px 0;
}
.Gallery_sections_items a {
    display: block;
    width: 100%;
    border-radius: 15px;
    margin: 15px 0;
    overflow: hidden;
}
.Gallery_sections_items a img{
    width: 100%;
    height: 100%;
}


/*:::::: Hero Banner Page ::::::*/


.hero_banner{
    position: relative;
}
.hero_banner img {
    width: 100%;
    height: auto;
}
.hero_banner .overlay h2 {
    font-size: 50px;
    color: #fff;
    margin-bottom: -33px;
}
.hero_banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.hero_banner .overlay p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 7px;
    letter-spacing: 1.5px;
}

@media (min-width: 0px) and (max-width: 575.98px){
    .hero_banner .overlay {
        padding-top: 30px;
    }
    .hero_banner .overlay h2 {
        font-size: 15px;
        color: #fff;
        margin-bottom: -30px;
    }
    .hero_banner .overlay p {
        font-size: 8px;
        color: #fff;
        margin-bottom: 0px;
    }
}





/*:::::::::::::  Contact Page   ::::::::::::*/


.GetInTouchSec{
    padding: 80px 0 50px;
}
.GetInTouchForm {
    background: #0c0d0e;
    padding: 20px 10px;
    border-radius: 0px;
    margin-bottom: 60px;
}
.GetInTouchForm h2 {
    color: #fff;
    font-size: 24px;
    margin: 15px 15px 15px;
}
.GetInTouchForm p {
    margin-left: 15px;
    margin-right: 15px;
    color: #eee;
    margin-bottom: 15px;
}
.GetInTouchForm form {
    margin-top: 35px;
    padding: 0 20px;
}
.GetInTouchForm form .form-group{
    margin-bottom: 15px;
}
.GetInTouchForm form .form-group .form-control {
    background: transparent;
    color: #fff;
    border: none;
    border-bottom: 1px solid #eeeeee7a;
    border-radius: 0px;
    padding: 12px 6px;
    box-shadow: none;
}
.GetInTouchForm form .form-group .form-control::placeholder {
    color: #eeee;
}
.GetInTouchForm form .form-group .form-control::focus{
    border-bottom: 1px solid #fff;
}
.Addbox {
    background: #0c0d0e;
    padding: 15px;
    text-align: center;
    border-radius: 0px;
    margin-bottom: 25px;
}
.Addbox .icon {
    font-size: 40px;
    color: #ddd;
    margin: 7px 0px 13px;
}
.Addbox p {
    color: #eee;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: .3px;
    margin-bottom: 10px;
}
.ContactMap {
    background: rgba(255,255,255,0.2);
    padding: 8px;
    margin-bottom: 40px;
    border-radius: 0px;
}
.ContactMap iframe {
    height: 300px;
    border-radius: 4px;
}
.ContImg {
    padding: 0px 25px;
}
.contactCont h1 {
    font-size: 35px;
    color: #fff;
    line-height: 46px;
    margin-top: 43px;
    font-weight: 800;
}
.contactCont h3 {
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    line-height: 33px;
    font-family: -webkit-pictograph;
}
.Social_links a {
    margin: 0;
    text-align: center;
}
.Social_links a .socials:hover {
    color: #fff;
}
.Social_links a .socials {
    font-size: 23px;
    margin: 0 12px;
    color: #dddddde3;
    text-align: center;
}
.Social_links h3 {
    font-size: 19px;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 10px;
    letter-spacing: 1px;
    font-weight: 300 !important;
}
.GetinTouch.text-right .btn:hover {
    background: #fff;
}
.GetinTouch.text-right .btn {
    background: #eee;
    padding: 12px 40px;
    color: #111;
    border: none;
    letter-spacing: 1px;
    border-radius: 0px;
}




/*:::::::::::::  Team Page   ::::::::::::*/


.Team_sections{
    padding: 80px 0;
}
.team_sections_items .conts p {
    color: #ddd;
    font-size: 16px;
    margin-bottom: 0px;
}
.team_sections_items .conts h2 {
    font-size: 19px;
    color: #fff;
    margin-bottom: 5px;
}
.team_sections_items .conts {
    text-align: center;
    padding: 15px 0 10px;
}
.team_sections_items img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}
.team_sections_items {
    margin: 20px 0;
}

section.final_brand_setions {
    padding: 60px 90px;
}
section.blog_sections {
    padding: 60px 52px 70px;
}



/*:::::::::::::  Passengers Page   ::::::::::::*/

.hero-banner .overlay .text h1 {
    color: #fff;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}
.hero-banner .overlay {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: end;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgb(0 0 0 / 18%);
}
.hero-banner {
    min-height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
}


.space-station-iframe {
    margin-top: 15px;
    border: 2px solid #dddddd36;
}
b, strong {
    font-weight: 800;
}



/*:::::::::::::  News Details Page   ::::::::::::*/

.news_details_sec {
    padding: 60px 0;
}
.news_details_conts p span i {
    color: #fff;
    margin-right: 5px;
}
.news_details_conts p strong {
    margin: 0 15px;
    color: #cccccc6e;
    font-weight: 100;
}
.news_details_conts p span {
    color: #ddddddd1;
}
.news_details_conts img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.news_details_conts p {
    color: #ddd;
    font-size: 16px;
}
.news_details_conts h2 {
    font-size: 32px;
    color: #fff;
    margin-bottom: 15px;
}


/*:::::::::::::  Commercialization Sections Page   ::::::::::::*/

section.commercializing_space_sec {
    padding: 45px 0;
}
.commercializing_space_sec_text h5 {
    font-size: 20px;
    color: #ddd;
    margin-bottom: 15px;
}
.commercializing_space_sec_text p {
    color: #eee;
}
.commercializing_space_sec_text h3 {
    color: #eee;
    font-size: 25px;
}
.commercializing_space_sec_text h2 {
    color: #fff;
    margin-bottom: 10px;
}
.commercializing_space_sec_text {
    text-align: center;
}








@media (min-width: 0px) and (max-width: 575.98px){
    .team_sections_items {
        margin: 10px 0;
    }
    .team_sections_items .conts h2 {
        font-size: 12px;
        margin-bottom: 2px;
    }
    .team_sections_items .conts p {
        font-size: 10px;
    }
    .navbar {
        padding: 15px 0 0px;
    }
    .navbar-brand img {
        width: 100%;
        margin-bottom: 15px;
    }
    .navbar-toggler {
        position: absolute;
        top: 14px;
        right: 19px;
        color: #fff;
        border: 0px solid #fff;
        font-size: 33px;
        box-shadow: none !important;
    }
    .main_video_banner video {
        width: 100%;
        height: 50vh;
    }
    .About_setions_Cont {
        padding: 5px 15px 0 15px;
    }
    .About_setions_Cont.two {
        padding-right: 15px;
        padding-left: 15px;
        text-align: center;
    }
    .About_setions_Cont.three {
        padding: 5px 15px 25px 15px;
    }
    .galaxy_sections.rotates .galaxy_sections_banner_01 {
        transform: rotate(10deg);
        transition: 3s;
        left: 30%;
        bottom: 56%;
    }
    .galaxy_sections_banner_01 {
        position: absolute;
        left: 21%;
        bottom: 48%;
        transition: 3s;
    }
    .galaxy_sections_banner_01 img {
        width: auto;
        height: 29px;
    }
    .galaxy_sections_banner_01 a {
        position: absolute;
        left: 0;
        top: 26px;
        font-size: 8px;
        color: #fff;
    }
    .galaxy_sections_banner_02 {
        position: absolute;
        left: 25%;
        bottom: 71%;
    }
    .galaxy_sections_banner_02 img {
        width: auto;
        height: 15px;
    }
    .galaxy_sections_banner_02 a {
        position: absolute;
        right: -13px;
        font-size: 8px;
        color: #fff;
        bottom: -6px;
    }
    .galaxy_sections_banner_03 {
        position: absolute;
        left: 43%;
        bottom: 91%;
    }
    .galaxy_sections_banner_03 img {
        width: auto;
        height: 40px;
    }
    .galaxy_sections_banner_03 a {
        position: absolute;
        left: 0;
        bottom: -12px;
        font-size: 8px;
        color: #fff;
    }
    .galaxy_sections_banner_04 {
        position: absolute;
        left: 60%;
        top: -54%;
    }
    .galaxy_sections_banner_04 img {
        width: auto;
        height: 54px;
    }
    .galaxy_sections_banner_04 a {
        bottom: -7px;
        font-size: 8px;
    }
    .galaxy_sections_banner_05 {
        position: absolute;
        right: 0%;
        top: -101%;
    }
    .galaxy_sections_banner_05 img {
        width: auto;
        height: 100px;
    }
    .galaxy_sections_banner_05 a {
        position: absolute;
        left: -11px;
        top: 48px;
        font-size: 7px;
        color: #fff;
    }
    section.galaxy_sections {
        height: 450px;
    }
    .galaxy_sections.rotates .galaxy_sections_banner_03 {
        transform: rotate(10deg);
        left: 52%;
        bottom: 90%;
        transition: 3s;
    }
    section.final_brand_setions {
        padding: 20px 10px 60px;
    }
    section.blog_sections {
        padding: 10px 10px 30px;
    }
}




@media (min-width: 576px) and (max-width: 991.98px){
    .footer_about_logo{
        margin-top: 60px;
    }
    .navbar-brand {
        margin: auto 0px 8px;
        display: block;
    }
    .navbar {
        padding: 5px 0 5px;
        width: 100%;
    }
    .navbar-toggler {
        position: absolute;
        top: 14px;
        right: 35px;
        color: #fff;
        border: 0px solid #fff;
        font-size: 33px;
        box-shadow: none !important;
    }
    .main_video_banner video {
        width: 100%;
        height: 350px;
    }
    .About_setions_Cont {
        padding: 5px 40px 0 40px;
    }
    .About_setions_Cont.two {
        padding-right: 40px;
        padding-left: 40px;
        text-align: center;
    }
    section.gravity_sections {
        padding: 0px 0 0px;
    }
    .gravity_sections_contents .overlay{
        padding: 15px;
    }
    .gravity_sections_contents .overlay .conts h4 {
        color: #fff;
        font-size: 18px;
    }
    .gravity_sections_contents .overlay .conts p {
        font-size: 13px;
    }
    .galaxy_sections_banner_01 {
        position: absolute;
        left: 29%;
        bottom: 51%;
    }
    .galaxy_sections_banner_01 img {
        width: auto;
        height: 40px;
    }
    .galaxy_sections_banner_01 a {
        top: 22px;
        font-size: 12px;
        left: -55px;
    }
    .galaxy_sections_banner_02 {
        position: absolute;
        left: 28%;
        bottom: 73%;
    }
    .galaxy_sections_banner_02 img {
        width: auto;
        height: 25px;
    }
    .galaxy_sections_banner_02 a {
        font-size: 11px;
        top: 26px;
    }
    .galaxy_sections_banner_03 {
        position: absolute;
        left: 39%;
        bottom: 90%;
    }
    .galaxy_sections_banner_03 img {
        width: auto;
        height: 70px;
    }
    .galaxy_sections_banner_03 a {
        bottom: 15px;
        font-size: 11px;
        bottom: -10px;
    }
    .galaxy_sections_banner_04 {
        position: absolute;
        left: 57%;
        top: -37%;
    }
    .galaxy_sections_banner_04 img {
        width: auto;
        height: 90px;
    }
    .galaxy_sections_banner_04 a {
        bottom: 13px;
        font-size: 11px;
    }
    .galaxy_sections_banner_05 {
        position: absolute;
        right: 2%;
        top: -65%;
    }
    .galaxy_sections_banner_05 img {
        width: auto;
        height: 130px;
    }
    .galaxy_sections_banner_05 a {
        position: absolute;
        left: -30px;
        top: 57px;
        font-size: 11px;
        color: #fff;
    }
    section.galaxy_sections {
        height: 620px;
    }
    .About_setions_Cont.three {
        padding: 5px 40px 25px 40px;
    }
    section.final_brand_setions {
        padding: 20px 40px 60px;
    }
    section.blog_sections {
        padding: 10px 40px 30px;
    }
    .galaxy_sections.rotates .galaxy_sections_banner_01 {
        transform: rotate(10deg);
        transition: 3s;
        left: 33%;
        bottom: 55%;
    }
    .galaxy_sections.rotates .galaxy_sections_banner_02 {
        position: absolute;
        left: 36%;
        bottom: 77%;
        transform: rotate(10deg);
        transition: 3s;
    }
    .galaxy_sections.rotates .galaxy_sections_banner_03 {
        transform: rotate(10deg);
        left: 49%;
        bottom: 90%;
        transition: 3s;
    }
}














