sensitizing-communities/*******************************/
/********* General CSS *********/
/*******************************/
body {
    /* color: #797979;
    background: #091930; */
    padding: 0px;
    margin : 0px;
    color: #000;
    background-color: #fff;
    font-family: 'Roboto' !important;
}
h1,
h2, 
h3, 
h4,
h5, 
h6 {
    color: #ffffff;
    font-family: 'Roboto' !important;
}

a {
    color: #000;
    transition: .3s;
}

a:hover,
a:active,
a:focus {
    color: #092a49;
    outline: none;
    text-decoration: none;
}

.btn:focus,
.form-control:focus {
    box-shadow: none;
}

.container-fluid {
    max-width: 1366px;
}

.back-to-top {
    position: fixed;
    display: none;
    background: #f47621;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 9;
}

.back-to-top i {
    color: #092a49;
    padding-top: 10px;
}

.back-to-top:hover {
    background: #092a49;
}

.back-to-top:hover i {
    color: #f47621;
}

@media (min-width: 992px) {
    .mt-125 {
        margin-top: 125px;
    }
}
/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/
.navbar {
    position: relative;
    transition: .5s;
    z-index: 999;
    top: 0px !important;
    /* border-bottom: 1px solid #E5E5E5; */
}

.navbar.nav-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    transition: .5s;
}

.navbar .navbar-brand {
    margin: 0;
    color: #ffffff;
    font-size: 45px;
    line-height: 0px;
    font-weight: 200;
    text-transform: uppercase;
}

.navbar .navbar-brand img {
    max-width: 100%;
    max-height: 90px;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    padding: 10px 10px 8px 10px;
    /* margin-top: -25px; */
    color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #f47621;
    transition: none;
}

.navbar .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #f8f9fa;
}

.navbar-navv a {
    display: inline;
    color: #fff;
    /*padding: 20px*/
}

.navbar-navv a:hover{
    color: #f47621;
}

@media (min-width: 992px) {
    .navbar {
        position: absolute;
        width: 100%;
        top: 35px;
        padding: 20px 60px;
        z-index: 9;
    }
    
    .navbar.nav-sticky {
        padding: 10px 60px;
        background: #000000d3  !important;
    }
    
    .page .navbar {
        background: #092a49 !important;
    }
    
    .navbar a.nav-link {
        padding: 8px 15px;
        font-size: 14px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
}

@media (min-width: 1441px) and (max-width: 2560px) {
    .navbar-nav{
       /* margin-right: -400px !important; */
    }

    .navbar a.nav-link {
        padding: 10px;
        font-size: 20px;
    }
}

@media (max-width: 991.98px) {   
    .navbar {
        padding: 15px;
        background: #092a49 !important;
    }
    
    .navbar a.nav-link {
        padding: 5px;
    }
    
    .navbar .dropdown-menu {
        box-shadow: none;
    }
}
.navbar-text {
    color: white;
}


/*******************************/
/********** Hero CSS ***********/
/*******************************/

/* hero image */
.hero-img-content {
    position: absolute;
    top: 0px;
    left: 60px;
    color: #ffffff;
}

.hero-img-content img {
    width: 30%;
    border-radius: 50%;
    /*display : block;*/
    /*box-shadow: 0 0 8px #808080;*/
}

.hero-section .hero-img {
    position: relative;
    width: 100%;
    height: 100vh;
    text-align: center;
    overflow: hidden;
}

.hero-section .hero-img img {
    width: 100%;
    height: 100%;
    /*max-width: 1440px;*/
    object-fit: cover;
}

.hero-img-content h1 {
    /* text-align: center; */
    color: #ffffff;
    font-size: 26px !important;
    font-weight: bold;
    /* margin-bottom: 10px; */
    margin-top: 80px !important;
}

#sensitizing-communities{
   font-size: 15px;
   margin-top: -10px;
    margin-left: 31%;

}


.up-event {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top:15%;
}

.event-text{
   margin-top: -10px;
}

.up-event .event-text {
    width: 25%;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1pt;
}
.up-event .btn {
    padding: 8px 20px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #ffffff;
    background: none;
    border: 2px solid #ffffff;
    border-radius: 5px;
    transition: .3s;
}

