@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
  font-family: 'Roboto Slab', serif;
  font-size: 15px;
  color: #463839;
  font-weight: 300;
  line-height: 30px;
  background-color: #e9eae5;
}
h5{
    color: #024CA1;
    font-size: 20px;
    font-weight:600;
}
ul,li{
    list-style:none;
    padding:0px;
    margin:0px;
}
a{
    text-decoration:none;
    cursor:pointer;
    color: #463839;
}

a:hover,a:focus,a:visited{
    text-decoration:none;
    outline:none;
}
.sticky-bar {
    z-index: 1;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}
.khalti-btn{
    display: inline-block;
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
    padding: .375rem .75rem;
    line-height: 1.5;
    border-radius: .25rem;
    background: #5D2E8E;
}
.khalti-btn:hover{

}
.modal .modal-content .modal-footer {
    align-items: center;
}
.modal .modal-footer{
    display:inline-block;
    color:#fff;
}
.readmore-enquiry{
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
    padding:.375rem .75rem;
    line-height: 1.5;
    border-radius: .25rem;
    background: #00A7EA;
}
.readmore-apply{
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
    padding:.375rem .75rem;
    line-height: 1.5;
    border-radius: .25rem;
    background: #00A7EA;
}
.readmore a{
    display: inline-block;
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
    padding:.375rem .75rem;
    line-height: 1.5;
    border-radius: .25rem;
    background: #00A7EA;

}
.readmore a:hover{
    background-color:#024CA1;
    padding:.375rem .75rem;
    line-height: 1.5;
    border-radius: .25rem;
}

.modal-header{
    background-color:#024CA1;
}
.modal-header .close{
    color:#fff;
}



.message-card-content .message-card {
    padding:20px;
    width:100%;
    background: #1b347c;
    /* border-radius: 10px; */
}
.message-card-content .message-card .img {
    width:120px;
    height:120px;
    margin:0 auto;
    border-radius:100%;
    overflow:hidden;
    border: 3px solid #fff;
}
.message-card-content .message-card .img img {
    width:100%;
    height:100%;
}
.message-card-content .message-card h5 {
    font-size:16px;
    color:#fff;
    margin:20px auto;
    text-align:center;
}
.message-card-content .message-card p{
    color:#fff;
    text-align: justify;
}
/***

====================================================================
                    Page Breadcrumb
====================================================================

***/
.breadcrumb{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;

}
.breadcrumb h2{
    font-size:25px;
}

.navbar-bright {
    border: 0;
    background: #fff;
    margin-bottom: 0;
    border-radius: 0;
}
.navbar-bright .affix {
    width: 100%;
    top: 0px;
    position: fixed;
    z-index: 99;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;

    background: #fff;
}
.admin-bar .navbar-bright .affix {
    top: 32px;
}
.navbar-bright a:focus {
  text-decoration: none;
}
.navbar-bright .affix .bright-main-menu>li>a {
    padding-top: 18px;
    padding-bottom: 18px;
}

.navbar-bright .affix .logo-wrapper .custom-logo-link img {
    max-width: 121px;
}
.logo-wrapper img {
  width: auto;
}
.bright-pre-header {
    background: #004d9b;
    color: #ffffff;
}
.bright-pre-header-left-inner ul{
    padding:0px;
    margin:0px;
}
.bright-pre-header-left-inner li{
    display:inline-block;
    font-size:14px;
}
.bright-pre-header-left-inner ul li:before{
     content: "\f111";
    font-family: fontawesome;
    padding: 0px 4px 0px 14px;
    color: #fff;
    font-size: 12px;
}
.bright-pre-header {
    padding: 5px 0px;
}
.bright-pre-header .quick-contacts span {
    padding-right: 15px;
    display: inline-block;
    font-size:14px;
}
.main-menu {
    background-color: #e9eae5;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}
.main-menu .nav-link{
    font-size:18px;
}
.main-menu .nav-link:hover{
    /*padding: .375rem .75rem;*/
    border-radius: .25rem;
    background: #024CA1;
}
.main-menu .dropdown-item:focus, .dropdown-item:hover{
    background:#024CA1;
    color:#fff;
}
.main-menu .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color:#fff;
}
.main-menu .navbar-nav .nav-link{
    padding-left:10px;
}
.admission{
    border-radius: .25rem;
    background: #FE0000;
     display: inline-block;
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
     padding: 4px 5px;
    line-height: 1.5;
    display:flex;

}
.admission:hover{
    color:#fff;
}
.admission-open a{
    background: #FE0000;
    color:#fff;
      padding: .3rem .75rem;
}
/***

====================================================================
    Main Slider
====================================================================

***/
.carousel_caption_subheading{
    font-size: 20px;
    text-transform: capitalize;
}
.carousel_caption_heading{
    font-size: 20px;
    text-transform: capitalize;
}
.carousel_caption_text{
    font-size: 16px;
    color: #fff;
}

.caption {
    position: absolute;
    top: 50%;
    left: 15%;
    right: 15%;
    color: #000;
}

.iconbox {
    width: 35px!important;
    height: 35px!important;
    background:#fff;
    border-radius: 100%;
    z-index: 99999;
    color: #1d6a99;

}
#main-slider .carousel-control-prev .fa, .carousel-control-next .fa{
    font-size: 30px;
    line-height: 35px
}
.main_slider .slider-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
   background-color: rgba(0,0,0,0.95);
   opacity: 0.75
}

/***

==================================================================
                Welcome Seciton
==================================================================
***/
.welcome_section{
    padding: 35px 0px;
}

.separator-block {
    background-color: #015ABD;
}
.separator-block {
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}
.separator-block-gap {
    background-color: #FFFFFF;
}
.separator-block-gap {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 12px;
    animation: SeparatorAnimation 1.5s infinite ease-in-out;
}
.separator-block1 {
    background-color: #fff;
}
.separator-block1 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}
.separator-block-gap1 {
    background-color: #015ABD;
}
.separator-block-gap1 {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 12px;
    animation: SeparatorAnimation 1.5s infinite ease-in-out;
}
@keyframes SeparatorAnimation {
    0% {
        left: -12px;
    }

    100% {
        left: 100%;
    }
}

.radiantthemes-separator-block-gap {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 12px;

}
.message_content{
    padding-top: 20px;
}
.message_section{
    padding: 50px 0px;
    background: #024CA1;
}
.message_title{
    margin-bottom: 20px;
    color: #fff;
}
.message_section p{
    color: #fff
}
.message_image{
    height: 200px;
    width: 200px;
}
.message_image img{
    border-radius: 30px 0px 30px;
    background-color: #fff;
    padding: 2px;
}
.ads_section{
    height: auto;
    width: 100%;
    background-color: #1d6a99;
    padding: 2px;
    position: relative;
}
.ads_section img{
    overflow: hidden;
    width: 100%;
    height: 100%
}

