﻿/*
Author       : Mahmoud Salem.
Template Name: Collage king saud university for health sciences
Version      : 1.0
*/
/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE (body, link color, section-title, preloader btn, overlay, section-padding etc)
    02. START TOP HEADER DESIGN
    03. START MAIN HEADER & NAV
    04. START SLIDER DESIGN
    05. START START ABOUT COLLAGE DESIGN
    06. START NEWSLETTER & EVENT DESIGN
    07. START OUR STAFF DESIGN
    08. START IMAGE GALLARY DESIGN
    09. START FOOTER DESIGN
	10. inner Header pages
	11. News Inner page
	12. Events Inner page
	13. News Inner single page
	14. Our Staff Inner page
	15. Events Inner single page
	16. General pages
	17. Staff pages
  =============================================================*/
/*
* ----------------------------------------------------------------------------------------
* 01.GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
html {
    background: #fff;
    -moz-animation-name: html_elem;
    -webkit-animation-name: html_elem;
    animation-name: html_elem;
    -moz-animation-duration: 0.2s;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -moz-animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-font-smoothing: antialiased !important;
    -moz-webkit-font-smoothing: antialiased !important;
    -ms-webkit-font-smoothing: antialiased !important;
    -o-webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: antialiased !important;
}
* {
    outline: none!important
}
::selection {
    background: #009966;
    color: #fff
}
::-moz-selection {
background:#009966;
color:#fff
}
hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
body {
    background-color: #fff;
    color: #000;
    font-family: "Cairo-600";
    font-size: 1.6em;
    -webkit-font-smoothing: antialiased !important;
    -moz-webkit-font-smoothing: antialiased !important;
    -ms-webkit-font-smoothing: antialiased !important;
    -o-webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: antialiased !important;
    overflow-x: hidden;
    transition: all .5s ease-in 0s;
}
a {
    color: inherit;
    text-decoration: none;
    outline: 0
}
a:hover {
    text-decoration: none;
    color: inherit;
    transition: all 0.2s ease-in-out 0s
}
a:-webkit-any-link {
text-decoration:none !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 300;
    line-height: 1.8;
    margin-top: 10px;
}
a:visited {
    color: inherit;
    text-decoration: none;
}
ul, ol, li {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.6
}
p {
    font-size: 1.5rem;
/*    line-height: 1.6;*/
}
strong {
    font-weight: 600;
    ont-family: "cairo-700";
}
label {
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 1.4rem;
    font-weight: 400;
}
input {
    outline: none;
}
input:hover {
    transition: all 0.2s ease-in-out 0s;
}
@-moz-keyframes html_elem {
0% {
opacity:0
}
100% {
opacity:1
}
}
@-webkit-keyframes html_elem {
0% {
opacity:0
}
100% {
opacity:1
}
}
@keyframes html_elem {
0% {
opacity:0
}
100% {
opacity:1
}
}
.mt-10 {
    margin-top: 1rem!important
}
.mt-20 {
    margin-top: 2rem!important
}
.mt-30 {
    margin-top: 3rem!important
}
.mt-40 {
    margin-top: 4rem!important
}
.mt-50 {
    margin-top: 5rem!important
}
.mt-60 {
    margin-top: 6rem!important
}
.mt-70 {
    margin-top: 7rem!important
}
.mt-80 {
    margin-top: 8rem!important
}
.mt-90 {
    margin-top: 9rem!important
}
.mt-100 {
    margin-top: 10rem!important
}
.mt-110 {
    margin-top: 11rem!important
}
.mt-120 {
    margin-top: 12rem!important
}
.mt-130 {
    margin-top: 13rem!important
}
.mt-140 {
    margin-top: 14rem!important
}
.mt-150 {
    margin-top: 15rem!important
}
.mt-160 {
    margin-top: 16rem!important
}
.mt-170 {
    margin-top: 17rem!important
}
.mt-180 {
    margin-top: 18rem!important
}
.mt-190 {
    margin-top: 19rem!important
}
.mt-200 {
    margin-top: 20rem!important
}
.mb-10 {
    margin-bottom: 1rem!important
}
.mb-20 {
    margin-bottom: 2rem!important
}
.mb-30 {
    margin-bottom: 3rem!important
}
.mb-40 {
    margin-bottom: 4rem!important
}
.mb-50 {
    margin-bottom: 5rem!important
}
.mb-60 {
    margin-bottom: 6rem!important
}
.mb-70 {
    margin-bottom: 7rem!important
}
.mb-80 {
    margin-bottom: 8rem!important
}
.mb-90 {
    margin-bottom: 9rem!important
}
.mb-100 {
    margin-bottom: 10rem!important
}
.mb-110 {
    margin-bottom: 11rem!important
}
.mb-120 {
    margin-bottom: 12rem!important
}
.mb-130 {
    margin-bottom: 13rem!important
}
.mb-140 {
    margin-bottom: 14rem!important
}
.mb-0 {
    margin-bottom: 0!important
}
.padding-right-left {
    padding-right: 10px !important;
    padding-left: 10px !important;
}
.nopadding {
    padding: 0;
    margin: 0;
}
.dir-rtl {
    direction: rtl
}
.dir-ltr {
    direction: ltr
}
.brdr-bottom {
    border-bottom: 1px solid rgba(0,0,0,0.05)
}
.brdr-right {
    border-right: 1px solid rgba(0,0,0,0.05)
}
.no-brdr {
    border: none!important
}
.over-fl-hidden {
    overflow: hidden
}
.over-fl-visible {
    overflow: visible
}
[class*='dark-text'] {
    color: #000!important
}
[class*='light-text'] {
    color: #fff!important
}
.onelines {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-emphasis: after;
    line-height: 2.5rem;
}
.twolines {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-emphasis: after;
    line-height: 2.5rem;
}
.threelines {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-emphasis: after;
    line-height: 2.5rem;
}
.sixlines {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-emphasis: after;
    line-height: 2.5rem;
}
.ms-webpart-chrome-vertical {
    display: block !important;
}
.ms-webpart-zone {
    display: block !important;
}
.ms-webpart-cell-vertical {
    display: block !important;
}
/* Row Fix */
.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}
/*
* ----------------------------------------------------------------------------------------
* 02. START TOP HEADER DESIGN
* ----------------------------------------------------------------------------------------
*/
.head-top {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #009965;
}
.topnav {
  overflow: hidden;
/*  background-color: #333;*/
}

.topnav a {
    float: right;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 17px 16px;
    text-decoration: none;
    font-size: 16px;
}
.topnav a:not(:last-child) {
    border-left: 1px solid rgba(247, 247, 247, 0.2);
}
.topnav a:first-child {
    border-right: 1px solid rgba(247, 247, 247, 0.2);
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav .active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
.topnav a {

  display: none;

}
  .topnav a.icon {
    float: left;
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    left: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: none;
    text-align: right;
  }
}

