/*!
Theme Name: Central Institute of Freshwater Aquaculture
Theme URI: http://itarjun.com/
Author: Anjan Barik
Author URI: http://facbook.com/anjankpara/
Description: Description
Version: 1.0.0
Tested up to: 6.2
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: central-institute-of-freshwater-aquaculture
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Central Institute of Freshwater Aquaculture is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 @import url("https://fonts.googleapis.com/css?family=Lora:400,400i,700");
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.wrapper {
    min-height: 100%;
    margin-bottom: -344px;
}
.wrapper:after {
    content: "";
    display: block;
    min-height: 310px;
}
.footer {
   /* height: 344px; */
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "open sans", arial, sans-serif;
    font-weight: 300;
/*    font-size: 100% !important;*/
}
p {
    color: #444;
   /* font-size: 14px; */
}
a {
    color: #6091ba;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
a:hover {
    text-decoration: none;
    color: #365d7e;
}
a:focus {
    text-decoration: none;
}
.btn {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn .svg-inline--fa {
    color: #fff;
    margin-right: 5px;
}
.btn .svg-inline--fa.fa-search {
    margin-right: 0;
}
.btn-theme {
    background: #6091ba;
    border: 1px solid #6091ba;
    color: #fff;
}
.btn-theme:hover {
    background: #221b8a !important;
    border: 1px solid #84aac9;
    color: #fff;
}
a.btn-cta,
.btn-cta {
    background: #6091ba;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 1.33;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: 1px solid #6091ba;
    font-family: "open sans", arial, sans-serif;
}
a.btn-cta:hover,
.btn-cta:hover {
    color: #fff;
    background: #84aac9;
    border: 1px solid #84aac9;
}
a.btn-cta .svg-inline--fa,
.btn-cta .svg-inline--fa {
    margin-right: 10px;
    font-size: 20px;
    color: #fff;
}
.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border-color: #e8e8e8;
}
.form-control::-webkit-input-placeholder {
    color: #a6a6a6;
}
.form-control:-moz-placeholder {
    color: #a6a6a6;
}
.form-control::-moz-placeholder {
    color: #a6a6a6;
}
.form-control:-ms-input-placeholder {
    color: #a6a6a6;
}
.form-control:focus {
    border-color: #6091ba;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
blockquote {
    font-size: 14px;
}
blockquote p {
    font-size: 14px;
    line-height: 1.5;
}
.RedDamask {
    background-color: #e27240;
}
.RedDamask:hover {
    background-color: #df622a;
}
.FireBush {
    background-color: #e28d40;
}
.FireBush:hover {
    background-color: #df802a;
}
.OliveDrab {
    background-color: #60a823;
}
.OliveDrab:hover {
    background-color: #54931f;
}
.Mojo {
    background-color: #c94139;
}
.Mojo:hover {
    background-color: #b73932;
}
.text-highlight {
    color: #27435a;
}
.highlight-border {
    border-color: #6091ba;
}
.news-carousel .read-more {
    text-align: justify;
}
.read-more {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    /* font-size: 14px;    */
    display: block;
}
.read-more .svg-inline--fa {
    position: relative;
    top: 1px;
    margin-left: 5px;
}
.read-more:hover {
    text-decoration: none;
}
.carousel-fade .item {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
}
.carousel-fade .item.active {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
#topcontrol {
    background: #84aac9;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 35px;
    height: 35px;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
#topcontrol:hover {
    background: #6091ba;
}
#topcontrol .svg-inline--fa {
    position: relative;
    top: 3px;
    font-size: 25px;
}
.row-end {
    margin-right: 0;
    padding-right: 0;
}
ul.custom-list-style li {
    list-style: none;
}
.date-label {
    background: #f5f5f5;
    display: inline-block;
    width: 40px;
    height: 50px;
    text-align: center;
    font-size: 13px;
}
.date-label .month {
    background: #6091ba;
    color: #fff;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
}
.date-label .date-number {
    clear: left;
    display: block;
    padding-top: 5px;
    font-size: 15px;
    font-family: "open sans", arial, sans-serif;
    font-weight: 500;
}
.pagination-container {
    margin-top: 30px;
}
.page-link {
    color: #6091ba;
}
.page-item.active .page-link {
    background: #6091ba;
    border-color: #6091ba;
}
.page-item:first-child .page-link {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.page-item:last-child .page-link {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

#navbarSupportedContent a {
    /*  font-size: 14px; */
    color: #fff;
}
.nav-item.active a {
    background-color: #00203fff;
}
.nav-item a:hover {
    background-color: #00a3e8;
}
.dropdown-menu li:hover {
    background-color: #00203fff;
}
.dropdown-menu {
    padding: 0 ;
    font-size:100% !important;
}
.navbar-expand-lg .navbar-nav .nav-link {
    white-space: nowrap !important;
}
.nav-item .dropdown-item a:hover{
    background-color: transparent ;
}
.navbar-nav li:hover > ul.dropdown-menu, .navbar-nav li:focus > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
}
.nav-tabs {
    border-bottom: none;
    position: relative;
    margin-bottom: -1px;
}
.tab-content {
    border: 1px solid #e8e8e8;
    padding: 15px;
    margin-bottom: 20px;
}
.nav .nav-item .nav-link {
    font-size: 13px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.nav-tabs .nav-link {
    border: 1px solid #e8e8e8;
    border-bottom: none;
}
.nav-tabs .nav-link:hover {
    background: none;
}
.nav-tabs .nav-link.active {
    border-top: 2px solid #6091ba;
}
.nav-tabs .nav-link.active:hover {
    border-bottom: none;
}
nav.navbar {
    padding: 2px 0;
}
.dropdown-menu {
    background: #219ebc !important;
    border-radius: 0;
}
.dropdown-menu a:hover{
    text-decoration: none;
}
.dropdown-menu li {
    border-bottom: 1px solid #fff;
}
#primery .sub-menu {
    margin: 0px auto;
    padding: 0px ;
    min-width: 15rem;
}

.nav-tabs > li > a {
    border: 1px solid #e8e8e8;
    border-bottom: none;
    background: #f5f5f5;
    padding: 5px 15px;
    margin-right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #444;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
}
.nav-tabs > li {
    margin-right: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background: #f5f8fb;
}
.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 #ebebeb;
}
.table > thead > tr > th {
    border-bottom: 2px solid #a7c2d9;
    color: #365d7e;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background: #f5f8fb;
}
.table-boxed,
.table-bordered {
    border: 1px solid #ebebeb;
}
.table.table-boxed > thead > tr > th {
    border-bottom: none;
    background: #6091ba;
    color: #fff;
}
.faq-wrapper .card {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    border-color: #e8e8e8;
}
.faq-wrapper .card .card-header {
    background: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.faq-wrapper .card .card-header .card-title a {
    color: #6091ba;
}
.faq-wrapper .card .card-header .card-title a .svg-inline {
    margin-right: 5px;
}
.faq-wrapper .card .card-body {
    font-size: 13px;
}
.card {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.card .card-header {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.card .card-header .card-title {
    margin-bottom: 0;
}
.card .card-header h3.card-title {
    font-weight: 500;
    margin-bottom: 0;
    font-size: 18px;
}
.card .card-header .badge {
    font-size: 11px;
    padding: 5px 10px;
}
.card .card-footer {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.card .card-footer ul {
    margin-bottom: 0;
}
.card .card-footer ul.list-inline li {
    margin-bottom: 0;
}
.card .card-footer small {
    color: #999;
}
.no-margins {
    margin: 0;
}
.no-margin-left {
    margin-left: 0;
}
.no-margin-right {
    margin-right: 0;
}
.no-margin-top {
    margin-top: 0;
}
.no-margin-bottom {
    margin-bottom: 0;
}
.label {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.label.label-theme {
    background: #6091ba;
}
.label .svg-inline--fa {
    margin-right: 4px;
}
.label.label-icon-only .svg-inline--fa {
    margin-right: 0;
}
.badge {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.badge.badge-theme {
    background: #6091ba;
}
.badge.badge-default {
    background: #999;
}
.badge.badge-primary {
    background: #428bca;
}
.badge.badge-success {
    background: #5cb85c;
}
.badge.badge-info {
    background: #5bc0de;
}
.badge.badge-info {
    background: #5bc0de;
}
.badge.badge-warning {
    background: #f0ad4e;
    color: #fff;
}
.badge.badge-danger {
    background: #d9534f;
}
.promo-badge {
    font-size: 20px;
    display: table;
}
.promo-badge a {
    color: #fff;
    display: table-cell;
    width: 135px;
    height: 135px;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.promo-badge .percentage {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    position: relative;
    font-family: "open sans", arial, sans-serif;
}
.promo-badge .percentage .off {
    font-size: 11px;
    position: absolute;
    top: 15px;
    right: -15px;
}
.promo-badge .desc {
    font-size: 12px;
}
.progress-bar-theme {
    background: #6091ba;
}
.gallery-album .item {
    margin-bottom: 15px;
}
.gallery-album .item a {
    border: 1px solid #e8e8e8;
    padding: 4px;
    display: inline-block;
}
.gallery-album .item a:hover {
    -webkit-box-shadow: 0px 0px 5px 0px #e8e8e8;
    -moz-box-shadow: 0px 0px 5px 0px #e8e8e8;
    box-shadow: 0px 0px 5px 0px #e8e8e8;
}
.blueimp-gallery > .slides > .slide > .slide-content,
.blueimp-gallery > .prev,
.blueimp-gallery > .next,
.blueimp-gallery > .close,
.blueimp-gallery > .play-pause {
    color: #fff !important;
}
#cboxLoadedContent,
#cboxContent {
    background: none;
}
.box {
    background: #f5f5f5;
    padding: 30px 30px 0;
}
.box.box-border {
    border-left: 5px solid #6091ba;
}
/*.box.box-dark {
    background: #444;
    color: #fff;
}*/
.box.box-theme {
    background: #6091ba;
    color: #fff;
}
.box .date-label {
    background: #fff;
}
.social-icons {
    list-style: none;
    padding-top: 10px;
    margin-bottom: 0;
}
.social-icons li {
    float: left;
}
.social-icons li.row-end {
    margin-right: 0;
}
.social-icons a {
    display: inline-block;
    background: #95b6d1;
    width: 32px;
    height: 32px;
    text-align: center;
    padding-top: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    font-size: 18px;
    margin-right: 10px;
    float: left;
}
.social-icons a:hover {
    background: #6091ba;
}
.social-icons a .svg-inline--fa {
    color: #fff;
}
.social-icons a .svg-inline--fa:before {
    font-size: 18px;
    text-align: center;
    padding: 0;
}
.header .top-bar {
/*    background: #343434;*/
    background: #2d5488;
}
.header .top-bar .search-form {
    padding: 5px 0;
}
.header .top-bar .search-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.header .top-bar .search-form .form-control {
    font-size: 13px;
    height: 26px;
}
.header .top-bar .search-form .btn {
    font-size: 13px;
    height: 26px;
    line-height: 13px;
    background-color: #219ebc;
    color: #fff;
    width: auto;
}
.header .social-icons li.row-end {
    margin-right: 0;
}
.header .social-icons a {
    background: #27435a;
}
.header .social-icons a:hover {
    background: #6091ba;
}
.header .social-icons a:hover .svg-inline--fa {
    color: #fff;
}
.header .social-icons a .svg-inline--fa {
    color: rgba(255, 255, 255, 0.4);
}
.header .social-icons a .svg-inline--fa:before {
    font-size: 18px;
    text-align: center;
    padding: 0;
}
.header .header-main {
    padding-top: 5px;
    padding-bottom: 5px;
}
.header h1.logo {
    margin-top: 0;
    margin-bottom: 0;
}
.header .menu-top {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
    float: right;
}
.header .menu-top li {
    list-style: none;
    float: left;
    font-size: 11px;
    font-family: "open sans", arial, sans-serif;
}
.header .menu-top li:last-child a {
    padding-right: 0;
}
.header .menu-top li.divider a {
    border-right: 1px solid #c4c4c4;
}
.header .menu-top li a {
    display: inline-block;
    color: #777;
    padding: 0px 10px;
}
.header .menu-top li a:hover {
    color: #6091ba;
}
.header .contact {
    font-size: 20px;
    font-family: "open sans", arial, sans-serif;
    font-weight: 300;
    margin-top: 10px;
}
.header .contact p {
    float: left;
    margin-bottom: 0;
}
.header .contact p.phone {
    margin-right: 30px;
}
.header .contact p a {
    color: #444;
}
.header .contact .svg-inline--fa {
    color: #6091ba;
    margin-right: 8px;
    font-size: 18px;
    position: relative;
    top: 1px;
}
.header .contact .svg-inline--fa.fa-phone {
    font-size: 20px;
    top: 2px;
}
.header .search-form {
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.header .search-form .form-control {
    width: 160px;
    background: #f5f5f5;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.header .search-form .form-control:focus {
    background: #fff;
    border-color: #6091ba;
}
.main-nav-wrapper {
    background: #221B8A;
/*    margin-bottom: 5px;*/
/*    min-height: 50px;*/
}
.main-nav {
    padding: 0;
}
.main-nav-wrapper .navbar-toggler {
    position: relative;
    margin-bottom: 15px;
    right: 0;
    top: 9px;
    padding: 9px 10px;
    background-image: none;
    border: 1px solid transparent;
}
.main-nav-wrapper button {
    background: #27435a;
    color: #fff !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.main-nav-wrapper button:focus {
    outline: none;
}
.main-nav-wrapper button .icon-bar {
    background-color: #fff;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.main-nav-wrapper button .icon-bar + .icon-bar {
    margin-top: 4px;
}
.main-nav-wrapper .navbar-collapse {
    padding: 0;
}
.main-nav-wrapper .nav .nav-item {
    font-weight: 600;
    text-transform: uppercase;
    font-family: "open sans", arial, sans-serif;
    z-index: 100;
    position: relative;
}
.main-nav-wrapper .nav .nav-item.dropdown {
    z-index: 101;
}
.main-nav-wrapper .nav .nav-item.dropdown a {
    font-size: 13px;
}
.main-nav-wrapper .nav .nav-item.show .nav-link {
    background: #4678a1;
}
.main-nav-wrapper .nav .nav-item.show .nav-link:hover {
    background: #4678a1;
}
.main-nav-wrapper .nav .nav-item .nav-link {
    color: #dce7f0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    padding: 15px;
    background: #221B8A;
}
.main-nav-wrapper .nav .nav-item .nav-link:hover {
    background: #219ebc;
    color: #fff;
}
.main-nav-wrapper .nav .nav-item .nav-link.active {
    background: #0C0661;
    color: #fff;
}
.main-nav-wrapper .nav .nav-item .nav-link.active:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    bottom: -1px;
}
#navbarSupportedContent  li.dropdown.menu-item-has-children > a:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
#navbarSupportedContent li.dropdown.menu-item-has-children   .sub-menu .menu-item-has-children > a::after {
    display: inline-block;
    margin-left: .5em;
    vertical-align: middle;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
}
/*.main-nav-wrapper .nav .nav-item .nav-link.active.dropdown-toggle:before {
    display: none;
}*/
/*.main-nav-wrapper .nav .nav-item .dropdown-toggle:after {
    display: none;
}*/
.main-nav-wrapper .nav .nav-item.open a {
    background: #4678a1;
    color: #fff;
}
.main-nav-wrapper .nav .nav-item .dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin: 0;
    border: none;
    padding: 0;
    min-width: 220px;
}
.main-nav-wrapper .nav .nav-item .dropdown-menu a {
    border-bottom: 1px solid #3e6a8f;
    padding: 8px 20px;
    text-transform: none;
    font-size: 14px;
    background: #4678a1;
    color: #fff;
}
.main-nav-wrapper .nav .nav-item .dropdown-menu a:hover {
    background: #3e6a8f;
    color: #fff;
    padding-left: 24px;
}
.main-nav-wrapper .nav .nav-item .dropdown-submenu {
    position: relative;
}
.main-nav-wrapper .nav .nav-item .dropdown-submenu .svg-inline--fa {
    position: absolute;
    right: 15px;
    top: 10px;
}
.main-nav-wrapper .nav .nav-item .dropdown-submenu li {
    position: relative;
}
.main-nav-wrapper .nav .nav-item .dropdown-submenu li .svg-inline--fa {
    position: absolute;
    right: 15px;
    top: 10px;
}
.main-nav-wrapper .nav .nav-item .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: -1px;
}
.footer {
    background: #e9e9e5;
    border-top: 10px solid #f1bc31;
    margin-top: 15px;
}
.footer-col h2 {
  border-bottom: 3px solid #f1bc31;
  padding-top: 5px;
}
.footer p {
    color: #000;
}
.footer .footer-content .footer-col a {
  color: #444;
}
.footer ul {
    padding-left: 0;
}
.footer li {
    list-style: none;
}
.footer h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
}
.footer .footer-content {
    padding: 30px 0;
    font-size: 90%;
/*    min-height: 300px;*/
}
.footer .footer-content .footer-col .footer-col-inner {
    padding: 0 15px;
}
/*.footer .footer-content .footer-col .svg-inline--fa {
    margin-right: 10px;
    display: inline-block;
    color: #767676;
}*/
.footer .footer-content .footer-col .svg-inline--fa.fa-phone {
    font-size: 16px;
}
.footer .footer-content .footer-col li {
    margin-bottom: 10px;
/*    font-size: 12px;*/
}
.footer .footer-content .footer-col a {
    color: #444;
}
.social-icons a.twitter {
  background: #1d9bf0;
}
.social-icons a.facebook {
  background: #4867aa;
}
.social-icons a.youtube {
  background: red;
}
.footer-middle p, .footer-middle .last-update > p, .footer-middle .vcount > p {
  color: #dcdcdc;
}
.footer .footer-content .footer-col a:hover {
    color: #84aac9;
}
.footer .footer-content .adr {
    margin-bottom: 30px;
}
.footer .footer-content .adr .svg-inline--fa {
    font-size: 16px;
    margin-top: 2px;
}
.footer .footer-content .subscribe-form {
    padding: 0;
}
.footer .footer-content .subscribe-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.footer .footer-content .subscribe-form .form-control {
    width: 320px;
    background: #f5f5f5;
    border: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    font-size: 13px;
}
.footer .footer-content .subscribe-form .form-control:focus {
    background: #fff;
}
.footer .footer-content .subscribe-form .btn {
    font-size: 85%;
}
.footer .bottom-bar {
    background: #2b2b2b;
    padding: 5px 0;
}
.footer .bottom-bar .copyright {
    font-size: 85%;
    color: #dcdcdc;
    line-height: 3;
}
.footer .bottom-bar .copyright a:hover {
    color: #84aac9;
}
.footer .bottom-bar .social {
    margin: 0;
}
.footer .bottom-bar .social li {
    float: right;
    margin-left: 10px;
    text-align: center;
    font-size: 18px;
    line-height: 2;
}
.footer .bottom-bar .social li a {
    color: #a9a9a9;
    padding: 0 5px;
}
.footer .bottom-bar .social li a:hover {
    color: #6091ba;
}
.flexslider {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    border: 0;
}
.flexslider .flex-control-nav {
    bottom: -35px;
}
.flexslider .flex-control-paging li a {
    background: #a1a1a1;
}
.flexslider .flex-control-paging li a:hover {
    background: #6091ba;
}
.flexslider .flex-control-paging li a.flex-active {
    background: #6091ba;
}
.flexslider .slides li {
    position: relative;
}
.flexslider .slides .flex-caption {
    position: absolute;
    left: 15px;
    bottom: 15px;
    color: #fff;
    display: inline-block;
    font-family: "open sans", arial, sans-serif;
}
.flexslider .slides .flex-caption .main {
    display: inline-block;
    background: #6091ba;
    margin-bottom: 5px;
    padding: 10px 15px;
    font-size: 95%;
    text-transform: uppercase;
}
.flexslider .slides .flex-caption .main a {color: #fff;}
.flexslider .slides .flex-caption .secondary {
    display: inline-block;
    background: rgba(0, 0, 0, 0.8);
    padding: 5px 15px;
    color: #fff;
    font-size: 90%;
}
.flexslider .slides .promo-badge {
    position: absolute;
    right: 60px;
    top: 30px;
}
.page-wrapper .page-heading {
    margin-bottom: 30px;
    border-bottom: 1px solid #e8e8e8;
}
.page-wrapper .page-heading h1.heading-title {
    margin-top: 0;
    display: inline-block;
    font-size: 28px;
}
.page-wrapper .breadcrumbs {
    display: inline-block;
}
.page-wrapper .breadcrumbs ul {
    padding-top: 25px;
    margin: 0;
}
.page-wrapper .breadcrumbs ul li {
    color: #6091ba;
    font-size: 12px;
    float: left;
    list-style: none;
    display: inline-block;
}
.page-wrapper .breadcrumbs ul li a {
    display: inline-block;
    padding: 0 5px;
    color: #aaa;
}
.page-wrapper .breadcrumbs ul li a:hover {
    color: #365d7e;
}
.page-wrapper .breadcrumbs ul li.breadcrumbs-label {
    padding-right: 0;
    color: #aaa;
}
.page-wrapper .breadcrumbs ul li.current {
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.page-wrapper .breadcrumbs ul li .svg-inline--fa {
    margin-right: 5px;
    color: #aaa;
}
.page-wrapper ul li {
    margin-bottom: 5px;
}
.page-wrapper ul li .svg-inline--fa {
    margin-right: 5px;
    color: #6091ba;
}
.page-wrapper ul li.list-group-item {
    margin-bottom: -1px;
}
.page-wrapper ul.nav li {
    margin-bottom: 0;
}
.page-wrapper ul.social-icons li .svg-inline--fa {
    margin-right: 0;
    color: #fff;
}
.page-wrapper ol li {
    margin-bottom: 5px;
}
.page-wrapper dl dd {
    margin-bottom: 5px;
}
.page-wrapper .page-content h1 {
    font-size: 26px;
    font-weight: normal;
}
.page-wrapper .page-content h2 {
    font-size: 24px;
    font-weight: normal;
}
.page-wrapper .page-content h3 {
    font-size: 20px;
    font-weight: normal;
}
.page-wrapper .page-content h4 {
    font-size: 18px;
    font-weight: normal;
}
.page-wrapper .page-content h5 {
    font-size: 16px;
    font-weight: normal;
}
.page-wrapper .page-content h6 {
    font-size: 14px;
    font-weight: normal;
}
.page-wrapper .page-content .title {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 300;
}
.page-wrapper .page-content .page-row {
    margin-bottom: 30px;
}
.page-wrapper .page-content .custom-quote {
    border-left: 4px solid #a7c2d9;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.page-wrapper .page-content .custom-quote p {
    font-size: 14px;
    color: #777;
    line-height: 1.5;
}
.page-wrapper .page-content .custom-quote .svg-inline--fa {
    color: #6091ba;
    margin-right: 10px;
}
.page-wrapper .page-content .custom-quote .people {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 11px;
    color: #444;
    font-style: normal;
}
.page-wrapper .page-content .custom-quote .people .name {
    color: #6091ba;
}
.page-wrapper .page-content .has-divider {
    border-bottom: 1px dotted #e8e8e8;
    padding-bottom: 15px;
}
.page-wrapper .page-content .has-divider-solid {
    border-bottom: 1px solid #e8e8e8;
}
.page-wrapper .page-content .row-divider {
    border-bottom: 1px dotted #e8e8e8;
    padding: 10px 0;
}
.page-wrapper .page-content .even-row {
    background: #f5f5f5;
}
.page-wrapper .page-content .read-more.btn {
    margin-bottom: 15px;
    display: inline-block;
}
.page-wrapper .page-content .card-title {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
}
.page-wrapper .page-content .video-iframe {
    max-width: 100%;
}
.page-wrapper .page-content .album-cover {
    border: 1px solid #e8e8e8;
    margin-bottom: 30px;
}
.page-wrapper .page-content .album-cover:hover {
    -webkit-box-shadow: 0px 0px 5px 0px #e8e8e8;
    -moz-box-shadow: 0px 0px 5px 0px #e8e8e8;
    box-shadow: 0px 0px 5px 0px #e8e8e8;
}
.page-wrapper .page-content .album-cover > a:hover {
    position: relative;
}
.page-wrapper .page-content .album-cover > a:hover img {
    display: block;
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
}
.page-wrapper .page-content .album-cover .desc {
    padding: 15px;
    position: relative;
}
.page-wrapper .page-content .album-cover .desc:before {
    content: "";
    display: block;
    display: block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: -10px;
}
.page-wrapper .page-sidebar h3.title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 20px;
}
.page-wrapper .page-sidebar .widget {
    margin-bottom: 30px;
    padding-bottom: 15px;
}
.page-wrapper .page-sidebar .widget.has-divider {
    border-bottom: 1px dotted #e8e8e8;
}
.page-wrapper .page-sidebar .widget .iframe {
    height: auto;
    min-height: 200px;
    max-width: 100%;
}
.page-wrapper .page-sidebar .widget .svg-inline--fa {
    margin-right: 5px;
    color: #6091ba;
}
.page-wrapper .page-sidebar .widget .svg-inline--fa.fa-phone {
    font-size: 16px;
}
.page-wrapper .page-sidebar .widget .btn .svg-inline--fa {
    color: #fff;
}
.page-wrapper .page-sidebar .widget .nav li a {
    padding: 5px 15px;
    color: #444;
    margin-bottom: 10px;
    border-left: 5px solid transparent;
}
.page-wrapper .page-sidebar .widget .nav li a:hover {
    background: none;
    color: #6091ba;
}
.page-wrapper .page-sidebar .widget .nav li.active a {
    background: none;
    color: #6091ba;
    font-weight: bold;
    border-left: 5px solid #6091ba;
}
.page-wrapper .page-sidebar ul {
    padding-left: 0;
}
.page-wrapper .page-sidebar #flickr-photos li {
    list-style: none;
    float: left;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
}
.page-wrapper .page-sidebar #flickr-photos li img {
    max-width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.page-wrapper .page-sidebar #flickr-photos li img:hover {
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.page-wrapper .page-sidebar .news-item {
    margin-bottom: 15px;
}
.page-wrapper .page-sidebar .news-item img {
    width: 40px;
    height: 40px;
}
.page-wrapper .page-sidebar .news-item .title {
    font-size: 14px;
    margin-top: 0;
}
.page-wrapper .page-sidebar .testimonials-carousel {
    position: relative;
}
.page-wrapper .page-sidebar .testimonials-carousel .svg-inline--fa {
    color: #6091ba;
    margin-right: 5px;
    font-size: 18px;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel .item {
    min-height: 300px;
}
.page-wrapper .page-sidebar .testimonials-carousel .quote {
    padding-left: 15px;
    border-left: 4px solid #f5f5f5;
}
.page-wrapper .page-sidebar .testimonials-carousel .source {
    position: relative;
    min-height: 80px;
}
.page-wrapper .page-sidebar .testimonials-carousel .people {
    margin-top: 30px;
    margin-left: 19px;
}
.page-wrapper .page-sidebar .testimonials-carousel .people .name {
    color: #6091ba;
}
.page-wrapper .page-sidebar .testimonials-carousel .people .title {
    color: #999;
}
.page-wrapper .page-sidebar .testimonials-carousel .profile {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 80px;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls {
    margin-top: 20px;
    text-align: right;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #ddd;
    text-align: center;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls a .svg-inline--fa {
    color: #fff;
    text-align: center;
    margin-right: 0;
    font-size: 20px;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls a.next .svg-inline--fa {
    margin-left: 2px;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls a.prev .svg-inline--fa {
    margin-right: 2px;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls a:hover {
    background: #6091ba;
}
.home-page h1.section-heading {
    font-size: 130%;
    font-weight: 300;
    line-height: 1.7;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    color: #fff;
/*    color: #2f506c;*/
    background-color: #221B8A;
}

/*.home-page h1.section-heading .line {
    border-top: 2px solid #6091ba;
    display: inline-block;
    padding: 0 10px;
    padding-top: 5px;
}*/
.home-page section {
    /*background: #f5f5f5;*/
    overflow: hidden;
    margin-bottom: 20px;
}
.home-page .section-content {
/*    padding: 15px;*/
    padding-top: 0;
}
.multislide.flexslider .slides .flex-caption {
  position: relative;
  left: 0;
  top: 10px;
}
.multislide.flexslider .slides .flex-caption .main {
    padding: 3px 10px;
}
.multislide.flexslider {
  margin-bottom: 0;
  border: none;
}
.home-page .carousel-controls a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    display: inline-block;
    background: #219ebc;
    width: 20px;
    height: 20px;
    text-align: center;
}
.home-page .carousel-controls a .svg-inline--fa {
    color: #fff;
    margin-right: 0;
    font-size: 18px;
}
.home-page .carousel-controls a.next .svg-inline--fa {
    margin-top: 1px;
    margin-left: 2px;
}
.home-page .carousel-controls a.prev .svg-inline--fa {
    margin-top: 1px;
    margin-right: 2px;
}
.home-page .carousel-controls a:hover {
    background: #6091ba;
}
.home-page .promo {
    margin-bottom: 20px;
}
.home-page .promo h1.section-heading {
    margin-top: 0;
    font-size: 130%;
    color: #fff;
    padding-left: 1rem;
}
.home-page .promo p {
/*    color: #f5f5f5;*/
}
.home-page .promo .btn-cta {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 15px;
    font-family: "Open Sans", arial, sans-serif;
}
.home-page .news {
    position: relative;
}
.home-page .news .carousel-controls {
    position: absolute;
    right: 10px;
    top: 5px;
}
.home-page .gallery-events .carousel-controls, .home-page .product .carousel-controls {
  position: absolute;
  right: 22px;
  top: 5px;
}
.product .carousel img {
    max-height:15em ;
}
.home-page .news h2.title {
    font-size: 18px;
    margin-top: 0;
}
.home-page .news h2.title a {
    color: #444;
}
.home-page .news h2.title a:hover {
    color: #365d7e;
}
.home-page .news .news-item {
    border-left: 2px solid #6091ba;
    padding-left: 10px;
    position: relative;
    margin-bottom: 20px;
}
.gallery-nav {
        padding: 0;
        list-style: none;
    }
    .gallery-nav li {
        display: inline-block;
        padding: 10px 20px
    }
.home-page .news .thumb {
    position: absolute;
    left: 0;
    top: 0;
}
.home-page .events .section-content {
    min-height: 520px;
}
.home-page .events .event-item {
    position: relative;
    padding-left: 55px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.home-page .events .event-item .date-label {
    background: #fff;
    position: absolute;
    left: 0;
}
.home-page .events .event-item h2.title {
    margin-bottom: 20px;
    font-size: 16px;
}
.home-page .events .event-item p {
    margin-bottom: 5px;
}
.home-page .events .event-item .svg-inline--fa {
    margin-right: 5px;
    font-size: 14px;
    min-width: 16px;
    color: #666;
}
.home-page .events .event-item .svg-inline--fa.fa-map-marker {
    font-size: 18px;
}
.home-page .events .read-more {
    margin-top: 15px;
}
.home-page .events .details p {
    color: #666;
}
.gallery-events .col-lg-6 {
    padding: 0;
}
#event-img-slide .image {
  min-height: 135px;
  max-height: 150px;
}
.gallery-events .overlay {
    display: none;
}

.home-page .course-finder .course-finder-form {
    margin-bottom: 15px;
}
.home-page .course-finder .keywords {
    padding-left: 0;
}
.home-page .course-finder .keywords input {
    width: 200px;
    margin-right: 5px;
}
.home-page .video {
    position: relative;
}
.home-page .video .carousel-controls {
    position: absolute;
    right: 10px;
    top: 10px;
}
.home-page .video .video-iframe {
    max-width: 100%;
    width: 100%;
    height: 287px;
    margin-bottom: 5px;
}
.home-page .links .svg-inline--fa {
    margin-right: 5px;
}
.home-page .testimonials {
    position: relative;
}
.home-page .testimonials .carousel-controls {
    position: absolute;
    right: 10px;
    top: 10px;
}
.home-page .testimonials .svg-inline--fa {
    color: #6091ba;
    margin-right: 5px;
    font-size: 18px;
}
.home-page .testimonials .carousel .item {
    min-height: 298px;
}
.home-page .testimonials .quote {
    padding-left: 15px;
    border-left: 4px solid #e6e6e6;
}
.home-page .testimonials .source {
    position: relative;
    padding-top: 30px;
}
.home-page .testimonials .people {
    margin-top: 10px;
}
.home-page .testimonials .people .name {
    color: #6091ba;
}
.home-page .testimonials .people .title {
    color: #999;
}
.home-page .testimonials .profile {
    position: absolute;
    right: 5px;
    bottom: 0;
    width: 60px;
    height: 60px;
}
.home-page .awards {
    background: #fff;
    margin-bottom: 0;
}
.home-page .awards .logos {
    margin: 0;
    padding: 0;
}
.home-page .awards .logos li {
    list-style: none;
    margin-right: 0;
    text-align: center;
}
.home-page .awards .logos li img {
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
    margin: 0 auto;
}
.home-page .awards .logos li img:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.home-page .awards .carousel-control {
    background: none;
    width: auto;
    top: 20px;
    text-shadow: none;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.home-page .awards .carousel-control .svg-inline--fa {
    color: #e8e8e8;
    font-weight: bold;
}
.home-page .awards .carousel-control:hover .svg-inline--fa {
    color: #999;
}
.flexslider {
    overflow: hidden;
}
.flex-direction-nav a {
    width: 36px;
    height: 36px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    padding: 10px;
    padding-top: 6px;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    text-shadow: none;
    text-align: center;
}
.flex-direction-nav a:before {
    text-shadow: none;
    color: #fff;
    font-size: 18px;
    margin-top: 0px;
}
.courses-wrapper .tab-content {
    font-size: 12px;
}
.courses-wrapper .tab-content .item {
    margin-top: 15px;
}
.courses-wrapper .tab-content img {
    margin-bottom: 10px;
}
.courses-wrapper .course-finder {
    margin-bottom: 30px;
}
.courses-wrapper .course-finder .keywords input {
    width: 260px;
}
.courses-wrapper .course-list-header {
    font-size: 13px;
    margin-bottom: 15px;
}
.courses-wrapper .course-list-header .summary {
    padding-top: 10px;
}
.courses-wrapper .course-list-header .control-label {
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    margin-right: 10px;
    line-height: 2;
}
.courses-wrapper .course-list-header .sort {
    padding-top: 5px;
}
.courses-wrapper .course-list-header .sort-options {
    width: auto;
    height: 25px !important;
    font-size: 12px;
}
.courses-wrapper .course-item {
    font-size: 12px;
}
.courses-wrapper .course-item .col-meta {
    color: #777;
}
.events-wrapper .events-item .date-label {
    background: #f5f5f5;
}
.events-wrapper .events-item .details .time {
    margin-right: 10px;
}
.events-wrapper .events-item .details .svg-inline--fa {
    margin-right: 5px;
}
.contact-form .required {
    color: #e14b39;
    display: inline-block;
    font-weight: normal;
    padding-left: 2px;
}
.contact-form label {
    font-weight: 700;
}
.contact-form .form-control {
    font-size: 14px;
}
.gmap-wrapper {
    border: 1px solid #e8e8e8;
    position: relative;
    padding-bottom: 30%;
    height: 0;
    overflow: hidden;
}
.gmap-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.section-bg {
  background: #f5f5f5;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

@media (max-width: 767.98px) {
    .wrapper {
        min-height: inherit;
        margin-bottom: 0;
    }
    .wrapper:after {
        content: none;
    }
    .footer {
        height: auto;
    }
    .pull-right,
    .pull-left {
        float: none !important;
    }
    .logo {
        text-align: center;
    }
    .header .contact p {
        text-align: center;
        margin-right: 0;
        margin-bottom: 5px;
        float: none;
    }
    .header .menu-top {
        text-align: center;
        margin-top: 10px;
    }
    .header .menu-top li {
        float: none;
        display: inline-block;
    }
    .header br {
        display: none;
    }
    .header .social-icons {
        text-align: center;
        margin: 0 auto;
    }
    .header .social-icons li {
        float: none;
        display: inline-block;
    }
    .main-nav .navbar-collapse {
        border-top: 0;
        -webkit-box-shadow: 0;
        -moz-box-shadow: 0;
        box-shadow: 0;
    }
    .main-nav .nav .nav-item .nav-link.active:before {
        display: none;
    }
    .navbar-nav {
        margin-top: 0;
    }
    .header .search-form {
        text-align: center;
    }
    .header .search-form .form-group {
        display: inline-block;
    }
    .header .search-form .form-control {
        width: 210px;
    }
    .main-nav .nav .nav-item.active > a:before {
        content: none;
    }
    .main-nav .nav .nav-item .dropdown-submenu > .dropdown-menu {
        position: static;
        left: auto;
        margin-left: 0;
    }
    .main-nav .nav .nav-item .dropdown-submenu .dropdown-menu a {
        padding-left: 30px;
    }
    .main-nav .nav .nav-item .dropdown-submenu .dropdown-menu a:hover {
        padding-left: 34px;
    }
    .main-nav .nav .nav-item .dropdown-submenu .dropdown-menu .dropdown-submenu .dropdown-menu a {
        padding-left: 45px;
    }
    .main-nav .nav .nav-item .dropdown-submenu .dropdown-menu .dropdown-submenu .dropdown-menu a:hover {
        padding-left: 49px;
    }
    .flexslider {
        margin-bottom: 15px;
    }
    .flex-direction-nav a {
        margin-top: -50px;
    }
    .flexslider .slides .flex-caption {
        position: static;
        display: block;
    }
    .flexslider .slides .flex-caption br {
        display: none;
    }
    .flexslider .slides .flex-caption .main {
        font-size: 13px;
        display: block;
        margin-bottom: 0;
    }
    .flexslider .slides .flex-caption .secondary {
        display: block;
        font-size: 12px;
    }
    .flexslider .flex-control-nav {
        display: none;
    }
    .home-page .news .thumb {
        width: 60px;
        height: 60px;
    }
    .home-page .news .news-item {
        padding-left: 20px;
    }
    .navbar-toggler {
      border: 1px solid #ffffff;
      border-radius: .25rem;
    }
    .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler.navbar-toggler {
  border-color: rgb(255, 255, 255);
} 

    .gallery-nav li {
        padding: 10px 15px;
    }
    .home-page .course-finder .keywords {
        padding-left: 5px;
        margin-top: 10px;
        width: 200px;
    }
    .home-page .course-finder .keywords input {
        width: 200px;
    }
    .home-page .video .video-iframe {
        height: auto;
    }
    .home-page .testimonials .carousel .item {
        min-height: inherit;
    }
    .home-page .events .section-content {
        min-height: inherit;
    }
    .home-page .awards .carousel-control {
        top: 50px;
    }
    .footer .footer-content .subscribe-form .form-control {
        width: 140px;
    }
    .footer #tweet .tweets-list-container {
        max-width: 100%;
    }
    
    .footer-col-inner {
        margin-bottom: 30px;
    }
    .footer #tweet {
        min-height: inherit;
    }
    .footer .footer-content .footer-col .fa-twitter {
        text-align: center;
        margin-bottom: 10px;
    }
    .page-wrapper .page-heading h1.heading-title {
        float: none;
        text-align: center;
        display: block;
    }
    .page-wrapper .breadcrumbs {
        text-align: center;
        display: block;
    }
    .page-wrapper .breadcrumbs ul {
        padding-top: 0;
        padding-left: 0;
        margin: 0 auto;
    }
    .page-wrapper .breadcrumbs ul li {
        float: none;
        display: inline-block;
    }
    .page-wrapper .breadcrumbs ul li.current {
        max-width: inherit;
        overflow: visible;
    }
    .home-page .course-finder .keywords input {
        float: left !important;
    }
}
@media (min-width: 768px) {
    #promo-slider .slides img {
      height: 27.5em;
    }
    .footer .footer-content .footer-col li {
        padding: 0 25px;
    }
    .wrapper {
        min-height: inherit;
        margin-bottom: 0;
    }
    .wrapper:after {
        content: none;
    }
    .header .top-bar .search-form {
        text-align: right;
    }
    .footer {
        height: auto;
        margin-top: 15px;
    }
    
    .footer-col-inner {
        margin-bottom: 15px;
    }
    .home-page .testimonials .carousel .item {
        min-height: inherit;
    }
    .home-page .events .section-content {
        min-height: inherit;
    }
    .footer #tweet {
        min-height: inherit;
    }
    .page-wrapper .album-cover {
        min-height: 360px;
    }
    .home-page .course-finder .keywords input {
        width: 180px;
    }
}
@media (min-width: 992px) {
    .home-page .testimonials .carousel .item {
        min-height: 298px;
    }
    .home-page .events .section-content {
        min-height: 300px;
    }
    .home-page .video .video-iframe {
        height: 287px;
    }
    .home-page .promo .btn-cta {
        margin-top: 30px;
    }
    .home-page .course-finder .keywords input {
        width: 190px;
    }
    .social li {
        display: inline-block;
    }
    .footer #tweet {
        min-height: 100px;
    }
    .page-wrapper .album-cover {
        min-height: 360px;
    }
    
    header, .content {background:#fff;/* padding-bottom: 20px;*/}
    .wrapper {
        min-height: 100%;
/*        margin-bottom: -300px;*/
    }
    .wrapper:after {
        content: "";
        display: block;
/*        height: 344px;*/
    }
    .footer {
/*        height: 344px;*/
    }
}
@media (min-width: 1200px) {
    .home-page .course-finder .keywords input {
        width: 250px;
    }
}
.config-wrapper {
    position: absolute;
    top: 100px;
    right: 0;
}
.config-wrapper-inner {
    position: relative;
}
.config-trigger {
    display: block;
    position: absolute;
    left: -36px;
    width: 36px;
    height: 36px;
    background: #444;
    color: #fff;
    text-align: center;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.config-trigger:hover {
    background: #000;
}
.config-trigger .svg-inline--fa {
    font-size: 20px;
    margin-top: 8px;
    display: block;
    color: #fff;
}
.config-panel {
    display: none;
    background: #444;
    color: #fff;
    padding: 15px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 0;
}
.config-panel p {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    color: #fff;
}
.config-panel ul {
    margin-bottom: 0;
}
.config-panel li a {
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
}
.config-panel li a:hover {
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
    border: 2px solid rgba(255, 255, 255, 0.8);
}
.config-panel li.active a {
    border: 2px solid #fff;
}
.config-panel li.default a {
    background: #6091ba;
}
.config-panel li.green a {
    background: #57a89a;
}
.config-panel li.purple a {
    background: #6f7a9f;
}
.config-panel li.red a {
    background: #a85770;
}
.config-panel .close {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #fff;
}
.config-panel .close .svg-inline--fa {
    color: #fff;
    font-size: 18px;
}
.top-navigation {
    float: left; 
}
/*@media (max-width: 600px) {
    .top-menu {
        float: none;
        display: inline-block; 
    } 
}*/
ul.top-menu {
    margin: 0;
    padding: 5px 0;
    list-style: none;
    margin-top: 2px;
}
ul.top-menu li {
    padding: 0 8px;
    display: inline-block;
    border-right: 1px solid #fff; 
}
ul.top-menu li a {
    color: #FFF;
    line-height: 1.4em; 
}
/*.top-navigation ul.sub-menu {
    display: none; 
}*/
.white-box {
    background-color: #fff;
    border:rgba(0, 0, 0, 0.73) 1px solid !important;
}
.black-box, .white-box {
    text-align: center;
    width: 14px;
    height: 14px; 
    padding: 0px 6px;
}
.black-box {
    background-color:#000;
    margin-left: 4px;
    margin-right: 1px;
    border:rgba(255, 255, 255, 0.52) 1px solid !important;
}
#promo-slider {
    margin-bottom: 5px;
}
.heading-b-bottom {
    border-bottom: 1px solid #fff;
}
#news-carousel .item a {
/*  border-left: 2px solid #6091ba;
  padding-left: 10px;*/
}
.dropdown-submenu .dropdown-toggle::after {
 display:inline-block;
 margin-left:.5em;
 vertical-align:middle;
 content:"";
 border-top:.3em solid transparent;
 border-right:0;
 border-bottom:.3em solid transparent;
 border-left:.3em solid;
}
.dropdown-menu {margin: 0 auto;}
.footer-nav {
    list-style: none;
    padding: 0;
}
.footer-nav li a::before {
 display:inline-block;
 margin-right:.8em;
 vertical-align:middle;
 content:"";
 border-top:.3em solid transparent;
 border-right:0;
 border-bottom:.3em solid transparent;
 border-left:.3em solid;
}


/* Gallery Popup design */

.gallery-container {
  position: relative;
  width: 100%;
  border-width: 7px;
  border-color: #FFFFFF;
  border-style: solid;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.3s ease;
}

.gallery-container:hover .overlay {
  height: 50px;
}

.text {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 14px;
  line-height: 1.3em;
  color: #414141;
  font-weight: bold;
}
.text .small {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 13px;
  line-height: 1.3em;
  color: #999999;
}
.text .view-btn {
  right: 10px;
  top: 12px;
  position: absolute;
  color: #000000;
  font-weight: 500;
  border-width: 1px;
  border-color: #e7e7e7;
  border-style: solid;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 13px;
}
.text .view-btn:hover {
  border-color: #333333;
}

.carousel-control-next, .carousel-control-prev {
  width: auto;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0rem;
}

.modal-thumbs {
  min-height: 150px;
}
.modal-thumbs label {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: 700;
  color: #333333;
  padding-left: 5px;
}
.modal-thumbs ul {
  padding: 0;
}
.modal-thumbs ul li {
  list-style: none;
  width: 25%;
  float: left;
}
@media (max-width: 768px) {
  .modal-thumbs ul li {
    width: 50%;
  }
}
.modal-thumbs ul li .border {
  display: inline-block;
  position: relative;
}
.modal-thumbs ul li .border::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.1s ease;
  cursor: pointer;
}
.modal-thumbs ul li .border:hover::after {
  box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.5);
}
.modal-thumbs ul li img {
  display: block;
  position: relative;
}

.arrow-left {
  float: left;
  left: 0px;
  padding: 50px;
  position: fixed;
  height: 100%;
}
@media (max-width: 768px) {
  .arrow-left {
    display: none !important;
  }
}
.arrow-left:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.carousel-inner {
  float: left;
}

.arrow-right {
  float: left;
  right: 0px;
  padding: 50px;
  position: fixed;
  height: 100%;
}
@media (max-width: 768px) {
  .arrow-right {
    display: none !important;
  }
}
.arrow-right:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.recent-callery .overlay {display: none}
.footer-gov {
  padding: 0;
  list-style: none;
}
.footer-gov li {display: inline-block;}
#grad {
  background-image: linear-gradient(#626262, #000);
}
p.visitor {
  font-size: 1.5em
}
p.visitor span {
  font-weight: 700;
  letter-spacing: 2px;
  padding: 2px 5px;
}

/* Vertical scroll News carousel */
.carousel-inner.vertical {
  height: 100%; /*Note: set specific height here if not, there will be some issues with IE browser*/
}
.carousel-inner.vertical > .item {
  -webkit-transition: .6s ease-in-out top;
  -o-transition: .6s ease-in-out top;
  transition: .6s ease-in-out top;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-inner.vertical > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner.vertical > .item.next,
  .carousel-inner.vertical > .item.active.right {
    -webkit-transform: translate3d(0, 33.33%, 0);
    transform: translate3d(0, 33.33%, 0);
    top: 0;
  }
  .carousel-inner.vertical > .item.prev,
  .carousel-inner.vertical > .item.active.left {
    -webkit-transform: translate3d(0, -33.33%, 0);
    transform: translate3d(0, -33.33%, 0);
    top: 0;
  }
  .carousel-inner.vertical > .item.next.left,
  .carousel-inner.vertical > .item.prev.right,
  .carousel-inner.vertical > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    top: 0;
  }
}

/*  Ken Burns full widht banner start  */
.kenContainer {
    height: 70vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.kenContainer .imageKen {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
}
.kenContainer .imageKen.hasKen {
  animation: ken 10s forwards;
  z-index: 5000;
}

@keyframes ken {
  0% {
    transform: scale(1, 1);
    opacity: 0;
}
15% {
    opacity: 1;
}
85% {
    opacity: 1;
}
100% {
    transform: scale(1.2, 1.2);
    opacity: 1;
}
}
/*  Ken Burns full widht banner End  */



/**
 * See: http://www.css-101.org/articles/ken-burns_effect/css-transition.php
 *
 * Styling the container (the wrapper)
 * 
 * position is used to make this box a containing block (it becomes a reference for its absolutely positioned children). overflow will hide part of the images moving outside of the box.
 */

#slideshow {
    position:relative;
    width:830px;
    height:415px;
    overflow:hidden;
    border:8px solid #ccc;
}

/**
 * Styling the images
 *
 * position:absolute is to put all images in a stack. Dimensions are set to increase the size of these images so their edges do not appear in the parent box when we move them inside the said box.
 * Because the images are now larger than their parent container, we use top, left and margin values to align them in the center of the box.
 * Finally, we set the transition (property and duration). Note that duration values are different for opacity and transform as we want the "fade-in" effect to be faster than the "panning" effect.
 */

#slideshow img {
    position:absolute;
    width:830px;
    height:415px;
    top:50%;
    left:50%;
    margin-left:-415px;
    margin-top:-208px;
    opacity:0;
    -webkit-transition-property: opacity, -webkit-transform;
    -webkit-transition-duration: 3s, 10s;
       -moz-transition-property: opacity, -moz-transform;
       -moz-transition-duration: 3s, 10s;
        -ms-transition-property: opacity, -ms-transform;
        -ms-transition-duration: 3s, 10s;
         -o-transition-property: opacity, -o-transform;
         -o-transition-duration: 3s, 10s;
            transition-property: opacity, transform;
            transition-duration: 3s, 10s;
}

