* {
    box-sizing: border-box;
}

/* Style the body */
body {
    font-family: Arial !important;
    margin: 0;
}

.center-box {
    width: 1170px;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 20px
}

/*Language Translate*/

  div#google_translate_element {
    max-width: 0;
}
a.goog-logo-link {
    display: none;
}
.announcement-menu {
	padding-top: 0;
}

@media screen and (max-width: 767px) {
	.announcement-menu li a {
		text-decoration: none;
		font-size: 11px;
	}
	div#google_translate_element {
		max-width: 0;
		padding-left: 85px;
		padding-top: 2px;
	}
} 
/*tarun header changes*/
@media screen and (min-width:1250px){
.announcement-header{
    padding-right:60px !important;
}

.announcement-menu ul{
    padding-right:28px !important;
}

.announcement-menu li{
    padding:1px !important;
}

.announcement-left{
    width:40% !important;
}
}
/*tarun header changes*/

/*Announcement*/
.announcement-header-box {
    background: #263747;
}

.announcement-header {
    color: #fff;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;      /* TWEENER - IE 10 */
display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    padding: 5px 0 0;
    justify-content: space-around;
    align-items: center;
}

    .announcement-header > div {
        width: 50%;
    }

.announcement-icons {
    padding-right: 10px;
    float: right;
    width: 100%;
    text-align: right;
}

.announcement-menu {
    float: right;
    width: 100%;
    text-align: right;
    padding-top: 6px;
}

.announcement-social{
    width: 35%;
    display: inline-block;
    float: left;
    text-align: left;
    padding-top: 9px;
    font-size: 12px;
}

.announcement-left span {
    color: #ce9430;
}

.announcement-left p {
    margin: 0;
}

.announcement-menu ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

    .announcement-menu ul li {
        display: inline-block;
    }

        .announcement-menu ul li:last-child {
            padding-right: 0;
        }

.announcement-right {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;      /* TWEENER - IE 10 */
display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
}

    .announcement-right a, .event-title a {
        color: #fff;
    }

.announcement-icons a {
    margin: 0 5px;
}

.announcement-menu li {
    padding: 0 10px;
    font-size: 12px;
}

    .announcement-menu li a {
        text-decoration: none;
    }

.announcement-left p, .announcement-left ul {
    font-size: 12px;
	display: inline;
	padding-left: 0;
}

.announcement-left ul li{
	display: inline-block;
    list-style: none;
    margin: 0 10px;
}

.announcement-left ul li a{
	color: #fff;
	margin-right: 8px;
}

.announcement-left ul li a:hover, .announcement-right a:hover{
	color: #ce9430;
}

/* Header/logo Title */
.header-box {
    background: #F8E5E7;
}

.header {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;      /* TWEENER - IE 10 */
display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    justify-content: space-around;
    /* padding: 20px 0;*/
    padding: 3px 0;
    align-items: center;
}

    .header > div {
        width: 50%;
    }

.header-right {
    float: right;
    width: 100%;
    text-align: right;
}

    .header-right img {
        width: 300px;
    }
/* Style the top navigation bar */
.banner-text {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;      /* TWEENER - IE 10 */
display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
}

    .banner-text span {
        width: 15%;
        text-transform: uppercase;
        font-weight: 500;
		padding-left: 15px;
    }

.navbar-box {
    background-color: #122B41;
}

.navbar-bar ul li:last-child a {
    border: none;
}

