@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap');
* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body{
    font-family: 'Mukta', sans-serif;
    overflow-x: hidden;
}




ul {
    padding: 0px;
    margin: 0px;
}

 a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
/*====================top navbar start=========================================*/
#top-bar {
    padding: 5px 0;
    background:#005dac;
    position: relative;
    z-index: 0;
}

.social-media ul li {
    display: inline;
    list-style: none;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
}

.social-media ul li i {
    font-size: 13px;
    margin-right: 3px;
    color: #fff;
}

.social-media ul li+li {
    position: relative;
    margin-left: 6px;
    padding-left: 10px;
}

.icon-top {
    float: right;
}

.social-media ul li a {
    color: #fff;
}

.social-media ul li a {
    color: #fff;
}

.social-media ul li.facebook i {
    color: #fff;
}

.social-media ul li+li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 12px;
    width: 1px;
    background: #cecece;
}

.social-media ul li.twitter i {
    color: #fff;
}

.social-media ul li.youtube i {
    color: #fff;
}
/*=================================top navbar end======================*/

#jft-navbar {
    background: #fff;
    width: 100%;
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 30%);
    position: relative;
    z-index: 1020;
    padding: 13px 0 25px;
}


#jft-navbar:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 110px;
    
    z-index: -1;
    opacity: .7;
}

.ks-nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.h-right {
    display: flex;
    align-items: center;
}


.progress-bar {
    background-color: #005dac;
}

.flag img {
    width: 60px;
}

.toggle-btn {
    cursor: pointer;
    display: none;
}

.toggle-btn span {
    height: 2px;
    width: 30px;
    background: red;
    display: block;
    margin: 6px 0;
}

.toggle-btn span:nth-child(2) {
    width: 23px;
    margin-left: auto;
}

.jft-head-wrap {
    width: 100%;
}

#navbar_top {
    background: #005dab;
}

.navbar-light .navbar-nav .nav-link i {
    margin-left: 3px;
}

.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    padding: 8px 0px;
    font-size: 14px;
    font-weight: normal;
    font-family: mukta, sans-serif;
    font-weight: 500;
    /*border-right: 1px solid #055192;*/
}

.navbar-light .navbar-nav .nav-link i {
    margin-left: 3px;
}

.drop-menu {
    padding: 0;
    display: none;
    position: absolute;
    background-color: #ffffff;
    z-index: 99999;
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 15%);
    min-width: 160px;
}

.drop-menu ul li {
    list-style-type: none;
}

.drop-menu ul li a {
    color: #333333;
    font-family: mukta, sans-serif;
    padding: 10px 15px;
    display: block;
}

#marquee_Capital {
    overflow: hidden;
}

#marquee_Capital {
    padding: 0px 0px 0px;
    background-color: #ed3237;
    line-height: 19px;
    z-index: 999999999;
}

.new {
    text-align: center;
    /* padding: 10px 0px 0px; */
}

.new h6 {
    margin-bottom: 0px;
    color: #fff;
    background-color: #c10f14;
    padding: 6px;
    position: relative;
}

.new h6:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 36px solid #c10f14;
    border-right: 20px solid transparent;
    right: -20px;
    top: 0;
}

.hidden-xs {
    padding: 6px 0px 0px;
}

#marquee_Capital a {
    color: #fff;
    font-size: 16px;
    display: inline-block;
}

#marquee_Capital a+a {
    position: relative;
    margin-left: 10px;
    padding-left: 12px;
}

#marquee_Capital a {
    color: #fff;
    font-size: 16px;
    display: inline-block;
}

#marquee_Capital a+a:before {
    position: absolute;
    content: '';
    left: 0;
    height: 12px;
    width: 1px;
    background: rgb(253 255 255);;
    top: 0;
    bottom: 0;
    margin: auto;
}

i.fa.fa-home {
    font-size: 25px;
    color: #eee;
    margin-left: 143px;
}


/*=======================nav start============================*/
#navbarNav {
font-size: 20px;
font-weight: 600;
padding:0px 0px 0 9px;
}
a.navbar-brand {
font-weight: 600;
font-size: 30px;
}
.navbar-light .navbar-brand {
color: rgb(25 50 176);
}
a.nav-link.active {
margin-right: 67px;
}
li.nav-item.active {
margin-left: 37px;
}
/*===================nav end================================*/