/**
 * We change the point of origin using four corners so images do not move in the same direction. 
 * This technique allows us to create various paths while applying the same translate() values to all images (see the 'fx' class further below).
 */

#slideshow img  {
    -webkit-transform-origin: bottom left;
       -moz-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
         -o-transform-origin: bottom left;
            transform-origin: bottom left;
}

#slideshow :nth-child(2n+1) {
    -webkit-transform-origin: top right;
       -moz-transform-origin: top right;
        -ms-transform-origin: top right;
         -o-transform-origin: top right;
            transform-origin: top right;
}

#slideshow :nth-child(3n+1) {
    -webkit-transform-origin: top left;
       -moz-transform-origin: top left;
        -ms-transform-origin: top left;
         -o-transform-origin: top left;
            transform-origin: top left;
}
#slideshow :nth-child(4n+1) {
  -webkit-transform-origin: bottom right;
     -moz-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
       -o-transform-origin: bottom right;
          transform-origin: bottom right;
}

/**
 * Because of the stacking context, we need to make sure that the first image (in source) is not hidden by the last one. 
 * The rule below moves all images past the second one down the stack. 
 * This is because the second image needs to show on top of the first one when it transitions in.
 */

#slideshow .fx:first-child + img ~ img  {
    z-index:-1;
}