.up-event .btn:hover {
    color: #f47621 !important;
    background: #ffffff;
}

.hero-img-content .btn:first-child {
    margin-right: 15px;
}



@media (min-width: 2000px) and (max-width: 2560px) {
    .hero-img-content {
        height: calc(100vh - 105px);
        left: -400px;
        top: 100px;
    }
    .hero-img-content img {
        height: 300px;
        width: 300px;
    }
    
    .hero-img-content h1 {
        font-size: 44px !important;
    }

    .hero-img-content  p {
      font-size: 30px;
    }

    #sensitizing-communities{
        font-size: 28px;
        margin-top: -10px;
     }
     .event-col{
        margin-left: -700px !important;
        margin-top: 894px !important;
    } 
    .up-event .btn {
        /* margin-top: 200px !important;
        letter-spacing: 0;
        margin-left:280px;
        font-size: 25px; */
    }
    
}

@media (min-width: 1441px) and (max-width: 1899px) {
    .hero-img-content {
        height: calc(100vh - 105px);
        left: -200px;
        top: 100px;
    }
    .hero-img-content img {
        height: 300px;
        width: 300px;
    }
    
    .hero-img-content h1 {
        font-size: 44px !important;
    }

    .hero-img-content  p {
      font-size: 30px;
    }

    #sensitizing-communities{
        font-size: 28px;
        margin-top: -10px;
     }
     .event-col{
        margin-left: -700px !important;
        margin-top: 894px !important;
    } 
    .up-event .btn {
        /* margin-top: 200px !important;
        letter-spacing: 0;
        margin-left:280px;
        font-size: 25px; */
    }
    
}

@media (min-width: 1025px) and (max-width: 1440px) {
    .hero-img-content {
        height: calc(100vh - 105px);
    
    }
    
    .hero-img-content h1 {
        font-size: 35px;
    }
    .up-event .btn {
        margin-top: 70px !important;
        letter-spacing: 0;
        margin-left:280px;
    }
    
}

@media (min-width: 768px) and (max-width: 1024px) {
    .hero-img-content {
        height: calc(100vh - 105px);
    }
    
    .hero-img-content h1 {
        font-size: 35px;
    }

    .up-event{
        margin-top: 33%;
    }
    .up-event .btn {
        /*padding: 12px 30px;*/
        /*font-size: 15px;*/
        letter-spacing: 0;
        margin-left:180px;
    }
    
    .event-col{
        padding-left:100px !important;
    }
    
    #contact-btn{
        margin-right: -80px;
        font-size: 12px !important;
    }
}

@media (min-width: 425px) and (max-width: 767.98px) {
    .hero-img-content {
        height: calc(100vh - 70px);
    }
    
    .hero-img-content h1 {
        font-size: 30px;
    }
    
     .up-event .btn {
        /*padding: 12px 30px;*/
        font-size: 12px;
        letter-spacing: 0;
    }
    
    .event-col{
        padding-left:100px !important;
    }
    
    #contact-btn{
        margin-right: 35px;
        font-size: 12px !important;
        margin-top: 200px;
    }
    
    #sensitizing-communities{
        font-size: 12.5px;
        margin-top: -10px;
        display: none;
     }
}


@media (max-width: 374.98px) {
    
    .hero-img-content img {
        margin-top: -60px !important;
        height: 120px;
        width: 120px;
    }
    
    .hero-img-content h1 {
        font-size: 25px;
        margin-top: 10px !important;
    }
    
    /*.hero-img-content .btn {*/
    /*    padding: 8px 30px;*/
    /*    font-size: 12px;*/
    /*    letter-spacing: 0;*/
    /*    margin-right: 0px;*/
    /*}*/
    
    .event-col{
        padding-left:100px !important;
    }
    
    #contact-btn{
        margin-right: 55px;
        font-size: 12px !important;
        margin-top: 200px;
    }
    
    #sensitizing-communities{
        font-size: 12.5px;
        margin-top: -10px;
        /*display: none;*/
     }
}

