/*
Theme Name: Dar Al Ulloom University Theme
Theme URI: http://divvat.com
Version: 1.0
Author: DIVVAT Co.
*/

@font-face {
  font-family: 'TheSans-Plain';
  src: url('fonts/TheSans-Plain.eot');
  src: url('fonts/TheSans-Plain.eot?#iefix') format('embedded-opentype'),
       url('fonts/TheSans-Plain.woff2') format('woff2'),
       url('fonts/TheSans-Plain.woff') format('woff'),
       url('fonts/TheSans-Plain.ttf') format('truetype'),
       url('fonts/TheSans-Plain.svg#TheSansPlain') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family:"traditionalarabic";
    src:url("fonts/trado.eot?") format("eot"),
    url("fonts/trado.woff") format("woff"),
    url("fonts/trado.ttf") format("truetype"),
    url("fonts/trado.svg#TraditionalArabic") format("svg");
    font-weight:normal;font-style:normal;
    
}


@font-face {
  font-family: 'CalibriLight';
  src: url('fonts/CalibriLight.ttf'),
  url("fonts/CalibriLight.woff") format("woff"),
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CalibriRegular';
  src: url('fonts/CalibriRegular.ttf') format('truetype'),
        url('fonts/Calibri.woff2') format('woff2'),
        font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SAGONABOOK';
  src: url('fonts/SAGONABOOK.TTF');
  
  font-weight: normal;
  font-style: normal;
}