.wb-header-widgets-bar:first-child, .wb-header-widgets-bar + .wb-header-widgets-bar {
    border-top: none;
    background: #009965;
    color: white;
}
@media screen and (min-width: 768px) {
.wb-header-transparent-scroll .wb-header-wrap:before {
    opacity: 0.8;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}
}
.wb-nav-menu > ul > li a {
    color: #009966;
    font-family: 'Cairo-700', sans-serif;
    font-size: 14px;
    letter-spacing: 0;
}
.wb-header .wb-brand {
    padding: 10px 0;
}
.wb-nav-menu > ul > li a {
    height: 110px;
    line-height: 110px;
}
.wb-header-widget-cart > a {
    padding: 0 26px 0 10px;
}
.wb-menu-decorated .wb-nav-menu > ul > li:hover > a, .wb-menu-decorated .wb-nav-menu > ul > li.wb-is-active > a {
    color: #2F3640;
    border-bottom-color: #009965;
}
/*.wb-nav-menu > ul > li ul {
    right: 0;
}
.wb-nav-menu > ul > li ul li > ul {
    right: 100%;
}*/
.wb-header-widget-cart > a {
    background: #0000002e;
}
.wb-nav-menu > ul > li a, .wb-header-widget-nav > nav > ul > li a, .wb-header-widget-cart > a, .wb-mini-cart-items > li p, .wb-mini-cart-subtotal, .wb-mini-cart-actions > a {
    font-family: 'Cairo-700', sans-serif;
    font-size: 14px;
    letter-spacing: 0;
}
.wb-header-widget-cart > a i {
    right: 12px;
}
.wb-header-widget-nav > nav > ul > li a {
    padding: 0 20px;
    line-height: 40px;
    border-left: 1px solid #ffffff59;
}
.wb-header-widget-nav > nav > ul > li a:hover {
    color: #353535;
}
.wb-header-widgets-bar {
    height: 40px;
}
.wb-nav-menu > ul > li ul:before {
    background: #009965;
}
.dropdown .btn-top {
    color: #ffffff;
    background-color: rgba(0,0,0,0.00);
    border-color: #fff;
    margin:10px;
}
.dropdown .btn-top:hover {
    color: #006b43;
    background-color: #fff3c5;
    border-color: #fff;
}

.dropdown-menu  {
    width: 264px;
    left: auto;
	padding: 0;
    border: 1px solid #e6e6e6;
    border-top: 2px solid #303640;
    background: #fff;
    color: #303640;
}
.btn .caret {
    margin-right: 10px;
}

/*form horizontal*/
.dropdown-menu .custom-form {
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0 20px;
}

