/* Varialbes */
:root {
    --font-default: "Poppins", sans-serif;
    --font-secondary: "Poppins", sans-serif;
    --black: #000000;
    --dark: #333;
    --tdark: #444;
    --white: #ffffff;
    --color-primary: #5f9371;
    --color-secondary: #7e7f73;
    --color-heading: #2c3e50;
    --color-paragraph: #444;
}

@font-face {
    font-family: "Montserrat", sans-serif;
    src: url("/fonts/Montserrat/Montserrat-VariableFont_wght.ttf")
            format("truetype"),
        url("/fonts/Montserrat/OFL.txt") format("woff");
}

@font-face {
    font-family: "Roboto", sans-serif;
    src: url("/fonts/Roboto/Roboto-Regular.ttf") format("truetype"),
        url("/fonts/Roboto/OFL.txt") format("woff");
}

@font-face {
    font-family: "Poppins", sans-serif;
    src: url("/fonts/Poppins/Poppins-Regular.ttf") format("truetype"),
        url("/fonts/Poppins/OFL.txt") format("woff");
}

@font-face {
    font-family: "Oxygen", sans-serif;
    src: url("/fonts/Oxygen/Oxygen-Regular.ttf") format("truetype"),
        url("/fonts/Oxygen/OFL.txt") format("woff");
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body,
html {
    height: 100%;
}
ul,
li {
    margin-bottom: 0px !important;
}
html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}
body {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #333;
    background: #fff;
    background-position: top;
    background-repeat: repeat-x;
    /*    padding-top: 110px;*/
    overflow-x: hidden;
    position: relative;
}

.container {
    max-width: 100%;
    padding: 0 75px;
}
p {
    margin-bottom: 10px;
}
a {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
a:hover {
    text-decoration: none;
}
.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}
.container-custom {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1300px;
    padding-left: 15px;
    padding-right: 15px;
}
.container-fluid.head_nav {
    align-items: flex-end !important;
}
/*----------header-----------*/
header {
    /*    background-color: #150c1a;*/
    /*    background: rgb(0 0 0 / 87%);*/
    /*    padding: 20px 0px;*/
    position: relative;
    top: 0;
    z-index: 9;
    width: 100%;
    left: 0;
    right: 0;
    padding-bottom: 0px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.09) !important;
    /* background: linear-gradient(45deg, rgba(0,39,94,1) 0%, rgba(6,112,169,1) 100%);*/
    background-color: rgb(23, 54, 93);
    /*background-color: rgb(54,95,145);*/
}

/* sree */

/*h1.banner_text.aos-init.aos-animate {
  color: #252525;
  font-family: 'Roboto';
 font-size: 50PX;
  font-weight: 400;
}*/

.mission_clr {
    color: rgb(23, 54, 93);
    font-weight: 700;
}
.text-ui-blue {
    color: #002b62 !important;
}

.bg-ui-lightblue {
    background-color: #002b62 !important;
}

.card-body {
    background: #eaeaea;
    box-shadow: 0 0.25rem 1.125rem rgba(75, 70, 92, 0.1);
    padding: 90px 0px 34px 44px;
    min-height: 310px;

    margin: 10px;
    border-radius: 20px;
    position: relative;
}

.mx-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.card-text img {
    position: absolute;
    left: 10px;
}
.card-text {
    margin-top: 10px;
}

