/*
*  html5resetcss
*/

@import url(rest-page-style.css);
html,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    background: #fff;
    font-family: "Source Sans 3", sans-serif !important;
    line-height: 1;
    overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #676767;
}

 ::-moz-placeholder {
    /* Firefox 19+ */
    color: #676767;
}

 :-ms-input-placeholder {
    /* IE 10+ */
    color: #676767;
}

 :-moz-placeholder {
    /* Firefox 18- */
    color: #676767;
}

.loadScreen {
    background: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
}

.loadScreen img {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    width: 100px;
}

img {
    /*width: 100%;*/
    height: auto;
    display: block;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    background: transparent;
    text-decoration: none !important;
    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;
}

/*   media gallery css 19-09-2024*/
.gallery_img_list {
    width: 100%;
    float: left;
    padding: 100px 0;
}
 
.gallery_img_list ul {
    list-style: none;
    padding: 0;
    margin: 0 -1%;
}
 
.gallery_img_list li {
    width: 23%;
    float: left;
    margin: 0 1% 30px;
}
 
.gallery_img_list li a {
    display: block;
    padding: 15px;
    height: 250px;
    overflow: hidden;
    border: 2px solid #fff;
}
 
.gallery_img_list li a img {
    height: 100%;
}
 
@media only screen and (max-width:1365px) {
    .gallery_img_list li {
        width: 31.3%;
    }
}
 
@media only screen and (max-width:1100px) {
    .gallery_img_list li {
        width: 31.3%;
        margin-bottom: 20px;
    }
    .gallery_img_list li a {
        height: 200px;
    }
}
 
@media only screen and (max-width:767px) {
    .gallery_img_list li {
        width: 47.8%;
    }
}
 
@media only screen and (max-width:767px) {
    .gallery_img_list ul {
        margin: 0;
    }
    .gallery_img_list li {
        width: 100%;
        float: none;
        max-width: 500px;
        margin: 0 auto 20px;
    }
    .gallery_img_list li a {
        height: 250px;
    }
}


/* finis css media galary*/

/* 11.07.2024 sukanta sir update css by manish */
 
.micro_site_banner {
    width: 100%;
    float: left;
    position: relative;
}
 
#micro_banner {
   
    width: 100%;
    float: left;
    position: relative;
}
 
#micro_banner::before {
    background: url(images/m-shadow.png) center bottom no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    content: '';
}
 
.m_slider_arrow {
    position: absolute;
    z-index: 5;
    right: 0;
    bottom: 80px;
}
 
