﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=El+Messiri:400,500,600,700|Tajawal:200,300,400,500,700,800,900');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i|Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Tajawal:200,300,400,500,700,800,900');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



html,
body 
{
    height: 100%;
    font-family: 'Poppins', sans-serif;
    color:#6a6a6a;
    font-size:16px;
}
 .img-inner {
    height: 100%;
    width: 100%;
    opacity: 1;
    position: fixed;
    background-color: #f0f2f5;
    background: url(../images/bg-home.png) repeat;
    background-blend-mode: multiply;
    background-position: center center;
    z-index: -1;
}

.arabic 
{
    font-family:'Tajawal', sans-serif !important;
	/*font-family:"Droid Arabic Kufi" !important;*/    
	letter-spacing: 0 !important;
	font-size:15px;
}


.arabic a
{
    font-family:'Tajawal', sans-serif !important;
    font-size:17px !important;
}

.img-centered{margin:0 auto}


.carousel,
.item,
.active {
    height: 100%;	
    width:100%;

}

.carousel-inner {
    height: 100%;
}

.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}


/* 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;
}


.fill-img{
    width: 100%;
    height: 100%;
    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;
}


.header-caption {
    position: absolute;
    right: 20%;
    bottom:150px;
    left: 3%;
    z-index: 10;
    height:  auto;
    background-color: rgba(252, 179, 44, 0.70);
    width: 600px;
    padding: 15px;
    color: #fff;
    display:none;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.header-caption h2 {
    font-family: 'Gabriola';
    font-size:45px;    
    margin-top: 0;
    margin-bottom:20px;
    height:35px;
    overflow:hidden;
    font-weight:bold;
    color:#d3b16c;
}

.header-caption h3 {
    font-family: 'Open sas', sans-serif;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 20px;
    height: 90px;
    overflow: hidden;
    line-height: 30px;
}

.btn {
    display:inline-block;
    padding:10px 30px;
    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;
    background-image: none;
    border:2px solid transparent;
    text-transform:uppercase;
    border-radius:0px;
}

.btn2 {
    display:inline-block;
    padding:12px 15px;
    margin-bottom: 0;
    font-size: 18px;
    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: 3px solid transparent;
    text-transform:uppercase;
    border-radius:0px;
    width:auto;
    height: auto;
}

.btn-primary {
    color: #fff;
    background-color: #caa15a;
    border-color: #caa15a;
}
.btn-primary:hover{
    color: #fff;
    background-color: #151272;
    border-color: #151272;
    text-decoration:none;
}

.btn-more {
    color: #fff;
    background:none;
    border-color:#fff; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;     
    position: relative;   
    left:0px;
    margin-top: 0px;
    width: 160px;
    height: 64px;
    padding-top:20px;
}

.btn-more:hover {
    color: #fff;
    background:none;
    border-color:#fff;  
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;    
    left:0px;
    margin-top: 0px;         
}

.btn-lines{
    color: #fff;
    background:url('../images/more.png') no-repeat center center;
    border-color:#c89c53; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;     
    position: absolute;   
    left:20px;
    margin-top: 0px;    
    width: 160px;
    height: 64px;    
    z-index:99;
}

.btn-lines:hover {
    color: #fff;
    background:url('../images/more.png') no-repeat center center;
    border-color:#c89c53;  
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;    
    left:-4px;
    margin-top:-24px;    
    z-index:99;
}



.carousel-indicators {
    bottom: 10px;
    left: 0%;
    right: 0;
    margin: auto;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    margin-left: 0%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li {
    display:  inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-color:#fff;
    border: 0px solid #fff;
    border-radius: 100px;    
    margin-bottom: 18px;
    color:#FFFFFF;
    font-size:20px;
}



.carousel-indicators .active {
    width: 20px;
    height: 20px;
    background-color:#fcb040;
    margin-bottom: 18px;
    color:#231f20;
}


 
.navbar-custom
{
    background:rgba(255, 255, 255, 0.85);text-transform: uppercase;font-weight:500;border:none;
    border-bottom:1px #e9e9e9 solid;
}
 
 
.navbar-custom .active
{
     width:auto;
}

 
 
 .navbar-custom .navbar-brand,
 .navbar-custom .navbar-brand.active,
 .navbar-custom .navbar-brand:active,
 .navbar-custom .navbar-brand:focus,
 .navbar-custom .navbar-brand:hover{color:#fff;}
 
  .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

 .home-color
 {
	color:#fcb040;
	font-size:20px;
}
 .navbar-custom .navbar-nav{letter-spacing:0px}
 
 .navbar-custom .navbar-nav li a{color:#4d4d4e}
 
 .navbar-custom .navbar-nav li a:hover{color:#fcb040}
 
 .navbar-custom .navbar-nav li a:active{color:#fcb040}
 .navbar-custom .navbar-nav li a:focus{color:#fcb040}


 .navbar-custom .navbar-nav li.active a,
 .navbar-custom .navbar-nav li.active a:active,
 .navbar-custom .navbar-nav li.active a:focus,
 .navbar-custom .navbar-nav li.active a:hover
 {    
 color:#fcb040;
 background: rgba(24, 188, 156, 0);
 }
 
 .navbar-custom .navbar-toggle
 {
    color: #fcb040;
    text-transform: uppercase;
    font-size: 15px;
    border-color: #fff;
    border: 2px solid #ffffff;
 }
 
 .navbar-custom .navbar-toggle:focus
 {
 background-color:#f5f5f5;color:#707070;border-color:#f5f5f5;
 }
 
 
.navbar-custom .navbar-toggle:hover
 {
 background-color:#f5f5f5;color:#707070;border-color:#f5f5f5;
 }

 @media (min-width:768px)
 {
 .navbar-custom{padding:10px 0 40px 0;
 -webkit-transition:padding .3s;
 -moz-transition:padding .3s;
 transition:padding .3s
 }
 
 .navbar-nav>li>a {
    margin: 40px 14px 10px 14px;
    font-size: 15px;
    font-weight: 600;
    padding: 0px 15px 0px 0px;
}
 .navbar-custom .navbar-brand{
 font-size:2em;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s;
  height: 33px;
  padding: 0px 15px;
 }
 .navbar-brand>img {
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: 100px;
    transform: scale(1);
}
 .navbar-custom.affix{background:rgba(255, 255, 255, 0.95);padding:0px 0 0px 0;}
 
 .navbar-custom.affix .navbar-brand>img {
    height: 65px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    transform: scale(0);
}
 .navbar-custom.affix .navbar-nav>li {
    display: inline-block;
    float:none;
}


 .navbar-custom.affix .navbar-nav>li>a {
    margin: 10px 14px 10px 14px ;
    padding: 0px 30px 0px 0px;
}

 .navbar-custom.affix .navbar-right {
    float: none!important;
    margin-right: 0px;
    text-align: center;
}
 
.navbar-custom.affix .search-side {
    position: relative;
    float: none;
    top: 10px;
}
.navbar-custom.affix .navbar-brand
{
 font-size:1.5em;display:none;
}

}
 
 
section.about
{
 background-color: #fcb040;
 color:#fff;
 text-align:center;
 position:relative;
 padding:80px 0;
}
   
section.SERVICES
{
 text-align:center;
 position:relative;
 padding:80px 0;
}
  
section.SERVICES ul
{
	padding-left:0;
	margin-top:40px;
	margin-bottom:40px;
}

section.SERVICES ul li
{
	 display:inline-block;    
	 margin: 0 10px;
}

section.Register
{
 text-align:center;
 position:relative;
 padding:80px 0;
 color:#FFFFFF;
 background:url('../images/bg.png') no-repeat center top;
 background-size:cover;
}
  

section.contcats
{
 position:relative;
 padding:20px 0 50px 0;
 color:#FFFFFF;
 background:#FFFFFF url('../images/footer-bg.png')center bottom repeat-x;
}
  
section.inner
{
 text-align:center;
 position:relative;
 padding:80px 0;
 border-bottom:1px #CCCCCC solid;
}
.title-gallery {
    font-size: 20px;
    color: #fcb040;
    margin: 30px 0;
    text-align: center;
}
.title
 {
	font-size:35px;
	color:#FFFFFF;
	font-weight:500;
	text-transform: capitalize;    
	padding-bottom: 20px;
	margin-bottom:30px;
	background:url('../images/line2.png') no-repeat center  bottom;
}

.title2
 {
	font-size:35px;
	color:#fcb040;
	font-weight:500;
	text-transform: capitalize;    
	padding-bottom: 20px;
	margin-bottom:30px;
	background:url('../images/line.png') no-repeat center  bottom;
}


.title3
 {
	font-size:35px;
	color:#fcb040;
	font-weight:bold;
	text-transform:uppercase;    
	padding-bottom: 20px;
}

.text-all
{
	margin-bottom:20px;
}


.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color:rgba(255, 255, 255, 0);
    background-image: none;
    border: 1px solid #ccc;
    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;
}






.btn-submit{
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
    border-color: #ffffff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-top:30px;
}


.btn-submit:hover {
    color: #fff;
    background-color:#fcb040;
    border-color:#fcb040;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.footer
{
	padding:20px 0;
	color:#fcb040;
	position:relative;
	z-index:99;
}


.footer .headline
{
	font-weight:500;    
	font-size:20px;    
	margin-top: 20px;
}

.footer .text-gary
{
	font-size:13px;
	color:#6d6e71;
	text-transform:uppercase;
}

.footer .text-white
{
	font-size:20px;
	color:#fcb040;
	text-transform:uppercase;
	margin-top:15px;
}




.socials 
{   
  margin-top:15px;
  display:inline-block;    
  margin-left: 0px;
}

.socials ul 
{   
    text-align:center;    
    margin-bottom: 0px;
    padding-left:0;
}


.socials ul li {
    display:inline-block;	
    text-align:left;    
    margin:0 20px 0 0;
}


.socials ul li a {
	position: relative;
	display: inline-block;
	font-size:20px;
	text-align: center;
    color: #fcb040;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;    
}

.socials ul li a:hover {
	color: #4d4d4e;  
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}




.footer-margin
{
				margin-top:10px;
}

.footer .btn {
    display: inline-block;
    padding:9px 8px;
    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-color:#fcb040;
    border: 1px solid transparent;
    border-radius: 0px;
    width: 100%;
    margin-top:0;
    color: #fff;
}



.btn-newsletter
{
    color: #fff;
}


.btn-newsletter :hover 
{
    color: #fff;
}


.footer .form-control 
{
    display: block;
    width: 100%;
    height:40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fcb040;
    background-color: #fdfdfd;
    background-image: none;
    border: 1px solid #f5f5f5;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    -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 .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fcb040;
  opacity: 1; /* Firefox */
}

