/*******************************************************************************************************************************************************
*   Font Family
*******************************************************************************************************************************************************/
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&display=swap');



body {
    /* background-color: #fefefe; */
    font-family: 'IBM Plex Sans', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'IBM Plex Sans', sans-serif;
}
h1 {
    color: #262366;
    font-size: 38px;
    line-height: 50px;
    margin-bottom: 25px;
}
h2 {
    color: #262366;
    font-size: 40px;
    line-height: 45px;
    font-weight: 300;
    margin-bottom: 3px;
}
h3 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    color: #262366;
}
h4 {
    font-size: 18px;
    line-height: 22px;
}
h5 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 15px;
}

p {
    color: #616161;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
}
a:hover,
a:focus {
    text-decoration: none;
}
ul {
    padding-left: 0;
    margin-left: 0;
}
ul li {
    color: #616161;
    list-style: none;
}
button {
    border: 0;
    background-color: transparent;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
img {
    max-width: 100%;
    height: auto;
}
.primary_btn {
    background-color: #E74344;
    border: 1px solid #E74344;
    border-radius: 6px;
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 40px;
    transition: 0.5s;
}
.primary_btn:hover {
    background-color: transparent;
    border: 1px solid #E74344;
    color: #E74344;
    transition: 0.5s;
}
.btn_white {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 6px;
    display: inline-block;
    color: #E74344;
    font-size: 16px;
    padding: 10px 40px;
    transition: 0.5s;
}
.btn_white:hover {
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    transition: 0.5s;
}
.theme-color{
	color: #e74344!important;
}
.text-blue {
    color: #262366 !important;
}
section {
    padding: 60px 0;
}
strong {
    font-weight: 600;
}
.main_title_img {
    position: relative;
    text-align: left;
}
.main_title_img img {
    width: 55px;
    position: absolute;
    top: -3px;
    margin-left: 0;
    height: 45px;
    object-fit: contain;
}
.slick-dots {
    bottom: -50px;
}
.slick-dots li {
    width: 30px;
    height: 3px;
    margin-bottom: 10px;
}
.slick-dots li button:before {
    content: '';
    background: #000000;
    opacity: 1;
    width: 30px;
    height: 3px;
    transition: 0.5s;
}
.slick-dots li.slick-active button:hover:before,
.slick-dots li.slick-active button:before {
    opacity: 1;
    background: #E74344;
}



/* Site Header */
.site-header {
    background-color: transparent;
    padding: 12px 0;
    position: fixed;
    transition: 0.5s;
    width: 100%;
    z-index: 999;
}
.site-header .site-logo {
    max-width: 80%;
}
.site-header .nk-navbar-light .nk-navbar-nav li {
    text-align: center;
}
.site-header .nk-navbar-light .nk-navbar-nav .nk-nav-link {
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    margin-left: 15px;
    position: relative;
    text-align: center;
    transition: 0.5s;
}
/* .site-header .nk-navbar-light .nk-navbar-nav .nk-nav-link:before {
    content: '';
    background-image: none;
    bottom: -10px;
    display: block;
    left: 50%;
    height: 14px;
    position: absolute;
    width: 12px;
    transform: translateX(-50%);
    transition: 0.5s;
} */
.site-header .nk-navbar-light .nk-navbar-nav .nk-nav-link.active,
.site-header .nk-navbar-light .nk-navbar-nav .nk-nav-link:hover {
    color: #E74344;
    transition: 0.5s;
}
/* .site-header .nk-navbar-light .nk-navbar-nav .nk-nav-link.active:before {
    background-image: url("../images/menu_selection_icon.png");
    transition: 0.5s;
} */
.site-header .nk-navbar-light .nk-navbar-nav .nk-nav-link .menu_icon {
    display: none !important;
    width: 25px;
    margin: 5px auto 0;
    text-align: center;
}
.site-header .nk-navbar-light .nk-navbar-nav .nk-nav-link.active .menu_icon {
    display: block !important;
}
.site-header .nk-navbar-light .nk-navbar-toggler {
    color: transparent;
    border-color: transparent;
}
.site-header .nk-navbar-light button:focus {
    outline: none;
}
.site-header .nk-navbar-light .nk-navbar-toggler-icon {
    background-image: url("../images/toggle-icon-white.svg");
}
.site-header .nk-navbar-light .nk-navbar-nav .search_box {
    margin-left: 16px;
    position: relative;
    padding: 2px 8px 0;
}
.site-header .nk-navbar-light .nk-navbar-nav .search_box input {
    background-color: transparent;
    border: 1px solid #E74344;
    color: #ffffff;
    font-size: 14px;
    border-radius: 50px;
    padding: 6px 30px 6px 15px;
    width: 100%;
}
.site-header .nk-navbar-light .nk-navbar-nav .search_box input::-webkit-input-placeholder { /* Edge */
    color: #ffffff;
}  
.site-header .nk-navbar-light .nk-navbar-nav .search_box input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffffff;
}  
.site-header .nk-navbar-light .nk-navbar-nav .search_box input::placeholder {
    color: #ffffff;
}
.site-header .nk-navbar-light .nk-navbar-nav .search_box button {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 3px;
}
.site-header .nk-navbar-light .nk-navbar-nav .search_box i {
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
}
.site-header.sticky-header {
    background-color: #060d17;
}


