@import url(animate.min.css);
*{
    font-family: 'Ek Mukta';
}

a{
    color:#444;
}
a:hover{
    color:#f00;
    transition: 0.3s linear;
    text-decoration: none;
}
.height-120{
   height: 120px;
}
.height-100{
    height: 100px;
}
.height-90{
    height: 90px;
}
.dib{
    display: inline-block;
    vertical-align: top;
}
.dib a{
    color:#000;
}
.dropdown:hover>.dropdown-menu {
    display: block;
}
header{

}
.top-nav{
    background: #000;
    color:#fff;
    padding: 4px 0 2px 0;
    font-size: 90%;
}
.top-nav a{
    color: #fff;
}
.top-nav .social-links{
    font-size: 14px;
}
.bg-main{
    background: #003f7f;
}
.rounded-full {
    border-radius: 9999px;
}
.padding-20-0{
    padding: 20px 0;
}
.padding-10-0{
    padding: 10px 0;
}

.navbar, .navbar-nav .dropdown-menu {
    background: #044c95;
    padding: 0;
    text-transform: uppercase;
    font-size: 110%;
}
.navbar .form-control{
    height: auto;
    padding: 0 8px;
}
.nav-link.alt{
    background: #f60;
}
.navbar .navbar-nav .nav-link, .navbar .navbar-nav .dropdown-item{
    color: #fff !important;
    padding: 8px 20px;
    margin-right: 5px;
}
.navbar .navbar-nav .dropdown-item{
    margin-right: 0 !important;
}
.nav-link:not(.alt):hover,
.nav-link.active,
.nav-link:focus,
.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active{
    background-color: rgba(0,0,0,0.4) !important;
}
.navbar .nav-link img{
    width: 30px;
}
.navbar .dropdown-menu{
    border-radius: 0 !important;
    margin-top: 0 !important;
}
@media only screen and (max-width: 767px) {
    .navbar .dropdown-menu{
       margin-left: 30px;
        background: rgba(0,0,0,0.1);
    }
}
.navbar .dropdown-menu .dropdown-item:not(:last-child){
    border-bottom: 2px solid rgba(0,0,0,0.1);
}

.office-info{display: inline-block;}
.office-info p{
    margin: 0;
    padding: 0;
}
.office-info p.big{
    font-size: 230%;
    font-weight: bold;
}
.font-size-mid{
    font-size: 130%;
}
.font-size-large{
    font-size: 200%;
}
.text-bold{
    font-weight: bold;
}
button[type=submit] {
    position: relative;
}
button[type=submit] span{
    position: absolute;
    text-align: center;
    top: 10px;
}

.hero-slides {
    position: relative;
    z-index: 1; }