.dropdown-menu .form-horizontal .control-label {
    padding-top: 15px;
    margin-bottom: 15px;
    text-align: right;
    font-family: 'Cairo-700', sans-serif;
    font-size: 18px;
}
.dropdown-menu .radio-inline+.radio-inline {
    margin-right: 103px;
}
.dropdown-menu .tophead {
    background-color: #009966;
    height: 40px;
    position: relative;
}
.dropdown-menu .radio label, .checkbox label {
    padding-left: 0;
}
.dropdown-menu .form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 7px;
    font-family: 'Cairo-700', sans-serif;
    font-size: 15px;
    color: #000;
}
.custom-input {
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom-input :hover {
    color: #B4B4B4;
}
.custom-input ~ .checked {
    color: #B4B4B4;
}
/* Hide the browser's default radio button */
.custom-input input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 8;
    left: 0;
    height: 25px;
    width: 25px;
}
/* On mouse-over, add a grey background color */
.custom-input :hover input ~ .checkmark {
    background-color: transparent;
    color: #f3f3f3;
}
/* When the radio button is checked, add a blue background */
.custom-input input:checked ~ .checkmark {
    background-color: transparent;
    color: #000;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "\f00c";
    font-family: 'FontAwesome';
    position: absolute;
    display: none;
}
/* Show the indicator (dot/circle) when checked */
.custom-input input:checked ~ .checkmark:after {
    display: block;
}
.custom-input input:hover ~ .checkmark:after {
    display: block;
}
input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    margin: 4px 40px;
    width: 12px;
    height: 12px;
    background: #eeeeee;
    box-shadow: inset 0 0 0 .2em white, 0 0 0 .2em;
    border-radius: 50%;
    transition: .2s;
    cursor: pointer;
    color: #363945;
}
input[type="radio"]:hover, input[type="radio"]:checked {
    background: #363945;
    box-shadow: inset 0 0 0 .2em white, 0 0 0 .2em;
}
input[type="radio"]:checked {
    background: #56be8e;
    box-shadow: inset 0 0 0 .2em white, 0 0 0 .2em #56be8e;
}
input[type="radio"]:focus {
    outline: 0;
}
.dropdown-menu .btn-primary {
    color: #363944;
    background-color: #c7c7c7;
    border-color: #bbbbbb;
    font-family: 'Cairo-700', sans-serif;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.dropdown-menu .btn-primary:hover {
    color: #fff;
    background-color: #26A074;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.dropdown-menu .btn {
    display: inline-block;
    padding: 17px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}
/* Style the indicator (dot/circle) */

.tophead ul.right_menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 0;
    overflow: hidden;
    background-color: transparent;
}
.tophead ul.right_menu li {
    color: #fff;
    float: right;
    display: inline-block;
    padding: 7px 20px 7px 20px;
    cursor: pointer;
}
.tophead ul.right_menu li {
    border-left: solid 1px #006A44;
}
.tophead ul.right_menu li:hover {
    background: #2F3640;
    color: #fff;
}
.tophead ul.right_menu li a {
    font-family: 'Cairo-600', sans-serif;
    font-size: 14px;
    text-decoration: none;
    padding: 0;
    margin: 0;
}
.tophead ul.left_menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 0;
    /*overflow: hidden;*/
    background-color: transparent;
}
.tophead ul.left_menu li {
    color: #fff;
    float: right;
    display: inline-block;
    padding: 7px 20px 7px 20px;
    cursor: pointer;
}
.tophead ul.left_menu li {
    border-right: solid 1px #006A44;
}
.tophead ul.left_menu li:last-child {
    border-left: solid 1px #006A44;
}
.tophead ul.left_menu li:hover {
    background: #2F3640;
    color: #fff;
}
.tophead ul.left_menu li a {
    font-family: 'Cairo-600', sans-serif;
    font-size: 14px;
    text-decoration: none;
    padding: 0;
    margin: 0;
}
.tophead ul.left_menu .dropdown li a {
    font-family: 'Cairo-600', sans-serif;
    font-size: 14px;
    text-decoration: none;
    padding: 20px;
    margin: 0;
}
.tophead li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
.tophead .left_menu li.dropdown {
    display: inline-block;
}
.tophead .left_menu .dropdown-content {
    display: none;
    position: absolute;
    overflow: hidden;
    background-color: rgba(255,255,255,0.90);
    min-width: 179px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
    border-radius: 0px 0px 5px 5px;
    z-index: 999;
    top: 40px;
    right: 0;
}
.tophead .left_menu .dropdown-content a {
    color: #046845;
    font-family: 'Cairo-600', sans-serif;
    font-size: 14px;
    padding: 12px 21px;
    text-decoration: none;
    display: block;
    text-align: right;
    border-bottom: 1px solid #00000036;
}
.tophead .left_menu .dropdown-content a:hover {
    background-color: #21252d;
    color: #fff;
}
.tophead .left_menu .dropdown:hover .dropdown-content {
    display: block;
}
.wb-btn {
    position: relative;
    height: 39px;
    padding: 0 36px 0 10px;
    outline: none;
    line-height: 30px;
    border: none;
    background: rgba(0, 0, 0, 0.05);
    -webkit-transition: opacity 175ms, color 175ms, border 175ms, background 175ms;
    -moz-transition: opacity 175ms, color 175ms, border 175ms, background 175ms;
    -o-transition: opacity 175ms, color 175ms, border 175ms, background 175ms;
    transition: opacity 175ms, color 175ms, border 175ms, background 175ms;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.glyphicon {
    position: relative;
    top: 2px;
    padding-right: 10px;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.wb-btns {
    position: relative;
    height: 35px;
    padding: 5px 19px 1px 10px;
    margin: 10px;
    outline: none;
    line-height: 18px;
    font-family: cairo-700;
    border: 2px solid #04c577;
    background: rgba(0, 0, 0, 0.05);
    -webkit-transition: opacity 175ms, color 175ms, border 175ms, background 175ms;
    -moz-transition: opacity 175ms, color 175ms, border 175ms, background 175ms;
    -o-transition: opacity 175ms, color 175ms, border 175ms, background 175ms;
    transition: opacity 175ms, color 175ms, border 175ms, background 175ms;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
	z-index: 22;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search .btn {
    position: absolute;
    top: 50%;
    left: 48%;
    margin-top: 61px;
    margin-left: -48px;
}
.btn-search {
    color: #fff;
    background-color: #009966;
    border-color: #009966;
    padding: 10px 50px;
    font-size: 14px;
    font-family: cairo-700;
}
.btn-search:hover {
    color: #fff;
    background-color: #000;
    border-color: #fff;
}
.btn-search:visited {
    color: #fff;
    background-color: #000;
    border-color: #fff;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: #009966;
    border-color: #009966;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
}
.en-lan {
	background: rgba(0, 0, 0, 0.38);
    color: #fff;
    padding: 6px 25px;
    border-radius: 5px;
    margin: 10px;
}
/*
* ----------------------------------------------------------------------------------------
* 03. START MAIN HEADER & NAV
* ----------------------------------------------------------------------------------------
*/
.navbar {
    min-height: 110px;
    border: none;
}
nav.navbar.bootsnav {
    border: none;
    border-bottom: none;
    z-index: 20;
}
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
nav.navbar.bootsnav ul.nav > li > a {
    padding: 48px 10px;
    font-weight: initial;
}
nav.navbar.bootsnav.navbar-transparent.white ul.nav > li > a, nav.navbar.bootsnav.no-background.white ul.nav > li > a {
    color: #006A44;
    font-size: 14px;
    font-family: 'Cairo-700', sans-serif;
}
nav.navbar.bootsnav ul.nav > li > a {
    color: #006A44;
    font-size: 14px;
    font-family: 'Cairo-700', sans-serif;
}
nav.navbar.bootsnav.navbar-transparent.white {
    background-color: rgba(255,255,255,0.3);
    border-bottom: none;
}
/*
* ----------------------------------------------------------------------------------------
* 04. START SLIDER DESIGN
* ----------------------------------------------------------------------------------------
*/
.in_th_below_box_026 > div >div >div >div > .carousel-indicators > li > div > h5 {
    padding: 15px 20px 5px 10px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0 0 4px 0;
    white-space: normal;
    text-transform: uppercase;
    font-family: 'cairo-700', sans-serif;
    -webkit-font-smoothing: antialiased;
}
.in_th_below_box_026 > div >div >div >div > .carousel-indicators > li > div > p {
    margin: 0;
    padding: 0px 20px 0px 10px;
    color: #ffffff;
    font-size: 14px;
    text-align: justify;
    letter-spacing: 0;
    white-space: normal;
    font-family: 'Cairo-600', sans-serif;
    -webkit-font-smoothing: antialiased;
}
.in_th_026_slide > h1 {
    color: #009966;
	background-color: rgba(255, 255, 255, 0.75);
    max-width: 500px;
    width: fit-content;
    padding: 15px;
    font-size: 25px;
    margin: 0 0 0 0;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 600;
    font-family: 'Cairo-600', sans-serif;
}
.in_th_026_slide > p {
	color: #2C3E50;
	background-color: rgba(255, 255, 255, 0.75);
	max-width: 500px;
	width: fit-content;
	padding: 25px 15px 25px 30px;
	font-size: 16px;
	line-height: 5px;
	margin: 9px 0 9px 0;
	letter-spacing: 0;
	text-transform: none;
	font-weight: unset;
	font-family: 'Cairo-600', sans-serif;
}
.in_th_026_slide > a, .in_th_026_slide > a:visited {
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    padding: 15px 40px;
    line-height: 10px;
    text-align: center;
    letter-spacing: 0;
    white-space: nowrap;
    background: #009966;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Cairo-600', sans-serif;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: background cubic-bezier(0.22, 0.81, 0.01, 0.99);
    transition: background cubic-bezier(0.22, 0.81, 0.01, 0.99);
}
.in_th_026_slide {
    top: 25%;
}
.in_th_below_box_026 > div >div >div >div >.carousel-indicators li img {
    height: 110px;
}
/*
* ----------------------------------------------------------------------------------------
* 05. START START ABOUT COLLAGE
* ----------------------------------------------------------------------------------------
*/
.about_collage {
    padding-top: 20px;
    position: relative;
}
.about_collage .about_word h1 {
    font-family: 'Cairo-600', sans-serif;
    font-size: 33px;
    line-height: 0;
}
.about_collage .about_word h2 {
    font-family: 'Cairo-600', sans-serif;
    font-size: 25px;
    line-height: 2;
}
.about_collage .about_word p {
	font-family: 'Cairo-600', sans-serif;
	font-size: 14px;
	color: #898989;
	line-height: 26px;
	max-width: 486px;
	padding-top: 5px;
}
.down_shape {
    background: url(/_catalogs/masterpage/CollegesAR/images/shape_down100.svg);
    background-size: cover;
    background-position: center bottom;
    bottom: 0;
    height: 100%;
    z-index: 1;
    background-color: transparent;
    display: block;
    position: absolute;
    width: 100%;
    pointer-events: none;
    background-repeat-y: no-repeat;
}
.about_word {
    padding-top: 35px;
}
/*TAB Style*/
.about_collage .solid-tabs .tab-marker > li > a, .solid-tabs .tab-design-1 .tab-marker > li > a {
    background: transparent;
}
.about_collage .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #18A375;
    cursor: default;
    background-color: #fff;
    border: 1px solid #FFFFFF;
    border-bottom: 4px solid #18A375;
    border-bottom-color: unset;
}
.about_collage .nav-tabs>li>a:hover {
    border-color: transparent;
    /* border-bottom-color: #18A375; */
    border-bottom: 4px solid #18A375;
    color: #18A375;
}
.about_collage .nav-tabs>li>a {
    margin-left: 101px;
    font-size: 16px;
    font-family: 'Cairo-600', sans-serif;
    color: #1E1E1E;
}
/*
* ----------------------------------------------------------------------------------------
* 06. START NEWSLETTER & EVENT DESIGN
* ----------------------------------------------------------------------------------------
*/

.news_e {
    background-color: #FAFCFF;
    position: relative;
    padding-bottom: 80px;
}
.news_e .news-post-box {
    padding-top: 10px;
    padding-bottom: 10px;
}
.news_e .center-head {
    margin: 0 auto;
    max-width: 450px;
    text-align: center;
    padding-bottom: 60px;
}
.news_e .center-head h1 {
    font-size: 30px;
    margin: 14px;
    font-family: 'Cairo-600', sans-serif;
    color: #004A32;
}
.news_e .center-head p {
    font-size: 14px;
    line-height: 27px;
    font-family: 'Cairo-600', sans-serif;
    color: #2C3E50;
}
.news_e .news-post-box .image-post {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
	margin-top: 14px;
}
.news_e .news-post-box .image-post img {
    width: 100%;
    height: 228px;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}
.news_e .news-post-box .image-post .date-post {
    position: absolute;
    top: 0;
    right: 0;
    background: #009966;
    width: 82px;
    height: 141px;
}
.news_e .news-post-box .image-post .date-post .date-number {
    font-size: 38px;
    color: white;
    padding-top: 21px;
}
.news_e .news-post-box .image-post .date-post .date-word {
    font-size: 15px;
    color: white;
    padding-top: 2px;
    padding-bottom: 2px;
    background: black;
    bottom: 21px;
    position: absolute;
    width: 100%;
}
.news_e .news-post-box .image-post .date-post .post-location {
    font-size: 12px;
    color: white;
    padding-top: 2px;
    padding-bottom: 2px;
    background: #2d2d2d;
    bottom: 0;
    position: absolute;
    width: 100%;
}
.news_e .news-post-box .post-des {
    padding-top: 0;
}
.news_e .news-post-box .post-des h1 {
    padding-top: 0;
    font-family: 'Cairo-700', sans-serif;
    font-size: 16px;
    color: #004A32;
    letter-spacing: 0;
}
.news_e .news-post-box .post-des p {
    font-family: 'Cairo-600', sans-serif;
    font-size: 13px;
    color: #2C3E50;
    letter-spacing: 0;
}
/*
* ----------------------------------------------------------------------------------------
* Custom News Slider 
* ----------------------------------------------------------------------------------------
*/
.owl-theme .owl-dots .owl-dot span {
    width: 29px;
    height: 6px;
    margin: 5px 5px;
    background: transparent;
    border: 1px solid #009966;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 0px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #009966;
}
.owl-theme .owl-dots {
    text-align: right;
}
/*
* ----------------------------------------------------------------------------------------
* EVENT DESIGN
* ----------------------------------------------------------------------------------------
*/
.news_e .events-post-box {
    padding-top: 10px;
    padding-bottom: 10px;
}
.news_e .events-post-box .image-events {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.news_e .events-post-box .image-events img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}
.news_e .events-post-box .image-events .date-events {
    position: absolute;
    top: 0;
    right: 0;
    background: #009966;
    width: 74px;
    height: 121px;
}
.news_e .events-post-box .image-events .date-events .date-number {
    font-size: 38px;
    color: white;
    padding-top: 14px;
}
.news_e .events-post-box .image-events .date-events .date-word {
    font-size: 15px;
    color: white;
    padding-top: 2px;
    padding-bottom: 2px;
    background: black;
    bottom: 21px;
    position: absolute;
    width: 100%;
}
.news_e .events-post-box .image-events .date-events .events-location {
    font-size: 12px;
    color: white;
    padding-top: 2px;
    padding-bottom: 2px;
    background: #2d2d2d;
    bottom: 0;
    position: absolute;
    width: 100%;
}
.news_e .events-post-box .events-des {
    padding-top: 0;
    border: 1px solid #E3E3E3;
    border-radius: 10px;
    padding-right: 30px;
}
.news_e .events-post-box .events-des h1 {
    padding-bottom: 15px;
    font-family: 'Cairo-700', sans-serif;
    font-size: 16px;
    color: #004A32;
    letter-spacing: 0;
    line-height: 29px;
}
.news_e .events-post-box .events-des p {
    font-family: 'Cairo-600', sans-serif;
    font-size: 13px;
    color: #2C3E50;
    letter-spacing: 0;
    padding-top: 15px;
}
.news_e .events-post-box .events-des ul {
    padding-bottom: 15px;
}
.news_e .events-post-box .events-des ul li {
    padding: 8px 0;
}
.news_e .events-post-box .events-des .icon-clock, .icon-card3, .icon-locationpin {
    font-size: 18px;
    color: #000;
}
.news_e .events-post-box .events-des span.time, span.location, span.price {
    font-family: 'Cairo-600', sans-serif;
    font-size: 13px;
    color: #8E8E8E;
    padding-right: 15px;
}
/*
* ----------------------------------------------------------------------------------------
* BIG EVENT DESIGN
* ----------------------------------------------------------------------------------------
*/

.news_e .events-post-box-big {
    padding-top: 10px;
    padding-bottom: 10px;
}
.news_e .events-post-box-big .image-events {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.news_e .events-post-box-big .image-events img {
    width: 100%;
    /*height: auto;*/
    height: 250px;
    object-fit:cover;
    display: block;
    border-radius: 10px 10px 0 0;
}
.news_e .events-post-box-big .image-events .date-events {
    position: absolute;
    top: 0;
    right: 0;
    background: #009966;
    width: 74px;
    height: 121px;
}
.news_e .events-post-box-big .image-events .date-events .date-number {
    font-size: 38px;
    color: white;
    padding-top: 14px;
}
.news_e .events-post-box-big .image-events .date-events .date-word {
    font-size: 15px;
    color: white;
    padding-top: 2px;
    padding-bottom: 2px;
    background: black;
    bottom: 21px;
    position: absolute;
    width: 100%;
}
.news_e .events-post-box-big .image-events .date-events .events-location {
    font-size: 12px;
    color: white;
    padding-top: 2px;
    padding-bottom: 2px;
    background: #2d2d2d;
    bottom: 0;
    position: absolute;
    width: 100%;
}
.news_e .events-post-box-big .events-des {
    padding-top: 0;
    border: 1px solid #E3E3E3;
    border-radius: 0 0 10px 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 24px;
}
.news_e .events-post-box-big .events-des h1 {
    padding-bottom: 0px;
    font-family: 'Cairo-600', sans-serif;
    font-size: 15px;
    color: #004A32;
    letter-spacing: 0;
    line-height: 29px;
}
.news_e .events-post-box-big .events-des p {
    font-family: 'Cairo-600', sans-serif;
    font-size: 13px;
    color: #2C3E50;
    letter-spacing: 0;
    padding-top: 0;
}
.news_e .events-post-box-big .events-des ul {
    padding-bottom: 0;
    padding-top: 6px;
}
.news_e .events-post-box-big .events-des ul li {
    padding: 10px 0;
}
.news_e .events-post-box-big .events-des .icon-clock, .icon-card3, .icon-locationpin {
    font-size: 18px;
    color: #000;
}
.news_e .events-post-box-big .events-des span.time, .news_e .events-post-box-big span.location, .news_e .events-post-box-big span.price {
    font-family: 'Cairo-600', sans-serif;
    font-size: 11px;
    color: #8E8E8E;
    padding-right: 15px;
    padding-left: 15px;
}
a:hover, a:focus {
    outline: none;
    text-decoration: none;
}
.news_e .tab-news .nav-tabs {
    border: none;
    margin-bottom: 20px;
    text-align: center;
}
.news_e .tab-news .nav-tabs li {
    float: none;
    display: inline-block;
}
.news_e .tab-news .nav-tabs li a {
    font-family: 'Cairo-600', sans-serif;
    font-size: 16px;
    padding: 10px 20px;
    margin-right: 5px;
    background: transparent;
    color: #009966;
    border: 1px solid #009966;
    border-radius: 50px;
    overflow: hidden;
    z-index: 1;
    position: relative;
    transition: all 0.4s ease-in 0s;
}
.news_e .tab-news .nav-tabs li a:hover {
    color: #fff;
    background: #009966;
    border: 1px solid #009966;
    transition: all 0.4s ease-in 0s;
}
.news_e .tab-news .nav-tabs li.active a {
    color: #fff;
    background: #009966;
    border: 1px solid #009966;
    transition: all 0.4s ease-in 0s;
}
.news_e .tab-news .nav-tabs li a:hover:before, .news_e .tab-news .nav-tabs li.active a:before {
    opacity: 1;
    transform: scale(2);
}
.news_e .tab-news .tab-content {
    padding: 15px 20px;
    background: transparent;
    font-size: 15px;/* color: darkcyan; *//* line-height: 30px; *//* letter-spacing: 1px; */
    /* border: 1px solid #009966; */
    /* border-radius: 25px; */
    /* outline: 5px solid #009966; */
    /* outline-offset: 3px; */
}

@media only screen and (max-width: 479px) {
.news_e .tab-news .nav-tabs li {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.news_e .tab-news .nav-tabs li a:hover:before, .news_e .tab-news .nav-tabs li.active a:before {
    transform: scale(10);
}
}
.news_e .divider-head {
    background: url(/_catalogs/masterpage/CollegesAR/images/shape_team_up.svg);
    background-size: cover;
    background-position: center bottom;
    bottom: 0;
    height: 188px;
    z-index: 1;
    background-color: transparent;
    display: block;
    position: absolute;
    width: 100%;
    pointer-events: none;
    background-repeat-y: no-repeat;
}
/*
* ----------------------------------------------------------------------------------------
* 07. START OUR STAFF DESIGN
* ----------------------------------------------------------------------------------------
*/
.staff {
    background: #2F3640;
    position: relative;
    padding-bottom: 140px;
}
.staff .center-head {
    margin: 0 auto;
    max-width: 450px;
    text-align: center;
    padding-bottom: 10px;
}
.staff .center-head h1 {
    font-size: 30px;
    margin: 14px;
    font-family: 'Cairo-600', sans-serif;
    color: #fff;
}
.staff .center-head p {
    font-size: 14px;
    line-height: 27px;
    font-family: 'Cairo-600', sans-serif;
    color: #fff;
}
.staff .team_089 {
    background: transparent;
}
.staff .team_089_content > h5 > a {
    color: #fff;
}
.staff .team_089_content > h6 > a {
    color: #fff;
    background: #009966;
}
.staff .team_089_control_button .carousel-control.left {
    right: 37px;
    left: 0;
    margin: unset;
}
.staff .team_089_control_button .carousel-control.right {
    right: 10px;
    left: 27px;
    margin: unset;
}
.staff .team_089_control_button .carousel-control {
    color: #ffffff;
    background: transparent;
    border: 1px solid #fff;
}
.staff .team_089_control_button .carousel-control:hover {
    opacity: 1;
    color: #2F3640;
    background: #009966;
}
.staff .team_089_image > ul > li > a:hover {
    color: #fff;
    background: #009966;
}
.staff .divider-foot {
    background: url(/_catalogs/masterpage/CollegesAR/images/shape_team_down.svg);
    background-color: #fff;
    background-size: cover;
    background-position: center bottom;
    bottom: 0;
    height: 188px;
    z-index: 1;
    display: block;
    position: absolute;
    width: 100%;
    pointer-events: none;
    background-repeat-y: no-repeat;
}
/*
* ----------------------------------------------------------------------------------------
* 08. START IMAGE GALLARY DESIGN
* ----------------------------------------------------------------------------------------
*/
.image-g .center-head {
    margin: 0 auto;
    max-width: 450px;
    text-align: center;
    padding-bottom: 75px;
}
.image-g .center-head h1 {
    font-size: 30px;
    margin: 14px;
    font-family: 'Cairo-600', sans-serif;
    color: #004A32;
}
.image-g .center-head p {
    font-size: 14px;
    line-height: 27px;
    font-family: 'Cairo-600', sans-serif;
    color: #2C3E50;
}
.portfolio_076_control_button .carousel-control.left {
    left: 526px;
    right: auto;
}
.portfolio_076_control_button .carousel-control.right {
    right: 510px;
    left: auto;
}
.portfolio_076_control_button .carousel-control {
    top: 174px;
}
.portfolio_076_content {
    background: rgba(0, 0, 0, 0.65);
}
.portfolio_076_content_col_3 > h5 > a {
    font-size: 18px;
    font-family: 'Cairo-600', sans-serif;
    letter-spacing: 0;
}
.portfolio_076_content_col_3 > ul > li > a {
    font-size: 12px;
    font-family: 'Cairo-600', sans-serif;
    letter-spacing: 0;
}
.portfolio_076_link {
    left: 5px;
    top: 5px;
    position: absolute;
}
.portfolio_076_link > a {
    border-radius: 3px;
    color: #ffffff !important;
}
.portfolio_076_link > a:hover {
    color: #004A32 !important;
    background: #ffffff;
}
.portfolio_076_wrapper {
    width: 100%;
    height: 239px;
}
.portfolio_076_wrapper > img {
    width: 100%;
    object-fit: cover;
    height: 239px;
}
/*
* ----------------------------------------------------------------------------------------
* 09. START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.page-footer {
    background: #2F3640;
}
.page-footer .top-footer {
    padding: 70px 0;
}
.page-footer .top-footer ul li {
    color: white;
    padding: 0 15px;
    font-family: 'Cairo-600', sans-serif;
}
.page-footer .top-footer ul li a:hover {
    color: #01B176;
}
.page-footer .top-footer .list-two {
    padding-top: 25px;
}
.list-two li span {
    color: white;
    font-size: 16px;
    opacity: 0.5;
    font-family: 'Cairo-600', sans-serif;
}
.page-footer .top-footer ul li a:hover {
    color: #01B176;
}
.page-footer .top-footer .contact-us {
    padding-right: 60px;
}
.page-footer .top-footer .contact-us h1 {
    color: #01B176;
    font-size: 30px;
    font-family: 'Cairo-700', sans-serif;
    padding: 0;
    line-height: 0;
}
.page-footer .top-footer .contact-us h2 {
    color: #01B176;
    font-size: 20px;
    font-family: 'Cairo-600', sans-serif;
    padding: 0;
    line-height: 2;
}
.page-footer .top-footer hr {
    color: #01B176;
    margin-top: 20px;
    margin-bottom: 27px;
    border-top: 1px solid #eee3;
}
.page-footer .top-footer .copyright p {
    color: rgba(255,255,255,0.65);
    font-size: 15px;
    font-family: 'Cairo-600', sans-serif;
}
.page-footer .top-footer .policy p {
    color: rgba(255,255,255,0.65);
    font-size: 15px;
    font-family: 'Cairo-600', sans-serif;
}
.page-footer .top-footer .policy {
    padding-right: 54px;
}
.page-footer .top-footer .s-icon ul li {
    padding: 0 5px;
}
/*
* ----------------------------------------------------------------------------------------
* 10. inner Header pages
* ----------------------------------------------------------------------------------------
*/
.inner-head {
    background: #F3F3F3;
}
.inner-title {
    padding: 30px 0;
}
.inner-title h2 {
    font-family: 'Cairo-700', sans-serif;
    font-size: 38px;
    color: #2C3E50;
    letter-spacing: -1px;
}
.inner-title p {
    font-family: 'Cairo-600', sans-serif;
    font-size: 14px;
    color: #646464;
    letter-spacing: 0;
    line-height: 20px;
}
.inner-head .inner-breadcrumb {
    background: #009966;
    padding: 10px 0;
}
.inner-breadcrumb .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: unset;
}
.inner-breadcrumb .breadcrumb>li {
    font-family: 'Cairo-700', sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 20px;
}
.inner-breadcrumb .breadcrumb>.active {
    color: #f3f3f3;
}
/*
* ----------------------------------------------------------------------------------------
* 11. News Inner page
* ----------------------------------------------------------------------------------------
*/
.inner-news {
    margin-top: 70px;
    margin-bottom: 20px;
}
.inner-news .news-post-box-big {
    padding-top: 10px;
    padding-bottom: 10px;
}
.inner-news .news-post-box-big .image-news {
    width: 100%;
    height: 338px;
    display: block;
    position: relative;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}
.inner-news .news-post-box-big .image-news img {
    width: 100%;
    height: auto;
    object-fit: cover;
    min-height: 338px;
    display: block;
    border-radius: 3px 3px 0 0;
}
.inner-news .news-post-box-big .image-news .date-news {
    position: absolute;
    top: 0;
    right: 0;
    background: #009966;
    width: 74px;
    height: 121px;
}
.inner-news .news-post-box-big .image-news .date-news .date-number {
    font-size: 38px;
    color: white;
    padding-top: 14px;
}
.inner-news .news-post-box-big .image-news .date-news .date-word {
    font-size: 15px;
    color: white;
    padding-top: 2px;
    padding-bottom: 2px;
    background: black;
    bottom: 21px;
    position: absolute;
    width: 100%;
}
.inner-news .news-post-box-big .image-news .date-news .news-location {
    font-size: 12px;
    color: white;
    padding-top: 2px;
    padding-bottom: 2px;
    background: #2d2d2d;
    bottom: 0;
    position: absolute;
    width: 100%;
}
.inner-news .news-post-box-big .news-des {
    background: #FAFCFF;
    border: 1px solid #F3F3F3;
    border-radius: 0 0 3px 3px;
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 40px;
    padding-top: 40px;
}
.inner-news .news-post-box-big .news-des h1 {
    padding-bottom: 0px;
    font-family: 'Cairo-700', sans-serif;
    font-size: 16px;
    color: #004A32;
    letter-spacing: 0;
    line-height: 29px;
}
.inner-news .news-post-box-big .news-des p {
    font-family: 'Cairo-600', sans-serif;
    font-size: 13px;
    color: #2C3E50;
    letter-spacing: 0;
    padding-top: 0;
}
.inner-news .news-post-box-big .news-date {
    font-family: 'Cairo-600', sans-serif;
    font-size: 9.97px;
    color: #999999;
    letter-spacing: 0;
    padding-bottom: 10px;
}
.pagination {
    display: inline-block;
}
.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}
.pagination a.active {
    background-color: #009965;
    color: white;
    border-radius: 5px;
}
.pagination a:hover:not(.active) {
    background-color: #ddd;
    border-radius: 5px;
}
/*
* ----------------------------------------------------------------------------------------
* 12. Events Inner page
* ----------------------------------------------------------------------------------------
*/
.inner-events {
    margin-top: 70px;
    margin-bottom: 20px;
}
.inner-events .events-post-box-big {
    padding-top: 10px;
    padding-bottom: 10px;
}
.inner-events .events-post-box-big .image-events {
    width: 100%;
    height: 450px;
    display: block;
    position: relative;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}
.inner-events .events-post-box-big .image-events img {
    width: 100%;
    object-fit: cover;
    height: 450px;
    display: block;
    border-radius: 3px 3px 0 0;
}
.inner-events .events-post-box-big .image-events .date-events {
    position: absolute;
    top: 0;
    right: 0;
    background: #009966;
    width: 74px;
    height: 121px;
}
.inner-events .events-post-box-big .image-events .date-events .date-number {
    font-size: 38px;
    color: white;
    padding-top: 14px;
}
.inner-events .events-post-box-big .image-events .date-events .date-word {
    font-size: 15px;
    color: white;
    padding-top: 2px;
    padding-bottom: 2px;
    background: black;
    bottom: 21px;
    position: absolute;
    width: 100%;
}
.inner-events .events-post-box-big .image-events .date-events .events-location {
    font-size: 12px;
    color: white;
    padding-top: 2px;
    padding-bottom: 2px;
    background: #2d2d2d;
    bottom: 0;
    position: absolute;
    width: 100%;
}
.inner-events .events-post-box-big .events-des {
    opacity: 0.90;
    background-image: -webkit-linear-gradient(bottom, #030609 0%, #3CBA92 100%);
    background-image: -o-linear-gradient(bottom, #030609 0%, #3CBA92 100%);
    background-image: linear-gradient(to top, #030609 0%, #3CBA92 100%);
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 40px;
    padding-top: 70px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.inner-events .events-post-box-big .events-des h1 {
    padding-bottom: 0px;
    font-family: 'Cairo-700', sans-serif;
    font-size: 28px;
    color: #FFFFFF;
    letter-spacing: -0.9px;
    line-height: 24.06px;
}
.inner-events .events-post-box-big .events-des p {
    font-family: 'Cairo-600', sans-serif;
    opacity: 0.7;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: right;
    line-height: 32px;
}
.inner-events .events-post-box-big .events-date {
    font-family: 'Cairo-600', sans-serif;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0;
    padding-bottom: 30px;
}
.inner-events .events-des ul {
    padding-top: 15px;
    padding-bottom: 15px;
}
.inner-events .events-des ul li {
    padding: 8px 0;
}
.inner-events .events-des .icon-calendar, .inner-events .events-des .icon-card3, .inner-events .events-des .icon-locationpin {
    font-size: 18px;
    color: #fff;
}
.inner-events .events-des span.time, .inner-events .events-des span.location, .inner-events .events-des span.price {
    font-family: 'Cairo-600', sans-serif;
    font-size: 13px;
    color: #fff;
    padding-right: 15px;
}
.events-list {
    padding: 20px;
}
.events-list .events-post-box {
    padding-top: 10px;
    padding-bottom: 10px;
}
.events-list .events-post-box .image-events {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.events-list .events-post-box .image-events img {
    width: 100%;
    height: 256px;
    object-fit: cover;
    display: block;
    border-radius: 5px;
}
.events-list .events-post-box .image-events .date-events {
    position: absolute;
    top: 0;
    right: 0;
    background: #009966;
    width: 74px;
    height: 121px;
}
.events-list .events-post-box .image-events .date-events .date-number {
    font-size: 38px;
    color: white;
    padding-top: 14px;
}
.events-list .events-post-box .image-events .date-events .date-word {
    font-size: 15px;
    color: white;
    padding-top: 2px;
    padding-bottom: 2px;
    background: black;
    bottom: 21px;
    position: absolute;
    width: 100%;
}
.events-list .events-post-box .image-events .date-events .events-location {
    font-size: 12px;
    color: white;
    padding-top: 2px;
    padding-bottom: 2px;
    background: #2d2d2d;
    bottom: 0;
    position: absolute;
    width: 100%;
}
.events-list .events-post-box .events-des {
    padding-top: 0;
    /* border: 1px solid #E3E3E3; */
    border-radius: 10px;
    padding-right: 1px;
}
.events-list .events-post-box .events-des h1 {
    padding-bottom: 5px;
    /* padding-top: 0px; */
    margin-top: 0px;
    font-family: 'Cairo-700', sans-serif;
    font-size: 16px;
    color: #004A32;
    letter-spacing: 0;
    line-height: 29px;
}
.events-list .events-post-box .events-des p {
    font-family: 'Cairo-600', sans-serif;
    font-size: 13px;
    color: #B6B6B6;
    letter-spacing: 0;
    padding-top: 3px;
}
.events-list .events-post-box .events-des ul {
    padding-bottom: 15px;
}
.events-list .events-post-box .events-des ul li {
    padding: 8px 0;
}
.events-list .events-post-box .events-des .icon-clock, .icon-card3, .icon-locationpin {
    font-size: 18px;
    color: #000;
}
.events-list .events-post-box .events-des span.time, span.location, span.price {
    font-family: 'Cairo-600', sans-serif;
    font-size: 13px;
    color: #8E8E8E;
    padding-right: 15px;
}
/*
* ----------------------------------------------------------------------------------------
* 13. News Inner single page
* ----------------------------------------------------------------------------------------
*/
.single-news {
    padding: 40px 0;
}
.single-news .main-image-news {
    padding: 0;
}
.single-news .main-image-news img {
    width: 100%;
    height: 554px;
    object-fit: cover;
}
.single-news .single-news-details .details-title{
	padding-top: 20px;
	padding-bottom: 20px;
}
.single-news .single-news-details .details-title h2{
font-family: 'Cairo-700', sans-serif;
font-size: 36.05px;
color: #000000;
letter-spacing: -0.5px;
line-height: 48.06px;
margin-bottom: 20px;
}
.single-news .single-news-details .details-title .news-date{
background: #f3f3f3;
max-width: fit-content;
border-radius: 5px
}
.single-news .single-news-details .details-title .news-date h3{
font-family: 'Cairo-700', sans-serif;
font-size: 13px;
color: #999999;
letter-spacing: -0.5px;
padding: 3px 20px 3px 20px;
}
.single-news .single-news-details .details-des p{
font-family: 'Cairo-600', sans-serif;
font-size: 13.02px;
color: #000000;
letter-spacing: 0;
margin: 0 0 38px;
line-height: 22.04px;
}
.single-news .single-news-details .details-des >div {
font-family: 'Cairo-600', sans-serif;
font-size: 13.02px;
color: #000000;
letter-spacing: 0;
margin: 0 0 38px;
line-height: 22.04px;
}
/*
* ----------------------------------------------------------------------------------------
* 14.Our Staff Inner page
* ----------------------------------------------------------------------------------------
*/
.our-staff {
    background-image: url(/_catalogs/masterpage/CollegesAR/images/parallax-bg.jpg);
    background-repeat: repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 20px 0;
}
.our-staff .staff-heading {
    padding: 80px 0;
    max-width: 624px;
}
.our-staff .staff-heading h2 {
    font-family: 'Cairo-700', sans-serif;
    font-size: 36.05px;
    color: #2C3E50;
    letter-spacing: -0.5px;
    line-height: 48.06px;
}
.our-staff .staff-heading p {
    font-family: 'Cairo-600', sans-serif;
    font-size: 13.02px;
    color: #A2AAB1;
    letter-spacing: 0;
    line-height: 22.04px;
    padding-top: 24px;
}
.our-staff .team_089 {
    background: transparent;
}
.our-staff .team_089_content > h5 > a {
    color: #000;
}
.our-staff .team_089_content > h6 > a {
    color: #fff;
    background: #009966;
}
.our-staff .team_089_control_button .carousel-control.left {
    right: 37px;
    left: 0;
    margin: unset;
}
.our-staff .team_089_control_button .carousel-control.right {
    right: 10px;
    left: 27px;
    margin: unset;
}
.our-staff .team_089_control_button .carousel-control {
    color: #ffffff;
    background: transparent;
    border: 1px solid #fff;
}
.our-staff .team_089_control_button .carousel-control:hover {
    opacity: 1;
    color: #2F3640;
    background: #009966;
}
.our-staff .team_089_image > ul > li > a:hover {
    color: #fff;
    background: #009966;
}
.team_089_image > img {
    height: 450px;
    object-fit: cover;
    object-position: top;
}
#loadMore {
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
    font-size: 14px;
    width: 100%;
}
#loadMore a {
    background: #fff;
    font-family: 'Cairo-700', sans-serif;
    border: 3px #009966 solid;
    border-radius: 70px;
    color: #009966;
    display: inline-block;
    padding: 15px 140px;
    transition: all 0.25s ease-out;
    -webkit-font-smoothing: antialiased;
}
#loadMore a:hover {
    background-color: #009966;
    color: white;
}
#loadMoreNews {
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
    font-size: 14px;
    width: 100%;
}
#loadMoreNews a {
    font-family: 'Cairo-700', sans-serif;
    border: 3px #009966 solid;
    border-radius: 70px;
    display: inline-block;
    padding: 15px 140px;
    transition: all 0.25s ease-out;
    -webkit-font-smoothing: antialiased;
}
#loadMoreNews a:hover {
    background-color: #009966;
    color: white;
}
#loadMoreEvents {
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
    font-size: 14px;
    width: 100%;
}
#loadMoreEvents a {
    background: #fff;
    font-family: 'Cairo-700', sans-serif;
    border: 3px #009966 solid;
    border-radius: 70px;
    color: #009966;
    display: inline-block;
    padding: 15px 140px;
    transition: all 0.25s ease-out;
    -webkit-font-smoothing: antialiased;
}
#loadMoreEvents a:hover {
    background-color: #009966;
    color: white;
}
/*
* ----------------------------------------------------------------------------------------
* 15.Events Inner single page
* ----------------------------------------------------------------------------------------
*/
.single-events {
    padding: 40px 0;
}
.single-events .main-image-event {
    padding: 0;
}
.single-events .main-image-event img {
    width: 100%;
    height: 554px;
    object-fit: cover;
}
.single-events .table>thead>tr>th{
	text-align: center;
	background: #009966;
	font-size: 13px;
	color: white;
    font-family: 'Cairo-700', sans-serif;
	padding-top: 15px;
	padding-bottom: 15px;
	border-left: 1px solid rgba(255,255,255,0.33);
}
.bg-gray {
	background: #f3f3f3;
	font-size: 13px;
	color: black;
    font-family: 'Cairo-600', sans-serif;
}
.single-events .table>tbody>tr>td{
	padding-top: 15px;
	padding-bottom: 15px;

}
.single-events .single-events-details .details-title{
	padding-top: 20px;
	padding-bottom: 20px;
}
.single-events .single-events-details .details-title h2{
font-family: 'Cairo-700', sans-serif;
font-size: 36.05px;
color: #000000;
letter-spacing: -0.5px;
line-height: 48.06px;
}
.single-events .single-events-details .details-des p {
font-family: 'Cairo-600', sans-serif;
font-size: 13.02px;
color: #000000;
letter-spacing: 0;
margin: 0 0 38px;
line-height: 22.04px;
}
.single-events .single-events-details .details-des >div {
font-family: 'Cairo-600', sans-serif;
font-size: 13.02px;
color: #000000;
letter-spacing: 0;
margin: 0 0 38px;
line-height: 22.04px;
}