/*===============carousel section start================*/
img.d-block.w-100 {
height:450px;
object-fit: cover;
width: 100% !important;
}
/*========================end of carousel=================*/


/*=====================about section start================*/

#about {
    margin: 50px 0px 50px;
}

.kafle-about .margin {
    margin-left: -10px;
    margin-right: -10px;
}

.kafle-about .padding {
    padding-left: 10px;
    padding-right: 10px;
}

.main-title {
    border-bottom: 1px solid #e9e9ef;
    margin-bottom: 30px;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 18px;
    line-height: 34px;
    text-align: justify;
}

.main-title h3 {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 5px;
    font-size: 22px;
}

.main-title h3:before {
    position: absolute;
    content: '';
    bottom: -2px;
    height: 3px;
    width: 100%;
    background: red;
    left: 0;
}

.main-title h3:after {
    position: absolute;
    content: '';
    bottom: -2px;
    height: 3px;
    width: 50%;
    background: #093789;
    left: 0;
}

.btn-outline-dark {
    border-color: #ff0000;
    background: red;
    color: #fff;
    font-weight: 500;
    padding: 7px 20px 5px;
    border-radius: 30px;
}

.nav-tabs {
    border-bottom: none;
    background-color: #005dac;
    margin-bottom: 0;
}

.nav-tabs .nav-item {
    margin-bottom: -2px;
    border-top-left-radius: none;
    border-top-right-radius: none;
}

.nav-tabs .nav-link.active {
    border: none !important;
}

.nav-tabs .nav-link.active {
    /* background-color: red; */
    font-size: 20px;
    font-weight: bold;
    color: red;
    border-color: none !important;
    color: #fff;
    background: #ff0000;
}

.nav-tabs .nav-item {
    margin-bottom: -2px;
    border-top-left-radius: none;
    border-top-right-radius: none;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}

.nav-tabs .nav-link {
    font-size: 20px;
    font-weight: bold;
    color: #093789;
    color: #fff;
}

.nav-tabs .nav-link {
    text-align: center;
}

.tab-content {
    border: 1px solid #DADDD8;
    /*border-top: none;*/
}

.scroll-notice {
    overflow-y: hidden;
    overflow-x: hidden;
}

.notice ul li {
    padding: 10px 1px 0px 10px;
    margin-bottom: 0px !important;
    /*border-top: 1px solid #DADDD8;*/
}

.news-first a {
    color: #000;
    font-family: mukta, sans-serif;
    line-height: 22px;
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
}

.post-date span {
    color: #ff0000;
    font-size: 14px;
}
.news-first {
    display: inline-block;
    /*margin-bottom: 8px;*/
    width: 100%;
}
.news-first a img {
        float: left;
    display: block;
    margin-right: 15px;
    margin-bottom: 11px;
    height: 80px;
    width: 120px;
    object-fit: cover;
}
}

/*=============================intro section===================*/
span.jft-detail {

font-size: 18px;
font-weight: 500;
}
.jft-intro {
padding: 25px;
text-align: justify;
padding-left: 0px;
}
.jft-update-img img{
width: 100%;
height: 100px;
object-fit: cover;
padding: 5px;
border-radius: 11%;
}
span.jft-explain {
font-size: 15px;
text-align: justify;
font-weight: 400;

}
.jft-update-text {
margin-top: 10px;
margin-left: -17px;
}
h2.intro {
font-size: 20px;
font-weight: 600;
text-align: center;


}
h2.update {
font-size: 20px;
text-align: center;
font-weight: 600;
}
.jft-top-img img {
width: 100%;
padding: 5px;
/*    border-radius: 8%;*/
height: 250px;
object-fit: cover;
}
.jft-top-img {
margin-right: -26px;
margin-top: 9px;
}