/*******************************/
/******* Section Counter ********/
/*******************************/
.counterInfo {
    height: calc(100vh);
    position: absolute;
    top: calc(5vh);
    right: 0px;
}
/* .event-col {
    margin-top: 35vh;
} */
  #wrap {
    /* margin-top: 30vh; */
    display: flex;
    flex-direction: row;
    column-gap: 15px;
    align-items: center;
    justify-content: center;
}
#wrap #days,
#wrap #hours,
#wrap #mintues,
#wrap #seconds {
    align-items: center;
    height: 80px;
    width: 80px;
    background-color: rgba(255, 255, 255, .2);
    border: 10px solid rgba(211, 167, 167, 0.1);
    border-radius: 50%;
}
#wrap #days h2,#wrap #days h3,
#wrap #hours h2, #wrap #hours h3,
#wrap #mintues h2, #wrap #mintues h3,
#wrap #seconds h2, #wrap #seconds h3 {
    color: #ffffff;
}
#wrap #days h2,
#wrap #hours h2, 
#wrap #mintues h2,
#wrap #seconds h2 {
    margin-top: 4vh;
}
@media (min-width: 1200px) {
    .event-col {
        /*margin-top: 40vh;*/
    }
    #wrap {
        display: flex;
        flex-direction: row;
        column-gap: 15px;
        align-items: center;
        justify-content: center;
    }
#wrap #days,
#wrap #hours,
#wrap #mintues,
#wrap #seconds {
    align-items: center;
    height: 130px;
    width: 130px;
    background-color: rgba(255, 255, 255, .2);
    border: 10px solid rgba(211, 167, 167, 0.1);
    border-radius: 50%;
}

#wrap #days h2,
#wrap #hours h2, 
#wrap #mintues h2,
#wrap #seconds h2 {
    margin-top:2vh;
    font-size: 30px;
}

#wrap #days h3,
#wrap #hours h3, 
#wrap #mintues h3,
#wrap #seconds h3 {
    margin-top:2vh;
    font-size: 20px;
}
}

@media (max-width: 1199px) {
    .event-col {
        margin-top: 25vh;
    }
    #wrap {
        display: flex;
        flex-direction: row;
        column-gap: 10px;
        align-items: center;
        justify-content: center;
    }
    #wrap #days,
#wrap #hours,
#wrap #mintues,
#wrap #seconds {
    align-items: center;
    height: 130px;
    width: 130px;
    background-color: rgba(255, 255, 255, .2);
    border: 8px solid rgba(211, 167, 167, 0.1);
    border-radius: 50%;
}
#wrap #days h2,#wrap #days h3,
#wrap #hours h2, #wrap #hours h3,
#wrap #mintues h2, #wrap #mintues h3,
#wrap #seconds h2, #wrap #seconds h3 {
    color: #ffffff;
    font-size: 25px;
}
#wrap #days h2,
#wrap #hours h2, 
#wrap #mintues h2,
#wrap #seconds h2 {
    margin-top:3vh;
}
}

@media (max-width: 1024px) {
    #wrap #days,
    #wrap #hours,
    #wrap #mintues,
    #wrap #seconds {
        /*align-items: center;*/
        height: 120px;
        width: 120px;
        /*background-color: rgba(255, 255, 255, .2);*/
        /*border: 8px solid rgba(211, 167, 167, 0.1);*/
        /*border-radius: 50%;*/
    }
    #wrap #days h2,#wrap #days h3,
    #wrap #hours h2, #wrap #hours h3,
    #wrap #mintues h2, #wrap #mintues h3,
    #wrap #seconds h2, #wrap #seconds h3 {
        /*color: #ffffff;*/
        font-size: 23px;
    }
    #wrap #days h2,
    #wrap #hours h2, 
    #wrap #mintues h2,
    #wrap #seconds h2 {
        margin-top:3vh;
    }
}
@media (max-width: 768px) {
    .event-col {
        margin-top: 35vh;
    }
    .up-event .btn {
        margin-left: 35px;
        padding: 4px 15px;
    }
    .hero-img-content img {
        margin-top: 64px;
    }
    .hero-img-content h1 {
        margin-top: 35px;
    }
    #wrap {
        display: flex;
        flex-direction: row;
        column-gap: 8px;
        align-items: center;
        justify-content: center;
        padding-right:20px;
    }
    #wrap #days,
    #wrap #hours,
    #wrap #mintues,
    #wrap #seconds {
        height: 80px;
        width: 80px;
    }
    #wrap #days h2,#wrap #days h3,
    #wrap #hours h2, #wrap #hours h3,
    #wrap #mintues h2, #wrap #mintues h3,
    #wrap #seconds h2, #wrap #seconds h3 {
        font-size: 15px;
        margin-top: 5px !important;
    }
    .up-event .event-text {
        width: 50%;
    }
}