.m_slider_arrow a.m_prev {
    background: url(images/m-banner-arrow.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 70px;
    height: 70px;
    display: block;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}
 
.m_slider_arrow a.m_prev:hover {
    background-image: url(images/m-banner-arrow-hover.png);
    background-size: 100% 100%;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
 
.m_slider_arrow a.m_next {
    background: url(images/m-banner-arrow.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 70px;
    height: 70px;
    display: block;
    margin-bottom: 20px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}
 
.m_slider_arrow a.m_next:hover {
    background-image: url(images/m-banner-arrow-hover.png);
    background-size: 100% 100%;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
 
.m_area {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}
 
.m_area .container {
    position: relative;
    height: 100%;
}
 
.micro_banner_txt {
    position: absolute;
    left: 0;
    bottom: 100px;
    width: 749px;
    z-index: 5;
}
 
.micro_banner_txt h1 {
    font-family: "Oswald", sans-serif;
    font-size: 60px;
    line-height: 90px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 42px;
}
 
.micro_banner_txt p {
    font-size: 20px;
    line-height: 46px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 30px;
}
 
a.m_button1 {
    background: #fff;
    width: 200px;
    height: 80px;
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    padding: 24px 0;
    color: #000;
    border: 2px solid transparent;
    text-transform: uppercase;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
}
 
a.m_button1:hover {
    background: #000422;
    color: #fff;
    border-color: #fff;
}
 
.micro_bg {
    background: #000422;
}
 
.micro_bg .h_txt h2 {
    letter-spacing: 1px;
    font-weight: 500;
}
 
.mocro_sec1 {
    width: 100%;
    float: left;
    padding: 50px 0;
}
 
.mocro_sec1 figure {
    width: 50.4%;
    float: left;
    margin-right: 4.3%;
}
 
.m_about {
    width: 45.3%;
    float: right;
    padding-top: 76px;
}
 
.m_about h3 {
    font-family: "Oswald", sans-serif;
    font-size: 64px;
    line-height: 50px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 47px;
}
 
.m_about p {
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
    color: #fff;
    text-align: justify;
    margin: 0 0 30px;
}
 
.mocro_sec2 {
    width: 100%;
    float: left;
    padding: 68px 0;
    overflow: hidden;
}
 
#m_banner2 {
    width: 100%;
    float: left;
    position: relative;
}
 
.m_slider_cont {
    /* width: 845px; */
    padding-right: 45px;
}
 
.m_slider_cont figure {
    width: 284px;
    float: left;
    margin-right: 33px;
}
 
.m_slider_cont h3 {
    font-family: "Oswald", sans-serif;
    font-size: 36px;
    line-height: 50px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 10px;
}
 
.m_slider_cont p {
    font-size: 16px;
    line-height: 34px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 20px;
}
 
.m_slider_cont a.m_button1 {
    width: 160px;
    height: 60px;
    font-size: 16px;
    overflow: hidden;
    padding: 14px 0;
}
 
.mocro_sec3 {
    width: 100%;
    float: left;
    padding: 100px 0;
}
 
.milestone_cont {
    width: 470px;
    float: left;
}
 
.milestone_cont h3 {
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
 
.milestone_cont h4 {
    font-family: "Oswald", sans-serif;
    font-size: 50px;
    line-height: 50px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
}
 
.milestone_cont p {
    font-size: 15px;
    line-height: 32px;
    font-weight: 400;
    color: #fff;
    text-align: justify;
    margin: 0 0 30px;
}
 
.milestone_cont a.m_button1 {
    background: transparent;
    color: #fff;
    width: 240px;
    border-color: #fff;
}
 
.milestone_cont a.m_button1:hover {
    background: #fff;
    color: #fff;
}
 
.mocro_sec3 figure {
    width: 1000px;
    float: right;
    padding-left: 45px;
}
 
.m_audio_panel {
    width: 100%;
    float: left;
    padding: 100px 0;
}
 
.m_audio_panel .h_txt {
    float: left;
    width: auto;
}
 
.m_audio_panel .h_txt h2 {
    margin: 0;
}
 
.m_audio_panel a.downlod_btn {
    width: 110px;
    height: 110px;
    float: right;
    padding: 26px 23px;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
 
.audio_box {
    float: right;
    width: 600px;
    margin-right: 30px;
}





/* Custom CSS
============================================= */

.container {
    width: 100%;
    max-width: 1575px !important;
    margin: 0 auto;
    padding: 0 15px;
}

.header {
    background-color: #0A020226;
    width: 100%;
    left: 0;
    top: 0;
    height: 120px;
    position: absolute;
    z-index: 10;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #f3f3f326;
}

a.site_logo {
    display: block;
    width: 285px;
    margin: 13px 0;
    float: left;
}

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

.home_banner_left {
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 44%;
    float: left;
    /* height: 100vh !important; */
    height: 970px;
    position: relative;
    overflow: hidden;
}

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

.home_banner_right {
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 56%;
    float: right;
    /* height: 100vh !important; */
    height: 970px;
}

.header_right {
    float: right;
}

.top_link {
    float: left;
    padding-right: 4px;
    margin-top: 17px;
}

.top_link a {
    display: block;
    float: left;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    margin-right: 5px;
    padding-right: 5px;
    border-right: 2px solid #fff;
}

.site_theme {
    float: left;
    margin-right: 14px;
    margin-top: 17px;
}

.site_theme label {
    width: 18px;
    height: 20px;
    float: left;
    position: relative;
    display: block;
}

.site_theme label input {
    display: none;
}

.site_theme label i {
    background: url(images/theme-switch.png) 0 0 no-repeat;
    background-size: cover;
    width: 18px;
    height: 20px;
    display: block;
}

.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;
}

.txt_size a img {
    display: inline-block;
}

.select-menu {
    width: 149px;
    cursor: pointer;
    position: relative;
    float: left;
    margin-top: 7px;
}

.select {
    background-color: transparent;
    border-top: 1px solid #FFFFFF;
    border-left: 1px solid rgba(252, 252, 252, 0.5);
    border-right: 1px solid rgba(252, 252, 252, 0.5);
    border-bottom: 1px solid rgba(217, 217, 217, 0.5);
    padding: 20px 10px;
    height: 39px;
    color: #fff;
    font-weight: 500;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.select span {
    background: url(images/lang-icon.png) 10px center no-repeat;
    background-size: 19px 19px;
    padding-left: 39px;
}

.select span img {
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 19px;
    margin-right: 10px;
}

.options-list {
    position: absolute;
    width: 100%;
    z-index: 1;
    background-color: #f9f9f9;
    border-radius: 6px;
    margin-top: 14px;
    padding: 0 20px;
    max-height: 180px;
    overflow-y: auto;
    height: 0;
    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;
}

.option {
    padding: 8px 0;
    font-weight: 500;
    font-size: 14px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.option:hover,
.option.selected {
    color: #e2a002;
}

.options-list::-webkit-scrollbar {
    width: 4px;
    background-color: #eee;
}

.options-list::-webkit-scrollbar-thumb {
    background-color: #00a8ff;
}

.options-list.active {
    height: 180px;
}

.right_down {
    width: 100%;
    float: left;
    clear: both;
    margin-top: 15px;
    padding-left: 12px;
}

a.join_btn {
    /* background: rgba(0, 47, 109, 1); */
    background: url(images/btn-bg1.png) 0 0 no-repeat;
    background-size: 100% 100%;
    height: 46px;
    text-align: center;
    min-width: 243px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    display: block;
    position: relative;
    margin-right: -12px;
    float: left;
    padding: 14px 50px 13px 36px;
    text-transform: uppercase;
    /* border: 1px solid red; */
    /* clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%); */
}

a.join_btn span {
    display: inline-block;
    vertical-align: middle;
}

a.join_btn img {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    position: relative;
    margin-top: -3px;
}

.search_box {
    background: url(images/search-box.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 243px;
    float: left;
    position: relative;
    margin-right: -13px;
}

.search_box input[type="search"] {
    background: transparent url(images/search-icon.png) 94% center no-repeat;
    background-size: 22px 22px;
    width: 240px;
    height: 46px;
    border: 1px solid #fff;
    outline: none;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    box-shadow: none;
    text-transform: uppercase;
    padding: 10px 47px 10px 19px;
}

.search_box input[type="search"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

 .search_box input[type="search"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

 .search_box input[type="search"]:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

 .search_box input[type="search"]:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.search_box button {
    display: none;
}

.search_box input[type="submit"] {
    background: url(images/search-icon.png) center no-repeat;
    background-size: 22px 22px;
    width: 22px;
    height: 22px;
    padding: 0;
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.nav_menu {
    float: right;
    position: relative;
}

a.menu_btn {
    background: url(images/bg1.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 85px;
    height: 46px;
    display: block;
    padding: 12px 34px;
}

a.menu_btn img {
    width: 18px;
    height: 18px;
}

a.d_menu_btn {
    background: url(images/bg1.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 85px;
    height: 46px;
    display: block;
    padding: 12px 34px;
}

a.d_menu_btn img {
    width: 18px;
    height: 18px;
}

.banner_txt {
    background: rgba(0, 47, 109, 0.85);
    border: 1px solid rgba(255, 255, 255, 1);
    width: 776px;
    height: 377px;
    position: absolute;
    overflow: hidden;
    top: 57%;
    left: 42.4%;
    z-index: 2;
    padding: 10px 20px;
    border: 1px solid #fff;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.banner_txt h4 {
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    margin: 0 0 10px;
}




/* manish update on 11-07-2024 */

.ship_name li img {

    height: auto;
    width: 50px;
   
}
/* finish */


/* 11.07.2024 update by sukanta*/
 
.micro_site_banner {
    width: 100%;
    float: left;
    position: relative;
}
 
#micro_banner {
    width: 100%;
    float: left;
    position: relative;
}
 
#micro_banner::before {
    background: url(images/m-shadow.png) center bottom no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    content: '';
}
 
.m_slider_arrow {
    position: absolute;
    z-index: 5;
    right: 0;
    bottom: 80px;
}
 
.m_slider_arrow a.m_prev {
    background: url(images/m-banner-arrow.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 70px;
    height: 70px;
    display: block;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}
 
.m_slider_arrow a.m_prev:hover {
    background-image: url(images/m-banner-arrow-hover.png);
    background-size: 100% 100%;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
 
.m_slider_arrow a.m_next {
    background: url(images/m-banner-arrow.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 70px;
    height: 70px;
    display: block;
    margin-bottom: 20px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}
 
.m_slider_arrow a.m_next:hover {
    background-image: url(images/m-banner-arrow-hover.png);
    background-size: 100% 100%;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
 
.m_area {
    width: 100%;
    height: 100%;
    left: 0;
    top: 60px;
    position: absolute;
}
 
.m_area .container {
    position: relative;
    height: 100%;
}
 
.micro_banner_txt {
    position: absolute;
    left: 0;
    bottom: 100px;
    width: 749px;
    z-index: 5;
}
 
.micro_banner_txt h1 {
    font-family: "Oswald", sans-serif;
    font-size: 60px;
    line-height: 90px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 42px;
}
 
.micro_banner_txt p {
    font-size: 20px;
    line-height: 46px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 30px;
}
 
a.m_button1 {
    background: #fff;
    width: 200px;
    height: 80px;
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    padding: 24px 0;
    color: #000;
    border: 2px solid transparent;
    text-transform: uppercase;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
}
 
a.m_button1:hover {
    background: #000422;
    color: #fff;
    border-color: #fff;
}
 
.micro_bg {
    background: #000422;
}
 
.micro_bg .h_txt h2 {
    letter-spacing: 1px;
    font-weight: 500;
}
 
.mocro_sec1 {
    width: 100%;
    float: left;
    padding: 50px 0;
}
 
.mocro_sec1 figure {
    width: 50.4%;
    float: left;
    margin-right: 4.3%;
}
 
.m_about {
    width: 45.3%;
    float: right;
    padding-top: 0;
}
 
.m_about h3 {
    font-family: "Oswald", sans-serif;
    font-size: 64px;
    line-height: 84px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 47px;
}
 
.m_about p {
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
    color: #fff;
    text-align: justify;
    margin: 0 0 30px;
}
 
.mocro_sec2 {
    width: 100%;
    float: left;
    padding: 68px 0;
    overflow: hidden;
}
 
#m_banner2 {
    width: 100%;
    float: left;
    position: relative;
}
 
.m_slider_cont {
    /* width: 845px; */
    padding-right: 45px;
}
 
.m_slider_cont figure {
    width: 284px;
    float: left;
    margin-right: 33px;
}
 
.m_slider_cont h3 {
    font-family: "Oswald", sans-serif;
    font-size: 36px;
    line-height: 50px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 10px;
}
 
.m_slider_cont p {
    font-size: 16px;
    line-height: 34px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 20px;
}
 
.m_slider_cont a.m_button1 {
    width: 160px;
    height: 60px;
    font-size: 16px;
    overflow: hidden;
    padding: 14px 0;
}
 
.mocro_sec3 {
    width: 100%;
    float: left;
    padding: 100px 0;
}
 
.milestone_cont {
    width: 470px;
    float: left;
}
 
.milestone_cont h3 {
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
 
.milestone_cont h4 {
    font-family: "Oswald", sans-serif;
    font-size: 50px;
    line-height: 50px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
}
 
.milestone_cont p {
    font-size: 15px;
    line-height: 32px;
    font-weight: 400;
    color: #fff;
    text-align: justify;
    margin: 0 0 30px;
}
 
.milestone_cont a.m_button1 {
    background: transparent;
    color: #fff;
    width: 240px;
    border-color: #fff;
}
 
.milestone_cont a.m_button1:hover {
    background: #fff;
    color: #000;
}
 
.mocro_sec3 figure {
    width: 1000px;
    float: right;
    padding-left: 45px;
}
 
.m_audio_panel {
    width: 100%;
    float: left;
    padding: 100px 0;
}
 
.m_audio_panel .h_txt {
    float: left;
    width: auto;
    margin-top: 22px;
}
 
.m_audio_panel .h_txt h2 {
    margin: 0;
}
 
.m_audio_panel a.downlod_btn {
    width: 110px;
    height: 110px;
    float: right;
    padding: 26px 23px;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
 
.audio_box {
    float: right;
    width: 600px;
    margin-right: 30px;
}
 
 
/* 12.07.2024 */
 
.go_to_next.btn {
    background: transparent;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 26px;
    bottom: -40px;
}

/* finish */




















.banner_txt h4::after {
    background: #fff;
    width: 48px;
    height: 0.5px;
    position: absolute;
    left: 0;
    bottom: -6px;
    content: '';
}

.banner_txt h2:after {
    background: rgba(255, 255, 255, 0.5);
    width: 46px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -10px;
    content: '';
}

.banner_txt h1 {
    font-family: "Oswald", sans-serif;
    font-size: 32px;
    line-height: 53px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 7px 0;
}

.banner_txt p {
    font-size: 16px;
    line-height: 27px;
    font-weight: 500;
    color: #fff;
    float: left;
}

a.view_more {
    background: url(images/btn-bg2.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 126px;
    height: 47px;
    padding: 9px 5px 8px;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
    display: block;
    float: right;
    text-transform: uppercase;
}

.banner_slider2_holder {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 16px;
    overflow: hidden;
}

.banner_slider2 {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 13px;
}

.banner_slider2 p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 14px;
    max-width: 449px;
}

.slides-numbers {
    color: #fff;
    display: none;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    right: 19px;
    position: absolute;
    text-align: center;
    top: 32px;
}

.slides-numbers .active {
    color: #DBE2EA;
    display: block;
}

.slides-numbers .total {
    display: block;
    color: #748DAF;
    border-top: 1px solid #4B6C98;
}

.line_top {
    background: url(images/h-line1.png) center no-repeat;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
}

.line_bottom {
    background: url(images/h-line1.png) center no-repeat;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.line_bottom_black {
    background: url(images/h-line-black.png) center no-repeat;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.custom_panel_1 {
    background-size: 100% 100%;
    background-position: center top;
    width: 100%;
    float: left;
    padding: 134px 0;
    /* padding: 59px 0; */
    position: relative;
    z-index: 3;
    /* height: 100vh; */
}

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

.custom_panel_1 .container {
    height: 100%;
    display: table;
}

.custom_panel_1 .container .panel_1_inner {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.custom_panel_1 .h_txt {
    text-align: center;
}

.h_txt {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
}

.h_txt h2 {
    font-family: "Oswald", sans-serif;
    font-size: 55px;
    line-height: 65px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 49px;
    letter-spacing: 12px;
    position: static;
    visibility: visible !important;
    opacity: 1 !important;
    transform: unset !important;
    -webkit-transform: unset !important;
    -moz-transform: unset !important;
    -ms-transform: unset !important;
    -o-transform: unset !important;
}

.h_txt span {
    display: inline-block;
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 69px;
    letter-spacing: 10px;
}

.m_sites_list {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 67px;
    margin-top: 43px;
}

.m_sites_list ul {
    list-style: none;
    padding: 0;
    margin: 0 -1%;
    text-align: center;
    font-size: 0;
}

.m_sites_list li {
    width: 18%;
    height: 120px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 17px 0 0;
    margin: 0 1% 30px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.55);
}

.m_sites_list li a {
    display: block;
}

.m_sites_list li figure {
    width: 94px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.m_sites_list li figure img {
    width: auto;
    height: 80px;
    margin: 0 auto;
}

.m_sites_list li strong {
    display: inline-block;
    vertical-align: middle;
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    line-height: 29px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    overflow: hidden;
}

.m_sites_list li small {
    display: block;
    font-family: "Source Sans 3", sans-serif !important;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
    width: 103px;
    padding-top: 5px;
}

.shp1 {
    width: 46px;
    position: absolute;
    left: 50%;
    top: -34px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.shp2 {
    width: 46px;
    position: absolute;
    left: 50%;
    bottom: -4px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.shp3 {
    width: 46px;
    position: absolute;
    left: -17px;
    top: -27px;
}

.shp4 {
    width: 46px;
    position: absolute;
    left: -19px;
    bottom: -1px;
}

.shp5 {
    width: 46px;
    position: absolute;
    right: -17px;
    top: -30px;
}

.shp6 {
    width: 46px;
    position: absolute;
    right: -15px;
    bottom: 0;
}

.press_release {
    background: #062748;
    width: 100%;
    float: left;
    padding: 63px 0 113px;
    position: relative;
    z-index: 3;
    /* height: 100vh; */
}

.press_release a.view_btn {
    margin-top: -67px;
    position: relative;
}

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

.slider_main {
    width: 829px;
    float: left;
}

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

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

.main_slide_video_txt {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.main_slide_video_txt em {
    background: rgba(116, 116, 116, 0.7);
    font-style: normal;
    display: block;
    float: left;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 14px;
    margin: 30px 0 0 27px;
}

.main_slide_video_txt span {
    display: block;
    float: right;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 14px;
    margin: 40px 30px 0 0;
}

.main_slide_video_txt h3 {
    font-size: 24px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    max-width: 678px;
    text-transform: uppercase;
    position: absolute;
    left: 27px;
    bottom: 68px;
}

.main_slide_video_txt a {
    background: url(images/arrow2.png) 0 0 no-repeat;
    background-size: contain;
    width: 81px;
    height: 46px;
    position: absolute;
    right: 29px;
    bottom: 34px;
}

.slider_thumb {
    width: 625px;
    float: right;
}

.slide_thumb_cont {
    background: url(images/shp7.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 164px;
    padding: 21px 60px;
    margin-bottom: 32px;
    overflow: hidden;
}

.slide_thumb_cont h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #000;
    margin: 0 0 30px;
    text-transform: uppercase;
}

.slide_thumb_cont small {
    background: rgba(116, 116, 116, 0.7);
    padding: 5px 14px;
    float: left;
    display: block;
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    color: #fff;
    margin-right: 21px;
    text-transform: uppercase;
}

.slide_thumb_cont span {
    display: block;
    float: left;
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    color: rgba(68, 68, 68, 1);
}

.slide_thumb_cont a {
    width: 44px;
    height: 25px;
    display: block;
    float: right;
}

.slider_thumb .slick-current .slide_thumb_cont {
    background-image: url(images/shp7-hover.png);
}

.slider_thumb .slick-current .slide_thumb_cont small {
    background: #fff;
    color: #000;
}

.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;
}

.img_carousel {
    width: 100%;
    float: left;
    padding: 32px 0;
}

.footer {
    background: #191919 url(images/map-bg.png) center top no-repeat;
    background-size: 100% 100%;
    width: 100%;
    float: left;
    margin: 0 !important;
}

.footer_top {
    width: 100%;
    float: left;
    padding: 0px 0 0;
}

.footer_widget {
    width: 25%;
    float: left;
}

.footer_widget h5 {
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 16px;
}

.footer_widget p {
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    max-width: 300px;
}

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

.footer_widget li {
    width: 100%;
    padding-bottom: 15px;
    margin: 0;
}

.footer_widget li a {
    display: inline-block;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
}

.footer_widget li a:hover {
    text-decoration: underline !important;
}

.footer_bottom {
    width: 100%;
    float: left;
    background: url(images/h-line-footer.png) left top no-repeat;
    background-size: 100%;
}

.footer_left_box {
    float: left;
}

.footer_left_box span {
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    padding: 10px 0 15px;
}

.footer_bottom figure {
    width: 182px;
    display: block;
    margin-bottom: 20px;
}

.footer_right_box {
    float: right;
    margin-top: 25px;
}

.footer_right_box span {
    display: block;
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    text-align: right;
    margin-bottom: 15px;
}

.footer_right_box span img {
    width: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
}

.seminar_panel {
    background: url(images/bg5.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 100%;
    float: left;
    position: relative;
    padding: 36px 0 53px;
}

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

.seminar_panel_txt {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
}

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

.seminar_panel_txt h2 {
    font-family: "Oswald", sans-serif;
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 50px;
    text-transform: uppercase;
    opacity: 1 !important;
    visibility: visible !important;
    transform: unset !important;
    -webkit-transform: unset !important;
    -moz-transform: unset !important;
    -ms-transform: unset !important;
    -o-transform: unset !important;
}

.seminar_panel_txt p {
    font-size: 20px;
    line-height: 40px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    max-width: 1078px;
}

a.view_btn {
    background: url(images/btn-bg3.png) 0 0 no-repeat;
    background-size: 100% 100%;
    min-width: 217px;
    display: block;
    float: right;
    padding: 17px 67px 17px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    position: relative;
    margin-top: -60px;
}

.highlights_panel {
    background: #001122 url(images/NaVY-home-light.png) 0 center no-repeat;
    background-size: 100% 100%;
    width: 100%;
    float: left;
    padding: 85px 0 50px;
    position: relative;
    overflow: hidden;
    z-index: 3;
    /* height: 100vh; */
}

.highlights_panel_txt {
    max-width: 443px;
    float: left;
    position: relative;
    margin-bottom: -258px;
}

.highlights_panel_txt small {
    display: block;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 31px;
}

.highlights_panel_txt small::after {
    background: rgb(255 255 255 / 30%);
    width: 160px;
    height: 0.5px;
    position: absolute;
    left: 0;
    bottom: -4px;
    content: '';
}

.highlights_panel_txt p {
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 63px;
}

.highlights_panel_txt a.view_btn {
    float: left;
    margin: 0;
}

.highlights_panel .container {
    position: relative;
}

.custom_slider_area {
    width: 100% !important;
    float: left;
    clear: both;
    margin-top: 70px;
    position: relative;
    white-space: nowrap;
}

.bg-video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.b_line {
    width: 100%;
    height: 2px;
    max-width: 929px;
    margin: 0 auto;
    clear: both;
    float: none;
    z-index: 2;
    position: relative;
}

video {
    object-fit: fill;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}


/* ========================================= */

.slider-nav .slick-track {
    padding: 50px 0;
}

.slider-nav .item {
    transform: scale(0.3);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    bottom: 0;
}

.slider-nav .item img {
    transition: all 1s;
    cursor: pointer;
    display: block;
    margin: 5px auto;
    /* margin-bottom: 20px; */
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.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);
    bottom: 0;
}

.slider-nav .item.slick-current img {
    -webkit-transition: all 1s;
    transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    padding: 15px;
    border: 3px solid #fff;
}

.slider-nav .slick-slide {
    display: inline-block !important;
    float: none !important;
    vertical-align: bottom !important;
    position: relative;
    left: 0;
    margin: 0 -20px !important;
}

.slider-nav .slick-current {
    /* margin: 0 85px 0 0 !important; */
}

.swiper_arrow {
    position: absolute;
    right: 20px;
    bottom: 0;
    text-align: center;
    font-size: 0;
    z-index: 1;
    width: auto !important;
}

.swiper_arrow .slick-arrow {
    display: inline-block;
    vertical-align: middle;
    position: static;
    width: 40px;
    height: 40px;
    margin: 0 15px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.swiper_arrow .slick-prev {
    background: url(images/prev-arrow.png) 0 0 no-repeat;
    background-size: cover;
}

.swiper_arrow .slick-next {
    background: url(images/arrow-next.png) 0 0 no-repeat;
    background-size: cover;
}

.new_updates {
    background: url(images/image\ 298.png) center top no-repeat;
    background-size: cover;
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    /* height: 800px; */
}

.new_updates .bg-video-wrap {
    padding: 61px 0;
}

.new_updates .bg-video-wrap::before {
    background: rgb(0, 0, 0, 20%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: '';
}

.new_updates .line_bottom {
    bottom: 40px;
    background-size: 90%;
}

.new_updates .h_txt {
    position: relative;
    z-index: 2;
}

.center_slider_holder {
    position: relative;
    float: left;
    left: 50%;
    z-index: 2;
    width: 1920px;
    margin-bottom: 100px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.center_slider_holder .slick-prev {
    background: url(images/alider-arrow.png) 0 0 no-repeat;
    background-size: 28px 51px;
    position: absolute;
    left: 250px !important;
    top: 50%;
    width: 28px;
    height: 51px;
    z-index: 2;
    padding: 0;
    outline: none;
    border: none;
    font-size: 0;
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
}

.center_slider_holder .slick-next {
    background: url(images/alider-arrow.png) 0 0 no-repeat;
    background-size: 28px 51px;
    position: absolute;
    right: 250px !important;
    top: 50%;
    width: 28px;
    height: 51px;
    z-index: 2;
    padding: 0;
    outline: none;
    border: none;
    font-size: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.center-slider {
    width: 100%;
    float: left;
    position: relative;
    margin: 80px 0 30px;
}

.center-slider .slick-slide {
    color: #FFF;
    /* height: 200px; */
    margin: 0 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
    box-shadow: 4px 4px 15px 0px rgba(255, 255, 255, 0.15);
    box-shadow: -4px -4px 15px 0px rgba(255, 255, 255, 0.15);
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
}

.center-slider .slick-slide,
.center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"] {
    transform: scale(0.6, 0.6);
    -webkit-transform: scale(0.6, 0.6);
    -moz-transform: scale(0.6, 0.6);
    -ms-transform: scale(0.6, 0.6);
    -o-transform: scale(0.6, 0.6);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}


/* Active center slide (You can change anything here for cenetr slide)*/

.center-slider .slick-center,
.center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] {
    transform: scale(1.1);
    background-color: #000000;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.center-slider .slick-current.slick-active {
    transform: scale(1.3);
    background-color: #000000;
}

.center-slider img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.center-slider .slick-next,
.center-slider .slick-prev {
    z-index: 5;
}

.center-slider .slick-next {
    right: 15px;
}

.center-slider .slick-prev {
    left: 15px;
}

.center-slider .slick-next:before,
.center-slider .slick-prev:before {
    color: #000;
    font-size: 26px;
}

.center-slider .slick-list {
    overflow: visible;
}

.center-slider .news_info {
    position: relative;
    width: 100%;
    float: left;
    display: block;
}

.center-slider figure {
    display: block;
}

.center-slider figure h4 {
    position: absolute;
    width: 100%;
    padding: 0 40px;
    left: 0;
    bottom: 34px;
    font-size: 20px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.center-slider figure h4 small {
    background: rgba(85, 85, 85, 0.7);
    padding: 10px 13px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    color: #fff;
    display: block;
    margin-bottom: 31px;
    width: 158px;
    height: 45px;
}

.center-slider .slick-slide {
    padding: 0 !important;
    position: relative;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.center-slider .slick-slide .news_info::before {
    background: url(images/overlay3.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
}

.center-slider .slick-slide figure {
    display: none;
}

.center-slider .slick-current figure {
    display: block !important;
}

.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;
}

.gallery_container .g_tab_cont {
    width: 100%;
    float: left;
    display: none;
}

.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;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.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 img {
    height: 500px;
}

.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_thumb .slick-current {
    opacity: 1 !important;
}

#g_video_thumb .slick-slide {
    opacity: 0.5;
}

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

#g_img_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;
}

a.close_btn {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 13px;
    top: 15px;
}

.hide {
    display: none;
}
li.gallery_video{
height: 247px;
}

.header.bg {
    background: url(images/header-bg.png) center top no-repeat;
    background-size: cover;
    float: left;
    position: relative;
    width: 100%;
    z-index: 2;
}

.page_body_content {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#002f6d+0,002960+100 */
    /* background: linear-gradient(to bottom, rgba(0, 47, 109, 1) 0%, rgba(0, 41, 96, 1) 100%); */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-color: #00334A;
    width: 100%;
    float: left;
    position: relative;
    margin-top: -1px;
}

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

.page_title.paddbottom {
    padding-bottom: 71px;
}

.page_title h1 {
    font-family: "Oswald", sans-serif;
    /* font-size: 80px;
    line-height: 90px; */
    font-size: 50px;
    line-height: 80px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
}

.page_title h1 small {
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    padding-top: 29px;
}

.page_title p {
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    line-height: 50px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
    margin: 30px 0 0;
}

.breadcrumbs {
    width: 100%;
    float: left;
    padding: 0 0 20px;
}

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

.breadcrumbs li {
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
    float: left;
    text-transform: uppercase;
    letter-spacing: 5px;
    position: relative;
    padding-right: 37px;
}

.breadcrumbs li::after {
    content: '/';
    position: absolute;
    right: 11px;
    top: 0;
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
}

.breadcrumbs li:last-child {
    padding: 0;
}

.breadcrumbs li:last-child:after {
    display: none;
    padding: 0;
}

.breadcrumbs li a {
    color: #fff;
    display: inline-block;
}

.breadcrumbs li a:hover {
    color: #d4a50d;
}

.press_list {
    width: 100%;
    float: left;
    position: relative;
    padding: 100px 0 131px;
}

.press_list ul {
    list-style: none;
    padding: 0;
    margin: 0 -1.3%;
}

.press_list li {
    float: left;
    width: 30.7%;
    position: relative;
    margin: 0 1.3% 40px;
}

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

.press_list_box::after,
.press_list_box a::after {
    background: url(images/shadow2.png) 0 0 no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.8;
    left: 0;
    top: 0;
    content: '';
}

.press_list_box a {
    display: block;
    position: relative;
    z-index: 1;
}

.press_list.txt figure {
    text-transform: unset;
}

.press_list li.width {
    width: 63.9%;
}

.press_list li figure {
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0 20px;
    bottom: 20px;
    color: #fff;
    z-index: 1;
    text-transform: uppercase;
}

.press_list li figure a {
    display: block;
    color: #fff;
}

.press_list li strong {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    padding: 10px 20px;
}

.press_list li span {
    display: block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
}

.press_list li small {
    display: block;
    margin-top: 15px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
}

.press_list li em {
    width: 72px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 1;
}

.press_list .custom_pagination {
    margin-top: 100px;
}

.custom_pagination {
    width: 100%;
    float: left;
    font-size: 0;
    text-align: center;
    position: relative;
    padding: 50px 0;
}

.h_line_top {
    background: url(images/h-line4.png) center top no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
}

.h_line_bottom {
    background: url(images/h-line4.png) center top no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.custom_pagination a {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin: 0 7px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.custom_pagination a:hover,
.custom_pagination a.selected {
    background: #fff;
    color: #000;
}

.photo_slider {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 40px 0 0;
}

.photo_slider.full {
    width: 100%;
    margin-bottom: 40px;
}

.photo_slider #photo_slide {
    width: 100%;
    float: left;
    position: relative;
}

.photo_slider #photo_slide2 {
    width: 100%;
    float: left;
    position: relative;
}

#photo_slide .item,
#photo_slide2 .item {
    /* padding: 0 5px; */
}

.photo_slide_arrow {
    width: 100%;
    float: left;
    font-size: 0;
    margin-top: 24px;
}

.photo_slide_arrow a {
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 26px;
    margin-right: 30px;
}

.photo_slide_arrow a.prev_1 {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.photo_slide_arrow a.prev_1.slick-disabled,
.photo_slide_arrow a.next_1.slick-disabled {
    opacity: 0.5;
}

#photo_slide_thumb {
    width: 100%;
    float: left;
    margin-top: 35px;
}

#photo_slide_thumb .item {
    padding: 0 15px;
    white-space: nowrap;
}

#photo_slide_thumb .slick-current img {
    border: 2px solid rgb(255 255 255 / 60%);
}

#photo_slide_thumb .slick-arrow {
    display: none !important;
}

.news_info_txt {
    width: 47%;
    float: right;
}

.c_block_1 {
    width: 50%;
    float: left;
    padding: 0;
}

.news_info {
    width: 100%;
    float: left;
    position: relative;
    padding: 40px 0 0;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.news_info p {
    font-size: 20px;
    line-height: 44px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 35px;
}

.press_list.paddTop {
    padding-top: 70px;
}

.block_panel_1 {
    width: 100%;
    float: left;
    padding: 70px 0 136px;
}

.block_panel_1 ul {
    list-style: none;
    margin: 0 -1%;
    padding: 0;
}

.block_panel_1 li {
    width: 23%;
    float: left;
    margin: 0 1%;
    padding: 20px 20px 60px;
    position: relative;
    border: 1px solid #fff;
}

.block_panel_1 li img {
    margin: 0 0 20px;
}

.block_panel_1 li h4 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 20px;
}

.block_panel_1 li p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
}

.block_panel_1 .h_txt h2 {
    margin-bottom: 60px;
}

.photo_gallery {
    width: 100%;
    float: left;
    padding: 58px 0 150px;
}

.photo_gallery .press_list {
    padding: 0;
}

.photo_gallery .custom_pagination {
    margin-top: 60px;
}

.photo_gallery_list {
    width: 100%;
    float: left;
    padding: 0 0 40px;
}

.photo_gallery_list ul {
    list-style: none;
    margin: 0 -1.1%;
    padding: 0;
}

.photo_gallery_list li {
    float: left;
    margin: 0 1.1% 30px;
    width: 22.8%;
    padding: 20px 20px 55px;
    border: 1px solid #fff;
    position: relative;
}

.photo_gallery_list li figure {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.photo_gallery_list li strong {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 40px;
    min-height: 130px;
    clear: both;
}

a.button1 {
    background: url(images/btn-bg3.png) 0 0 no-repeat;
    background-size: 100% 100%;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    color: #252525;
    display: inline-block;
    text-transform: uppercase;
    padding: 11px 38px 9px 35px;
    position: absolute;
    left: 16px;
    bottom: 14px;
}

a.button1 img {
    width: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.photos_view {
    width: 100%;
    float: left;
    padding: 60px 0 154px;
}

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

.photo_list ul {
    list-style: none;
    margin: 0 -1.5%;
    padding: 0;
}

.photo_list li {
    float: left;
    margin: 0 1.5% 40px;
    width: 46.9%;
}

.display_videos {
    width: 100%;
    float: left;
    padding: 60px 0 151px;
}

.v_rows {
    margin: 0 -1.4%;
}

.v_columns {
    width: 47.1%;
    margin: 0 1.4%;
    float: left;
}

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

.video_screen figure {
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.video_screen figure>a {
    width: 72px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.video_screen small {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
}

.videoPopup {
    background: #fff;
    width: 600px;
    padding: 20px;
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

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

.vision_info_block {
    width: 100%;
    float: left;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.vision_txt_box.right {
    float: right;
    margin: 30px 55px 30px 0;
}

.v_txt_box {
    background: url(images/left-overlay.png) 0 0 no-repeat;
    background-size: cover;
    width: 897px;
    /* height: 393px; */
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    padding: 47px 177px 47px 0;
}

.v_txt_box::before {
    background-color: #001337;
    width: 2000px;
    height: 100%;
    left: -2000px;
    top: 0;
    position: absolute;
    content: '';
}

.v_txt_box.right::before {
    background-color: #001337;
    width: 2000px;
    height: 100%;
    right: -2000px;
    left: unset;
    top: 0;
    position: absolute;
    content: '';
}

.v_txt_box.right {
    background: url(images/right-overlay.png) 0 0 no-repeat;
    background-size: cover;
    width: 897px;
    /* height: 393px; */
    position: absolute;
    right: 0;
    left: unset;
    bottom: 0;
    z-index: 1;
    padding: 47px 0 47px 177px;
}

.v_txt_box.right p,
.v_txt_box.right h3,
.v_txt_box.right a {
    text-align: right;
    float: right;
}

.v_txt_box p {
    font-size: 30px;
    line-height: 50px;
    font-weight: 400;
    color: #fff;
}

.vision_txt_box {
    background: rgba(0, 47, 109, 0.6);
    width: 740px;
    height: 740px;
    float: left;
    margin: 30px 0 30px 55px;
    position: relative;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.vision_txt_box p {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    font-size: 30px;
    line-height: 50px;
    font-weight: 400;
    color: #fff;
    max-width: 500px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.inner_txt_box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 500px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.inner_txt_box h3 {
    font-family: "Oswald", sans-serif;
    font-size: 69px;
    line-height: 90px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 30px;
}

.inner_txt_box>p {
    font-size: 24px;
    line-height: 35px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 40px;
    max-width: unset;
    clear: both;
    max-width: unset !important;
    position: static;
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
}

.inner_txt_box a.button1 {
    min-width: 223px;
}

.inner_txt_box a.button1 img {
    margin-left: 51px;
}

.custom_panel_2 {
    background: #F8EFD4;
    width: 100%;
    float: left;
    padding: 96px 0;
}

.custom_panel_2_block {
    width: 100%;
    float: left;
    padding-bottom: 70px;
    margin-bottom: 70px;
    border-bottom: 1px solid #EEB601;
}

.custom_panel_2_block:last-child {
    border: none;
    margin-bottom: 0;
}

.custom_panel_2_block figure {
    width: 28.2%;
    float: left;
    margin-top: 10px;
    margin-right: 3.3%;
}

.custom_panel_2_txt {
    width: 68.5%;
    float: right;
}

.custom_panel_2_txt p {
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
    color: #252525;
    margin-bottom: 10px;
}

.custom_panel_2_txt p:last-child {
    margin: 0;
}

.custom_panel_2_txt h4 {
    font-size: 20px;
    line-height: 40px;
    font-weight: 700;
    color: #252525;
    margin: 0 0 20px;
}

.custom_banner {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    float: left;
    position: relative;
}

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

.custom_banner .page_title {
    padding: 205px 0 175px;
}

.combat_info {
    background: url(images/blue-bg.png) center top no-repeat;
    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: 177px;
    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;
}

.surface_ship_content {
    background: url(images/blue-bg.png) 0 0 no-repeat;
    background-size: cover;
    width: 100%;
    float: left;
    position: relative;
    padding-bottom: 60px;
}

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

.surface_block {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
    padding: 50px 0;
}

.surface_block .img1 {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.surface_block .img1.round_img figure {
    width: 640px;
    height: 640px;
    padding: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.surface_block .img1 .h_line_bottom {
    bottom: unset;
    top: 38px;
    width: 100%;
    left: 90%;
}

.surface_block:nth-child(even) .img1 .h_line_bottom {
    bottom: unset;
    top: 38px;
    width: 100%;
    left: -91%;
}

.surface_block figure {
    width: 680px;
    height: 577px;
    overflow: hidden;
    padding: 15px;
    display: block;
    margin: 0 70px;
    border: 4px solid #fff;
    /* border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%; */
}

.surface_block figure img {
    width: 100%;
    display: block;
    height: 100%;
}

.surface_block h3 {
    font-family: "Oswald", sans-serif;
    font-size: 50px;
    line-height: 72px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.surface_block h3 a {
    color: #fff;
    display: inline-block;
}

.surface_block h3 a:hover {
    color: #EEB601;
}

.surface_block:nth-child(even) {
    text-align: right;
}

.custom_panel_3 {
    width: 100%;
    float: left;
    padding-bottom: 50px;
}

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

.custom_panel_3_block {
    background: url(images/v-line1.png) center no-repeat;
    background-size: 1px 100%;
    width: 100%;
    float: left;
    padding: 70px 0;
}

.inner_block {
    width: 50%;
    float: left;
    position: relative;
}


/* .inner_block:first-child:after {
    background: url(images/v-line1.png) right top no-repeat;
    background-size: 100% 100%;
    width: 2px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    content: '';
} */

.inner_block p {
    font-size: 20px;
    font-weight: 400;
    line-height: 50px;
    color: #fff;
    margin: 0 100px 0 0 !important;
}

.custom_panel_3_block p {
    font-size: 20px;
    font-weight: 400;
    line-height: 50px;
    color: #fff;
    margin: 0px 0 30px 0;
}

.custom_panel_3_block p:first-child {
    margin-top: 70px;
}

.custom_panel_3_block h4 {
    font-size: 24px;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.inner_block ul {
    margin: 0;
    padding: 0px 0 0;
    list-style: none;
}

.inner_block li {
    font-size: 20px;
    font-weight: 700;
    line-height: 50px;
    color: #fff;
    width: 100%;
    padding: 0px 0 0 100px;
    margin-bottom: 4px;
}

.custom_panel_3_bottom {
    background: url(images/h-line4.png) center top no-repeat;
    background-size: 100%;
    width: 100%;
    float: left;
    font-size: 0;
    margin: 50px 0 50px;
    padding: 55px 0;
}

.custom_panel_3_bottom figure {
    width: 251px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 100px;
}

.ship_name {
    background: #D4E5FC;
    width: 400px;
    display: inline-block;
    vertical-align: middle;
    padding: 30px 30px 10px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.ship_name ul {
    list-style: none;
    margin: 0;
    margin: 0;
}

.ship_name li {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #252525;
    margin-bottom: 20px;
    display: block;
}

.ship_name span {
    display: inline-block;
    width: 154px;
}

.ship_name span strong {
    display: inline-block;
    font-weight: 700;
}

.nav_overlay {
    background: rgb(60 58 58 / 50%);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    backdrop-filter: blur(4px);
    display: none;
}

.sidebar_menu {
    background: #bfcde0;
    width: 429px;
    padding: 43px 0;
    position: fixed;
    right: -600px;
    top: 0;
    height: 100%;
    z-index: 20;
    overflow: hidden;
    overflow-y: auto;
    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;
}

.sidebar_menu::-webkit-scrollbar {
    background: transparent;
    width: 5px;
    height: 5px;
}

.sidebar_menu::-webkit-scrollbar-thumb {
    background-color: #3c3f58;
}

.sidebar_menu::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.sidebar_menu.change {
    right: 0;
}

.sidebar_menu ul {
    list-style: none;
    margin: 0;
    padding: 0 43px;
}

.sidebar_menu ul>li {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #999999;
}

.sidebar_menu ul>li:last-child {
    border: navajowhite;
}

.sidebar_menu ul>li>a {
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    line-height: 40px;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
    color: #292D32;
    padding: 22px 0;
    cursor: pointer;
}

.sidebar_menu ul>li:hover>a,
.sidebar_menu ul ul>li:hover>a {
    color: #eeb601;
}


/* .sidebar_menu ul ul {
    background: #adbdd3;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    display: none;
} */

.sidebar_menu ul ul {
    background: #bfcde0;
    list-style: none;
    padding: 90px 43px 0;
    margin: 0;
    position: fixed;
    right: -600px;
    top: 0;
    width: 429px;
    height: 100%;
    z-index: 20;
    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;
}

.sidebar_menu ul ul>li .nav-drp-arw {
    background-size: 13px 10px;
    width: 13px;
    height: 10px;
}

.sidebar_menu ul ul.change {
    right: 0;
}

.sidebar_menu ul ul h4 {
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 15px;
    cursor: pointer;
    text-transform: uppercase;
    border-bottom: 1px solid #999999;
}

.sidebar_menu ul ul h4 img {
    width: 19px;
    height: 13px;
    float: left;
    margin-top: 16px;
    margin-right: 23px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.sidebar_menu ul ul h5 {
    font-size: 20px;
    line-height: 40px;
    font-weight: 400;
    padding-bottom: 13px;
    margin-bottom: 17px;
    cursor: pointer;
    border-bottom: 1px solid #999999;
}

.sidebar_menu ul ul h5 img {
    width: 13px;
    height: 10px;
    float: left;
    margin-top: 16px;
    margin-right: 23px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

a.close_sub {
    background: url(images/close2.png) 0 0 no-repeat;
    background-size: contain;
    width: 46px;
    height: 33px;
    position: absolute;
    right: 40px;
    top: 35px;
}


/* a.back_to_menu {
    background: url(images/arrow3.png) 0 0 no-repeat;
    background-size: contain;
    width: 26px;
    height: 20px;
    position: absolute;
    left: 56px;
    top: 35px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
} */

.sidebar_menu ul ul>li {
    border: none;
}

.sidebar_menu ul ul>li>a {
    font-family: "Source Sans 3", sans-serif !important;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    display: block;
    text-transform: uppercase;
    color: #292D32;
    padding: 13px 36px;
}

.nav-drp-arw {
    background: url(images/arrow3.png) 0 0 no-repeat;
    background-size: 24px 17px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 24px;
    height: 17px;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.nav-drp-arw.current {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.sidebar_menu.mobile {
    display: none !important;
}

.table_1 {
    width: 100%;
    margin: 0 0 0 55px;
}

.table_1 td:first-child {
    font-weight: 700;
}

.table_1 td {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    padding: 15px;
}

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

.shp_block .rows_1 {
    margin: 0 -2.5%;
}

.shp_block .column_1 {
    width: 28.2%;
    float: left;
    margin: 0 2.5% 30px;
}

.shp_block .column_1 .ship_name {
    width: 100%;
    margin-bottom: 40px;
}

.shp_block .column_1 figure {
    width: 200px;
    float: none;
    margin-bottom: 40px;
}

.shp_block .column_1 h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 20px;
}

.shp_block .column_1 p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 30px;
}

.shp_block .column_1 p span {
    display: block;
}

.shp_block.no_height .column_1 {
    height: auto !important;
}

.custom_panel_3_bottom.no_bg_line {
    background: unset;
    margin-top: 0;
}

.shp_block.txt_center {
    text-align: center;
}

.shp_block.txt_center figure {
    margin: 0 auto 40px;
}

.shp_block.txt_center .column_1 {
    width: 20%;
}

.ship_name.odd {
    margin: 70px 0 70px 212px;
}

.ship_name.odd ul {
    padding: 0;
}

.ship_name.odd li {
    padding: 0;
}

a.button1 img {
    width: 13px;
    height: 9px;
    display: inline-block;
    vertical-align: middle;
}

.more_info {
    width: 100%;
    float: left;
    padding: 115px 0 109px;
    position: relative;
    z-index: 3;
}

.more_info h3 {
    font-family: "Oswald", sans-serif;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 60px;
    text-transform: uppercase;
}

.more_info a.button1 {
    position: static;
}

.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%);
}

.custom_banner .page_title.padd {
    padding: 63px 0;
}

.custom_panel_3_block.no_bg {
    background: unset;
    padding: 50px 0 0;
}

.custom_panel_3_block.no_bg p {
    margin: 0;
}

.list_of_precedence {
    width: 100%;
    float: left;
    padding: 60px 0 0;
}

.list_of_precedence ul {
    list-style: none;
    margin: 0 -1.8%;
    padding: 0;
}

.list_of_precedence li {
    background: #D4E5FC;
    float: left;
    width: 21.4%;
    margin: 0 1.8% 50px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.list_of_precedence li figure {
    width: 100%;
    display: block;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    padding: 30px;
    overflow: hidden;
    text-align: center;
    height: 230px;
}

.list_of_precedence li figure>a {
    width: auto;
    display: inline-block;
    vertical-align: top;
    height: 95%;
}

.list_of_precedence li figure img {
    display: block;
    width: auto;
    height: 95%;
}

.list_of_precedence li span {
    display: block;
    padding: 0 15px 41px 30px;
    font-size: 24px;
    line-height: 40px;
    font-weight: 700;
    color: #000;
}

.list_of_precedence li span>a {
    display: inline-block;
    color: #000;
}

.list_of_precedence li span>a:hover {
    color: #EEB601;
}

.c_banner_panel {
    background: #D4E5FC;
    width: 100%;
    float: left;
    padding: 60px 0;
    text-align: center;
}

.c_banner_panel img {
    display: inline-block;
    vertical-align: top;
    width: 589px;
}

.custom_panel_4 {
    width: 100%;
    float: left;
    padding: 100px 0 60px;
}

.custom_panel_4 strong {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    display: block;
}

.custom_panel_4 p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 30px;
}

.custom_panel_4 p>strong {
    display: inline-block;
}

.custom_panel_5 {
    width: 100%;
    float: left;
    margin-top: 50px;
}

.custom_panel_5 .r_rows {
    background: url(images/h-line4.png) center top no-repeat;
    background-size: contain;
    width: 100%;
    float: left;
    padding: 60px 0;
}

.custom_panel_5 .r_columns {
    margin: 0;
    width: 35%;
    float: left;
    padding-right: 66px;
}

.custom_panel_5 .r_columns:first-child {
    width: 38%;
    padding: 0;
}

.custom_panel_5 .r_columns:last-child {
    padding-right: 0;
    width: 27%;
}

.custom_panel_5 .r_columns h4 {
    font-family: "Oswald", sans-serif;
    font-size: 60px;
    line-height: 90px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.custom_panel_5 .r_columns ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom_panel_5 .r_columns li {
    width: 100%;
    font-size: 20px;
    line-height: 40px;
    font-weight: 400;
    color: #fff;
}

.block_panel_1.odd li {
    margin-bottom: 30px;
}

.block_panel_1.odd li h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.block_panel_1.odd li p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
}

.block_panel_1.odd li a.button1 {
    width: 200px;
    height: 45px;
    bottom: 29px;
}

.block_panel_1.odd li a.button1 img {
    margin: 0 0 0 20px !important;
}

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

.c_slider .slick-dots {
    background: #424242;
    position: absolute;
    left: 50%;
    bottom: -60px;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    padding: 6px 7px;
    text-align: center;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.c_slider .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.c_slider .slick-dots li button {
    background: #D2E0FF;
    width: 8px;
    height: 8px;
    padding: 0;
    display: block;
    border: none;
    outline: none;
    font-size: 0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    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;
}

.c_slider .slick-dots li.slick-active button {
    background-color: #1f60b8;
    width: 21px;
    height: 8px;
}

.custom_panel_3_block.odd p {
    line-height: 30px;
    margin-bottom: 30px;
}

.custom_panel_3_block.odd h3 {
    font-family: "Oswald", sans-serif;
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.inner_txt_box a.button1 {
    position: static;
}


/* .swipe_section {
    position: relative;
    height: 100vh;
    width: 100%;
    float: left;
    overflow: hidden;
}

.scroll_panel {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.scroll_panel:not(:first-child) {
    top: 100%;
} */

.custom_panel_6 {
    width: 100%;
    float: left;
    padding-bottom: 120px;
}

.custom_panel_6_box {
    width: 100%;
    float: left;
    position: relative;
    display: table;
    padding: 60px 0;
}

.custom_panel_6_box .inner {
    width: 100%;
    float: left;
    padding-left: 10%;
}

.custom_panel_6_box figure {
    width: 320px;
    display: table-cell;
    vertical-align: bottom;
}

.custom_panel_6_txt {
    display: table-cell;
    vertical-align: bottom;
    padding-left: 40px;
}

.custom_panel_6_txt h4 {
    font-family: "Oswald", sans-serif;
    font-size: 60px;
    line-height: 90px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 30px;
}

.custom_panel_6_txt span {
    display: block;
    font-size: 36px;
    line-height: 40px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
}

.custom_panel_6 .section_1 {
    width: 100%;
    float: left;
    padding: 60px 0;
    position: relative;
    margin-bottom: 60px;
}

.custom_panel_6 h5 {
    font-family: "Oswald", sans-serif;
    font-size: 40px;
    line-height: 56px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 60px;
}

.custom_panel_6 .section_1 ul {
    list-style: none;
    padding: 0;
    margin: 0 -0.7%;
}

.custom_panel_6 .section_1 li {
    background: #D4E5FC;
    width: 18.6%;
    float: left;
    margin: 0 0.7% 60px;
    padding: 30px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.custom_panel_6 .section_1 li strong {
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 36px;
    position: relative;
}

.custom_panel_6 .section_1 li a.button1 {
    position: static;
}

.diagram_1 {
    width: 100%;
    float: left;
    max-width: 1150px;
}

.custom_panel_6 .section_2 {
    width: 100%;
    float: left;
}

.custom_panel_6 .section_2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom_panel_6 .section_2 li {
    background: url(images/v-line1.png) 78% center no-repeat;
    background-size: contain;
    width: 25%;
    float: left;
}

.custom_panel_6 .section_2 li:last-child {
    background: unset;
}

.custom_panel_6 .section_2 li figure {
    width: 130px;
    margin: 0 0 20px;
}

.custom_panel_6 .section_2 li h6 {
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    line-height: 45px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 40px;
}

.custom_panel_6 .section_2 li a.button1 {
    position: static;
}

.custom_panel_7 {
    width: 100%;
    float: left;
    padding: 70px 0;
    position: relative;
}

.custom_panel_7 .diagram_of_staff_brunch {
    width: 100%;
    float: left;
    padding: 0 28px 70px;
    position: relative;
}

.diagram_color_info {
    width: 100%;
    float: left;
    position: relative;
    font-size: 0;
    text-align: center;
    padding: 50px 0;
    margin-bottom: 60px;
}

.diagram_color_info span {
    font-size: 20px;
    line-height: 50px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding: 0 25px;
}

.diagram_color_info span small {
    background: #00D862;
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    height: 50px;
    margin-right: 20px;
}

.diagram_color_info span:nth-child(2) small {
    background-color: #E80B0B;
}

.diagram_color_info span:nth-child(3) small {
    background-color: #F5F507;
}

.diagram_table_1 {
    width: 100%;
    float: left;
    padding-bottom: 20px;
}

.diagram_table_1_scroll {
    width: 100%;
    /* overflow: hidden;
    overflow-x: scroll; */
}

.diagram_table_1 table {
    width: 100%;
    table-layout: fixed;
    border: 1px solid #fff;
}

.diagram_table_1 table thead td,
.diagram_table_1 table thead th {
    background: #fff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
    padding: 20px 50px;
    white-space: normal;
    text-align: left;
}

.diagram_table_1 table tbody td {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    padding: 20px 50px;
    border: 1px solid #fff;
    white-space: normal;
    text-align: left;
}

.authorities_panel {
    width: 100%;
    float: left;
    padding: 90px 0 100px;
}

.authorities_panel ul {
    list-style: none;
    padding: 0;
    margin: 0 -1.1%;
}

.authorities_panel li {
    float: left;
    width: 22.8%;
    padding: 30px;
    height: 160px;
    margin: 0 1.1% 35px;
    border: 1px solid #fff;
    position: relative;
}

.authorities_panel li strong {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 20px;
}

.authorities_panel li small {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
}

.authorities_panel li a.button1 {
    bottom: 25px;
    width: 200px;
}

.authorities_panel li a.button1 img {
    margin-left: 30px;
}

.authorities_panel .diagram_table_1 {
    margin-top: 315px;
}

.organisation_overview {
    width: 100%;
    float: left;
    padding: 70px 0 80px;
}

.organisation_overview h2 {
    font-family: "Oswald", sans-serif;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 25px;
}

.organisation_overview h3 {
    font-size: 28px;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 10px 0 20px;
}

.organisation_overview p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 20px;
}

.organisation_overview figure {
    width: 100%;
    display: block;
    margin-bottom: 80px;
}

.organisation_overview ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 15px;
}

.organisation_overview li {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    position: relative;
    padding-left: 25px;
    margin-bottom: 25px;
}

.organisation_overview li::before {
    background: #fff;
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 12px;
    content: '';
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.custom_panel_8 {
    width: 100%;
    float: left;
    padding: 100px 0;
}

.custom_panel_8 figure {
    width: 400px;
    float: left;
    position: relative;
}

.custom_panel_8 figure::after {
    background: url(images/v-line1.png) 0 0 no-repeat;
    background-size: auto 100%;
    width: 1px;
    height: 400px;
    position: absolute;
    right: -100px;
    top: 0;
    content: '';
}

.custom_panel_8_txt {
    width: 60.6%;
    float: right;
}

.custom_panel_8_txt h3 {
    font-family: "Oswald", sans-serif;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 55px;
}

.custom_panel_8_txt p {
    font-size: 20px;
    line-height: 50px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 30px;
}

.custom_panel_9 {
    width: 100%;
    float: left;
    padding: 60px 0;
    overflow: hidden;
}

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

.custom_accordion_1 .acc_trigger {
    width: 100%;
    float: left;
    cursor: pointer;
    padding: 32px 15px;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    color: #fff;
    position: relative;
    border-bottom: 1px solid #fff;
}

.custom_accordion_1 .acc_trigger::after {
    background: url(images/white-drop-arrow.png) 0 0 no-repeat;
    background-size: contain;
    width: 11px;
    height: 6px;
    position: absolute;
    right: 55px;
    top: 50%;
    content: '';
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.custom_accordion_1 .acc_trigger.current::after {
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
}

.custom_accordion_1 .acc_cont {
    width: 100%;
    float: left;
    padding: 36px 0;
    display: none;
    position: relative;
}

.custom_accordion_1 .acc_cont p {
    font-size: 18px;
    line-height: 40px;
    font-weight: 400;
    color: #ffff;
    margin: 0 0 40px;
}

.custom_accordion_1 .acc_cont .h_txt h2 {
    font-size: 30px;
    line-height: 60px;
    margin-bottom: 30px;
}

.custom_accordion_1 .acc_cont .slider_panel {
    width: 2000px;
    position: relative;
    float: left;
}

.custom_accordion_1 .acc_cont .photo_slider {
    padding: 0;
}

.pdf_panel {
    background: #fff;
    width: 100%;
    float: left;
    padding: 30px 30px 0;
}

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

.pdf_panel li {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    position: relative;
    padding: 0 0 0 51px;
    margin-bottom: 30px;
}

.pdf_panel li::before {
    background: url(images/pdf-icon.png) 0 0 no-repeat;
    background-size: contain;
    width: 30px;
    height: 31px;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
}

.animation_panel_outer {
    background: #000;
    width: 100%;
    float: left;
    /* padding-bottom: 157px; */
    position: relative;
    overflow: hidden;
}

.spacer {
    width: 100%;
    float: left;
    height: 100vh;
}

.animation_panel {
    width: 100%;
    float: left;
    position: relative;
    z-index: 2;
    height: 100vh !important;
}

.animation_panel .container {
    height: 100%;
    position: relative;
}

a.next_sec {
    background: url(images/arrow4.png) 0 0 no-repeat;
    background-size: contain;
    width: 86px;
    height: 46px;
    position: absolute;
    right: 15px;
    bottom: 70px;
    z-index: 2;
}

.main_txt {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.main_txt .container {
    height: 100%;
    position: relative;
}

.main_txt_inner {
    position: absolute;
    left: 0;
    top: 45%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.main_txt h2 {
    font-family: "Oswald", sans-serif;
    font-size: 120px;
    line-height: 160px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 3px 8px 8px rgba(0, 0, 0, 0.3);
}

.line {
    height: 100vh;
    width: 100%;
    text-align: center;
    line-height: 100vh;
    color: white;
    font-size: 2em;
    position: absolute;
    left: 0;
    top: 0;
}

.scrolling_text {
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

.scrolling_text_inner {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    display: table;
}

.p_box_1 {
    /* position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%); */
    display: table-cell;
    vertical-align: middle;
}

.p_box_1_inner {
    background-color: rgba(0, 47, 109, 0.7);
    text-align: center;
    width: 800px;
    padding: 20px;
    margin: 0 auto;
    border-radius: 20px 0 20px 0;
    -webkit-border-radius: 20px 0 20px 0;
    -moz-border-radius: 20px 0 20px 0;
    -ms-border-radius: 20px 0 20px 0;
    -o-border-radius: 20px 0 20px 0;
}

.scrolling_text h3 {
    font-size: 120px;
    line-height: 111px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin: -140px 0 20px;
    position: relative;
    /* box-shadow: 1px 1px 1px rgba(0, 47, 109, 1); */
}

.scrolling_text strong {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 20px;
}

.scrolling_text p {
    font-size: 20px;
    line-height: 40px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.txt_panel_outer {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.txt_panel {
    background: url(images/b-img.png) 0 0 no-repeat !important;
    background: 100% 100%;
    width: 504px;
    height: 504px;
    position: absolute;
    left: 89px;
    top: 210px;
    /* clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%); */
}

.txt_panel_border_inner {
    /* background: rgba(0, 47, 109, 0.5); */
    width: 465px;
    height: 465px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.txt_panel .t_box1 {
    position: absolute;
    width: 363px;
    /* height: 235px; */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.txt_panel strong {
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
    text-align: left;
    text-transform: none;
}

.txt_panel p {
    font-size: 20px !important;
    line-height: 40px !important;
    font-weight: 400 !important;
    color: #fff;
    text-align: left;
}

.txt_panel_outer .container {
    height: 100%;
    position: relative;
}

.txt_panel_outer h4 {
    font-family: "Oswald", sans-serif;
    font-size: 103px;
    line-height: 120px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 3px 4px 3px #00000029;
    letter-spacing: 3px;
    position: absolute;
    left: 0;
    top: 150px;
    z-index: 1;
}

.p_3 .txt_panel_outer h4:nth-child(2) {
    color: #fff;
    -webkit-text-stroke: 0;
}

.p_4 .txt_panel_outer h4:nth-child(2),
.p_4 .txt_panel_outer h4:nth-child(3) {
    color: #fff;
    -webkit-text-stroke: 0;
}

.txt_panel_outer h4:nth-child(2) {
    right: 0;
    left: unset;
    top: unset;
    bottom: 230px;
    color: transparent;
    -webkit-text-stroke: 3px #fff;
}

.txt_panel_outer h4:nth-child(3) {
    right: 0;
    left: unset;
    top: unset;
    bottom: 100px;
    color: transparent;
    color: transparent;
    -webkit-text-stroke: 3px #fff;
}


/* .txt_panel_outer.odd h4:nth-child(1) {
    left: 0;
    top: 28px;
    color: transparent;
    -webkit-text-stroke: 3px #fff;
}

.txt_panel_outer.odd h4:nth-child(2) {
    left: 0;
    right: unset;
    top: 150px;
}

.txt_panel_outer.odd h4:nth-child(3) {
    right: 0;
} 

.txt_panel_outer.even h4:nth-child(1) {
    left: 0;
    top: 20px;
    color: transparent;
    -webkit-text-stroke: 3px #fff;
}

.txt_panel_outer.even h4:nth-child(2) {
    left: 0;
    top: 142px;
    color: transparent;
    -webkit-text-stroke: 3px #fff;
}

.txt_panel_outer.even h4:nth-child(3) {
    left: 0;
    top: 265px;
}

.txt_panel_outer.even .txt_panel {
    top: 306px;
}*/

.b_height {
    height: 100vh;
}

.banner_2 {
    height: 100vh;
    display: flex;
    position: relative;
}

.banner_2 .page_title {
    display: inline-block;
    align-self: flex-end;
    padding: 80px 0;
}

a.go_to_next {
    background: url(images/arrow-trigger.png) 0 0 no-repeat;
    background-size: contain;
    width: 70px;
    height: 70px;
    position: absolute;
    right: 90px;
    bottom: 80px;
    z-index: 1;
}

.about_page_content {
    width: 100%;
    float: left;
    padding: 89px 0 162px;
}

.about_page_content .ab_box {
    /* background: #D4E5FC; */
    padding: 40px 0;
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 40px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.about_page_content .ab_box .h_line_bottom {
    bottom: unset;
    top: 0;
}

.about_page_content .ab_box h3 {
    font-family: "Oswald", sans-serif;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 52px;
}

.about_page_content .ab_box p {
    font-size: 24px;
    line-height: 40px;
    font-weight: 400;
    color: #fff;
    margin: 0;
}

.about_page_content .column {
    float: left;
    width: 63.6%;
    position: relative;
}

.about_page_content .column:nth-child(2) {
    width: 30.8%;
    float: right;
}

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

.museum_info {
    width: 100%;
    float: left;
    padding: 70px 0 221px;
}

.museum_info h3 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 50px;
}

.museum_info p {
    font-size: 20PX;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 30px;
}

.museum_info strong {
    font-size: 20PX;
    line-height: 30px;
    font-weight: 700;
    display: block;
    padding-bottom: 30px;
}

.custom_panel_10 {
    width: 100%;
    float: left;
    padding: 60px 0 171px;
}

.custom_panel_10 h3 {
    font-size: 28px;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 20px;
    clear: both;
}

.custom_panel_10 p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 30px;
}

.custom_panel_10 p em {
    font-weight: 700;
}

.custom_panel_10 ul {
    margin: 0;
    padding: 0 0 30px;
    list-style: none;
}

.custom_panel_10 li {
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    position: relative;
    padding-left: 20px;
}

.custom_panel_10 li::before {
    background-color: #fff;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 12px;
    content: '';
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.custom_panel_10 .h_txt h2 {
    font-size: 30px;
    line-height: 60px;
    margin: 0 0 40px;
    letter-spacing: 1px;
}

.trail_table {
    width: 100%;
    max-width: 754px;
    float: left;
    margin: 28px 0 33px;
}

.trail_table table {
    width: 100%;
}

.trail_table table td {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    padding: 20px 50px;
    border: 1px solid #fff;
}

.custom_panel_10 .slider_panel {
    width: 2000px;
    position: relative;
    float: left;
    margin-left: -15px;
}

.office_address {
    width: 100%;
    float: left;
    padding-top: 30px;
}

.office_address .ad_box {
    width: 368px;
    height: 333px;
    padding: 40px 35px 10px;
    margin-right: 50px;
    float: left;
    border: 1px solid #fff;
}

.office_address .ad_box h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 25px;
}

.office_address .ad_box span {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    padding-bottom: 30px;
    display: block;
}

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

.c_diagram {
    width: 100%;
    float: left;
    position: relative;
    padding: 60px 0 70px;
    margin-bottom: 60px;
}

.c_diagram figure {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.command_panel h2 {
    font-family: "Oswald", sans-serif;
    font-size: 60px;
    line-height: 90px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 60px;
    text-transform: uppercase;
}

.command_panel h3 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.unit_info {
    width: 100%;
    float: left;
    padding: 0 0 30px;
    margin-bottom: 60px;
    position: relative;
}

.unit_info ul {
    list-style: none;
    padding: 0;
    margin: 0 -1%;
}

.unit_info li {
    background-color: #D4E5FC;
    float: left;
    width: 18%;
    height: 170px;
    position: relative;
    padding: 30px;
    margin: 0 1% 30px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.unit_info li strong {
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}

.unit_info li a.button1 {
    width: 170px;
    bottom: 30px;
    padding: 11px 26px 9px 31px;
}

.unit_info li a.button1 img {
    margin-left: 11px;
}

.custom_panel_11 {
    width: 100%;
    float: left;
    padding: 60px 0 120px;
}

.custom_panel_11 p {
    font-size: 20px;
    line-height: 50px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 60px;
    position: relative;
}

.custom_panel_11 p i {
    display: block;
    margin-top: 60px;
    width: 100%;
    position: static;
}

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

.custom_panel_11 li {
    font-size: 20px;
    line-height: 50px;
    font-weight: 400;
    color: #fff;
}

.training_establishment_cont {
    width: 100%;
    float: left;
    position: relative;
    padding: 100px 0 168px;
}

.training_establishment_cont ul {
    list-style: none;
    padding: 0;
    margin: 0 -1.2%;
}

.training_establishment_cont li {
    float: left;
    width: 30.8%;
    margin: 0 1.2% 40px;
    position: relative;
    overflow: hidden;
}

.training_establishment_cont li figure {
    display: block;
    position: relative;
}

.training_establishment_cont li figure::before {
    background-image: linear-gradient(180deg, transparent 0 20%, rgba(0, 0, 0, 90%) 80% 100%);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 240px;
}

.training_establishment_cont li span {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    padding: 0 30px;
    bottom: 30px;
}

.training_establishment_cont .custom_pagination {
    margin-top: 60px;
}

.txt_box {
    position: relative;
    height: 100%;
}

.custom_panel_12 {
    width: 100%;
    float: left;
    padding: 70px 0 120px;
}

.custom_panel_12 ul {
    list-style: none;
    padding: 0;
    margin: 0 -1%;
}

.custom_panel_12 li {
    background: rgba(212, 229, 252, 1);
    float: left;
    width: 23%;
    min-height: 200px;
    margin: 0 1% 30px;
    padding: 20px 30px 20px 20px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.custom_panel_12 li strong {
    display: block;
    font-size: 20px;
    line-height: 40px;
    font-weight: 700;
    color: rgba(37, 37, 37, 1);
    padding-bottom: 10px;
}

.custom_panel_12 li small {
    display: block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: rgba(37, 37, 37, 1);
}

.table_2 {
    width: 100%;
    float: left;
    padding-top: 20px;
}

.table_2 .diagram_table_1_scroll {
    margin-bottom: 51px;
}

.table_2 h3 {
    font-size: 24px;
    line-height: 25px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 50px;
}

.indian_map_location {
    width: 100%;
    float: left;
    padding: 203px 0 137px;
    overflow: hidden;
}

.indian_map_location figure {
    width: 887px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.indian_map_location figure a {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

.indian_map_location figure a>img {
    width: 25px;
    margin: 0 auto;
}

.new_delhi {
    position: absolute;
    left: 239px;
    top: 210px;
}

.jamnagar {
    position: absolute;
    left: 54px;
    top: 420px;
}

.mumbai {
    position: absolute;
    left: 133px;
    top: 535px;
}

.mumbai span {
    display: block;
    left: 18px;
    position: relative;
}

.lonavala {
    position: absolute;
    left: 150px;
    top: 621px;
}

.lonavala span {
    display: block;
    left: 22px;
    position: relative;
}

.goa {
    position: absolute;
    left: 179px;
    top: 700px;
}

.goa span {
    display: block;
    left: 13px;
    position: relative;
}

.coimbatore {
    position: absolute;
    left: 250px;
    top: 750px;
}

.coimbatore span {
    display: block;
    left: 0;
    position: relative;
}

.ezhimala {
    position: absolute;
    left: 227px;
    top: 825px;
}

.ezhimala span {
    display: inline-block;
    vertical-align: middle;
    left: 0;
    position: relative;
}

.ezhimala img {
    margin: 0 !important;
    display: inline-block;
    vertical-align: middle;
}

.kochi {
    position: absolute;
    left: 239px;
    top: 868px;
}

.kochi span {
    display: inline-block;
    vertical-align: middle;
    left: 0;
    position: relative;
}

.kochi img {
    margin: 0 !important;
    display: inline-block;
    vertical-align: bottom;
}

.pune {
    position: absolute;
    left: 222px;
    top: 570px;
}

.pune span {
    display: block;
    left: 18px;
    position: relative;
}

.pune img {
    margin: 0 0 0 15px !important;
}

.vishakhapatanam {
    position: absolute;
    left: 255px;
    top: 604px;
}

.vishakhapatanam span {
    display: inline-block;
    left: 18px;
    position: relative;
}

.vishakhapatanam img {
    display: inline-block;
    margin: 0 0 0 46px !important;
}

.chilka {
    position: absolute;
    left: 442px;
    top: 531px;
}

.chilka span {
    display: inline-block;
    left: 18px;
    position: relative;
}

.chilka img {
    display: inline-block;
    margin: 0 0 0 25px !important;
}

.custom_v_box {
    width: 100%;
    float: left;
    padding: 270px 0;
}

.custom_v_box h3 {
    font-family: "Oswald", sans-serif;
    font-size: 69px;
    line-height: 90px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 60px;
    text-shadow: 6px 4px 10px rgba(0, 0, 0, 0.35);
}

.custom_v_box a.button1 {
    background-image: url(images/btn-bg4.png);
    position: static;
    text-shadow: 6px 4px 10px 0px rgba(0, 0, 0, 0.35);
}

.custom_v_box.right h3 {
    float: right;
    text-align: right;
}

.custom_v_box.right a.button1 {
    float: right;
    clear: both;
}

.custom_v_box.right a.button1 img {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    margin: 0 15px 0 0;
}

.vision_info_block .container {
    position: relative;
}

.role_navy_cont {
    width: 100%;
    float: left;
    padding: 581px 0 45px;
}

.role_navy_cont a.button1 {
    position: static;
}

.role_navy_cont h3 {
    font-family: "Oswald", sans-serif;
    font-size: 69px;
    line-height: 90px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.role_navy_cont p {
    font-size: 24px;
    line-height: 35px;
    font-weight: 400;
    color: #fff;
    width: 500px;
    display: inline-block;
    vertical-align: bottom;
}

.role_navy_cont a.button1 {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 20px;
}

.role_navy_cont.right {
    float: right;
}

.role_navy_cont.right h3 {
    text-align: right;
}

.role_navy_cont.right p {
    float: right;
    text-align: right;
}

.role_navy_cont.right a.button1 {
    float: right;
    margin: 20px 20px 0 0;
}

.role_navy_cont a.button1 img {
    margin-left: 28px;
}

.role_navy_cont.right a.button1 img {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    margin: 0 28px 0 0;
}

.infocus_cont1 {
    width: 100%;
    float: left;
    position: relative;
    padding: 90px 0;
    margin-bottom: 100px;
}

.infocus_cont1 ul {
    list-style: none;
    padding: 0;
    margin: 0 -4.7%;
}

.infocus_cont1 li {
    float: left;
    width: 23.9%;
    margin: 0 4.7%;
    position: relative;
}

.infocus_cont1 li img {
    margin-bottom: 20px;
}

.infocus_cont1 li:last-child::after {
    display: none;
}

.infocus_cont1 li::after {
    background: url(images/v-line1.png) 0 0 no-repeat;
    width: 2px;
    height: 570px;
    position: absolute;
    right: -66px;
    top: 48%;
    content: '';
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.infocus_cont1 li p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
}

.infocus_cont2 {
    width: 100%;
    float: left;
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 90px;
}

.infocus_cont2 ul {
    list-style: none;
    padding: 0;
    margin: 0 -1%;
}

.infocus_cont2 li {
    width: 23%;
    float: left;
    margin: 0 1%;
}

.infocus_cont2 li img {
    margin-bottom: 20px;
}

.infocus_cont2 li a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    display: block;
    word-break: break-all;
}

.infocus_cont2 li a:hover {
    text-decoration: underline !important;
}

.social_media_link {
    width: 100%;
    float: left;
    padding-bottom: 300px;
}

.social_media_link h3 {
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 40px;
}

.social_media_link .s_row {
    margin: 0 -2.5%;
}

.social_media_link .s_column {
    margin: 0 2.5%;
    width: 28.2%;
    float: left;
    position: relative;
}

.social_media_link .s_column:last-child::after {
    display: none;
}

.social_media_link .s_column::after {
    background: url(images/v-line1.png) 0 0 no-repeat;
    background-size: auto 100%;
    width: 2px;
    height: 100%;
    position: absolute;
    right: -40px;
    top: 10px;
    content: '';
    /* transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%); */
}

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

.social_media_link li {
    width: 100%;
    padding-bottom: 18px;
}

.social_media_link li a {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    word-break: break-all;
}

.social_media_link li a:hover {
    text-decoration: underline !important;
}

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

.block_3_inner {
    width: 100%;
    float: left;
    position: relative;
    padding: 60px 0;
}

.block_3_inner ul {
    list-style: none;
    padding: 0;
    margin: 0 -15px;
}

.block_3_inner li {
    background: #D4E5FC;
    float: left;
    width: 320px;
    margin: 0 15px;
    position: relative;
    box-shadow: 5px 5px 10px 0px #00000040;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.block_3_inner li a {
    display: block;
    padding: 20px 120px 20px 20px;
    min-height: 180px;
}

.block_3_inner li strong {
    display: block;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #252525;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.block_3_inner li small {
    display: block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    color: #252525;
    padding-bottom: 10px;
}

.block_3_inner li img.arrow2 {
    width: 19px;
}

.block_3_inner li figure {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 100px;
}

.block_3_inner .rows {
    width: 100%;
    float: left;
    padding: 0 87px;
}

.v_txt_box.width {
    width: 100%;
}

.teaser,
.pager-nav,
.feed-icon {
    display: none;
}

section.img_carousel.slick-initialized.slick-slider.aos-init.aos-animate {
    background-color: white;
}
form#user-login-form {
   margin: 0px auto;
    padding-top: 160px;
    padding-bottom: 100px;
    color: #000;
}

/* .infocus_cont2 h */
/* Login css */
 
/*.login_page_cont {*/
/*    width: 100%;*/
/*    float: left;*/
    /*padding: 170px 0;*/
/*}*/
 
/*.login_form {*/
/*    width: 100%;*/
/*    max-width: 400px;*/
/*    margin: 0 auto;*/
/*    padding: 0 15px;*/
/*}*/
 
/*.login_form::before,*/
/*.login_form::after {*/
/*    display: block;*/
/*    overflow: hidden;*/
/*    visibility: hidden;*/
/*    clear: both;*/
/*    content: '';*/
/*}*/
 
/*.login_page_cont strong {*/
/*    display: block;*/
/*    font-size: 18px;*/
/*    line-height: 22px;*/
/*    font-weight: 600;*/
/*    color: #000;*/
/*}*/
 
/*.login_page_cont strong small {*/
/*    color: red;*/
/*    font-size: 13px;*/
/*}*/
 
/*.login_page_cont input {*/
/*    width: 100%;*/
    /*height: 60px;*/
/*    padding: 15px;*/
/*    font-size: 17px;*/
/*    line-height: 20px;*/
/*    font-weight: 500;*/
/*    color: #000;*/
/*    outline: none;*/
/*    margin-bottom: 20px;*/
/*    border: 1px solid #b1b1b1;*/
/*    border-radius: 10px;*/
/*    -webkit-border-radius: 10px;*/
/*    -moz-border-radius: 10px;*/
/*    -ms-border-radius: 10px;*/
/*    -o-border-radius: 10px;*/
/*}*/
 
/*.login_page_cont label {*/
/*    font-size: 17px;*/
/*    line-height: 22px;*/
/*    font-weight: 400;*/
/*    color: #000;*/
/*    display: block;*/
/*    margin: 0 0 20px;*/
/*}*/
 
/*.login_page_cont label input[type="checkbox"] {*/
/*    width: 15px;*/
/*    height: 15px;*/
/*    float: left;*/
/*    margin-right: 10px;*/
/*}*/
 
/*.login_page_cont input.login_submit {*/
/*    background: #002F6D;*/
/*    width: 100%;*/
/*    height: 65px;*/
/*    float: left;*/
/*    border: none;*/
/*    font-size: 20px;*/
/*    line-height: 30px;*/
/*    text-align: center;*/
/*    color: #fff;*/
/*    cursor: pointer;*/
/*    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;*/
/*}*/
 
/*.login_page_cont input.login_submit:hover {*/
/*    background: #EEB601;*/
/*}*/


/*
font-family: "Oswald", sans-serif;
font-family: "Source Sans 3", sans-serif;
*/


/*responsive CSS
=================================================================*/


/* @media (-webkit-device-pixel-ratio: 1.25) {
    * {
        zoom: 1;
    }
} */


/* @media only screen and (max-width:3000px) {
    .banner_txt {
        top: 54%;
        left: 40%;
        transform: translate(-50%, -50%) scale(1.1);
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        -moz-transform: translate(-50%, -50%) scale(1.1);
        -ms-transform: translate(-50%, -50%) scale(1.1);
        -o-transform: translate(-50%, -50%) scale(1.1);
    }
} */


/* @media only screen and (max-width:2300px) {
    .banner_txt {
        bottom: 36px;
        left: 418px;
    }
} */

@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;
    }
    .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;
    }
    .m_about h3 {
        font-size: 40px;
        line-height: 64px;
        margin: 0 0 20px;
    }
    a.m_button1 {
        background: #fff;
        width: 180px;
        height: 60px;
        padding: 16px 0;
    }
}

@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;
    }
    .mocro_sec1 figure {
        width: 100%;
        margin: 0 0 30px;
    }
    .m_about {
        width: 100%;
    }
    .m_slider_cont {
        padding: 0;
    }
}

@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;
    }
    .page_title {
        padding: 0px 0 50px;
    }
    .inba_content p {
        font-size: 18px;
        line-height: 43px;
        margin-bottom: 30px;
    }
}

@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;
    }
    .m_slider_cont {
        text-align: center;
    }
    .m_slider_cont figure {
        float: none;
        margin: 0 auto 20px;
    }
    .m_slider_cont a.m_button1 {
        margin: 0 auto;
    }
}

@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;
    }
}

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

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

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

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

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