@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@300;400;500;600;700;800');
@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@500;800&family=Hind:wght@400;700&display=swap');
body, .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Sans Pro', sans-serif;
}
/*--------------------------------------------------------------
 # Header
 --------------------------------------------------------------*/
 .main_menu {
    background: white;
    box-shadow: 10px 2px 16px #f3f3f3;
}
.zk-f-text {
    font-size: 0.6em !important;
    color: #949494;
    text-align: center;
}
.zk-f-menu {
    color: #949494;
}
.fa-solid.fa-bars {
    color: #949494;
    font-size: 40px;
}
.fa-solid.fa-times {
    color: #949494;
    font-size: 40px;
}
 /*--------------------------------------------------------------
 # Menu
 --------------------------------------------------------------*/
 .mobile_menu {
    box-shadow: rgb(34 96 191 / 24%) 0 0 48px;
}
 .nav-item {
    position: relative;
    margin: 0 20px;
}
.nav-item:hover:before {
    height: 3px;
}
.navbar-light .navbar-nav .nav-link {
    line-height: 50px;
    color: #838383;
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    text-decoration: none;
}
.menu a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}  
.menu a:hover {
    color: #ffc107 !important;
} 
.uk-sticky-fixed .logo-part img {
    width: 150px;
    transition: 1s;
}
.uk-sticky-fixed .logo-part {
    padding: 10px;
    transition: 1s;
}
.nav-item::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    left: 50%;
    bottom: 0;
    background-color: #143c6f;
    transition: all ease-in-out .2s;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #035597;
    background: transparent;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #02314b;
    color: #ffffff;
}
.uk-navbar-dropdown {
    top: 36px !important;
    padding: 8px;
    width: 320px;
}
.uk-search-navbar .uk-search-input {
    font-size: 17px;
}
.uk-navbar-nav>li>a {
    color: #02314b;
    font-size: 16px;
    line-height: 45px;
    min-height: auto;
    font-weight: 800;
}
.slide-menu li:before {
    height: 0;
    margin: 0;
}
.slide-menu a {
    color: #333;
    font-size: 20px;
}
.slide-menu li {
    border-top: 1px solid #cacaca;
    margin: 0 !important;
    padding: 0;
    line-height: 50px;
    padding: 0 30px;
}
.slide-menu a:hover {
    color: #db4321;
}
.slide-menu a:before {
    content: "\f0da";
    margin-right: 10px;
    font-family: 'FontAwesome';
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #ec1e24 !important;
    color: #fff !important;
}
.ns-navbar-dropdown-nav>li>a {
    color: #545454;
    font-size: 18px;
    font-weight: 500;
}
.ns-navbar-dropdown-nav>li>a:hover {
    color: #002883;
}
.uk-dropdown-nav>li>a {
    color: #277be9;
}
 /*--------------------------------------------------------------
 # Body
 --------------------------------------------------------------*/
 .uk-link, a {
    color: #272727;
    text-decoration: none;
}
.uk-link:hover, a:hover {
    text-decoration: none;
    color: #e82525;
}
p {
    font-size: 18px;
    line-height: 32px;
    color: #333;
}
.main-btn {
    border: 0;
    border-radius: 50px;
    line-height: 35px;
}
.br-100 {
    border-radius: 100px;
}
.my-dots li a {
    background-color: #fff;
    padding: 0 25px;
    border-radius: 10px;
    border: none;
}
.hbr-btn:hover {
    background-color: #e97905 !important;
    border-color: #e97905 !important;
    color: #fff;
}
.my-dots li.uk-active a {
    background-color: #ffc107;
}
.respo__fnt {
    font-size: calc(1.25rem + 2.9vw);
    line-height: 130%;
}
.cover {
    object-fit: cover;
}
.card-box1 {
    box-shadow: 0 30px 20px -40px rgb(0 0 0 / 50%), 0 20px 20px -30px rgb(0 0 0 / 30%), 0 7px 20px 0 rgb(0 0 0 / 10%);
    overflow: hidden;
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
    border-radius: 5px;
    border: 2px solid #ffffff;
    background: #00327a;
}
.card-box2 {
    box-shadow: 0 30px 20px -40px rgb(0 0 0 / 50%), 0 20px 20px -30px rgb(0 0 0 / 30%), 0 7px 20px 0 rgb(0 0 0 / 10%);
    overflow: hidden;
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
    border-radius: 5px;
    border: 2px solid #ffffff;
    background: #1c75bc;
}
.card-box1:hover {
    background: #1c75bc;
    color: #ffffff;
}
.card-box2:hover {
    background: #00327a;
    color: #ffffff;
}
.site-heading h2 {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #00327a;
}
.site-heading h2 span {
    color: #1c75bc;
}
.site-heading h4::before {
    background: #e97905 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
    top: -8px;
}
.site-heading h4 {
    display: inline-block;
    padding-bottom: 20px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
}
.heading__formall {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 9px;
}
.bxx {
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 20%);
    border-radius: 6px;
}
.servicesiimg-ht {
    height: 75px;
}
.cat-bg_bx {
    background: #bb0000;
    color: white;
    border-radius: 3px;
}
.our_acvt {
    margin-top: -60px;
    margin-bottom: 42px;
}
.lfwf-section {
    background: url(https://i.postimg.cc/P52JvLBp/free-bg.jpg) no-repeat center center;
    background-size: cover;
    background-blend-mode: overlay;
    background-color: #00327a;
    padding: 90px 0px;
}
.achievements-content {
    color: white;
}
.my-overlay {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(95%,rgb(0, 0, 0)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0)0,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0)0,rgb(0, 0, 0) 100%);
}
.dot-lists {
    float: left;
    margin-right: 12px;
}
.bg2 {
    background: #004077;
}
.drop-ttl {
    font-size: 1.1rem;
    letter-spacing: 0.3em;
    padding: 18px 5px;
    line-height: 1.3em;
    font-weight: 600;
    background-color: transparent;
    border-bottom: 1px solid #fff;
    text-shadow: 0 0 2px rgb(0 0 0 / 5%);
    color: white;
}
.drop-titles {
    font-size: 1.1rem;
    letter-spacing: 0.3em;
    padding: 18px 5px;
    line-height: 1.3em;
    font-weight: 600;
    background-color: transparent;
    border-bottom: 1px solid #fff;
    text-shadow: 0 0 2px rgb(0 0 0 / 5%);
    color: white;
}
.drop-titles a:hover {
    background-color: transparent;
    color: #277be9;
    -moz-transform: translate(15px,0);
    -o-transform: translate(15px,0);
    -ms-transform: translate(15px,0);
    -webkit-transform: translate(15px,0);
    transform: translate(15px,0);
}
.drop-titles a {
    color: white;
}
.drop-ttl:hover {
    background-color: transparent;
    color: #2c4058;
    -moz-transform: translate(15px,0);
    -o-transform: translate(15px,0);
    -ms-transform: translate(15px,0);
    -webkit-transform: translate(15px,0);
    transform: translate(15px,0);
}
.uk-active1 {
    font-size: 1.1rem;
    padding: 15px 0;
    border-bottom: 1px solid #277be9;
    color: #277be9;
    font-weight: 600;
}
.center-card-t {
    color: white;
    font-size: 24px;
    text-transform: uppercase;
}
.scrollbox {
    height: 455px;
    overflow: auto;
    overflow-x: hidden;
    visibility: hidden;
    padding-right: 15px;
}
.tab-content {
    background: #fff;
}
.drop-bg1 {
    background: #949494;
}
.drop-bg2 {
    background: #3e4955;
}
.drop-bg3 {
    background: #2a3139;
}
.scrollbox-content,
.scrollbox:hover,
.scrollbox:focus {
    visibility: visible;
}
.scrollbox_delayed {
    transition: visibility 0.2s;
}
.scrollbox_delayed:hover {
    transition: visibility 0s 0.2s;
}
#mybox::-webkit-scrollbar {
    width: 3px;
    background: transparent;
}
#mybox::-webkit-scrollbar-track {
    border-radius: 0px;
    background: transparent;
}
#mybox::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #e75726;
    padding: 0;
}
.s-box.s-big a, .s-box.s-big span {
    color: #000 !important;
}
.site-logo img {
    max-height: 75px;
    -webkit-transition:max-height 0.2s ease-out;
    -moz-transition:max-height 0.2s ease-out;
    -o-transition:max-height 0.2s ease-out;
    transition:max-height 0.2s ease-out;
}
.uk-active > .bg-class-activ {
    background: #28a5b7 !important;
    border: 1px solid #28a5b7 !important;
    color: #fff !important;
}
.uk-active > .bg-class-activ a, .uk-active > .bg-class-activ i {
    color: #fff !important;
}
@media    all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0;  }
    .navbar .dropdown-menu{ top:180%;  }
    .navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
}
@media only screen and (max-width: 600px) {
    .ht-550, .ht-auto img {
        height: auto;
    }
    .m-ht-300 img {
        height: 300px;
    }
    .mob-vv {
        left: 0 !important;
        margin-top: 0 !important;
    }
}
/*--------------------------------------------------------------
 # Image Height
 --------------------------------------------------------------*/
 .ht-550 {
    height: 550px;
}
.news_box_sz img {
    height: 280px;
}
 /*--------------------------------------------------------------
 # Footer
 --------------------------------------------------------------*/