.navbar-bar {
    overflow: hidden;
    width: 1150px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

    .navbar-bar ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .navbar-bar ul li {
            display: inline-block;
        }

            .navbar-bar ul li a {
                /* padding: 10px 20px;
	display:inline-block;
    text-transform: uppercase;
    font-size: 14px;*/
                padding: 5px 20px;
                display: inline-block;
                text-transform: uppercase;
                font-size: 11px;
                border-right: 1px solid #1E394F;
                color: #fff;
                text-decoration: none;
            }

ul.nav.nav-tabs.tabs li:last-child {
    margin-right: -37px;
}
ul.nav.nav-tabs.tabs li.active:last-child {
    margin-right: -32px;
}

ul.nav.nav-tabs.tabs {
    list-style: none;
    padding: 0;
    margin: 0;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;      /* TWEENER - IE 10 */
display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    justify-content: space-between
}

    ul.nav.nav-tabs.tabs::before {
        content: "";
        display: none;
    }

    ul.nav.nav-tabs.tabs li {
        display: inline-block;
    }

.caret-down {
    position: relative;
    left: 6px;
    color: #E1B80C;
}
/* Style the navigation bar links */
.navbar a {
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 14px 20px;
    text-decoration: none;
}

span.menu-text {
    padding-left: 4px;
}

.banner-image {
    position: relative;
	height: 100%;
}

.banner-image .img-banner, .banner-image.slick-slide img {
    height: 100%;
}

.bannerslider {
    width: 70% !important;
    border: 1px solid;
}

.img-text {
    position: absolute;
    bottom: 20px;
    right: 6px;
    text-transform: uppercase;
    /*font-size: 30px;*/
    font-size: 25px;
    width: 410px;
    text-align: right;
    max-width: 100%;
    color: #fff;
}

/*button.slick-arrow {
    border: 1px solid;
    color: #fff;
}*/


.banner-text-wrap {
    background: #CC4738;
    height: 40px;
    padding: 10px;
}

.banner-title {
    /* font-size: 30px;*/
    font-size: 18px;
    text-transform: uppercase;
    /*margin-bottom: 40px;*/
	margin-bottom: 20px;
    font-weight: 500;
}

.banner-list .fa, .banner-list-container .slick-slide .fa {
    /*font-size: 30px;*/
    font-size: 18px;
    padding-right: 5px;
    vertical-align: middle;
}

.banner-more {
    text-align: center;
    /*font-size: 30px;*/
    font-size: 20px;
}

.banner-list, .banner-list-container .slick-slide {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 11px;
	padding: 10px 0px 0 !important;
    border: none !important;
    border-top: 1px solid #c7d1d5 !important;
    position: relative;
}

.banner-list a, .banner-list-container .slick-slide a{
	color: #fff;
}

.banner-list a:hover, .event-title a:hover, .banner-list-container .slick-slide a:hover{
	color: #ce9430;
}

.banner-text {
    /*padding: 9px;
    font-size: 13px;*/
    padding: 3px;
    font-size: 13px;
    color: #fff;
    width: 1170px;
    max-width: 100%;
    margin: 0 auto;
}

sup.span-new {
    top: -.5em;
    color: #273647;
    font-size: 10px;
    font-weight: bold;
}

.banner-image-wrap {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;      /* TWEENER - IE 10 */
display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    position: relative;
}

.banner-image-text {
    background: #122B41;
    color: #fff;
    padding: 20px;
    width: 40%;
    /*max-height: 285px;
	flex: 1;*/
	flex-basis: 40%;
	overflow: hidden;
}

.banner-image-text a{
	color: #fff;
}

.banner-list-container {
    height: 70%;
    overflow: hidden;
}

.academic-box-wrap {
    padding: 20px 0;
    margin-bottom: 30px
}

.color-red {
    color: #CD4D3F !important;
	font-weight: bold;
}

.academic-box-wrap {
    padding: 20px 0;
}

.academic-title {
    color: #CB4738;
    /*font-size: 30px;*/
    font-size: 20px;
    padding-bottom: 13px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
	padding-left: 1px;
}

    .academic-title::after {
        content: "";
        position: absolute;
        border: 1px #CB4738 solid;
        left: 1px;
        width: 22%;
        bottom: 0;
        background: #CB4738;
    }

.academic-box {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;      /* TWEENER - IE 10 */
display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    /*justify-content: space-around;*/
    justify-content: center;
	width: 100%;
}

.academic-img img {
    max-width: 100%;
    /*height: 170px;*/
    height: 125px;
    z-index: 1;
	transition: transform .5s;
}

.academic-img img:hover {
    transform: scale(1.5);
}

.academic-text {
    /* font-size: 20px;*/
    font-size: 14px;
    text-transform: uppercase;
    width: 220px;
    font-weight: 500;
    max-width: 100%;
	text-align: center;
	margin: 0 auto;
}


.academic-box {
    position: relative;
}

    .academic-box .academic-item:last-child img {
        position: relative;
        /*top: 18px;*/
        top: 13px;
    }

    .academic-box .academic-item:nth-child(1) img {
        position: relative;
        top: 9px;
    }

    .academic-box .academic-item:nth-child(2) img {
        position: relative;
        top: 2px;
    }

    .academic-box .academic-item:nth-child(3) img {
        position: relative;
        /*top: -7px;*/
        top: 1px;
    }
	
	.academic-item:hover .color-red{
		text-decoration: underline;
	}

    .academic-box::after {
        content: "";
        position: absolute;
        border-top: 2px solid #565656;
        top: 54.2%;
		    left: 12.5%;
    width: 82%;
    margin-left: -7%;
    }

.academic-img {
    text-align: center;
}

.about {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;      /* TWEENER - IE 10 */
display: -webkit-flex;     /* NEW - Chrome */
    display: flex;

}

.tabs-content {
    padding: 10px;
   border: 1px solid #C0C1C5;
    border-top: none;
}

.tabs ul {
    list-style: none;
    margin: 0;
    padding: 0;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;      /* TWEENER - IE 10 */
display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dee2e6
}

    .tabs ul li {
        margin-bottom: -1px;
    }

.tab-item {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;      /* TWEENER - IE 10 */
display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
}

.about > div {
    margin: 0 10px;
}

.tabs li.active {
    background: #fff;
    color: #1F1E21;
    border: 1px solid #C0C1C5;
    border-bottom: none;
}

.nav > li > a:hover {
    background: #10243D !important;
    color: #fff;
}

.tabs li.active a:hover {
    background: #fff !important;
    color: #1F1E21 !important;
}

.tabs a.active {
    background: #fff;
    color: #1F1E21;
    border: 1px solid #C0C1C5;
    border-bottom: none;
}

.tabs a {
    text-decoration: none;
    background: #10243D;
    color: #fff;
    padding: 6px 10px !important;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    border-radius: 0 !important;
    border: none !important
}

.about-left {
    width: 50%;
    /*border: 1px solid #C0C1C5;
    border-top: none;*/
	margin-left: 0px !important;
}

.about-right {
    width: 50%;
    background: #CC4738;
    color: #fff;
    padding: 20px;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;      /* TWEENER - IE 10 */
display: -webkit-flex;     /* NEW - Chrome */
    display: flex;	
	margin-right: 1px !important;
	border: 1px solid #060606;
}

.about-img img {
    border: 4px solid #fff;
}

.about-text {
    width: 60%;
}

.about-img {
    width: 40%;
    text-align: center;
}

.message-text {
	font-weight: bold;
    margin-bottom: 20px;
	font-size: 18px;
}

.welcome-text {
    margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}

.read-more a {
    text-decoration: none;
    color: #fff;
    font-style: italic;
    margin-top: 30px;
    display: inline-block;
    border: 1px solid;
    padding: 7px;
}

.read-more a:hover {
    background: #ce9430;
}

.event-list {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;      /* TWEENER - IE 10 */
display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
}

.event-box button {
    background: transparent;
    border: none;
}

.event-item {
    margin: 0 15px;
}
.event-item:first-child{
	margin-left: 1px;
}
.event-item:last-child{
	margin-right: 1px;
}

.event-img img {
    max-width: 100%;
}

.event-title {
    background: #122B41;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    border-top: 8px solid #ce9430;
	    line-height: 18px;
    height: 75px;
    overflow: hidden;
}

.event-box {
    margin: 30px 0;
}

.brands-title {
    text-align: center;
    color: #706374;
	text-decoration: underline;
}

.brands-title a{
	color: #CD4D3F;
}

.brands-title a:hover{
	color: #ffc342;
}

.event-wrapper button.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translate(-50%);
    background: transparent;
    border: none;
}