body{
	font-size:14px;
	line-height:22px;
	color:#000;
	font-family: 'TheSans-Plain';
	font-weight:normal;
	direction:rtl;
}
h1,h2,h3,h4, h5{
	font-family: 'TheSans-Plain';
	margin-top:0;
}
a{
	text-decoration:none;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
:before, :after, button, img{
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
	
}
a:hover{
	text-decoration:none;
}
img{
	margin:0;
	padding:0;
	max-width:100%;
}
.container{
	max-width:1100px;
}
::-webkit-scrollbar {
    width: 7px;
}
::-webkit-scrollbar-thumb {
    background-color: #1b6364;
}
::-webkit-scrollbar-track {
    
}

.header{
	background:url(../images/header.jpg);
	background-attachment: fixed;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
	margin-bottom:50px;
}
.home .logo{
	padding-top:25px;
}
.home .logo>h1{
	float:right;
	padding-left:20px;
	margin-left:20px;
	border-left:1px solid #fff;
}
.slogan h1{
	color:#fff;
	font-size:18px;
	margin:0;
	padding:25px 0;
}
.logo{
	text-align:center;
	padding:10px 0;
}
.navbar-nav>li>a{
	color:#07203e;
	padding:10px 16px;
}

.navbar-nav>li>a:hover, .navbar-nav>li.active>a{
	background:none;
	color:#1d6d6e;
}
.main-nav{
	position:relative;
	margin-left:40px;
	margin-top:30px;
}
.home .main-nav{
	margin:0;
	padding:0;
	background:#161515;
}
a:visited,a:active {
    background:none;
}
.college-menu .navbar-nav>li>a{
	padding:15px 2px 13px;
	border-bottom:4px solid #161515;
	margin:0 17px;
	color:#fff;
	background:none !important;
}
.college-menu .navbar-nav>li>a:hover, .college-menu .navbar-nav>li.current_page_item>a{
	border-bottom:4px solid #0388bf;
}
.search-header{
	text-align:left;
	margin:40px 0 20px;
}
.search-header .form-control{
	border-radius:0;
	background:#fff;
	border:none;
	box-shadow:none;
}
.search-header .btn {
	background:#1c94c5;
	color:#fff;
	border:1px solid #1c94c5;
	border-radius:0;
}
.search-control{
	width:35px;
	background:#52b7b7 url(../images/search.png)9px center no-repeat;
	padding:10px;
	border:none;
	height:40px;
	color:#fff;
	outline:none;
	border-radius:0;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.search-control:focus{
	width:220px;
}

.slider-section{
	padding:10px 0 15px;
}
.caption{
	width:395px;
	background:rgba(0,0,0,.6);
	color:#fff;
	position:absolute;
	top:50px;
	left:40px;
	padding:20px;
	text-align:justify;
}
.caption .title-slider{
	border-bottom:1px solid #fff;
	margin-bottom:10px;
	overflow:hidden;
}
.caption .title-slider h3{
	font-size:18px;
	margin-bottom:15px;
}
.title-slider time{
	float:left;
}
.slider-section .owl-theme .owl-dots{
	text-align: center;
	position:relative;
	top:auto;
    padding: 15px 0 0;
}

.collapsible {
  background-color: #337b7c;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: right;
  outline: none;
  font-size: 15px;
  border-bottom: 1px solid;
}

.collapsible.active, .collapsible:hover {
  background-color: #52b7b7;
}

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: left;
  margin-left: 5px;
}

.collapsible.active:after {
  content: "\2212";
}

.content.filecontent {
    border: 1px solid #ccc;
    padding: 12px;
}
	
.page-title{
	color: #337b7c;
    margin-bottom: 35px;
    font-size: 22px;
}
.section{
	padding:30px 0;
}
.section-gray{
	background:#f6f6f6;
}
.entry-title{
	font-size:22px;
	color:#337b7c;
	margin:0 0 30px;
}
.adsItem{
	position:relative;
}
.adsItem .imgss{
	margin-bottom:15px;
}
.adsItem h3{
	margin:0;
	font-size:16px;
	color:#fff;
	position:absolute;
	bottom:0;
	right:0;
	background:#337b7c;
	width:100%;
	padding:10px;
	line-height:22px;
}
.adsItem h3 a{
	color:#fff;
	display:block;
}
.section-news{
	padding-bottom:30px;
}
.first-news .news-info{
	padding:20px;
	border:1px solid #ebebeb;
}
.news-info{
	text-align:justify;
	border-bottom:1px solid #ebebeb;
}
.news-info h3{
	margin-bottom:20px;
}
.news-info h3 a{
	font-size:16px;
	color:#000;
}
.news-info p a{
}
.news-item{
	margin-bottom:10px;
}
.news-item h3{
	margin:0;
	margin-bottom:15px;
	font-size:18px;
	color:#000;
}
.news-item h3 a{
	color:#000;
}
.event-box{
	position:relative;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #dedede;
	min-height:90px;
}

.time-event{
	position:absolute;
	right:0;
	width:50px;
	font-size:16px;
	color:#337b7c;
	text-align:center;
	padding-top:20px;
}
.time-event span{
	font-size:22px;
}
.event-desc time{
	color:#a4a3a3;
}
.event-desc{
	padding-right:65px;
}
.event-desc h3{
	margin:0;
}
.event-desc h3 a{
	color:#000;
	font-size:16px;
}
.title{
	padding:15px 0;
	background:#1d6d6e;
	margin-bottom:20px;
}
.title h2{
	display:inline-block;
	font-size:20px;
	color:#fff;
	padding:14px 0;
}
.title a{
	float:left;
	display:inline-block;
	padding:14px 25px;
	background:#52b7b7;
	color:#fff;
}
.title a i{
	margin-right:10px;
}
.no-padding{
	padding:0;
}
.nav-links a{
	color:#fff;
	text-align:center;
	display:block;
	padding:40px 20px;
	line-height:43px;
	background:#4ba7a8;
	font-size:16px;
	border-bottom:1px solid #112d2d;
	position:relative;
}
.nav-links a img{
	float:right;
	margin-top:8px;
}
.nav-links a:hover{
	background:#112d2d;
}
.contact-info{
	background:#4ba7a8;
	color:#fff;
	padding:29px 25px 30px;
}
.contact-info h2{
	font-size:16px;
	color:#fff;
	margin-bottom:20px;
	line-height:43px;
}
.contact-info h2 img{
	margin-left:15px;
}
.contact-info span{
	display:block;
	margin-bottom:4px;
}
/*-------------------*/
footer{
	padding-top:30px;
}
.widget-footer{
	background:#282828;
}
.widget{
	padding-top:40px;
	margin-bottom:30px;
	color:#fff;
	text-align:justify;
}
.widget_text i{
	margin-left:10px;
	margin-bottom:10px;
}
.widget-title{
	font-size:20px;
	margin-bottom:22px;
}
.widgettitle{
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	padding: 20px 13px;
	background: #337b7c;
	margin: 0;
	word-spacing: 1px;
	ext-align: right;
}
footer .menu{
	margin:0;
	padding:0;
	list-style:none;
}
footer .menu li{
	float:right;
	display:block;
	width:50%;
}
footer .menu li a{
	color:#fff;
	display:inline-block;
	padding:5px;
}
footer .menu li a:hover{
	background:#222020;
}
.btm-footer{
	color:#fff;
	background:#222020;
}
.social {
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}
.social li{
	display:inline-block;
}
.social a{
	display:block;
	width:39px;
	height:38px;
	line-height:38px;
	text-align:center;
	color:#fff;
	background:#1c1e1f;
	margin-right:1px;
}
.social a:hover{
	color:#fff;
	background:#52b7b7;
}
p.copyright{
	line-height:38px;
	margin:0;
}
p.copyright a{
	color:#1d6d6e;
}


.title-page h2{
	color:#fff;
	margin:0;
	padding-bottom:15px;
	font-size:24px;
	background:url(../images/shape.jpg) bottom right no-repeat;
}
.breadcrumb-list{
	text-align:left;
	color:#52b7b7;
	padding:10px 0;
}
.breadcrumb-list a{
	color:#fff;
}
.chevron{
	color:#fff
}
.page-img{
	margin:0 0 15px 0;
}
.page-img img{
	width:100%;
}
.manager-img{
	float:right;
	margin:0 0 15px 25px;
	max-width:164px;
}
.page-desc{
	text-align:justify;
}
.manager-info{
	margin-bottom:10px;
	margin-right: 190px;
}
.inner-content{
	border-right:1px solid #c2c2c2;
}
.manager-info h3{
	font-size:18px;
	padding:10px 20px;
	line-height:26px;
	margin:0;
	color:#fff;
	background:#52b7b7;
}
.manager-info span{
	display:block;
	padding:10px 20px;
	background:#f3f3f3;
	color:#313131;
	font-size:16px;
	border-bottom:1px solid #c2c2c2;
}
.manager-info span:last-child{
	border:none;
}
time{
	color:#52b7b7;
	display:block;
	margin-bottom:5px;
}

	


.sidebar .widget{
	padding-top:0;
}
.sidebar .widget-title{
	background:#337b7c;
	color:#fff;
	margin:0;
	padding:20px 20px;
	text-align:center;
	font-size:18px;
}
.sidebar .widget .menu{
	border:1px solid #dedede;
	margin:0;
	padding:0;
}
.sidebar .widget .menu li{
	padding:10px 20px;
	border-bottom:1px solid #dedede; 
}
.sidebar .widget .menu li:last-child{
	border:none;
}
.sidebar .widget .menu li a{
	color:#696868;
	display:block;
    font-weight: bold;
    font-size: 12px;
    word-spacing: 1px;
	
}

.cv-text{
	display:none;
	padding:30px;
	border:1px solid #ebebeb;
	text-align:justify;
	color:#6a6a6a;
	min-height:300px;
}
.cv-text.active{
	display:block;
}

.cv-menu a, .cv-menu a:focus{
	display:block;
	float:right;
	padding:15px;
	border:1px solid #ebebeb;
	border-bottom:none;
	color:#454545;
	margin-left:5px;
}
.box_ltr .cv-menu a, .box_ltr .cv-menu a:focus{
	margin-left:auto;
	margin-right:5px;
	float:left;
}

@media (min-width: 768px){
    .flexmenu{
      left: 10%;
    }
	.box_ltr .col-sm-3 {
		float: left;
	}
}
.cv-menu a:last-child{
	margin:0;
}
.cv-menu a:hover, .cv-menu a.active{
	background:#1d6d6e;
	border-color:#1d6d6e;
	color:#fff;
}
.personal-info{
	color:#6a6a6a;
	margin-bottom:30px;
}
.personal-info>div{
	margin-bottom:5px;
}
.personal-info h3{
	margin-bottom:15px;
	color:#1d6d6e;
}
.personal-info strong{
	color:#454545;
	display:inline-block;
	margin-left:4px;
}
.employee-social a{
	display:inline-block;
	margin-left:10px;
	width:24px;
	height:22px;
	line-height:22px;
	text-align:center;
	color:#fff;
	font-size:16px;
	background:#1d6d6e;
	font-size:16px;
}
.cv-summary h4{
	margin-bottom:30px;
	color:#454545;
	font-size:16px;
}
.language{
		float:left;
	}
.language a {
    display: block;
    width: 35px;
    background: #52b7b7;
    padding: 10px;
    border: none;
    height: 40px;
    color: #fff;
    outline: none;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-transform: uppercase;
	text-align:center;
}
.home .language a{
	background:#1c94c5;
	height:34px;
	padding:7px;
	margin-right:2px;
}
.navbar-brand{
	color:#52b7b7;
}
.navbar-toggle{
	border-color:#52b7b7
}
.navbar-toggle .icon-bar{
	background:#52b7b7
}
.blog-box{
    padding: 0 0 30px 0;
    margin: 0;
    line-height: normal;
}
.blog-box time{
	margin-bottom:10px;
}
.blog-thumb{
	border: 4px solid #fff;
	margin-bottom:15px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 7px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 7px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.3);
}
.blog-thumb img{
	width:100%;
}
.blog-desc h3{
	color:#020202;
	font-size:16px;
	margin-bottom:20px;
}
.blog-desc h3 a{
	color:#020202;
	font-weight:500;
}
.blog-meta{
	padding:10px 0;
	border-top:1px solid #f1f1f1;
}
@media (min-width: 768px){
	.home .language{
		margin: 40px 0 20px;
	}
	.logo {
		text-align:right;
	}
	.navbar-brand{
		display:none;
	}
	.navbar-collapse{
		padding:0;
	}
	.navbar-search{
		position:absolute;
		left:0px;
		top:0;
	}
	
	.language a{
		position:absolute;
		left:-40px;
		top:0;
	}
	.home .language a{
		position:relative;
		left:auto;
		top:auto;
	}
	.social li{
		float:left;
	}
	
	.blog-thumb {
		float: right;
		max-width: 285px;
		margin-left: 30px;
		margin-bottom: 0;
	}
	.blog-desc{
		margin-right:315px;
	}
	.mega-menu{
	position:static !important;
}
.mega-menu .dropdown-menu {
	padding: 10px 0px ! important;
	width: 100%;
	  border-radius: 0;
	  margin-top: 0px;
	}
.mega-menu .dropdown-menu>li>a{
	line-height:50px;
}
	.mega-menu .dropdown-menu li {
		display: inline-block;
		float: right;
		padding: 3px 0px;
		margin-bottom:5px;
		}

		.mega-menu .dropdown-menu li {
			width: 33.33%;
			}

			.mega-menu .nav-header {
			padding: 0 !important;
			margin-bottom: 10px;
			display: inline-block;
			width: 100%;
			border-bottom: 1px solid #ddd;
			}
			.mega-menu{
				overflow:hidden;
			}
      .mega-menu img { float:right;
	  width:73px;
	  height:52px;
	  margin-left:15px;}


.caret{
	border-color:#07203e;
}




/* Disable Toggle style
********************************/  

/* Dropdown Toggle on style */
.navbar .nav li.dropdown.open > .dropdown-toggle, 
.navbar .nav li.dropdown.active > .dropdown-toggle, 
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background: inherit; /* Set to inherit when using mouse hover to open dropdown */
    color: inherit;
    }   
    /* Toggle off style */
    .navbar .nav li.dropdown.open.active > .dropdown-toggle,
    .navbar .nav > li.dropdown > a:focus { 
    background: inherit;
    color: inherit;
    }
    /* Toggle hover */
    .navbar .nav li.dropdown > .dropdown-toggle:hover,
    .navbar .nav li.dropdown.open > .dropdown-toggle:hover {
    background-color: #DDDDDD;
    }
            
            
    /* Toggle caret*/
    .navbar .nav li.dropdown > .dropdown-toggle .caret {
        border-bottom-color:;
        border-top-color:;
        }
        /* Toggle caret hover */
        .navbar .nav li.dropdown > a:hover .caret, 
        .navbar .nav li.dropdown > a:focus .caret {
        border-bottom-color: #333;
        border-top-color: #333;
        }
        /* Toggle caret active */
        .navbar .nav li.dropdown.open > .dropdown-toggle .caret, 
        .navbar .nav li.dropdown.active > .dropdown-toggle .caret, 
        .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
        border-bottom-color:#333;
        border-top-color: #333;
        }