.single-events .downtable th {
    text-align: right;
    background: #009966;
    color: white;
    font-family: cairo-700;
    font-size: 15px;
    border-top: 1px solid #01a971!important;
	width: 210px;
}
.single-events .downtable td {
    background: #FAFCFF;
    color: #000;
    font-family: cairo-600;
    font-size: 15px;
    border-top: 1px solid #01a971!important;
}
/*
* ----------------------------------------------------------------------------------------
* 16.General pages
* ----------------------------------------------------------------------------------------
*/
.general-pages {
	margin-top: 25px;
	margin-bottom: 25px;
}
/*
* ----------------------------------------------------------------------------------------
* 17.Staff pages
* ----------------------------------------------------------------------------------------
*/
/* --------------------
 *  main Wrapper
 * -------------------*/
#main-wrapper {
    overflow : hidden;
    }

/*-------------------
 * Section Wrapper
 *-------------------*/
.section-wrapper {
    padding : 50px 0;
    }

@media (max-width : 768px) {
    .section-wrapper {
        padding : 20px 0;
        }
    }

@media (max-width : 600px){
    .section-wrapper {
        padding : 20px;
        }
    }

/*---------------------------
 * Section Title
 *---------------------------*/
.section-title {
    margin-left : 30px;
    text-align   : left;
    }