.tab-item.event-wrapper {
    padding: 10px 20px;
}

.tab-item.event-box.slick-initialized.slick-slider {
    padding: 0 20px;
}

span.text-bold {
    font-weight: 600;
}

.brands-list {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;      /* TWEENER - IE 10 */
display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    margin: 20px 0;
}

.brands-item img {
    margin: 0 auto;
}
.brands-list .slick-track {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;      /* TWEENER - IE 10 */
display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
}
.brands-item {
    margin: 0 10px;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;      /* TWEENER - IE 10 */
display: -webkit-flex;     /* NEW - Chrome */
	display: flex !important;
    height: auto !important;
    align-items: center;
    justify-content: center;
}
/* Footer */
.footer-item ul {
    padding: 0;
    list-style: none;
	text-align: center;
}

.footer-item a {
    color: #fff;
    text-decoration: none;
}

.footer-top-box {
   /* background: #10243C;*/
   background: #0A1420;
    padding: 18px;
}

.footer-top {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;      /* TWEENER - IE 10 */
display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    /*justify-content: space-around;*/
    justify-content: center;
    width: 1000px;
    margin: 0 auto;
    max-width: 100%;position: relative;

}

.footer-item {
    width: 22%;
    border-right: 1px solid #ce9430;
    margin-right: 40px;
    display: inline-block;
}

    .footer-item:last-child {
        border: none;
    }
	
	.footer-icon{
		text-align: center;
    margin-top: 18px;
	}

.footer-middle-box {
    background: #0A1420;
    border-top: 3px solid #ce9430;
}

.footer-middle-box .center-box{
	    padding-right: 16px;
}