.footer .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fcb040;
}

.footer .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #fcb040;
}



.footer .form-group {
    margin-bottom: 15px;
}
.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;
}



.copyright
{
    background-color:#fcb040;
    padding:15px 0;
    color:#fff;
    font-size:14px;
    text-align:center;
}


.copyright a
{
    color:#fff;
}



.top-m
{
	margin-top:40px;
	font-size:22px;
}


.content-inner {
    padding: 122px 0 40px 0;    
    border-bottom: 1px #dfdfdf solid;
}

.sign-in
{
	margin-top:20px;
	font-size:14px;
}


.sign-in a
{
	color:#909090;
	font-weight:400;
}

.signin-margin
{
	margin-top:10px;
}


.underline a
{
    border-bottom: 1px #6c757d solid;
}
.underline2 
{
	text-align:center;
	margin-top:35px;
	color:#aaaaaa;
}

.underline2 a
{ 
    color:#6d6e71;
}

.evaluation
{
	margin-top:35px;
	color:#6d6e71;
	font-size:14px;
}

.evaluation span
{ 
    color:#6d6e71;
    display:block;
    font-size:16px;
    margin-top:10px;
    float:left;
    margin-right:15px;
}


.sign-in .form-group {
    margin-bottom: 0px;
}


.sign-in .form-control {
    display: block;
    width: 100%;
    height: 65px;
    padding: 6px 10px 6px 35px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #6d6e71;
    background-color: #ffffff00;
    background-image: none;
    border: 0px solid #fff;
    border-bottom: 1px solid #d9dcdf;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    -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;
}