.hero-slides .single-hero-slide {
    width: 100%;
    height: 680px;
    position: relative;
    background-size:cover;
    background-position:center;
    z-index: 1; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slides .single-hero-slide {
        height: 450px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slides .single-hero-slide {
        height: 380px; } }
@media only screen and (max-width: 767px) {
    .hero-slides .single-hero-slide {
        height: 300px; } }
.hero-slides .single-hero-slide h4 {
    color: #ffffff;
    margin-bottom: 10px; }
@media only screen and (max-width: 767px) {
    .hero-slides .single-hero-slide h4 {
        font-size: 18px; } }
.hero-slides .single-hero-slide h2 {
    font-size: 40px;
    color: #ffffff;
    text-shadow:3px 3px 6px rgba(0,0,0,1);
    margin-left: 20px;
    margin-top: 500px;
    text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slides .single-hero-slide h2 {
        font-size: 24px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slides .single-hero-slide h2 {
        text-shadow:2px 2px 4px rgba(0,0,0,1);
        font-size: 20px; } }
@media only screen and (max-width: 767px) {
    .hero-slides .single-hero-slide h2 {
        margin-top: 150px;
        font-size: 18px;
        text-shadow:2px 2px 4px rgba(0,0,0,1);
    } }
.hero-slides .owl-prev,
.hero-slides .owl-next {
    background: rgba(0,0,0,0.5) !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #ffffff !important;
    top: 50%;
    margin-top: -28px;
    left: 5%;
    position: absolute;
    z-index: 10;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
@media only screen and (max-width: 767px) {
    .hero-slides .owl-prev,
    .hero-slides .owl-next {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-top: -20px; } }
.hero-slides .owl-prev:hover, .hero-slides .owl-prev:focus,
.hero-slides .owl-next:hover,
.hero-slides .owl-next:focus {
    background: #141414;
    color: #ffffff; }
.hero-slides .owl-next {
    left: auto;
    right: 5%; }
.hero-slides:hover .owl-prev, .hero-slides:hover .owl-next {
    opacity: 1;
    visibility: visible; }

.hero-slides .owl-dots {
    position: absolute;
    width: 100%;
    height: 65px;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.hero-slides .owl-dots .owl-dot {
    padding-left: 3px;
    padding-right: 3px;
    margin-right: 4px;
}

.hero-slides .owl-dots .owl-dot {
    display: block !important;
    color: transparent;
    background-color: #958e88 !important;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid transparent;
    background-clip: padding-box;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}


.hero-slides .owl-dots .owl-dot:hover {
    border: 3px solid white;
    background-color: #f00 !important;
}

.hero-slides .owl-dots .owl-dot.active {
    border: 3px solid white;
    background-color: #f00 !important;
}

footer{
    padding: 35px 0 15px 0;
    background: #2460b9;
    color: #fff;
    margin-top: 20px;
}
footer a{
    color: #ccc;
}
footer a:not(.btn):hover{
    color:#eee !important;
}
footer h4{
    margin-bottom: 20px;
}
footer ul{
    padding-left: 20px;
}

.side_profile{
    border-left: 1px solid #eee;
}
.side_profile img{
    width: 120px;
    height : 120px;
    border-radius: 50%;
}
.side_profile h6{
    font-weight: bold;
    margin: 10px 0 0 0;
    padding: 0;
}
.badge{
    font-weight: normal;
}
.error_title{
    margin-top: 120px;
    font-size: 200%;
    color: #aaa;
}
.text-red{
    color: red;
}
.file_container{
    position: relative;
    width: 150px;
    height: 150px;
    margin-bottom: 15px;
    background: url('../../images/user.png');
    background-size: contain;
}
.file_container .click_me{
    text-align: center;
    width: 100%;
    height: 100%;
    color: #777;
    cursor: pointer;
    vertical-align: bottom;
}
.file_container img{
    width: 100%;
    height: 100%;
}
.file_container input{
    display: none;
}
.file_container .click_me p{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.padding-50{
    padding:50px 0;
}
.title{
    text-align:center;
    font-weight: bold;
    border-bottom: 2px solid #e23636;
}
.person-card{
    padding: 15px;
    text-align: center;
    box-shadow: 2px 4px 10px 0 rgba(0,0,0,0.4);
    margin-bottom: 20px;
    border-radius: 10px;
}
.person-card img{
    width:140px;
    margin-bottom: 15px;
    border-radius: 50%;
}
.person-card h4.level-1{
    color:#f00;
    font-size: 140%;
    font-weight: bold;
}
.person-card h4{
    font-size: 120%;
}
.person-card p{
    font-size: 95%;
    font-weight: normal;
    margin-bottom: 0;
}
.content{
    line-height: 1.8em;
    font-size: 110%;
}
.text-card{
    background: #fff;
    padding: 15px;
}

.text-card .text-card-image{
    height: 200px;
    width: 100%;
}
.text-card-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.text-card .text-card-heading{
}
.text-card .text-card-heading.big{
    font-size: 160% !important;
}
.flex-direction-col{
    flex-direction: column;
}
.text-card-body{
    overflow: hidden;
    position: relative;
}
.post-date{
    color: #999;
    font-size: 90%;
}
.post-date i.fa{
    color: crimson;
    display: flex;
    align-items: center;
}
.text-card-body:hover{
    overflow-y:auto;
}
.h-280{
    height: 280px;
}
.h-340{
    height:340px;
}
.h-330{
    height:330px;
}
.h-auto{
    height: auto;
}
@media only screen and (max-width: 767px){
    .sm-h-auto{
        height: auto !important;
    }
    .text-center-sm{
        text-align: center;
    }
}
.text-card h3{

}
.s-underline{
    position: relative;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 15px;
    color: #2460b9;
    display: inline-block;
    border-bottom: 2px solid crimson;
}
.s-underline:after{

}
.text-card i.fa{
    margin-right: 15px;
}

.text-card .text-card-bottom{
    padding-top: 15px;
    text-align: right;
}


.text-card-body div{

}
.text-card-body-item>div:nth-child(2){
    margin-left: 15px;
}
.text-card-body .text-card-body-item{
    margin-bottom: 10px;
}
.text-card-body .image{
     flex-basis: 45px;
    flex-grow: 0;
    flex-shrink: 0;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #eee;
    align-items: center;
    padding: 4px;
}
.text-card-body .image img{
    object-fit: cover;
    width: 100%;
}
.btn-xs{
    font-size: 70% !important;
    padding: 3px 6px;
}

.intro .content{
    font-size: 120% !important;
}
.intro .content img{
    float: left;
    width: 35%;
    margin: 0 15px 15px 0;
}
@media only screen and (max-width: 576px) {
    .intro .content img{
        float: none;
        width: 100%;
        margin: 0 0 15px 0;
    }
    .page-detail .feature-image.left, .page-detail .feature-image.right{
        width: 100%;
        float: none;
        margin: 0 0 15px 0;
    }
    .text-center-xs{
        text-align: center;
    }
    .d-block-sm{
        display: block !important;
    }
}
.page-detail{
    background: #fff;
    padding: 15px;
    line-height: 1.9em;
}
.page-detail .col-sm{
    margin-bottom: 15px;
}
.page-detail img{
    margin-bottom: 15px;
}
.page-detail .feature-image img{
    width: 100%;
}
.page-detail .feature-image.left{
    float:left;
    margin-right: 15px;
    width: 50%;
}
.page-detail .feature-image.right{
    float:right;
    margin-left: 15px;
    width: 50%;
}
.page-detail .sub-title{
    font-weight: bold;
    margin-bottom: 15px;
}
.page-heading h1{
    font-size: 230%;
    font-weight: bold;
    margin-bottom: 15px;
}
@media only screen and (max-width: 540px) {
    .page-heading h1{
        font-size: 180%;
    }
}
.page-meta{
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    flex-wrap: wrap;
}
.page-side-box .news-item{

}
.page-side-box .news-item>div:first-child{
    padding: 5px 15px;
}
.card{
    margin-bottom: 15px;
}
.card-title{
    font-weight: bold;
    margin-bottom: 0;
}
.card-text{
    margin-bottom: 0;
}
label span{
    color: #f00;
}
.margin-bottom-10{
    margin-bottom: 10px;
}
.margin-bottom-15{
    margin-bottom: 15px;
}
::-webkit-scrollbar {
    width: 6px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #aaa;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #777;
}

.mt-15{
    margin-top:15px;
}
.mb-15{
    margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
    .sm-mb-30{
        margin-bottom: 30px;
    }
    .sm-mb-15{
        margin-bottom: 15px;
    }
}
.mb-0{
    margin-bottom: 0;
}
.content-box{
    border:1px solid #eee;
}
.content-box h3{
    margin: 0;
}
.content-box .content{
    padding: 20px;
}
.shadow-box{
    box-shadow: 2px 4px 10px 0 rgba(0,0,0,0.4);
}
.border-1{
    border:1px solid #eee;
}
.sa-sticky{
    position: sticky;
    top: 55px;
    z-index: 99;
}
.w-200{
    width: 200px;
}
.w-full{
    width: 100%;
}
.w-300{
    width: 300px;
}


.flex{
    display: flex;
}
@media only screen and (max-width: 767px) {
    .sm-flex-1{
        flex:1;
    }
    .sm-w-auto{
        width:auto;
    }
}
.m-r-15{
    margin-right: 15px;
}
.gap-10{
    gap:10px;
}
.center-item{
    display: flex;
    gap: 6px;
    align-items: center;
}
.p-t-15{
    padding-top:15px;
}
.p-15{
    padding: 15px;
}
.p-10{
    padding: 10px;
}
.pb-10{
    padding-bottom: 10px;
}
.border-tb{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}
.color-gray{
    color:#999;
}
.ml-auto{
    margin-left: auto;
}
.mr-15{
    margin-right: 15px;
}
.mr-6{
    margin-right: 6px;
}
.pagination .page-link{
    color: #2460b9;
}
.pagination .page-item.active .page-link{
    background-color: #2460b9;
    border-color: #2460b9;
}

.sg-xs{
    width: 0.5rem;
    height: 0.5rem;
    padding:4px;
}
.table td, .table th{
    white-space: nowrap;
}
.table-icon{
    width: 30px;
    height: 30px;
}
.table-icon img{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}
.st-icon-1{
    border: 3px solid crimson;
    color: crimson;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 15px;
}
.social-links{
    display: flex;
    gap: 16px;
    font-size: 20px;
    justify-content: flex-end;
}
.yt{
    color:red;
}
.fb{
    color:#1877F2;
}
.tw{
    color:#1DA1F2;
}
.insta{
    color:#F56040;
}
.border-bottom{
    border-bottom: 1px solid #efefef;
}
.download-item a{
    display:flex;
}
.btn-primary{
    background:#2460b9;
}
.margin-right-20{
    margin-right: 20px;
}
.quote-text{
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}
.quote-text:before{
    content: '\f10d';
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 25px;
    opacity: 0.2;
    left: 0;
    top: -10px;
    position: absolute;
}
.p-0{
    padding:0;
}
.testimonial-image{
    width: 100px !important;
    align-content: center;
    position: absolute;
    top: -45px;
    left: 0;
    right: 0;
    margin: auto;
    height: 100px !important;
}

.mt-75{
    margin-top: 75px;
}
.pt-75
{
    padding-top: 75px;
}
.h-600{
    height: 600px;
}
.testimonials p{
    font-size: 100%;
}
@media only screen and (max-width: 767px) {
    .full-article{
        flex-direction: column;
    }
    .full-article .image{
        margin-right: 0;
    }
    .mt-15-sm{
        margin-top: 15px;
    }
}
.full-article{
    display: flex;
}
.full-article .image{
    flex:0.5;
    margin-right: 20px;
}
.full-article .content{
    flex:1;
}
.full-article .image img{
    width: 100%;
}

.overflow-y{
    overflow-y: auto;
}