/* Hover style
********************************/ 
.navbar .nav > li > a, .mega-menu a
 { 
  -webkit-transition: all 200ms ease;
	 -moz-transition: all 200ms ease;
	  -ms-transition: all 200ms ease;
	   -o-transition: all 200ms ease;
	      transition: all 200ms ease; 
	
		 /* -webkit-transform: translate3d(0, 0, 0); Webkit Hardware Acceleration*/ 
	     -webkit-backface-visibility: hidden; /* Safari Flicker Fix #2 */
	     -webkit-transform: translateZ(0);
}	

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{
	background:none;
	color:#1d6d6e;
}

.event-box:last-child{
	border:none;
	margin:0;
	padding:0;
}
}
@media (max-width: 768px){
	.form-inline{
		position:relative;
	}
	.search-header .form-inline .btn{
		position:absolute;
		left:0;
		top:0;
	}
	.caption p, caption a, .title-slider time{
		display:none;
	}
	.caption .title-slider, .title-slider h3{
		border:none;
		margin:0;
	}
	p.copyright{
		text-align:center;
	}
	.navbar-brand{
		caption-side:#fff;
	}
	.breadcrumb-list{
		text-align:right;
	}
	.search-control{
		width:220px;
	}
	.navbar-search{
		float:right;
	}
	.language{
		float:left;
	}
	.search-lang{
		padding:0 15px;
		margin-bottom:10px;
	}
	.search-header{
		float:right;
		margin:0;
	}
	.manager-img{
		float:none;
		max-width:100%;
		margin:0 0 15px;
		text-align:center;
	}
	.manager-info{
		margin-right:auto;
	}
}