/**
 * Because images are styled with a different point of origin, the following rule will create different panning effects.
 */

#slideshow .fx {
    opacity:1;
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
.flexslider {
    margin-bottom: 5px;
}

.counter-container {
/*  display: flex;*/
/*  flex-direction: column;*/
  justify-content: center;
  text-align: center;
  margin: 10px 0px;
/*  margin: 10px 15px;*/
}

.counter {
  font-size: 400%;
    margin-bottom: 20px;
    color: rgb(255, 255, 255);
    margin-top: 20px;
}

.counter-container span {
    color: #fff;
    font-size: 120%;
    border-bottom: 5px solid #ffff00;
    padding-bottom: 5px;
}

@media (max-width: 580px) {
  body {
    flex-direction: column;
  }
}

.sec-3 {
    width: 100%;
    height: auto;
}
.sect-3-bg-col {
    background: rgba(107, 117, 170, 0.7);
}

.element--double {
  border-style: double;
  border-width: 10px;
  border-color: #fff;
  padding-top: 15px;
}

.card {
 min-height:250px;
 box-shadow:0 1rem 3rem rgba(0,0,0,.2)
}
.card-1 {
 background-color:#6c757d!important
}
.card-2 {
 background-color:#007bff!important
}
.card-3 {
 background-color:#17a2b8!important
}
.card-4 {
 background-color:#28a745!important
}
.card-5 {
 background-color:#ffc107!important
}
.card-6 {
 background-color:#dc3545!important
}
.card .card-img-overlay {
 background:rgba(0,0,0,.4);
 background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0IiBoZWlnaHQ9IjQiIHZpZXdCb3g9IjAgMCA0IDQiPjxwYXRoIGZpbGw9IiM5QzkyQUMiIGZpbGwtb3BhY2l0eT0iMC40IiBkPSJNMSAzaDF2MUgxVjN6bTItMmgxdjFIM1YxeiI+PC9wYXRoPjwvc3ZnPg==)
}
.card h1 {
 position:absolute;
 left:calc(100% - 100px);
 bottom:10px;
 font-size:36px;
 transform:rotate(-35deg);
 color:rgba(247,244,244,.4);
 text-shadow:5px 5px 5px rgba(247,244,244,.25);
 font-weight:800
}
.card h2 a {
 color:#f4f5fd;
 font-weight:800;
 font-size:100%;
 text-shadow:none
}
.card-img {
 max-height:200px;
 min-height:200px
}
.home .card p {
 color:#fff
}
/*.card .el {
  vertical-align: -2px;
  opacity: 0.3;
  margin-left: -5px;
}*/