.footer-middle {
    /*padding-top: 20px;
    padding-bottom: 5px;*/
    width: 1300px;
    margin: 0 auto;
    max-width: 100%;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;      /* TWEENER - IE 10 */
display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-bottom-text {
    color: #dddddd;
    padding: 10px 10px 5px;
    /*width: 1340px;*/
	width: 1160px;
    margin: 0 auto;
    max-width: 100%;
    font-size: 12px;
    line-height: 20px;
    border-top: 1px solid #7B7E84;
    text-align: center;
}

.footer-menu ul li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.footer-menu ul li {
    display: inline-block;
    margin: 0 10px;
}

.footer-social a {
    background: #ce9430;
    color: #fff;
    /*font-size: 20px;
    width: 32px;
    height: 32px;
    font-size: 15px;
    width: 27px;
    height: 27px;*/
	font-size: 12px;
    width: 22px;
    height: 22px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin: 0 2px;
}

.footer-social a:first-child{
	margin-left: 1px;
}

.footer-social {
    /*width: 14%;*/
    width: 13%;
    display: inline-block;
}

.footer-menu {
    /*width: 46%;*/
    width: 56%;
    text-align: center;
    font-size: 12px;
    display: inline-block;
}

.footer-logo img {
    max-width: 100%;
}

.footer-menu ul {
    padding: 0;
    margin: 0;
}

.footer-logo {
    /*width: 30%;*/
   width: 30%;
    display: inline-block;
	margin-left: 1px;
}

.footer-social a i {
    position: relative;
    top: 4px;
}

.header-left {
    text-align: left;
    float: left;
    width: 100%;
}

   /* .header-left img {
        width: 75%;
    }*/

    .header-left img, .banner-image img {
        max-width: 100%;
    }

.dropbtn {
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

a.dropbtn:hover + .dropdown-content {
    display: block;
}

.dropdown-content a {
    color: #000 !important;
}

.slider-banner.slick-initialized.slick-slider {
    width: 70%;
	/*flex: 1;*/
	flex-basis: 70%;
}

.slider-banner.slick-initialized.slick-slider .slick-list, .slider-banner.slick-initialized.slick-slider .slick-list .slick-track{
    height: 100%;
}

.banner-overlap{
	position: absolute;
    bottom: 0;
    width: 100%;
	background: rgb(0,0,0);
    background: transparent\9;
    background: rgba(0,0,0,0.6);
    background: #0000009e;
    color: white;
    height: 45px;
    padding-top: 5px;
    padding-left: 15px;
}

.banner-overlap .all-news-btn{
	position: relative;
    bottom: 0px;
    background: #CC4738;
}


/* Responsive layout - when the screen is less than 700px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 767px) {
    .announcement-header, .banner-image-wrap, .header, .academic-box, .about, .about-right, .tabs, .event-list, .brands-list,
    .footer-top, .footer-middle, .announcement-right, .tabs ul {
        flex-direction: column;
    }
	
	.footer-top, .header{
		display: flow-root;
	}

        .footer-item, .footer-middle, .footer-social, .footer-menu, .footer-logo,
        .about > div, .about-text, .about-img, .banner-image, .banner-image-text,
        .announcement-header > div,
        .header > div, .slider-banner.slick-initialized.slick-slider {
            width: 100%;
        }
		.announcement-header > div{
			width: 100% !important;
		}
		
		.header > div{
			width: 100% !important;
    display: inline;
		}
		
		.header-left img{
			width: 100%;
		}
		
		.header-right img{
			width: 100%;
		}

    .footer-item {
    width: 25%;
    display: inline;
    margin-right: 18px;
    float: left;
    margin-bottom: 10px;
    }
	
	.footer-icon {
   width: 100%;
    clear: both;
}

    .footer-middle, .announcement-right {
        text-align: center;
    }

        .footer-middle > div {
            padding: 5px 0px;
            margin: 0;
        }
		
		.footer-menu ul li{
			margin: 0;
			padding: 0 10px;
			border-right: 1px solid #ce9430;
		}
		.footer-menu ul li:last-child {
    border: none;
}

.footer-social{
	text-align: center;
    margin: 10px;
}

        .announcement-right > div {
            margin: 5px 0;
			text-align: left;
        }
		
		.announcement-menu li:first-child{
			padding-left:0;
		}
		.event-list {
    display: flow-root;
}

    .event-item {
        margin: 10px;
		display: inline;
    width: 46%;
    float: left;
    }
	.event-img img{
		width: 100%;
	}

    .about-right {
        flex-direction: column-reverse;
    }

    .center-box {
        padding: 0 20px;
    }

    .academic-item {
        text-align: center;
    }

    .about > div {
        margin: 10px 0;
    }

    .tabs a {
        display: block;
    }

    ul.nav.nav-tabs.tabs li:last-child {
        margin-right: 0px;
    }

    .academic-box::after {
        content: "";
        border: none;
    }

    .academic-text {
        width: 100%;
        text-align: center;
		margin: 8px auto !important;
    }
	.academic-img img{
		height: 70px;
	}
}

@media screen and (max-width: 640px){
	.footer-item {
    width: 50%;
}
.footer-item:nth-child(even) {
    border: none;
    border-left: 1px solid #ce9430 !important;
    padding-left: 30px;
}
}

@media screen and (max-width: 567px){
	.event-item {
        margin: 10px;
		display: inline;
    width: 44%;
    float: left;
    }
}

/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 400px) {
	.announcement-header > div {
    width: 100% !important;
}
.announcement-left p, .announcement-left ul {
    display: block;
}
.announcement-left ul li {
    margin-left: 0px; 
}
    .navbar a {
        float: none;
        width: 100%;
    }
	.event-img img{
		width: 100%;
	}

}
.slick-slide img {
    width: 100%;
}

.brands-item.slick-slide img {
    /*width: 100%;
	max-height: 70px;*/
	width: 65%;
    max-height: 50px;
}

.icon-img {
    display: inherit !important;
}


.all-news-btn {
    display: inline-block;
    /*position: absolute;
    right: 10px;
    bottom: 10px;*/
    padding: 7px 15px;
    background: #184353;
    color: #fff;
    border-radius: 2px;
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.all-news-btn:hover{
	color: #ce9430;
}

.news-listing li{
	width: 100% !important;
}
.news-tab-box .resp-tab-content { padding: 0px;}
.news-tab-boxes { margin: 10px;}
.news-tab-boxes {
    display: block;
    border: 1px solid #c7d1d5;
    padding: 15px 10px;
    margin-bottom: 10px;
    background: #ffffff;
    margin-right: 3px;
}

.news-tab-cont.important-news-tab .news-tab-boxes {padding: 0px 25px 0px 0px; border: none; border-top: 1px solid #c7d1d5; position: relative;}
.news-tab-cont.important-news-tab .news-tab-boxes:after { content: "\f054"; font-family: 'FontAwesome'; display: inline-block; font-size: 15px; position: absolute; right: 5px; top: 18px; color: #48a2e4;}
.news-tab-boxes h4 { text-transform: capitalize;font-size: 14px;}
.new {
    display: inline-block;
    background: #CC4738;
    border-radius: 3px;
    color: #331321;
    padding: 0px 5px;
    line-height: 20px;
    position: relative;
    margin-left: 12px;
    font-size: 13px;
    top: 2px;
}
.news-listing4, .news-listing5, .news-listing3{
	padding: 0;
}
.news-listing4> li, .news-listing5> li, .news-listing3> li, .news-listing li{
	float: none;
    list-style: none;
    position: relative;
    width: 100% !important;
	
}

.news-tab-cont-right {
    display: block;
    margin-left: -15px;
}

.news-tab-cont-right ul {
    display: block;
    text-align: center;
	padding: 0;
}

.news-tab-cont-right ul li {
    display: inline-block;
    text-align: left;
    border-left: 1px solid #c5cbd1;
    line-height: inherit;
    padding: 0 20px;
    position: relative;
}

.news-tab-cont-right ul li:first-child {
    border-left: none;
}

.news-tab-cont-right ul li:first-child:before {
    content: "\e908";
    font-family: 'icomoon';
    display: inline-block;
    position: absolute;
    left: -10px;
    top: 4px;
    color: #ffc74d;
    font-size: 19px;
}

.news-tab-cont-right ul li h5 {
    color: #3d454b;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0px;
}

.news-tab-cont-right ul li h5 span {
    color: #6c7785;
    font-size: 14px;
    display: block;
    font-weight: 400;
    padding-top: 3px;
}

#gb-widget-9181 > * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    box-sizing: border-box !important;
}
.jxPOhn {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;      /* TWEENER - IE 10 */
display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    margin-top: 14px;
    position: relative;
    -webkit-box-pack: end;
    justify-content: flex-end;
}
.jlzTty {
    width: 50px;
    height: 50px;
    order: 2;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 40%) 2px 2px 6px;
    transition: all 0.5s ease 0s;
    position: relative;
    z-index: 200;
    display: block;
    border: 0px;
    background: rgb(77, 194, 71) !important;
}
.fprIlH {
    opacity: 1;
    display: block;
    position: absolute;
    bottom: -1.6em;
    right: -0.5em;
    width: 60px;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    font-family: Roboto, "Helvetica Neue", sans-serif;
    font-size: 11px;
    line-height: 11px;
    border: 0px;
    max-width: inherit;
    color: rgb(175, 175, 175) !important;
}










/*===============ram new==========*/

.enquire-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 400px;
    background: #153a48;
    z-index: 9;
    border-radius: 5px;
    border: solid 5px #5d808f;
}
.enquire-popup .close {
    margin: 7px 15px 0 0;
}
.enquire-inner {
    padding: 0px 30px 13px 30px;
}
.enquire-inner h3 {
    color: #ffffff;
    padding: 18px 0 9px 0;
    font-size: 24px;
    margin-top: 0px;
    text-transform: uppercase;
}
.enquire-inner .control {
    margin-bottom: 9px;
}
.enquire-inner .control input {
    width: 100%;
    padding: 6px;
    border: none;
    border-radius: 4px;
    height: 37px;
}
.enquire-inner .control select {
    width: 100%;
    padding: 6px;
    border: none;
    border-radius: 4px;
    height: 37px;
}

.enquire-inner .control textarea {
    width: 100%;
    padding: 6px;
    border: none;
    height: 59px;
    border-radius: 4px;
}

.enquire-inner .control input.submit {
    max-width: 103px;
    height: 34px;
    border-radius: 4px;
    background: #ce942f;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
}


/*==============enquary form=========*/
.enquiry-form {
    /*position: fixed;
    top: 203px;
    right: -300px;
    width: 300px;
    z-index:100;
    background: #5d808f;
    border-radius: 3px 0px 0px 3px;
    box-shadow: 0px 16px 17px 0px rgba(0, 0, 0, 0.2);
    transition: all ease 0.3s; */
	
	width: 100%;
	z-index: 9;
	background: #184353;
}

.enquiry-form.switch {
    right: 0px;
    top:0;
}

.enquiry-toggle {
    position: absolute;
    background: #184353;
    display: block;
    height: 196px;
    width: 49px;
    border-radius: 8px 0px 0px 8px;
    top: 100px;
    left: -49px;
}

.enquiry-toggle.active:before {
    content: "\e90b";
}

.enquiry-toggle:before {
    content: "\e909";
    position: absolute;
    color: #FFF;
    font-size: 14px;
    font-family: 'icomoon';
    bottom: 20px;
    right: 16px;
}

.enquiry-toggle img {
    position: absolute;
    margin: auto;
    top: 20px;
    right: 0;
    left: 0;
}

.enquiry-form .head {
    display: block;
    background: #184353;
    text-align: center;
    padding: 18px 0px;
    border-radius: 3px 3px 0px 0px;
}

.enquiry-form .head h3 {
    color: #FFF;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.enquiry-form .form-holder {
    display: block;
    padding: 20px 20px 30px 20px;
}

.enquiry-form .form-control {
    height: 36px;
    padding-left: 18px;
    box-shadow: none;
    border: none;
    margin-bottom: 9px;
    color: #8c959d;
    font-size: 13px;
}

.enquiry-form .btn-submit {
    font-size: 15px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    background: #f5be58;
    border: none;
    line-height: 30px;
    padding: 0px 40px;
    margin-top: 15px;
    border-radius: 3px;
}

.enquiry-form .btn-submit:hover {
    background: #d6a44a;
}


/*=============header menu ==============*/


.header-menu {
    background: #263747;
    /* border-bottom: 6px solid #ffc342; */
    height: 43px;
}

.main-menu {
    display: block;
}

.main-menu > ul {
    font-size: 0;
	padding: 0;
}

.main-menu > ul > li {
    display: inline-block;
    border-left: 1px solid #2a5e6b;
    padding: 0 28px;
}

.main-menu > ul > li:first-child {
    border-left: none;
	padding-left: 6px;
}

.main-menu > ul > li:last-child{
	    padding-right: 0;
}

.main-menu > ul > li > a {
    text-transform: uppercase;
    /*padding: 0 15px;*/
    display: block;
    font-size: 13px;
    color: #fff;
    line-height: 43px;
    font-weight: 700;
        text-decoration: none;
}

.main-menu > ul > li > a:hover {
    color: #ffc342;
}

.main-menu > ul > li > a.home-icon {
    color: #ffae00;
}

.main-menu > ul > li > a span {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 8px;
}

.main-menu > ul > li:first-child a span {
    margin-right: 0px;
}

.main-menu > ul > li > a i {
    font-size: 16px;
    margin-left: 8px;
}

.main-menu > ul > li > ul {
    display: none;
    position: absolute;
    top: 48px;
    left: 0%;
    background: rgba(0, 0, 0, 0.8);
    border: 1px solid #ead0a4;
    border-radius: 3px;
    z-index: 5;
    width: 460px;
    width: 510px;
    box-shadow: 0px 0px 0px 3px #ffc342;
    padding: 15px 15px 20px 15px;
}

.main-menu > ul > li > ul:before {
    position: absolute;
    width: 0;
    height: 0;
    content: '';
    top: -18px;
    left: 10%;
    border-style: solid;
    border-width: 7px;
    border-color: transparent transparent #ffae00 transparent;
}

.main-menu > ul > li.placement-dropdown ul {
    left: inherit;
    right: 0px;
}

.main-menu > ul > li.placement-dropdown ul:before {
    left: inherit;
    right: 10%;
}

.main-menu > ul > li > ul > li {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.main-menu > ul > li > ul > li > a {
    display: block;
    color: #e7e9ec;
    font-size: 14px;
    padding: 12px 0px;
    margin: 0 20px;
    line-height: 18px;
    position: relative;
    border-bottom: 1px solid #545658;
}

.main-menu > ul > li > ul > li > a span {
    color: #808892;
    font-weight: 700;
}

.main-menu > ul > li > ul > li > a:hover {
    color: #ffc342;
}

.main-menu > ul > li > .campus-dropdown {
    width: 760px;
    left: 0px;
}

.main-menu > ul > li > ul.campus-dropdown > li {
    width: 20%;
    padding: 0 10px;
}

.main-menu > ul > li > ul.campus-dropdown > li > h5 {
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
}

.main-menu > ul > li > ul.campus-dropdown > li > ul > li {
    display: block;
    border-top: 1px solid #545658;
}

.main-menu > ul > li > ul.campus-dropdown > li > ul > li:first-child {
    border-top: none;
}

.main-menu > ul > li > ul.campus-dropdown > li > ul > li > a {
    display: block;
    position: relative;
    font-size: 14px;
    padding: 12px 0px;
    padding-left: 20px;
    color: #bcbcbc;
}

.main-menu > ul > li > .campus-dropdown > li > ul > li > a:before {
    content: "\e905";
    font-family: 'icomoon';
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    font-size: 14px;
    color: #fff;
}

.main-menu > ul > li > ul.campus-dropdown > li > ul > li > a:hover, .main-menu > ul > li > ul.campus-dropdown > li > ul > li > a:hover:before {
    color: #ffc342;
}


.main-menu > ul > li > .academics-dropdown {
    width: 1140px;
    left: -310px;
}

.main-menu > ul > li > .academics-dropdown:before {
    left: 36%;
}

.main-menu > ul > li > ul.academics-dropdown > li {
    width: 33.3%;
    padding: 0 15px;
}

.main-menu > ul > li > ul.academics-dropdown > li > h5 {
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
}

.main-menu > ul > li > ul.academics-dropdown > li > ul > li {
    display: block;
    border-top: 1px solid #545658;
}

.main-menu > ul > li > ul.academics-dropdown > li > ul > li:first-child {
    border-top: none;
}

.main-menu > ul > li > ul.academics-dropdown > li > ul > li > a {
    display: block;
    position: relative;
    font-size: 14px;
    padding: 12px 0px;
    color: #bcbcbc;
}

.main-menu > ul > li > .academics-dropdown.admission-dropdown {
    left: -487px;
}

.main-menu > ul > li > .academics-dropdown.admission-dropdown:before {
    left: 50%;
}


.main-menu > ul > li > ul.academics-dropdown > li > ul > li > a:hover, .main-menu > ul > li > ul.academics-dropdown > li > ul > li > a:hover:before {
    color: #ffc342;
}


/* TOGGLE MENU */

.mobile-menu {
    height: 100%;
    position: fixed;
    display: block;
    right: -100%;
    top: 0;
    width: 100%;
    background: #FFFFFF;
    height: 100%;
    z-index: 1003;
    padding: 40px 40px;
    display: none;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
}

.mobile-menu.show-it {
    right: 0;
}

.mobile-menu a.btn-curved.blue {
    margin-top: 0;
    background: none;
    padding: 0;
}

.mobile-menu .menu-list li a {
    text-transform: capitalize;
    color: #333;
    display: block;
    padding: 6px 10px !important;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
}

.mobile-menu .menu-list li a:hover {
    color: #00aeff;
}

.mobile-menu .menu-list li a.open {
    background: #00aeff;
    color: #FFFFFF;
}

.mobile-menu .menu-list li a i {
    margin-left: 10px;
}

.mobile-menu .menu-list li ul {
    display: none;
    padding: 10px 0px;
    margin-left: 0px;
}

.mobile-menu .menu-list li ul li a {
    color: #4e5966;
    padding: 1px 10px 1px 20px !important;
    display: block;
    font-size: 13px;
    text-transform: none;
    transition: all ease-out 0.2s;
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -ms-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    text-align: left;
    position: relative;
    font-weight: 400;
    text-transform: capitalize;
}

.mobile-menu .menu-list li ul li a:hover {
    color: #00aeff;
}



a.menu-toggle {
    position: fixed;
    display: block;
    width: 45px;
    height: 45px;
    background: #1f6ab8;
    top: 3px;
    right: 9px;
    padding-top: 4px;
    box-sizing: border-box;
    padding-top: 8px;
}

a.menu-toggle:hover,
a.menu-toggle.active {
    background: #307dce;
}

a.menu-toggle.active span.line {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform-origin: center center;
}

a.menu-toggle.active span.line.a {
    transform: rotate(45deg);
}

a.menu-toggle.active span.line.c {
    transform: rotate(-45deg);
}

a.menu-toggle.active span.line.b {
    opacity: 0;
}

a span.line {
    position: relative;
    width: 65%;
    height: 2px;
    background: #FFFFFF;
    margin: 6px auto;
    display: block;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}


/* ====================HEADER STYLES END===================*/

/*===================event tab about ==================*/
.about .tab-content.tabs-content {
    height: 300px;
    overflow: hidden;
    position: relative;
}
ul.news-listing.bx {
    padding-left: 0px;
}


/*==========03-04-2021========*/
.news-tab-cont{
    width: 100%;
    height: 230px;
}
.footer a:hover {
    color: #ffc342;
}

@media screen and (min-width: 1201px){
    .mobile-menu {
        display: none;
    }
    a.menu-toggle {
        display: none;
    }

}


@media screen and (max-width: 1200px){
    .header-menu {
        display: none;
    }
    .mobile-menu {
        display: block;
    }

    a.menu-toggle{display: block;}
    .mobile-menu{display:block;}
    .mobile-menu a.close-it{display:block;}
    .main-menu{display:none;}  
    .mobile-menu >ul{
        display: block !important;
    }
    .mobile-menu >ul > li{display: block;}
    .mobile-menu >ul > li >a{font-size: 16px;font-weight: 700;color: #000;display: block;text-transform: uppercase;padding: 10px 0px;}
    .mobile-menu >ul > li >a span{display: none;}
    .mobile-menu >ul > li >a.home-icon span{display: inline-block;font-size: 24px;}
    .mobile-menu >ul > li >a:hover{color: #2773c3;}
    .mobile-menu >ul > li >a i{font-size: 16px;margin-left: 8px;}
    .mobile-menu >ul > li > ul::-webkit-scrollbar { width: 5px;}
    .mobile-menu >ul > li > ul::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);}
    .mobile-menu >ul > li > ul::-webkit-scrollbar-thumb { background-color: darkgrey; outline: 1px solid slategrey;}
    .mobile-menu >ul > li > ul { display: none; padding: 15px; max-height: 250px; overflow-y: auto; background: #efefef;}
    .mobile-menu >ul > li > ul >li{display: block;}
    .mobile-menu >ul > li > ul >li a{font-size: 14px;text-transform: uppercase;color: #6b6b6b;text-transform: uppercase;font-weight: 600;padding:8px 0px 8px 15px;display: block;position: relative;}
    .mobile-menu >ul > li > ul >li a:hover{color: #000;}
    .mobile-menu >ul > li > ul >li a:before{left: 0;top: 8px;color:#6b6b6b;content: "\e90b";position: absolute;font-family: 'icomoon';font-size: 8px;}
    
    .mobile-menu .academics-dropdown ul {
        padding-left: 0px;
    }
    .mobile-menu .academics-dropdown ul li{
        list-style: none;
    }
    .mobile-menu .campus-dropdown ul {
        padding-left: 0px;
    }
    .mobile-menu .campus-dropdown ul li{
        list-style: none;
    }
    .banner-text span {
        display: none;
    }
}
@media screen and (max-width: 767px){

    .academic-title {
        text-align: center;
        width: 100%;
    }
    .academic-title::after {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .about-right .about-text {
        text-align: center;
    }
    .message-text {
        margin-top: 20px;
    }

    .brands-title {
        padding: 0px 20px;
    }
    .footer-item {
        /*width: 100%;
        margin-left: 0px;*/
        margin-right: 0px;
    }
    .footer-item:nth-child(even) {
        /*border-left: none !important;*/
        padding-left: 0px;
    }
    div#head {
        position: unset !important;
    }
    div#COntentDiv {
        margin-top: 0px !important;
    }

}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    .footer-icon {
        right: 0px;
    }
    .announcement-header {
        flex-direction: column;
    }
    .announcement-header > div {
        width: 100% !important;
    }
    .announcement-menu {
        width: 100%;
        text-align: left;
    }
    .announcement-icons {
        width: 70%;
        text-align: left;
    }

}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .tabs a {
        padding: 6px 5px !important;
        font-size: 10px;
    }
    .nav-tabs>li {
        margin-right: 5px;
    }
	

.footer-social{
	width: 18%;
	margin-top: 10px;
}
.footer-menu{
	width: 80%;
	text-align: right;
}
.footer-logo {
    width: 60%;
    text-align: center;
    display: block;
    margin: 0 auto;
}
}
@media screen and (min-width: 993px) and (max-width: 1024px) {
ul.nav.nav-tabs.tabs li:last-child{
		margin-right: -48px;
	}
	ul.nav.nav-tabs.tabs li.active:last-child{
		margin-right: -43px;
	}

}
@media screen and (min-width: 768px) and (max-width: 992px) {
.footer-item{
	width: 20%;
}

    .academic-text {
        width: auto;
    }

}
@media screen and (max-width: 768px) {
	ul.nav.nav-tabs.tabs li:last-child{
		margin-right: -17px;
	}
	ul.nav.nav-tabs.tabs li.active:last-child{
		margin-right: -11px;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .event-item {
        margin: 10px;
        width: 46%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 575px){
	ul.nav.nav-tabs.tabs li:last-child{
		margin-right: -1px;
	}
	ul.nav.nav-tabs.tabs li.active:last-child{
		margin-right: 0px;
	}
    .event-item {
        margin: 0px;
        width: 100%;
        margin-bottom: 20px;
    }
}

div#head {
    position: fixed;
    top: 0;
    height: auto;
    width: 100%;
    z-index: 100;
}

/* =========================================
   Modified Slick Slider Arrow Styles
   ========================================= */

/* 1. The Button Container (The Circle) */
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%; /* Vertically centered */
    display: flex !important; /* Use Flexbox to center the icon inside */
    justify-content: center;
    align-items: center;
    
    width: 40px;  /* Circle Width */
    height: 40px; /* Circle Height */
    padding: 0;
    
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    
    /* THE STYLE CHANGE: Translucent White Background */
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15); /* Slight shadow for visibility */
    
    z-index: 100; /* Ensure it sits on top of images */
    transition: background 0.3s ease;
}

/* 2. Hover Effects */
.slick-prev:hover, .slick-next:hover {
    background: rgba(255, 255, 255, 1); /* Solid white on hover */
    color: transparent;
}

.slick-prev:focus, .slick-next:focus {
    outline: none;
    background: rgba(255, 255, 255, 1);
}

/* 3. Positioning the Buttons */
.slick-prev {
    left: 10px; /* Distance from left edge */
} 
.slick-next {
    right: 10px; /* Distance from right edge */
}

/* 4. The Icons (FontAwesome) inside the Circle */
button.slick-prev.slick-arrow::after,
button.slick-next.slick-arrow::after {
    position: relative; /* Reset absolute positioning so Flexbox works */
    left: auto;
    right: auto;
    top: auto;
    width: auto;
    height: auto;
    display: inline-block;
    
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 24px; /* Icon size inside the circle */
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    
    color: #333; /* Dark Grey Arrow Color */
}

/* Specific Icons */
button.slick-prev.slick-arrow::after {
    content: "\f104"; /* FA Angle Left */
}

button.slick-next.slick-arrow::after {
    content: "\f105"; /* FA Angle Right */
}

/* 5. Specific overrides for .event-wrapper if needed */
.event-wrapper button.slick-prev.slick-arrow {
    left: 10px; /* Keep inside */
}

.event-wrapper button.slick-next.slick-arrow {
    right: 10px; /* Keep inside */
}
/*========07-03-2021=======*/

.product-sellers-info {
    background: #122B41;
    color: #fff;
    text-align: center;
    padding: 10px 10px;
    border-top: 8px solid #ce9430;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;      /* TWEENER - IE 10 */
display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    min-height: 118px;
    justify-content: center;
    align-items: center;
}

.product-sellers-info h6 {
    color: #fff;
    font-size: 14px;
    line-height: 23px;
    text-decoration: none;
    margin: 0px;
}

.produtslided a {
    text-decoration: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    border: none;
    padding: 0 !important;
    background: #fff !important;
    height: 30px;
    width: 30px;
    border-radius: 40px !important;
    line-height: 26px !important;
    color: #000 !important;
    border: solid 2px #000 !important;
}
.owl-next {
    position: absolute;
    right: -10px;
    bottom: 45%;
}
.owl-next:focus,
.owl-prev:focus {
    outline: none;
}
.owl-prev {
    position: absolute;
    left: -10px;
    bottom: 45%;
}
.owl-prev span {
    font-size: 30px;
    line-height: 21px;
}
.owl-next span {
    font-size: 30px;
    line-height: 21px;
}
.owl-dots {
    display: none;
}
.owl-nav {
    display: block !important;
}

.academic-item a {
     color: #333; 
}

input.gsc-input{
    color: #333;
}

a:hover h6.title {
    color: #ce9430;
}

#results {
    color: #ce942f;
}

.dropdown ul ul{
    padding-left: 0;
}

div#___gcse_0{
    width: 65%;
    display: inline-block;
    float: left;
}
.gsc-control-cse{
    padding: 0 !important;
}

