﻿@font-face {
    font-family: 'Sakkal Majalla';
    src: url('../fonts/SakkalMajalla.woff2') format('woff2'), url('../fonts/SakkalMajalla.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html,
body {
    height: 100%;
    font-size: 15px;
    font-family: 'Montserrat-Arabic';
    color: #444444;
    text-transform: capitalize;
    /*-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;*/
}

/* ------top----*/

.top
{
	padding: 12px 0px 5px 0;
	background-color:#D1D3D4;
	color:#fff;
	font-size:14px;
}

.top i
{
	font-size:15px;
	margin-right:5px;
}


.top a
{
	text-decoration: none;
	color:#333333;    
	margin-left: 25px;
}




.top .socials {
	position: relative;
	overflow: hidden;	
	margin-top:-8px;
	text-align:right;
	margin-bottom:0px;

}


.top ul 
{
	padding-right:0px;
	text-align:right;
}



.top .socials li {
    display: inline-block;	
    width: 33px;
    height: 33px;
}


.top .socials li a {
	width: 33px;
	height: 33px;
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
    margin-left: 0px;
	color: #4B5563;	
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.top .socials li a i{
 margin-right:0;
 font-size:15px;	
 margin-right: 0px;			
}

.top .socials li a:hover {
	color: #4B5563;	   
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}



#menu
{
	display:none;
}

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


.modal-dialog {
    margin: 50px auto;    
    width: 480px;
}



.modal-header {
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5e5;
    position: absolute;
    z-index: 999;
    right: -15px;
    top:-15px;
    background-color: #fff;
    border-radius: 50px;
}
.close {
    opacity: 1;
}

.modal-body 
{
    text-align: center;
}


.modal-body div {
    display: block;
    padding: 20px 0 0 0;
    font-size: 18px;
    color: #666;
    text-align: center;
 }

.modal-body div .box2
{
  display: block;
}

.modal-body div .form-group
{
  display: block;    
  margin-bottom: 0px;
}



.modal-body span {
  display: block;
  font-size: 18px;
  color:#000;
}


.container-radio {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;    
  font-weight: normal;
  margin:10px;
}

/* Hide the browser's default radio button */
.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #e1e1e1;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark {
  background-color: #e1e1e1;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark {
  background-color: #492a48;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
	background: white;
}

.vertical-text {
    position: fixed;
    width: 75px;
    z-index: 999;
    top: 0;
    bottom: 0;
    height: 300px;
    margin: auto;
    right: 0px;
    background-color:#232d6a;
}


.vertical-text ul {
    padding-left: 0px;
}
.vertical-text ul li  {
     padding-left:0;
     display:block;
     margin:30px 0px;    
     text-align: center;
}

.vertical-text ul li a {
    color: #fff;
    position: relative;
    font-size: 12px;
}

.vertical-text ul li a i{
     display:block;    
     font-size: 16px;
}





#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;    
	z-index: 99;
    width:50px;
    height:50px;
    background-color:#85704E;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#e2c46b;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

.language
{
    font-family: 'Tajawal', sans-serif !important;
}


.header
{
    padding: 10px 0;
    background-color:#fff;    
}

.logo img
{
	margin: auto;
    /*height: 135px;    
    width: 135px;
    object-fit: contain;*/
}


.logo .col-xs-6
{
	padding:0 5px;
}


.menu
{
	background-color:#85704E;
	padding:0px 0;
	position:relative;
	z-index:99;
}


#navbar {
}


.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}


#search {
    margin-top:0px;    
    /*width: 260px;*/
    position: absolute;
    right: 0px;
    top: 0;
}

#search .search {
    width: 100%;
    height: 60px;
    position: relative;
    padding-right: 65px;
}


#search .search input {
    width: 100%;
    border: 0;
    color: #fff;
    font-weight: 500;
    background-color:#684f65;    
    padding-left: 15px;
    font-size: 16px;    
    margin-top: 0;
    height: 60px;
}
#search .search input::-webkit-input-placeholder { /* Edge */
    color: #fff;
}

#search .search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