/*@media only screen and (max-width: 1200px) {
  .card {  
    width: calc(50% - 170px);
  }
}

@media only screen and (max-width: 800px) {
  .card {  
    width: calc(100% - 160px);
  }
}*/

::-webkit-scrollbar {
  background: transparent;
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background: #123;
  border-radius:10px;
}

@media (min-width:1200px) {
 .container {
  max-width:1260px
 }
}

.last-update > p {
  font-size: 120% !important;
}
ul.col-2-nav {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.footer-middle {
  background-color: #000;
  padding-top: 15px;
}
.footer-col-inner p {text-align: justify;}
.footer address {
  margin-top: 15px;
}
.footer address p {
  margin: 10px
}

.slides li img {
    min-height: 200px;
    max-height: 200px;
}
.flexslider {
  margin: 0 0 15px;
}
.home-page {
      width: 100%;
      height: auto;
      overflow: hidden;
      clear: both;
}

.promo  img {
  width: 100%;
  height: 200px !important;
}

#news-carousel .news-item time {
    background: #d3d3d3;
    padding: 2px 8px;
    border-radius: 10px
}
time {font-size: 75%;}

.multislide {
  min-height: 380px;
}

.sect-2 .flexslider:hover .flex-direction-nav .flex-prev, .sect-2 .flexslider:hover .flex-direction-nav .flex-next {
    top: 30%;

}