.jft-intro {
    padding: 25px;
}
.main-title {
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
}
.main-title h3 {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 5px;
    font-size: 22px;
}
.main-title h3:before {
    position: absolute;
    content: '';
    bottom: -2px;
    height: 3px;
    width: 100%;
    background: #000;
    left: 0;
}
.main-title h3:after {
    position: absolute;
    content: '';
    bottom: -2px;
    height: 3px;
    width: 50%;
    background: #000;
    left: 0;
}
.btn-outline-dark {
    border-color: #005dac;
    background: #005dac;
    color: #fff;
    font-weight: 500;
    padding: 7px 20px 5px;
    border-radius: 30px;
}
/*=============================intro section end===================*/
#speaker {
    background-color: #ecf0f1;
    margin-top: 10px;
}
#speaker {
    
    padding: 25px 0;
}

.speak-img img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    margin-top: 15px;
    margin-bottom: 40px;
}
}

.speak-text h4 {
    color: #093789;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.speak-message p {
    font-size: 17px;
    line-height: 27px;
    margin-top: 10px;
    text-align: justify;
    color: #000;
}



.speak-text {
    padding-top: 10px;
    color: #000s;
}
.cat-title {
    position: relative;
    display: block;
    top: 3px;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 15px;
}
.cat-title:before {
    width: 100%;
    height: 1px;
    background: #000;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.cat-tags {
    background: 0 0;
    font-weight: 700;
    font-size: 24px;
    padding: 5px 0;
    /*border-bottom: 3px solid #000;*/
    display: table;
    line-height: 24px;
    color: #213b88;
}
.cat-tags a {
    color: #000;
    text-decoration: none;
}
.very-small-box {
    display: inline-block;
    margin-bottom: 8px;
    /* border-bottom: 1px dotted #ddd; */
    width: 100%;
    display: flex;
}
.very-small-box img {
    float: left;
    display: block;
    margin-right: 15px;
    margin-bottom: 11px;
    height: 70px;
    width: 120px;
    /*object-fit: cover;*/
}
.small-title {
    font-size: 19px;
    font-weight: 500;
    line-height: 24px;
     color: #000; 
}
.small-title h5 {
    font-size: 19px;
    font-weight: 500;
    line-height: 24px;
     color: #000; 
}
a.small-title:hover {
    color: #000;
    text-decoration: underline;
}
/*====================================footer===================================*/


section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#footer {
    background: #005dab  !important;
}
#footer h5{
    padding-left: 0px;
/*    border-left: 3px solid #eeeeee;*/
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#ffffff;
    padding-top: 46px;
    /*padding-left: 74px;*/
    

}
#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
    padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
    font-size:25px;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}
#footer ul.social li:hover a i {
    font-size:30px;
    margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
    color:#ffffff;
    font-size: 17px;
    font-weight: 600;
}
#footer ul.social li a:hover{
    color:#eeeeee;
}
#footer ul.quick-links li{
    padding: 3px 0;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}
#footer ul.quick-links li:hover{
    padding: 3px 0;
    margin-left:5px;
    font-weight:700;
}
#footer ul.quick-links li a i{
    margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width:767px){
    #footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
}

.footer-logo img{
    width: 100%;
    height: 117px;
    object-fit: cover;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
    color: #eee;
    /*padding-left: 77px;*/
}

ul.list-unstyled1 {
    color: #eee;
    font-weight: 600;
    font-size: 16px;
}

span.footer-text {
    color: #eee;
    
}
/*=============================*/

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
   color: #eee;
    font-size: 15px;
    font-weight: 600;
}


/*======================video section start===========================*/

h2.jft-video-title {
text-align: center;
margin-top: 10px;
font-size: 20px;
font-weight: 600;
margin-bottom: 10px;
}
h2.jft-others-title {
text-align: center;
margin-top: 10px;
margin-bottom: 10px;
font-size: 20px;
font-weight: 600;
}
iframe.embed-responsive-item {
padding: 10px;
}
.embed-responsive.embed-responsive-16by9 {
margin-top: 15px;

}
section#jft-video {
/*background-color: #241a26;*/
}
div#video-contain {
margin-bottom: 30px;
marfin-top: -9px;
}

h2.part-title {
    position: relative;
    top: 5%;
    left: 50%;
}
/*=========================end=====================*/

*================blog section================*/
section{
    padding: 100px 0;
}