/* Site Banner */
.site_banner {
    background-image: url("../images/banner_image.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 250px 0 0;
}
.banner_slider .content p {
    color: #E74344;
    font-size: 18px;
    line-height: 28px;
}
.banner_slider .content p,
.banner_slider .content a.primary_btn {
    margin-left: 15px;
}
.banner_slider .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
    display: inline-block;
    position: absolute;
    left: -150px;
    top: 55%;
    transform: translateX(-50%) rotate(90deg);
}
.banner_slider .owl-theme .owl-dots .owl-dot span {
    background: #ffffff;
    opacity: 1;
    width: 40px;
    height: 3px;
    transition: 0.5s;
}
.banner_slider .owl-theme .owl-dots .owl-dot.active span, 
.banner_slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #E74344;
    transition: 0.5s;
}
.banner_slider .slick-dots {
    bottom: -50px;
}
.banner_slider .slick-dots li {
    width: 30px;
    height: 3px;
    margin-bottom: 10px;
}
.banner_slider .slick-dots li button:before {
    content: '';
    background: #ffffff;
    opacity: 1;
    width: 30px;
    height: 3px;
    transition: 0.5s;
}
.banner_slider .slick-dots li.slick-active button:hover:before,
.banner_slider .slick-dots li.slick-active button:before {
    opacity: 1;
    background: #E74344;
}
.site_banner .thumbnails {
    margin-top: 200px;
}


/* Our Mission */
.our_mission .left_content,
.our_mission .right_content {
    position: relative;
}
.our_mission .title {
    background-color: #262366;
    border-radius: 8px;
    position: absolute;
    top: -30px;
    left: -30px;
    width: 180px;
    padding: 50px 25px;
}
.our_mission .title h2 {
    font-size: 30px;
    line-height: 35px;
}
.our_mission .right_content {
    padding: 40px 50px 15px 15px;
}
.our_mission p {
    color: #616161;
}
.our_mission strong {
    color: #242424;
}
.our_mission .main_title_img img {    
    max-width: 25%;
    position: absolute;
    top: -8px;
    margin-left: 6px;
}


/* Oue Product */
.product_list .product_boxes {
    margin-bottom: 20px;
    position: relative;
}
.product_list .product_boxes h4 {
    bottom: 10px;
    left: 0;
    padding: 0 14px;
    position: absolute;
}