/***
======================================================================
                   Who is Where
======================================================================
***/
.whoiswhere-section{
    padding: 50px 0px 50px;
}


/***
======================================================================
                    Our Courses
======================================================================
***/
.courses-section{
    padding: 50px 0px;
    background: #EDF2F6;
}

 .course-widget-container {
    margin: 0px 0px 20px 0px;
}
.course-image-box.layout1 {
    position: relative;
    overflow: hidden;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .09);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

.course-image-box.layout1:before {
    content: '';
    position: absolute;
    top: 0;
    z-index: 1;
    visibility: hidden;
    pointer-events: none;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    filter: alpha(opacity=0);
    left: 0;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    width: 100%;
    height: 100%
}

.course-image-box.layout1:hover {
    color: #fff
}

.course-image-box.layout1:hover .image-box-image {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.course-image-box.layout1 .image-box-content {
    padding: 0;
    z-index: 1;
    position: relative
}

.course-image-box.layout1 .description {
    margin-bottom: 1rem;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.course-image-box.layout1:hover .title {
    color: #fff
}

.course-image-box.layout1:hover .btn,
.course-image-box.layout1:hover .vielatestore-products-btn {
    color: #fff
}

.course-image-box.layout1:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    pointer-events: auto
}

.course-image-box.layout1:focus {
    color: #fff
}

.course-image-box.layout1:focus .image-box-image {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.course-image-box.layout1:focus:before {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    pointer-events: auto
}

.course-image-box.layout1:active {
    color: #fff;
}

.course-image-box.layout1:active .image-box-image {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.course-image-box.layout1:active .title {
    color: #fff
}

.course-image-box.layout1:active .btn,
.course-image-box.layout1:active .vielatestore-products-btn {
    color: #fff
}

.course-image-box.layout1:active:before {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    pointer-events: auto
}
.course-title{
    color: #024CA1
}
.course-image-box.layout1 .title {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.course-image-box.layout1 .image-box-image {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    -webkit-box-shadow: 5px;
    box-shadow: 5px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    filter: alpha(opacity=0);
    pointer-events: none;
    visibility: hidden;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover !important
}

/***
=================================================================
                    Client Section
=================================================================
***/
.client-section {
    /*padding: 50px 0 50px;*/
    
        padding: 30px;
    border: 1px solid #cecece;
    align-items: center;
    display: flex
;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background-color: #f1f1f1;
    min-height: 200px;
    
}
.client-img{
    width:100%;
}
.client-img img {
   max-width: 100%;
    max-height: 100%;
    display: block;
    padding: 1px;
}
/***
=================================================================
                    Utility Section
=================================================================
***/
.utility-section {
    padding: 50px 0 50px;
}
.entry-thumb{
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}
.entry-thumb:before {
    top: 0;
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
     background-image: -webkit-linear-gradient(top,transparent 50%,#000);
    background-image: linear-gradient(180deg,transparent 50%,#000);
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.image-wrapper img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.content {
    z-index: 1;
    bottom: 22px;
    position: absolute;
        padding: 80px 30px 25px;
    width: auto;
    height: auto;

}
.utility-post-item {
    position: relative;
}
.utility-post-item .utility-post-item-thumb {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    overflow: hidden;
    position: relative;
}
.utility-post-item .utility-post-item-thumb img {
    width: inherit;
}
.utility-post-item .utility-post-item-content {
    padding: 80px 30px 25px;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    background-image: -webkit-linear-gradient(top,transparent 0%,#323031 100%);
    background-image: -o-linear-gradient(top,transparent 0%,#323031 100%);
    background-image: linear-gradient(to bottom,transparent 0%,#323031 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#FF323031',GradientType=0);
}
.utility-post-item .utility-post-item-title {
    font-size: 15px;
    line-height: 22px;
    margin: 0;
}
.utility-post-item .utility-post-item-title a {
    color: #fff;
}
.utility-section .title {
    line-height: 30px;
    font-weight: 400;
    position: absolute;
    bottom: 23px;
    z-index: 2;

}
.utility-section .title a{
    color:#fff;

}

/***
=================================================================
                    Faculty Member Section
=================================================================
***/
.faculty-member{
    padding: 50px 0 50px;
}
.faculty-member-title{
    color: #024CA1;
    padding-top: 26px;
    /* padding-bottom: 10px; */
    /*border-bottom: 1px solid #eee;*/
    text-align: center;
    font-size: 32px;
    /* letter-spacing: 0.5px; */
    word-spacing: 7px;
    /* text-decoration: underline; */
    font-weight: 600;
    margin-left:40px;
    /*color: #024CA1;*/
    /*padding-top:10px;*/
    /*padding-bottom: 10px;*/
    /*border-bottom: 1px solid #eee;*/
    /*text-align:center;*/
    /*font-size:28px;*/
}

.faculty-member-sub-title{
    background:linear-gradient(to right, #e5e5e5 1%, red 75%,  #e5e5e5 100%);
    color: #fff;
    padding-top: 15px;
     padding-bottom: 15px; 
    /*border-bottom: 1px solid #eee;*/
    text-align: center;
    font-size: 24px;
    /* letter-spacing: 0.5px; */
    word-spacing: 7px;
    /* text-decoration: underline; */
    font-weight: 600;
    /*color: #024CA1;*/
    /*padding-top:10px;*/
    /*padding-bottom: 10px;*/
    /*border-bottom: 1px solid #eee;*/
    /*text-align:center;*/
    /*font-size:28px;*/
}

/*.faculty-member-title::after{*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 20%; */
/*    height: 2px;*/
/*    top:59px;*/
/*    background-image: linear-gradient(to left, transparent 5%, #726a95);*/
/*    bottom: -10px; left: 50%;*/
/*    transform: translate(-50%);*/
/*}*/

.curriculum-section{
    padding: 50px 0 50px;
}
.faq-section{
  padding: 50px 0 50px;
}
.accordion__title{
  display:block
}
.collapsed .accordion__icon i:first-child{
  display:inline
}
.collapsed .accordion__icon i:nth-child(2){
  display:none
}
.accordion__icon{
  display:inline-block
}
.accordion__icon i:first-child{
  display:none
}
.accordion__icon i:nth-child(2){
  display:inline
}
.accordion{}
.accordion-style-1 .accordion__title:not(.collapsed){
  background:#00CB54;
  color:#fff
}
.accordion-style-3 .accordion__title:not(.collapsed){
  background:#00CB54;
  color:#fff;
  border-color:#00CB54!important
}
.accordion-style-4 .accordion__title:not(.collapsed){
  background:#f8f8f8;
  color:#000
}
.accordion-style-4_1 .accordion__title:not(.collapsed){
  background:#f8f8f8;
  color:#000;
  border-bottom-color:#eaeaea!important
}
.accordion-style-5 .accordion__title:not(.collapsed){
  border-bottom-color:#00CB54!important
}
.accordion-style-8 .accordion__title:not(.collapsed){
  color:#00CB54!important;
  border-color:#00CB54!important
}
.accordion-style-8_1 .accordion__title:not(.collapsed){
  color:#fff!important}
table > thead {
    background-color: #FF5F1F;
    color:#000;
}
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
    border-top: 1px solid #f1f1f1;
}
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
    border-top: 1px solid #f1f1f1;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
    /* color:#fff; */
}

.gallery-section{
  padding: 50px 0 50px;
}
.gallery-section .thumb{
    margin-bottom: 20px;
}
.gallery-section img {
    width: 100%;
    height: 200px;
    border-radius:5px;
    object-fit:cover;
}

.thumb .caption1 {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    padding:2%;
    color:#fff !important;
    z-index:2;
}
.gallery-section .card .caption1 h6{
    padding:10px;
    text-align:center;
}
/***
=================================================================
                    Contact Us Section
=================================================================
***/
.contact-us-section{
    padding: 50px 0 50px;
}
.featured-icon-box{
   position: relative;
    overflow: hidden;
    padding: 30px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .09);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-bottom: 20px;
}
.contact-icon.contact-icon_element-size-lg i {
    font-size: 48px;
    color: #024CA1;
}
.bgcolor-white{
    background-color: #fff;
}
.bgcolor-grey{
    background-color: #EDF2F6;
}
.contact__message{
    margin-bottom: 20px;
}

/***
=================================================================
                    Vacancy Section
=================================================================
***/
.vacancy-section{
    padding: 50px 0 50px;
}
.vacancy-item{
    margin-top: 20px;
}
.vacancy-wrapper {
    border-bottom: 1px solid #ebebeb;
    overflow: hidden;
    padding-bottom: 10px;
}
.vacancy-text {
    float: left;
    margin-top: 10px;
    overflow: hidden;
}
.vacancy-text span {
    font-size: 15px;
    color: #999999;
}
.vacancy-text h5 a {
    /*color: #024CA1;*/
}
.vacancy-text > h5 {
    font-size: 16px;
    margin-bottom: 5px;
}
.vacancy-panel{
    background: #fe5f1f;
    /*padding: 10px;*/
}
.vacancy-panel button[type="submit"]{
    display: inline-block;
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
    padding: .375rem .75rem;
    line-height: 1.5;
    border-radius: .25rem;
    background: #00A7EA;
}
.vacancy-panel button[type="submit"]:hover{
    background-color:#024CA1
}

#add_new_fields th{
    font-weight:400;
}
/***
=================================================================
                    Enquiry Section
=================================================================
***/
.enquiry-section{
    padding: 50px 0 50px;
}
.enquiry-section .personal-section h6, .academic-section h6{
    font-size: 16px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.enquiry-section .form-check .form-check-input{
    position: relative;
}
.enquiry-section button[type="submit"]{
    display: inline-block;
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
    padding: .375rem .75rem;
    line-height: 1.5;
    border-radius: .25rem;
    background: #00A7EA;
}
.enquiry-section button[type="submit"]:hover{
    background-color:#024CA1
}
/***
=================================================================
                    Notice Section
=================================================================
***/
.notice-section{
    padding: 20px 0 20px;
}
.notices-wrapper {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 30px;
  overflow: hidden;
  padding-bottom: 32px;
}
.notices-wrapper:last-child{
    padding-bottom:0;
    border-bottom:0;
}

.notices-date {
  background: #EDF2F6 none repeat scroll 0 0;
  float: left;
  margin-right: 30px;
  padding: 20px 30px;
  text-align: center;
}
.n-date {
  display: block;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
}
.n-month {
  color: #024CA1;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.notices-text {
  float: left;
  margin-top: 10px;
  overflow: hidden;
}
.notices-text span {
  font-size: 15px;
}
.notices-text ul li{
    display: inline-block;
    padding: 0px 30px 0px 0px;
}
.notices-text >h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 18px;
}
.notices-button {
  float: right;
  margin-top: 40px;
}
.notices-button a {
  display: inline-block;
    font-size: 15px;
    text-transform: capitalize;
    line-height: 1.5;
    border-radius: .25rem;
    border:1px solid #00A7EA;
    font-weight: 400;
    letter-spacing: 1px;
    padding: .375rem .75rem;
    transition: .3s;
}
.notices-button a:hover{
    background:#024CA1;
    color:#fff;
}
.notice-section .card{
    border:none;
}
.event-info{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #EDF2F6;
    background-clip: border-box;
    border-radius: .25rem;
}
.notice-section .card:hover{
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.notice-section .card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.notice-section .events-icon{
    color:#024CA1!important;
}
.notice-section a.events-icon:focus, a.events-icon:hover {
    color: #00A7EA!important;
}
/***
=================================================================
                    Latest News Section
=================================================================
***/
.latest-news-section{
    padding: 50px 0 50px;
}
.latest-event{
    float: left;
    width: 100%
}

.latest-event ul li {
    list-style: none;
    margin-bottom: 30px;
    line-height: 1
}
.latest-event-medium-wrap {
    position: relative;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 31px;
}
.latest-event-medium figure {
    float: left;
    width: 194px;
    margin-bottom: 0;
}
.latest-event-medium figure img {
    float: left;
    width: 100%;
}
.latest-event-medium figure~.latest-eventmedium-text {
    padding: 0 100px 0 219px;
    margin-top: -2px;
}
.latest-eventmedium-text h6 {
    display: inline-block;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 2px solid #eee;
    font-size: 18px;
}
.latest-eventmedium-text p {
    margin-bottom: 12px;
    line-height: 24px;
}
.latest-bgcolor-three{
    background-color: #024CA1;
}
.latest-color-three{
    color: #024CA1
}
.latest-event-time {
    position: absolute;
    right: 0;
    top: 5px;
    width: 73px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 8px 7px 6px;
    border-radius: 4px;
}
.latest-event-time span {
    float: left;
    width: 100%;
    padding: 8px 0 12px;
    background-color: #fff;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    border-radius: 0 0 4px 4px;
    margin-top: 10px;
}
.latest-allevents-view {
    float: left;
    width: 100%;
    text-align: center;
}
.latest-allevents-view a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    padding:.375rem .75rem;
    line-height: 1.5;
    border-radius: .25rem;
    background: #00A7EA
}
.latest-allevents-view a:hover{
    background-color:#024CA1
}


.event-item {
    display: flex;
    flex-direction: row;
    /*flex-wrap: wrap;*/
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 20px

}
.event-item .event-date {
    flex-grow: 1;
    padding: 17px 15px;
    text-align: center;
    flex-basis: 60px;
    align-content: center;
    display: flex;
    flex-wrap: wrap;

}
.event-date>span {
    display: block;
    width: 100%;
    text-align: center;
}
.event-item .event-date span.event-day {
    font-size: 36px;
    line-height: 30px;
    font-weight: 600;
}
.event-item .event-date span.event-month {
    font-size: 16px;
    margin-bottom: 3px;
    text-transform: uppercase;
    color: #c1c1c1;
    letter-spacing: 0;
    font-weight: 400;
}
.event-item .event-date span.event-year {
    font-size: 16px;
    letter-spacing: 2px;
    background-color: #024CA1;
    padding: 1px 5px 1px 7px;
    border-radius: 3px;
    display: inline;
    color: #fff;
}
.event-item .notice-details {
    overflow: hidden;
    position: relative;
    z-index: 2;
    flex-grow: 8;
    flex-basis: 350px;
}
.notice-details>img {
    display: block;
    width: 85px;
    height: 85px;
    float: left;
    border-radius: 10%;
    margin-right: 20px;
}
.event-item .event-details {
    overflow: hidden;
    padding: 28px;
    position: relative;
    z-index: 2;
    flex-grow: 8;
    flex-basis: 350px;
}
.event-details>img {
    display: block;
    width: 85px;
    height: 85px;
    float: left;
    border-radius: 100%;
    margin-right: 20px;
}
.event-details-side i{
    color: #fff;
}
.event-details-side {
    /*padding-left: 105px;*/
    display: block;
    color:#fff;
}
.event-details-side a {
    color:#fff;
}
.event-details-side>span.event-time, .event-details-side>span.event-venue {
    font-size: 16px;
    position: relative;
    font-weight: 300;
}
.event-details-side i {
    margin-right: 5px;
}
.event-title {
    margin: 0;
    display: block;
    font-size: 18px;
    margin-bottom: 3px;
}


/***
=================================================================
                   Blog Section
=================================================================
***/
.blog-section{
    padding: 50px 0 50px;
}

 .blog-item {
    float: left;
    margin-bottom: 30px;
}

 .blog-item > .holder > .pic {
    position: relative;
    margin-bottom: 0px;
    padding-top: calc((66 / 100) * 100%);
    overflow: hidden;
    transition: all 1.5s cubic-bezier(0, 0, .2, 1)
}

 .blog-item > .holder > .data {
    margin-top: 5px;
}

 .blog-item > .holder:hover .pic a {
    transform: scale3d(1.1, 1.1, 1.1);
}

 .blog-item > .holder > .pic > .pic-main {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: center center no-repeat;
    background-size: cover;
    transition: all 1.5s cubic-bezier(0, 0, .2, 1);
}

 .blog-item > .holder > .data > *:last-child {
    margin-bottom: 0 !important;
}

 .blog-item > .holder > .data ul.meta {
    margin-bottom: 13px;
    list-style: none;
}


 .blog-item > .holder > .data .title {
    margin-bottom: 9px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: -0.3px;
}

 .blog-item > .holder > .data p {
    margin-bottom: 15px;
}
.blog-item> .holder > .data ul li{
    display:inline-block;
}
.blog-item> .holder > .data ul li a{
    color:#fff;
}
.blog-item> .holder > .data ul li a:hover{
     background-color:#024CA1;
}
.readmore-blog{
     display: inline-block;
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
    padding:.375rem .75rem;
    line-height: 1.5;
    border-radius: .25rem;
    background: #00A7EA;
}
.readmore-blog a:hover{
    background-color:#024CA1;
}
/* .blog-item > .holder > .data .btn {*/
/*    margin-bottom: 10px;*/
/*    padding: 0;*/
/*    border: none;*/
/*    border-radius: 0;*/
/*    box-shadow: initial;*/
/*    font-weight: 300;*/
/*    line-height: 25px;*/
/*    letter-spacing: 1px;*/
/*    text-transform: capitalize;*/
/*}*/

/* .blog-item > .holder > .data .btn > .btn-arrow {*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*    width: 35px;*/
/*    height: 0.5px;*/
/*    margin-top: -2px;*/
/*    margin-left: 0px;*/
/*    margin-right: 15px;*/
/*    background-color: #463839;*/
/*    transition: all 0.3s ease-in-out;*/
/*    -webkit-transition: all 0.3s ease-in-out;*/
/*}*/

/* .blog-item > .holder > .data .btn > .btn-arrow > i {*/
/*    position: absolute;*/
/*    top: -8px;*/
/*    right: -2px;*/
/*    z-index: 1;*/
/*    font-size: 15px;*/
/*}*/

/* .blog-item > .holder:hover .data .btn > .btn-arrow {*/
/*    width: 60px;*/
/*    background-color: #015abd !important;*/
/*}*/

/* .blog-item > .holder:hover .data .btn > .read-more {*/
/*    color: #015abd;*/
/*}*/
 .blog-item > .holder:hover .pic a {
    transform: scale3d(1.1, 1.1, 1.1);
}

 .blog-item > .holder > .pic > .pic-main {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: center center no-repeat;
    background-size: cover;
    transition: all 1.5s cubic-bezier(0, 0, .2, 1);
}
.blog-card blockquote {
    padding: 30px;
    border-left: 4px solid #024CA1;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 30px;
    font-style: italic;
}
/***
=================================================================
                    Testimonial Section
=================================================================
***/
.testimonial-section {
    padding: 50px 0 50px;
    background: #EDF2F6
}
.testi-img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin: 0px auto 20px;
    border-radius: 100%;
}
.carousel-content {
    padding: 50px 0px;
}

.testi-img img {
    width: 100%;
}
#testimonialCarousel h3{
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
}
#testimonial {
    text-align: center;
    padding: 40px 0px;
    color: #fff;
}
#testimonial .carousel-control-prev,
#testimonial .carousel-control-next {
    font-size: 36px;
}
#testimonial h2 {
    font-size: 40px;
    font-style: italic;
    border-bottom: 1px solid #ff9900;
    padding-bottom: 20px;
    display: inline-block;
}
#testimonialCarousel .carousel-indicators li {
    background: #ccc
}
#testimonialCarousel .carousel-indicators .active{
    background: #4582ff
}
#testimonialCarousel .text{
    position: relative;
    line-height: 30px;
    font-weight: 400;
    padding:40px 0 20px;
}