.section-title h2 {
    font-size      : 14px;
    margin-bottom  : 5px;
    color          : #bbbbbb;
    text-transform : uppercase;
    }

@media (max-width: 768px) {
    .section-title{
        text-align: right;
        }
    .section-title h2{
        font-size: 18px;
        margin-bottom: 20px;
        }
    }

/*-----------------------------
 * NAVIGATION & HEADER STYLE
 *-----------------------------*/

.header {
    padding    : 50px 0;
    margin     : 0;
    position   : relative;
    }

.header .profile-img {
    margin-left : 30px;
    }
.header .profile-img img {
    width: 100%;
    height: 287px;
    object-fit: cover;
    }

.header .name-wrapper {
    margin-bottom : 30px;
    }

.header .name-wrapper h1 {
    text-transform : uppercase;
    line-height    : 1;
    margin         : 0 0 5px;
    }
.header p {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 26px;
    margin: 0 0 13px;
    height: 78px;
    overflow: hidden;
}

.header .name-wrapper span {
	font-size: 16px;
    color: #009965;
    }

.header .personal-details {
    margin : 10px 0;
    }

.header .personal-details strong {
    font-size   : 13px;
    color       : #444444;
    display     : block;
    line-height : 1;
    }

.header .personal-details small {
    font-size : 12px;
    }

