/*******************************/
/********* General CSS *********/
/*******************************/
body {
    /* color: #666666; */
    background: #dddddd;
      font-family: 'Poppins', sans-serif;   
    /* font-family:Arial, Helvetica, sans-serif; */
     /* font-family: lato;  */
     /* font-weight: 600;  */
     font-weight: 600;
    font-size: medium;
    /* line-height: 1.625; */
}
ul {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.bgprimary
{
    color: #666666;
    /* background: #07294d; */
    /* background: linear-gradient( #18427c 90%, rgba(255,223,0) 10%) !important; */
    background: linear-gradient( #0f489c 90%, rgba(255,223,0) 10%) !important;
    font-family:Arial, Helvetica, sans-serif;
    font-weight: 600; 
    /* height: 30px; */
    font-size: 16px;
    width: 100%;
}


h1
{
/* color: #666666; */
/* background: #dddddd; */
font-family: 'Poppins', sans-serif;  
/* font-family:Arial, Helvetica, sans-serif; */
/* font-family: lato; */
/* font-weight: 800; */
line-height: 1.625;
font-size: 34px;
}
h2, 
h3 {
    color: #030f27;
    font-size: 22px;;
    margin-left: 10px;
    text-align: center;
    font-weight: bold;
   
  
}
h4 {
    color: dodgerblue;
    font-size: 18px;;
    margin-left: 10px;
  
}
h5{
   
    font-size: 18px;;
    font-family:'Lato';
    margin-left: 8px;
    color:#0a3c57 ;
    font-weight: bold;

}
h6 {
    color: dodgerblue;
}

a {
    /* color: #666666; */
    transition: .3s;
}

p {
    /* color: #666666; */
    /* background: #dddddd; */
     /* font-family: 'Poppins', sans-serif;   */
    /* font-family:Arial, Helvetica, sans-serif; */
   font-family: lato; 
   /* color: white; */
    font-weight: 300;
    font-size: 16px;;
    line-height: 1.625;
    margin-left: 10px;
    margin-right: 10px;
    text-align: justify;

}

a:hover,
a:active,
a:focus {
    color: #fdbe33;
    outline: none;
    text-decoration: none;
}

.btn:focus {
    box-shadow: none;
}

.wrapper {
    position: relative;
    width: 100%;
    /* max-width: 1366px; */
    margin: 0 auto;
    background: #ffffff;
    height: 110px;
}

.back-to-top {
    position: fixed;
    display: none;
    background: #fdbe33;
    color: #121518;
    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:hover {
    color: #fdbe33;
    background: #121518;
}

.back-to-top i {
    padding-top: 10px;
}

.btn {
    transition: .3s;
}


/**********************************/
.eventList li {
    margin-bottom: 10px
}

.eventList li a {
    border: #fff solid 1px;
    padding: 5px 8px;
    display: block;
    color: #fff;
    font-weight: 600;
    line-height: 16px;
    position: relative;
}

.eventList li a span {
    display: block;
    font-weight: 400;
    margin-top: 5px;
    font-size: 13px;
}

.quicklinkRgt li {
    margin-bottom: 5px;
}

.quicklinkRgt li a {
    position: relative;
    color: #fff;
    padding-left: 20px;
}

.quicklinkRgt li a:before {
    position: absolute;
    content: '\f101';
    font-family: FontAwesome;
    left: 0;
    top: -2px;
}

.proBottomLinks {
    background: #174e86;
    margin-top: 20px
}

.proBottomLinks ul li {
    float: left;
    padding: 14px 0;
}

.proBottomLinks ul li a {
    color: #fff;
    font-family: 'Encode Sans Condensed', sans-serif;
    font-size: 16px;
    font-weight: 500;
    display: block;
    padding: 15px;
    text-transform: uppercase;
}

.proBottomLinks ul li a:hover {
    background: #174e86;
}

.float-bottom {
    position: fixed;
    /* margin-left: 0; */
    width: 50px;
    height: 50px;
    bottom: 120px;
    left: 0px;
    background-color: #FFD53D;
    color: rgb(0, 0, 0);
    border-radius: 50px;
    text-align: center;
    z-index: 999;
}

.float-top {
    display: none;
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 80px;
    right: 40px;
    background-color: #FFD53D;
    color: rgb(0, 0, 0);
    border-radius: 50px;
    text-align: center;
    z-index: 999;
}
/********** Top Bar CSS ***********/
/**********************************/
.top-bar {
    position: relative;
    /* height: 98px; */
    height: 80px;
    /* background: #fdbe33; */
    background: white;
}

.top-bar .logo {
    /* padding: 15px 0; */
    text-align: left;
    overflow: hidden;
}

.top-bar .logo h1 {
    margin: 0;
    color: #030f27;
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
}

.top-bar .logo img {
    max-width: 100%;
    max-height: 100px;
}

.top-bar .top-bar-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-bar .top-bar-icon {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-bar .top-bar-icon [class^="flaticon-"]::before {
    margin: 0;
    color: #030f27;
    font-size: 40px;
}

.top-bar .top-bar-text {
    padding-left: 15px;
}

.top-bar .top-bar-text h3 {
    margin: 0 0 5px 0;
    color: #030f27;
    font-size: 16px;
    font-weight: 400;
}

.top-bar .top-bar-text p {
    margin: 0;
    color: #030f27;
    font-size: 13px;
    font-weight: 400;
}

@media (min-width: 992px) {
    .top-bar {
        padding: 0 0px;
    }
}

@media (max-width: 991.98px) {
    .top-bar .logo {
        text-align: center;
    }
}

/* shivani sytart*/
.nav-bar {
    position: relative;
     background: #033072; 
    /* background: #030f27; */
    transition: .3s;
}

.nav-bar .container-fluid {
    padding: 0;
}

.nav-bar.nav-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 1366px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    z-index: 999;
}

.nav-bar .navbar {
    height: 100%;
    /* background: #030f27 !important; */
    background: #fdbe33 !important;
    /* font-size: small !important; */
}

.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 8px 8px 9px;
    /* color: #ffffff; */
    color: #030f27;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    /* color: #030f27; */
    color: #ffffff;
    background-color:#fdbe33 ;
    transition: none;
}

.nav-bar .dropdown-menu {
   margin-top: 0;
    border: 0;
    border-radius: 0;
   /*   background: #f8f9fa; */
   background-color: #fdbe33 ;
   /* color: #030f27; */
    /* background-color: #030f27 ; */
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-menu a {
    float: none;
    color: white;
    background-color: #0f489c ;
    /* padding: 8px 10px; */
    padding: 10px 2px;
    text-decoration: none;
    display: block;
    text-align: left;
    position: relative;
    z-index: 1000;
    font-size: 13px;
    font-weight: 400;
}

.navMenu a:hover,
.dropdown:hover .dropbtn {
    /* background-color: #fdbe33  ;
    color: black; */
    background-color: #030f27;
    color: #fdbe33;
}

.dropdown-menu a:hover {
     background-color: #fdbe33;
    color: black; 
    
}









.nav-bar .btn {
    /* color: #ffffff; */
    color: #030f27;
    border: 2px solid #ffffff;
    border-radius: 0;
}

.nav-bar .btn:hover {
    color: #030f27;
    background: #fdbe33;
    border-color: #fdbe33;
}

@media (min-width: 992px) {
    .nav-bar {
        /* padding: 0 75px; */
        padding: 0 15px;
    }
    
    .nav-bar.nav-sticky {
        padding: 0;
    }
    
    .nav-bar .navbar {
        padding: 5px;
        /* padding: 20px; */
    }
    
    .nav-bar .navbar-brand {
        display: none;
    }
    
    .nav-bar a.nav-link {
        padding: 8px 15px;
        font-size: 16px;
        text-transform: uppercase;
    }
}

@media (max-width: 991.98px) {
    .nav-bar .navbar {
        padding: 15px;
    }
    
    .nav-bar a.nav-link {
        padding: 5px;
    }
    
    .nav-bar .dropdown-menu {
        box-shadow: none;
    }
    
    .nav-bar .btn {
        display: none;
    }
}

/*shivani stop*/


/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/



/*******************************/
/******** Carousel CSS *********/
/*******************************/
.carousel {
    position: relative;
    width: 100%;
    /* height: calc(100vh - 170px); */
    min-height: 400px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.carousel .carousel-inner,
.carousel .carousel-item {
    position: relative;
    width: 100%;
    height: 100%;
}

.carousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel .carousel-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 1;
}

.carousel .carousel-caption {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: calc(100vh - 170px);
    min-height: 400px;
}

.carousel .carousel-caption p {
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.carousel .carousel-caption h1 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 35px;
}

.carousel .carousel-caption .btn {
    padding: 15px 35px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 0;
    transition: .3s;
}

.carousel .carousel-caption .btn:hover {
    color: #030f27;
    background: #fdbe33;
    border-color: #fdbe33;
}
* {
    box-sizing: border-box;
}


@media (max-width: 767.98px) {
    .carousel .carousel-caption h1 {
        font-size: 40px;
        font-weight: 700;
    }
    
    .carousel .carousel-caption p {
        font-size: 20px;
    }
    
    .carousel .carousel-caption .btn {
        padding: 12px 30px;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0;
    }
}

@media (max-width: 575.98px) {
    .carousel .carousel-caption h1 {
        font-size: 30px;
        font-weight: 500;
    }
    
    .carousel .carousel-caption p {
        font-size: 16px;
    }
    
    .carousel .carousel-caption .btn {
        padding: 10px 25px;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0;
    }
}

.carousel .animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

.carouselql1 {
    background: white;
}

.carouselql1-cell {
    width: 15%;
    height: 100px;
    margin-right: 0px;
    /* background: #8C8;
    border-radius: 5px; */
    counter-increment: carousel-cell;
}

.carouselql1-cell img {
    /* max-width: fit-content; */
    max-height: 100%;
    /* opacity: 0.7; */
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    /* -webkit-filter: blur(5px);
    filter: blur(6px); */
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s, transform 0.3s, -webkit-filter 0.3s, filter 0.3s;
    transition: opacity 0.3s, transform 0.3s, filter 0.3s;
}

@media screen and ( min-width: 100px) {
    .carouselql1-cell {
        width: 65%;
        height: 100px;
    }
}

@media screen and ( min-width: 300px) {
    .carouselql1-cell {
        width: 50%;
        height: 100px;
    }
}

@media screen and ( min-width: 450px) {
    .carouselql-cell {
        width: 35%;
        height: 100px;
    }
}

@media screen and ( min-width: 800px) {
    .carouselql1-cell {
        width: 20%;
        height: 100px;
    }
}


/*******************************/
/******* Page Header CSS *******/
/*******************************/
.page-header {
    position: relative;
    /* margin-bottom: 45px; */
    /* padding: 90px 0; */
    text-align: center;
    background: #fdbe33;
}

.page-header h2 {
    position: relative;
    color: #030f27;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.page-header h2::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    left: calc(50% - 50px);
    bottom: 0;
    background: #030f27;
}

.page-header a {
    position: relative;
    padding: 0 12px;
    font-size: 22px;
    color: #030f27;
}

.page-header a:hover {
    color: #ffffff;
}

.page-header a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -2px;
    right: -7px;
    text-align: center;
    color: #121518;
}

.page-header a:last-child::after {
    display: none;
}

@media (max-width: 991.98px) {
    .page-header {
        padding: 60px 0;
    }
    
    .page-header h2 {
        font-size: 45px;
    }
    
    .page-header a {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .page-header {
        padding: 45px 0;
    }
    
    .page-header h2 {
        font-size: 35px;
    }
    
    .page-header a {
        font-size: 18px;
    }
}


/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
    position: relative;
    width: 100%;
    /* margin-bottom: 45px; */
}

.section-header p {
    color: #fdbe33;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.section-header h2 {
    margin: 0;
    position: relative;
    font-size: 50px;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .section-header h2 {
        font-size: 30px;
    }
}


/*******************************/
/********* Feature CSS *********/
/*******************************/
.feature {
    position: relative;
    /* margin-bottom: 45px; */
}

.feature .col-md-12 {
    background: #476ebb;
}
    
.feature .col-md-12:nth-child(2n) {
    color: #030f27;
    background: #fdbe33;
}

.feature .feature-item {
    min-height: 250px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.feature .feature-item1 {
    min-height: 250px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 600px;
}

.feature .feature-icon {
    position: relative;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature .feature-icon::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    top: -20px;
    left: -10px;
    border: 2px dotted #ffffff;
    border-radius: 60px;
    z-index: 1;
}

.feature .feature-icon::after {
    position: absolute;
    content: "";
    width: 79px;
    height: 79px;
    top: -18px;
    left: -9px;
    background: #030f27;
    border-radius: 60px;
    z-index: 2;
}

.feature .col-md-12:nth-child(2n) .feature-icon::after {
    background: #fdbe33;
}

.feature .feature-icon [class^="flaticon-"]::before {
    position: relative;
    margin: 0;
    color: #fdbe33;
    font-size: 60px;
    line-height: 60px;
    z-index: 3;
}

.feature .feature-text {
    /* padding-left: 30px; */
    padding-left: 10px;
}

.feature .feature-text h3 {
    margin: 0 0 10px 0;
    color: #fdbe33;
    font-size: 25px;
    font-weight: 600;
}

.feature .feature-text p {
    margin: 0;
    color: #fdbe33;
    font-size: 18px;
    font-weight: 400;
}

.feature .col-md-12:nth-child(2n) [class^="flaticon-"]::before,
.feature .col-md-12:nth-child(2n) h3,
.feature .col-md-12:nth-child(2n) p {
    color: #030f27;
}


/*******************************/
/********** About CSS **********/
/*******************************/
.about {
    position: relative;
    width: 100%;
    /* padding: 45px 0; */
}

.about .section-header {
    margin-bottom: 30px;
}

.about .about-img {
    position: relative;
    height: 100%;
}
.about .about-text  {
    font-size: 16px;
    position: relative;
    height: 100%;
}

.about .about-img img {
    width: 100%;
    height: 100%; 
    object-fit: cover;
}

.about .about-img1 img {
    /* width: 100%;
    height: 100%; */
    object-fit: cover;
}

.about .about-text p {
    font-size: 16px;
}

.about .about-text a.btn {
    position: relative;
    margin-top: 15px;
    padding: 15px 35px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #030f27;
    border-radius: 0;
    background: #fdbe33;
    transition: .3s;
}

.about .about-text a.btn:hover {
     color: #fdbe33;
    background: #030f27; 

    /* color: white;
    background: red; */
}

@media (max-width: 767.98px) {
    .about .about-img {
        margin-bottom: 30px;
        height: auto;
    }
}


/*******************************/
/********** Fact CSS ***********/
/*******************************/
.fact {
    position: relative;
    width: 100%;
    /* padding: 45px 0; */
    padding: 20px 0;
}

.fact .col-6 {
    display: flex;
    align-items: flex-start;
}

.fact .fact-icon {
    position: relative;
    margin: 7px 15px 0 15px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fact .fact-icon [class^="flaticon-"]::before {
    margin: 0;
    font-size: 60px;
    line-height: 60px;
    background-image: linear-gradient(#ffffff, #fdbe33);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fact .fact-right .fact-icon [class^="flaticon-"]::before {
    background-image: linear-gradient(#ffffff, #030f27);
}

.fact .fact-left,
.fact .fact-right {
    padding-top: 10px;
    padding-bottom: 10px;
}

.fact .fact-text h2 {
    font-size: 35px;
    font-weight: 700;
}

.fact .fact-text p {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.fact .fact-left {
    color: #fdbe33;
    /* background: #030f27; */
    background:#0f489c;
}

.fact .fact-right {
    color: #030f27;
    background: #fdbe33;
}

.fact .fact-left h2 {
    color: #fdbe33;
}


/*******************************/
/********* Service CSS *********/
/*******************************/
.service {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.service .service-item {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.service .service-img {
    position: relative;
    overflow: hidden;
}

.service .service-img img {
    width: 100%;
}

.service .service-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(3, 15, 39, .7);
    transition: .5s;
    opacity: 0;
}

.service .service-item:hover .service-overlay {
    opacity: 1;
}

.service .service-overlay p {
    margin: 0;
    color: #ffffff;
}

.service .service-text {
    display: flex;
    align-items: center;
    height: 60px;
    background: #030f27;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.service .service-text h3 {
    margin: 0;
    padding: 0 15px 0 25px;
    width: calc(100% - 60px);
    font-size: 20px;
    font-weight: 700;
    color: #fdbe33;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.service .service-item a.btn {
    width: 60px;
    height: 60px;
    padding: 3px 0 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    line-height: 60px;
    font-weight: 100;
    color: #030f27;
    background: #fdbe33;
    border-radius: 0;
    transition: .3s;
}

.service .service-item:hover a.btn {
    color: #ffffff;
}


/*******************************/
/********** Video CSS **********/
/*******************************/
.video {
    position: relative;
    /* margin: 45px 0; */
    height: 100%;
    min-height: 500px;
    background: linear-gradient(rgba(3, 15, 39, .9), rgba(3, 15, 39, .9)), url(../img/g10.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video .btn-play {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #fdbe33;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #fdbe33;
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play:hover:after {
    background-color: darken(#fdbe33, 10%);
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #030f27;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    background: #000000;
    opacity: 1;
}


/*******************************/
/*********** Team CSS **********/
/*******************************/
.team {
    position: relative;
    width: 100%;
    /* padding: 45px 0 15px 0; */
    /* padding: 15px 0 15px 0; */
}

.team .team-item {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.team .team-img {
    position: relative;
}

.team .team-img img {
    width: 100%;
    height: 100%;
}

.team .team-text {
    position: relative;
    padding: 10px 15px;
    text-align: center;
    background: #030f27;
    transition: .5s;
}

.team .team-text h2 {
    font-size: 20px;
    font-weight: 600;
    color: #fdbe33;
    transition: .5s;
}

.team .team-text p {
    margin: 0;
    color: #ffffff;
}

.team .team-item:hover .team-text {
    background: #fdbe33;
}

.team .team-item:hover .team-text h2 {
    color: #030f27;
    letter-spacing: 1px;
}

.team .team-social {
    position: absolute;
    width: 100px;
    top: 0;
    left: -50px;
    display: flex;
    flex-direction: column;
    font-size: 0;
}

.team .team-social a {
    position: relative;
    left: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #ffffff;
}

.team .team-item:hover .team-social a:first-child {
    background: #07294d;
    left: 50px;
    transition: .3s 0s;
}

.team .team-item:hover .team-social a:nth-child(2) {
    background: #07294d;
    left: 50px;
    transition: .3s .1s;
}

.team .team-item:hover .team-social a:nth-child(3) {
    background: #07294d;
    left: 50px;
    transition: .3s .2s;
}

.team .team-item:hover .team-social a:nth-child(4) {
    background: #07294d;
    left: 50px;
    transition: .3s .3s;
}


/*******************************/
/*********** FAQs CSS **********/
/*******************************/
.faqs {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.faqs .row {
    position: relative;
}

.faqs .row::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: calc(50% - .5px);
    background: #fdbe33;
}

.faqs #accordion-1 {
    padding-right: 15px;
}

.faqs #accordion-2 {
    padding-left: 15px;
}

@media(max-width: 767.98px) {
    .faqs .row::after {
        display: none;
    }
    
    .faqs #accordion-1,
    .faqs #accordion-2 {
        padding: 0;
    }
    
    .faqs #accordion-2 {
        padding-top: 15px;
    }
}

.faqs .card {
    margin-bottom: 15px;
    border: none;
    border-radius: 0;
}

.faqs .card:last-child {
    margin-bottom: 0;
}

.faqs .card-header {
    padding: 0;
    border: none;
    background: #ffffff;
}

.faqs .card-header a {
    display: block;
    padding: 10px 25px;
    width: 100%;
    color: #121518;
    font-size: 16px;
    line-height: 40px;
    border: 1px solid rgba(0, 0, 0, .1);
    transition: .5s;
}

.faqs .card-header [data-toggle="collapse"][aria-expanded="true"] {
    background: #fdbe33;
}

.faqs .card-header [data-toggle="collapse"]:after {
    font-family: 'font Awesome 5 Free';
    content: "\f067";
    float: right;
    color: #fdbe33;
    font-size: 12px;
    font-weight: 900;
    transition: .5s;
}

.faqs .card-header [data-toggle="collapse"][aria-expanded="true"]:after {
    font-family: 'font Awesome 5 Free';
    content: "\f068";
    float: right;
    color: #030f27;
    font-size: 12px;
    font-weight: 900;
    transition: .5s;
}

.faqs .card-body {
    padding: 20px 25px;
    font-size: 16px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, .1);
    border-top: none;
}
.exploreWrap1 {
    padding-top: 20px;
    padding-bottom: 20px;
    /*  background-color: #e0e6e9;*/
    background-color: white;
}

.exploreWrap1 h2 {
    position: relative;
    text-align: center;
    color: #d5dde2;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 24px;
    font-weight: 600;
}

.exploreWrap1 h2 span {
    padding: 20px;
    color: #07294d;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.exploreLinks1 li {
    background: #fff;
    width: 18.5%;
    float: left;
    margin-right: 20px;
}

ul.exploreLinks1 li:last-child {
    margin-right: 0;
}

ul.exploreLinks1 li a {
    font-size: 20px;
    font-weight: 500;
    background: #db4757;
    display: block;
    color: #fff;
    min-height: 86px;
}

ul.exploreLinks1 li a span {
    padding: 28px 0 15px 30px;
    display: inline-block;
}

ul.exploreLinks1 li a .fa {
    float: right;
    background: #a43541;
    padding: 33px 13px;
}

ul.exploreLinks1 li a:hover {
    background: #a43541;
}

ul.exploreLinks1 li:nth-child(2) a {
    font-size: 20px;
    font-weight: 500;
    background: #07294d;
    display: block;
    color: #fff;
}

ul.exploreLinks1 li:nth-child(2) .fa {
    float: right;
    background: #07294d;
    padding: 33px 13px;
}

ul.exploreLinks1 li:nth-child(2) a:hover {
    background: #07294d;
}

ul.exploreLinks1 li:nth-child(3) a {
    font-size: 20px;
    font-weight: 500;
    background: #edae34;
    display: block;
    color: #fff;
}

ul.exploreLinks1 li:nth-child(3) .fa {
    float: right;
    background: #b28227;
    padding: 33px 13px;
}

ul.exploreLinks1 li:nth-child(3) a:hover {
    background: #b28227;
}

ul.exploreLinks1 li:nth-child(4) a {
    font-size: 20px;
    font-weight: 500;
    background: #7b4a99;
    display: block;
    color: #fff;
}

ul.exploreLinks1 li:nth-child(4) .fa {
    float: right;
    background: #5c3773;
    padding: 33px 13px;
}

ul.exploreLinks1 li:nth-child(4) a:hover {
    background: #5c3773;
}

ul.exploreLinks1 li:nth-child(5) a {
    font-size: 20px;
    font-weight: 500;
    background: #e26c32;
    display: block;
    color: #fff;
}

ul.exploreLinks1 li:nth-child(5) .fa {
    float: right;
    background: #a95125;
    padding: 33px 13px;
}

ul.exploreLinks1 li:nth-child(5) a:hover {
    background: #a95125;
}


/*******************************/
/******* Testimonial CSS *******/
/*******************************/
.testimonial {
    position: relative;
    /* margin: 45px 0; */
    /* padding: 90px 0; */
    margin: 15px 0;
    padding: 5px 0;
    text-align: center;
    /* background: linear-gradient(rgba(3, 15, 39, .9), rgba(3, 15, 39, .9)), url(../img/download.png); */
     /* background: linear-gradient(#eeaf32, #eeaf32), url(../img/download.png);   */
    background: linear-gradient(rgba(218, 187, 120, 0.9), rgba(235, 167, 21, 0.9)), url(../img/bms.png);
    height: 100%;
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* .testimonial .container {
     max-width: 760px; 
} */

.about-page .testimonial {
    padding-bottom: 90px;
}

.testimonial .testimonial-slider-nav {
    position: relative;
    width: 300px;
    margin: 0 auto;
}

.testimonial .testimonial-slider-nav .slick-slide {
    position: relative;
    opacity: 0;
    transition: .5s;
}

.testimonial .testimonial-slider-nav .slick-active {
    opacity: 1;
    transform: scale(1.3);
}

.testimonial .testimonial-slider-nav .slick-center {
    transform: scale(1.8);
    z-index: 1;
}

.testimonial .testimonial-slider-nav .slick-slide img {
    position: relative;
    display: block;
    margin-top: 37px;
    width: 100%;
    height: auto;
    border-radius: 100px;
}

.testimonial .testimonial-slider {
    position: relative;
    margin-top: 15px;
    /* padding-top: 50px; */
}

.testimonial .testimonial-slider::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 50px;
    top: 0;
    left: calc(50% - 30px);
    /* background: url(../img/quote.png) top center no-repeat; */
}

.testimonial .testimonial-slider h3 {
    /* color: #fdbe33; */
    color: #030f27;
    font-size: 22px;
    font-weight: 700;
}

.testimonial .testimonial-slider h4 {
    font-size: 16px;
    font-weight: 600;
    color: #030f27;
    font-style: italic;
    margin-bottom: 10px;
}

.testimonial .testimonial-slider p {
    /* color: #ffffff; */
    color: #030f27;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    text-align: justify;
}


/*******************************/
/*********** Blog CSS **********/
/*******************************/
.blog {
    position: relative;
    width: 100%;
    /* padding: 45px 0 15px 0; */
}

.blog .blog-item {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.blog .blog-img {
    position: relative;
    overflow: hidden;
}

.blog .blog-img img {
    width: 100%;
}

.blog .blog-title {
    display: flex;
    align-items: center;
    height: 60px;
    /* background: #030f27; */
    background:#0f489c;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.blog .blog-title h3 {
    margin: 0;
    padding: 0 15px 0 25px;
    width: calc(100% - 60px);
    font-size: 18px;
    font-weight: 700;
    color: #fdbe33;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.blog .blog-title a.btn {
    width: 60px;
    height: 60px;
    padding: 3px 0 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    line-height: 60px;
    font-weight: 100;
    color: #030f27;
    background: #fdbe33;
    border-radius: 0;
    transition: .3s;
}

.blog .blog-item:hover a.btn {
    color: #ffffff;
}

.blog .blog-meta {
    position: relative;
    padding: 25px 0 10px 0;
    background: #f3f6ff;
}

.blog .blog-meta::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    left: calc(50% - 50px);
    bottom: 0;
    background: #fdbe33;
}

.blog .blog-meta p {
    display: inline-block;
    margin: 0;
    padding: 0 3px;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    color: #666666;
}

.blog .blog-meta p a {
    margin-left: 5px;
    font-style: normal;
}

.blog .blog-text {
    padding: 10px 25px 25px 25px;
    background: #f3f6ff;
}

.blog .blog-text p {
    margin: 0;
    font-size: 16px;
}

.blog .pagination .page-link {
    color: #030f27;
    border-radius: 0;
    border-color: #fdbe33;
}

.blog .pagination .page-link:hover,
.blog .pagination .page-item.active .page-link {
    color: #fdbe33;
    background: #030f27;
}

.blog .pagination .disabled .page-link {
    color: #999999;
}


/*******************************/
/******* Single Post CSS *******/
/*******************************/
.single {
    position: relative;
    padding: 45px 0;
}

.single .single-content {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.single .single-content img {
    margin-bottom: 20px;
    width: 100%;
}

.single .single-tags {
    margin: -5px -5px 41px -5px;
    font-size: 0;
}

.single .single-tags a {
    margin: 5px;
    display: inline-block;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    border: 1px solid #dddddd;
}

.single .single-tags a:hover {
    color: #fdbe33;
    background: #030f27;
}

.single .single-bio {
    margin-bottom: 45px;
    padding: 30px;
    background: #f3f6ff;
    display: flex;
}

.single .single-bio-img {
    width: 100%;
    max-width: 100px;
}

.single .single-bio-img img {
    width: 100%;
}

.single .single-bio-text {
    padding-left: 30px;
}

.single .single-bio-text h3 {
    font-size: 20px;
    font-weight: 700;
}

.single .single-bio-text p {
    margin: 0;
}

.single .single-related {
    margin-bottom: 45px;
}

.single .single-related h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single .related-slider {
    position: relative;
    margin: 0 -15px;
    width: calc(100% + 30px);
}

.single .related-slider .post-item {
    margin: 0 15px;
}

.single .post-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.single .post-item .post-img {
    width: 100%;
    max-width: 80px;
}

.single .post-item .post-img img {
    width: 100%;
}

.single .post-item .post-text {
    padding-left: 15px;
}

.single .post-item .post-text a {
    font-size: 16px;
    font-weight: 400;
}

.single .post-item .post-meta {
    display: flex;
    margin-top: 8px;
}

.single .post-item .post-meta p {
    display: inline-block;
    margin: 0;
    padding: 0 3px;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
}

.single .post-item .post-meta p a {
    margin-left: 5px;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
}

.single .related-slider .owl-nav {
    position: absolute;
    width: 90px;
    top: -55px;
    right: 15px;
    display: flex;
}

.single .related-slider .owl-nav .owl-prev,
.single .related-slider .owl-nav .owl-next {
    margin-left: 15px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #030f27;
    background: #fdbe33;
    font-size: 16px;
    transition: .3s;
}

.single .related-slider .owl-nav .owl-prev:hover,
.single .related-slider .owl-nav .owl-next:hover {
    color: #fdbe33;
    background: #030f27;
}

.single .single-comment {
    position: relative;
    margin-bottom: 45px;
}

.single .single-comment h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single .comment-list {
    list-style: none;
    padding: 0;
}

.single .comment-child {
    list-style: none;
}

.single .comment-body {
    display: flex;
    margin-bottom: 30px;
}

.single .comment-img {
    width: 60px;
}

.single .comment-img img {
    width: 100%;
}

.single .comment-text {
    padding-left: 15px;
    width: calc(100% - 60px);
}

.single .comment-text h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px;
}

.single .comment-text span {
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 5px;
}

.single .comment-text .btn {
    padding: 3px 10px;
    font-size: 14px;
    color: #030f27;
    background: #dddddd;
    border-radius: 0;
}

.single .comment-text .btn:hover {
    background: #fdbe33;
}

.single .comment-form {
    position: relative;
}

.single .comment-form h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single .comment-form form {
    padding: 30px;
    background: #f3f6ff;
}

.single .comment-form form .form-group:last-child {
    margin: 0;
}

.single .comment-form input,
.single .comment-form textarea {
    border-radius: 0;
}

.single .comment-form .btn {
    padding: 15px 30px;
    color: #030f27;
    background: #fdbe33;
}

.single .comment-form .btn:hover {
    color: #fdbe33;
    background: #030f27;
}


/***************social media*******************/

/**************************************************************************************************/

.socialLinksSticky {
    position: fixed;
    bottom: 29%;
    right: 0;
}

.socialLinksSticky li:first-child a {
    background: #3a559f;
    border: #3a559f solid 1px;
}

.socialLinksSticky li:nth-child(2) a {
    background: #e02f2f;
    border: #e02f2f solid 1px;
}

.socialLinksSticky li:nth-child(3) a {
    background: #55acee;
    border: #55acee solid 1px;
}

.socialLinksSticky li:nth-child(5) a {
    background: #0077b5;
    border: #0077b5 solid 1px;
}

.socialLinksSticky li:nth-child(4) a {
    background: #d30063;
    border: #d30063 solid 1px;
}

.socialLinksSticky li a .fa {
    -webkit-transition: -webkit-transform 0.7s ease-in-out;
    -ms-transition: -ms-transform 0.7s ease-in-out;
    transition: transform 0.7s ease-in-out;
}

.socialLinksSticky li a:hover .fa {
    color: #fff;
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.socialLinksSticky li a {
    width: 34px;
    height: 34px;
    border: #dadada solid 1px;
    display: table-cell;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

.floting-points {
    width: 80px;
    position: fixed;
    /* top: 225px; */
    bottom: 120px;
    right: 0;
    z-index: 99;
}

.floting-points ul li a {
    font-size: 12px;
    color: #ffffff;
    background: #0a3c57;
    display: block;
    margin-bottom: 2px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    outline: 0;
}

.floting-points ul li:nth-child(1) a {
    background: #155594;
}

.floting-points ul li:nth-child(2) a {
    background: #2f87b8;
}

.floting-points ul li .fa {
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
}

.floting-points ul li a:hover {
    text-decoration: none;
    background: #333333;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}



/*********** Sidebar CSS **********/
/*.programDetail*/

.programDetailWrap {
     background: white; 
    /* padding-top: 50px;
    padding-bottom: 50px; */
    color: #777777;
    font-size: 16px;
    font-size: 400;
    line-height: 1.625;


   
}

.programLinks {
    /* background: #18427c; */
    /* background: dodgerblue; */
    background: #0f489c ;
    padding-bottom: 10px;
    position: relative;
}

.programLinks h3 {
    font-family: 'Encode Sans Condensed', sans-serif;
    /* font-weight: 600;
    font-size: 27px; */
    font-weight: 600;
    font-size: 22px;
    padding: 15px; 
    color: #fff;
    margin: 0;
}

.programLinks ul li {
    display: block;
    float: none;
    padding: 0 10px;
    border-left: 6px solid #174e86;
}

.programLinks ul li a {
    margin-right: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    padding: 16px 15px;
    border-bottom: 1px solid #174e86;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    display: block;
}

.programLinks ul li:hover {
    border-left: 6px solid #eec433;
}

.programLinks ul li a:hover {
    color: #eec433;
}

.programLinks .btnList li {
    border-left: 0;
    margin-bottom: 10px;
    padding: 0 15px;
}

.programLinks .btnList li:hover {
    border-left: 0;
}

.programLinks .btnList li a {
    border: #e8e9ef solid 2px;
    font-size: 18px;
    padding: 13px 15px;
}

.programLinks .btnList li a .fa {
    float: right;
}
.accorPannel {
    margin: 13px;
}

.accorPannel .panel-group .panel {
    border-radius: 0;
    border: none;
    margin-top: 15px;
    background: none;
    box-shadow: none;
    border-bottom: 1px solid #ffffff;
}

.accorPannel .panel-title>a {
    display: block;
    color: #ffffff;
    /* font-size: 16px;
    font-weight: 700; */
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.accorPannel .panel-title span {
    float: right;
    top: -5px;
}

.accorPannel .panel-title .glyphicon {
    /* font-family: 'Roboto', sans-serif; */
    font-family:'lato';
    font-size: 22px;
}

.accorPannel .panel-default>.panel-heading {
    /* background: #18427c; */
    background: #0f489c;
    color: #f5f1f0;
    padding: 0;
    border: none;
}

.accorPannel .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none;
    border-top: none;
    line-height: 20px;
    padding: 0;
}

.headingActive {
    background: #174e86!important;
    border: none !important;
    color: #fff !important;
}

.headingActive .panel-title>a {
    color: #fff !important;
    font-weight: 400 !important;
}

.headingActive a {
    font-weight: 600 !important;
}

.headingText {
    /* padding: 12px 15px; */
    padding: 5px 5px;
}
/**********************************/

/******************shivani images photo**********************/
.productDetailMiddle img {
    width: 200px;
    height: 200px;
    /* border-radius: 50%; */
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
}

.productDetailMiddle1 img {
    /* width: 200px;*/
    height: 200px; 
    /* border-radius: 50%; */
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
}

#bookexhibition {
    width: 100%;
    height: 200px;
    border-radius: 10%;
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}

.productDetailMiddle .table img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
}
#digitallibimg {
    width: 100%;
    height: 100px;
    border-radius: 20%;
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}

.productDetailMiddle {
    background: #fff;
    padding: 18px 0;
}

.productDetailMiddle h1 {
    margin-top: 0;
    color: #174e86;
    font-size: 30px;
    font-family: 'Encode Sans Condensed', sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
}

.productDetailMiddle h3 {
    margin-top: 0;
    color: #030f27;
    font-size: 22px;
    font-family: 'Encode Sans Condensed', sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
    margin-left: 20px;
}

#faculty {
    width: 100px;
    height: 100px;
    border-radius: 10%;
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    transition: transform ease-in-out 0.3s;
    cursor: zoom-in;
}
#faculty1 {
    width: 150px;
    height: 150px;
    border-radius: 10%;
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    transition: transform ease-in-out 0.3s;
    cursor: zoom-in;
}


.listStyle {
    margin-top: 20px;
}

.listStyle li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.listStyle li:before {
    /* position: absolute;
    content:'';
    left: 0;
    top: 7px;
	background:url(../images/circle-icon.png);
	width:14px;
	height:14px;*/
    position: absolute;
    content: '\f111';
    font-family: FontAwesome;
    left: 0;
    top: 1px;
    color: #4a4a4a;
    font-size: 10px;
}

.programRgt {
    background: #174e86;
    padding: 10px;
    color: #fff;
    margin-top: 18px;
}

.programRgt h4 {
    color: #fff;
    margin: 0 0 20px 0;
    font-size: 20px;
    font-family: 'Encode Sans Condensed', sans-serif;
}
/******************sivani images close********************/
.sidebar {
    position: relative;
    width: 100%;
}

@media(max-width: 991.98px) {
    .sidebar {
        margin-top: 45px;
    }
}

.sidebar .sidebar-widget {
    position: relative;
    margin-bottom: 45px;
}

.sidebar .sidebar-widget .widget-title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 5px;
    font-size: 30px;
    font-weight: 700;
}

.sidebar .sidebar-widget .widget-title::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #fdbe33;
}

.sidebar .sidebar-widget .search-widget {
    position: relative;
}

.sidebar .search-widget input {
    height: 50px;
    border: 1px solid #dddddd;
    border-radius: 0;
}

.sidebar .search-widget input:focus {
    box-shadow: none;
}

.sidebar .search-widget .btn {
    position: absolute;
    top: 6px;
    right: 15px;
    height: 40px;
    padding: 0;
    font-size: 25px;
    color: #fdbe33;
    background: none;
    border-radius: 0;
    border: none;
    transition: .3s;
}

.sidebar .search-widget .btn:hover {
    color: #030f27;
}

.sidebar .sidebar-widget .recent-post {
    position: relative;
}

.sidebar .sidebar-widget .tab-post {
    position: relative;
}

.sidebar .tab-post .nav.nav-pills .nav-link {
    color: #fdbe33;
    background: #030f27;
    border-radius: 0;
}

.sidebar .tab-post .nav.nav-pills .nav-link:hover,
.sidebar .tab-post .nav.nav-pills .nav-link.active {
    color: #030f27;
    background: #fdbe33;
}

.sidebar .tab-post .tab-content {
    padding: 15px 0 0 0;
    background: transparent;
}

.sidebar .tab-post .tab-content .container {
    padding: 0;
}

.sidebar .sidebar-widget .category-widget {
    position: relative;
}

.sidebar .category-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar .category-widget ul li {
    margin: 0 0 12px 22px; 
}

.sidebar .category-widget ul li:last-child {
    margin-bottom: 0; 
}

.sidebar .category-widget ul li a {
    display: inline-block;
    line-height: 23px;
}

.sidebar .category-widget ul li::before {
    position: absolute;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fdbe33;
    left: 1px;
}

.sidebar .category-widget ul li span {
    display: inline-block;
    float: right;
}

.sidebar .sidebar-widget .tag-widget {
    position: relative;
    margin: -5px -5px;
}

.single .tag-widget a {
    margin: 5px;
    display: inline-block;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    border: 1px solid #dddddd;
}

.single .tag-widget a:hover {
    color: #fdbe33;
    background: #030f27;
}

.sidebar .image-widget {
    display: block;
    width: 100%;
    overflow: hidden;
}

.sidebar .image-widget img {
    max-width: 100%;
    transition: .3s;
}

.sidebar .image-widget img:hover {
    transform: scale(1.1);
}


.exploreWrap1 h2 {
    position: relative;
    text-align: center;
    color: #d5dde2;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 24px;
    font-weight: 600;
}
.exploreWrap1 h2 span {
    padding: 0
}
ul.exploreLinks1 li {
    width: 100%;
    margin-right: 0;
}
ul.exploreLinks1 li:nth-child(3) {
    margin-right: 0;
}
/* ul.exploreLinks1 li {
    width: 30.9%;
}
ul.exploreLinks1 li {
    width: 31.4%;
    margin-bottom: 20px;
}

ul.exploreLinks1 li {
    width: 100%;
    margin-right: 0;
} */



.exploreWrap1 {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #e0e6e9;
    display: block;
}


/*******************************/
/******** Portfolio CSS ********/
/*******************************/
.portfolio {
    position: relative;
    padding: 45px 0;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: -15px 0 25px 0;
    list-style: none;
    font-size: 0;
    text-align: center;
}

.portfolio #portfolio-flters li,
.portfolio .load-more .btn {
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    padding: 8px 15px;
    color: #030f27;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 0;
    background: #fdbe33;
    border: none;
    transition: .3s;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    background: #030f27;
    color: #fdbe33;
}

.portfolio .load-more {
    text-align: center;
}

.portfolio .load-more .btn {
    padding: 15px 35px;
    font-size: 16px;
    transition: .3s;
}

.portfolio .load-more .btn:hover {
    color: #fdbe33;
    background: #030f27;
}

.portfolio .portfolio-warp {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.portfolio .portfolio-img {
    position: relative;
    overflow: hidden;
}

.portfolio .portfolio-img img {
    width: 100%;
    transition: .3s;
}

.portfolio .portfolio-item:hover img {
    transform: scale(1.1);
}

.portfolio .portfolio-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(3, 15, 39, .7);
    transition: .5s;
    opacity: 0;
}

.portfolio .portfolio-warp:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio .portfolio-overlay p {
    margin: 0;
    color: #ffffff;
}

.portfolio .portfolio-text {
    display: flex;
    align-items: center;
    height: 60px;
    background: #030f27;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.portfolio .portfolio-text h3 {
    margin: 0;
    padding: 0 15px 0 25px;
    width: calc(100% - 60px);
    font-size: 20px;
    font-weight: 700;
    color: #fdbe33;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.portfolio .portfolio-warp a.btn {
    width: 60px;
    height: 60px;
    padding: 3px 0 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    line-height: 60px;
    font-weight: 100;
    color: #030f27;
    background: #ffffff;
    border-radius: 0;
    transition: .3s;
}

.portfolio .portfolio-warp:hover a.btn {
    color: #ffffff;
    background: #fdbe33;
}

.modal-header1
{
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #fdbe33;
    color: white;
}

/*******************************/
/********* Contact CSS *********/
/*******************************/
.contact {
    position: relative;
    width: 100%;
    /* padding: 45px 0; */
    padding: 15px 0;
}

.contact .col-md-6 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.contact .col-md-6:first-child {
    background: #030f27;
}

.contact .col-md-6:last-child {
    background: #fdbe33;
}

.contact .contact-info {
    position: relative;
    width: 100%;
    padding: 0 15px;
}

.contact .contact-item {
    position: relative;
    margin-bottom: 30px;
    padding: 30px;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    background-color: #0f489c;
    border: 1px solid rgba(256, 256, 256, .2);
}

.contact .contact-item [class^="flaticon-"]::before {
    margin: 0;
    color: #fdbe33;
    font-size: 40px;
}

.contact .contact-text {
    position: relative;
    width: auto;
    padding-left: 20px;
}

.contact .contact-text h2 {
    color: #fdbe33;
    font-size: 20px;
    font-weight: 600;
}

.contact .contact-text p {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
}

.contact .contact-item:last-child {
    margin-bottom: 0;
}

.contact .contact-form {
    position: relative;
    padding: 0 15px;
}

.contact .contact-form input {
    color: #ffffff;
    height: 40px;
    border-radius: 0;
    border-width: 1px;
    border-color: rgba(256, 256, 256, .4);
    background: transparent;
}

.contact .contact-form textarea {
    color: #ffffff;
    height: 185px;
    border-radius: 0;
    border-width: 1px;
    border-color: rgba(256, 256, 256, .4);
    background: transparent;
}

.contact .contact-form input:focus,
.contact .contact-form textarea {
    box-shadow: none;
}

.contact .contact-form .form-control::placeholder {
  color: #ffffff;
  opacity: 1;
}

.contact .contact-form .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.contact .contact-form .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.contact .contact-form .btn {
    padding: 16px 30px;
    font-size: 16px;
    font-weight: 600;
    color: #fdbe33;
    background: #030f27;
    border: none;
    border-radius: 0;
    transition: .3s;
}

.contact .contact-form .btn:hover {
    color: #030f27;
    background: #ffffff;
}

.contact .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


/*******************************/
.sister {
    /* background: #18427c; */
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center
}
.container-fluids {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
/********* Footer CSS **********/
/*******************************/
.footer {
    position: relative;
    margin-top: 45px;
    padding-top: 10px;
    /* background: #030f27; */
    background: #0f489c;
    color: #ffffff;
}

.footer .footer-contact,
.footer .footer-link,
.footer .newsletter {
    position: relative;
    margin-bottom: 45px;
}

.footer h2 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #fdbe33;
}

.footer h2::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #fdbe33;
}

.footer .footer-link a {
    display: block;
    margin-bottom: 10px;
    color: #ffffff;
    transition: .3s;
}

.footer .footer-link a::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .footer-link a:hover {
    color: #fdbe33;
    letter-spacing: 1px;
}

.footer .footer-contact p i {
    width: 25px;
}

.footer .footer-social {
    position: relative;
    margin-top: 20px;
}

.footer .footer-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 7px 0;
    text-align: center;
    border: 1px solid rgba(256, 256, 256, .3);
    border-radius: 60px;
    transition: .3s;
}

.footer .footer-social a i {
    font-size: 15px;
    color: #ffffff;
}

.footer .footer-social a:hover {
    background: #fdbe33;
    border-color: #fdbe33;
}

.footer .footer-social a:hover i {
    color: #030f27;
}

.footer .newsletter .form {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}

.footer .newsletter input {
    height: 50px;
    border: 2px solid #121518;
    border-radius: 0;
}

.footer .newsletter .btn {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 40px;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fdbe33;
    background: #121518;
    border-radius: 0;
    border: 2px solid #fdbe33;
    transition: .3s;
}

.footer .newsletter .btn:hover {
    color: #121518;
    background: #fdbe33;
}

.footer .footer-menu .f-menu {
    position: relative;
    padding: 15px 0;
    font-size: 0;
    text-align: center;
    border-top: 1px solid rgba(256, 256, 256, .1);
    border-bottom: 1px solid rgba(256, 256, 256, .1);
}

.footer .footer-menu .f-menu a {
    color: #ffffff;
    font-size: 16px;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu .f-menu a:hover {
    color: #fdbe33;
}

.footer .footer-menu .f-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}


.footer .copyright {
    padding: 30px 15px;
}

.footer .copyright p {
    margin: 0;
    color: #ffffff;
}

.footer .copyright .col-md-6:last-child p {
    text-align: right;
}

.footer .copyright p a {
    color: #fdbe33;
    font-weight: 500;
    letter-spacing: 1px;
}

.footer .copyright p a:hover {
    color: #ffffff;
}

@media (max-width: 768px) {
    .footer .copyright p,
    .footer .copyright .col-md-6:last-child p {
        margin: 5px 0;
        text-align: center;
    }
}