.sign-in .form-control::-webkit-input-placeholder { /* Edge */
    color: #6d6e71;
}

.sign-in .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #6d6e71;
}

.sign-in .form-control::placeholder {
    color: #6d6e71;
}

#phone
{
    background: url(../images/phone.png) no-repeat left center;
}
#password
{
    background: url(../images/password.png) no-repeat left center;
}
#username
{
    background: url(../images/username.png) no-repeat left center;
}
#email
{
    background: url(../images/email.png) no-repeat left center;
}

.sign-in .form-group {
    margin-bottom: 0px;
}



.btn{
    display: inline-block;
    padding: 12px 35px;
    font-size:15px;
    font-weight:600;
    line-height: 1.42857143;
    text-align: center;
    text-transform:   uppercase;
    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: 2px solid transparent;
    border-radius: 0px;
    width:100%;
    margin-top:20px;
}


.btn2
{
    display: inline-block;
    padding: 12px 40px;
    font-size:15px;
    font-weight:600;
    line-height: 1.42857143;
    text-align: center;
    text-transform:  capitalize;
    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: 2px solid transparent;
    border-radius:0px;
    margin-top:20px;
}

.btn3{
    display: inline-block;
    padding: 12px 15px;
    font-size:15px;
    font-weight:500;
    line-height: 1.42857143;
    text-align: center;
    text-transform: capitalize;
    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: 2px solid transparent;
    border-radius:0px;
    margin-top:20px;
}