.header .personal-details span {
    color : #989898;
    }

@media (max-width : 768px) {
    .header {
        padding    : 20px 0;
        }

    .header .profile-img {
        margin: 0 0 30px;
        }
    }

@media (max-width : 600px){
    .header{
        padding: 20px;
        }
    }


    /*-------------------
     * Social Icon
     *-------------------*/

.social-icon {
    margin  : 20px 0;
    padding : 0;
    display : block;
    }

.social-icon li {
    display : inline-block;
    margin  : 0 2px;
    }

.social-icon li a {
    display       : block;
    font-size     : 12px;
    color         : #333333;
    width         : 34px;
    height        : 34px;
    line-height   : 33px;
    text-align    : center;
    border-radius : 2px;
    border        : 2px solid #eeeeee;
    }

.social-icon li a:hover {
    border-color : #cccccc;
    }


/*-------------------
 * Expertise
 *-------------------*/
.item-stats .item-stats-value{
    font-size: 18px;
    color: #444;
    font-weight: 500;
    }

.item-stats .item-stats-name{
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1;
    }


@media (max-width: 768px) {
    .item-stats{
        margin-bottom: 30px;
        }
    }

/*-------------------
 * Expertise
 *-------------------*/
.expertise-item {
    margin-bottom : 20px;
    }