section.details-card {
    margin-top: 1px;
    padding-top: 48px;
    padding-bottom: 48px;
}




.details-card {
    background: #ecf0f1;
}

.card-content {
    background: #ffffff;
    border: 4px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.card-img {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    z-index: 1;
}

.card-img img {
    width: 100%;
    height: 200px;
    display: block;
}

.card-img span {
    position: absolute;
    top: 15%;
    left: 12%;
    background: #1ABC9C;
    padding: 6px;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transform: translate(-50%,-50%);
}
.card-img span h4{
        font-size: 12px;
        margin:0;
        padding:10px 5px;
         line-height: 0;
}
.card-desc {
    padding: 1.25rem;
}

.card-desc h3 {
    color: #000000;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
}

.card-desc p {
    color: #747373;
    font-size: 14px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    margin: 0px;
    margin-bottom: 5px;
    padding: 2px;
    /* font-family: 'Raleway', sans-serif; */
}
.btn-card{
    background-color: #005dac;
    color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    padding: .84rem 2.14rem;
    font-size: .81rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    margin: 0;
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
}
.btn-card:hover {
    background: orange;
}
a.btn-card {
    text-decoration: none;
    color: #fff;
}
/* End card section */

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


#demo{
    background: linear-gradient(112deg, #484747 50%, #000 50%);
    max-width: 900px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}
.carousel-captions {
    position: initial;
    z-index: 10;
    padding: 5rem 8rem;
    color: rgba(78, 77, 77, 0.856);
    text-align: center;
    font-size: 1.2rem;
    font-style: italic;
    font-weight: bold;
    line-height: 2rem;
}
@media(max-width:767px){
    .carousel-caption {
        position: initial;
        z-index: 10;
        padding: 3rem 2rem;
        color: rgba(78, 77, 77, 0.856);
        text-align: center;
        font-size: 0.7rem;
        font-style: italic;
        font-weight: bold;
        line-height: 1.5rem;
    }
}
.carousel-caption img{
    width: 100%;
    border-radius: 50%;
    margin-top: 2rem;
}
.carousel-captions img {
    border-radius: 50%;
}
.carousel-captions p {
    color: #fff;
    font-size: 21px;
    font-weight: 500;
}
@media(max-width:767px){
    .carousel-caption img{
        width: 4rem;
        border-radius: 4rem;
        margin-top: 1rem;
    }
}
#image-caption{
    font-style: normal;
    font-size: 21px;
    font-weight: 500;
    margin-top: 0.5rem;
    color: #fff;
}
}
@media(max-width:767px){
    #image-caption{
        font-style: normal;
        font-size: 0.6rem;
        margin-top: 0.5rem;
    }
}
.carousel-control-prev i{
    background-color: #005dac;
    padding: 1.4rem;
}
.carousel-control-next i {
    background-color: #005dac;
    padding: 1.4rem;
}
@media(max-width:767px){
    i{
        padding: 0.8rem;
    }
}
.carousel-control-previous{
    justify-content: flex-start;
}

.carousel-control-next-right {
    justify-content: flex-end;
}
.carousel-control-previous,.carousel-control-next-right{
    transition: none;
    opacity: unset;
}

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

#book-slider {
    background-color: #ddd;

}
.items{
  width:90%;
  margin:0px auto;
  margin-top: 100px;
/*  background-color: #000;*/
}
.slick-slide{
  margin:10px;
}
.slick-slide img{
  width:100%;
  border: 0px solid #fff;
  padding-top: 45px;
  padding-bottom: 45px;

    height: 320px;
    object-fit: cover;
}

.connect-img img{
   width: 100%;
    height: 340px;
    margin-top: 6px;

}
.ptb--150 {
    padding: 150px 0;
}
.section__title {
    margin: 0 auto;
    max-width: 650px;
}
.wn__newsletter__area .section__title > h2 {
    letter-spacing: 2px;
}
.section__title h2 {
    color: #000;
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}
.newsletter__block {
    margin-top: 20px;
}
.newsletter__block p {
    color: #000;
    font-size: 14px;
    line-height: 25px;
    padding: 0 60px 60px;
    font-size: 23px;
    font-weight: 400;
}