#search .search input::placeholder {
    color: #fff;
}
#search .search button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    width: 60px;
    height: 62px;
    font-size: 18px;
    border: 0;
	color: #85704E;
    cursor:pointer;
    background: #fff;
}


.slider-bg
{
	background:#232D6A url('../images/mark.png') no-repeat left bottom;
	padding-bottom:110px;
	padding-top:50px;
}


.carousel {
    height: 650px;
    position:relative;
    margin-top:1px;
}
.carousel-1 {
    height: 477px!important;
}

.item,
.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height:100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    overflow:hidden;
}

.fill-1 {
    height: 320px !important;
}


.fill-img{
    width: 100%;
    height: 100%;
    border:1px #CCCCCC solid;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-color: #fff;
    background-blend-mode:multiply;
}

.caption-carousel {
    position: static;
    height: 130px;
    margin: 0;
    z-index: 10;
    text-transform: capitalize;
    padding: 15px 30px 0 30px;
    color: #fff;
    background-color: #232D6A;
    text-align: left;
    text-shadow: 0 0px 0px rgba(0,0,0,0);
}
/* carousel image leaves room for the caption below it */
.slider-bg .fill { height: calc(100% - 130px); }


.caption-carousel h2{
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
    /*height: 77px;*/
    overflow: hidden;
    padding: 0px 0px;
    line-height: 40px;
}
.caption-carousel h2 span{
    font-size: 20px;
    color: #e1e1e1;
}


.carousel-control {
    height: 75%;
    width: 10%;    
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    font-size: 55px;    
    color: #e1e1e1;    
    width: 45px;
    height: 45px;
    margin-top: -40px;
}


.carousel-indicators {
    position: absolute;
    bottom: 30px;
    padding-right: 0px;
    z-index: 9;
    width: 100%;
    left: 0;
    padding-left: 0;
    margin-left: 0%;
    text-align: right;
    list-style: none;
 }


.carousel-indicators li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 2px;
    text-indent: -999px;
    cursor: pointer;
    background: url('../images/off.png') no-repeat center center;;
    border: 0px solid rgba(255, 255, 255, 0.0);
    border-radius:0px;
}

.carousel-indicators .active {
    width: 25px;
    height: 25px;
    margin: 2px;    
    background: url('../images/on.png') no-repeat center center;;
}



.btn-header {
    display: inline-block;
    padding: 12px 32px;
    margin-bottom: 0;
    font-size: 15px;
    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;
    text-transform:   capitalize;
    background-image: none;
    border: 2px solid transparent;
    border-radius:3px;
    margin-top:20px;
    margin-bottom:20px;
}



.btn-header2 {
    display: inline-block;
    padding: 8px 20px;
    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;
    text-transform:   capitalize;
    background-image: none;
    border: 2px solid transparent;
    border-radius:3px;
    margin-top:20px;
}


.btn-more{
    color: #fff;
    background-color: #232D6A;
    border-color:#232D6A;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-more:hover {
    color: #232D6A;
    background-color: #fff;
    border-color: #232D6A; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	text-decoration:none;
}




.btn-more2{
    color: #fff;
    background-color: #492a48;
    border-color:#492a48;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-more2:hover {
    color: #492a48;
    background-color: #FFFFFF;
    border-color: #492a48; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-purple{
    color: #fff;
    background-color: #232D6A;
    border-color:#232D6A;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: 19px 0 0 0;    
    width:100%;
    border-radius:0px;
}


.btn-purple:hover {
    color: #232D6A;
    background-color: #fff;
    border-color: #232D6A; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;    
}

.welcome
{
	padding: 40px 0;
    position:relative;
}


.title
{
   color:#232D6A;
   font-size:24px;
   font-weight: 600;     
   /*font-family: 'Sakkal Majalla';*/
   margin-bottom:20px;
}

.welcome-text
{
	line-height: 30px;
}

.more
{
	color:#e1e1e1;
}

.more a
{
	color:#e1e1e1;
}
.more a:hover
{
	color:#e1e1e1;
}


.pic-welcome
{   
     margin-top: 0px; 
	border: 15px solid #F0EEE9;

}


.adv
{
	margin:0px 0;
}