/* Live Tour */
.live_tour  {
    overflow: hidden;
}
.live_tour_content {
    background-image: url("../images/live_tour_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0 500px;
}
.tour_slider {
    margin-top: -450px;
    margin-bottom: 70px;
}
.live_tour .tour_content {
    position: relative;
}
.live_tour .tour_content img {
    border-radius: 30px;
    display: inline-block;
    width: 100%;
}
.live_tour .tour_content .content {
    bottom: 10px;
    left: 55px;
    position: absolute;
    width: 80%;
}
.live_tour .tour_content .content p {
    color: #ffffff;
}



/* Why Choose */
.why_choose .why_choose_box {
    background-color: #262366;
    border-radius: 15px;
    margin-bottom: 20px;
    padding: 25px 15px;
}
.why_choose .why_choose_box h4 {
    color: #E74344;
    margin-bottom: 12px;
    text-transform: capitalize;
}
.why_choose .why_choose_box p {
    color: #ffffff;
}
.why_choose .read_more {
    color: #262366;
    font-weight: 600;
    transition: 0.5s;
}
.why_choose .read_more:hover {
    color: #E74344;
    transition: 0.5s;
}
.why_choose .read_more i {
    position: relative;
    top: 2px;
}



/* Who We Are */
.who_we_are {
    background-image: url("../images/footer_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right -50px;
    padding: 120px 0;
}
.who_we_are h4 {
    color: rgba(255,255,255, 0.8);
    line-height: 25px;
    margin-bottom: 25px;
}
.who_we_are h4 strong {
    color: #ffffff;
}



/* Newsletter */
.newsletter {
    background-image: url("../images/newsletter.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.newsletter .line {
    background-color: #ffffff;
    display: block;
    height: 2px;
    margin: 0 auto 5px;
    width: 70px;
}
.newsletter .form-group {
    position: relative;
}
.newsletter .forms_data input {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 7px;
    color: #242424;
    font-size: 14px;
    padding: 12px 25px;
    width: 100%;
}
.newsletter input.primary_btn {
    background-color: #E74344;
    border: 1px solid #E74344;
    border-radius: 6px;
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    padding: 5px 25px 6px;
    position: absolute;
    right: 10px;
    top: 5px;
    width: auto;
    transition: 0.5s;
}
.newsletter input.primary_btn:hover {
    background-color: transparent;
    border: 1px solid #E74344;
    color: #E74344;
    transition: 0.5s;
}



/* Site Footer */
.site-footer {
    background-image: url("../images/footer_bg1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 25px 0;
}
.site-footer ul,
.site-footer ul li {
    list-style: none;
    display: inline-block;
    padding-left: 0;
}
.site-footer .nk-nav-link {
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    margin-left: 40px;
    position: relative;
    text-align: center;
    transition: 0.5s;
}
.site-footer .nk-nav-link.active,
.site-footer .nk-nav-link:hover {
    color: #E74344;
    transition: 0.5s;
}
.bootom_footer {
    background-image: none;
    background-color: #000000;
    padding: 5px 0;
}
.bootom_footer .social_link .nk-nav-link {
    font-size: 14px;
    margin: 0 14px 0 0;
}
.bootom_footer .copyright .nk-nav-link {
    font-size: 14px;
    margin-left: 45px;
}

/*title bar*/
.page_title{
    background: #0E1F55;
    height: 300px;
    display: flex;
    align-items: center;
    position: relative;
    background-size: cover;
}
.page_title:before {
    content: "";
    height: 100%;
    width: 100%;
    background: #000000a6;
    position: absolute;
}
.breadcrumb-bar {
    position: absolute;
    bottom: -20px;
    left: 0;
    margin: auto;
    width: 100%;
    text-align: center;
}
ul.breadcrumbs {
    list-style: none;
    display: inline-flex;
    justify-content: center;
    margin: 0;
    background: #fff;
    padding: 10px 20px;
    font-weight: 600;
    box-shadow: 0px 0px 6px #00000038;
}
ul.breadcrumbs li+li{
    margin-left: 14px;
    position: relative;
    display: flex;
    align-items: center;
}
ul.breadcrumbs li+li:before {
    content: "";
    height: 70%;
    position: absolute;
    width: 2px;
    background-color: #616161;
    left: -8px!important;
}
ul.breadcrumbs li a{
    color: #616161;
}
ul.breadcrumbs li:last-child a, ul.breadcrumbs li a:hover{
    color: #e74344;
}
/*Privacy Policy*/
.privacy.page_title{
    background-image: url(../images/common-bg.png);
}
.policy-sec .policy-content+.policy-content{
  padding-top: 20px;
}
.topic-title {
    font-size: 24px;
    font-weight: 600;
    color: #26255F;
    position: relative;
    display: flex;
    align-items: center;
        line-height: 30px;
    margin-bottom: 10px;
}
.topic-title:before {
    content: "";
    height: 85%;
    width: 5px;
    background: #e74344;
    position: absolute;
    left: -11px;
}
.topic-data p {
    color: #616161;
    font-size: 16px!important;
}
/*About Us*/
.about.page_title{
    background-image: url(../images/about-bg.png)
}
ul.theme-point li{
    display: flex;
    align-items: baseline;
    margin-bottom: 4px; 
}
ul.theme-point li:before {
    content: "\f058";
    font-family: 'Font Awesome 5 Pro';
    margin-right: 10px;
    font-size: 18px;
    color: #262366;
}
.border-shade{
    border:solid 2px #fff;
    border-radius: 10px!important;
    box-shadow: 0px 0px 18px 0px #00000059;
}
.about-sec{
    background: linear-gradient(to right, #ffffff 30%, #F3F6FC 0%, #F3F6FC 50%);
}
.about2-sec{
    background: linear-gradient(to right, #fbfbfb 70%, #ffffff 50%);
}
.contact-page{
    background: linear-gradient(to bottom, #ffffff 22%, #FAFAFA 0%, #FAFAFA 50%);
}
.contact.page_title{
    background-image: url(../images/contact-bg.png);
}
.contact-info {
    padding: 24px 10px;
    background: #fff;
    border: solid 1px #eee;
    border-radius: 10px;
    text-align: center;
    height: 100%;
}
.contact-info:hover{
    border: solid 1px #e74344;
    box-shadow: 0px 0px 20px #0000000f;
}
.contact-info .icon i {
    font-size: 30px;
    color: #e74344;
}
.contact-info span{
    color: #898989;
    font-weight: 500;
    font-size: 16px;
}
form.contact-form h3 {
    font-size: 28px;
    color: #242424;
}
.contact-form {
    padding: 30px 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 6px 10px 20px #0000000f;
    border: solid 1px #EEEEEE;
}
.contact-form .input-group {
    border-radius: 8px;
    height: 50px!important;
    overflow: hidden;
    box-shadow: none;
    background-color: #f9f9f98a;
    border: solid 1px #D6D9DE;
}
.contact-form .input-group:focus, .contact-form .input-group:hover{
    border-color: #262366!important;
    box-shadow: 0px 3px 5px #2623661f!important;
}
.contact-form .input-group:focus i, .contact-form .input-group:hover i{
    color: #262366!important;
}
.contact-form .input-group input,
.contact-form .input-group textarea {
    height: 100%;
    background-color: transparent;
    border: none!important;
    box-shadow: none!important;
    padding-left: 0px;
    font-weight: 700;
}
.contact-form .input-group textarea {
    height: 120px;
}
.contact-form .input-group input::placeholder{
    color: #DBDBDB;
}
.contact-form .input-group-text i {
    font-weight: 600;
    color: #DBDBDB;
}
.contact-form .input-group-text {
    border: none!important;
    padding: 0;
    width: 50px;
    display: flex;
    justify-content: center;
    font-size: 20px;
    color: #000;
}
button.contact-btn {
    width: 200px;
    background: #E74344;
    color: #fff;
    height: 50px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
}
button.contact-btn:hover{
    background: #262366!important;
}
/*Blog*/
.blog.page_title, .blog-inner.page_title{
    background-image: url(../images/common-bg.png);
}
.blog-inner{
    height: 150px;
    padding: 0!important;
}
ul.blog-meta li {
    width: 50%;
    display: flex;
}
.blog-cat span {
    height: 40px;
    background: #262366;
    padding: 10px;
    color: #fff;
}
.blog-title h4{
    font-size: 26px;
    line-height: 32px;
    color: #262366!important;
}
.blog-img{
	border-radius: 10px;
    overflow: hidden;
    height: 218px;
    width: 100%;
}
.blog-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 0.4s;
}
.blog-item:hover h4{
	color: #e74344!important;
}
.blog-item:hover img{
	transform: scale(1.1);
}
ul.blog-footer {
    display: flex;
}
ul.blog-footer li+li{
    margin-left: 18px;
}
ul.blog-footer {
    display: flex;
    font-weight: 600;
    font-size: 18px;
    color: #BFBFBF!important;
    margin-bottom: 0;
    padding-top: 8px;
    border-top: solid 2px #eee;
}
ul.blog-footer i {
    color: #E74344;
}
.blog-content{
    background: #fff;
    padding: 12px;
    margin: 0 20px;
    transform: translateY(-40px);
    border-radius: 10px;
    box-shadow: 6px 5px 20px #00000014;
}
.blog-date {
    color: #808080;
    font-weight: 600;
    font-size: 17px;
}
.featured-img {
    height: 500px;
    object-fit: cover;
}
.share-btn a {
    font-size: 28px;
    color: #77848D;
}
.share-btn h3 {
    font-weight: 400;
    color: #77848d;
}
.user-data span {
    color: #77848d;
    font-weight: 500;
    font-size: 17px;
}
.share-btn a:hover{
    color: #e74344!important;
}
.share-btn li+li {
    margin-left: 16px;
}
.post-user {
    padding: 20px 0;
    border: solid 2px #eeeeee;
    border-width: 2px 0 2px 0;
    margin: 30px 0;
}
.short-desc p {
    font-size: 17px!important;
    color: #7D8286;
}
.post-user .user-img img {
    border-radius: 100px;
    height: 80px!important;
    max-width: 80px!important;
    object-fit: cover;
}
.dot.theme-point li:before{
    color: #e74344!important;
}
.dot.theme-point li{
    margin-bottom: 20px;
}
/*Team*/
.leader-sec{
    background: #F3F6FD;
}
.team-box {
    border: solid 1px #EEEEEE;
    border-radius: 4px;
    padding: 20px;
    height: 100%;
}
.team-box:hover{
    border: solid 1px #e74344;
    box-shadow: 0px 0px 12px #e7434414; 
}
.team-box:hover h4.tname{
	color: #e74344!important;
}
h4.tname {
    background: #fff;
    margin: 0 16px;
    font-size: 20px;
    padding: 12px 0;
    border-radius: 8px 8px 0 0;
}
.team-content{
    margin-top: -46px; 
    position: relative;
    z-index: 1;
}
.team-desc p {
    color: #ABABAB;
    font-weight: 600;
    font-size: 16px;
}
.team-desc p:last-child{
    margin:0;
}
.lead-img img{
    height: 280px;
    /* object-fit: cover; */
    object-fit: fill;
}
.blue-shade{
    background: linear-gradient(to bottom, #ffffff 164px, #262366 0%, #262366 50%);
}
.theme-shade{
    background: linear-gradient(to bottom, #ffffff 160px, #E74344 0%, #E74344 50%);
}
.blue-shade p, .theme-shade p{
    color: #fff!important;
}
.blue-shade h3, .theme-shade h3{
    font-size: 30px;
}
/*News*/
.news-sec {
    background: linear-gradient(to bottom, #ffffff 22%, #F3F6FD 0%, #F3F6FD 50%);
}
.view-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.view-btn:after {
    content: "";
    height: 2px;
    width: 100%;
    background: #7F7E90;
    position: absolute;
    left: 0;
    z-index: -1;
}
.view-btn a {
    padding: 6px 20px;
    background: #fff;
    color: #29274E;
    font-size: 16px;
    font-weight: 600;
}
.shade_boxes {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0px 0px 20px #0000000d;
    height: 100%;
}
#accordion .card {
    border: solid 2px #EBEBF3!important;
    box-shadow: 0px 0px 8px #0000000a;
    border-radius: 10px;
    padding: 14px 20px!important;
}
#accordion .card-header {
    display: flex;
    text-align: left;
    align-items: center;
    border: none!important;
    background: transparent!important;
    font-size: 22px;
    font-weight: 700;
    padding: 0!important;
}
#accordion .card-body{
	padding: 0 0 0 14px!important;
	text-align: left;
}
#accordion .card-header .card-link{
	color: #e74344!important;
	position: relative;
    padding-right: 30px;
    width: 100%;
    padding-left: 14px;
    line-height: 28px;
}
#accordion .card-header .card-link.collapsed{
   color: #26265C!important;
 }
#accordion .card-header i{
	position: absolute;
    right: 0;
    top: 10px;
}
#accordion .card-body{
	text-align: left;
}
#accordion .card-header .collapsed i:before {
    content: "\f13a";
}
#accordion a.card-link:before {
    content: "";
    height: 100%;
    width: 4px;
    background: #e74344;
    position: absolute;
    left: 0;
}