.wpcf7-form-control{
	width:100%;
	padding:10px 15px;
	outline:none;
	border:1px solid #dedede;
}
.wpcf7-submit{
	width:auto;
	padding:10px 35px;
	color:#fff;
	background:#337b7c;
	border:none;
}
.widget .sub-menu{
	display:none;
}
.widget .menu-item-has-children>a{
	padding-right:20px;
	position:relative;
}
.widget .menu-item-has-children>a:before{
	content:'';
	width:0;
	height:0;
	
	position:absolute;
	right:0;
	top:50%;
	margin-top:-5px;
	border-top: 5px solid transparent;
    border-right: 10px solid #337b7c;
    border-bottom: 5px solid transparent;
}
.widget .menu-item-has-children>a.active:before{
	border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #337b7c;
	border-bottom: none;
}

.widget .sub-menu li{
	position:relative;
}
.widget .sub-menu li:before{
	content:'';
	width:0;
	height:0;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-5px;
	border-top: 5px solid transparent;
    border-right: 10px solid #337b7c;
    border-bottom: 5px solid transparent;
}
.sidebar .widget .menu li.current-menu-item>a{
	color:#337b7c;
	font-weight:600;
}
.breadcrumb-current{
	color:#fff;
}
.gallery-box{
	margin-bottom:30px;
}
.thumb-holder{
	position:relative;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3);
}
.zoom-overlay{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:rgba(0,0,0,.5);
	opacity:0;
	color:#fff;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.zoom-overlay i{
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	position:absolute;
	top:50%;
	left:50%;
	margin:-20px 0 0 -20px;
	color:#fff;
	font-size:18px;
	background:#52b7b7 ;
	border-radius:4px;
}
.gallery-box:hover .zoom-overlay{
	opacity:1;
	
}
.gallery-box h4{
	margin:0;
	padding:10px 0;
}
.gallery-box a{
	color:#52b7b7 
}