.box-color
{
	position:relative;
	text-align:center;
}
.box-color img
{
	 margin:auto auto 20px auto;
	 height: 75px;
}

.purple
{
	background-color:#232D6A;
	padding:80px 0;
}
.gold
{
	background-color:#F0EEE9;
	padding:80px 0;
}

.title2
{
	color:#fff;
	font-size:25px;
	text-align:center;
	font-weight:500;
}

.title2 a
{
	    text-decoration: none;
}


.title10 a
{
	    text-decoration: none;
}



.title2 span
{
	display:block;
	font-size:16px;
	margin-top:10px;
	font-weight: 400;
}
.title-3
{
	color:#372338;
	font-size:25px;
	text-align:center;
	font-weight:500;
}

.title-3 a
{
	    text-decoration: none;
}


.title-3 span
{
	display:block;
	font-size:16px;
	margin-top:10px;
	font-weight: 400;
}


.logos 
{
     margin:30px 0;
}

.logos img
{
     height:150px;
     object-fit: contain;
}


.title3
{
	color:#e1e1e1;
	font-size:20px;
	text-align:center;
	font-weight:500;
	margin-top:20px;
}

.news-bg
{
	/*background:url('../images/news-bg.png') no-repeat fixed center center;*/
	padding:80px 0;    
	background-size: cover;
	background-color: #FFFFFF;
	color:#000;
}

.news-box
{
	background-color: #F0EEE9;
	padding: 30px;
}
.news-title
{
	color:#232D6A;
	font-size:28px;
	font-weight:500;
	margin-bottom:20px;
}


.date
{
	color:#9CA3AF;
	font-size:15px;
	font-weight:400;	
	margin-bottom:20px;
}


.sub-news
{
	background-color:#FFFFFF;
	padding:0px 0px 0px 80px;
	color:#454545;
    margin-bottom: 20px;
}
.sub-news-all
{
	position:absolute;    
	left: 15px;
	text-align:center;
}

.sub-news-day
{
    width: 60px;
    height: 45px;
    font-size: 20px;
    line-height: 45px;
    background-color: #85704E;
    color: #FFFFFF;
    font-weight: 500; 
}

.adv {
    border-bottom: 3px solid #D8C368;
    margin: 0px 0;
}


.sub-news-month
{
	 width:60px; 
	 height:30px;
	 background-color:#232D6A;
	 font-size:14px;    
	line-height: 28px;
	 color:#FFFFFF;    
}



.news-text
{    
	height: 80px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
}


.services
{
	 padding:40px 0;
}


.services ul
{
    padding-left:0;
    margin-top:0px;     
    position:relative;
}
.services ul a:hover
{
   text-decoration:none;
}