.gsc-control-cse{
    border: none !important;
    background-color: transparent !important;
    width: 100% !important;
}
table.gsc-search-box td.gsc-input{
    padding-right: 0 !important;
}

.gsc-search-button-v2{
    padding: 6px 8px !important;
}

.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus{
    background-color: #FFF !important;
}

.gsc-search-button-v2 svg{
    fill: #000 !important;
}

.gsc-input{
    font-size: 13px !important;
}


/* Slider */

.banner-list-container .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    touch-callout: none;
    user-select: none;
    touch-action: pan-y;
    tap-highlight-color: transparent;
    
}
.banner-list-container .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.banner-list-container .slick-list:focus{
	outline: none;
}
.banner-list-container .slick-list:dragging{
	cursor: pointer;
        cursor: hand;
}
.banner-list-container .slick-slider .slick-track,
.banner-list-container .slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.banner-list-container .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}
.banner-list-container .slick-track:before, .banner-list-container .slick-track:after{
        content: "";
        display: table;
    }
	.banner-list-container .slick-track:after{
		clear: both;
	}
	.banner-list-container .slick-track .slick-loading, .slick-slide .slick-loading {
		 visibility: hidden;
	}
.banner-list-container .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    [dir="rtl"] & {
        float: right;
    }
    img {
        display: block;
    }
    display: none;
}
.banner-list-container .slick-slide .slick-initialized{
        display: block;
    }