section#book-slider {
    postion: relative;
    margin-top: -100px;
}

.jft-top-header-area {
    margin-top: -48px;
    
    padding-top: 41px;
    
}

section#jft-introduction {
    margin-bottom: 48px;
}
.testinomial-bg {
    background: #ecf0f1;
    padding-bottom: 1px;
}

h2.testinomial-text {
    text-align: center;
    margin-top: 20px;
    font-size: 30px;
    font-weight: 600;
    padding-top: 25px;
}

i.fa.fa-phone {
    padding-right: 7px;
}



i.fa.fa-envelope {
    padding-right: 7px;
}

i.fa.fa-map {
    padding-right: 7px;
}

.newsletter__box {
    margin-top: -37px;
}

button.suscribe {
    background-color: #eee;
    border-color: #eee;
   
    width: 90px;

}

button.suscribe:hover{
   background-color:orange ;
}

/*input[type="email"] {
    border-color: #eee;
    height: 29px;
    width: 186px;
}*/
.form-design {
    background: #ddd;
    margin-bottom: 12px;
    padding: 5px 10px 5px 10px;

}
.form-group label {
    /*color: #fff;*/
}
/*=========================================*/

.text-color {
    color: #fff
}

.carousel-item img {
    height: 580px;
    width: 100%;
    /*border-radius: 50%;*/
    /*object-fit: cover;*/
}

.bg-primary {
    background-color: #005dac!important;
}

p.h6 {
    padding-top: 27px;
}

#footer a:hover{
    color: orange;
}
/*=============================== */

.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}
.thumb img {
    height: 180px;
    width: 100%;
}


.maps iframe {
    height: 280px;
    width: 100%;
}

.custom-img img {
    height: 350px;
    width: 90%;
}
.single {
    padding: 20px 10px 0px 10px;
}
.single_img img {
    width: 100%;
    height: auto;
}
.single_content {
    margin-top: 20px;
    margin-bottom: 20px;
}
.single p {
    font-size: 16px;
    text-align: justify;
}
.single_sidenav {
    padding: 20px 10px 0px 10px;
}
.very-small-box {
    display: inline-block;
    margin-bottom: 8px;
    width: 100%;
}
.very-small-box img {
    float: left;
    display: block;
    margin-right: 15px;
    margin-bottom: 11px;
    height: 80px;
    width: 120px;
    object-fit: cover;
}
.navbar-toggler {
    background: #fff;
}

img.img-responsive {
    height: 137px;
    width: 100%;
    object-fit: cover;
}


.about_img img {
    width: 100%;
    height: 451px;
    object-fit: cover;
    margin-top: 28px;
    border-radius: 22px;
}


.row.bg-primary.animate-in-down {
    width: 75%;
    margin-left: -12px;
    height: 450px;
}

#speaker {
    background-color: #005dac;
    margin-top: 10px;
}
#speaker {
    
    padding: 25px 0;
}

.speak-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-top: 15px;
    margin-bottom: 40px;
    border-radius: 25px;
}


.speak-text h4 {
    color: #eee;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 32px;
}

.speak-message p {
    font-size: 17px;
    line-height: 27px;
    margin-top: 10px;
    text-align: justify;
    color: #eee;
}



.speak-text {
    padding-top: 10px;
    color: #eee;
}




.info_box {
    position: relative;
  }
  
  .info_box figure {
    position: relative;
    overflow: hidden;
  }
  
  .info_box figcaption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s;
  }
  
  .info_box figure:hover figcaption {
    opacity: 1;
    z-index: 1;
  }
  
  .info_box figure:hover img {
    transform: scale(1.1);
    transition: transform 0.3s;
  }


  p.fig_font {
    line-height: 23px;
    padding-right: 0px;
    padding-left: 0px;
    
    text-align: justify;
}


div#carousel1 {
    width: 762px;
}

.lightbox img{
    margin-bottom:10px;
 }


 .gallery_image img{
    width: 100%;
    height: 300px;
    object-fit: cover;
 }

 section.detail-card1 {
    background-color: ecf0f1;
}

h3.gallery_title {
    position: relative;
    margin-top: 53px;
}
.award-caption {
    position: absolute;
    top: 82%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px 20px;
    color: #fff;
    transition: opacity 0.3s;
    opacity: 1;
    width: 96%;
    height: auto;
    
}