.services ul li
{
     display:inline-block;
     margin:0px 10px;
     height: auto;
     padding: 30px 0px 0 0;
     width:48%;
     text-align:center;
     border: 1px solid #eeeeee;
     -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.services ul a:hover li
{
    background-color: #10aead;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.services ul li img
{
    margin: 20px auto auto auto;
    height: 100px;
    width: 100%;
    object-fit: contain;
}

.services ul li .title-1
{
      font-size:22px;	 
      color:#492a48;
      font-weight:500;
      /*height: 35px;*/
      padding: 0px 20px;
      overflow: hidden;    
      margin: 15px 0;
}

.services ul a:hover li .title-1
{
	color:#FFFFFF;
}

.services ul li .text
{
      font-size:16px;
      color:#707070;
      font-weight:normal;
      /*height: 115px;  */    
      padding: 0px 20px;
      overflow: hidden;
}


.services ul a:hover li .text
{
	color:#FFFFFF;
}


.form-gold {
    background-color: #F0EEE9;    
	padding: 60px;
}
.form-vedio
{
	background-color:#F0EEE9;
	padding:50px 0;
}

.form-home
{
    padding: 45px 0;
    color: #492a48;
}

.form-home .container
{
    padding:  0;
}
.title5 {
    color: #232D6A;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}

.discription
{
    font-size: 15px;
    margin:10px 0;
	color: #232D6A;
	font-weight: 600;

}

.sub-discription
{
    font-size: 12px;
    margin:25px 0;
	color: #372338;
	font-weight: 400;

}



.footer
{
	background-color:#232D6A  ;
	font-size:14px;
	padding:50px 0;
	color:#fff;
	border-bottom: 1px #d2d2d2 solid;
}


.footer .form-control {
    display: block;
    width: 100%;
    height: 47px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fbfbfb;
    background-image: none;
    border: 1px solid #efefef;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.footer ul
{
   padding-left:0px;
}
.footer ul li
{
   margin:15px 0;    
   color: #fff;
   display:block;
}
.footer ul li a
{
	    text-decoration: none;
	color:#fff;
	font-size: 12px;
	white-space: nowrap;
}
.footer ul li a i
{
	 font-size:12px;
	 margin-right:5px;
	 color:#85704E;
}

.amy-social-list ul
{
	padding-left:0;
	font-size: 15px;
}
.amy-social-list ul li
{
	 display:block;
}
.amy-social-list ul li i
{
   color: #3a3a3a;
   margin-right:10px;    
   width: 20px;
    text-align: center;
}


.footer-title
{
	 color:#85704E;
	 font-size:18px;
	 text-transform: uppercase;
	 font-weight:bold;
	 margin:20px 0;
}

.footer-text
{
	height: 65px;
    overflow: hidden;
}


.vcard
{
	margin-top:20px;
}
.vcard div
{
	margin-bottom:25px;
}
 
.vcard i
{
	margin-right:10px;	 
	color:#85704E;
}

.newletter
{
	margin:0;
}


.footer .newletter .col-md-4, .newletter .footer .col-sm-4 ,.newletter .footer .col-xs-5
{
    padding:0 15px  0 0 ;
}


.footer .newletter .col-md-8 ,.newletter .footer .col-sm-8,.newletter .footer .col-xs-7
{
    padding:0 0 0 15px ;
}

.footer .btn {
    display: inline-block;
    padding:12px 2px 11px 2px;
    margin-bottom: 0;
    font-size: 16px;
    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;
    text-transform: capitalize;
    background-color:#85704E;
    border: 1px solid transparent;
    border-radius: 0px;
    background-size: 100% 100%;
    /* height: 30px; */
    width: 100%;
    color: #492a49;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.footer .follow
{
	font-size:20px;
	color:#e1e1e1;
}
.footer-margin {
    margin-top: 10px;
}




.footer .socials {
    position: relative;
    margin-top: 0px;
    text-align: left;
    margin-bottom: 0px;
    margin-left: 0px;
    display: inline-block;
}


.footer .socials ul 
{
	padding-left:0px;
	text-align:right;
}



.footer .socials ul li {
    display: inline-block;	
    width: 33px;
    height: 33px;
}


.footer .socials ul li a {
	width: 33px;
	height: 33px;
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
    margin-left: 0px;
	color: #e1e1e1;	
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.footer .socials ul li a i{
 margin-right:0;
 font-size:20px;	
 margin-left: 0px;			
}

.footer .socials ul li a:hover {
	color: #8f9ad0;	   
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}



.copyright
{
    color: #492a49;
    font-size: 13px; 
    font-weight:500;   
    padding: 15px 0;
}

.copyright .span
{
    text-align:right;  
}


.copyright a
{
    color:#492a49;
}


.caption-inner {
    height:  auto;
    width: 100%;
    color: #fff;
    padding:35px 0 10px 0;    
    text-align:left;
    border-bottom:1px #CCCCCC dotted;
}


.caption-inner h3 {
    margin-bottom: 10px;
    font-family: 'Raleway', sans-serif;
    font-size: 35px;
    text-transform: capitalize;
    margin-top: 0;
    color: #492a48;
}

.breadcrumb {
    padding: 10px 0 10px 0;
    margin-bottom: 0px;
    color:#fff;
    list-style: none;
    background-color: rgba(245, 245, 245, 0);
    border-radius: 0px;    
    text-align:  left;
}


.breadcrumb>li {
    display: inline-block;
    font-size:14px;
    color:#58585a;
    text-transform:capitalize;
}

.breadcrumb>li a{    
color:#58585a;
}


.breadcrumb>.active {
    color: #c19906;
    font-weight: 500;
}





.content-inner {
    padding: 50px 30px;
    margin-bottom:50px;
    background:#f7f7f7 url('../images/Watermark2.png') no-repeat left bottom;
    border:1px #CCCCCC solid;
}

.results-star 
{
   margin-top:15px;
}

.results-star i
{
  font-size:1.25em;
  color:#cccccc;    
  padding: 0px 4px 0px 4px;
}

.star-active
{
  color:#bc9806 !important;    
}
.required
{
	font-size: 12px;
	text-align: left;
}

.pic-inner {
    width: 500px;
    height: auto;
    margin-left: 30px;
    margin-bottom: 30px;
    float:  right;
}

.pic-inner img{
    width: 100%;
}




.calls
{
	margin-bottom:25px;
	font-size:16px;
}

.text-subline {
    position: relative;
    height: 1px;
    padding: 0;
    background: #f2f3f8;
    border: none;
}

.text-subline:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 40px;
    background: #e1e1e1;
}

.calls-data
{
    margin-top: 15px;
    text-align: left;
}


.calls-data a
{
	color:#444444;
}

.calls-data i
{
    color: #e1e1e1;
    margin-right: 10px;
    float: left;
    font-size:18px;
}





.socials2 {
	position: relative;
	margin-top:0px;
	margin-bottom:0px;
	margin-right: 0px;
	display: inline-block;
}


.socials2 ul 
{
	padding-left:0px;
	text-align:right;
}



.socials2 ul li {
    display: inline-block;	
    width: 33px;
    height: 33px;
}


.socials2 ul li a {
	width: 33px;
	height: 33px;
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
    margin-left: 0px;
	color: #e1e1e1;	
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.socials2 ul li a i{
 margin-right:0;
 font-size:20px;	
 margin-left: 0px;		    
 float: none;	
}
.socials2 ul li a:hover {
	color: #8f9ad0;	   
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}



.gray-box
{
    background-color: #f1f1f1;
    padding: 20px 20px 20px 20px;
    margin: 10px 0px 0px 0px;
    min-height: 90px;
    margin-bottom: 20px;
}

.code_apply {
    display: block;
    padding: 12px 20px;
    background-color: #e1e1e1;
    margin: 0px 20px 10px 0;
    min-height: 50px;
    color: #fff;
    width: 300px;
    float: left;
    border-radius: 0px;
    font-size:13px;
}



a.code_apply {
    border: 1px solid rgba(255, 255, 255,1);
    color: rgba(255, 255, 255,1);
    padding: 3px 8px;
    margin: 10px 0px 0 0;
    float: none;
    width: 100%;
    min-height: auto;
    text-align: center;
    font-size: 16px;
}
   

a.code_apply:hover {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #e2c46b;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

 



.btn-career 
{
    background-color: #e2c46b;
    border: 1px #ffffff solid;
    color: #ffffff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    margin:0 0 15px 0;
    transition: 0.3s;
}

.btn-career:hover 
{
    background-color: #fff;
    border: 1px #ffffff solid;
    color: #e2c46b;
    margin:0 0 15px 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.form-control {
    display: block;
    width: 100%;
    height: 47px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fbfbfb;
    background-image: none;
    border: 1px solid #efefef;
    border-radius:3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.big-text
{
	font-size:25px;
}

.cv-box
{    
    background-color:#2ea053;
    padding: 20px;
}


.cv-box-title {
    text-align: center;
    color: rgba(255, 255, 255,1);
    font-size: 25px;
    margin-bottom: 20px;
}


.date-news
{
	font-size: 14px;
    padding: 10px 0 15px 0;
	color: #492a49;
}


.date-news i
{
padding-right:10px;
}


.list-group {
    background-color: #492a47;
    border: 2px solid;
    padding-right: 0;
    margin-bottom: 20px;
    color: #f7f7f7;
}


.list-group a {
   
    color: #f7f7f7;
}



.title-news {
        font-size: 24px;
    color: #492a47;
    margin-bottom:10px;
    margin-top:10px;
}



#search-inner
{
    margin-top:20px;    
    margin-left: 60px;
}

#search-inner .search-inner {
    width: 100%;
    height: 50px;
    background:rgba(247, 247, 247, 0.78);
    position: relative;
    padding-right: 20px;    
    padding-left: 40px ;
    border-radius:0px;
}


#search-inner .search-inner input {
    width: 100%;
    border: 0;
    color: #e1e1e1;
    font-weight: 500;
    background-color:rgba(255, 255, 255, 0);
    font-size: 16px;    
    margin-top: 0;
    height: 50px;
}
#search-inner .search-inner input::-webkit-input-placeholder { /* Edge */
    color: #e1e1e1;
}

#search-inner .search-inner input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #e1e1e1;
}

#search-inner .search-inner input::placeholder {
    color: #e1e1e1;
}
#search-inner .search-inner button {
    position: absolute;
    left: 10px;
    top: 0;
    padding: 0;
    width: 40px;
    height: 50px;
    font-size: 18px;
    background: none;
    border: 0;
    color: #e1e1e1;
    cursor:pointer;
}




.share-article
{
    position: relative;
    margin-bottom:30px;
    text-align:right;
}


.share-article ul
{
   padding-left:0px;    
   margin-top: 0px;
}


.share-article ul li
{
   width: 35px;
   height: 25px;
   display:inline-block;
}


.share-text
{
    width: 85px !important;
}



.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
    vertical-align: middle;
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}


.path-search
{
	border-left:5px #bc9806 solid;
	padding-left: 15px;
	margin-bottom: 10px;
}

.highlight {
    font-weight: bold;
    background-color: #e1e1e1;
    padding: 0 5px;
    color: white;
}


.pagination>li>a, .pagination>li>span {
    position: relative;
    float: right;
    padding: 6px 12px;
    margin-right: -1px;
    line-height: 1.42857143;
    color: #e1e1e1;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #e1e1e1;
    border-color: #e1e1e1;
}





.collapsible-all
{
	
}
.collapsible-all .collapsible {
  background-color: #492a49;
  color: white;
  cursor: pointer;
  padding: 14px 18px ;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  margin-bottom:5px;
}

.collapsible-all .active, .collapsible-all .collapsible:hover {
  background-color: #e1e1e1;
    color: #492a49;
}

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

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

.collapsible-all .content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #fbfbfb;
}


.books
{
	padding:50px 0;
	background-color:#fff;
}



.books img
{
	height: 260px;
    object-fit: cover;
    margin-bottom:15px;
}



/*With :after */
figure.test {	
	display: inline-block;
	position: relative;
	overflow: hidden;	
	text-align: center;		
	cursor: pointer;
}
figure.test img {
	width: 100%;
	height: 100%;
}
figure.test figcaption {
	position: absolute;
	top: 39%;
	left: 22.5%;
	right: 22.5%;	
	width: 200px;
	opacity: 0;
	z-index: 1;
	transition: all 0.8s ease-out;
	transition-delay: 0.2s;
}
figure.test:after {
	display: inline-block;
	position: absolute;
	content: "";
	top: 7%;
	left: 10%;
	right: 10%;
	bottom: 7%;
	background: white;
	opacity: 0;
	transition: all 0.8s ease-out;
}
figure.test:hover:after {
	opacity: 0.9;
}
figure.test:hover figcaption {
	transform: translateY(-50%);
	opacity: 1;
}

#rotate {
	perspective: 500px;
}
#rotate:after {
	transform: rotateX(90deg);
	transition: all 0.6s ease-in-out;
}
#rotate:hover:after {
	transform: rotateX(0deg);
}
#rotate figcaption {	
	transition: all 0.6s ease-in-out;
	transform: translateY(-50%) rotateX(90deg);
}
#rotate:hover figcaption {
	transform: translateY(-50%) rotateX(0);
}