.offer-type{margin-bottom: 30px;}
 
#employee-list.list .col-sm-4,#employee-list.list .col-sm-6,
#employee-list.th-table .col-sm-6,#employee-list.th-table .col-sm-4{width: 100%}
#employee-list.list .employee-box,#employee-list.list .emplyee-info{
	text-align: right;
	height: auto;
}
#employee-list.list .employee-thumb{
	float: right;
	margin: 0 0 0 20px;
}
#employee-list table{display: none}
#employee-list.th-table table{display: block;}
#employee-list.th-table .employee-box{display: none;}
#employee-list.th-table table{margin: 0}
#employee-list.th-table td,#employee-list.th-table th{width: 40%;display: block;
	float: right;}
#employee-list.th-table td:last-child,#employee-list.th-table th:last-child{width: 20%}
#employee-list.th-table tbody,#employee-list.th-table tr{display: block;width: 100%;overflow: hidden}

div.all-research{}
#research-list.list .col-sm-4,#research-list.list .col-sm-6,
#research-list.th-table .col-sm-6,#research-list.th-table .col-sm-4{ width: 100% ;}
#research-list.list .research-box,#research-list.list .research-info{
	text-align: right;
	height: auto;
}
#research-list.list .research-thumb{
	float: right;
	margin: 0 0 0 20px;
}
#research-list table{display: none}
#research-list.th-table table{display: block;}
#research-list.th-table .research-box{display: none;}
#research-list.th-table table{margin: 0}
#research-list.th-table td{border: 1px solid;
    width: 16%;
    vertical-align: middle;}
