/* custom css file */
.top-header .header-left-content li a i { top: 0; }
.top-header.top-header-style-three .header-left-content li a, .top-header .header-left-content li a { color: #FFFFFF;}
.top-header.top-header-style-three .header-left-content li a:hover, .top-header .header-left-content li a:hover { color: #007BFF;}
/*.navbar-area.navbar-area-style-three { background-color: #007BFF !important;}*/
.pagecontent ul, .pagecontent ol {padding-left: 2rem; padding-bottom: .25rem; line-height:1.5rem;}
.pagecontent ul {list-style-type: disc;}
.main-content-text ul li {padding-left: 0;}
.main-content-text ol li, .main-content-text ul li {margin-bottom: 0;}
.pagecontent > ol > li {padding-bottom: .25rem;}
.about-content ul li:last-child {line-height: 1.8;}
.partner-href img {max-height: 80px; filter: grayscale(100%); opacity: .5; transition: all .3s ease;}
.partner-href:hover img {filter: grayscale(0%); opacity: 1;}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-area.navbar-area-style-three.is-sticky {background-color: #007BFF !important;}
}

@media only screen and (max-width: 991px) {
    .mobile-responsive-nav .logo {width: 160px;}
    .navbar-area.is-sticky {background-color: #007BFF !important;}
    .navbar-area {background-color: #007BFF !important;}
    .navbar-area.navbar-area-style-three {background-color: #007BFF !important;}
}

@media only screen and (max-width: 767px) {
    .navbar-area.navbar-area-style-three.is-sticky  {background-color: #007BFF !important;}
}