/*Without :after*/
.frame {
	text-align: center;	
	position: relative;
	cursor: pointer;	
	perspective: 500px; 
	margin-top:30px;
}

.frame  .col-sm-12
{
	padding:0;
}


.frame img 
{
    width: 245px;
    height: 327px;
    object-fit: cover;
    box-shadow: 1px 0px 10px 0px #838383;
    padding: 3px;
    margin: auto;
}

.frame .details {
    width: 83%;
    height: 325px;
    padding: 15px;
    position: absolute;
    top: 175px;
    left: 50%;
    color: #FFFFFF;	
    transform: translate(-50%, -50%) rotateY(90deg);
	transform-origin: 50%;
	background:rgb(74 43 74 / 90%);	
	opacity: 0;
	transition: all 0.4s ease-in;
}


.frame:hover .details {
	transform: translate(-50%, -50%) rotateY(0deg);
	opacity: 1;
}

.details-border
{
	border:1px #FFFFFF solid;    
	height: 100%;    
	padding: 5px;
}

/*Effect without Perspective*/
.frame#wth {
	perspective: none;
}

.frame .details h1 
{
     font-size:20px !important;
     height:25px;
     overflow:hidden;
     color:#FFFFFF!important;
}
.frame .details p
{
     font-size:14px;
     height:100px;
     overflow:hidden;
}
.frame .details h2
{
    font-size: 25px!important;
    overflow: hidden;
    margin-top: 20%;
    color: #FFFFFF!important;
}