#testimonialCarousel .text:before{
    position: absolute;
    left: 0;
    top: 50px;
    font-size: 100px;
    line-height: 20px;
    color: #024CA1;
    font-weight: 400;
    content: "\f10d";
    font-family: "FontAwesome";
    z-index: -1;
    opacity: 0.1
}
.details span{
  display:inline-block;
  width:100%;
  margin:0 auto;
  text-align:center;
  color: #024CA1;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 21px;
  text-align: center;
}
.details span i{
  display:inline-block;
  width:100%;
  margin:0 auto;
  text-align:center;
  color: #024CA1;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 21px;
  text-align: center;
}



/***

==================================================================
                Main Footer
==================================================================

***/

.main-footer{
    position:relative;
    background-image: url(../../../images/footer-bg.jpg);
    background-repeat:no-repeat;
    /*background-position:center center;*/
    background-size: cover;
    /*background: #FF5F1F*/

}

.main-footer .widgets-section{
    position:relative;
    padding-top: 50px;
}


.main-footer .footer-column{
    position:relative;
    margin-bottom:30px;
}

.main-footer .footer-column h2{
    position: relative;
    font-size:20px;
    line-height: 1.2em;
    color:#fff;
    font-weight:300;
    margin-bottom:30px;
    text-transform: capitalize;
}