h3.award-title {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}

.award-title {
    margin: 0; 
    word-wrap: break-word;
  }

  .gallery_image1 {
    position: relative;
    margin-button: 20px;
    
  }


  .gallery_image1 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.col-md-4.info-title {
    background-color: #005dab;
}


.info-title h2{
    color: #eee;
    text-align: center!important;
    padding-top: 8px;
}
.info-title p{
    color: #eee;
    line-height: 25px;
    padding: 8px;
}



div#venue {
    background-color: #ddd;
}


    .carousel-item1 img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }
    .threeb {
        margin-bottom: 50px;
    }
    .finance_wrap {
        margin-bottom: 25px;
    }
    .title {
        color: #000;
        font-size: 18px;
        letter-spacing: 1px;
        margin-bottom: 15px;
        line-height: 1.2;
        padding-left: 15px;
        font-weight: bold;
        text-align: left;
        border-bottom: 1px solid #ccc;
        padding-bottom: 15px;
        position: relative;
        letter-spacing: 1px;
    }
    .title::before {
        content: "";
        height: 21px;
        position: absolute;
        top: -1px;
        width: 4px;
        background: #0175c0;
        left: 0;
    }
    .title span {
        float: right;
        font-size: 11px;
        font-weight: normal;
        margin-top: 4px;
    }
    .title span a {
        background: #ddd;
        padding: 4px 10px;
        border-radius: 5px;
        color: #6e6e6e;
        letter-spacing: 0.5px;
    }

    .twitter-timeline.twitter-timeline-rendered {
        padding-left: 29px;
    }


    

.carousel-item1 {
    position: relative;
    /* display: none; */
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
}

figure.imghvr-shutter-in-out-diag-2 {
    background-color: #5ca0f2;
    background-image: linear-gradient(357deg, #005dac 0%, #f5f7f6 74%);
}

h5.connect_title {
    color: #eee;
}

span.footer_content {
    color: #eee;
}

span.footer_content p {
    color: #eee;
    font-size: 18px!important;
    font-weight: 600;
    word-wrap: break-word;
}

ul.list-unstyled.quick-links {
    font-size: 17px;
    font-weight: 600;
}
.single_img1 img {
    width: 100%;
    height: 368px;
    object-fit: cover;
}

.single_img img {
    width: 100%;
    object-fit: cover;
    height: 368px;
}
.blue_box {
    background: #003893;
    padding: 20px;
}
.titleholder {
    margin-bottom: 15px;
    border-bottom: 1px solid #0034911f;
    display: block;
    position: relative;
}
.titleholder span {
    color: #fff;
    font-size: 20px;
    line-height: 35px;
    font-weight: 700;
    position: relative;
    display: inline-block;
}
.titleholder span:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #ffffff;
    width: 100%;
    left: 0;
    top: 100%;
}
.listing {
    height: 270px;
    overflow-y: scroll;
}
.listing ul {
    margin: 0;
    padding: 0;
    padding-right: 15px;
}
.listing ul li {
    display: block;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #ddd;
}
.listyle2 li i {
    color: #fff;
}
.blue_box a {
    color: #fff;
}
/*=======================*/



.img-title-slider {
    background: #ecf0f1;
    padding: 30px 0 30px 0;
}
h2.wow.fadeInUp {
    color: #fff;
    text-align: center;
    padding: 20px 0 5px 10px;
    font-size: 22px;
}
p.wow.fadeInUp {
    color: #fff;
    padding: 0px 5px 0 30px;
    line-height: 25px;
}
.images-text-bg {
    background: #196db4;
}
h2.event_awards {
    color: #fff;
    text-align: center;
    padding: 20px 0 5px 10px;
    font-size: 30px;
    font-weight: 600;
}


#slider-animation-2 .carousel-item img{
    width:100%;
    height: 400px;
}
.red-color{color:red; font-size:60px; text-align:center; margin-bottom:20px; margin-top:40px;
text-transform:uppercase; width:100%;}
.text-p{text-align:center; width:100%; margin-bottom:60px;}