#qtranslate-chooser {
    margin: 0;
    padding: 0;
}
.breadcrumb-section {
    min-height: 25em;
}
#breadcrumbs{
    list-style:none;
    margin:0;
    padding: 0;
    overflow:hidden;
}
  
#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:5px;
}
  
#breadcrumbs .separator{
    font-size:18px;
    font-weight:100;
    color:#0c053c;
}
strong.search-excerpt {
    background-color: yellow;
}

.attachment-post-thumbnail  {
  width: 100%;
  height: auto;
  padding-bottom: 15px;
}

.sticky {
  position: fixed;
  top: 0;
/*  width: 100%;*/
  z-index: 2;
}

.sticky + .elementor-tabs-content-wrapper {
  padding-top: 70px;
}
#myTabHeader .elementor-tab-title, #myTabHeader .nav-tabs .nav-link {
  background-color: #000080;
  color:#fff;
  border-radius: 8px;
  padding: 10px 25px;
  border:2px solid #fff;
}
#myTabHeader .elementor-tab-title.elementor-active, #myTabHeader .nav-tabs .nav-link.active {
  background-color: rgb(128, 0, 128);
}
#myTabHeader .elementor-tab-title:hover,  #myTabHeader .nav-tabs .nav-link:hover, #myTabHeader .nav-tabs .nav-link.active:hover {
  background-color: #FF5733;
}