.main-footer .footer-logo{
    position:relative;
    /*margin-bottom: 40px;*/
}

.main-footer .footer-logo img{
    display:block;
    max-width:100%;
}

.main-footer .about-widget p{
    position: relative;
    line-height: 1.8;
    margin-bottom: 20px;
    color:#fff;
}

.main-footer .about-widget .social-links{
    position: relative;
}

.main-footer .about-widget .social-links span{
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    /*font-weight: 600;*/
}

.main-footer .about-widget .social-icon-one{
    position: relative;
    display: inline-block;
}

.social-icon-one li{
    position: relative;
    display: inline-block;
    margin-left: 5px;
}

.social-icon-one li a{
    position: relative;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    display: inline-block;
    width: 25px;
    height: 25px;
    font-size: 12px;
    line-height: 26px;
    text-align: center;
    color:#1D6A99;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.social-icon-one li a:hover{
    color: #000;
}
.footer-link1{
    padding-top:25px;
}
.footer-link .footer-column:last-child {
    border-right: 0px solid #dadada;
}
.footer-link {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    /*padding: 35px 0px;*/
    /* margin-top: 35px; */
}
.footer-link ul li{
    width:50%;
    float:left;
}
.footer-link1 .footer-column ul li{
    color:#fff;
}
.footer-link1 p{
    color:#fff;
}
.footer-link .footer-column{
    border-right:1px solid rgba(255,255,255,0.5);
}
/*=== links Widget ===*/
.main-footer .footer-link ul li{
    position:relative;
    display: inline-block;
}