/* 27-05-2021 */
.banner_slider .content {
    padding: 90px 0 0;
}
.banner_slider .content h2 {
    color: #ffffff;
    font-size: 46px;
    line-height: 51px;
    font-weight: 400;
    margin-left: 12px;
    margin-bottom: 15px;
    position: relative;
}
.banner_slider .content h2 img {
    position: absolute;
    top: -80px;
    margin-left: -35px;
    max-width: 35%;
}
.banner_slider .content h2 img.wifi_gif {
    position: absolute;
    top: -60px;
    margin-left: -25px;
    max-width: 30%;
}
.banner_slider .content h2 img.aircraft_img {
    max-width: 30%;
    top: -65px;
}
.banner_slider .content h2 img.mobile_img {
    max-width: 6%;
    margin-left: 10px;
    top: -115px;
}
.banner_slider .content h2 i {
    font-size: 20px;
    position: relative;
    top: -15px;
}
.banner_slider .content h2 span {
    font-size: 30px;
    line-height: 30px;
    position: relative;
    top: -5px;
}
.banner_slider .content p,
.banner_slider .content ul li {
    color: #ffffff;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 0;
    margin-left: 12px;
}
.banner_slider .content .primary_btn {
    margin-top: 25px;
}
.site-footer .col-md-9 .nk-nav-link {
    margin-left: 0;
    margin-right: 40px;
}