.row.card-float {
    position: relative;
    left: 150px;
    top: 20px;
}
p.text_career {
    font-size: 20px;
    text-align: left;
    padding: 10px 0px 10px 10px;
    line-height: 1.5;
    font-weight: 400;
    font-style: italic;
}
/* .row.justify-content-center.cnt_row {
  gap: 30px;
} */
h4.career_h4 {
    font-size: 32px;
}
/* sree */
.logo_head {
    display: inline-block;
    background-color: transparent;
    padding: 15px 0px;
    max-width: 130px;
    padding: 0px 0px;
}
.top_header {
    background-color: #fff;
}
.logo a img {
    width: 100%;
    max-width: 280px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

ul.ul_menu {
    margin-left: 0;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
ul.ul_menu li {
    /*    display: inline-block;*/
    padding: 10px 12px;
}
.text-align-right {
    text-align: right;
}
.header_menu.nav-item a {
    display: inline-block;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0px 17px;
    border-right: 1px solid #dedede38;
    letter-spacing: 1px;
}
.header_menu.nav-item:last-child a {
    border-right: 0px solid #215389;
}
ul.contact-info.list-inline li {
    color: #fff;
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header_menu {
    /*  list-style: none;
  padding-left: 0;
  text-align: left;
  margin-bottom: 0px;
  margin-right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;*/
    list-style: none;
    padding-left: 0;
    text-align: left;
    margin-bottom: 0px;
    margin-right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: flex-end;
}

.header_menu.nav-item {
    margin-bottom: 0;
}

.dropdown-menu {
    border: 0px solid rgba(0, 0, 0, 0.15);
    background-color: rgb(23, 54, 93) !important;
    color: #fff;
    /* min-width: 15rem; */
}

.header_menu > li:last-child {
    padding-right: 0px;
    margin-right: 0px;
    border-right: 0px;
}
.header_menu > li:last-child a {
    padding-right: 0px;
    margin-right: 0px;
}

.scroll_next {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    position: absolute;
    right: 5%;
    bottom: 140px;
    z-index: 99;
    cursor: pointer;
}

.back-to-top {
    cursor: pointer;
    display: none;
    bottom: 20px;
    position: fixed;
    right: 30px;
    z-index: 9;
}
.extra p,
.pa-backtotop-visible {
    display: inline-block;
}

.back-to-top .go-top.active {
    top: 95%;
    -webkit-transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 100%;
    right: 30px;
}

.back-to-top .go-top-button {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background: #5f9371;
    border: 1px solid #ddd;
}

.back-to-top .go-top,
.back-to-top .go-top-button:hover::after {
    top: 0;
    width: 45px;
    height: 45px;
    background-image: -webkit-linear-gradient(0deg, #ef7b10 0, #ef7b10 100%);
    opacity: 0;
}

.back-to-top .go-top {
    position: fixed;
    color: #fff;
    background-image: -moz-linear-gradient(0deg, #ef7b10 0, #ef7b10 100%);
    background-image: -ms-linear-gradient(0deg, #ef7b10 0, #ef7b10 100%);
    z-index: 9999;
    line-height: 42px;
    visibility: hidden;
    -webkit-transition: 0.9s ease-out;
}

.back-to-top .go-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(to right, #ef7b10 0, #ef7b10 100%);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease-out;
    border-radius: 100%;
}

.back-to-top .go-top-button i {
    font-size: 18px;
    font-weight: 600;
    padding-left: 4px;
    color: #fff;
}

.back-to-top .go-top i {
    position: absolute;
    top: 50%;
    left: -4px;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -ms-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.back-to-top .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.back-to-top .go-top-button:hover::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    animation: 1.6s ease-out infinite ripple;
    border-radius: 100%;
}

.top-wrap .go-top-button:hover:before {
    background: #ffbd00;
}
small.small_text {
    color: #ffffff;
    font-style: italic;
    background: #17365d;
    font-weight: 300;
    padding: 3px;
    font-size: 10px;
    letter-spacing: 2px;
    margin-left: 10px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    min-height: 38px;
    margin-bottom: 20px;

    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

table.table.table-bordered.contact_table td {
    border: 0px;
}

table.table.table-bordered.contact_table tr {
    border: 0px;
}
.submit-form-btn {
    /* text-align: right; */
    max-width: 350px;
    width: 100%;
    background-color: #17365d;
    border-color: #17365d;
}

.cnt_us {
    text-align: center;
}

.cnt_us h2 {
    color: #17365d;
}

@keyframes ripple {
    0%,
    35% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
}
div.whatsappbro {
    margin: 0;
    padding: 50px 30px;
    border: 0;
    position: fixed;
    z-index: 99;
    bottom: 0px;
    left: 0;
}

.whatsappbro a img {
    animation-name: pulse;
    animation-duration: 1s;
}
marquee {
    padding: 10px 0px;
}
marquee p {
    margin-bottom: 0px;
}
.marq-span img {
    width: 100%;
    max-width: 30px;
}
.marq-span a {
    font-weight: 500;
    padding: 0px 5px;
    color: #002b62;
    font-size: 16px;
}
.marq-span-separator {
    color: #002b62;
    font-weight: 300;
}

.dropdown:hover div.dropdown-menu {
    position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
    margin-top: 0px;
    margin-top: 0px;
    transform: translate(0px, 75px);
}
.header_menu.nav-item a:hover {
    color: #fff;
}
div.dropdown-menu a:hover {
    color: #004087;
}
.item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
}
.banner_video video {
    height: 100%;
    object-fit: cover;
    object-position: center;
    /* box-shadow: rgba(3, 102, 214, 0.5) 0px 0px 0px 5px; */
}

.owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.imager_01 {
    position: relative;
}
.imager_01 img {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.09) !important;
}
.imager_01:before {
    content: "";
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.09) !important;
    background: linear-gradient(
        45deg,
        rgba(0, 39, 94, 1) 0%,
        rgba(6, 112, 169, 1) 100%
    );
    width: 200px;
    height: 200px;
    right: -10%;
    bottom: -12%;
    position: absolute;
    border-radius: 5px;
    z-index: 0;
}
.back-bg {
    color: #fff;
    margin-top: 50px;
    background: linear-gradient(
        45deg,
        rgba(0, 39, 94, 1) 0%,
        rgba(6, 112, 169, 1) 100%
    );
}
.magnific-img {
    margin-bottom: 15px;
}
#footer {
    color: #fff;
    font-size: 14px;
    padding: 20px 0px;
    padding-top: 70px;
    background: #313131;
    position: relative;

    background-color: rgb(23, 54, 93);
    /*  background: linear-gradient(45deg, rgba(0,39,94,1) 0%, rgba(6,112,169,1) 100%);*/
}
.footer-top {
    background-image: url(/images/designs/form-bg.png);
    background-position: 100% 0 !important;
    background-repeat: no-repeat;
}
.text-align-justify {
    text-align: justify;
}
.footer-top h4 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700;
}
.footer-links ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.footer-links ul li {
    width: 48%;
    margin-bottom: 0;
}
.footer-links ul {
    list-style: none;
    padding-left: 5px;
}
.footer-links ul li i {
    color: #fff;
    font-size: 12px;
}
.footer-links ul li a {
    color: #fff;
    text-decoration: none;
}
.copyright {
    border-top: 1px solid #ffffff;
    padding-top: 20px;
    margin-top: 30px;
    font-size: 14px;
}
.footer-logo {
    align-content: center;
    text-align: center;
}
.footer-logo img {
    max-width: 150px;
    text-align: center;
    margin: 0 auto;
}
.copyright a {
    color: #fff;
}
.address_b {
    position: relative;
    margin-top: 1rem;
    margin-bottom: 0rem;
}
.address_b i {
    position: absolute;
    left: 0;
    top: 5px;
}
.address_b span {
    padding-left: 20px;
    display: inline-block;
}
.hamburger {
    display: none;
}
.owl-prev {
    position: absolute;
    left: 0;
    top: 40%;
    left: -30px;
    background-color: transparent;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    overflow: hidd;
}
.owl-next {
    height: 50px;
    width: 50px;
    position: absolute;
    top: 40%;
    right: -30px;
    background-color: transparent;
    border-radius: 50px;
    overflow: hidd;
}
.owl-prev span,
.owl-next span {
    opacity: 0.99;
    background: rgb(23, 54, 93);
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 36px;
    font-size: 30px;
    border-radius: 50px;
    display: block;
    overflow: hidden;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent;
    color: #fff;
    text-decoration: none;
}
.owl-prev:hover span,
.owl-next:hover span {
    opacity: 1;
}
.four_slider .owl-nav {
    position: absolute;
    top: -104px;
    right: 73px;
    width: 70px;
}

/* .top_header::after {
  content: "";
  background-color: #fff;
  position: absolute;
  right: -10%;
  top: 0;
  height: 54px;
  z-index: 999;
  width: 10%;
} */
.banner_image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}
.banner_image {
    position: relative;
    overflow: hidden;
    display: block;
}

.slider {
    padding: 30px 0px;
    padding-bottom: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    min-height: 82vh;
}
.slider:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* background-color: #004088; */
    /*    background-color: #002248;*/
    opacity: 0.7;
}
a.banner_image div.contentbox {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    /*  min-height: 172px;*/
    /*  height: 100%;*/
    padding: 20px;
    transition: all 0.5s ease;
    color: #fff;
    /*  display: flex;
  align-items: center;*/
}
.banner_image div.contentbox h2 {
    font-size: 30px;
    margin-bottom: 0px;
    font-weight: 600;
}
/*.banner_image div.contentbox p {
  font-size: 15px;
  color: #fff;
  margin-bottom: 0;
  opacity: 0;
  visibility: hidden;
}*/
.banner_image:hover div.contentbox {
    padding: 40px 20px;
    padding-top: 100px;
    /* bottom: calc(-100% + 120px); */
    background: rgba(0, 64, 136, 0.9);
    background: -moz-linear-gradient(
        0deg,
        rgba(0, 45, 100, 1) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -webkit-linear-gradient(
        0deg,
        rgba(0, 45, 100, 1) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    background: linear-gradient(
        1deg,
        rgba(0, 45, 100, 1) 0%,
        rgb(5 5 5 / 0%) 100%
    );
}
.banner_image:hover div.contentbox p {
    opacity: 1;
    visibility: visible;
}
.banner_video {
    position: relative;
}

.title_h2 {
    font-weight: 700;
    color: #000;
    font-size: 40px;
    border-bottom: 1px solid #999;
    text-align: left;
    margin-bottom: 35px;
    padding-bottom: 10px;
    /*  display: inline-block;*/
    position: relative;
    /*  padding-right: 5%;*/
}
.title_h2::after {
    width: 8%;
    background: rgb(23, 54, 93);
    height: 6px;
    display: block;
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0px;
}
.font_33 {
    font-size: 33px;
}
.banner_text {
    font-weight: 700;
    color: #000;
    font-size: 42px;
    position: relative;
    margin-bottom: 30px;
}
.box_image {
    position: relative;
    overflow: hidden;
    /*  border-radius: 10px;*/
    /*box-shadow: 6px 7px 7px 2px rgba(0, 0, 0, 0.13);*/
}
.four_slider .item {
    /*    padding: 10px;*/
}

.text_slider {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    background: rgb(23, 54, 93, 0.9);
    color: #fff;
    font-size: 18px;
    padding: 15px;
    text-align: left;
    -webkit-transform: translateY(100px);
    -khtml-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.box_image:hover .text_slider {
    -webkit-transform: translateY(0px);
    -khtml-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.text_slider h3 {
    color: #fff;
    font-size: 22px;
    margin: 0px;
    text-align: center;
}
.box_image img,
.banner_image img {
    width: 100%;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    transform: scale(1);
    cursor: pointer;
}
.banner_image:hover img {
    transform: scale(1.1);
}
.box_image:hover img {
    transform: scale(1.1);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.footer-links ul li:hover a {
    margin-left: 5px;
}
.shape-design {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}
.shape-bottom {
    bottom: -1px;
}
.shape-fill {
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg);
}
.shape-bottom svg {
    height: 80px;
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.shape-top {
    top: -1px;
}
.shape-top svg {
    height: 50px;
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.bg_blue {
    padding: 80px 0px;
    /*    background: #004088;*/
    /* background: linear-gradient(45deg, rgba(0,39,94,1) 0%, rgba(6,112,169,1) 100%);*/
    background-image: url(../images/bg-def.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.bg_blue::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #004088;
    background-color: #002248;
    opacity: 0.7;
}
h2.white-color {
    color: #ffff !important;
}
.shape12 {
    left: 0;
    top: 0;
    z-index: 0;
    position: absolute;
}
.heder_banner {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 180px 0px;
    padding-bottom: 10px;
    background-attachment: fixed;
    /*    background-position: left;*/
    position: relative;
    overflow: hidden;
}
.breadcrumb li {
    color: #fff;
    font-size: 14px;
}
.breadcrumb li a {
    font-size: 14px;
    text-decoration: none;
    color: #fff;
}
.breadcrumb-item.active {
    color: #066ba4;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #ddd;
}
.heder_banner h1 {
    color: #fff;
}
.heder_banner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* background-color: #004088; */
    background-color: #000;
    opacity: 0.5;
    z-index: 0;
}
.box_sidemenu {
    border: 1px solid #eee;
    padding: 40px 20px;
    border-radius: 10px;
    background-color: #eee;
    position: sticky;
    top: 10px;
}
.box_sidemenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.box_sidemenu ul li {
    padding: 5px 0px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
}
.box_sidemenu ul li:last-child {
    border-bottom: 0px solid #ddd;
}
.box_sidemenu ul li a {
    display: block;
    padding: 8px 0px;
    text-decoration: none;
    color: #444;
    font-size: 15px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.box_sidemenu ul li a i {
    color: #002b62;
    font-size: 13px;
}
.box_sidemenu ul li.active a {
    color: #002b62;
    font-weight: 600;
}
.box_sidemenu ul li:hover a {
    color: #002b62;
}

.team-content {
    padding-top: 10px;
}

.team-content > :nth-child(1) {
    color: #002b62;
    font-weight: 600;
}
.team-content > :nth-child(2) {
    color: #333;
    font-size: 14px;
}

.team-description {
    --max-lines: 3.6;
    --line-height: 1.4;
    overflow: hidden;
    line-height: var(--line-height);
    position: relative;
    max-height: calc(var(--max-lines) * 1rem * var(--line-height));
}

.expand-btn {
    appearance: none;
    margin-top: 1rem;
    color: var(--bs-primary);
    cursor: pointer;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 500;
    color: #4682b4;
}

.expand-btn::before {
    content: "Read More";
}
.expand-btn:checked::before {
    content: "Read Less";
}
.team-description:has(+ .expand-btn:checked) {
    max-height: none;
}

.team_img {
    /*  max-height: 255px;*/
    overflow: hidden;
}

.team_box {
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: start;
}

h5.card-title {
    position: absolute;
    top: 20px;
    width: 80%;
}

.team_img {
    width: 17%;
    margin-right: 25px;
}
.team-content {
    width: 83%;
}
.event-content {
    width: 83%;
}
.readmore {
    text-decoration: navajowhite;
    font-size: 14px;
    color: #17365d;
}
.event-content h2 {
    font-size: 26px;
    color: #002b62;
}
.readmore:hover i {
    margin-left: 5px;
}
.modal-content {
    background-color: #eaeaea !important;

    color: #17365d !important;
}
.modal-header {
    justify-content: center !important;
    color: #e50000;
}
.certificatebox {
    /*  
  margin: 2 0px;
  margin-top: 30px; */
    /* position: relative; */
    /* background-color: beige; */
    /* z-index: 9;
  border-radius: 20px; */
    /* background: #eaeaea; */
    box-shadow: 0 0.25rem 1.125rem rgba(75, 70, 92, 0.284);
    /* padding: 50px;
  text-align: center;
  min-height: 370px; */
}

a.button_apply {
    color: #ffffff;
    padding: 10px 25px;
    background: #17365d;
    border-radius: 8px;
}
td {
    align-content: center;
}

/* table */
.cd__intro {
    padding: 60px 30px;
    margin-bottom: 15px;
    flex-direction: column;
}
.cd__intro,
.cd__credit {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #333;
    line-height: 1.5;
    text-align: center;
}

.cd__intro h1 {
    font-size: 18pt;
    padding-bottom: 15px;
}
.cd__intro p {
    font-size: 14px;
}

.cd__action {
    text-align: center;
    display: block;
    margin-top: 20px;
}

.cd__action a.cd__btn {
    text-decoration: none;
    color: #666;
    border: 2px solid #666;
    padding: 10px 15px;
    display: inline-block;
    margin-left: 5px;
}
.cd__action a.cd__btn:hover {
    background: #666;
    color: #fff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.cd__action .cd__btn:before {
    font-family: FontAwesome;
    font-weight: normal;
    margin-right: 10px;
}
.down:before {
    content: "\f019";
}
.back:before {
    content: "\f112";
}

.cd__credit {
    padding: 12px;
    font-size: 9pt;
    margin-top: 40px;
}
.cd__credit span:before {
    font-family: FontAwesome;
    color: #e41b17;
    content: "\f004";
}
.cd__credit a {
    color: #333;
    text-decoration: none;
}
.cd__credit a:hover {
    color: #1dbf73;
}
.cd__credit a:hover:after {
    font-family: FontAwesome;
    content: "\f08e";
    font-size: 9pt;
    position: absolute;
    margin: 3px;
}
.cd__main {
    background: #fff;
    padding: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.cd__main {
    display: flex;
    width: 100%;
}
.bold_16px {
    font-size: 18px;
    font-weight: 700;
}
.modal-header {
    justify-content: center !important;
}
.modal-body.careers_modal {
    padding: 1rem 5rem;
}

.top_header {
    /* margin-right: -75px; */
    right: 0;
    left: 160px;
    position: absolute;
    height: 45px;
    top: 0;
}
.nav-item {
    /* padding-left: 25px; */
    font-size: 16px;
    text-transform: uppercase;
}

.dropdown-item:hover,
.dropdown-item.active {
    background-color: #fff;
    color: #17365d;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
}
p#error-message {
    text-align: center;
    margin-top: 10px;
    color: #e50000;
    display: none;
}

div#navbarSupportedContent {
    /* align-items: end; */
    justify-content: flex-end;
    margin-bottom: 10px;
}
li.nav-item {
    border-right: 0.25px solid #e0e0e045;
}
.agree_check label.form-check-label.fw-bold {
    color: #17365d;
}
.confirm_button button {
    color: #ffffff;
    padding: 10px 25px;
    background: #17365d;
    border-radius: 8px;
    border: 0px;
}
ul.navbar-nav a {
    color: #fff;
}
#photos {
    line-height: 0;
    -webkit-box-decoration-break: clone;
    columns: 3;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.25rem;
    grid-auto-flow: dense;
}
#photos img {
    padding: 10px;
    width: 100% !important;
    height: auto !important;
}
.row.events a {
    text-decoration: none;
}
.row.events p {
    color: #17365d;
    font-size: 18px;
    font-weight: 500;
    margin-top: 12px;
}

/* #popup {
  display:none;
  position:absolute;
  margin:0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
} */
.magnific-img,
.mfp-figure figure {
    /* justify-content: center; */
    /* margin: 0 auto; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
/* .magnific-img img, img.mfp-img {
width:700px
} */
.title_h3::after {
    width: 8%;
    background: rgb(23, 54, 93);
    height: 6px;
    display: block;
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0px;
}
.title_h3 {
    font-weight: 700;
    color: #000;
    font-size: 24px;
    border-bottom: 1px solid #999;
    text-align: left;
    margin-bottom: 35px;
    padding-bottom: 10px;
    /* display: inline-block; */
    position: relative;
    /* padding-right: 5%; */
}
.engines p {
    font-size: 16px;
}
.engines .magnific-img img {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.zoom .contentbox h2 {
    font-size: 18px;
}
.zoom .contentbox {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    /* min-height: 172px; */
    /* height: 100%; */
    padding: 20px;
    transition: all 0.5s ease;
    color: #fff;
}
.certificatebox .magnific-img img {
    width: 100%;
}
.mfp-close-btn-in .mfp-close {
    color: #ffffff !important;
}
.magnific-img p {
    color: #fff;
    padding: 10px 300px;
    /* gap: 50px; */
    display: flex;
    font-size: 18px;
    align-items: center;
}
.magnific-img h3 {
    color: #00c1fb;
    padding-top: 10px;
}

/* Shine */
.zoom {
    overflow: hidden;
    position: relative;
}
.zoom img {
    transition-duration: 4s;
    margin: 0 auto;
    display: block;
}
.zoom img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    z-index: 0;
}

.zoom:hover div.contentbox {
    padding: 40px 20px;
    padding-top: 100px;
    /* bottom: calc(-100% + 120px); */
    background: rgba(0, 64, 136, 0.9);
    background: -moz-linear-gradient(
        0deg,
        rgba(0, 45, 100, 1) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -webkit-linear-gradient(
        0deg,
        rgba(0, 45, 100, 1) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    background: linear-gradient(
        1deg,
        rgba(0, 45, 100, 1) 0%,
        rgb(5 5 5 / 0%) 100%
    );
}

/* shine */
@media (max-width: 768px) {
    .order_mob td[data-label]::before {
        content: attr(data-label);
        text-transform: capitalize;
        display: inline-block;
        width: 125px;
        font-size: 14px;
        font-weight: 600;
    }
    .contact_table td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 10% !important;
    }
    .modal-body.careers_modal {
        padding: 1rem 2rem;
    }

    .top_header {
        /* height: 54px !important; */
    }
    .top_header::before {
        content: url(/images/designs/header-bg.svg);
        height: 0px;
        width: 64px !important;
        position: absolute;

        top: 0;
        display: block !important;
        transform: scale(1.35);
        z-index: 1;
    }
    .row.card-float {
        position: relative;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 0px;
        width: 350px;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 1000px;
        margin: 1.75rem auto;
    }
}

@media only screen and (min-width: 1360px) {
    .cd__main {
        margin-left: auto;
        margin-right: auto;
        padding: 24px;
    }
}

.dataTables_filter {
    float: right;
}

.table-hover > tbody > tr:hover {
    background-color: #ccffff;
}

@media only screen and (min-width: 768px) {
    .table {
        table-layout: fixed;
        max-width: 100% !important;
    }
}

thead,
th {
    background: #17365d !important;
    color: #ffffff !important;
}

.table td:nth-child(2) {
    overflow: hidden;
    text-overflow: ellipsis;
}

.highlight {
    background: #ffff99;
}

@media only screen and (max-width: 767px) {
    /* Force table to not be like tables anymore */
    /* table,
thead,
tbody,
th,
td,
tr {
    display: block;
  } */

    .order_mob table {
        display: block;
    }
    .order_mob thead {
        display: block;
    }
    .order_mob tbody {
        display: block;
    }
    .order_mob th {
        display: block;
    }
    .order_mob td {
        display: block;
    }
    .order_mob tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr,
    tfoot tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50% !important;
    }

    td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    .table td:nth-child(1) {
        background: #ccc;
        height: 100%;
        top: 0;
        left: 0;
        font-weight: bold;
    }

    /*
  Label the data
  */

    /* td:nth-of-type(1):before {
    content: "Job ID";
  }

  td:nth-of-type(2):before {
    content: "Job Role";
  }

  td:nth-of-type(3):before {
    content: "Job description";
  }

  td:nth-of-type(4):before {
    content: "Posted Date";
  }

  td:nth-of-type(5):before {
    content: "End date";
  }

  td:nth-of-type(6):before {
    content: "Action";
  } */

    .dataTables_length {
        display: none;
    }
}

/* table */
@media (max-width: 1400px) {
    .header_menu.nav-item a {
        font-size: 13px;
        padding: 0px 11px;
    }
}
@media (min-width: 768px) {
    .dropdown:hover div.dropdown-menu {
        position: absolute;
        inset: 0px auto auto 0px;
        margin: 0px;
        margin-top: 0px;
        margin-top: 0px;
        transform: translate(0px, 30px);
        display: block;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .row.card-float {
        position: relative;
        left: 0px;
        top: 0px;
    }
}

@media (max-width: 768px) {
    .logo_head {
        max-width: 130px;
    }
    .hamburger {
        display: inline-block;
        position: absolute;
        right: 25px;
        top: 33px;
        font-size: 26px;
        color: #fff;
        cursor: pointer;
    }
    /* .header_menu {
    display: none;
    padding-bottom: 15px; */
}
.header_menu.show {
    display: block;
}
.header_menu.nav-item {
    display: block;
    padding: 1px 5px;
    width: 100%;
}
.header_menu.nav-item a {
    font-size: 14px;
    padding: 8px 3px;
    display: block;
}

.imager_01::before {
    width: 150px;
    height: 150px;
    right: -8px;
    bottom: -19px;
}
.back-bg {
    color: #fff;
    margin-top: 30px;
}
.footer-logo img {
    max-width: 150px;
}
.footer-logo {
    text-align: center;
    margin-bottom: 20px;
}
.dropdown-menu.show {
    display: block;
    /* position: relative !important; */
    transform: translate3d(0px, 0, 0px) !important;
    margin-top: 0px !important;
}

.top_header {
    /* margin-right: -75px;
  position: relative;
  height: 45px; */
}
.top_header::before {
    content: url(/images/designs/header-bg.svg);
    height: 84px;
    width: 56px;
    position: absolute;

    top: 0;
    display: block !important;
    transform: scale(1.35);
    z-index: 2;
}
.bg-gray {
    background-color: #dedede;
    padding: 50px 0px;
}
.bg_back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.bg_back_inner {
    position: absolute;
    top: 300px;
    left: 0;
    right: 0;
    z-index: -1;
}
.g-2,
.gx-2 {
    --bs-gutter-x: 0.7rem;
}
ul,
ol {
    padding-left: 25px;
}
ol li,
ul li {
    margin-bottom: 15px;
}
ol li::marker {
    font-size: 18px;
}
ol li > ol li::marker {
    font-size: 16px;
}
@media (min-width: 1200px) and (max-width: 1580px) {
    .container {
        padding: 0 50px;
    }
    .top_header {
        /* margin-right: -50px; */
    }
}
@media (max-width: 1199px) {
    .container {
        padding: 0 15px !important;
    }
    .top_header {
        /* margin-right: 0px; */
    }
}

/* new */

/* new */

/* nav_new_css */
.nav_headmenu {
    background: rgb(23, 54, 93);
}

.navbar-nav .nav-link {
    color: #fff;
}

.dropdown .dropdown-menu {
    display: none;
}
.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
    display: block;
    margin-top: 0.125em;
    margin-left: 0.125em;
}
@media screen and (max-width: 992px) {
    li.nav-item {
        border-right: 0px solid #e0e0e045 !important;
    }
}

@media screen and (min-width: 992px) {
    .dropend:hover > .dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
    }
    .dropend .dropdown-toggle {
        margin-left: 0.5em;
    }
}

/* ul.dropdown-menu {
  max-height: 400px;
  overflow: scroll;
} */

/* .dropdown-item:focus, .dropdown-item:hover {

    background-color: #00000000 !important;
} */
/* nav_new_css */

.hover-effect {
    background: conic-gradient(#294674 0 0) var(--p, 0) / var(--p, 0) no-repeat;
    transition: 0.4s, background-position 0s;
}

.hover-effect:hover {
    --p: 100%;
    color: #fff;
}

.nav-item > a.active {
    background-color: #294674;
}

.dropdown-menu .dropdown-menu {
    text-transform: capitalize;
}

.new-tag {
    position: relative;
    background-color: steelblue;
    font-weight: 500;
    font-size: 1.2rem;
    width: 100px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    color: #fff;
    isolation: isolate;
    z-index: 1;
}
.new-tag::after {
    content: "";
    position: absolute;
    right: -6.2rem;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url("/images/designs/header-bg-blue.svg");
    background-repeat: no-repeat;
    z-index: -1;
}