@media (max-width: 576px) {
    .event-col {
        margin-top: 35vh;
    }
    .hero-img-content {
        position: absolute;
        top:140px;
        left: 80px;
        color: #ffffff;
    }
}

@media (max-width: 488px) {
    .event-col {
        margin-top: 35vh;
    }
    .hero-img-content-col div{
        margin-top: -140px;
        margin-left: -13%;
    }
    
    #wrap #days h2,
#wrap #hours h2, 
#wrap #mintues h2,
#wrap #seconds h2 {
    margin-top:2vh;
}
    
    #wrap #days,
#wrap #hours,
#wrap #mintues,
#wrap #seconds {
    align-items: center;
    height: 90px;
    width: 90px;
    background-color: rgba(255, 255, 255, .2);
    border: 8px solid rgba(211, 167, 167, 0.1);
    border-radius: 50%;
}
#wrap #days h2,#wrap #days h3,
#wrap #hours h2, #wrap #hours h3,
#wrap #mintues h2, #wrap #mintues h3,
#wrap #seconds h2, #wrap #seconds h3 {
    color: #ffffff;
    font-size: 16px;
}
.up-event .event-text {
    width: 50%;
} 
}

@media (max-width: 425px) {
    .hero-img-content h1 {
        margin-top: 15px !important;
        font-size: 18px !important;
    }
    .event-text {
        margin-left: 14px !important;
        margin-top: -20px;
    }
        #wrap #days,
    #wrap #hours,
    #wrap #mintues,
    #wrap #seconds {
        height: 75px;
        width: 75px;
    }
    .up-event .btn {
        margin-top: 116px !important;
        margin-left: 153px;
        padding: 2px 13px;
    }
}
@media (max-width: 375px) {
    .hero-img-content h1 {
        margin-top: 15px !important;
        font-size: 18px !important;
    }
    .event-text {
        margin-left: 14px !important;
        margin-top: -20px;
    }
    #wrap #days,
    #wrap #hours,
    #wrap #mintues,
    #wrap #seconds {
        height: 52px;
        width: 45px;
    }
    #wrap #days h2,#wrap #days h3,
#wrap #hours h2, #wrap #hours h3,
#wrap #mintues h2, #wrap #mintues h3,
#wrap #seconds h2, #wrap #seconds h3 {
    font-size: 10px;
}
    .up-event .btn {
        margin-top: 132px !important;
        margin-left: 46px;
        padding: 1px 7px;
        font-size: 10px;
    }
}
@media (max-width: 320px) {
    .hero-img img {
        width: 100%;
    }
    .event-col {
        margin-top: 35vh;
        margin-left: -38px;
    }
    /*.up-event .btn {*/
    /*    margin-left: 35px;*/
    /*    padding: 4px 15px;*/
    /*}*/
    .hero-img-content img {
        margin-top: 55px !important;
        margin-left: 20px;
    }
    .hero-img-content h1 {
        font-size: 14px !important;
        margin-left: 20px !important;
    }
    #sensitizing-communities {
        margin-left: 20px !important;
        
    }
    .event-text {
        margin-top: -30px;
        font-size: 14px;
    }
    .hero-img-content-col div{
        margin-left: -27%;
    }
    #wrap #days h2,
#wrap #hours h2, 
#wrap #mintues h2,
#wrap #seconds h2 {
    margin-top:2vh;
}
    
    #wrap #days,
#wrap #hours,
#wrap #mintues,
#wrap #seconds {
    align-items: center;
    height: 70px;
    width: 70px;
    background-color: rgba(255, 255, 255, .2);
    border: 8px solid rgba(211, 167, 167, 0.1);
    border-radius: 50%;
}
#wrap #days h2,#wrap #days h3,
#wrap #hours h2, #wrap #hours h3,
#wrap #mintues h2, #wrap #mintues h3,
#wrap #seconds h2, #wrap #seconds h3 {
    color: #ffffff;
    font-size: 12px;
}
.up-event .event-text {
    width: 50%;
} 
}
/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
    position: relative;
    text-align: left;
    margin-bottom: 45px;
}
.section-header #spkr h2 {
    color: #092a49;
}
.section-header h2 {
    margin: 0;
    position: relative;
    font-size: 50px;
    font-weight: 200;
}
#serv h3 {
    color: #092a49;
}