#research-list.th-table td:first-child{
   text-align: center;
   width: 5%;
}
#research-list.th-table td:nth-child(5){
    width: 8%;
}
#research-list.th-table th{}
#research-list.th-table td:last-child,#research-list.th-table th:last-child{width: 8%;text-align: center;}
#research-list.th-table tbody,#research-list.th-table tr{width: 100%;overflow: hidden}
.research-box div.card div.research-title{
  top: 11px;
  padding: 15px 0;
  width: 100%;
  color: #4ba7a8;
    text-align: right;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
}

div.research-title img {
    float: right;
    height: 30px;
}

.research-box div.card{
  width: 100%;
  border-radius: 1rem;
   background: #fbfbfb;
  box-shadow: -3px -3px 7px #ffffff,
               3px 3px 5px #ceced1;
  position : relative;
  color: #434343;
  margin:1rem;
}

.research-box div.card .card__container{
  padding : .5rem 2rem;
  width: 100%;
  height: 100%;
  /*border-radius: 1rem;*/
}

.research-box div.card .card__header{
  margin-bottom: 1rem;
}

.research-box div.card::before{
  position: absolute;
  content: '';
  background: #4ba7a8;
  height: 56px;
  width: 28px;
  /* Added lines */
  top:0rem;
  right:-1.3rem;
  transform : rotate3d(0, -1, 0, 95deg);
}

.journal-title{
    text-align: right;
    color:#555;
    font-size: 14px;
    font-weight: bold;
}
div.journal-title img {
    width: 20px;
    float: right;
    margin-left: 4px;
}

.Daujournal {
   word-wrap: break-word;
   text-align: right;
   padding: 10px;
   color: #aba3a3;
   min-height: 120px;
}