.banner-list-container .slick-slide .slick-vertical{
       display: block;
        height: auto;
        border: 0;
        outline: none;
    }
	.banner-list-container .slick-slide .slick-vertical:focus,.banner-list-container .slick-slide .slick-vertical:active,.banner-list-container .slick-slide .slick-vertical::selection{
            outline: none !important;
            border: 0 !important;
            box-shadow: none;
        }
.banner-list-container .slick-arrow.slick-hidden {
    display: none;
}

.banner-list-container .slick-current{
    position: relative;
}


.banner-list-container .slick-slide{
    overflow: hidden;
        padding: 10px 0;
    
}

.banner-list-container [aria-hidden]{
    transition: 1s;
}



.banner-list-container-misc{
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: grey;
}
/* Global Scrollbar Styles */
html {
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: #888 #f1f1f1; /* Firefox */
}

body::-webkit-scrollbar {
    width: 16px; /* Chrome, Safari and Opera */
}

body::-webkit-scrollbar-track {
    background: #f1f1f1; /* Chrome, Safari and Opera */
}

body::-webkit-scrollbar-thumb {
    background: #888; /* Chrome, Safari and Opera */
}

body::-webkit-scrollbar-thumb:hover {
    background: #555; /* Chrome, Safari and Opera */
}

/* Ensuring Smooth Scroll for All Browsers */
html {
    scroll-behavior: smooth;
}