#serv p {
    color: #000;
}
.section-header h2:hover::after {
    border-image: repeating-linear-gradient( 60deg, rgba(0,0,0,.1), rgba(0,0,0,.1) 1.5%, rgba(0,0,0,.05) 1.5%, rgba(0,0,0,.05) 3%) 30;
}

@media (max-width: 991.98px) {
    .section-header h2 {
        font-size: 45px;
    }
}

@media (max-width: 767.98px) {
    .section-header h2 {
        font-size: 40px;
    }
}

@media (max-width: 575.98px) {
    .section-header h2 {
        font-size: 35px;
    }
}


/*******************************/
/********** Fact CSS ***********/
/*******************************/
.fact {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.fact .fact-item {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    padding: 30px 0 25px 0;
    text-align: center;
    background: #ffffff;
    border: 1px solid transparent;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    transition: .3s;
}

.fact .fact-item:hover {
    border-color: rgba(0, 0, 0, .1);
    box-shadow: none;
}

.fact .fact-item img {
    max-height: 50px;
    margin-bottom: 15px;
}

.fact .fact-item h2 {
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 1px;
}


/*******************************/
/********** About CSS **********/
/*******************************/
#about-text-p h2,
#about-text-p #about-para-2 p,
#about #join h2{
    color: #061E42;
}
#about-text-p h2 {
    font-size: 22px;
}
.about-img {
    width: 80%;
}
.about {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.card {
    margin-top: 15px;
    box-shadow: 2px 2px 8px 1px #00000057;
    z-index: 5;
    min-height: 44vh;
}
.about-card {
    /* background-color: #061E42; */
    /* color: #000; */
}
.line {
    width: 20%;
    height: 0.35vh;
    background-color: #A87900;
    /*margin-left: 26%;*/
}

.text-about {
    line-height: 2rem;
    color: #000;
}

.btn-read {
    background-color: #A87900;
    color: #ffffff;
}

.btn-read:hover {
    color: #f47621;
    background: #061E42;
}
.title {
    color: #000;
    font-weight: bold;
    letter-spacing: 1pt;
}
.card-triangle {
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #A87900; 
    height: 88px; 
    width: 99px; 
    border-top-left-radius: 80px;
}
.card-triangle strong {
    color: #ffffff;
    font-size: large;
}
@media (max-width: 767.98px) {
    .about .about-img {
        margin-bottom: 30px;
        height: auto;
    }
}

@media (max-width: 480px) {
    .about .about-img {
        display: none;
    }
}


/*******************************/
/********* Service CSS *********/        
/*******************************/
.service {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.service .service-item {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    padding: 30px;
    text-align: center;
    /* background-color: #061E42; */
    /* box-shadow: 2px 2px 8px 1px #00000057; */
    box-shadow: 4px 0px 6px 0px #00000057;
    border: 1px solid rgba(0, 0, 0, .1);
    transition: .3s;
}


.service .service-item:hover {
    border-color: transparent;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.548);
    background-color: #A87900;
    /* position: absolute;
    left: 2px;
    top: 2px; */
    color: #ffffff;
}

.service .service-item:hover h3,
.service .service-item:hover i,
.service .service-item:hover a {
    color: #ffffff !important;
}

.thematic {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.line-Thematic {
    height: .5vh;
    width: 40%;
    background-color: #A87900;
}
.service .service-item i {
    font-size: 3em; 
    color: #A87900;
    margin-bottom: 12px;
}

.service .service-item h3 {
    color: #000 !important;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 1px;
}

.service .service-item a {
    position: relative;
    font-size: 16px;
    color: #A87900;
    transition: .3s;
}

.service .service-item a::after {
    content: "";
    position: absolute;
    width: 30%;
    height: 2px;
    bottom: -3px;
    left: 1%;
    background: #A87900;
}

.service .service-item:hover a::after {
    background-color: #ffffff !important;
}

.service .service-item:hover a.btn {
    color: #092a49;
    background: #1d2434;
    border-color: #1d2434;
}


/*******************************/
/*********** Team CSS **********/
/*******************************/
.team {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.team .team-item {
    position: relative;
    margin-bottom: 75px;
}

.team .team-img {
    position: relative;
}

.team .team-img img {
    width: 100%;
}

.team .team-text {
    position: absolute;
    width: calc(100%);
    height: 96px;
    bottom: -46px;
    padding: 25px 15px;
    text-align: center;
    border-top: 1px solid #A87900;
    background: #00000041;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0);
    transition: .3s;
    overflow: hidden;
}

.team .team-text h2 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.team .team-text p {
    margin-bottom: 20px;
    color: #ffffff;
}

.team .team-social {
    position: relative;
    font-size: 0;
}

.team .team-social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 3px;
    padding: 5px 0;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    border: 2px solid #ffffff;
    transition: .3s;
}

.team .team-item:hover .team-text {
    height: 160px;
}

.team .owl-nav {
    position: relative;
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.team .owl-nav .owl-prev,
.team .owl-nav .owl-next {
    position: relative;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f47621;
    font-size: 25px;
    transition: .3s;
}

.team .owl-nav .owl-prev {
    padding-right: 80px;
}

.team .owl-nav .owl-next {
    padding-left: 80px;
}

.team .owl-nav .owl-prev:hover,
.team .owl-nav .owl-next:hover {
    color: #262626;
}

.team .owl-nav .owl-prev::after,
.team .owl-nav .owl-next::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    top: 11px;
    background: #f47621;
    transition: .3s;
}

.team .owl-nav .owl-prev::after {
    left: 9px;
}

.team .owl-nav .owl-next::after {
    right: 9px;
}

.team .owl-nav .owl-prev:hover::after {
    background: #092a49;
}

.team .owl-nav .owl-next:hover::after {
    background: #092a49;
}

#speaker-read-more {
    color : #A87900;;
}

#speaker-read-more:hover{
    color : #A87900;
    text-decoration: underline;
    
}