.btn4{
    display: inline-block;
    padding: 12px 15px;
    font-size:15px;
    font-weight:500;
    line-height: 1.42857143;
    text-align: center;
    text-transform: capitalize;
    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: 2px solid transparent;
    border-radius:0px;
    width:100%;
    margin-top:20px;
}

.btn-orange {
    color: #fff;
    background-color:#eca338;
    border-color: #eca338;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;      
  
}

.btn-orange:hover {
    color: #eca338;
    background-color:#fff;
    border-color: #eca338;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.text-inner
{
    position: relative;
    margin: 20px 0 30px 0;
    color:#eca338;
    font-size:30px;
}

.doctor-bg
{
	 background-color:#fcfcfc;
	 border:1px #cfcfcf dashed;
	 border-radius:15px;
	 padding:15px 20px;
	 text-align:center;    
	 margin-top: 65px;
}


.doctor-pic
{
	width:150px;
	height:150px;
	border-radius:150px;    
	margin: -85px auto 15px auto;
	background-color:#FFFFFF;
	border:1px #e9e9e9 solid;
	
}
.doctor-pic img
{
	width:150px;
	height:150px;
	border-radius:150px;    
	object-fit: cover;
}

.doctor-bg .doctor-name
{
    font-size: 20px;
    font-weight: 500;
    color: #6d6e71;
    margin-bottom:5px;
}

.btn-orange i
{
    font-size: 12px;
    margin-left: 5px;
}


.about ul
{
	padding-left:0;
}





.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: #eca338;
}

.calls-data
{
	margin-top:15px;
	color:#999999;
}


.calls-data a
{
	color:#999999;
}

.calls-data i
{
    color: #eca338;
    margin-right: 10px;
    font-size:18px;
}


.contact .form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    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;
}

.title-news {
    font-size: 20px;
    color:#eca338;
    margin-bottom:10px;
    margin-top:10px;
}

.date-news
{
	font-size: 14px;
    padding: 10px 0 15px 0;
	color: #eca338;
}


.date-news i
{
padding-right:10px;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}
.tabs {
  position: relative;
  margin: 20px 0;
  background: #eca338;
  height:24.75rem;
}

.tabs h2 {
    word-spacing: 0;
    font-weight: 700;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
}
.tabs h2 span {
    word-spacing: 0;
    font-weight: 700;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
}

.tabs::before,
.tabs::after {
  content: "";
  display: table;
}
.tabs::after {
  clear: both;
}
.tab {
  float: left;
}
.tab-switch {
  display: none;
}
.tab-label {
  position: relative;
  display: block;
  line-height: 1.75em;
  height: 5em;
  padding:14px 1.618em 0 1.618em;
  background: #eca338;
  border-right: 0.125rem solid #16a085;
  color: #fff;
  cursor: pointer;
  top: 0;
  transition: all 0.25s;
}



.tab-label:hover {
  top: -0.25rem;
  transition: top 0.25s;
}
.tab-content {
  height: 20rem;
  position: absolute;
  z-index: 1;
  top: 4.75em;
  left: 0;
  padding: 1.618rem;
  background: #fff;
  color: #2c3e50;
  border-bottom: 0.25rem solid #bdc3c7;
  opacity: 0;
  transition: all 0.35s;
}
.tab-switch:checked + .tab-label {
  background: #fff;
  color: #6d6e71;
  border-bottom: 0;
  border-right: 0.125rem solid #fff;
  transition: all 0.35s;
  z-index: 1;padding-top: 14px;
  top: 0;
}
.tab-switch:checked + label + .tab-content {
  z-index: 2;
  opacity: 1;
  transition: all 0.35s;
}