.books-title
{
    font-size: 16px;
    color: #492a49;
    font-weight: 500;
    height: 55px;
    height: 80px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    width: 500px;
}

.books a
{
	font-size:14px;
    color: #85704E;
	text-decoration:none;
}




.margin-top
{
	margin-top:30px;
}

.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 0px;
    margin-bottom: 0px; 
    background-color:#ffffff00;
    border: 0px solid #ddd;
}
a.list-group-item, button.list-group-item {
    color: #9a9a9a;
    font-size:16px;
}


a.list-group-item i, button.list-group-item i {
    color: #e1e1e1;
    font-size:16px;
    margin-right:7px;
}


a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    color:#492a47;
    text-decoration: none;
    background-color: #fff;
}
.list-group-item a
{
    color:#f7f7f7;
}


button.list-group-item {
    width: 100%;
    text-align: left;
    border-bottom:1px #cccccc solid;
}



.pdf 
{
	margin-top:10px;
}

.pdf ul
{
	padding-left:0;
	text-align:center;
}




.pdf ul li
{
	
	width:245px;
	height:210px;
	background-color:#ffffff;
	display:inline-block;
	padding:15px 0;
	border-radius: 5px;
	margin:10px;    
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border:1px #e1e1e1 dotted;
}



.pdf ul a:hover li
{
    background-color:#e1e1e1;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.pdf ul li img
{
    width: 90px;
    height: auto;    
    object-fit: contain;
    margin: 10px;
    display: inline-block;
}


.pdf ul a:hover li img
{
   filter: brightness(30);
}


.pdf ul li .name
{
	text-align:center;
	display: table-cell;
    height: 70px;
    vertical-align: middle;  
    padding: 0 10px; 
	width:295px;
	font-size:18px;
	overflow:hidden;    
	font-weight: 600;
	color: #492a47;
	border-top:1px #c1a639 solid;
}

.pdf ul a:hover li .name
{
    color:#492a47;    
}

.pdf ul li .name span
{
	display: block;
	font-size:16px;
}



.title-2 {
    color: #e1e1e1;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0px;
    border-left: 4px #492a49 solid;
    padding-left: 20px;
    margin-bottom: 30px;
    margin-top: 6px;
}


.student img
{
	height:400px;
	width:100%;
	object-fit: cover;
	margin:20px 0;    
	border-radius: 10px;
}


.students
{
    font-size: 15px;
    font-weight: 600;
    border: 1px rgb(237 237 237) solid;    
    margin-bottom: 10px;
    margin-top: 15px;    
    background-color: #492a47;
    padding: 20px 10px;
    border-radius: 8px;
    text-align: center;
    color: white;
}




/* Prevent unwanted horizontal scrolling on narrow viewports */
html, body { overflow-x: hidden; max-width: 100%; }