/*******************************/
/******* Events CSS *******/
/*******************************/
.events:first-child {
    height: 150px !important;
    width: auto !important;
}
.events,
.events .date,
.icon  {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.events {
    border: 1px solid #A87900;
    color: #ffffff;
}

.events:nth-child(even) {
    /*border-top: none;*/
    /*border-bottom: none;*/
}

.events:nth-child(even) > .date {
    background-color: #D8A33C;
}

.events:nth-child(odd) > .date {
    background-color: #A87900;
}

.events .date {
    color: #ffffff;
    /*height: 220px;*/
    height: auto;
    flex-direction: column !important;
}
.events .date h3,
.events .date h4 {
    color: #ffffff;
}

.icon {
    border: 1px solid #A87900;
    border-radius: 90px;
    height: 180px;
    width: 180px;
    box-shadow: 2px 2px 5px 2px #999999;
}

/*******************************/
/******* Testimonial CSS *******/
/*******************************/
#testimo h2 {
    color: #092a49;
}
.testimonial {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.testimonial .testimonials-carousel {
    position: relative;
    width: calc(100% + 30px);
    margin: 0 -15px;
}

.testimonial .testimonial-item {
    position: relative;
    width: 100%;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    padding: 10px;
}

.testimonial .testimonial-item img {
    position: relative;
    width: 80px;
    border-radius: 80px;
    margin-bottom: 15px;
}

.testimonial .testimonial-item p {
    margin-bottom: 15px;
    color: #000;
}

.testimonial .testimonial-item h2 {
    position: relative;
    color: #000;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    padding-bottom: 3px;
}

.testimonial .testimonial-item h2::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #f47621;
    transition: .3s;
}

.testimonial .testimonial-item:hover h2::before {
    width: 60px;
}

.testimonial .testimonial-item h3 {
    color: #999999;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 0;
}

