body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    padding: 0 0 0 0 !important;
}
ul{
    -webkit-padding-start: 10px;
    -moz-padding-start: 10px;
    -ms-padding-start: 10px;
    -o-padding-start: 10px;
}

ul li {
    list-style-type: none;
}

body a:link {
    color: #000;
    text-decoration: none;
    transition: 0.3s;
}

body a:visited {
    color: #000;
    text-decoration: none;
}

body a:hover {
    color: #2176AC;
    text-decoration: none;
}

body a:active {
    color: #000;
    text-decoration: none;
}

body a:focus {
    outline: none;
}

/*Banner*/

.banner {
    background: #247BB1;
    background: radial-gradient(#8ED1FB 1%, #247BB1 99%);
    overflow: hidden;
    padding: 40px 10px;
}

.banner .banner-text{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    color: #fff;
    font-size: 1.7em;
    line-height: 1.5em;
    text-shadow: 0px 0px 5px #000;
    height: 100%;
}

.banner .banner-text img{
    margin-top: 5px;
    margin-left: 15px;
    height: 100px;
}

.banner .banner-text img,
.banner .banner-text span{
    float: left;
}

.banner .banner-text span h2{
    margin-bottom: 0;
    font-weight: bold;
}
.banner .banner-text .duration{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.banner .social{
    position: absolute;
    top: 10px;
    right: 25px;
}
.banner .social a i{
    background: white;
    padding: 10px;
    border-radius: 10px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
.banner .social a:hover .fa-facebook{
    color: #247BB1;
}
.banner .social a:hover .fa-youtube{
    color: red;
}

@media(max-width: 1275px) and (min-width: 1200){
    .banner .banner-text .duration{
        top: 65%;
    }
}
@media(max-width: 1225px){
    .banner .banner-text span{
        margin-left: 20px;
    }
    .banner .banner-text img{
        margin-left: 0;
    }
}

@media(max-width: 768px){
    .banner {
        padding: 15px 5px;
    }
    .banner .banner-text span{
        margin-left: 10px;
    }
}
@media(max-width: 700px){
    .banner .banner-text{
        font-size: 1.1em;
    }
    .banner .banner-text span h2{
        font-size: 1.3em;
    }
    .banner .banner-text img{
        height: 70px;
    }
}
@media(max-width: 465px){
    .banner .banner-text{
        font-size: 1em;
    }
    .banner .banner-text span h2{
        font-size: 1.2em;
    }
    .banner .banner-text img{
        height: 65px;
    }
}
@media(max-width: 465px){
    .banner .banner-text{
        font-size: 0.9em;
    }
    .banner .banner-text span h2{
        font-size: 1.1em;
    }
    .banner .banner-text img{
        height: 50px;
    }
}

/* Header */
i.animate{
    position: relative;
    -webkit-animation: pushup;
    -webkit--duration: 0.5s;
    -webkit-animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
    animation: pushup;
    animation-duration: 0.5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

@-webkit-keyframes pushup{
    from {top: 2px;}
    to {top: 4px;color:#17a2b8;}
}

@keyframes pushup{
    from {top: 2px;}
    to {top: 4px;color:#17a2b8;}
}

i.animate_side{
    position: relative;
    -webkit-animation: sidekick;
    -webkit--duration: 0.5s;
    -webkit-animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
    animation: sidekick;
    animation-duration: 0.5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

@-webkit-keyframes sidekick{
    from {left: -2px;}
    to {left: 2px;color:#17a2b8;}
}

@keyframes sidekick{
    from {left: -2px;}
    to {left: 2px;color:#17a2b8;}
}


/*Headline*/

.headline{
    height: 50px;
    padding-top: 15px;
    background-color: #fff;
}
.marquee {
  width: 98%;
  margin-left: 1%;
  overflow: hidden;
  background: #fff;
}

/* .np-header .shape {
    position: absolute;
    top: 0;
    right: 15px;
    height: 100%;
    width: 30%;
    overflow: hidden;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%);
    background-color: #66624C;
    display: none;
}


.ec-right-section {
    position: absolute;
    top: 30px;
    right: 50px;
    height: 100%;
    width: auto;
}

.ec-right-section input {
    border: none;
    border-bottom: 2px solid #dd9933;
    background-color: transparent;
    outline: none;
} */
/* .ec-right-section i {
    position: absolute;
    right: 0%;
    top: 5px;
    color: #dd9933;

}


.ec-right-section a.focus,
.ec-right-section a:focus,
.btn-light:not([disabled]):not(.disabled).active,
.btn-light:not([disabled]):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    box-shadow: none;
}

.ec-right-section a:hover {
    background-color: #FFF !important;
    color: green !important;
    border-color: transparent;
    box-shadow: none;
    cursor: pointer;
} */


/*Navbar*/

.sticky-top {
    margin-right: 0 !important;
    /* border-top: 5px solid rgb(34, 99, 173); */
     background: 	#4A535C;

}
.sticky-top li a{
    color: #fff!important;
}
.navbar-brand {
    margin-left: 1rem;
    color: #FFF !important;
}

.navbar-toggler {
    outline: none;
    margin-right: 0.5rem;
}

.navbar-toggler:hover {
    cursor: pointer;
}

.navbar-nav .active>.nav-link,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.navbar-nav .show>.nav-link {
    color: #FFFFFF;
    background-color: #2176AC;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link i{
    color: #FFFFFF;
    background-color: #2176AC;
}

/* .nav-pills a.nav-link {
    border-left: 2px solid rgb(55, 142, 196);
}
.nav-pills a.nav-link:last-child {
    border-right: none;
} */

.nav-pills a.nav-link{
    font-size: 1rem;
}

.nav-pills a.nav-link:hover {
    background-color: #2176AC;
    color: #FFF;
}

.nav-pills a.nav-link i.fa-chevron-down{
    transition: 0.4s;
    color: #FFF;
}

/* .nav-pills a.nav-link:hover i.fa-chevron-right{
    transform: rotate(90deg);
    color: #282828;
} */

.dropdown{
    overflow: hidden;
}

.dropdown .dropdown-menu {
    top: 200%;
    min-width: 100%;
    opacity: 0;
    display: block;
    margin: 0 0 0 0;
    transition: 0.3s;
    padding: 0 0 0 0;
    border-radius: 0;
    border: none;
    border-left: 2px solid #2176AC;
    border-right: 2px solid #2176AC;
    border-bottom: 2px solid #2176AC;
    text-align: left;
}
.dropdown:hover{
    overflow: inherit;
}
.dropdown:hover .dropdown-menu {
    top: 100%;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.dropdown.subdrop{
  text-align: left;
}

.dropdown.subdrop .dropdown-menu.subdropmenu {
    top: 0;
    left: 200%;
    min-width: 100%;
    opacity: 0;
    display: block;
    margin: 0 0 0 0;
    transition: 0.3s;
    padding: 0 0 0 0;
    border-radius: 0;
    border: 2px solid #2176AC;
    text-align: left;
}
.dropdown.subdrop:hover{
    overflow: inherit;
}
.dropdown.subdrop:hover .dropdown-menu.subdropmenu {
    left: 100%;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.dropdown.subdrop2{
  text-align: left;
}

.dropdown.subdrop2 .dropdown-menu.subdropmenu2 {
    top: 0;
    left: 200%;
    min-width: 100%;
    opacity: 0;
    display: block;
    margin: 0 0 0 0;
    transition: 0.3s;
    padding: 0 0 0 0;
    border-radius: 0;
    border: 2px solid #2176AC;
    text-align: left;
}
.dropdown.subdrop2:hover{
    overflow: inherit;
}
.dropdown.subdrop2:hover .dropdown-menu.subdropmenu2 {
    left: 100%;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sticky-top .dropdown-menu .dropdown-item{
    color:#282828!important;
}
.es-sub-drop {
    position: relative;
}

.es-sub-drop .es-sub-menu {
    display: none;
    position: absolute;
    top: 0px;
    left: 100%;
    background-color: #FFFFFF;
    min-height: 50px;
    height: auto;
    min-width: 100px;
    width: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.es-sub-drop .es-sub-menu li {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-color: #FFFFFF;
}

.es-sub-drop .es-sub-menu li a {
    padding: .85rem !important;
    color: #282828!important;
    width: 100%;
    transition: 0;
}

.es-sub-drop .es-sub-menu li:hover,
.es-sub-drop .es-sub-menu li a:hover {
    background-color: #f0d3a8;

}

.es-sub-drop .es-sub-menu li:hover a,
.es-sub-drop .es-sub-menu li a:hover {
    color: #282828!important;
}

.es-sub-drop:hover .es-sub-menu {
    display: block;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.dropdown-item {
    padding: .4rem .6rem;
    font-size: 0.9rem;
    transition: 0.3s;
    cursor: pointer;
}
.dropdown-item:hover {
    background-color: #2176AC;
}

.dropdown-item a {
    padding: .4rem .6rem;
    font-size: 0.9rem;
    transition: 0.3s;
}

.dropdown-toggle::after {
    display: none;
}

.jumbotron,
.card,
.nav-pills .nav-link {
    border-radius: 0;
}


/* Slider */
#mainSlider img{
    width: 100% !important;
}

.carousel-control-next i, .carousel-control-prev i{
    padding: 15px;
    background-color: #2176AC;
    color: #fff;
    font-size: 2em;
    border: 2px solid transparent;
    transition: 0.3s;
    border-radius: 0 10px 10px 0;
}
.carousel-control-prev i{
    border-radius: 10px 0 0 10px;
}
.carousel-control-next:hover i, .carousel-control-prev:hover i{
    background-color: #fff;
    color: #2176AC;
    border: 2px solid #2176AC;
}
.carousel-caption h3,
.carousel-caption p{
    color: #000;
    font-weight: bold;
}
/*Side Menu*/
.card-body li{
    border-bottom: 1px solid rgba(238, 226, 226, 0.767);
    padding: .25rem;
}
.card-header{
    background-color:#2176AC;
    color:#fff;
    border-style: none;
}
.card-body .fa{
    color: #2176AC;
}
#search {
    padding: 15px 30px;
    outline: none;
    width: 100%;
}

#search-form input[type='submit'] {
    display:inline;
    padding: 5px 8px;
    border: 1px solid #aaa;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
    background-image: -webkit-linear-gradient(top, #eee, #ddd);
    background-image: -moz-linear-gradient(top, #eee, #ddd);
    background-image: -o-linear-gradient(top, #eee, #ddd);
    background-image: linear-gradient(to bottom, #eee, #ddd);
}

#search-form {
    position: relative;
}
.main-content .nav-link {
    padding: .25rem 1rem;
}
.content-image{
    background: linear-gradient(to bottom right, #5AB3F3, #4DACF6);

}
.side-menu .card-body {
    padding: .5rem 0 0 0;
}

.side-menu .card-body .nav-link {
    padding: 0 0 .25rem 1rem;
}


/*Main Content*/


/* About Section */
.about-us h5{
    color:#2176AC;
}
.about-us .card-body h5{
    position: relative;
}
.about-us .card-body h5:after{
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    height: 4px;
    width: 100px;
    background-color: #2176AC;
}
.about-us .card-body h5::after{
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    height: 4px;
    width: 100px;
    background-color: #2176AC;
}
.about-us .card-body hr{
    margin-top: 0;
    background-color:#2176AC;
}
.about-us .card-body .nav-pills{
background-color: #aaa;
height: 50px;

}

.about-us .card-body .nav-link{
    height: 50px;
    line-height: 40px;
}

.about-us .card-body .active>.nav-link,
.about-us .card-body .nav-link.active,
.about-us .card-body.nav-link.show,
.about-us .card-body .show>.nav-link {
    color: #FFFFFF;
    background-color: #2176AC;
    height: 50px;
    line-height: 40px;
}
.about-us .card-body .nav-pills a.nav-link:hover {
    background-color: #2176AC;
    color: #FFF;
    height: 50px;
}

/*Gallery Slider*/
.card-body .gallery-slider .fa{
    color: #FFFFFF;
}

.card-body .gallery-slider .slick-prev{
    position: absolute;
    left: -10px;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.8;
    background-color: #202020;
    border: 0;
    padding: 0.6rem;
    cursor: pointer;
}
.card-body .gallery-slider .slick-next{
    position: absolute;
    right: -10px;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.8;
    background-color: #202020;
    border: 0;
    padding: 0.6rem;
    cursor: pointer;
}

/* -----------Footer--------------- */

footer{
    background-color: #18191b;
    color: #FFFFFF;
}
.copyright{
    background-color: #1d1e20;
}

.copyright p{
    margin-top: 5px;
}

footer .block-title {
    font-size: 20px;
    margin-bottom: 50px;
    position: relative;
}
footer .block-title2 {
    font-size: 20px;
    margin-bottom: 50px;
    position: relative;
}
footer .block-title3 {
    font-size: 20px;
    margin-bottom: 50px;
    position: relative;
}

footer .block-title::after{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    background-color: #3498db;
    width: 75px;
    height: 3px;
}
footer .block-title2::after{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    background-color: #3498db;
    width: 115px;
    height: 3px;
}
footer .block-title3::after{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    background-color: #3498db;
    width: 130px;
    height: 3px;
}

footer .footer-Content {
    background-color: #18191b;
    /* padding: 60px 0; */
    color: #fff;
}

.textwidget {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #fff;
}
.featured-list {
    margin: 0;
    padding: 0;
    display: inline-block;
    height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
}

.featured-list li {
    float: left;
    width: 25%;
    margin: 1%;
    overflow: hidden;
    position: relative;
}
.bottom-social-icons a {
    color: #fff!important;
    text-align: center;
    width: 40px;
    line-height: 40px;
    border-radius: 100%;
    display: inline-block;
    height: 40px;
    margin-left: 5px;
    position: relative;
    overflow: hidden;
    font-size: 20px;
}

#copyright {
    background-color: #1d1e20;
    padding: 20px 0 10px;
    color: #fff;
}

#copyright p {
    line-height: 34px;
}

#copyright p a {
    color: #fff;
}

#copyright p a:hover {
    color: #3498db;
}

.procedural-plan .card .card-body{
    background-color: #dedede;
    color: #000;
    border: 1px solid #9e9e9e;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.procedural-plan .card .card-body:hover{
    background-color: #2176AC;
    color: #fff;
    border: 1px solid #2176AC;
}
.procedural-plan .card .card-body:hover a{
    color: #fff;
}
.procedural-plan .card .card-body a:hover{
    color: #fff;
    font-style: italic;
    text-decoration: underline;
}



@media (min-width: 280px) and (max-width: 480px) {
    .widget {
        margin: 15px 0;
    }
    /* footer .menu {
        padding-left: 15px;
    } */
    .pull-right {
        float: left;
    }
}


.footer-list{
    position: relative;
    float: left;
    padding: 5px;
}


/* Responsive */
@media(max-width: 1200px) {

}
@media (max-width: 991px) {
    .navbar-expand-md .navbar-nav .nav-link {
        font-size: 0.7em;
    }
    .dropdown-item {
        padding: .75rem;
        font-size: 1rem;
        transition: 0.3s;
    }
    .es-sub-drop .es-sub-menu p {
        padding: 1rem;
    }
    .ec-right-section {
        right: 30px;
    }
    .np-header .header-image .logo {
        margin: 20px 0 0 0px;
    }
    .np-header .header-image .header-text {
        top: 35px;
        margin: 0 0 0 0;
        font-size: 1em;
        line-height: 1em;
    }
}
@media (max-width: 767px){
    .dropdown .dropdown-menu {
        overflow: hidden;
        display: none;
    }
    .np-header  {
        width: 100%;
    }
    .np-header .header-image .logo {
        margin: 0 0 0 0;
        height: 100%;
        height: auto;
    }
    /* .np-header .header-image .header-text {
        display: none;
    } */
    .carousel-control-next i, .carousel-control-prev i{
        padding: 10px;
        font-size: 1em;
    }
    .carousel-caption h3{
        font-size: 1em;
    }
    .carousel-caption p{
        font-size: 0.8em;
    }
}

@media (max-width: 425px){
    .navbar-brand {
        font-size: 1rem;
    }
    .top-bar{
        font-size: 0.8em;
    }
    .np-header {
        width: 100%;
    }
}

@media (max-width: 370px){
    .navbar-brand {
        font-size: 0.8rem;
    }
    /* .np-header  {
        width: 65%;
        -webkit-transform: rotate(40deg);
        -moz-transform: rotate(40deg);
        -o-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        transform: rotate(40deg);
    } */
    .np-header .logo {
        margin: 5px 0 0 -10px;
        height: 90%;
    }
    .table td, .table th {
        padding: .25rem;
    }
}