.expertise-item h3 {
    text-transform : uppercase;
    margin-bottom  : 5px;
    }
    
    
    
/*
* ----------------------------------------------------------------------------------------
* 08. Research
* ----------------------------------------------------------------------------------------
*/
.research {
	margin-bottom: 30px;
}
.research .center-head {
    margin: 0 auto;
    max-width: 450px;
    text-align: center;
    padding-bottom: 75px;
}
.research .center-head h1 {
    font-size: 30px;
    margin: 14px;
    font-family: 'Cairo-600', sans-serif;
    color: #004A32;
}
.research .center-head p {
    font-size: 14px;
    line-height: 27px;
    font-family: 'Cairo-600', sans-serif;
    color: #2C3E50;
}
.research .re-box {
    background: #FAFCFF;
    border: 1px solid #F3F3F3;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.09);
    border-radius: 15px;
	padding: 25px;
}
.research .re-box h2 {
    font-family: 'Cairo-700', sans-serif;
    font-size: 20px;
    color: #4C4C4C;
    letter-spacing: 0;
    line-height: 30px;
	padding-bottom: 20px
}
.research .re-box p {
    font-family: 'Cairo-600', sans-serif;
    font-size: 14px;
    color: #4C4C4C;
    letter-spacing: 0;
    line-height: 20px;
	padding-bottom: 20px
}
    