.main-footer .footer-link ul li:before{
    /*content: "\f105";*/
    /*font-family: fontawesome;*/
    width: auto;
    height: auto;
    top: 0px;
    left: 0px;
    color: #fff;
}

.main-footer .footer-link ul li a{
    display: inline-block;
    font-size: 14px;
    color: #fff;
    padding: 0px 0px 5px 5px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    line-height:20px;
}

.main-footer .footer-link ul li a:hover{
    padding-left: 10px;
  color: #000
}
/*=== Contact Widget ===*/

.contact-widget{
    position: relative;
}

.main-footer .contact-list li{
    position: relative;
    line-height:30px;
    color:#fff;
}

.main-footer .contact-list li a{
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.copyright {
    position:relative;
    background: #20629d;
    color: #fff;
    padding-top: 15px

 }
 .copyright .copyright-text a{
    position: relative;
    color: #fff
}
.copyright .copyright-text a:hover{
    color: #000
}
.main-footer .copyright p{
    position: relative;
}
.card {
    background-color: #fff;
    /*border-radius: 10px;*/
    /*overflow: hidden;*/
    /*width: 372px;*/
    /* border: 1px solid #ccc; */
    margin-bottom: 10px;
}

.card-header img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.card-body {
    /*display: flex;*/
    /*flex-direction: column;*/
    /*align-items: start;*/
    padding: 15px;
    /*height: 250px;*/
}

.tag {
    background-color: #ccc;
    color: #fff;
    border-radius: 50px;
    font-size: 12px;
    margin: 0;
    padding: 2px 10px;
    text-transform: uppercase;
}

.tag-teal {
    background-color: #92d4e4;
}

.tag-purple {
    background-color: #3d1d94;
}

.tag-pink {
    background-color: #c62bcd;
}

.card-body p {
    margin: 0 0 40px 0;
    letter-spacing: 1px;
}
.learnmore {
    text-align: center;
    /* padding: 5px 0; */
}
.btn-more {
    background: #1b347c;
    border: none;
    font-size: 16px;
    border-radius:0;
}
.card-title {
    font-size:16px !important;
}

.ticker_wrap {
    display: flex;
}

.ticker__breaking {
    white-space: nowrap;
    background: #FF5F1F;
    color: #fff;
    /* overflow: hidden; */
    padding: 15px 6px;
    display: inline-block;
    font-weight: bold;
}

.ticker__viewport {
    background: #272727;
    color: #fff;
    overflow: hidden;
    padding: 10px 0;
    display: inline-block;
    flex-grow: 1
}

.ticker__viewport a {
    cursor: context-menu;
    color: #fff;
    text-decoration: none;
}

.ticker__viewport a:hover {
    color: yellow;
    font-weight: bold;
}

.ticker__list {
    list-style-type: none;
    padding: 5px;
    margin: 0;
    display: flex;
}

.ticker__item {
    display: inline-block;
    white-space: nowrap;
    padding-right: 40px;
}

.ticker__item:before {
    content: "";
    font-weight: bold;
}

/* breadcrumb */
.breadcrumb-wrapper a{
    color:blue;
    font-size: 24px;
}
.breadcrumb-wrapper .current {
    color:red !important;
    font-size: 24px;
}
.static-content p {
    margin-top:30px;
}
.static-content table {
    border: 1px solid red;
}


.blink {
    /* text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate; */
}
/*Fade out the particular DIV when user hover on that DIV*/
.box {
        background-color: #e9eae5;
    padding: 20px;
}

.page-title-row-inner {
    padding: 50px;
}

.card-teams {
    padding: 15px;
    height: 120px;
}
.latest-project {
    padding: 60px 0px;
    background: #f2f2f2;
}

.latest-project .btn-more {
    margin-top: 30px;
    background: #009900;
    border: none;
}

.latest-project .btn-more:hover {
    background-color: #373d86;
    border: none;

}

.latest-project-blog {
    margin-top: 29px;
}

.latest-project-blog .btn-warning {
    background-color: #fff;
    color: #000;
    border: none;
}

.latest-project-blog .btn-warning:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.card:hover {
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.card {
    margin-bottom: 29px;
}

.img-wrapper {
    overflow: hidden;
    position: relative;
    height: 350px;
}

.img-wrapper img {
    max-width: 100%;
    min-width: 100%;
    min-height: 100%;
}

.card .wrapper {
    background-color: #fff;
    /* min-height: 400px; */
    position: relative;
    overflow: hidden;
    box-shadow: 0 9px 8px rgba(0, 0, 0, 0.3), 0 5px 2px rgba(0, 0, 0, 0.2);
}

.card .wrapper:hover .data {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.card .data {
    position: absolute;
    bottom: 0;
    width: 100%;
    -webkit-transform: translateY(calc(70px + 1em));
    transform: translateY(calc(70px + 1em));
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.card .data .content {
    padding: 1em;
    position: relative;
    z-index: 1;
}

.card .title {
    font-size: 20px;
}

.card .text {
    height: 10px;
    color: #000;
    margin: 0px;
    padding: 0px;
    text-align: justify;
}

.card-content .date {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    color: #222;
    padding: 0.9em;
}

.card-content .date span {
    display: block;
    text-align: center;
}

.card-content .date .day {
    font-weight: 700;
    font-size: 24px;
    text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.18);
}

.card-content .date .month {
    text-transform: uppercase;
}

.card-content .date .month,
.card-content .date .year {
    font-size: 12px;
}

.card-content .content {
    background-color: #fff;
    /*box-shadow: 0 5px 30px 10px rgba(0, 0, 0, 0.3);*/
}

.card-content .title a {
    color: #222;
    text-decoration: none;
}

.card-content .menu-content {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.card-content .menu-content li {
    width: 33.333333%;
    float: left;
    background-color: #77d7b9;
    height: 60px;
    position: relative;
}

.card-content .menu-content a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 24px;
}

.card-content .menu-content span {
    top: -10px;
}

.card-content .button {
    display: block;
    width: 100px;
    margin: 3em auto 1em;
    font-size: 12px;
    color: #000;
    line-height: 1;
    position: relative;
    font-weight: 700;
}

.card-content .button::after {
    content: '\2192';
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.card-content .button:hover::after {
    -webkit-transform: translate(5px, -50%);
    transform: translate(5px, -50%);
    opacity: 1;
}


#home-slider-wrap{
background-color: #fff;
margin-bottom: 20px;
}
#home-slider {
  position: relative;
}

.home-slider-media {
    width: 50%;
    float: left;
}
.home-slider-media{
   box-shadow: 2px 0 #f3f3f3, 8px 0 rgba(0, 0, 0, 0.2)
}
.home-slider-media1{
    width: 50%;
    float: right;
}
.home-slider-caption1 {
    width: 40%;
    float: left;
}
.home-slider-media img {
    display: block;
    height:300px;
}
.home-slider-media1 img {
    display: block;
     height:300px;
}

.home-slider-caption {
    width: 50%;
    float: right;
    padding-left: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (min-width: 960px){
.home-slider-slide.img-right .home-slider-media1 {
    box-shadow: -2px 0 #f3f3f3, -8px 0 rgba(0, 0, 0, 0.2);
}
}
.home-slider-caption h1{
  color: #333;
  font-size:20px;
}
.home-slider-caption1 h1{
   color: #333;
  font-size:20px;
}
.home-slider-caption-title{
    line-height: 1.5;
    margin-top:10px;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 15px;
}
.home-slider-caption-content .readmore {
    margin-top: 30px;
}

.home-slider-caption-content .readmore a {

    position: relative;
    padding: 0.8em 1em 0.8em 1em;
    border: 1px solid rgba(115, 132, 146, 0.5);
    text-shadow: none;
    font-size: 15px;
    color: #000;
}
.home-slider-caption-content .readmore a:before{
  content: '';
    position: absolute;
    right: 0.5em;
    font-size: 1.5em;
    line-height: 1;
    margin-top: -0.5em;
    top: 45%;
    opacity: 0.5;
}
.home-slider-caption-content .readmore a .arrow {
    margin-left: 6px;
    display: none;
}

.home-slider-caption-content .readmore a:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75;
}

.home-slider-slide.no-image .home-slider-media {
    display: none;
}

.home-slider-slide.no-image .home-slider-caption {
    width: 100%;
    float: none;
}

.news_list_con {
    background-color: #fff;
    width: 100%;
    /* height: 290px; */
    border: 1px solid #fff;
    /* margin: 50px auto 0; */
}

.news_list_con h3 {
    margin: 0 auto;
    width: 560px;
    height: 50px;
    border-bottom: 1px solid #ddd;
}

.news_list_con h3 span {
    display: inline-block;
    height: 50px;
    border-bottom: 2px solid #f00;
    font: normal 18px/50px "";
    padding: 0 10px;
}

.news_list_con ul {
    list-style: none;
    /* width: 560px; */
    margin: 15px;
}

.news_list_con li {
    height: 70px;
    border-bottom: 1px solid #ddd;
    line-height: 40px;
}

/* .news_list_con li a:before {
    content: "\f099";
} */

.news_list_con li a {
    float: left;
    text-decoration: none;
    font-size: 14px;
}

.news_list_con li a:hover {
    color: blue;
}

.news_list_con li span {
    float: right;
}

.table-bordered td,
.table-bordered th {
    color:#000;
}
.text-white td, th {
    color:#fff !important;
}



.tab .nav-tabs {
    /*padding-left: 15px;*/
    border-bottom: 4px solid #fe5f1f;
}

.tab .nav-tabs li a {
    color: #fff;
    padding: 10px 20px;
    margin-right: 5px;
    background: #fe5f1f;
    text-shadow: 1px 1px 2px #000;
    border: none;
    border-radius: 0;
    /* opacity: 0.5; */
    position: relative;
    /* transition: all 0.3s ease 0s; */
}

.tab .nav-tabs li a:hover {
    background: #fe5f1f;
    opacity: 0.8;
}

.tab .nav-tabs li.active a {
    opacity: 1;
}

.tab .nav-tabs li.active a,
.tab .nav-tabs li.active a:hover,
.tab .nav-tabs li.active a:focus {
    color: #ffce11;
    background: #1e3f66;
    border: none;
    border-radius: 0;
}

.tab .nav-tabs li a:before,
.tab .nav-tabs li a:after {
    content: "";
    border-top: 42px solid transparent;
    position: absolute;
    top: -2px;
}

/*.tab .nav-tabs li a:before {*/
/*    border-right: 15px solid #1e3f66;*/
/*    left: -15px;*/
/*}*/

/*.tab .nav-tabs li a:after {*/
/*    border-left: 15px solid #1e3f66;*/
/*    right: -15px;*/
/*}*/

.tab .nav-tabs li a i,
.tab .nav-tabs li.active a i {
    display: inline-block;
    padding-right: 5px;
    font-size: 15px;
    text-shadow: none;
}

.tab .nav-tabs li a span {
    display: inline-block;
    font-size: 14px;
    /* letter-spacing: -9px; */
    /* opacity: 0; */
    transition: all 0.3s ease 0s;
}

.tab .nav-tabs li a:hover span,
.tab .nav-tabs li.active a span {
    letter-spacing: 1px;
    opacity: 1;
    transition: all 0.3s ease 0s;
}

.tab .tab-content {
    padding: 30px;
    background: #fff;
    font-size: 16px;
    color: #6c6c6c;
    line-height: 25px;
}

.tab .tab-content h3 {
    font-size: 24px;
    margin-top: 0;
}
.text-dark {
    color:#fff !important;
}

.center-div
{
 /*position: absolute;*/
  margin: auto;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 372px;
  
  /*background-color: #ccc;*/
  border-radius: 3px;
}

@media only screen and (max-width: 479px) {
    .tab .nav-tabs li {
        width: 100%;
        margin-bottom: 5px;
        text-align: center;
    }

    .tab .nav-tabs li a span {
        letter-spacing: 1px;
        opacity: 1;
    }
}


    .card-category-5 .all-pr-cards {
        padding:0;
    }

    .card-category-5 .per-card-1 {
        text-align: center;
        width:250px;
        background-image: linear-gradient(#315386, #ffffff);
        
        -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
        -moz-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
        -o-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    }
    
    .card-category-5 .per-card-1 .card-image {
        padding:20px;
    }
    
        .card-category-5 .per-card-1 .card-image img {
            height: 200px;
            width:100%;
        }

        .card-category-5 .per-card-1 .card-content .card-title {
            font-size: 20px;
            /*padding-bottom:px;*/
        }

        .card-category-5 .per-card-1 .card-content .per-position {
            color: #002255;
            padding-bottom: 14px;
            margin-top: -15px;
            padding-bottom: 10px;
        }

        .card-category-5 .per-card-1 .card-content .social-icons i {
            font-size: 30px;
            padding: 5px;

            -webkit-transition: all .2s ease-in;
            -moz-transition: all .2s ease-in;
            -o-transition: all .2s ease-in;
            transition: all .2s ease-in;
        }

        .card-category-5 .per-card-1 .card-content .social-icons i:hover {
            color:#383838;
        }

        .card-category-5 .per-card-1 .card-content .card-btn button {
            margin-top: 15px;
            width: 100%;
            padding: 15px;
            background: black;
            color: #fff;
            border: none;
            font-size: 18px;
            cursor: pointer;

            -webkit-transition: all .2s ease-in;
            -moz-transition: all .2s ease-in;
            -o-transition: all .2s ease-in;
            transition: all .2s ease-in;
        }

        .card-category-5 .per-card-1 .card-content .card-btn button:hover {
            background: #383838;
        }


        .card-category-5 .per-card-2 {
            width: 300px;
            padding: 30px 0 0 0;
            margin:0 40px; /*You may have remove this CSS. I used this CSS for apply some margin from the card before*/

            -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
            -moz-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
            -o-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
            box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
        }

            .card-category-5 .per-card-2 .card-image {
                padding: 10px 15px;
                background-image: linear-gradient(#3F51B5, #673AB7);
                width: 319px;
                position: relative;
                right: 25px;
            }
                
                .card-category-5 .per-card-2 .card-image::before {
                    content: '';
                    position: absolute;
                    width: 0px;
                    height: 0px;
                    border: 12px solid #430ca5;
                    top: -24px;
                    left: 0px;
                    border-left-color: transparent;
                    border-top-color: transparent;
                }

                .card-category-5 .per-card-2 .card-image::after {
                    content: '';
                    position: absolute;
                    width: 0px;
                    height: 0px;
                    border: 12px solid #430ca5;
                    top: 104px;
                    right: 0;
                    border-right-color: transparent;
                    border-bottom-color: transparent;
                }

                .card-category-5 .per-card-2 .card-image img {
                    border-radius: 40px;
                    height:80px;
                }                
            
                .card-category-5 .per-card-2 .card-image ul {
                    padding:0;
                }

                .card-category-5 .per-card-2 .card-image .per-name {
                    font-size:23px;
                    color:#fff;
                    margin: 5px 0px 0px 10px;
                }

                .card-category-5 .per-card-2 .card-image .per-position {
                    font-size:18px;
                    color:#fff;
                    margin: 15px 0px 0px 15px;
                }

                .card-category-5 .per-card-2 .card-image .card-btn {
                    position: absolute;
                    width: 40px;
                    height: 40px;
                    top: 80px;
                    right: 40px;
                    border: 4px solid #fff;
                    border-radius: 30px;
                    background: #653cb7;
                    cursor:pointer;

                    -webkit-transform:rotate(0deg);
                    -moz-transform:rotate(0deg);
                    -o-transform:rotate(0deg);
                    transform:rotate(0deg);

                    -webkit-transition: all .3s ease-in-out;
                    -moz-transition: all .3s ease-in-out;
                    -o-transition: all .3s ease-in-out;
                    transition: all .3s ease-in-out;
                }

                .card-category-5 .per-card-2 .card-image .card-btn:hover {
                    -webkit-transform:rotate(90deg);
                    -moz-transform:rotate(90deg);
                    -o-transform:rotate(90deg);
                    transform:rotate(90deg);
                }

                    .card-category-5 .per-card-2 .card-image .card-btn span, .card-category-5 .per-card-2 .card-image .card-btn span::after {
                        content: '';
                        width: 23px;
                        height: 3px;
                        background: #fff;
                        position: absolute;
                        top: 18px;
                        left: 8px;
                    }

                    .card-category-5 .per-card-2 .card-image .card-btn span::after {
                        left:0;
                        top:0;
                        
                        -webkit-transform: rotate(90deg);
                        -moz-transform: rotate(90deg);
                        -o-transform: rotate(90deg);
                        transform: rotate(90deg);
                    }

            .card-category-5 .per-card-2 .card-content {
                padding: 40px 30px 20px;
                text-align: justify;
            }

                .card-category-5 .per-card-2 .card-content .card-text {
                    line-height: 1.5;
                    color: #585858;
                    font-size: 15px;
                }

                .card-category-5 .per-card-2 .card-content .social-icons {
                    text-align:center;
                    padding-top:20px;
                }

                    .card-category-5 .per-card-2 .card-content .social-icons i {
                        padding:10px;
                        font-size:30px;
                        color: #430ca5;
                        cursor:pointer
                    }

                    .card-category-5 .per-card-2 .card-content .social-icons i:hover {
                        color:black;
                    }

        .card-category-5 .per-card-3 {
            width: 400px;
            height: 240px;

            -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
            -moz-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
            -o-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
            box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
        }

        .card-category-5 .per-card-3:hover .card-content .social-icons {
            opacity: 1;
            height: 100%;
        }
        
        .card-category-5 .per-card-3:hover .social-icons .card-btn {
            bottom: 0px !important;
            
            -webkit-animation: down-btn 1.5s;
            -moz-animation: down-btn 1.5s;
            -o-animation: down-btn 1.5s;
            animation: down-btn 1.5s;
        }

            .card-category-5 .per-card-3 .card-image {
                position:relative;
                background: #009688;
                padding-left: 20px;
                text-align:left;
            }

                .card-category-5 .per-card-3 .card-image img {
                    height: 90px;
                    border-radius: 50px;
                    padding: 5px;
                    margin-right: 10px;
                }

                .card-category-5 .per-card-3 .card-image .per-name {
                    position: absolute;
                    top: 40%;
                    text-transform: uppercase;
                    letter-spacing: 7px;
                    font-size: 20px;
                    color: #fff;
                }
            
            .card-category-5 .per-card-3 .card-content {
                text-align: center;
                padding: 20px;
                position: relative;
            }

                .card-category-5 .per-card-3 .card-content .per-position {
                    font-size: 22px;
                    text-transform: uppercase;
                    letter-spacing: 4px;
                    color: #009688;
                }

                .card-category-5 .per-card-3 .card-content .card-text {
                    padding: 10px;
                }
                    
                    .card-category-5 .per-card-3 .card-content .card-text span {
                        font-size: 13px;
                        color: #007368;
                    }

                .card-category-5 .per-card-3 .card-content .social-icons {
                    position: absolute;
                    top: 0;
                    width: 100%;
                    left: 0;
                    opacity: 0;
                    height: 0%;
                    background: #009688;
                    border-top: 1px solid #5eada5;
                    cursor: pointer;

                    -webkit-transition: all .5s ease-in-out;
                    -moz-transition: all .5s ease-in-out;
                    -o-transition: all .5s ease-in-out;
                    transition: all .5s ease-in-out;
                }

                    .card-category-5 .per-card-3 .card-content .social-icons i {
                        margin: 15px;
                        font-size:30px;
                        color: #fff;
                        cursor:pointer;

                        -webkit-transition: all .3s ease-in-out;
                        -moz-transition: all .3s ease-in-out;
                        -o-transition: all .3s ease-in-out;
                        transition: all .3s ease-in-out;
                    }

                    .card-category-5 .per-card-3 .card-content .social-icons i:hover {
                        -webkit-transform: scale(2);
                        -moz-transform: scale(2);
                        -o-transform: scale(2);
                        transform: scale(2);
                    }
                    
                    .card-category-5 .per-card-3 .card-content .social-icons .card-btn {
                        position: absolute;
                        bottom: 10px;
                        text-align: center;
                        width: 100%;
                    }

                        .card-category-5 .per-card-3 .card-content .social-icons .card-btn button {
                            cursor: pointer;
                            width: 100%;
                            padding: 15px;
                            font-size: 18px;
                            color: #fff;
                            background: #03695f;
                            border: none;
                        }


@media only screen and (max-width: 480px) {
    .io-card-1 .card-content .card-text {
        display: none;
    }

    .io-card-1 .card-link {
        top:85px;
    }

    .card-category-4 .sp-card-1 {
        height: 100%;
        width: 100%;
        text-align: center;
        padding: 0 0px 30px 0;
        margin: 30px 0;
    }

        .card-category-4 .sp-card-1 .shop-button {
            padding: 0;
        }

        .card-category-4 .sp-card-1 ul li:nth-child(1) {
            padding: 20px;
            float: none;
        }

        .card-category-4 .sp-card-1 ul li:nth-child(2) {
            text-align: center;
            padding: 0 0 30px 0;
            float: none;
        }

    .card-category-4 .sp-card-2 {
        width: 300px;
    }

    .card-category-4 .sp-card-3 {
        width: 100%;
        height:auto;
    }

    .card-category-4 .sp-card-3 .card-title {
        text-align: center;
        width: 100%;
        float: none;
    }

    .card-category-4 .sp-card-3 .product-details .product-img {
        width: 100%;
        float: none;
        padding-top: 10px;
        display: block;
    }

        .card-category-4 .sp-card-3 .product-details .product-img img {
            height: auto;
            width: 90%;
        }

    .card-category-4 .sp-card-3 .product-details .product-description {
        width: 100%;
        padding: 20px 0px;
    }

        .card-category-4 .sp-card-3 .product-details .product-description ul {
            text-align: center;
        }
        
            .card-category-4 .sp-card-3 .product-details .product-description ul li {
                font-size: 25px;
            }
            
            .card-category-4 .sp-card-3 .product-details .product-description ul li:last-child {
                text-decoration: underline;
                padding-top: 20px;
            }
        
        .card-category-4 .sp-card-3 .footer-card p {
            font-size: 20px;
        }

        .card-category-4 .sp-card-3 .footer-card li:nth-child(1) {
            padding-top: 5px;
        }

        .card-category-4 .sp-card-3 .footer-card li:nth-child(2) {
            width: 100%;
            padding: 30px 0;
            text-align: center;
        }

        .card-category-4 ul li:nth-child(3) { 
            margin-top: 25px;
            padding: 0 15px;
        }

        .card-category-5 .per-card-2 {
            margin: 20px 40px;
        }

        .card-category-5 .per-card-3 {
            width: 350px;
        }

            .card-category-5 .per-card-3 .card-image .per-name {
                letter-spacing: 4px;
            }
}

@media only screen and (max-width: 360px) {
    .ioverlay-card .card-content {
        top: 10px;
    }

    .io-card-1 .card-link {
        top: 70px;
    }

    .card-category-5 .per-card-2 {
        width: 275px;
    }

        .card-category-5 .per-card-2 .card-image {
            width: 295px;
        }

    .card-category-5 .per-card-3 {
        width: 320px;
        height: 254px;
    }
}

.client-img {
  padding:30px;
  border: 1px solid #cecece;
  align-items: center;
  display:flex;
  align-items: center;
  justify-content: center;
  margin-bottom:20px;
  background-color:#fff;
  /*min-height:200px*/
}

.client-img img {
  max-width:100%;
  /*filter: grayscale(100%);*/
  transition: all 0.3s;
}

.client-imgr:hover img{
  filter:none;
}