/* 02-06-2021 */
/* .team-box {
    padding: 20px 5px;
} */
.team-box .team-img img {
    height: 215px;
    /* object-fit: contain; */
}
.team-content {
    margin-top: -5px;
}
.file-upload .file-select {
    display: flex;
    align-items:center;
    border: 1px solid #D6D9DE;
    height: 50px;
    line-height: 40px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    padding:10px;
}
.file-upload .file-select:hover{
    border-color: #262366!important;
    box-shadow: 0px 3px 5px #2623661f!important;
}
.file-upload .file-select:hover i{
    color: #262366!important;
}
.file-upload .file-select .file-select-button {
    border: none!important;
    padding: 0;
    width: 56px;
    display: inline-flex;
    justify-content: center;
    font-size: 20px;
    color: #DBDBDB;
    height: 46px;
    align-items: center;
}
.file-upload .file-select .file-select-name {
    display: inline-flex;
    font-weight: 900;
    color: #DCDDDC;
    height: 50px;
    width: 100%;
    align-items: center;
        line-height: 18px;
    font-size: 15px
}
.active .file-select-name{
    color: #495057!important;
}
.file-upload .file-select input[type="file"] {
    z-index: 100;
    cursor: pointer;
    font-weight: 800;
    color: #DBDBDB;
    line-height:26px;
}
.more_text_toggle,
.moretext,
.moretext1 {
    display: none;
}
.red_more_toggle {
    cursor: pointer;
}