.footer p {
    line-height: 28px;
    font-size: 15px;
    margin: 0;
    color: #fff;
}
.bg1 {
    background: #00327a;
}
.f-font-ft {
    font-size: 30px;
}
/*--------------------------------------------------------------
 # Mobile Menu
 --------------------------------------------------------------*/
.m-menu-bg {
    background: #949494;
}
ul { list-style-type: none; }
.accordion {
    width: 100%;
    max-width: 384px;
    margin: 30px auto 20px;
    background: #949494;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0px;
}
.accordion .link {
    cursor: pointer;
    text-transform: uppercase;
    display: block;
    padding: 15px 15px 15px 42px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #CCC;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.accordion li:last-child .link { border-bottom: 0; }
.accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #ffffff;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}
.accordion li.open .link {
    color: #277be9;
    background: white;
}
.accordion li.open i {
    color: #277be9;
}
.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.submenu {
    display: none;
    background: #04357c;
    font-size: 14px;
}
.submenu li {
    border-bottom: 1px solid #ababab;
}
.submenu a {
    display: block;
    text-decoration: none;
    color: #d9d9d9;
    padding: 13px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.submenu a:hover {
    background: #04357c;
    color: #FFF;
}
/*--------------------------------------------------------------
 # News Letter
 --------------------------------------------------------------*/
n {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
}
.sub-newsletter {
    padding: 50px 0;
    background: #1c75bc;
}
.sub-newsletter h4 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    color: white;
}
.sub-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
}
.sub-newsletter form input[type="email"] {
    border: 0;
    padding: 8px;
    width: calc(100% - 140px);
}
.sub-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 30px;
    margin: 3px;
    background: #e96b56;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
}
/*--------------------------------------------------------------
 # Form
 --------------------------------------------------------------*/