table.table-striped th {
  background: CadetBlue !important;
  padding: 10px;
  color: #fff;
}
.columncard img[decoding^="async"] {
    height: 30px;
    width: 30px;
    vertical-align: middle;
    /*margin-left: 240px;
    margin-top: -60px;*/
}
.columncard .card {
/*  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);*/
  padding: 10px 10px 0 10px;
}
.columncard .imgprofile {
  border-radius: 50%;
    float: left;
    width: 90px;
    height: 90px;
}
/*.columncard .right-text-data {
    right: 0;
    width: calc(100% - 100px);
    position: absolute;
}*/
p:empty {display: none;}
.columncard p.title {
text-align: left;
margin-top: 15px;
}
.columncard p {
    margin-bottom: 2px;
    margin-left: 5px;
}
.elementor-tabs-content-wrapper.border-design .elementor-tab-content{border: none;}
.card-book .card-block {
    padding: 8px;
}
.card-book .card-block p{
    margin: 0;
}
.card-book .card-img-top {
    transform: rotateY(0deg);
    z-index: 1;
    transition: all 3s ease 0s;
    transform-style: preserve-3d;
    max-height: 320px;
}
.card-book:hover .card-img-top {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}


.profile-card {
    padding-top: 20px;
    margin: 10px 0 20px 0;
    background-color: rgba(214, 224, 226, 0.2);
    border-top-width: 0;
    border-bottom-width: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.profile-card .card-heading {
    padding: 0 20px;
    margin: 0;
}

.profile-card .card-heading.simple {
    font-size: 20px;
    font-weight: 300;
    color: #777;
    border-bottom: 1px solid #e5e5e5;
}

.profile-card .card-heading.image img {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-right: 15px;
    vertical-align: top;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.profile-card .card-heading.image .card-heading-header {
    display: inline-block;
    vertical-align: top;
}

.profile-card .card-heading.image .card-heading-header h3 {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
}

.profile-card .card-heading.image .card-heading-header span {
    font-size: 12px;
    color: #999999;
}

.profile-card .card-body {
    padding: 0 20px;
    margin-top: 20px;
}

.profile-card .card-media {
    padding: 0 20px;
    margin: 0 -14px;
}

.profile-card .card-media img {
    max-width: 100%;
    max-height: 100%;
}

.profile-card .card-actions {
    min-height: 30px;
    padding: 0 20px 20px 20px;
    margin: 20px 0 0 0;
}

.profile-card .card-comments {
    padding: 20px;
    margin: 0;
    background-color: #f8f8f8;
}

.profile-card .card-comments .comments-collapse-toggle {
    padding: 0;
    margin: 0 20px 12px 20px;
}

.profile-card .card-comments .comments-collapse-toggle a,
.profile-card .card-comments .comments-collapse-toggle span {
    padding-right: 5px;
    overflow: hidden;
    font-size: 12px;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-comments .media-heading {
    font-size: 13px;
    font-weight: bold;
}

.profile-card.people {
    position: relative;
    display: inline-block;
    width: 170px;
    height: 300px;
    padding-top: 0;
    margin-left: 20px;
    overflow: hidden;
    vertical-align: top;
}

.profile-card.people:first-child {
    margin-left: 0;
}

.profile-card.people .card-top {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 170px;
    height: 150px;
    background-color: #ffffff;
}

.profile-card.people .card-top.green {
    background-color: #53a93f;
}

.profile-card.people .card-top.blue {
    background-color: #427fed;
}

.profile-card.people .card-info {
    position: absolute;
    top: 150px;
    display: inline-block;
    width: 100%;
    height: 101px;
    overflow: hidden;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.profile-card.people .card-info .title {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    color: #404040;
}

.profile-card.people .card-info .desc {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
    color: #737373;
    text-overflow: ellipsis;
}

.profile-card.people .card-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    line-height: 29px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.profile-card.hovercard {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    background-color: rgba(214, 224, 226, 0.2);
}

.profile-card.hovercard .cardheader {
/*     background: url("https://c1.staticflickr.com/3/2862/12328317524_18e52b5972_k.jpg"); */
/*     background-size: cover; */
	background-color:#1071edde;
    height: 75px;
}

.profile-card.hovercard .avatar {
    position: relative;
    top: -50px;
    margin-bottom: -50px;
}

.profile-card.hovercard .avatar img {
    width: 150px;
  height: 150px;
  max-width: 150px;
  max-height: 150px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255,255,255,0.5);
}

.profile-card.hovercard .info {
    padding: 4px 8px 10px;
    min-height: 137px;
}

.profile-card.hovercard .info .title {
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 1;
    color: #262626;
    vertical-align: middle;
}

.profile-card.hovercard .info .desc {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis;
}

.profile-card.hovercard .bottom {
    padding: 0 20px;
    margin-bottom: 17px;
    min-height: 24px;
}

.btn{ border-radius: 5px; width:32px; height:32px; line-height:18px;  }

#myTabHeader .elementor-widget-tabs .elementor-tabs-content-wrapper {border: none !important;}
.multislide .flex-direction-nav a:before {
    font-size: 20px;
    color: rgba(225, 225, 225, 0.8);
}

a.btn, button.btn {
  display: initial;
}
.dataTable th {
  color: #fff !important;
}
.div3 .bwg_container {
  margin: 0;
}
.text-white {color:#fff;}
.alignleft{float: left}
p> img {margin-right: 10px;}
p {text-align:justify;}


/* slider */
.my-slider {
  position: relative;
  width: 100vw;
  overflow: hidden;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/* ====== SLIDES WRAPPER ====== */
.my-slider-wrapper {
  display: flex;
  transition: transform 0.6s ease-in-out;
}

/* ====== EACH SLIDE ====== */
.my-slide {
  min-width: 100%;
  position: relative;
  overflow: hidden;
}

.my-slide img {
  width: 100%;
  height: 65vh;
  object-fit: cover;
  animation: zoomEffect 12s ease-in-out infinite alternate;
  overflow: hidden;
}

/* ====== CAPTION ====== */
.my-caption {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0,0,0,0.5);
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  text-align: center;
  max-width: 80%;
  line-height: 1.4;
  word-wrap: break-word;
}

/* ====== NAVIGATION BUTTONS ====== */
.my-prev,
.my-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: #fff;
  border: none;
  padding: 10px 15px;
  font-size: 24px;
  cursor: pointer;
  border-radius: 6px;
  z-index: 10;
}
.my-prev { left: 15px; }
.my-next { right: 15px; }

/* ====== ZOOM EFFECT ====== */
@keyframes zoomEffect {
  from { transform: scale(1); }
  to   { transform: scale(1.2); }
}


/***  Below code added for color combination as GIGW Guidelines  ***/
body.blackwhite, body.blackwhite .content, body.blackwhite section, body.blackwhite .awards, body.blackwhite .section-bg {
    background:#000;
    color:#ffff00 !important;
}
body.blackwhite h1, body.blackwhite h2, body.blackwhite h3, body.blackwhite h4, body.blackwhite h5, body.blackwhite h6,
body.blackwhite span, body.blackwhite a, body.blackwhite li, body.blackwhite p, body.blackwhite .copyright {
    color:#ffff00 !important;
}
body.blackwhite .sect-4 .card-img-overlay >h1 {color: rgba(242, 243, 11, 0.35) !important;}
body.blackwhite .card .card-img-overlay {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="4" height="4" viewBox="0 0 4 4"%3E%3Cpath fill="%239C92AC" fill-opacity="0.7" d="M1 3h1v1H1V3zm2-2h1v1H3V1z"%3E%3C/path%3E%3C/svg%3E') !important;
}
body.blackwhite .sect-3-bg-col {background: rgba(0, 0, 0, 0.7) !important;}
body.blackwhite .flexslider .slides .flex-caption .main {background: rgba(0, 0, 0, 0.5);}