@keyframes bg {
    
    0% {
        background-size:   
                            3px 3px,
                            3px 100%,
                            3px 3px,
                            3px 3px;
    }
    25% {
        background-size:    0 0,
                            3px 100%,
                            100% 3px,
                            0 0;
    }
    50% {
        background-size:    0 0,
                            3px 100%,
                            100% 3px,
                            3px 100%;
    }
    75% {
        background-size:    100% 3px,
                            3px 100%,
                            100% 3px,
                            3px 100%;
    }
    88% {
        background-size:    100% 3px,
                            3px 100%,
                            100% 3px,
                            3px 100%;
    }
    100% {
        background-size:    100% 3px,
                            3px 100%,
                            100% 3px,
                            3px 100%;
    }
   
}


.research-box div.card .card__container:hover {
    background-repeat: no-repeat;
    background-image:   linear-gradient(to right, #4ba7a8 100%, #4ba7a8 100%),
                        linear-gradient(to bottom, #4ba7a8 100%, #4ba7a8 100%),
                        linear-gradient(to right, #4ba7a8 100%, #4ba7a8 100%),
                        linear-gradient(to bottom, #4ba7a8 100%, #4ba7a8 100%);
    background-size:    100% 3px,
                        3px 100%,
                        100% 3px,
                        3px 100%;
    background-position:    0 0,
                            100% 0,
                            100% 100%,
                            0 100%;
    animation: bg 1.25s cubic-bezier(0.19, 1, 0.22, 1) 1;
    animation-play-state: inherit;
}


div.scroll {
  overflow: auto;
    height: 84px;
    padding: 10px;
    border: 2px dotted;
}

.bg-hrinfo{
background: #CADBDC;
}

.bg-tdhrinfo{
color:#000;
}
.bg-headinfo{
background: #32383e;color:#FFF;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid #C9C9C9;
}

.PageCourses{
    font-size: 16px;
    line-height: 2em;
}
.PageCourses tbody tr:first-of-type{
    background: #4ba7a8;
    color: #fff;
}
.PageCourses tbody tr:first-of-type td{
    
    padding-right: 10px;
}


.dcoursestitle {
    background: #4ba7a8;
    padding: 10px;
    color: #fff;
}





span.coursescredit {
    float: left;
}

span.coursescredit .EN{
    float: right;
}

span.coursestitle.EN {
    float:left ;
}

span.coursescredit.EN {
    float: right;
}
.coursesdisc {
    border: 1px solid #f2f2f2;
    padding: 10px;
    color:#000;
}
.coursesrequisit {
    background: #e3f1ed;
    padding: 4px;
    color: #000;
}


.coursesdisc.EN p {
    direction: ltr;
}

.coursesdisc.AR p {
    direction: rtl;
}

.grouptitle{
    font-size: 19px;
    font-weight: bold;
    margin: 10px;
    color: #1b6364;
}

.collapsibleTP {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsibleTP:hover {
  'background-color: #555;
}

.contentTP {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}

.flexmenu{

    display: block;
    width: 35px;
    background: #52b7b7;
    padding: 10px;
    border: none;
    height: 40px;
    color: #fff;
    outline: none;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-transform: uppercase;
    text-align: center;
    position:fixed;
    left: 23%;
  
}

@media only screen and  (max-width: 1700px){
    
   .flexmenu{

    display: block;
    width: 35px;
    background: #52b7b7;
    padding: 10px;
    border: none;
    height: 40px;
    color: #fff;
    outline: none;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-transform: uppercase;
    text-align: center;
    position:fixed;
    left: 10%;
  
    } 
}

    div.flexmenu a {
        
        color:#fff;
    }

.dauebsco-login-networks.theme-1.clearfix {
    margin: 20px 147px;
    border: 1px solid #DDD;
    padding: 27px;
    border-radius: 25px;
}
#content div.sharedaddy, #main div.sharedaddy, div.sharedaddy{
    display: none;
}
@media (max-width: 1000px){
    .flexmenu{
      left: 10%;
    }
    

}

@media (max-width: 928px){
    .flexmenu{
      left: 5%;
    }
    .Daujournal {
    word-wrap: break-word;
    text-align: right;
    padding: 10px;
    color: #aba3a3;
    min-height: 176px;
}
	.box_ltr .col-sm-3 {
		float: left;
	}
}