/* 07-06-2021 */
/* .site_banner {
    background-image: none;
    padding: 0;
    overflow: hidden;
} */
/* .banner_slider .banner_img {
    background-position: center;
    position: relative;
    padding: 250px 0 0;
    height: 100vh;
} */


/* 10-06-2021 */
.award_boxes {
    border: 1px solid #262366;
    border-radius: 15px;
    margin-bottom: 20px;
    padding: 10px 15px;
}
.award_boxes img {
    display: inline-block;
    /* height: 210px; */
    margin-bottom: 15px;
    margin-right: 8px;
    object-fit: contain;
}
.award_boxes.army_tech img {
    height: 96px;
}
.award_boxes h4, 
.award_boxes p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 8px;
}


/* 14-06-2021 */
.team_big_bio.blue-shade {
    background: linear-gradient(to bottom, #ffffff 120px, #262366 0%, #262366 65%);
}
.team_big_bio .lead-img img {
    height: 180px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { /* Chrome, Safari, Edge, Opera */
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] { /* Firefox */
    -moz-appearance: textfield;
}


/* 15-06-2021 */
.text-black {
    color: #000000;
}
.banner_slider .content h2 .app_name {
    font-size: 48px;
    line-height: 53px;
    display: inline-block;
}
.banner_slider .content ul.banner_lisitng li h2 {
    font-size: 40px;
    line-height: 46px;
}
.banner_slider .content ul.banner_lisitng li {
    position: relative;
    padding-left: 25px;
    margin-left: 20px !important;
    margin-bottom: 8px;
}
.banner_slider .content ul.banner_lisitng li:before {
    content: '';
    background-color: #E74344;
    border-radius: 3px;
    display: block;
    height: 15px;
    width: 15px;
    position: absolute;
    left: 0;
    top: 19px;
    transform: rotate(40deg);
}
.bio_popup .close_modal {
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 6px;
    font-size: 20px;
    border: 2px solid #000000;
    border-radius: 50px;
    padding: 1px 9px;
}
.bio_popup h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 8px;
    margin-left: 0;
}
.bio_popup h5 {
    font-size: 20px;
    line-height: 25px;
    margin: 10px 0;
}
.bio_popup .team-desc p {
    color: #000000;
    margin-bottom: 5px;
}

.banner_slider .content {
    padding: 0;
}
.banner_slider .content .gifs {
    position: relative;
}
.banner_slider .content h2 img.wifi_gif {
    margin-left: -50px;
    max-width: 31%;
}
#satellite {
    position: relative;
    top: -20px;
    left: -80px;
    width: 100%;
    height: 100%;
    animation: move 5s ease infinite;
}
@keyframes move {
  50% {
     top: 20px;
     left: 0;
  }
}