.testimonial .owl-nav {
    position: relative;
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial .owl-nav .owl-prev,
.testimonial .owl-nav .owl-next {
    position: relative;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f47621;
    font-size: 25px;
    transition: .3s;
}

.testimonial .owl-nav .owl-prev {
    padding-right: 80px;
}

.testimonial .owl-nav .owl-next {
    padding-left: 80px;
}

.testimonial .owl-nav .owl-prev:hover,
.testimonial .owl-nav .owl-next:hover {
    color: #262626;
}

.testimonial .owl-nav .owl-prev::after,
.testimonial .owl-nav .owl-next::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    top: 11px;
    background: #f47621;
    transition: .3s;
}

.testimonial .owl-nav .owl-prev::after {
    left: 9px;
}

.testimonial .owl-nav .owl-next::after {
    right: 9px;
}

.testimonial .owl-nav .owl-prev:hover::after {
    background: #262626;
}

.testimonial .owl-nav .owl-next:hover::after {
    background: #262626;
}


/*******************************/
/*********** Blog CSS **********/
/*******************************/
#part h2 {
   color: #092a49;
}

#getin h2{
    color: #092a49;
}

#our-h h3,
#our-h p {
    color: #000;
}
.blog {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.blog .section-header {
    margin-bottom: 75px;
}

.blog .blog-carousel {
    position: relative;
    width: calc(100% + 30px);
    left: -15px;
    right: -15px;
}

.blog .blog-item {
    position: relative;
    margin: 0 15px;
}

.blog.blog-page .blog-item {
    margin: -30px 0 0 0;
}
.blog .blog-img {
    position: relative;
    width: 100%;
    z-index: 1;
}

.blog .blog-img img {
    width: 100%;
}

.blog .blog-content {
    position: relative;
    width: calc(100% - 60px);
    top: -80px;
    left: 30px;
    padding: 25px 30px;
    background: #ffffff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    z-index: 2;
    height: 250px;
}

.blog .blog-content:hover {
    background-color: #092a49;
    color: #b4afaf;
}

.blog .blog-content:hover h2 {
    color: #f47621;
}

.blog .blog-content h2.blog-title {
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 1px;
}

.blog .blog-meta {
    position: relative;
    margin-bottom: 15px;
}

.blog .blog-meta * {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 300;
    color: #797979;
}

.blog .blog-meta i {
    color: #f47621;
    margin: 0 2px 0 10px;
}

.blog .blog-meta i:first-child {
    margin-left: 0;
}

.blog .blog-text {
    position: relative;
}

.blog .blog-text p {
    margin-bottom: 10px;
}

.blog .blog-item a.btn {
    position: relative;
    padding: 0 0 0 35px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #f47621;
    transition: .3s;
}

.blog .blog-item a.btn:hover {
    color: #f47621;
}

.blog .blog-item a.btn::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    top: 10px;
    left: 0;
    background: #f47621;
}

.blog .owl-nav {
    position: relative;
    width: 100%;
    margin-top: -30px;
    display: flex;
    justify-content: center;
}

.blog .owl-nav .owl-prev,
.blog .owl-nav .owl-next {
    position: relative;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f47621;
    font-size: 25px;
    transition: .3s;
    margin-top: 70px;
}

.blog .owl-nav .owl-prev {
    padding-right: 80px;
}

.blog .owl-nav .owl-next {
    padding-left: 80px;
}

.blog .owl-nav .owl-prev:hover,
.blog .owl-nav .owl-next:hover {
    color: #092a49;
}

.blog .owl-nav .owl-prev::after,
.blog .owl-nav .owl-next::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    top: 11px;
    background: #f47621;
    transition: .3s;
}

.blog .owl-nav .owl-prev::after {
    left: 9px;
}

.blog .owl-nav .owl-next::after {
    right: 9px;
}

.blog .owl-nav .owl-prev:hover::after {
    background: #262626;
}

.blog .owl-nav .owl-next:hover::after {
    background: #262626;
}

.blog .pagination {
    margin-bottom: 0;
}

.blog .pagination .page-link {
    margin-top: -30px;
    color: #092a49;
    border-radius: 0;
    border-color: #092a49;
}

.blog .pagination .page-link:hover,
.blog .pagination .page-item.active .page-link {
    color: #f47621;
    background: #092a49;
}

.blog .pagination .disabled .page-link {
    color: #999999;
}