.cont-form {
    background: #00327a;
    padding: 94px 0px 3px 0px;
}
.inner-contact-ff {
    margin-bottom: 54px;
    margin-top: -78px;
    text-align: center;
}
.contact-text{
    margin:45px auto;
  }
.mail-message-area{
    width:100%;
    padding:0 15px;
}
.mail-message{
    width: 100%;
    background:rgba(255,255,255, 0.8) !important;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
    margin:0 auto;
    border-radius: 0;
}
.not-visible-message{
    height:0px;
    opacity: 0;
}
.visible-message{
    height:auto;
    opacity: 1;
    margin:25px auto 0;
}
.form{
    width: 100%;
    padding: 15px;
    background:#f8f8f8;
    border:1px solid rgba(0, 0, 0, 0.075);
    margin-bottom:25px;
    color:#727272 !important;
    font-size:13px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.form:hover{
    border:1px solid #8BC3A3;
}
.form:focus{
    color: white;
    outline: none;
    border:1px solid #8BC3A3;
}
.textarea{
    height: 200px;
    max-height: 200px;
    max-width: 100%;
}
.button {
    padding:8px 12px;
    background:#0A5175;
    display: block;
    width:120px;
    margin:10px 0 0px 0;
    border-radius:3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-align:center;
    font-size:0.8em;
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
}
.button:hover{
    background:#8BC3A3;
    color:white;
}
.form-btn {
    width: 231px;
    display: block;
    height: auto;
    padding: 15px;
    color: #fff;
    background: #1c75bc;
    border: none;
    border-radius: 3px;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin: auto;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgb(0 0 0 / 10%);
    margin-top: 0px;
}
.form-btn:hover{
    background:#111;
    color: white;
    border:none;
}
.form-btn:active{
    opacity: 0.9;
}
/*--------------------------------------------------------------
 # Single
 --------------------------------------------------------------*/
.single_set-con {
    background-size: cover;
    background-blend-mode: overlay;
    background-color: #00327a;
    padding: 90px 0px;
}