/* 17-06-2021 */
.banner_slider .content h2 .full_name,
.banner_slider .content h3 {
    font-size: 28px;
    line-height: 24px;
}
.live_tour .tour_content:before {
    content: '';
    background-color: #0000008a;
    border-radius: 30px;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}
.who_connect i {
    font-size: 20px;
}
.team-box .team-img img {
    object-fit: contain !important;
}



/* 18-06-2021 */
.nsf_logo {
    height: 255px;
    margin-bottom: 0 !important;
}
.nsf_army_logo {
    height: 230px;
    object-fit: contain;
    width: 230px;
}



/* 21-06-2021 */
.site_banner {
    background-image: none;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
}
.site_banner .banner_img {
    position: absolute;
    width: 100%;
    margin: auto;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.site_banner .banner_img video {
    width: 100%;
}
.team-box a.read_more {
    color: #e74344;
}



/* 22-06-2021 */
.banner_slider .content h2,
.banner_slider .content p, 
.banner_slider .content a.primary_btn,
.banner_slider .content h3,
.banner_slider .content ul {
/*.banner_slider .thumbnails {*/
    margin-left: 0 !important;
}
.banner_slider .content {
    margin-left: 15px !important;
}


/* 24-06-2021 */
.banner_slider .content .thumbnails a img {
    border-radius: 10px;
}
.banner_slider .content .thumbnails a.youtube_play_video {
    display: block;
    position: relative;
    border: 2px solid #ffffff;
    border-radius: 10px;
}
.banner_slider .content .thumbnails a.youtube_play_video i {
    color: #000000;
    background-color: rgba(255,255,255,0.9);
    border-radius: 50px;
    font-size: 10px;
    height: 30px;
    padding: 11px;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    text-align: center;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.acknowledgement_sec .award_boxes {
    display: flex;
    align-items: center;
}
.acknowledgement_sec .award_boxes img {
    margin-bottom: 0;
}
.acknowledgement_sec p {
    font-size: 27px;
    font-weight: 500;
    line-height: 32px;
    margin: 14px 0;
}




/* 29-06-2021 */
.blue-shade.team_big_bio h4 {
    font-size: 23px;
    line-height: 29px;
    font-weight: 600;
}


/* 30-06-2021 */
.our_mission .more_text {
    display: none;
}
.our_mission i.fa.fa-trademark {
    font-size: 10px;
    border: 1px solid #616161;
    font-weight: 400;
    border-radius: 50px;
    width: 19px;
    height: 19px;
    padding: 4px 0;
    text-align: center;
    position: relative;
    top: -3px;
}


/* 01-07-2021 */
.tour_content h4 {
    font-weight: 700;
}

a.nav-link.nk-nav-link.siconsize {
    font-size: 18px;
}