/*******************************/
/********* Contact CSS *********/
/*******************************/
.contact {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.contact .contact-info {
    position: relative;
    display: flex;
    padding: 30px;
    border: 1px solid #A87900;
    margin-bottom: 30px;
    transition: .3s;
}


.contact .contact-icon {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #A87900;
}

.contact .contact-icon i {
    font-size: 18px;
    color: #f47621;
}

.contact .contact-text {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-left: 15px;
}

.contact .contact-text h3 {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 1px;
}

.contact .contact-text p {
    margin: 0;
    font-size: 16px;
    color: #ffffff;
}

.contact .contact-form {
    position: relative;
    padding: 30px;
    border: 1px solid #A87900;
    margin-bottom: 30px;
    transition: .3s;
}


.contact .contact-form input {
    padding: 15px;
    background: none;
    border-radius: 0;
    border: 1px solid #A87900;
    color: #000;
}

 .co-form .control-group input::placeholder,
 .co-form .control-group textarea::placeholder {   
    color: #000 !important;
}

/* .co-form .control-group input:focus,
.co-form .control-group textarea:focus {
    color: #ffffff;
} */
.contact .contact-form textarea {
    height: 100px;
    padding: 8px 15px;
    background: none;
    border-radius: 0;
    border: 1px solid #A87900;
}

.contact .contact-form .btn {
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffffff;
    background: #A87900;
    border-radius: 0;
    transition: .3s;
}


.contact .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


/*******************************/
/******* Single Page CSS *******/
/*******************************/
.single {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.single img {
    width: 100%;
    margin: 0 0 25px 0;
}

.single .table,
.single .list-group {
    margin-bottom: 30px;
}

.single .ul-group {
    padding: 0;
    list-style: none;
}

.single .ul-group li {
    margin-left: 2px;
}

.single .ul-group li::before {
    position: relative;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.single .ol-group {
    padding-left: 18px;
}


/*******************************/
/********* Footer CSS **********/
/*******************************/
#ibnsina h2 {
    color: #092a49;
}
.footer {
    position: relative;
    margin-top: 45px;
    padding-top: 50px;
    /* background: #000000ee; */
    border-top: 2px solid #A87900;
}
.footer-row {
    border: 1px solid #A87900;
    padding: 10px;
}
.about-section .about-para > p {
    color: #000;
}
.about-section .thematic h2,
.thematic #them h2{
    color: #061E42;
}

.footer .footer-contact,
.footer .footer-link,
.footer .footer-newsletter {
    position: relative;
    /* margin-bottom: 45px; */
    color: #000;
}

.follow-us-social {
    position: relative;
    margin-top: 20px;
    
}
.follow-us-social a {
    display: inline-block;
}
.follow-us-social a i {
    margin-right: 15px;
    font-size: 18px;
    color: #000;
}
.follow-us-social a:hover i {
    color: #f47621;
}

.footer .copyright {
    padding: 0 30px;
}

.footer .copyright .row {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright p {
    margin: 0;
    color: #000;
}

.footer .copyright .col-md-6:last-child p {
    text-align: right;
}

.footer .copyright p a {
    color: #000;
}

.footer .copyright p a:hover {
    color: #f47621;
}

@media (max-width: 767.98px) {
    .footer .copyright p,
    .footer .copyright .col-md-6:last-child p {
        margin: 5px 0;
        text-align: center;
    }   
}


@media (max-width: 993px) {
.icon {
    border: 1px solid #A87900;
    border-radius: 90px;
    height: 125px;
    width: 125px;
    margin-left: 10%;
    box-shadow: 2px 2px 5px 2px #999999;
}
.about-card {
    height: 71vh;
}
    
}

@media (max-width: 767px) {
    .icon {
        margin: 25px auto;
    }  
    .about-card {
        height: auto;
    } 
}

div.gallery {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 100%;
    transition: 0.2s;
}

div.gallery:hover {
    /* border: 1px solid #777; */
    box-shadow: 0px 0px 5px 0px #777;
}

div.gallery img {
    width: 100%;
    height: 150px;
}

div.desc {
    padding: 15px;
    text-align: center;
}

#images-col h1,
#video-col h1,
#resource-col h1,
#booklet-col h1 {
    color: #000;
    /* text-align: center; */
}
#video-col h1 {
    margin-top: 15px;
}
#resource-col h1,
#booklet-col h1 {
    margin-top: 50px;
    margin-bottom: 20px;
}

