.txt span{
  font-family: source sans pro;
   font-size: 20px;
   color: white;
   line-height: 50px;
   font-weight: 400px;

}

.owl-nav {
display: flex;
position: absolute;
bottom: -22px;
left:0px;
width: 100%;

}
.owl-nav .owl-prev,
.owl-nav .owl-next {
color: white;
border-radius: 50%;
padding: 10px;
cursor: pointer;
background-color:#000422;
}
.owl-dots{
display: none;
}
.owl-theme .owl-nav [class*=owl-]{
background: none !important;
}
.owl-carousel .item img {
width: 100%;
height: auto;
}

.owl-carousel .item img {
    width: 100%;
    height: auto;
}
.box {
  background-color: #000422;
  color: white;
  padding: 20px;
  margin: 10px;
  flex: 1;
  /* width: 360px; */
  /* height: 550px; */
  text-align: center;
  border-radius: 5px;
  border: 1px solid #FFFFFF;
}
.hero{
  background-image: url(../images/NAVPEN.png);
  position: relative;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  min-block-size: 80vh;
  place-content: center;
  text-align: left;
 }
 .hero::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(hsl(#0A2A4300),
  hsl(#0A2A43));
z-index: -1;
 }

 @layer general-styling{
  html{
      color-scheme: dark light;
      line-height: 1.6;
  }
 }
.overlay{
  border-image-source: linear-gradient(#0A2A4300,#111b41) ;

  border-image-slice: fill 1;

}
.txt span{
  font-family: source sans pro;
   font-size: 20px;
   color: white;
   line-height: 50px;
   font-weight: 400px;

}

.owl-nav {
display: flex;
position: absolute;
bottom: -22px;
left:0px;
width: 100%;

}
.owl-nav .owl-prev,
.owl-nav .owl-next {
color: white;
border-radius: 50%;
padding: 10px;
cursor: pointer;
background-color:#000422;
}
.owl-dots{
display: none;
}
.owl-theme .owl-nav [class*=owl-]{
background: none !important;
}
.owl-carousel .item img {
width: 100%;
height: auto;
}


.background {
    background-image: url('../images/background.png');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: relative;

}
.site_theme label:nth-child(2) i {
    background: url(../images/theme-switch.png) right 0 no-repeat;
    background-size: cover;
    width: 18px;
    height: 20px;
    display: block;
}
.txt_size {
    float: left;
    font-size: 0;
    margin-top: 17px;
}
.txt_size a {
    display: inline-block;
    vertical-align: baseline;
    width: auto;
    /* height: 23px; */
    margin-right: 10px;
}

.input input::placeholder {
    color: white;
}

.overlay {
    background: #000422;

}
.bg-blur {
    background: transparent;
    backdrop-filter: blur(10px);
  }
  .site_theme label {
    width: 18px;
    height: 20px;
    float: left;
    position: relative;
    display: block;
  }
  .site_theme label input {
    display: none;
}
.txt_size {
    float: left;
    font-size: 0;
    margin-top: 17px;
}
.txt_size a {
    display: inline-block;
    vertical-align: baseline;
    width: auto;
    /* height: 23px; */
    margin-right: 10px;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    background: transparent;
    text-decoration: none !important;
}
.site_theme {
    float: left;
    margin-right: 14px;
    margin-top: 17px;
    display: flex;
}
.site_theme label i {
    background: url(../images/theme-switch.png) 0 0 no-repeat;
    background-size: cover;
    width: 18px;
    height: 20px;
    display: block;
}

/* .social_media_panel {
    background: url(images/bg4.png) center top no-repeat;
    background-size: cover;
    width: 100%;
    float: left;
    padding: 72px 0 58px;
    position: relative;
}
.social_media_panel .h_txt h2,
.social_media_panel .h_txt span {
    color: #000;
}

.social_media_panel ul {
    list-style: none;
    padding: 0;
    margin: 0 -2%;
    clear: both;
}

.social_media_panel li {
    width: 25%;
    float: left;
    padding: 0 2%;
    position: relative;
}

.social_media_panel li:nth-child(2)::before {
    background: url(images/v-line-2.png) 0 0 no-repeat;
    background-size: 1px 100%;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
}

.social_media_panel li:nth-child(3)::after,
.social_media_panel li:nth-child(2)::after {
    background: url(images/v-line-2.png) 0 0 no-repeat;
    background-size: 1px 100%;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    content: '';
}

.social_media_panel li h3 {
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    line-height: 45px;
    font-weight: 700;
    color: #000;
    float: left;
}

.social_media_panel li strong {
    float: right;
    display: block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    margin-top: 8px;
}

.social_media_panel li strong img {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.social_media_panel li strong img:last-child {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}

.social_media_panel li a {
    width: 100%;
    float: left;
    display: block;
    clear: both;
    margin-top: 20px;
    height: 399px;
    overflow: hidden;
    overflow-y: scroll;
} */
/* .media_panel {
    background: rgba(0, 17, 34, 1);
    width: 100%;
    float: left;
    padding: 85px 0 150px;
    overflow: hidden;
    clear: both;
    position: relative;
    z-index: 2;
}

.media_panel strong {
    background: url(images/shadow-bg2.png) 0 0 no-repeat;
    background-size: contain;
    display: block;
    font-size: 16px;
    line-height: 45px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 57px;
    padding-left: 12px;
}

.media_gallery {
    width: 100%;
    float: left;
}

.gallery_nav {
    background: url(images/h-line2.png) center 17px no-repeat;
    background-size: 72% 1px;
    width: 100%;
    float: left;
    margin-bottom: 40px;
}

.gallery_nav a {
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    letter-spacing: 4px;
    font-weight: 600;
    line-height: 30px;
    color: #686868;
    text-transform: uppercase;
    display: block;
    float: left;
}

.gallery_nav a.current {
    color: #fff;
}

.gallery_nav a:last-child {
    float: right;
}

.gallery_container {
    width: 100%;
    float: left;
}



.g_slider_container {
    width: 1705px;
    float: left;
}

.g_video_slider_main {
    width: 800px;
    height: 500px;
    float: left;
    position: relative;
    /* margin-right: 20px; 
}

.g_video {
    width: 100%;
    float: left;
    position: relative;
}

.g_video_arrow {
    position: relative;
    width: 100%;
    float: left;
    padding: 50px 0;
}

.g_video_arrow a.g_prev {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 30px;
}

.g_video_arrow a.g_next {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 30px;
    margin-left: 30px;
}

.g_video {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.g_video iframe {
    width: 100%;
    height: 500px;
}

.g_video_slider_thumb {
    width: 894px;
    height: 500px;
    float: right;
}

.g_video_slider_thumb .item {
    padding: 0 10px;
}

.g_video_slider_thumb .item figure {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.g_video_slider_thumb .item figure img {
    height: 500px;
}

.y_icon {
    width: 56px !important;
    height: 39px !important;
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 1;
}

.g_video_slider_thumb .slick-current {
    opacity: 1 !important;
}

.g_video_slider_thumb .slick-slide {
    opacity: 0.5;
}*/

.gallery_list {
    width: 100%;
    float: left;
}

.gallery_list ul {
    list-style: none;
    padding: 0;
    margin: 0 -0.8%;
}

.gallery_list li {
    float: left;
    margin: 0 0.8% 20px;
    width: 23.4%;
    position: relative;
}

.gallery_list li a {
    position: relative;
    display: block;
    overflow: hidden;
}

.gallery_list li a img {
    transition: all ease-in-out 0.8s;
    -webkit-transition: all ease-in-out 0.8s;
    -moz-transition: all ease-in-out 0.8s;
    -ms-transition: all ease-in-out 0.8s;
    -o-transition: all ease-in-out 0.8s;
}

.gallery_list li a:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.gallery_list li a:hover {
    filter: grayscale(100);
    -webkit-filter: grayscale(100);
}

.gallery_list li a::before {
    background: url(images/overlay3.png) 0 0 no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
}

.gallery_list li figure {
    position: absolute;
    width: 100%;
    left: 0;
    padding-left: 17px;
    bottom: 30px;
    z-index: 1;
}

.gallery_list li figure span {
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.gallery_list li figure small {
    background: rgba(85, 85, 85, 0.7);
    padding: 5px 5px;
    font-size: 12px;
    line-height: 28px;
    font-weight: 500;
    color: #fff;
    display: block;
    width: 90px;
    height: 35px;
    float: left;
    margin-right: 15px;
    text-align: center;
}

.media_panel_bottom {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: -80px;
}

.media_panel_bottom a.view_btn {
    position: static;
    float: left;
    margin: 40px 0 0;
}

.media_panel_bottom em {
    background: url(images/h-line3.png) right center no-repeat;
    background-size: cover;
    width: 80%;
    height: 1px;
    float: right;
    display: block;
    margin-top: 75px;
    margin-right: 30px;
} */

.mobile_panel {
    background: #002F6D;
    width: 300px;
    height: 100vh;
    position: fixed;
    display: block;
    top: 0;
    right: -500px;
    z-index: 15;
    padding: 70px 15px 15px;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.mobile_panel.change {
    right: 0;
    box-shadow: 1px 1px 1px 1281px rgb(2 16 36 / 80%);
}

.mobile_panel .top_link {
    float: left;
    padding-right: 0;
    margin-top: 2px;
    margin-bottom: 15px;
    width: 100%;
}

.mobile_panel .top_link a {
    font-size: 13px;
}

.mobile_panel .top_link a:last-child {
    border: none;
}

.mobile_panel .select-menu {
    width: 132px;
    float: right;
}

.mobile_panel .search_box {
    background: rgba(252, 252, 252, 0.1);
    border: 1px solid rgba(252, 252, 252, 0.5);
    width: 100%;
    margin-bottom: 15px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.mobile_panel .search_box input {
    padding: 10px 46px 10px 18px;
}

.mobile_panel .search_box input[type="submit"] {
    right: -9px;
}

.mobile_panel .right_down {
    padding: 0;
    margin: 15px 0 0;
}

.mobile_panel a.join_btn {
    background: #deb20c;
    border: 1px solid rgba(252, 252, 252, 0.5);
    width: 100%;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}


.sidebar {
    background:#D9DDFF;
    color: BLACK;
    width: 390px;
    height: 100vh;
    position: fixed;
    top: 0;

    transition: all 0.3s ease;
    padding-top: 60px;
    overflow-y: auto;
}

.sidebar.show {
    left: 0;
}

.sidebar-header {
    padding: 20px;
    text-align: center;
    background-color: #D9DDFF;
}

.sidebar ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sidebar ul li {
    padding: 10px 20px;
   border-bottom: 1px solid #999999;
    cursor: pointer;
    font-family: Oswald;
    font-weight: 600px;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 10%;
}
/*
.sidebar ul li:hover {
    background-color: rgba(0, 0, 0, 0.2);
} */

.sidebar ul li:last-child {
    border-bottom: none;
}
.sidebar {
    width: 250px;
    background-color: #D9DDFF;
    color: black;
    position: fixed;
    left: 100%;
    overflow-y: auto;
    transition: transform 0.3s ease-in-out;
    transform: translateX(-250px);
}
.sidebar.open {
    transform: translateX(0);
}

.sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #D9DDFF;
}

.sidebar-header h2 {
    margin: 0;
    font-size: 16px;
}

.close-btn {
    background: #D9DDFF;
    border: none;
    color: black;
    font-size: 24px;
    cursor: pointer;
}

.menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu li {
    padding: 15px 20px;
    border-bottom: 1px solid #ccc;

}

.menu li a {
    color: black;
    text-decoration: none;
    display: block;
}
/*
.menu li a:hover {
    background-color: #c1d1e3;
} */

.main-content {
    flex: 1;
    padding: 20px;
    margin-left: 250px;
    transition: margin-left 0.3s;
}

.open-btn {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    position: fixed;
    top: 53px;
    right: 102px;
}

@media (max-width: 768px) {
    .sidebar {
        transform: translateX(-250px);
    }

    .sidebar.open {
        transform: translateX(0);
    }

    .main-content {
        margin-left: 0;
    }

    .open-btn {
        display: block;
    }
}

.toggle-btn {
    position: fixed;
    top: 20px;
margin-left: 7px;
    cursor: pointer;
    z-index: 999;
}

.toggle-icon {
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;

    justify-content: center;
    align-items: center;
}

.toggle-icon:before {
    content: '\2630'; /* Unicode character for hamburger icon */
    font-size: 20px;
    color: #fff;
}

.linear{
    background-image: linear-gradient(45deg,#FFFFFF00,#FFFFFF,#FFFFFF00);
}
.oswald{
font-family: oswald;

}
.sans{
    font-family: Source Sans Pro;
}
.linear2 {
    border: none;
    border-right: 1px solid;
    border-image-slice: 1;
    border-width: 1px;
    border-image-source: linear-gradient(45deg, #FFFFFF00, #FFFFFF, #FFFFFF00);
    /* padding: 20px; */
    text-align: left;
    display: inline-block;
}
.image-container{
     position: relative;
}
.image-container::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Adjust the overlay color and opacity here */
    z-index: 1;
}
.owl-nav {
    display: flex;
    position: absolute;
     bottom: -22px;
     left:0px; 
    width: 100%;

}
.owl-nav .owl-prev,
.owl-nav .owl-next {
    color: white;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
    background-color:#000422;
}
.owl-dots{
    display: none;
}
.owl-theme .owl-nav [class*=owl-]{
    background: none !important;
}
  .marquee {
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        box-sizing: border-box;

    }
    .marquee-content {
        display: inline-block;
        padding-left: 100%;
        animation: marquee 15s linear infinite;
    }
    .marquee-content img {
        width: 200px;
        height: auto;
        display: inline-block;
        margin-right: 20px; /* Space between images */
    }
    @keyframes marquee {
        0% { transform: translateX(0); }
        100% { transform: translateX(-100%); }
    }
    .tabs_container>div {
        display: none;
    }

    .img_box1 {
        width: 100%;
        position: relative;
    }

    .img_box1:last-child em {
        width: 414px !important;
        right: -145px !important;
        bottom: -140px !important;
        left: unset !important;
    }

    .combat_info .column1:last-child small {
        background: #fff;
        width: 1px;
        height: 150px;
        position: absolute;
        left: 50%;
        bottom: -90px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }


    .combat_info {
        background:#000422 ;
        background-size: cover;
        width: 100%;
        float: left;
        padding: 100px 0 202px;
        position: relative;
    }

    .combat_info::before {
        background: url(images/mask-star.png) center no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        content: '';
    }

    .combat_info .container {
        position: relative;
        z-index: 1;
    }

    .combat_info .rows1 {
        /* margin: 0 -15px; */
        font-size: 0;
        text-align: center;
    }

    .combat_info .column1 {
        width: 416px;
        float: left;
        height: 600px;
        display: table;
    }

    .combat_info .column1:last-child {
        width: 600px;
        height: 600px;
        margin: 0 auto;
        float: none;
        /* overflow: hidden; */
        position: relative;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }

    .combat_info .column1:last-child img {
        position: relative;
        z-index: 1;
    }

    .combat_info .column1:nth-child(2) {
        float: right;
    }

    .combat_info .column1:last-child em {
        width: 470px;
        position: absolute;
        left: -174px;
        bottom: -160px;
    }

    .combat_info .column1 h3 {
        font-family: "Oswald", sans-serif;
        font-size: 80px;
        line-height: 90px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        margin: 0;
        text-align: right;
        display: table-cell;
        vertical-align: middle;
    }

    .combat_info .column1 p {
        font-size: 24px;
        line-height: 40px;
        font-weight: 600;
        color: #fff;
        text-align: left;
        display: table-cell;
        vertical-align: middle;
    }

    .combat_info_txt {
        width: 100%;
        float: left;
        margin-top: 218px;
        text-align: center;
    }

    .combat_info_txt a {
        font-family: "Oswald", sans-serif;
        /* font-size: 40px; */
        line-height: 50px;
        font-weight: 700;
        color: #fff;
        display: inline-block;
        vertical-align: middle;
        text-align: right;
        text-transform: uppercase;
    }

    .combat_info_txt a.active,
    .combat_info_txt a:hover {
        color: #EEB601;
    }

    .combat_info_txt a:nth-child(2) {
        text-align: center;
        width: 48.3%;
    }

    .combat_info_txt a:nth-child(3) {
        text-align: left;
    }




    @media only screen and (max-width:2100px) {}

    @media only screen and (max-width:1900px) {}

    @media only screen and (max-width:1700px) {
        .m_sites_list {
            padding: 0 25px;
        }
        .m_sites_list ul {
            margin: 0 -1%;
        }
        .shp1 {
            left: 49.7%;
            top: -28px;
        }
        .shp2 {
            left: 49.6%;
            bottom: -28px;
        }
        .shp3 {
            left: 2px;
            top: -20px;
        }
        .shp4 {
            left: 2px;
            bottom: 8px;
        }
        .shp5 {
            right: 8px;
            top: -27px;
        }
        .shp6 {
            right: 9px;
            bottom: 5px;
        }
        .banner_txt {
            top: 57%;
            transform: translate(-50%, -50%) !important;
            -webkit-transform: translate(-50%, -50%) !important;
            -moz-transform: translate(-50%, -50%) !important;
            -ms-transform: translate(-50%, -50%) !important;
            -o-transform: translate(-50%, -50%) !important;
        }
        /* .banner_txt h1 {
            font-size: 58px;
            line-height: 83px;
            font-weight: 700;
            margin: 0 18px 22px 0;
        } */
        /* .home_banner_left,
        .home_banner_right {
            height: 700px;
        } */
        .h_txt h2 {
            font-size: 40px;
            line-height: 55px;
        }
        .shp2 {
            bottom: 6px;
        }
        .slide_thumb_cont {
            margin-bottom: 33px;
        }
        a.view_btn {
            padding: 10px 20px 10px;
            font-size: 15px;
            min-width: 180px;
        }
        .container {
            max-width: 1400px !important;
        }
        .slider_thumb {
            width: 38%;
        }
        .slide_thumb_cont {
            margin-bottom: 30px;
        }
        .center_slider_holder .slick-prev {
            left: 340px !important;
        }
        .center_slider_holder .slick-next {
            right: 340px !important;
        }
        .page_title {
            padding: 60px 0 150px;
        }
        .page_title h1 {
            font-size: 50px;
            line-height: 65px;
        }
        .vision_txt_box {
            width: 550px;
            height: 550px;
        }
        .vision_txt_box p {
            font-size: 20px;
            line-height: 40px;
            max-width: 300px;
        }
        .page_title p {
            font-size: 22px;
            line-height: 37px;
            margin: 15px 0 0;
            max-width: 76%;
        }
        .inner_txt_box {
            max-width: 400px;
        }
        .inner_txt_box h3 {
            font-size: 50px;
            line-height: 65px;
            margin: 0 0 15px;
        }
        .inner_txt_box p {
            font-size: 19px;
            line-height: 37px;
            margin-bottom: 20px;
        }
        .inner_txt_box a.button1 {
            min-width: unset;
        }
        .inner_txt_box a.button1 img {
            margin-left: 30px;
        }
        .combat_info .column1 {
            width: 400px;
        }
        .combat_info .column1:last-child {
            width: 550px;
            height: 550px;
        }
        .combat_info .column1:last-child em {
            width: 414px;
            left: -145px;
            bottom: -140px;
        }
        .traning{
            width: 470px  !important;
            position: absolute !important;
            left: 50% !important;
        }
        .combat_info_txt {
            margin-top: 120px;
        }
        .custom_panel_6_box .inner {
            padding-left: 9%;
        }
        .custom_panel_6_txt h4 {
            font-family: "Oswald", sans-serif;
            font-size: 40px;
            line-height: 60px;
            text-transform: uppercase;
            color: #fff;
            margin: 0 0 20px;
        }
        .custom_panel_6_txt span {
            font-size: 28px;
            line-height: 35px;
        }
        .custom_panel_6 .section_1 li {
            padding: 20px;
        }
        .custom_panel_6 .section_1 li strong {
            font-size: 20px;
            line-height: 30px;
            padding-bottom: 20px;
        }
        .custom_panel_6 .section_1 li a.button1 {
            padding: 11px 30px 9px 30px;
        }
        .custom_panel_6 .section_1 li a.button1 img {
            margin-left: 7px;
        }
        .custom_panel_6 .section_2 li h6 {
            font-size: 24px;
            line-height: 33px;
            margin: 0 0 25px;
        }
        .custom_panel_6_box .inner {
            padding-left: 1%;
        }
        .custom_panel_6_box figure {
            width: 280px;
        }
        .custom_panel_6_txt h4 {
            font-size: 30px;
        }
        .custom_panel_6_txt span {
            font-size: 23px;
        }
        .custom_panel_8 figure {
            width: 340px;
        }
        .custom_panel_8_txt h3 {
            margin-bottom: 40px;
        }
        .social_media_panel li a {
            height: 354px;
        }
        .main_txt_inner {
            top: 39%;
            transform: translateY(-50%) scale(0.9);
            -webkit-transform: translateY(-50%) scale(0.9);
            -moz-transform: translateY(-50%) scale(0.9);
            -ms-transform: translateY(-50%) scale(0.9);
            -o-transform: translateY(-50%) scale(0.9);
        }
        .txt_panel_outer h4:nth-child(3) {
            /* bottom: 125px; */
        }
        .v_txt_box {
            padding: 47px 177px 47px 67px;
        }
        .v_txt_box.right {
            padding: 47px 67px 47px 177px;
        }
        .surface_block .img1 .h_line_bottom {
            width: 78%;
        }
        .surface_block:nth-child(even) .img1 .h_line_bottom {
            width: 78%;
            left: -71%;
        }
        .custom_v_box {
            padding: 200px 0;
        }
        .surface_block .img1.round_img figure {
            width: 600px;
            height: 600px;
        }
        .home_banner_left,
        .home_banner_right {
            height: 775px;
        }
        .slider-nav .item.slick-current {
            transform: scale(0.89);
            -webkit-transform: scale(0.89);
            -moz-transform: scale(0.89);
            -ms-transform: scale(0.89);
            -o-transform: scale(0.89);
        }
        .slider-nav .slick-slide {
            margin: 0 -38px !important;
        }
        .slider-nav .slick-track {
            padding: 0px 0;
        }
    }

    @media only screen and (max-width:1500px) {
        .container {
            max-width: 1280px !important;
        }
        .banner_txt {
            top: 66%;
            left: 42%;
            transform: translate(-50%, -50%) scale(0.9) !important;
            -webkit-transform: translate(-50%, -50%) scale(0.9) !important;
            -moz-transform: translate(-50%, -50%) scale(0.9) !important;
            -ms-transform: translate(-50%, -50%) scale(0.9) !important;
            -o-transform: translate(-50%, -50%) scale(0.9) !important;
        }
        .h_txt h2 {
            font-size: 35px;
            line-height: 55px;
        }
        .m_sites_list li figure {
            width: 67px;
        }
        .m_sites_list li figure img {
            height: 58px;
        }
        .shp2 {
            bottom: 7px;
        }
        .custom_slider {
            max-width: 948px;
        }
        .highlights_panel_txt p {
            font-size: 24px;
            line-height: 35px
        }
        .slider_main {
            width: 56%;
        }
        .slider_thumb {
            width: 42%;
        }
        .slide_thumb_cont {
            height: auto;
            margin-bottom: 20px;
            padding: 16px 50px;
        }
        .slide_thumb_cont h4 {
            font-size: 17px;
            line-height: 26px;
            margin: 0 0 20px;
        }
        .center_slider_holder .slick-prev {
            left: 19% !important;
        }
        .center_slider_holder .slick-next {
            right: 19% !important;
        }
        .seminar_panel_txt p {
            font-size: 18px;
            line-height: 40px;
            max-width: 978px;
        }
        .highlights_panel_txt {
            margin-top: 0 !important;
            margin-bottom: -231px;
        }
        .center_slider_holder {
            margin-top: -60px;
        }
        .page_title h1 {
            font-size: 48px;
            line-height: 63px;
        }
        .breadcrumbs li {
            font-size: 18px;
            line-height: 23px;
        }
        .page_title {
            padding: 50px 0 120px;
        }
        .photo_gallery_list li strong {
            font-size: 21px;
            font-weight: 600;
            padding-bottom: 30px;
        }
        .video_screen small {
            font-size: 20px;
        }
        .inner_txt_box {
            max-width: 355px;
        }
        .inner_txt_box h3 {
            font-size: 30px;
            line-height: 45px;
            margin: 0 0 10px;
        }
        .combat_info .column1 {
            width: 360px;
        }
        .combat_info .column1 h3 {
            font-size: 63px;
            line-height: 69px;
        }
        .combat_info .column1 p {
            font-size: 21px;
            line-height: 33px;
        }
        .combat_info .column1:last-child {
            width: 500px;
            height: 500px;
        }
        .combat_info .column1:last-child em {
            left: -166px;
        }
        .combat_info_txt {
            margin-top: 62px;
        }
        .surface_block figure {
            width: 550px;
            height: 550px;
            padding: 10px;
        }
        .surface_block h3 {
            font-size: 42px;
            line-height: 48px;
        }
        .page_title h1 small {
            font-size: 25px;
            line-height: 35px;
            padding-top: 20px;
        }
        .inner_block p {
            margin-right: 50px !important;
        }
        .inner_block li {
            padding-left: 50px;
        }
        .c_banner_panel {
            padding: 40px 0;
        }
        .c_banner_panel img {
            width: 340px;
        }
        .custom_panel_4 {
            padding: 60px 0;
        }
        .custom_panel_6 .section_2 li h6 {
            font-size: 20px;
            line-height: 27px;
            margin: 0 0 20px;
        }
        .custom_panel_8 figure {
            width: 295px;
        }
        .animation_panel h2 {
            font-size: 135px;
            line-height: 172px;
            position: relative;
            top: 40%;
        }
        .scrolling_text h3 {
            font-size: 90px;
            line-height: 90px;
        }
        .social_media_panel li h3 {
            font-size: 22px;
            line-height: 35px;
        }
        .custom_slider_area {
            /* width: 71%; */
        }
        /* .slider-nav .item.slick-current {
            transform: scale(0.89);
            -webkit-transform: scale(0.89);
            -moz-transform: scale(0.89);
            -ms-transform: scale(0.89);
            -o-transform: scale(0.89);
        }
        .slider-nav .item {
            transform: scale(0.5);
            -webkit-transform: scale(0.5);
            -moz-transform: scale(0.5);
            -ms-transform: scale(0.5);
            -o-transform: scale(0.5);
        }
        .slider-nav .slick-slide {
            left: 158px;
            margin: 0 -50px !important;
        } */
        .about_page_content .ab_box p {
            font-size: 20px;
            line-height: 35px;
        }
        .about_page_content .ab_box h3 {
            font-size: 35px;
            margin: 0 0 35px;
        }
        .about_page_content {
            padding: 89px 0 100px;
        }
        .spacer {
            clear: both;
            height: 93vh;
        }
        .unit_info li {
            padding: 20px;
            height: 155px;
            border-radius: 20px;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            -ms-border-radius: 20px;
            -o-border-radius: 20px;
        }
        .unit_info li strong {
            font-size: 19px;
            line-height: 26px;
        }
        .unit_info li a.button1 {
            bottom: 20px;
        }
        .command_panel h2 {
            font-size: 40px;
            line-height: 60px;
            margin-bottom: 40px;
        }
        .command_panel h3 {
            font-size: 35px;
            line-height: 48px;
            margin-bottom: 35px;
        }
        .main_txt_inner {
            top: 42%;
            left: -56px;
            transform: translateY(-50%) scale(0.8);
            -webkit-transform: translateY(-50%) scale(0.8);
            -moz-transform: translateY(-50%) scale(0.8);
            -ms-transform: translateY(-50%) scale(0.8);
            -o-transform: translateY(-50%) scale(0.8);
        }
        .txt_panel_outer h4 {
            font-size: 80px;
            line-height: 95px;
            top: 40px;
        }
        .txt_panel {
            left: 22px;
            top: 82px;
            transform: unset;
            -webkit-transform: unset;
            -moz-transform: unset;
            -ms-transform: unset;
            -o-transform: unset;
        }
        .txt_panel_outer.odd h4:nth-child(1) {
            left: 0;
            top: 133px;
        }
        .txt_panel_outer.odd h4:nth-child(2) {
            left: 0;
            right: unset;
            top: 138px;
        }
        .txt_panel_outer.even h4:nth-child(1) {
            left: 0;
            top: 186px;
        }
        .txt_panel_outer.even h4:nth-child(3) {
            left: 0;
            top: 237px;
        }
        .txt_panel {
            left: 42px;
            top: 175px;
        }
        .txt_panel_outer.even .txt_panel {
            top: 229px;
        }
        .c_block_1 {
            padding: 35px 0 0;
        }
        .v_txt_box p {
            font-size: 27px;
        }
        .surface_block .img1 .h_line_bottom {
            width: 90%;
        }
        .surface_block:nth-child(even) .img1 .h_line_bottom {
            width: 91%;
            left: -86%;
        }
        .diagram_table_1 table thead td,
        .diagram_table_1 table thead th,
        .diagram_table_1 table tbody td {
            padding: 15px 20px;
            white-space: normal;
        }
        .surface_block .img1.round_img figure {
            width: 540px;
            height: 540px;
        }
        .role_navy_cont h3 {
            font-size: 60px;
        }
        .role_navy_cont {
            padding-top: 450px;
        }
        .role_navy_cont p {
            width: 475px;
        }
        .slider-nav .item.slick-current {
            transform: scale(0.99);
            -webkit-transform: scale(0.99);
            -moz-transform: scale(0.99);
            -ms-transform: scale(0.99);
            -o-transform: scale(0.99);
        }
        a.next_sec {
            bottom: 100px;
        }
        .txt_panel_outer h4 {
            top: 132px;
        }
        .about_page_content .column:nth-child(2)::before {
            left: -70px;
        }
    }

    @media only screen and (max-width:1365px) {
        .container {
            max-width: 1020px !important;
        }
        /* .banner_txt h1 {
            font-size: 37px;
            line-height: 50px;
        } */
        .custom_slider .swiper-slide img {
            transform: scale(0.3);
            -webkit-transform: scale(0.3);
            -moz-transform: scale(0.3);
            -ms-transform: scale(0.3);
            -o-transform: scale(0.3);
        }
        .custom_slider .swiper-slide-active img {
            transform: scale(0.7);
            -webkit-transform: scale(0.7);
            -moz-transform: scale(0.7);
            -ms-transform: scale(0.7);
            -o-transform: scale(0.7);
        }
        .custom_slider {
            max-width: 838px;
            transform: scale(0.7);
        }
        .highlights_panel_txt {
            margin-top: 104px;
        }
        a.view_btn {
            min-width: 170px;
            padding: 11px 38px 11px;
            font-size: 16px;
        }
        .h_txt h2 {
            margin-bottom: 20px;
            letter-spacing: 5px;
        }
        .main_slide_video_txt h3 {
            font-size: 17px;
            line-height: 30px;
            max-width: 430px;
            left: 27px;
            bottom: 33px;
        }
        .slide_thumb_cont {
            padding: 12px 34px;
        }
        .center_slider_holder {
            width: 1450px;
        }
        .center-slider figure h4 {
            padding: 0 26px;
            bottom: 20px;
            font-size: 16px;
            line-height: 32px;
        }
        .center-slider figure h4 small {
            background: rgba(85, 85, 85, 0.7);
            padding: 10px 13px;
            font-size: 14px;
            line-height: 25px;
            margin-bottom: 17px;
        }
        .seminar_panel_txt p {
            font-size: 18px;
            line-height: 40px;
            max-width: 75%;
        }
        .media_panel_bottom em {
            margin-top: -22px;
        }
        .social_media_panel li h3 {
            font-size: 21px;
        }
        .social_media_panel li strong img {
            width: 20px;
            height: 20px;
        }
        /* .home_banner_left,
        .home_banner_right {
            height: 614px;
            overflow: hidden;
        } */
        a.site_logo {
            width: 180px;
            margin: 29px 0;
        }
        .m_sites_list li {
            width: 18%;
        }
        /* .banner_txt h1 {
            font-size: 29px;
            line-height: 43px;
            margin: 0 0 15px;
        } */
        .banner_txt h2 {
            margin-bottom: 30px;
        }
        .slides-numbers {
            right: -4px;
        }
        .highlights_panel_txt {
            max-width: 366px;
        }
        .page_title {
            padding: 40px 0 90px;
        }
        .page_title h1 {
            font-size: 45px;
            line-height: 55px;
        }
        .press_list {
            padding: 70px 0 100px;
        }
        .press_list .custom_pagination {
            margin-top: 40px;
        }
        .custom_pagination {
            padding: 30px 0;
        }
        .press_list li figure {
            font-size: 15px;
            line-height: 24px;
        }
        .press_list li figure small {
            margin-top: 10px;
            font-size: 14px;
        }
        .page_title h1 {
            font-size: 38px;
            line-height: 50px;
        }
        .block_panel_1 {
            padding: 50px 0 90px;
        }
        .container {
            max-width: 1170px !important;
        }
        .photo_gallery_list li strong {
            font-size: 18px;
        }
        .combat_info .column1:last-child {
            width: 400px;
            height: 400px;
        }
        .combat_info .column1 {
            width: 360px;
            height: 400px;
        }
        .combat_info .column1:last-child em {
            left: -217px;
        }
        .combat_info_txt {
            margin-top: 160px;
        }
        .combat_info .column1 h3 {
            font-size: 50px;
            line-height: 55px;
        }
        .combat_info .column1 p {
            font-size: 20px;
            font-weight: 500;
        }
        .surface_block figure {
            width: 500px;
            height: 500px;
            margin: 0 60px;
        }
        .surface_block h3 {
            font-size: 34px;
            line-height: 44px;
        }
        .inner_block p {
            font-size: 18px;
            line-height: 42px;
            margin: 0 50px 0 0 !important;
        }
        .inner_block ul {
            padding-top: 45px;
        }
        .inner_block li {
            font-size: 18px;
            line-height: 42px;
        }
        .custom_panel_3_bottom {
            margin: 40px 0 70px;
        }
        .custom_panel_3_bottom figure {
            width: 200px;
            margin-right: 60px;
        }
        .ship_name {
            padding: 20px 20px 10px;
            width: 340px;
        }
        .shp_block .column_1 figure {
            width: 150px;
        }
        .ship_name.odd {
            margin: 55px 0 70px 100px;
            width: auto;
        }
        .ship_name.odd li {
            padding: 0;
            margin: 0;
        }
        .page_title h1 small {
            font-size: 17px;
            line-height: 30px;
            padding-top: 15px;
        }
        .list_of_precedence ul {
            margin: 0 -1%;
        }
        .list_of_precedence li {
            width: 23%;
            margin: 0 1% 25px;
        }
        .list_of_precedence li figure {
            padding: 20px;
            height: 190px;
        }
        .list_of_precedence li figure>a {
            height: 95%;
        }
        .custom_panel_5 .r_columns h4 {
            font-size: 50px;
            line-height: 60px;
        }
        .custom_panel_6_txt h4 {
            font-size: 30px;
            line-height: 50px;
            margin: 0 0 15px;
        }
        .custom_panel_6_txt span {
            font-size: 19px;
            line-height: 27px;
        }
        .custom_panel_6 .section_1 li strong {
            font-size: 17px;
            line-height: 25px;
            padding-bottom: 13px;
        }
        .custom_panel_6 h5 {
            font-size: 35px;
            line-height: 56px;
            margin: 0 0 35px;
        }
        .banner_txt {
            top: 61%;
            transform: translate(-50%, -50%) !important;
            -webkit-transform: translate(-50%, -50%) !important;
            -moz-transform: translate(-50%, -50%) !important;
            -ms-transform: translate(-50%, -50%) !important;
            -o-transform: translate(-50%, -50%) !important;
        }
        .authorities_panel li a.button1 {
            width: 180px;
        }
        .authorities_panel li a.button1 img {
            margin-left: 18px;
        }
        .custom_panel_8 figure {
            width: 250px;
        }
        .authorities_panel .diagram_table_1 {
            margin-top: 180px;
        }
        .animation_panel_outer {
            padding-bottom: 65px;
        }
        .g_video_slider_main {
            width: 630px;
            height: 500px;
        }
        .g_video_slider_thumb {
            width: 1065px;
            height: 500px;
        }
        .g_video_slider_thumb {
            width: 950px;
            height: 500px;
            float: left;
        }
        .custom_slider_area {
            width: 67%;
        }
        /* .slider-nav .slick-slide {
            left: 0;
            margin: 0 !important;
        }
        .slider-nav .item.slick-current {
            transform: scale(1);
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
        }
        .slider-nav .item {
            transform: scale(0.7);
            -webkit-transform: scale(0.7);
            -moz-transform: scale(0.7);
            -ms-transform: scale(0.7);
            -o-transform: scale(0.7);
        } */
        .slides-numbers {
            right: 0px;
        }
        .home_banner_left,
        .home_banner_right {
            height: 80vh !important;
            overflow: hidden;
        }
        .main_txt_inner {
            top: 50%;
        }
        .media_panel {
            margin-top: -150px;
        }
        .unit_info li {
            width: 23%;
        }
        .main_txt_inner {
            left: -80px;
            transform: translateY(-50%) scale(0.7);
            -webkit-transform: translateY(-50%) scale(0.7);
            -moz-transform: translateY(-50%) scale(0.7);
            -ms-transform: translateY(-50%) scale(0.7);
            -o-transform: translateY(-50%) scale(0.7);
        }
        .animation_panel {
            height: auto !important;
        }
        .animation_panel h2 {
            font-size: 102px;
            line-height: 134px;
            position: relative;
        }
        .txt_panel_outer h4 {
            font-size: 68px;
            line-height: 89px;
        }
        .txt_panel {
            left: 0;
            top: -3px;
            transform: scale(0.70) !important;
            -webkit-transform: scale(0.70) !important;
            -moz-transform: scale(0.70) !important;
            -ms-transform: scale(0.70) !important;
            -o-transform: scale(0.70) !important;
        }
        .txt_panel_outer h4:nth-child(2) {
            bottom: 124px;
        }
        .txt_panel_outer h4:nth-child(3) {
            bottom: 30px;
        }
        .txt_panel_outer.odd .txt_panel {
            left: 0;
            top: 89px;
        }
        .txt_panel_outer.even .txt_panel {
            left: 0;
            top: 192px;
        }
        .photo_slide_arrow {
            margin-top: 38px;
        }
        .news_info {
            padding: 0;
        }
        .v_txt_box {
            padding: 47px 177px 47px 30px;
        }
        .v_txt_box.right {
            padding: 47px 30px 47px 177px;
        }
        .custom_panel_12 li strong {
            font-size: 19px;
            line-height: 29px;
        }
        .surface_block .img1.round_img figure {
            padding: 15px;
        }
        .custom_v_box h3 {
            font-size: 55px;
            line-height: 75px;
            margin: 0 0 40px;
        }
        .role_navy_cont h3 {
            font-size: 50px;
            line-height: 70px;
        }
        .role_navy_cont p {
            width: 385px;
            font-size: 22px;
        }
        .role_navy_cont {
            padding-top: 350px;
        }
        .infocus_cont1 ul {
            margin: 0 -2%;
        }
        .infocus_cont1 li {
            width: 29.3%;
            margin: 0 2%;
        }
        .infocus_cont1 li::after {
            right: -26px;
        }
        .infocus_cont1 li p {
            font-size: 16px;
            line-height: 26px;
            font-weight: 600;
        }
        .social_media_link {
            padding-bottom: 150px;
        }
        .txt_panel_outer h4 {
            top: 30px;
        }
        .txt_panel_outer.odd h4:nth-child(1) {
            left: 0;
            top: 122px;
        }
        .txt_panel_outer.even h4:nth-child(1) {
            left: 0;
            top: 105px;
        }
        .txt_panel_outer.even .txt_panel {
            left: 0;
            top: 74px;
        }
        a.next_sec {
            bottom: 60px;
            right: 40px;
        }
        .about_page_content .column {
            width: 59.8%;
        }
        .about_page_content .column:nth-child(2)::before {
            left: -61px;
            height: 255px;
        }
        .about_page_content {
            padding: 40px 0 43px;
        }
    }

    @media only screen and (max-width:1199px) {
        .photo_gallery_list li {
            padding: 15px 15px 20px;
        }
        a.button1 {
            font-size: 14px;
            padding: 11px 35px 9px 29px;
        }
        a.button1 img {
            margin-left: 8px;
        }
        .vision_txt_box {
            width: 450px;
            height: 450px;
        }
        .vision_txt_box p {
            font-size: 18px;
            line-height: 35px;
            max-width: 250px;
        }
        .page_title p {
            font-size: 20px;
            line-height: 30px;
        }
        .combat_info .column1 {
            width: 324px;
        }
        .combat_info_txt h5 {
            font-size: 30px;
            line-height: 40px;
        }
        .combat_info .column1:last-child em {
            left: -118px;
            width: 314px;
            bottom: -107px;
        }
        .combat_info_txt {
            margin-top: 127px;
        }
        .combat_info_txt h5:nth-child(2) {
            width: 42.3%;
        }
        .combat_info {
            padding: 100px 0;
        }
        .more_info h3 {
            font-size: 40px;
            line-height: 50px;
            margin: 0 0 40px;
        }
        .custom_panel_5 .r_columns:first-child {
            width: 34%;
        }
        .custom_panel_5 .r_columns {
            width: 38%;
        }
        .custom_panel_5 .r_columns h4 {
            font-size: 40px;
            line-height: 50px;
        }
        .custom_panel_5 .r_columns li {
            font-size: 18px;
            line-height: 36px;
        }
        .custom_panel_3_block p {
            font-size: 18px;
            line-height: 36px;
        }
        .custom_panel_1 {
            padding: 55px 0 93px;
            height: 100%;
        }
        .m_sites_list li {
            height: 116px;
            margin-bottom: 15px;
        }
        .shp4,
        .shp6 {
            bottom: -12px;
        }
        .custom_panel_6_box figure {
            width: 250px;
        }
        .custom_panel_6 .section_1 li {
            padding: 14px;
            border-radius: 15px;
        }
        .diagram_color_info span {
            font-size: 17px;
            padding: 0 15px;
        }
        .diagram_color_info span small {
            width: 70px;
            margin-right: 10px;
        }
        .authorities_panel .diagram_table_1 {
            margin-top: 30px;
        }
        .authorities_panel li {
            padding: 20px;
        }
        .organisation_overview h2 {
            font-size: 33px;
            line-height: 40px;
            margin: 0 0 20px;
        }
        .organisation_overview h3 {
            font-size: 25px;
            line-height: 35px;
            margin-bottom: 15px;
        }
        .organisation_overview p {
            font-size: 18px;
            line-height: 28px;
        }
        .custom_panel_8 {
            padding: 70px 0;
        }
        .custom_panel_8 figure::after {
            right: -70px;
        }
        .custom_panel_8_txt {
            width: 64%;
        }
        .custom_panel_8_txt h3 {
            font-size: 32px;
            line-height: 46px;
            margin-bottom: 30px;
        }
        .m_sites_list li {
            width: 17.6%;
        }
        .animation_panel h2 {
            font-size: 126px;
            line-height: 152px;
            top: 20%;
        }
        .scrolling_text h3 {
            font-size: 65px;
            line-height: 60px;
            margin-bottom: 10px;
        }
        .scrolling_text strong {
            font-size: 27px;
            line-height: 33px;
        }
        .scrolling_text p {
            font-size: 18px;
            line-height: 28px;
            max-width: 800px;
        }
        .animation_panel_outer {
            padding-bottom: 10px;
        }
        /* .banner_txt {
            left: 156px;
            bottom: -43px;
        } */
        .custom_slider_area {
            width: 64%;
        }
        /* .slider-nav .item {
            transform: scale(0.5);
            -webkit-transform: scale(0.5);
            -moz-transform: scale(0.5);
            -ms-transform: scale(0.5);
            -o-transform: scale(0.5);
        }
        .slider-nav .item.slick-current {
            margin: 0 -50px !important;
        } */
        .about_page_content .ab_box h3 {
            font-size: 30px;
            margin: 0 0 20px;
        }
        .about_page_content .ab_box {
            margin-bottom: 30px;
        }
        .highlights_panel {
            height: 100%;
            padding: 85px 0 100px;
        }
        .main_txt_inner {
            top: 38%;
        }
        .txt_panel {
            top: 38%;
        }
        .highlights_panel {
            padding: 85px 0 40px;
        }
        .main_txt_inner {
            top: 50%;
        }
        .txt_panel_outer h4 {
            font-size: 68px;
            line-height: 89px;
            left: 44px;
            top: 40px;
        }
        .txt_panel_outer h4:nth-child(2) {
            bottom: 124px;
            right: 40px;
        }
        .txt_panel_outer h4:nth-child(3) {
            bottom: 30px;
            right: 40px;
        }
        .txt_panel {
            top: -33px;
            left: 40px;
            transform: scale(0.55);
            -webkit-transform: scale(0.55);
            -moz-transform: scale(0.55);
            -ms-transform: scale(0.55);
            -o-transform: scale(0.55);
        }
        .txt_panel_outer.odd h4:nth-child(1),
        .txt_panel_outer.odd h4:nth-child(2) {
            left: 40px;
        }
        .txt_panel_outer.odd .txt_panel {
            left: 40px;
            top: 56px;
        }
        .txt_panel_outer.odd h4:nth-child(3) {
            right: 40px;
        }
        .txt_panel_outer.even h4:nth-child(1) {
            left: 40px;
            top: 42px;
        }
        .txt_panel_outer.even h4:nth-child(2) {
            left: 40px;
            top: 136px;
        }
        .txt_panel_outer.even h4:nth-child(3) {
            left: 40px;
            top: 228px;
        }
        .txt_panel_outer.even .txt_panel {
            left: 40px;
            top: 155px;
        }
        .news_info p {
            line-height: 45px;
            margin: 0 0 29px;
        }
        .v_txt_box {
            padding: 30px 100px 30px 30px;
        }
        .v_txt_box.right {
            padding: 30px 30px 30px 100px;
        }
        .v_txt_box p {
            font-size: 25px;
            line-height: 45px;
        }
        .surface_block .img1 .h_line_bottom {
            width: 82%;
        }
        .surface_block:nth-child(even) .img1 .h_line_bottom {
            width: 79%;
            left: -73%;
        }
        .custom_panel_12 li {
            width: 31.3%;
            min-height: 180px;
        }
        .surface_block .img1.round_img figure {
            padding: 10px;
            width: 520px;
            height: 520px;
        }
        .custom_v_box {
            padding: 160px 0;
        }
        .custom_v_box h3 {
            font-size: 43px;
            line-height: 62px;
            margin: 0 0 30px;
        }
        a.go_to_next {
            right: 40px;
            bottom: 40px;
        }
        .banner_txt {
            top: 59%;
        }
        .social_media_link .s_column::after {
            right: -28px;
        }
        .infocus_cont1 {
            padding: 70px 0;
            margin-bottom: 60px;
        }
        .txt_panel {
            top: 6px;
        }
        .txt_panel_outer.odd h4:nth-child(1) {
            left: 0;
            top: 91px;
        }
        .txt_panel_outer.even h4:nth-child(1) {
            left: 40px;
            top: 99px;
        }
        .txt_panel_outer.even .txt_panel {
            left: 40px;
            top: 68px;
        }
    }

    @media only screen and (max-width:1099px) {
        .m_sites_list li {
            width: 31.2%;
        }
        .custom_slider {
            max-width: 683px;
            transform: scale(0.7);
            -webkit-transform: scale(0.7);
            -moz-transform: scale(0.7);
            -ms-transform: scale(0.7);
            -o-transform: scale(0.7);
        }
        .custom_slider .swiper-slide img {
            transform: scale(0.20);
            -webkit-transform: scale(0.20);
            -moz-transform: scale(0.20);
            -ms-transform: scale(0.20);
            -o-transform: scale(0.20);
        }
        .custom_slider .swiper-slide-active img {
            transform: scale(0.6);
            -webkit-transform: scale(0.6);
            -moz-transform: scale(0.6);
            -ms-transform: scale(0.6);
            -o-transform: scale(0.6);
        }
        .highlights_panel_txt {
            max-width: 349px;
        }
        .highlights_panel_txt p {
            font-size: 18px;
            line-height: 35px;
        }
        .shp1,
        .shp2 {
            display: none;
        }
        .custom_slider .swiper-slide-prev {
            display: block !important;
        }
        .highlights_panel_txt {
            margin-bottom: -147px;
        }
        .custom_slider {
            width: 100%;
            float: left;
            position: relative;
            right: 128px;
            max-width: unset;
            transform: unset;
            -webkit-transform: unset;
            -moz-transform: unset;
            -ms-transform: unset;
            -o-transform: unset;
        }
        .footer_widget p {
            max-width: 200px;
        }
        .img_carousel {
            padding: 20px 0;
        }
        .banner_txt {
            /*left: 170px;
            */
            width: 455px;
            padding: 30px 25px 30px;
            transform: translate(-50%, -50%) scale(0.7) !important;
            -webkit-transform: translate(-50%, -50%) scale(0.7) !important;
            -moz-transform: translate(-50%, -50%) scale(0.7) !important;
            -ms-transform: translate(-50%, -50%) scale(0.7) !important;
            -o-transform: translate(-50%, -50%) scale(0.7) !important;
        }
        .banner_slider2 {
            width: 93%;
        }
        .page_title h1 {
            font-size: 40px;
            line-height: 50px;
        }
        .breadcrumbs li {
            font-size: 15px;
            line-height: 20px;
        }
        .breadcrumbs li::after {
            font-size: 15px;
            line-height: 20px;
        }
        .page_title {
            padding: 30px 0 70px;
        }
        .page_title h1 {
            font-size: 35px;
            line-height: 45px;
        }
        .block_panel_1 .h_txt h2 {
            margin-bottom: 35px;
        }
        .inner_txt_box {
            transform: translate(-50%, -50%) scale(0.9);
            -webkit-transform: translate(-50%, -50%) scale(0.9);
            -moz-transform: translate(-50%, -50%) scale(0.9);
            -ms-transform: translate(-50%, -50%) scale(0.9);
            -o-transform: translate(-50%, -50%) scale(0.9);
        }
        .combat_info .column1 {
            width: 270px;
        }
        .combat_info .column1 h3 {
            font-size: 38px;
            line-height: 42px;
        }
        .combat_info .column1 p {
            font-size: 18px;
            font-weight: 500;
            padding-right: 15px;
        }
        .custom_banner .page_title {
            padding: 195px 0 127px;
        }
        .custom_panel_3_bottom figure {
            width: 150px;
            margin-right: 50px;
        }
        .ship_name li {
            margin-bottom: 12px;
        }
        .shp_block .column_1 h3 {
            font-size: 22px;
            margin: 0 0 12px;
        }
        .ship_name.odd {
            margin: 55px 0 70px 63px;
        }
        .table_1 {
            margin: 0 0 0 34px;
        }
        .c_slider {
            margin-bottom: 50px;
        }
        .custom_panel_3_block.odd h3 {
            font-size: 33px;
        }
        .c_slider .slick-dots li {
            margin: 0 5px;
        }
        .m_sites_list li {
            height: 113px;
            width: 18%;
        }
        .m_sites_list li small {
            width: 210px;
        }
        .custom_panel_1 .h_txt h2 {
            margin-bottom: 7px;
        }
        .custom_panel_6 .section_1 li strong {
            font-size: 15px;
            line-height: 20px;
            padding-bottom: 12px;
        }
        .custom_panel_6 .section_1 li a.button1 {
            padding: 9px 24px 8px 21px;
        }
        .custom_panel_6 h5 {
            font-size: 28px;
            line-height: 56px;
        }
        .custom_panel_6 .section_2 li {
            background-position: 81% center;
        }
        .custom_panel_6 .section_2 li figure {
            width: 100px;
        }
        .custom_panel_8 figure::after {
            right: -47px;
        }
        .custom_accordion_1 .acc_cont .slider_panel {
            width: 1700px;
        }
        .animation_panel h2 {
            font-size: 58px;
            line-height: 56px;
            top: 32%;
        }
        .scrolling_text h3 {
            font-size: 58px;
            line-height: 56px;
        }
        .spacer {
            height: 90vh;
        }
        .custom_slider_area {
            width: 100%;
        }
        .social_media_panel li h3 {
            font-size: 17px;
        }
        .social_media_panel li strong img {
            width: 14px !important;
            height: 15px;
        }
        .social_media_panel li a {
            height: 225px;
        }
        .swiper_arrow {
            width: 100%;
        }
        .custom_slider_area {
            margin: 0;
        }
        .about_page_content {
            padding: 60px 0 80px;
        }
        .custom_banner .page_title {
            padding: 22px 0 !important;
        }
        .about_page_content .ab_box h3 {
            font-size: 26px;
            line-height: 35px;
            margin: 0 0 20px;
        }
        .about_page_content .ab_box p {
            font-size: 18px;
            line-height: 30px;
        }
        a.go_to_next {
            width: 50px;
            height: 50px;
            right: 30px;
            bottom: 30px;
        }
        .museum_info {
            padding: 70px 0 100px;
        }
        .home_banner_left,
        .home_banner_right {
            height: 75vh !important;
            overflow: hidden;
        }
        .banner_txt {
            width: 857px;
            top: 59%;
            transform: translate(-50%, -50%) scale(0.65) !important;
            -webkit-transform: translate(-50%, -50%) scale(0.65) !important;
            -moz-transform: translate(-50%, -50%) scale(0.65) !important;
            -ms-transform: translate(-50%, -50%) scale(0.65) !important;
            -o-transform: translate(-50%, -50%) scale(0.65) !important;
        }
        .m_sites_list li {
            width: 29%;
        }
        .m_sites_list li strong {
            font-size: 15px;
            line-height: 21px;
        }
        .m_sites_list li small {
            width: 150px;
        }
        .animation_panel h2 {
            font-size: 109px;
            line-height: 128px;
        }
        .txt_panel {
            top: -26px;
            transform: scale(0.6);
            -webkit-transform: scale(0.6);
            -moz-transform: scale(0.6);
            -ms-transform: scale(0.6);
            -o-transform: scale(0.6);
        }
        .spacer {
            height: 85vh;
        }
        .custom_panel_10 {
            padding-bottom: 100px;
        }
        .command_panel h2 {
            font-size: 36px;
            line-height: 50px;
            margin-bottom: 30px;
        }
        .command_panel h3 {
            font-size: 30px;
            line-height: 45px;
            margin-bottom: 25px;
        }
        .slide_thumb_cont {
            padding: 10px 34px;
        }
        .txt_panel_outer.even .txt_panel {
            top: 122px;
        }
        .surface_block .img1 .h_line_bottom {
            width: 65%;
        }
        .surface_block:nth-child(even) .img1 .h_line_bottom {
            width: 70%;
            left: -59%;
        }
        .surface_block .img1.round_img figure {
            width: 405px;
            height: 405px;
        }
        .role_navy_cont h3 {
            font-size: 40px;
            line-height: 55px;
            margin-bottom: 15px;
        }
        .role_navy_cont p {
            width: 368px;
        }
        .home_banner_left,
        .home_banner_right {
            height: 68vh !important;
            overflow: hidden;
        }
        .infocus_cont1 li::after {
            right: -21px;
            height: 531px;
        }
        .txt_panel {
            top: 7px;
        }
        .txt_panel_outer.even .txt_panel {
            top: 70px;
        }
        .about_page_content .column:nth-child(2)::before {
            left: -48px;
        }
    }

    @media only screen and (max-width:992px) {
        .header_right {
            display: none;
        }
        .header {
            height: auto;
        }
        .banner_txt {
            width: 490px;
            /*left: 42px;
            bottom: 34px;
            */
            top: 56%;
            transform: translate(-50%, -50%) scale(0.9) !important;
            -webkit-transform: translate(-50%, -50%) scale(0.9) !important;
            -moz-transform: translate(-50%, -50%) scale(0.9) !important;
            -ms-transform: translate(-50%, -50%) scale(0.9) !important;
            -o-transform: translate(-50%, -50%) scale(0.9) !important;
        }
        a.site_logo {
            width: 130px;
            margin: 15px 0;
        }
        /* .home_banner_left,
        .home_banner_right {
            height: 613px;
            overflow: hidden;
        } */
        .h_txt h2 {
            font-size: 30px;
            line-height: 55px;
        }
        .custom_slider_area {
            width: 100%;
        }
        .slider_main {
            width: 100%;
            margin-bottom: 30px;
        }
        .slider_thumb {
            width: 100%;
        }
        .new_updates {
            padding: 61px 0;
        }
        .center_slider_holder {
            width: 1200px;
            margin-top: -30px;
        }
        .seminar_panel_txt p {
            max-width: unset;
        }
        a.view_btn {
            float: left;
            margin: 30px 0 0;
        }
        .gallery_list li {
            width: 31.7%;
        }
        .gallery_nav {
            background-size: 48% 1px;
        }
        .new_updates .h_txt span {
            margin: 0;
        }
        .social_media_panel li {
            padding: 0 12px;
        }
        .social_media_panel li h3 {
            font-size: 15px;
        }
        .social_media_panel li:last-child strong img:first-child {
            width: 34px !important;
        }
        .nav_menu.hide {
            display: block !important;
            position: absolute;
            right: 15px;
            top: 14px;
            z-index: 1;
        }
        .banner_txt p {
            max-width: unset;
        }
        .press_release a.view_btn {
            float: right;
        }
        .media_panel_bottom em {
            width: 75%;
        }
        .breadcrumbs {
            padding-bottom: 10px;
        }
        .breadcrumbs li {
            font-size: 14px;
            line-height: 18px;
            letter-spacing: 4px;
        }
        .press_list {
            padding: 50px 0 70px;
        }
        .press_list .custom_pagination {
            margin-top: 15px;
        }
        .custom_pagination {
            padding: 20px 0;
        }
        .press_list li {
            width: 47.4%;
        }
        .news_info p {
            font-size: 18px;
            line-height: 43px;
            margin: 0 0 30px;
        }
        .photo_slider {
            padding: 40px 0 60px;
        }
        .photo_slider #photo_slide {
            padding-right: 0px;
        }
        .news_info {
            padding: 0 !important;
        }
        .block_panel_1 li {
            width: 48%;
            margin-bottom: 20px;
        }
        .photo_gallery_list li {
            width: 31.1%;
        }
        .photo_gallery_list li {
            width: 47.8%;
        }
        .photo_gallery {
            padding-bottom: 100px;
        }
        .photos_view {
            padding-bottom: 50px;
        }
        .display_videos {
            padding-bottom: 80px;
        }
        .video_screen small {
            font-size: 18px;
            font-weight: 500;
        }
        .video_screen figure>a {
            width: 55px;
        }
        .vision_txt_box {
            width: 400px;
            height: 400px;
        }
        .vision_txt_box p {
            font-size: 16px;
            line-height: 30px;
            max-width: 230px;
        }
        .page_title p {
            font-size: 20px;
            line-height: 30px;
        }
        .custom_panel_2 {
            padding: 50px 0;
        }
        .custom_panel_2_block {
            padding-bottom: 40px;
            margin-bottom: 40px;
        }
        .combat_info .column1 {
            width: 100%;
            height: auto;
        }
        .combat_info .column1 h3 {
            font-size: 30px;
            line-height: 40px;
            text-align: center;
            margin: 0 0 22px;
        }
        .combat_info .column1 p {
            font-size: 17px;
            font-weight: 500;
            padding: 27px 20px;
            text-align: center;
        }
        .combat_info {
            padding: 65px 0;
        }
        .combat_info_txt {
            margin-top: 80px;
        }
        .combat_info_txt h5 {
            font-size: 20px;
            line-height: 26px;
        }
        .combat_info_txt h5:nth-child(2) {
            width: 30.3%;
        }
        .combat_info .column1:last-child em {
            left: 31px;
            width: 163px;
            bottom: -56px;
        }
        .custom_banner .page_title {
            padding: 25px 0;
        }
        .surface_block .container {
            display: table;
        }
        .surface_block figure {
            width: 300px;
            height: 300px;
            margin: 0 30px;
            border-width: 3px;
            padding: 7px;
        }
        .surface_block h3 {
            font-size: 23px;
            line-height: 34px;
        }
        .page_title h1 small {
            font-size: 21px;
            line-height: 29px;
            padding-top: 10px;
        }
        .sidebar_menu {
            display: none !important;
        }
        .sidebar_menu.mobile {
            display: block !important;
            width: 100%;
            position: relative;
            background: transparent;
            padding: 0;
            margin: 18px 0;
            float: left;
            right: unset;
            top: unset;
            transform: unset;
            -webkit-transform: unset;
            -moz-transform: unset;
            -ms-transform: unset;
            -o-transform: unset;
        }
        .sidebar_menu.mobile ul {
            background: #002F6D;
            padding: 0;
            position: relative;
        }
        .sidebar_menu.mobile::-webkit-scrollbar-thumb {
            background-color: #fff;
        }
        .sidebar_menu.mobile ul>li {
            border-color: rgb(255 255 255 / 10%);
            position: static;
        }
        .sidebar_menu.mobile ul>li>a {
            color: #fff;
        }
        .sidebar_menu.mobile ul>li>a {
            color: #fff;
            padding: 0px;
            font-size: 15px;
            font-weight: 400;
        }
        .sidebar_menu.mobile ul ul {
            background: #103c77;
            position: absolute;
            width: 273px;
            height: 100vh;
            top: 0;
            overflow: hidden;
        }
        .sidebar_menu.mobile ul ul>li>a {
            font-size: 12px;
            padding: 0 37px;
            letter-spacing: 1px;
        }
        .nav-drp-arw {
            background-image: url(images/arrow-right.png);
            background-size: 17px 15px;
            width: 17px;
            height: 15px;
            right: 10px;
            position: relative;
            display: block;
            float: right;
            top: 13px;
            transform: unset;
        }
        .nav_overlay {
            display: none !important;
        }
        .shp_block .rows_1 {
            margin: 0;
        }
        .shp_block .column_1 {
            width: 300px;
            margin: 0 auto 30px;
            float: none;
        }
        .inner_block {
            width: 100%;
        }
        .inner_block p {
            font-size: 18px;
            line-height: 37px;
            margin: 35px 0 15px 0 !important;
        }
        .inner_block {
            width: 100%;
            overflow: hidden;
            overflow-x: scroll;
        }
        .inner_block:first-child:after {
            display: none;
        }
        .table_1 {
            width: 100%;
            margin: 0;
        }
        .shp_block.txt_center .column_1 {
            width: 100%;
        }
        .ship_name.odd {
            margin: 15px auto 70px;
            display: block;
            float: none;
            width: 400px;
        }
        .custom_panel_3_block {
            background: unset;
            padding: 0;
        }
        .custom_panel_3_bottom {
            margin-bottom: 0;
            padding-bottom: 30px;
        }
        .shp_block .column_1 {
            height: auto !important;
        }
        .list_of_precedence li {
            width: 48%;
        }
        .custom_panel_5 .r_columns:first-child {
            width: 100% !important;
            margin-bottom: 33px;
            text-align: center;
        }
        .custom_panel_5 .r_columns {
            width: 50% !important;
        }
        .custom_panel_5 .r_rows {
            padding: 40px 0;
        }
        .custom_panel_5 .r_columns h4 {
            font-size: 35px;
            line-height: 40px;
        }
        .sidebar_menu ul ul h4 {
            background: url(images/arrow3-white.png) 16px center no-repeat;
            background-size: 13px 9px;
            padding: 12px 38px;
            color: #fff;
            font-size: 15px;
            line-height: 22px;
            font-weight: 600;
            position: relative;
        }
        .sidebar_menu ul ul h4 img {
            width: 19px;
            height: 13px;
            margin-top: 8px;
            margin-right: 11px;
            position: absolute;
            left: 14px;
            top: 10px;
            opacity: 0;
            z-index: 1;
        }
        .sidebar_menu ul ul h5 {
            background: url(images/arrow3-white.png) 16px 6px no-repeat;
            background-size: 13px 9px;
            padding: 0px 38px 12px;
            color: #fff;
            font-size: 15px;
            line-height: 22px;
            position: relative;
        }
        .sidebar_menu ul ul h5 img {
            width: 19px;
            height: 13px;
            margin-top: 8px;
            margin-right: 11px;
            position: absolute;
            left: 11px;
            top: -4px;
            opacity: 0;
            z-index: 1;
        }
        a.close_sub {
            background-image: url(images/close2-white.png);
            right: 11px;
            top: 12px;
            display: none;
        }
        .sidebar_menu ul ul>li .nav-drp-arw {
            background-size: 17px 15px;
            width: 17px;
            height: 15px;
            top: 8px;
        }
        .custom_panel_6_box figure {
            width: 150px;
        }
        .custom_panel_6_txt {
            padding-left: 20px;
        }
        .custom_panel_6_txt h4 {
            font-size: 25px;
            line-height: 37px;
        }
        .diagram_color_info span {
            margin-bottom: 40px;
        }
        .diagram_color_info {
            padding-bottom: 10px;
        }
        .authorities_panel li {
            width: 31.1%;
        }
        .authorities_panel {
            padding: 60px 0;
        }
        .authorities_panel li a.button1 {
            width: 167px;
        }
        .organisation_overview h2 {
            font-size: 31px;
            line-height: 36px;
            margin: 0 0 20px;
        }
        .organisation_overview {
            padding: 40px 0;
        }
        .organisation_overview li {
            font-size: 18px;
            line-height: 28px;
        }
        .organisation_overview figure {
            margin-bottom: 50px;
        }
        .custom_panel_8 {
            padding: 50px 0;
        }
        .custom_panel_8 figure {
            width: 180px;
        }
        .custom_panel_8_txt h3 {
            font-size: 25px;
            line-height: 38px;
            margin-bottom: 20px;
        }
        .custom_panel_8_txt p {
            font-size: 18px;
            line-height: 41px;
            margin: 0 0 20px;
        }
        .custom_accordion_1 .acc_cont .slider_panel {
            width: 1000px;
        }
        .custom_accordion_1 .acc_trigger::after {
            right: 15px;
        }
        .custom_accordion_1 .acc_trigger {
            padding: 15px 26px;
            font-size: 18px;
            line-height: 30px;
        }
        .custom_accordion_1 .acc_cont p {
            font-size: 17px;
        }
        .pdf_panel {
            padding: 20px 20px 0;
        }
        .pdf_panel li {
            padding: 0 0 0 43px;
            margin-bottom: 20px;
        }
        .new_updates {
            padding: 0;
        }
        .animation_panel h2 {
            font-size: 45px;
            line-height: 48px;
            top: 29%;
        }
        .scrolling_text h3 {
            font-size: 45px;
            line-height: 48px;
        }
        .p_box_1_inner {
            width: 90%;
        }
        .spacer {
            height: 69vh;
        }
        .g_slider_container {
            width: 100%;
        }
        .g_video_slider_main {
            width: 100%;
            /* height: 350px; */
            margin: 0 0 30px;
            float: left;
        }
        .g_video img {
            height: 100%;
        }
        .g_video iframe {
            height: 500px;
        }
        .g_video_slider_thumb {
            width: 100%;
            height: 100px;
            float: left;
        }
        .g_video_arrow {
            position: absolute;
            width: 100%;
            left: 0;
            bottom: 23px;
            padding: 0;
            text-align: center;
        }
        .g_video_slider_thumb .item figure img,
        .g_video_slider_thumb .item figure {
            height: 150px;
        }
        .media_panel {
            padding: 50px 0 100px;
        }
        .banner_txt h1 {
            font-size: 39px;
            line-height: 48px;
            margin: 0 0 15px;
        }
        .m_sites_list li {
            width: 31%;
        }
        .custom_slider_area {
            width: 100%;
            margin: 26px 0 0;
        }
        /* .slider-nav .item.slick-current {
            margin: 0 -150px !important;
            transform: scale(0.65);
            -webkit-transform: scale(0.65);
            -moz-transform: scale(0.65);
            -ms-transform: scale(0.65);
            -o-transform: scale(0.65);
        } */
        .animation_panel {
            height: auto !important;
        }
        .main_txt_inner {
            left: 40px;
            transform: translateY(-50%) scale(1);
            -webkit-transform: translateY(-50%) scale(1);
            -moz-transform: translateY(-50%) scale(1);
            -ms-transform: translateY(-50%) scale(1);
            -o-transform: translateY(-50%) scale(1);
        }
        .txt_panel {
            transform: scale(0.45);
            -webkit-transform: scale(0.45);
            -moz-transform: scale(0.45);
            -ms-transform: scale(0.45);
            -o-transform: scale(0.45);
        }
        .animation_panel_outer {
            padding-bottom: 0px;
        }
        .spacer {
            display: none;
        }
        .about_page_content .ab_box {
            padding: 22px 26px;
        }
        .about_page_content .column {
            float: left;
            width: 60%;
        }
        .about_page_content .column:nth-child(2) {
            width: 36%;
            float: right;
        }
        .about_page_content {
            padding: 50px 0;
        }
        .home_banner_left,
        .home_banner_right {
            height: 62vh !important;
        }
        .banner_txt {
            height: auto;
            transform: translate(-50%, -50%) scale(0.7) !important;
            -webkit-transform: translate(-50%, -50%) scale(0.7) !important;
            -moz-transform: translate(-50%, -50%) scale(0.7) !important;
            -ms-transform: translate(-50%, -50%) scale(0.7) !important;
            -o-transform: translate(-50%, -50%) scale(0.7) !important;
        }
        .m_sites_list li small {
            width: 130px !important;
        }
        .main_txt_inner {
            top: 50%;
        }
        .animation_panel h2 {
            font-size: 49px;
            line-height: 66px;
        }
        .txt_panel {
            top: -46px;
            left: -50px;
        }
        .txt_panel_outer h4:nth-child(3) {
            bottom: 20px;
            right: 40px;
        }
        .spacer {
            height: 100vh;
        }
        .media_panel {
            margin-top: 0;
        }
        .office_address .ad_box {
            width: 319px;
            height: 333px;
            padding: 30px 30px 0px;
            margin-right: 30px;
        }
        .unit_info li {
            width: 31.3%;
            margin-bottom: 17px;
        }
        .h_txt span {
            font-size: 19px;
            line-height: 23px;
            margin: 0 0 35px;
            letter-spacing: 5px;
        }
        .txt_panel_outer h4 {
            font-size: 30px;
            line-height: 50px;
            left: 38px;
            top: 10px;
        }
        .txt_panel_outer h4:nth-child(2) {
            bottom: 69px;
            right: 40px;
        }
        .txt_panel_outer.odd h4:nth-child(1) {
            top: 10px;
        }
        .txt_panel_outer.odd h4:nth-child(2) {
            top: 51px;
        }
        .txt_panel_outer.odd .txt_panel {
            left: -57px;
            top: -31px;
        }
        .txt_panel_outer.even h4:nth-child(1) {
            left: 40px;
            top: 5px;
        }
        .txt_panel_outer.even h4:nth-child(2) {
            left: 40px;
            top: 48px;
        }
        .txt_panel_outer.even h4:nth-child(3) {
            left: 40px;
            top: 91px;
        }
        .txt_panel_outer.even .txt_panel {
            top: -15px;
            left: -56px;
        }
        .txt_panel {
            top: -50px;
            left: -50px;
        }
        .photo_slider {
            padding: 0px 22px 0px 0;
        }
        #photo_slide_thumb {
            margin-top: 20px;
        }
        .photo_gallery .press_list ul {
            margin: 0;
        }
        .photo_gallery .press_list li {
            width: 100%;
            margin: 0 0 30px;
            position: relative;
            overflow: hidden;
        }
        .photo_gallery .press_list li img {
            height: 380px !important;
        }
        .v_txt_box,
        .v_txt_box.right {
            width: 100%;
        }
        .v_txt_box p {
            font-size: 22px;
            line-height: 40px;
        }
        .banner_2 {
            height: 500px;
        }
        .surface_block .img1 .h_line_bottom {
            top: 25px;
            width: 115%;
        }
        .surface_block:nth-child(even) .img1 .h_line_bottom {
            width: 110%;
            left: -102%;
            top: 25px;
        }
        .custom_panel_12 li {
            width: 48%;
            margin: 0 1% 18px;
        }
        .diagram_table_1 table {
            table-layout: auto;
        }
        .diagram_table_1_scroll {
            overflow: hidden;
            overflow-x: auto;
        }
        .diagram_table_1 table thead td,
        .diagram_table_1 table thead th,
        .diagram_table_1 table tbody td {
            white-space: nowrap;
        }
        .indian_map_location {
            padding: 0;
            position: relative;
            margin: -90px 0 -150px;
        }
        .indian_map_location figure {
            transform: translateX(-8%) scale(0.7);
        }
        .surface_block .img1.round_img figure {
            width: 375px;
            height: 375px;
        }
        .surface_block:nth-child(even) .img1 .h_line_bottom {
            width: 94%;
            left: -73%;
            top: 25px;
        }
        .surface_block .img1 .h_line_bottom {
            top: 25px;
            width: 90%;
            left: 78%;
        }
        .custom_v_box {
            padding: 100px 0;
        }
        .custom_v_box h3 {
            font-size: 32px;
            line-height: 47px;
            margin: 0 0 20px;
        }
        .custom_v_box a.button1 {
            font-size: 13px;
            padding: 6px 30px 4px 26px;
        }
        .role_navy_cont {
            padding-top: 255px;
        }
        .slider-nav .item {
            bottom: 0;
        }
        .banner_txt h1 {
            font-size: 22px;
            line-height: 41px;
            margin: 0 0 13px;
        }
        .infocus_cont1 li::after {
            right: -16px;
            height: 477px;
        }
        .social_media_link .s_column::after {
            right: -20px;
        }
        .social_media_link h3 {
            font-size: 23px;
            margin: 0 0 24px;
        }
        .txt_panel_outer.odd h4:nth-child(1) {
            top: 26px;
            left: 38px;
        }
        .txt_panel_outer.even h4:nth-child(1) {
            left: 40px;
            top: 42px;
        }
    }

    @media only screen and (max-width:767px) {
        .home_banner {
            background: #002F6D;
        }
        .banner_txt {
            width: 100%;
            border: none;
            padding: 20px;
            margin-top: 50px;
            clear: both;
            float: left;
            position: static;
            transform: unset !important;
            -webkit-transform: unset !important;
            -moz-transform: unset !important;
            -ms-transform: unset !important;
            -o-transform: unset !important;
        }
        .h_txt h2 {
            font-size: 26px;
            line-height: 40px;
        }
        .m_sites_list li {
            width: 48%;
        }
        .m_sites_list li small {
            width: 154px;
        }
        .highlights_panel {
            padding-top: 45px;
        }
        .highlights_panel_txt p {
            margin-bottom: 30px;
        }
        .h_txt span {
            margin-bottom: 30px;
            font-size: 20px;
            line-height: 33px;
        }
        a.view_btn {
            min-width: 150px;
            padding: 9px 30px 7px;
            font-size: 15px;
        }
        .press_release_slider {
            margin-top: 40px;
        }
        .center_slider_holder {
            position: static;
            width: 90.5%;
            float: none;
            overflow: hidden;
            margin: 120px auto 80px;
            transform: unset;
            -webkit-transform: unset;
            -moz-transform: unset;
            -ms-transform: unset;
            -o-transform: unset;
        }
        .center_slider_holder::before,
        .center_slider_holder::after {
            display: block;
            overflow: hidden;
            visibility: hidden;
            content: '';
            clear: both;
        }
        .center-slider .slick-current.slick-active {
            transform: unset;
            -webkit-transform: unset;
            -moz-transform: unset;
            -ms-transform: unset;
            -o-transform: unset;
        }
        .center-slider {
            margin: 0;
        }
        .center_slider_holder .slick-prev {
            left: 6% !important;
        }
        .center_slider_holder .slick-next {
            right: 8% !important;
        }
        /* .home_banner_left,
        .home_banner_right {
            height: auto;
        } */
        .home_banner_left {
            display: none;
        }
        .home_banner_right {
            width: 100%;
        }
        video {
            object-fit: contain;
            height: auto;
            position: relative;
        }
        .seminar_panel::before {
            background-size: 100% 100%;
        }
        .gallery_list li {
            width: 48.4%;
        }
        .gallery_nav a {
            font-size: 15px;
        }
        a.view_btn {
            z-index: 5;
            position: relative !important;
        }
        .footer_widget:first-child {
            width: 100% !important;
            text-align: center;
            padding-bottom: 30px;
        }
        .footer_widget {
            width: 33.3%;
        }
        .footer_widget p {
            max-width: unset;
        }
        .footer_right_box {
            width: 100%;
        }
        .footer_right_box span {
            text-align: center;
            margin-bottom: 10px;
        }
        .footer_left_box {
            float: left;
            width: 100%;
            text-align: center;
        }
        .footer_bottom figure {
            margin: 0 auto 20px;
        }
        .gallery_list li figure small {
            width: 85px;
            margin-right: 10px;
        }
        .main_slide_video_txt h3 {
            font-size: 15px;
            line-height: 24px;
            max-width: 322px;
            left: 18px;
            bottom: 14px;
            font-weight: 500;
        }
        .main_slide_video_txt a {
            width: 65px;
            height: 31px;
            right: 15px;
            bottom: 16px;
        }
        a.site_logo {
            width: 85px;
            margin: 10px 0;
        }
        a.view_more {
            height: auto;
            padding: 4px 5px;
            margin: 21px auto 0;
            float: none;
        }
        .nav_menu.hide {
            right: 15px;
            top: 10px;
        }
        a.menu_btn {
            background-size: contain;
            width: 61px;
            height: 27px;
            display: block;
            padding: 6px 20px;
        }
        a.menu_btn img {
            width: 16px;
            height: 14px;
        }
        a.d_menu_btn {
            background-size: contain;
            width: 61px;
            height: 27px;
            display: block;
            padding: 6px 20px;
        }
        a.d_menu_btn img {
            width: 16px;
            height: 14px;
        }
        .display_videos {
            padding-top: 40px;
        }
        .custom_panel_2_block figure {
            float: none;
            width: 100%;
            max-width: 300px;
            margin: 0 auto 30px;
        }
        .custom_panel_2_txt {
            width: 100%;
            clear: both;
        }
        .custom_banner .page_title {
            padding: 79px 0 86px;
        }
        .surface_block .img1 {
            display: table-header-group;
        }
        .surface_block figure {
            width: 250px;
            height: 250px;
            display: block;
            margin: 0 auto 30px;
        }
        .surface_block h3 {
            text-align: center;
            display: table-footer-group;
            margin: 0 0 30px;
        }
        .inner_block {
            width: 100%;
            padding: 50px 0 0;
        }
        .inner_block::after {
            display: none;
        }
        .inner_block p {
            margin: 0 !important;
            font-size: 16px;
            line-height: 40px;
        }
        .inner_block ul {
            padding-top: 0;
        }
        .inner_block li {
            padding-left: 0;
            font-size: 16px;
            line-height: 40px;
        }
        .page_title h1 small {
            font-size: 16px;
            line-height: 24px;
            padding-top: 6px;
        }
        .more_info {
            text-align: center;
        }
        .more_info h3 {
            font-size: 29px;
            line-height: 48px;
            margin: 0 0 17px;
        }
        .c_banner_panel {
            padding: 25px 0;
        }
        .c_banner_panel img {
            width: 175px;
        }
        .custom_panel_4 p,
        .custom_panel_4 strong {
            font-size: 18px;
        }
        .custom_panel_5 .r_columns {
            width: 100% !important;
            margin-bottom: 30px;
        }
        .custom_panel_3_block.odd h3 {
            font-size: 28px;
        }
        .swipe_section {
            position: static;
            height: auto;
            overflow: visible;
        }
        .scroll_panel {
            position: static;
            width: 100%;
            top: 0;
            left: 0;
        }
        .scroll_panel:not(:first-child) {
            top: 100%;
        }
        #page {
            height: auto !important;
            width: 100%;
            float: left;
            position: relative;
        }
        .swipe_section {
            position: sticky !important;
            height: auto !important;
            width: 100%;
            float: left !important;
            overflow: visible;
        }
        .scroll_panel {
            position: static;
            transform: unset;
            -webkit-transform: unset;
            -moz-transform: unset;
            -ms-transform: unset;
            -o-transform: unset;
        }
        .custom_panel_1 {
            height: auto;
        }
        #page {
            height: auto !important;
        }
        .custom_panel_6_box {
            padding: 40px 0;
        }
        .custom_panel_6 .section_1 li {
            width: 31.9%;
            margin: 0 0.7% 20px;
        }
        .diagram_1 {
            margin-top: 20px;
        }
        .custom_panel_6 h5 {
            font-size: 22px;
            line-height: 35px;
        }
        .custom_panel_6 .section_2 li figure {
            width: 75px;
            margin: 0 auto 15px;
        }
        .custom_panel_6 .section_2 li h6 {
            font-size: 15px;
            line-height: 20px;
            margin: 0 0 15px;
        }
        .custom_panel_6 .section_2 li {
            background-position: right center;
            width: 50%;
            margin-bottom: 30px;
            text-align: center;
        }
        .custom_panel_6 .section_2 li:nth-child(2) {
            background: unset;
        }
        a.button1 {
            font-size: 13px;
            padding: 6px 24px 5px 24px;
        }
        .custom_panel_6 {
            padding-bottom: 20px;
        }
        a.close_btn {
            width: 25px;
            height: 25px;
        }
        .custom_panel_8 figure {
            width: 250px;
            float: none;
            margin: 0 auto 30px;
        }
        .custom_panel_8 figure::after {
            display: none;
        }
        .custom_panel_8_txt {
            width: 100%;
        }
        .custom_accordion_1 .acc_cont .slider_panel {
            width: 700px;
        }
        .slides-numbers {
            right: 5px;
        }
        .g_slider_container {
            width: 100%;
            float: left;
        }
        .g_video_slider_thumb .item figure img {
            height: auto;
        }
        .animation_panel h2 {
            font-size: 45px;
            line-height: 57px;
            top: 20%;
        }
        .bg-video-wrap video {
            object-fit: fill !important;
            width: 100% !important;
            height: 100% !important;
            position: absolute !important;
            top: 0 !important;
            right: 0 !important;
        }
        .line {
            width: 100% !important;
            height: 100% !important;
            line-height: normal !important;
            position: absolute !important;
            transform: unset;
            -webkit-transform: unset;
            -moz-transform: unset;
            -ms-transform: unset;
            -o-transform: unset;
        }
        .line h2 {
            opacity: 1 !important;
            visibility: visible !important;
            left: 50% !important;
            top: 50% !important;
            font-size: 30px;
            line-height: 31px;
            transform: translate(-50%, -50%) !important;
            -webkit-transform: translate(-50%, -50%) !important;
            -moz-transform: translate(-50%, -50%) !important;
            -ms-transform: translate(-50%, -50%) !important;
            -o-transform: translate(-50%, -50%) !important;
        }
        .scrolling_text h3,
        .p_box_1_inner {
            margin-top: 0;
            transform: unset !important;
            transition-property: none !important;
        }
        .pin-spacer {
            padding: 0 !important;
        }
        .spacer {
            height: 69vh;
            display: none;
        }
        .g_video_arrow {
            position: absolute;
            width: 100%;
            float: none;
            padding: 0 30px;
            z-index: 2;
            bottom: 23px;
        }
        .g_video_slider_thumb .item figure img {
            height: 150px;
        }
        .animation_panel_outer {
            padding-bottom: 0px;
        }
        .y_icon {
            width: 35px !important;
            height: 26px !important;
            position: absolute;
            left: 10px;
            bottom: 10px;
            z-index: 1;
        }
        .social_media_panel li {
            width: 50%;
            margin-bottom: 20px;
        }
        .social_media_panel li::after {
            display: none;
        }
        .custom.panel,
        .animation_panel.panel {
            position: static !important;
            max-width: unset !important;
            max-height: unset !important;
            width: 100% !important;
            height: auto !important;
            padding: 0 !important;
            margin: 0 !important;
            transform: unset !important;
            -webkit-transform: unset !important;
            -moz-transform: unset !important;
            -ms-transform: unset !important;
            -o-transform: unset !important;
            transition: unset !important;
            -webkit-transition: unset !important;
            -moz-transition: unset !important;
            -ms-transition: unset !important;
            -o-transition: unset !important;
        }
        .main_txt_inner {
            top: 50%;
        }
        .header {
            width: 100%;
            position: fixed;
            z-index: 3;
        }
        .custom_panel_1.custom {
            padding: 40px 0 50px !important;
        }
        .about_page_content .column {
            width: 100% !important;
        }
        .about_page_content .ab_box {
            height: auto !important;
        }
        .custom_banner .page_title {
            padding: 28px 0;
        }
        /* .page_body_content {
            margin-top: 47px;
        } */
        a.view_more {
            margin: 110px auto 0;
            float: none;
            clear: both;
        }
        .pin-spacer {
            height: auto !important;
        }
        .m_sites_list li small {
            width: 147px !important;
        }
        .slider-nav .slick-slide {
            margin: 0 0px !important;
        }
        .g_video_arrow a.g_next {
            margin-left: 15px;
        }
        .swiper_arrow {
            bottom: -40px;
            width: 100% !important;
            right: 0;
        }
        .press_release a.view_btn {
            margin-top: -59px;
        }
        .office_address .ad_box {
            width: 100%;
            height: auto;
            margin: 0 0 30px;
        }
        .custom_panel_10 .slider_panel {
            width: 100%;
            margin: 0;
        }
        .photo_slide_arrow {
            margin-top: 30px;
            text-align: center;
        }
        .custom_panel_10 .h_txt h2 {
            margin: 0;
        }
        .trail_table table td {
            padding: 13px 18px;
            line-height: 27px;
        }
        .photo_slider {
            padding: 0px 0 30px;
            width: 100%;
        }
        .custom_panel_10 .h_txt h2 {
            font-size: 25px;
            line-height: 48px;
            margin: 0;
            letter-spacing: 1px;
            text-align: center;
        }
        .custom_panel_10 h3 {
            font-size: 27px;
            line-height: 35px;
        }
        .header.bg {
            position: fixed;
        }
        .unit_info li {
            width: 48%;
        }
        .unit_info li strong {
            font-size: 23px;
            line-height: 33px;
        }
        .highlights_panel_txt {
            margin-bottom: -110px;
        }
        .swiper_arrow {
            bottom: 17px;
        }
        .txt_panel_outer.even .txt_panel {
            top: 9px;
            left: -56px;
        }
        .slider-nav .item.slick-current img {
            padding: 7px;
        }
        .txt_panel {
            top: -70px;
            transform: scale(0.6) !important;
            -webkit-transform: scale(0.6) !important;
            -moz-transform: scale(0.6) !important;
            -ms-transform: scale(0.6) !important;
            -o-transform: scale(0.6) !important;
        }
        .txt_panel_outer.odd h4:nth-child(1) {
            top: 40px;
            left: 38px;
        }
        .txt_panel_outer.odd .txt_panel {
            left: -57px;
            top: -40px;
        }
        .txt_panel_outer.even .txt_panel {
            top: -28px;
            left: -56px;
        }
        .banner_2 {
            height: 500px;
        }
        .surface_block .img1 .h_line_bottom {
            display: none;
        }
        .diagram_table_1_scroll {
            overflow-x: auto;
        }
        /* .diagram_table_1 table thead td,
        .diagram_table_1 table thead th,
        .diagram_table_1 table tbody td {
            white-space: nowrap;
        } */
        .table_2 {
            padding-top: 50px;
        }
        .table_2 h3 {
            font-size: 22px;
            line-height: 34px;
            margin: 0 0 35px;
        }
        .page_title {
            padding: 70px 0;
        }
        .indian_map_location {
            margin: -143px 0 -195px;
        }
        .indian_map_location figure {
            transform: translateX(-14%) scale(0.6);
        }
        .surface_block .img1.round_img figure {
            width: 250px;
            height: 250px;
        }
        .role_navy_cont h3 {
            font-size: 34px;
            line-height: 46px;
            margin-bottom: 10px;
        }
        .role_navy_cont p {
            width: 100%;
            margin-bottom: 15px;
        }
        .role_navy_cont a.button1 {
            margin: 0 !important;
        }
        .page_title p {
            max-width: 87%;
        }
        .vision_info_block::before {
            background: rgb(0 0 0 / 40%);
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            content: '';
        }
        .slider-nav .item {
            bottom: -58px;
        }
        .g_video iframe {
            height: 373px;
        }
        .banner_txt {
            margin-top: 10px;
        }
        .m_sites_list {
            margin-top: 0;
        }
        .infocus_cont1 li::after {
            display: none;
        }
        .infocus_cont1,
        .infocus_cont2 {
            padding-bottom: 30px;
        }
        .infocus_cont1 ul,
        .infocus_cont2 ul {
            margin: 0;
        }
        .infocus_cont1 li,
        .infocus_cont2 li {
            width: 100%;
            max-width: 400px;
            float: none;
            margin: 0 auto 40px;
        }
        .infocus_cont2 .h_txt {
            text-align: center;
            margin-bottom: 20px;
        }
        .social_media_link .s_row {
            margin: 0;
        }
        .social_media_link .s_column {
            width: 100%;
            max-width: 400px;
            float: none;
            height: auto !important;
            margin: 0 auto 40px;
        }
        .social_media_link .s_column::after {
            display: none;
        }
        .slider-nav .item {
            bottom: 0;
        }
        .slider-nav .slick-track {
            padding: 35px 0 68px;
        }
        .txt_panel_outer.even h4:nth-child(1) {
            left: 40px;
            top: 52px;
        }
        a.next_sec {
            width: 52px;
            height: 29px;
        }
        .about_page_content .column:nth-child(2)::before {
            display: none;
        }
    }

    @media only screen and (max-width:690px) {
        .page_title h1 {
            font-size: 35px;
            line-height: 45px;
        }
        .press_list ul {
            margin: 0;
        }
        .press_list li {
            width: 100%;
            float: left;
            margin: 0 0 30px;
        }
        .page_title h1 {
            font-size: 30px;
            line-height: 38px;
        }
        .breadcrumbs li {
            font-size: 11px;
            line-height: 15px;
            letter-spacing: 3px;
            padding-right: 24px;
        }
        .breadcrumbs li::after {
            font-size: 12px;
            line-height: 15px;
            right: 8px;
        }
        .custom_pagination a {
            width: 30px;
            height: 30px;
            font-size: 14px;
            line-height: 30px;
            margin: 0 2px;
            border-radius: 8px;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            -ms-border-radius: 8px;
            -o-border-radius: 8px;
        }
        .photo_slide_arrow {
            margin-top: 32px;
            text-align: center;
        }
        .photo_slide_arrow a {
            margin: 0 10px;
        }
        .block_panel_1 ul {
            margin: 0;
        }
        .block_panel_1 li {
            width: 100%;
            margin: 0 0 30px;
        }
        .photo_gallery_list ul {
            margin: 0;
        }
        .photo_gallery_list li {
            margin: 0 0 30px;
            width: 100%;
        }
        .video_screen small {
            font-size: 16px;
        }
        .video_screen figure {
            margin-bottom: 12px;
        }
        .vision_txt_box {
            width: 100%;
            height: auto;
            float: left !important;
            border-radius: unset;
            margin: 20px 0;
            padding: 20px;
        }
        .vision_txt_box p {
            position: static;
            max-width: unset;
            transform: unset;
            -webkit-transform: unset;
            -moz-transform: unset;
            -ms-transform: unset;
            -o-transform: unset;
        }
        .inner_txt_box {
            position: static;
            text-align: center;
            width: 100%;
            max-width: unset;
            transform: unset;
            -webkit-transform: unset;
            -moz-transform: unset;
            -ms-transform: unset;
            -o-transform: unset;
        }
        .combat_info .column1:last-child {
            width: 300px;
            height: 300px;
        }
        .combat_info_txt h5:nth-child(2) {
            width: 38.3%;
        }
        .combat_info .column1:last-child em {
            left: -16px;
        }
        .custom_panel_3_bottom {
            text-align: center;
        }
        .custom_panel_3_bottom figure {
            margin: 0 auto 30px;
            display: block;
        }
        .ship_name {
            text-align: left;
        }
        .inner_block {
            padding: 35px 0 0;
        }
        .list_of_precedence li span {
            padding: 0 15px 20px 20px;
            font-size: 20px;
            line-height: 30px;
        }
        .custom_panel_3_block.odd h3 {
            font-size: 22px;
            line-height: 38px;
        }
        .custom_panel_6_box figure {
            width: 100px;
            float: none;
            display: block;
            margin: 0 auto 20px;
        }
        .custom_panel_6_txt {
            padding: 0;
            width: 100%;
            float: left;
            text-align: center;
        }
        .custom_panel_6 .section_1 {
            padding: 40px 0;
            margin-bottom: 35px;
        }
        .custom_panel_6 h5 {
            font-size: 17px;
            line-height: 27px;
            text-align: center;
        }
        .custom_panel_6_txt h4 {
            font-size: 22px;
            line-height: 30px;
        }
        .custom_panel_6_txt span {
            font-size: 16px;
            line-height: 25px;
        }
        .custom_panel_6_box {
            padding: 25px 0;
        }
        .diagram_color_info span {
            margin-bottom: 30px;
            width: 100%;
            text-align: left;
        }
        .diagram_table_1 table td {
            padding: 15px 30px !important;
        }
        .authorities_panel li {
            float: left;
            width: 47.8%;
            margin-bottom: 20px;
        }
        .scrolling_text h3 {
            font-size: 36px;
            line-height: 36px;
        }
        .scrolling_text strong {
            font-size: 22px;
        }
        .scrolling_text p {
            font-size: 16px;
            line-height: 23px;
            max-width: unset;
        }
        .p_box_1_inner {
            width: 74%;
        }
        .p_box_1 {
            transform: scale(0.8);
        }
        .p_box_1_inner {
            width: 100%;
        }
        .banner_slider2 {
            position: relative;
            top: -10px;
        }
        .h_txt {
            margin-bottom: 30px;
        }
        .h_txt span {
            margin-bottom: 0;
            font-size: 16px;
            line-height: 27px;
        }
        .new_updates .bg-video-wrap {
            padding: 40px 0;
        }
        .press_release_slider {
            margin-top: 16px;
        }
        a.view_btn {
            min-width: 125px;
            padding: 5px 22px 4px;
            font-size: 14px;
        }
        .main_txt_inner {
            transform: translateY(-50%) scale(0.9);
            -webkit-transform: translateY(-50%) scale(0.9);
            -moz-transform: translateY(-50%) scale(0.9);
            -ms-transform: translateY(-50%) scale(0.9);
            -o-transform: translateY(-50%) scale(0.9);
        }
        .custom_slider_area {
            margin-top: 0;
        }
        .swiper_arrow .slick-arrow {
            margin: 0 5px 10px;
        }
        .media_panel strong {
            margin-bottom: 20px;
        }
        .media_panel .h_txt {
            margin: 0;
        }
        .main_slide_video_txt em {
            font-size: 13px;
            padding: 4px 12px;
            margin: 15px 0 0 14px;
        }
        .main_slide_video_txt span {
            font-size: 12px;
            margin: 10px 0px 0 0;
        }
        .slide_thumb_cont {
            padding: 12px 21px 12px 34px;
        }
        .slide_thumb_cont h4 {
            font-size: 15px;
            line-height: 21px;
            margin: 0 0 10px;
        }
        .slide_thumb_cont small {
            padding: 5px 6px;
            font-size: 13px;
            line-height: 18px;
            margin-right: 6px;
        }
        .slide_thumb_cont span {
            clear: both;
            padding-top: 3px;
        }
        .center-slider .slick-slide {
            margin: 0;
        }
        .center_slider_holder .slick-prev,
        .center_slider_holder .slick-next {
            background-size: contain;
            width: 19px;
            height: 36px;
        }
        .seminar_panel_txt strong {
            margin-bottom: 20px;
        }
        .seminar_panel_txt h2 {
            font-size: 24px;
            line-height: 40px;
            margin: 0 0 20px;
        }
        .seminar_panel_txt p {
            font-size: 15px;
            line-height: 31px;
            max-width: unset;
        }
        .seminar_panel_txt a.view_btn {
            min-width: 106px;
            padding: 3px 18px 1px;
            font-size: 13px;
            margin-top: 11px;
        }
        .home_banner_left,
        .home_banner_right {
            height: 44vh !important;
        }
        .highlights_panel_txt p {
            font-size: 17px;
            line-height: 30px;
            font-weight: 600;
        }
        .custom_panel_1 {
            background-size: cover;
            background-position: center top;
        }
        .command_panel h2 {
            font-size: 33px;
            line-height: 39px;
            margin-bottom: 24px;
        }
        .c_diagram {
            padding: 40px 0;
            margin-bottom: 40px;
        }
        .command_panel h2 {
            font-size: 29px;
            line-height: 35px;
            margin-bottom: 23px;
        }
        .command_panel h3 {
            font-size: 26px;
            line-height: 40px;
            margin-bottom: 20px;
        }
        .highlights_panel_txt {
            margin-bottom: -10px;
        }
        .animation_panel h2 {
            font-size: 40px;
            line-height: 59px;
        }
        .txt_panel_outer h4 {
            font-size: 29px !important;
            line-height: 55px !important;
            left: 13px !important;
            top: 10px !important;
        }
        .txt_panel_outer h4:nth-child(2) {
            bottom: unset !important;
            right: unset !important;
            top: 50px !important;
        }
        .txt_panel_outer h4:nth-child(3) {
            bottom: unset !important;
            right: unset !important;
            top: 93px !important;
        }
        .txt_panel_outer.even h4:nth-child(1),
        .txt_panel_outer.odd h4:nth-child(1),
        .txt_panel_outer h4:nth-child(2),
        .txt_panel_outer h4:nth-child(3) {
            -webkit-text-stroke: 1px #fff !important;
        }
        .txt_panel {
            top: -86px !important;
            left: unset !important;
            right: -118px !important;
        }
        .main_txt_inner {
            left: 0;
        }
        .txt_panel {
            right: -102px !important;
            transform: scale(0.5) !important;
            -webkit-transform: scale(0.5) !important;
            -moz-transform: scale(0.5) !important;
            -ms-transform: scale(0.5) !important;
            -o-transform: scale(0.5) !important;
        }
        .v_txt_box {
            padding: 15px !important;
        }
        .v_txt_box p {
            font-size: 19px;
            line-height: 30px;
        }
        a.go_to_next {
            width: 40px;
            height: 40px;
            right: 15px;
            bottom: 20px;
        }
        .custom_panel_12 ul {
            margin: 0;
        }
        .custom_panel_12 li {
            width: 100%;
            margin: 0 0 20px;
            min-height: auto;
        }
        .indian_map_location figure {
            transform: translateX(-21%) scale(0.5);
        }
        .indian_map_location {
            margin: -213px 0 -244px;
        }
        .role_navy_cont {
            padding-top: 190px;
        }
        .role_navy_cont h3 {
            font-size: 30px;
            line-height: 40px;
            margin-bottom: 10px;
        }
        .role_navy_cont p {
            font-size: 22px;
            line-height: 30px;
        }
        .slider-nav .item {
            bottom: -40px;
        }
        .g_video_slider_main {
            height: 378px;
        }
        .g_video iframe {
            height: 298px;
        }
        .banner_txt h1 {
            font-size: 20px;
            line-height: 34px;
            margin: 22px 0 16px;
        }
        .banner_txt h4 {
            font-size: 16px;
            line-height: 21px;
        }
        .banner_slider2_holder {
            margin-top: 23px;
        }
        .slider-nav .slick-track {
            padding: 0 0 82px;
        }
        .highlights_panel.panel {
            padding: 40px 0 !important;
        }
        .txt_panel_outer h4 {
            top: 50% !important;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
        }
        a.next_sec {
            width: 43px;
            height: 23px;
            right: 20px;
            bottom: 30px;
        }
    }

    @media only screen and (max-width:560px) {
        .main_slide_video_txt em {
            font-size: 15px;
        }
        .main_slide_video_txt span {
            font-size: 12px;
            margin: 30px 10px 0 0;
        }
        .center_slider_holder {
            margin: 40px auto 33px;
        }
        .social_media_panel li {
            padding: 0;
            width: 100%;
            margin-bottom: 30px;
        }
        .social_media_panel li::before,
        .social_media_panel li::after {
            display: none;
        }
        .social_media_panel {
            padding: 40px 0 13px;
        }
        .footer_widget {
            width: 100% !important;
            text-align: center;
        }
        .footer {
            background-size: cover;
        }
        .photos_view ul {
            margin: 0;
        }
        .photos_view li {
            margin: 0 0 30px;
            width: 100%;
        }
        .v_rows {
            margin: 0;
        }
        .v_columns {
            width: 100%;
            margin: 0 0 30px;
        }
        .display_videos {
            padding-bottom: 50px;
        }
        .inner_txt_box h3 {
            font-size: 24px;
            line-height: 36px;
        }
        .table_1 td {
            font-size: 14px;
            padding: 12px 8px;
        }
        .list_of_precedence li figure>a {
            height: 83%;
            margin-top: 14px;
        }
        .list_of_precedence li figure {
            padding: 13px;
            height: 160px;
        }
        .page_title h1 {
            font-size: 21px;
            line-height: 32px;
        }
        .custom_banner .page_title {
            padding: 70px 0 50px;
        }
        .page_title h1 small {
            font-size: 13px;
            line-height: 20px;
            padding-top: 5px;
        }
        .custom_panel_6 .section_1 li {
            width: 48.6%;
        }
        .custom_panel_7 {
            padding: 40px 0;
        }
        .diagram_color_info span,
        .diagram_color_info span small {
            height: 40px;
            line-height: 40px;
        }
        .custom_panel_7 .diagram_of_staff_brunch {
            padding: 0 15px 39px;
        }
        .custom_accordion_1 .acc_cont .slider_panel {
            width: 100%;
        }
        .slider-nav .item {
            transform: scale(0.5);
            -webkit-transform: scale(0.5);
            -moz-transform: scale(0.5);
            -ms-transform: scale(0.5);
            -o-transform: scale(0.5);
        }
        .swiper_arrow .slick-arrow {
            width: 32px;
            height: 32px;
        }
        .animation_panel h2 {
            font-size: 31px;
            line-height: 44px;
        }
        /* .m_sites_list ul {
            margin: 0;
        }
        .m_sites_list li {
            margin: 0 0 20px;
            width: 100%;
        } */
        .m_sites_list li small {
            width: 100% !important;
        }
        .press_release a.view_btn {
            margin-top: -87px;
        }
        .g_video_slider_thumb .item figure img,
        .g_video_slider_thumb .item figure {
            height: 79px;
            border-radius: 7px;
        }
        .media_panel {
            padding: 50px 0;
        }
        .gallery_nav {
            background-image: none;
        }
        .unit_info ul {
            margin: 0;
        }
        .unit_info li {
            width: 100%;
            margin: 0 0 20px;
        }
        .txt_panel {
            top: -129px !important;
            left: unset !important;
            right: -141px !important;
            transform: scale(0.35) !important;
            -webkit-transform: scale(0.35) !important;
            -moz-transform: scale(0.35) !important;
            -ms-transform: scale(0.35) !important;
            -o-transform: scale(0.35) !important;
        }
        .g_video_arrow {
            bottom: 4px;
        }
        .photo_gallery .press_list li img {
            height: 340px !important;
        }
        .v_txt_box p {
            font-size: 17px;
            line-height: 27px;
        }
        .indian_map_location {
            margin: -272px 0 -304px;
        }
        .indian_map_location figure {
            transform: translateX(-23.1%) scale(0.4);
        }
        .custom_v_box {
            padding: 86px 0;
        }
        .custom_v_box h3 {
            font-size: 24px;
            line-height: 37px;
            margin: 0 0 15px;
        }
        .slider-nav .item {
            bottom: 0;
        }
    }

    @media only screen and (max-width:479px) {
        .m_sites_list ul {
            margin: 0;
        }
        .m_sites_list li {
            width: 100%;
            margin: 0 0 15px;
        }
        .shp4,
        .shp6 {
            bottom: -8px;
        }
        .center-slider figure h4 small {
            padding: 6px 10px;
            font-size: 13px;
            line-height: 25px;
            margin-bottom: 12px;
            width: 121px;
            height: auto;
            display: block;
        }
        .center-slider figure h4 {
            padding: 0 17px;
            bottom: 15px;
            font-size: 14px;
            line-height: 25px;
            clear: both;
            width: 100%;
            float: left;
        }
        .gallery_list ul {
            margin: 0;
        }
        .gallery_list li {
            width: 100%;
            margin: 0 0 25px;
        }
        .combat_info_txt h5 {
            font-size: 12px;
            line-height: 19px;
        }
        .combat_info .column1:last-child em {
            left: 47px;
            width: 99px;
            bottom: -33px;
        }
        .combat_info_txt {
            margin-top: 42px;
        }
        .ship_name.odd {
            width: 100%;
        }
        .list_of_precedence ul {
            margin: 0;
        }
        .list_of_precedence li {
            width: 100%;
            margin: 0 0 30px;
        }
        .custom_panel_6 .section_1 ul {
            margin: 0;
        }
        .custom_panel_6 .section_1 li {
            width: 100%;
            margin: 0 0 20px;
            text-align: center;
        }
        .custom_panel_6 .section_2 li {
            background: url(images/h-line4.png) center bottom no-repeat !important;
            background-size: 100% auto !important;
            width: 100%;
            padding-bottom: 20px;
            margin-bottom: 20px;
        }
        .custom_panel_6 .section_2 li:last-child {
            background: unset !important;
        }
        .authorities_panel ul {
            margin: 0;
        }
        .authorities_panel li {
            width: 100%;
            margin: 0 0 20px;
        }
        .banner_txt h1 {
            font-size: 28px;
            line-height: 38px;
            margin: 0 0 15px;
        }
        .h_txt h2 {
            font-size: 22px;
            line-height: 30px;
        }
        .m_sites_list {
            margin: 0;
        }
        .slider-nav .item.slick-current {
            transform: scale(1.09);
            -webkit-transform: scale(1.09);
            -moz-transform: scale(1.09);
            -ms-transform: scale(1.09);
            -o-transform: scale(1.09);
        }
        .swiper_arrow {
            bottom: 0;
        }
        .slider-nav .slick-track {
            padding: 0px 0 50px;
        }
        .slider-nav .item.slick-current img {
            padding: 5px;
            border: 2px solid #fff;
        }
        .highlights_panel {
            padding-bottom: 20px;
        }
        .press_release {
            padding: 39px 0 33px;
        }
        a.view_btn {
            min-width: 106px;
            padding: 3px 18px 1px;
            font-size: 13px;
            margin-top: -110px;
        }
        .g_video_arrow {
            bottom: 5px;
        }
        .main_slide_video_txt h3 {
            font-size: 13px;
            line-height: 20px;
            max-width: 223px;
            left: 15px;
            bottom: 12px;
        }
        .m_sites_list li small {
            width: 157px !important;
        }
        .press_release a.view_btn {
            margin-top: -75px;
            min-width: 100px;
            padding: 3px 17px 1px;
            font-size: 12px;
            position: relative;
        }
        .h_txt span {
            margin-bottom: 0;
            font-size: 14px;
            line-height: 22px;
        }
        .press_release a.view_btn {
            margin-top: -93px;
        }
        .txt_panel {
            top: -147px !important;
            right: -150px !important;
        }
        .txt_panel_outer h4 {
            font-size: 17px !important;
        }
        .txt_panel_outer h4:nth-child(2) {
            top: 43px !important;
        }
        .txt_panel_outer h4:nth-child(3) {
            top: 75px !important;
        }
        .photo_gallery .press_list li img {
            height: 280px !important;
        }
        .photo_gallery {
            padding: 30px 0 80px;
        }
        .v_txt_box p {
            font-size: 14px;
            line-height: 22px;
        }
        .banner_2 {
            height: 460px;
        }
        .indian_map_location figure {
            transform: translateX(-30.1%) scale(0.4);
        }
        .slider-nav .item {
            bottom: -26px;
        }
        a.next_sec {
            width: 38px;
            height: 20px;
            right: 11px;
            bottom: 15px;
        }
    }
