@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=Roboto: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/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap');

html,
body {
    height: 100%;
    font-size:17px;                  
    font-family: 'Ebrima';
    color:#767676;
    background-color: #f6f6f6;
	/*-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;*/
}

strong, b {
    color: #4facbb !important;
}

.top
{
	padding:0px 0 0 0;
	font-size:14px;
	line-height:35px;
	margin-top: 10px;
	border-top:1px #494949 solid;
}


.language
{
    font-family: 'Tajawal', sans-serif !important;
}
.header
{
    padding: 12px 0 12px 0;
    background-color:#1b1b1b;
    color:#a4a4a4;
}

.header .icon {
    font-size: 15px;
    margin-top: 15px;
}
.header .icon img{
     float:left;
     margin-right:10px
}

.header .icon span{
    font-size: 22px;
    font-weight:bold;
    color:#cbcbcb;
    display:block;    
    float: left;
    margin-top:10px;
}


.header .icon span a
{
	color:#cbcbcb;
}


.header ul 
{
	padding-left:0px;
	text-align: center;
}




.carousel {
    height:39vw;
    position:relative;
}

.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;
}


.fill-img{
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: 100% 100%;
    -o-background-size: cover;
    background-color: #fff;
    background-blend-mode:multiply;
}

.caption-carousel {
height: 56px;
    background-color: #1b1b1b61;            
    position: absolute;
    bottom: 0px;
    margin: auto;
    z-index: 10;
    width: 100%;
    color: #ffffff;
       text-align: center;
    text-shadow: 0 0px 0px rgb(0 0 0 / 0%);
}

.caption-carousel h2{
        margin: 10px;
    font-size: 23px;
    color: #f3f3f3;
    font-family: 'Brush Script MT';

}

.caption-carousel h3{
    font-size:15px;
    font-weight:400;    
    line-height: 25px;
}

.carousel-indicators {
    position: absolute;
    bottom: 49px;
    padding-right: 25px;
    z-index: 15;
    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-down {
    display:block;
    padding: 0px 0px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight:500;
    line-height: 15px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;   
    text-transform:   capitalize;
    background-image: none;
    border-radius:50px;
    font-family: 'Ebrima';
    width: 100px;
    text-align:center;
    height: 35px;
    background-color: rgba(204, 204, 204, 0);
    border: 1px rgba(204, 204, 204, 0) solid;
    margin: auto;
    color: #3d3d3d;
}

.btn-down:hover {
    color: #3d3d3d;
    text-decoration:none;
}



.btn-header {
    display: inline-block;
    padding: 12px 40px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight:600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;   
    border: 2px solid transparent; 
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform:   capitalize;
    background-image: none;
    border-radius:4px;
    margin-top:10px;
    font-family: 'Ebrima';
    margin-bottom:10px;
}


.btn-more{
     background-color: rgb(79,172,187);
     background-image: url('https://dr-raed.com/wp-content/uploads/2023/12/gradient.png');
     background-position: 0% 0;
     color:#FFFFFF;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     transition: all 300ms ease;
      border: 0px solid #c7c7c7; 
}

.btn-more:hover {
     background-image: rgb(79,172,187);
     background-image: url('https://dr-raed.com/wp-content/uploads/2023/12/gradient.png');
     color:#FFFFFF;    
     background-position:100% 0;
     cursor:pointer;    
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     transition: all 300ms ease;
     
      border: 0px solid #c7c7c7; 
    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}



.btn-gray{
    color: #fff;
    background-color: #818181;
    border-color:#818181;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-gray:hover {
    color: #fff;
    background-color: #CCCCCC;
    border-color:#CCCCCC;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-white{
    color: #818181;
    background-color: #fff;
    border-color:#fff;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin:0;
}


.btn-white:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
    border-color: #ffffff; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;    
    margin:0;
}

.boxes
{
    margin-bottom: 0px;
    overflow: hidden;
    padding: 0 0 20px 0;
    background-color: #f6f6f6;
}

.box-shadow
{
	height:190px;
-webkit-box-shadow:-7px 3px 20px rgba(0, 0, 0, 0.25);
-moz-box-shadow:-7px 3px 20px rgba(0, 0, 0, 0.25);
box-shadow:-7px 3px 20px rgba(0, 0, 0, 0.25);
width:100%;
float:left;
background-color:#3e3e3e;
padding:20px 45px;
color:#fff;
}


.box-shadow .headline
{
margin-bottom: 10px;
    color: #FFFFFF;
    font-size: 19px;
    font-weight: bold;
    font-family: 'Ebrima';
    height: 146px;
    overflow: hidden;                      
}
.box-shadow .headline img
{
    float:left;
    margin-right:10px;
    width: 60px;
    height: 60px;
    object-fit: contain;
}


.box-shadow .details
{
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    font-family: 'Ebrima';
    height: 45px;
    overflow: hidden;
}

.box-shadow .more
{
    margin-top:5px;
    color:#fff;
    font-size:16px;
    font-weight: bold;    
    text-transform:uppercase;    
  
}

.box-shadow .more a
{
    color:#fff;
    font-size:14px;
}

.box-shadow .more a i
{
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
}

.welcome
{
	padding:35px 0 0px 0;
	overflow:hidden;
    margin-bottom: 0px;  
    background-color:#f6f6f6;
}

.title
{
     margin-bottom: 20px;
    font-size: 55px;
    font-weight: bolder;
    color: #737373;
    font-family: 'Brush Script MT';
    margin-top: 50px;
	text-align: start;
}


.welcome-text
{
    height: 344px;
    overflow: hidden;
    line-height: 30px;
    margin-bottom: 10px;
    color: #767676;
    font-size: 18px;
}
.pic-welcome
{
	height:415px;    
	background-size: cover;
	width:100%;
	color:#fff;
	font-weight:700;
	font-family: 'Ebrima';
    font-size:40px;
    background-color:#818181;    
    padding: 95px 40px;
}

.pic-welcome2
{
	width:165px;
	height:175px;
	position: absolute;
    bottom: -20px;
    right: -50px;
    z-index: 99;
    background-color:#f7f7f7;    
    padding: 20px;
}





.Doctors
{
	padding:70px 0px 40px 0;
	background-color:#1a1a1a;
	text-align:center;
}


.headline-Doctors
{                    
	    font-size: 37px;
    color: #fff;
    /* font-weight: bold; */

	font-family: 'Heebo', sans-serif;

}

.headline-Doctors span
{
    font-size: 50px;
    text-transform: uppercase;
    color: #d3d3d3;
    font-weight: normal;
    font-family: 'El Messiri';
    display: block;
    margin-bottom: 20px;

    text-align: center;
    margin-top: 50px;
}

.Doctors-text
{
    overflow: hidden;
    font-size:17px;	
    color:#d3d3d3;    
    width: 60%;
    margin: auto;
}


.contact-bg
{
    background: #f6f6f6 url(https://dr-raed.com/wp-content/uploads/2023/12/dream.jpg) no-repeat scroll center center;
    padding: 140px 0;
    background-size: cover;
}

.contact-bg .form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 18px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 50px;
    -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;
}
.contact-bg .title1
{
	 font-family: Heebo;
	 font-weight: 800;
	 letter-spacing: 0em;
	 line-height: 1.44;
	 font-size: 42px;
	 color: #fffbf0;
	 margin-bottom:20px;
}


.contact-bg .det
{
	font-size: 16px;    
	font-weight: 400;
    letter-spacing: 0em;
    line-height: 1.8;
    color:#626262;
    margin-bottom:30px;
}
.contact-bg .call-det
{
	font-size: 16px;    
	font-weight: 400;
    letter-spacing: 0em;
    line-height: 1.8;
    color:#626262;
    margin-bottom:5px;
    margin-top:50px;
}

.contact-bg .call
{
	font-size: 40px;    
	font-weight: 800;
    letter-spacing: 0em;
    line-height: 1.8;
    color:#414141;
    margin-bottom:15px;
}


.contact-bg .map
{
	font-size: 16px;    
    color:#414141;
}

.contact-bg .map a
{
    color:#414141;
}


.contact-bg .map a img
{
    margin-right:10px;
}

.footer
{
	background:#1a1a1a;
	font-size:16px;
	padding:50px 0 30px 0;
	color:#fff;
}
.footer-logo img
{
    height: 98px;
    margin: 0;
    margin-bottom: 25px;
}

.footer ul
{
   padding-left:0px;
}
.footer ul li
{
   margin:10px 0;    
   color: #fff;
   display:block;
}
.footer ul li a
{
	color:#fff;
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
} 
.footer ul li a:hover
{
	color:#4facbb;   
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
} 

.footer ul li a i
{
	color:#939393;
	margin-right:8px;
}


.amy-social-list ul
{
	padding-left:0;
	font-size: 15px;
}
.amy-social-list ul li
{
	 display:block;
}
.amy-social-list ul li i
{
   color: #fff;
   margin-right:10px;    
   width: 20px;
    text-align: center;
}


.footer-title
{
	 color:#a4a4a4;
	 font-size:24px;
	 text-transform:  capitalize;
	 font-weight:bold;
	 margin:20px 0;
}

.footer-text
{
	height: 65px;
    overflow: hidden;
}


.vcard
{
	margin-left: 0px;
    margin-top: 20px;
}
.vcard div
{
	margin-bottom:20px;
}
 .vcard div a
{
	 color:#FFFFFF;
}
 

.vcard i
{
	margin-right:10px;	 
	color:#a9a9a9;
	font-size:18px;
}



.footer .socials ul {
 padding-left:0;

}


.footer .socials ul li {
    display: inline-block;	
    width: 50px;
    height: 50px;
}


.footer .socials ul li a {
	width: 50px;
	height: 50px;
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
    margin-left: 0px;
    border-radius: 50px;
	color: #fff;	
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color:#858585;
}

.footer .socials ul li a i{
 margin-right:0;
 font-size:20px;	
 margin-left: 0px;	
     margin-top: 15px;
 color:#FFFFFF;		
}

.footer .socials ul li a:hover {
	color: #fff;	   
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}



.copyright
{
  padding: 20px 0 0 0;
    color: #efefef;
    font-size: 13px;
    line-height: 1px;
    border-top: 1px rgba(255, 255, 255, 0.28) solid;
    text-align: center;
}


.copyright a
{
    color:#818181;
}






.header-title
{
height: auto;
position:relative;   
}


.black-bg
{
background-color:rgba(42, 42, 42, 0.75);
position:absolute;
width:100%;
height:100%;
}


.headertitle
{
color:#FFFFFF; 
font-size:50px;    
line-height: 65px;    
font-family: 'Lucida Bright';
margin:80px 20px;     
text-transform:capitalize;        
font-weight:  bold;
text-align: center;  
}



.breadcrumb {
  padding: 10px 0px 10px 0px;
    margin-bottom: 10px;
    list-style: none;
    background-color: rgba(245, 245, 245, 0);
    border-radius: 0px;
    border-bottom: 1px #e5e5e5 solid;
}


.breadcrumb>li {
    display: inline-block;
    font-size:16px;
    color:#fff;
    text-transform:capitalize;
}

.breadcrumb>li a{    
color:#a9a9a9;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #4facbb;
    content: "/\00a0";
}


.breadcrumb>.active {
    color:#4facbb;
}




.content-inner {
	background:url('https://dr-raed.com/wp-content/uploads/2023/12/background.png') no-repeat fixed center top;
    padding: 40px;
    margin-bottom:0;    background-size: cover;
}

.content-inner1 {
	background:url('https://dr-raed.com/wp-content/uploads/2023/12/background.png') no-repeat fixed center top;
    padding: 0px 0;
    margin-bottom:0;    background-size: cover;
}

.content-inner2 {
    padding: 30px 0 0px 0;
    margin-bottom: 0;
}

.title-inner
{
     margin-bottom: 20px;
    font-size: 40px;
    font-weight:600;
    color: #4facbb;
}


.title-inner h1
{
     margin-bottom: 20px ;
    font-size: 40px !important;
    font-weight:600 !important;
    color: #4facbb !important;
}

/*.title-inner h1
{
     margin-bottom: 20px;
    font-size: 40px;
    font-weight:600;
    color: #4facbb;
}*/

.title-inner span
{
    font-size: 20px;    
    font-weight:400;
    color: #737373;
    display:block;
}


.box ul
{
    padding-left:0;
    margin-top:0px;
    text-align: center;
}

.box ul li
{
     display:inline-block;
     margin: 20px 10px;
     width: 30%;
     height: auto;
     background-color: rgb(79,172,187);
     background-image: url('https://dr-raed.com/wp-content/uploads/2023/12/gradient.png');
     background-position: 0% 0;
     color:#FFFFFF;
     padding: 0px;   
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     transition: all 300ms ease;
     overflow:hidden;
}


.box ul li:hover
{
     background-image: rgb(79,172,187);
     background-image: url('https://dr-raed.com/wp-content/uploads/2023/12/gradient.png');
     color:#FFFFFF;    
     background-position:100% 0;
     cursor:pointer;    
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     transition: all 300ms ease;
}


.box ul li img
{
    margin: auto;
    height: 250px;
    width: 100%;
    object-fit: cover;
    width: calc(100% + 50px);
    opacity: 1;
    max-width: none;


}
.box ul li:hover img
{
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 0.7;
}

.box ul li .title-1
{
    font-size: 22px;
    font-weight: bold;
    height: 35px;
    overflow: hidden;
    margin: 20px;
}
.box ul li .text
{
      font-size:16px;
      font-weight:normal;
      height: 90px;
      overflow: hidden;    
      margin: 0 20px;

}


.service-icon ul
{
    padding-left:0;
    margin-top:30px;
    text-align: center;
}
.service-icon ul a:hover 
{
     text-decoration:none;
}


.service-icon ul a li
{
     display:inline-block;
    margin: 20px 10px;
    width: 260px;
    height: auto;
     padding: 0px;   
     text-align:start;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     transition: all 300ms ease;
    padding: 20px 15px;
    border-radius: 5px;
}


.service-icon ul a:hover li
{
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.11);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color:#FFFFFF;
}

.service-icon ul a li img
{
    height: 60px;
    float:left;
    margin-right:10px;
}
.rtl .service-icon ul a li img
{
    float: right;
    margin-left: 10px;
    margin-right:0px;
}
.service-icon ul a li .title-1
{
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    height: 45px;
    overflow: hidden;
    margin: 10px 0 15px 0;
    color: #171717;
}

.service-icon ul a li .text {
    font-size: 14px;
    font-weight: normal;
    height: 60px;
    overflow: hidden;
    color: #767676;
}


.pic-inner {
    width: 500px;
    height: auto;
    margin-left: 30px;
    margin-bottom: 30px;
    float:  right;
}

.pic-inner img{
    width: 100%;
}




.calls-bg
{
	background-color:#FFFFFF;
	-moz-box-shadow: 0 0 40px rgba(0,0,0,0.06);
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.06);
    box-shadow: 0 0 40px rgba(0,0,0,0.06);
    padding:20px;
    text-align:center;
    
}

.calls
{
	margin-bottom:25px;
	font-size:16px;
}

.calls-data
{
	margin-top:15px;
	color:#999999;
}


.calls-data a
{
	color:#464646;
}

.calls-data i
{
    color: #7a7a7a;
    margin-right: 10px;
    font-size:35px;
}

.calls-data span
{
    color: #7a7a7a;
    margin-top: 10px;
    font-size:13px;
    display:block;
}

.title1
{
	 font-family: Heebo;
    font-weight: 800;
    letter-spacing: 0em;
    line-height: 1.44;   
    font-size: 42px;
    color:#414141;
    margin-bottom:20px;
}


.det
{
	font-size: 16px;    
	font-weight: 400;
    letter-spacing: 0em;
    line-height: 1.8;
    color:#626262;
    margin-bottom:30px;
}


.btn-contact{
    color: #fff;
    background-color: #818181;
    border-color: #818181;  
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin:0;
}


.btn-contact:hover {
    color: #818181;
    background-color:#fff;
    border-color:#818181;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    margin:0;
    transition: 0.3s;

}


.services ul
{
    padding-left:0;
    margin-top:0px;
    text-align: center;
}

.services ul li
{
     display:inline-block;
     margin: 20px 10px;
     width: 355px;
     height: auto;
     
     background-color: #FFFFFF;
    -moz-box-shadow: 0 0 40px rgba(0,0,0,0.06);
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.06);
    box-shadow: 0 0 40px rgba(0,0,0,0.06);
    padding: 20px;
}


.services ul li img
{
    margin: auto;
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.services ul li .title-1
{
    font-size: 22px;
    color: #535353;
    font-weight: bold;
    height: 35px;
    overflow: hidden;
    margin: 20px 0;
}
.services ul li .text
{
      font-size:16px;
      color:#767676;
      font-weight:normal;
      height: 90px;
      overflow: hidden;
}

.more-services {
    margin-top:20px;
    border: 1px #b8b8b8 solid;
    padding: 12px;
}


.more-services a {
    color: #616161;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}


.more-services a i {
    margin-left: 10px;
}



.team ul
{
    padding-left:0;
    margin-top:0px;
}

.team ul li
{
     display:inline-block;
     margin: 0px 10px 20px 10px;
     width: 260px;
     height: auto;
     
     background-color: #FFFFFF;
    -moz-box-shadow: 0 0 40px rgba(0,0,0,0.06);
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.06);
    box-shadow: 0 0 40px rgba(0,0,0,0.06);
    padding: 24px 20px;
    text-align: start;
	    float: left;
}
.rtl .team ul li
{
	    float: right;
}

.team ul li img
{
    margin: auto;
    height: 260px;
    width: 100%;
    object-fit: cover;
    
    object-position: top center;
}

.team ul li .title-1
{                 
    font-size: 20px;
    color: #535353;
    font-weight: bold;
   height: 100px;                      
    overflow: hidden;
    margin: 20px 0 10px 0;
}

.team ul li .title-1 span
{
    font-size: 14px;
    display:block;
    margin-top:10px;
    color: #a7a7a7;
    font-weight:400;
}


.team ul li .text
{
      font-size:16px;
      color:#767676;
      font-weight:normal;
      height: 115px;
      overflow: hidden;
}

.more-team {
    margin-top:20px;
    border: 1px #b8b8b8 solid;
    padding: 12px;
}


.more-team a {
    color: #616161;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}


.more-team a i {
    margin-left: 10px;
 
}



.team .socials ul {
 padding-left:0;    
 text-align: left;
 text-align:left;
 margin-top:20px;
}


.team .socials ul li {
    display: inline-block;	
    width: 35px;
    height: 35px;
    margin: 0 0px;
    background-color: #858585;    
    padding: 0;
}


.team .socials ul li a {
	width: 35px;
	height: 35px;
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
    margin-left: 0px;
    border-radius: 50px;
	color: #fff;	
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color:#858585;
}

.team .socials ul li a i{
 margin-right:0;
 font-size:18px;	
 margin-left: 0px;	
 color:#FFFFFF;		
}

.team .socials ul li a:hover {
	color: #fff;	   
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}

.right-menu
{
    background-color:#216373;
    padding:40px;
    margin-bottom:30px;
}

.title-right-menu
{
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    background:url('../images/line.png') no-repeat scroll left bottom;
    padding-bottom:15px;
}

.title-right-menu a
{
    color: #fff;
}
.title-right-menu a:hover
{
    color: #fff;
    text-decoration:none;
}

.right-menu ul
{
     padding-left:0;
}
.right-menu ul li
{
    display: block;
    border-bottom: 1px rgba(255, 255, 255, 0.15) solid;
    padding: 10px 0;
}

.right-menu ul li a
{
      color:#FFFFFF;
}

.right-menu-active
{
      color:#50acbb !important;
}


.booking
{
    background-color:#FFFFFF;
    border:5px #f2f2f2 solid;	
    padding:40px;
}


.title-booking
{
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 400;
    color: #4facbb;
    border-bottom:1px #f2f2f2 solid;
    padding-bottom:10px;
}


.text-booking
{
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 400;
}


.booking .form-control {
    display: block;
    width: 100%;
    height:  auto;
    padding:15px 18px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    
    -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;
    
    box-shadow: 1px 1px 3px 1px rgba(34,34,34,.2);

}



.all-content-bg{
    padding:0px 0;	
    background:url(../images/Communication.png) no-repeat left center #FFFFFF;
    background-size: cover;
    position:relative;
    overflow:hidden;
}



.all-content-bg-text{
    background-color:rgba(255, 255, 255, 0.9);
    padding-top:50px;
    padding-bottom:50px;
    z-index:1;
}


.div-box
{    
    padding: 20px;
}

.title-small {
    margin: 20px 0;
    font-size: 30px;
    font-weight: 500;
    color: #4facbb;
}

.box-value
{
   padding:30px 0;
   background-color:#FFFFFF;
}

.box-value-color
{
    padding: 30px;
    height: 200px;
    border-radius: 5px;
    background-color:#FFFFFF;  
    
    -webkit-box-shadow:0px 0px 12px 0px rgba(0, 0, 0, 0.11); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.11);  /* Firefox 3.5 - 3.6 */
    box-shadow:  0px 0px 12px 0px rgba(0, 0, 0, 0.11); /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */

    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    
    margin:20px 0;
}
.box-value-color:hover
{
     background-image: rgb(79,172,187);
     background-image: url('https://dr-raed.com/wp-content/uploads/2023/12/gradient.png');
     color:#FFFFFF;    
     background-position:100% 0;
     -webkit-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
     cursor:pointer;
}

.btn-news{
    color: #fff;
    background-color: #818181;
    border-color: #818181;  
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-news:hover {
    color: #818181;
    background-color:#fff;
    border-color:#818181;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}


.container2{
    padding:200px 20px 200px 20px;
    text-align:center;
    color:#FFF;
    font-weight:bold;
}


.section-1{
    background-image:url('../images/img-fixed.png');
    background-position:center;
    position:fixed;
    z-index:999;
}




.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: #818181;
    margin: 0px 0px 10px 20px;
    min-height: 50px;
    color: #fff;
    width: 300px;
    float: right;
    border-radius: 0px;
}



a.code_apply {
    border: 1px solid rgba(255, 255, 255,1);
    color: rgba(255, 255, 255,1);
    padding: 3px 8px;
    margin: 0 0 0 10px;
    float: right;   
    width: auto;
    min-height: auto;
}
   
    
a.code_apply:hover {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #03daa9;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

 



.btn-career 
{
    background-color:#4d4d4d;
    border: 1px #4d4d4d solid;
    color: #ffffff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    margin:0;
    transition: 0.3s;
}

.btn-career:hover 
{
    background-color: #fff;
    border: 1px #ffffff solid;
    color: #818181;
    margin:0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}








.btn-career2 
{
    background-color: #459844;
    border: 1px #ffffff solid;
    color: #ffffff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-career2:hover 
{
    background-color: #ffffff ;
    border: 1px #ffffff solid;
    color: #459844;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.form-control {
    display: block;
    width: 100%;
    height:  auto;
    padding:15px 18px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    
    -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;
    
    box-shadow: 1px 1px 3px 1px rgba(34,34,34,.2);
}

.big-text
{
	font-size:18px;
}

.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;
}




.title-product
{
	color: #d43f39;
    font-size: 30px;
    margin-bottom: 20px;
}









.products-all
{
 display:inline-block;
 width: 355px;

}


.products-box
{
    height: 60px;
    vertical-align: middle;
    display: table-cell;
    width: 355px;
    text-align: center;    
    padding: 0 10px;
}




.date-news
{
	font-size: 14px;
    padding: 10px 0 15px 0;
	color:gray;
}


.date-news i
{
padding-right:10px;
}





.title-news {
    font-size: 20px;
    color:#818181;
    margin-bottom:10px;
    margin-top:10px;
}




.left-menu ul
{
	 padding-left:0;
	 text-align:center;
}

.left-menu ul a:hover
{
    text-decoration:none;
}


.left-menu ul a li
{
    padding: 12px 15px;
    background-color: #ed1c24;             
    display: block;
    color: #FFFFFF;
    font-size: 16px;
    margin-bottom: 1px;
    border-radius: 0px;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.left-menu-active
{
    background-color:#25247b!important;             
}

.left-menu ul a:hover li
{    background-color: #25247b;                          
    color: #FFFFFF;
    text-decoration:none;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.pro-details1
{
	margin-bottom: 15px;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin:10px 0;    
    color:#242424;
}

.pro-details2
{
    display: block;
    vertical-align: middle;    
    margin:0px 0;
}

.pro-details3
{
    font-size: 25px;
    line-height: 25px;
    color: #818181;    
    margin:10px 0;

}
.product-addto-links {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #666666;
    display: block;
    font-size: 14px;
    line-height: 35px;
    margin-top:15px;
    margin-right: 8px;
    padding: 0;
    text-align: left;
    text-transform: none;
    vertical-align: middle;
}


.product-addto-links a {
    display: block;
    color:#5a5a5a;
}


.product-addto-links a i {
     padding-right:10px;
}
   


.div-border
 {
    border: 1px #bfbfbf solid;
    padding: 20px;
    border-radius: 10px;
    font-size:15px;
    margin-bottom:20px;
}



.box-title h4
{
	
	 margin:0;
}

.div-border2
 {
    border: 1px #bfbfbf solid;
    padding: 15px;
    border-radius: 0px;
    font-size:15px;
    margin-bottom:0px;
}

.div-border2
{
    border: 1px #bfbfbf solid;
    padding: 15px;
    border-radius: 0px;
    font-size:15px;
    margin-bottom:0px;
}

.div-border3
{
    padding: 15px 0px;
    border-radius: 0px;
    font-size: 15px;
    margin-bottom: 0px;
}


.lines
{
	 margin-top:30px;
	 margin-bottom:50px;
}
.lines .row .col-md-3
{
	 padding:0;
}

.line-gray
{
	border-top:5px #c9cacc solid;
	text-align:center;
}

		/* styles unrelated to zoom */
		/* these styles are for the demo, but are not required for the plugin */
		.zoom {
			display:inline-block;
			position: relative;    
			border: 1px #e6e6e6 solid;
		}
		
		/* magnifying glass icon */
		.zoom:after {
			content:'';
			display:block; 
			width:33px; 
			height:33px; 
			position:absolute; 
			top:0;
			right:0;
		}

		.zoom img {
			display: block;
		}

		.zoom img::selection { background-color: transparent; }

		#ex2 img:hover { cursor: url(grab.cur), default; }
		#ex2 img:active { cursor: url(grabbed.cur), default; }


.products-inner
{
	margin-top:30px;
}


.products-inner ul
{
	text-align:center;
	padding-left:0;
}


.products-inner ul a:hover
{
 text-decoration:none;
}



.products-inner ul li
{
    display: inline-block;
    width: 260px;
    height: 250px;
    border: 2px #f5f5f5 solid;
    margin: 0px 10px 20px 10px;
    position:relative;    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.products-inner ul a:hover li 
{
    border: 2px #971873 solid;    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.products-inner ul li img
{
    height: 195px;
    width: 100%;
    object-fit: cover;
    }


.products-title
{
    color:#605f5f;
	font-size:20px;    
	font-family: 'Playfair Display';
	margin-bottom:0px;
	font-style:italic;    
	padding-top: 15px;
	position: absolute;
    bottom: 10px;
    width: 100%;
}


.products-inner ul a:hover li .products-title
{
    color:#971873;
}

.new-lable
{
    background-color: #971873;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    padding: 4px 10px;
}

.title-gallery {
    font-size: 20px;
    color: #818181;
    margin: 30px 0;
    text-align: center;
}




.search1 .form-group {
    margin-bottom: 30px;
    margin-top: 0px;
}


.search1 .form-group a {
padding-left: 0px;
padding-right: 0px;}



.search1 .form-control2 {
    display: block;
    width: 100%;
    height: 43px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #474747;
    background-image: none;
    border: 1px solid #474747;
    border-radius: 4px;
}

.search1 .form-control2::-webkit-input-placeholder { /* Edge */
    color: #fff;
}

.search1 .form-control2:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.search1 .form-control2::placeholder {
    color: #fff;
}
.search1 .form-control-feedback {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    color:#FFFFFF;
    font-size:20px;
    line-height: 34px;
    text-align: center;
    pointer-events:auto;
}





/* Style the tab */
.tab {
       float: left;
    border: 1px solid #1b1b1b;
    background-color: #1b1b1b;
    width: 20%;
    height: auto;
}

/* Style the buttons inside the tab */
.tab button {
    display: block;
    background-color: inherit;
    color: #f7f7f7;
    padding: 10px 17px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    font-size: 15px;
}

/* Change background color of buttons on hover */
.tab button:hover {
      background-color: #fff;
    color: #50bcc0;

}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #fff;
    color: #50bcc0;

}

/* Style the tab content */
.tabcontent {
  float: left;           
  padding: 0px 12px;
  width: 80%;                               
  border-left: none;
  height: auto;
  display: none;
}

/* Clear floats after the tab */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}


.newtitle{
	
	    color: #4facbb;
    font-weight: 600;
	
}

.padd{
	
padding-left: 45px !important;                  

}


.num{
	display: inline-block;
    float: left;
    width: 48px;
    height: 43px;
    line-height: 38px;
    font-size: 24px;
    margin: 0 16px 6px 0px;
    text-align: center;
    color: white;
    border-radius: 5px;
    background-color: #4facbb;
}


.aboutbg{
	text-align: justify;
    padding: 43px;
    background-color: #1b1b1b21;
//	 animation: fadeInLeft; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s; /* don't forget to set a duration! */
}
              
.aboutbg1{
	text-align: justify;            
    padding: 43px;

	
}
.h4_ani
{
    color: #4facbb;
    font-weight: 600;
    font-size: 28px;
	
	
	
	                               
	}


.ml3 {
     font-family: 'Brush Script MT';
     color: #fffbf0;
    font-weight: 900;
    font-size: 69px;
    text-align: center;
}
}

.ml4{
  animation: zoomIn; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 5s; /* don't forget to set a duration! */
}

.white-bg{
background-color: white;


}
.slider {
    margin-bottom: 20px;
  height:286px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider__nav {
  width: 12px !important;
  height: 12px !important;
  margin: 1rem 12px !important;            
  border-radius: 50% !important;
  z-index: 10 !important;
  outline: 6px solid #ccc !important;
  outline-offset: -6px !important;
  box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0) !important;
  cursor: pointer !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important; 
  -webkit-backface-visibility: hidden !important;
          backface-visibility: hidden !important;
}
.slider__nav:checked {
  -webkit-animation: check 0.4s linear forwards;
          animation: check 0.4s linear forwards;
}
input.slider__nav:checked {
    outline: 6px solid #000000!important;
}
.slider__nav:checked:nth-of-type(1) ~ .slider__inner {
  left: 0%;
}
.slider__nav:checked:nth-of-type(2) ~ .slider__inner {
  left: -100%;
}
.slider__nav:checked:nth-of-type(3) ~ .slider__inner {
  left: -200%;
}
.slider__nav:checked:nth-of-type(4) ~ .slider__inner {
  left: -300%;
}
.slider__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 400%;
  height: 100%;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.slider__contents {
  height: 100%;
  padding:0px 2rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider__image {
  font-size: 2.7rem;
      color: #2196F3;
}
.slider__caption {
  font-weight: 500;
  margin: 0rem 0 1rem;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}
.slider__txt {
  color: #999;
  margin-bottom: 0rem;
  /*max-width: 300px;*/
}

@-webkit-keyframes check {
  50% {
    outline-color: #333;
    box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #333;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}

@keyframes check {
  50% {
    outline-color: #333;
    box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #333;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}

.test {
padding-top: 25px;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    color: #1a1a1a;
    font-family: 'Heebo', sans-serif;
    display: block;
    margin-bottom: 20px;
    font-weight: 500;
}


.white{
background-color: #777070;color: white;padding: 33px;margin: 10px;
}

.black{
background-color: whitesmoke;padding: 33px;margin: 10px;

}

.white :hover {
 

  animation: pulse; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s; /* don't forget to set a duration! */
}


.black :hover {
 

  animation: pulse; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s; /* don't forget to set a duration! */
}


.title-doc {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: bolder;
    color: #737373;
    font-family: 'Brush Script MT';
}




.plus
{
	background-color:#226373;
	border:1px #226373 solid;
	width: 100%;
	color:#FFFFFF;

}
.plus i
{
	margin-right:10px;
}



.more-plus
{
	background-color:#226373;
	border:1px #226373 solid;
	color:#FFFFFF;
	padding:10px 20px;
	margin-bottom:20px;
}



/* *, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; } // required */
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'feathericons';
	src:url('../fonts/feathericons/feathericons.eot?-8is7zf');
	src:url('../fonts/feathericons/feathericons.eot?#iefix-8is7zf') format('embedded-opentype'),
		url('../fonts/feathericons/feathericons.woff?-8is7zf') format('woff'),
		url('../fonts/feathericons/feathericons.ttf?-8is7zf') format('truetype'),
		url('../fonts/feathericons/feathericons.svg?-8is7zf#feathericons') format('svg');
}

.grid {
	position: relative;
	max-width: 100%;
	list-style: none;
	margin: 0px ;
	text-align:center;
}

/* Common style */
.grid figure {
    position: relative;
    float: none;
    display: inline-block;
    overflow: hidden;
    margin: 15px 5px;
    width: 175px;
    height: 200px;
    cursor: pointer;
    background-color: #868686;
    background-blend-mode:multiply;
}

.grid figure figcaption {
	padding:0;
	font-weight:bold;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
    word-spacing: 0em;
    font-weight: 300;
    font-size: 20px;
 }

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}


/* Individual effects */

/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
	text-align: left;
}

figure.effect-lily figcaption > div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	height: 50%;
}

figure.effect-lily h2,
figure.effect-lily p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-lily p {
	color: rgba(255,255,255,0.8);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
	opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}

/*---------------*/
/***** Sadie *****/
/*---------------*/

figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

figure.effect-sadie h2 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #484c61;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effect-sadie:hover h2 {
	color: #fff;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Roxy *****/
/*---------------*/

figure.effect-roxy {
	background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
	background: linear-gradient(45deg, #ff89e9 0%,#05abe0 100%);
}

figure.effect-roxy img {
	max-width: none;
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50px,0,0);
	transform: translate3d(-50px,0,0);
}

figure.effect-roxy figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-20px,0,0);
	transform: translate3d(-20px,0,0);
}

figure.effect-roxy figcaption {
	padding: 3em;
	text-align: left;
}

figure.effect-roxy h2 {
	padding: 30% 0 10px 0;
}

figure.effect-roxy p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
}

figure.effect-roxy:hover img {
	opacity: 0.7;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-roxy:hover figcaption::before,
figure.effect-roxy:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba {
	background: #9e5406;
}

figure.effect-bubba img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	padding-top: 30%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Romeo *****/
/*---------------*/

figure.effect-romeo img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.4,1.4,1);
	transform: scale3d(1.4,1.4,1);
}

figure.effect-romeo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: translate3d(1,1,1);
}

figure.effect-romeo figcaption::before,
figure.effect-romeo figcaption::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	height: 1px;
	background: #fff;
	content: '';
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

figure.effect-romeo:hover figcaption::before {
	opacity: 0.5;
	-webkit-transform: translate3d(-50%,-50%,0) rotate(45deg);
	transform: translate3d(-50%,-50%,0) rotate(45deg);
}

figure.effect-romeo:hover figcaption::after {
	opacity: 0.5;
	-webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);
	transform: translate3d(-50%,-50%,0) rotate(-45deg);
}

figure.effect-romeo h2,
figure.effect-romeo p {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-romeo h2 {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
	transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
}

figure.effect-romeo p {
	padding: 0.25em 2em;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,150%,0);
	transform: translate3d(0,-50%,0) translate3d(0,150%,0);
}

figure.effect-romeo:hover h2 {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-100%,0);
	transform: translate3d(0,-50%,0) translate3d(0,-100%,0);
}

figure.effect-romeo:hover p {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,100%,0);
	transform: translate3d(0,-50%,0) translate3d(0,100%,0);
}

/*---------------*/
/***** Layla *****/
/*---------------*/

figure.effect-layla {
	background: #18a367;
}

figure.effect-layla img {
	height: 390px;
}

figure.effect-layla figcaption {
	padding: 3em;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
}

figure.effect-layla figcaption::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

figure.effect-layla h2 {
	padding-top: 26%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-layla p {
	padding: 0.5em 2em;
	text-transform: none;
	opacity: 0;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

figure.effect-layla img,
figure.effect-layla h2 {
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
	opacity: 0.7;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

/*---------------*/
/***** Honey *****/
/*---------------*/

figure.effect-honey {
	background: #4a3753;
}

figure.effect-honey img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-honey:hover img {
	opacity: 0.5;
}

figure.effect-honey figcaption::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: #fff;
	content: '';
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effect-honey h2 {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1em 1.5em;
	width: 100%;
	text-align: left;
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-honey h2 i {
	font-style: normal;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-honey figcaption::before,
figure.effect-honey h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Oscar *****/
/*---------------*/

figure.effect-oscar {
	background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
	background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);
}

figure.effect-oscar img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-oscar figcaption {
	padding: 3em;
	background-color: rgba(58,52,42,0.7);
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
}

figure.effect-oscar h2 {
	margin: 20% 0 10px 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

figure.effect-oscar:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-oscar:hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effect-oscar:hover img {
	opacity: 0.4;
}

/*---------------*/
/***** Marley *****/
/*---------------*/

figure.effect-marley figcaption {
text-align:left;
}

.number
{
	position: absolute;
    margin-top: -100px;  
    font-size:78px;
    font-weight:900;
    opacity: 0.5;
}

figure.effect-marley h2,
figure.effect-marley .p  {
	position: absolute;
	right: 0px;
	left: 0px;
	bottom:0;
	text-transform:uppercase;
	background-color:#01b48b;
	padding: 20px 20px;
	font-weight:bold;
}
  


figure.effect-marley .p {
	bottom: 0px;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
	text-transform:none;
	height: 192px;
	font-size:15px;
    overflow: hidden;
    background-color:#3d3d3d;
    font-weight:normal;    
    padding: 0 20px;
}

figure.effect-marley .p p {
	height: 150px;
    overflow: hidden;
    margin-bottom: 8px;
}


figure.effect-marley h2 {
     font-size:18px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,0px,0);
	transform: translate3d(0,0px,0);
}

figure.effect-marley:hover h2 {
	-webkit-transform: translate3d(0,-192px,0);
	transform: translate3d(0,-192px,0);
	background-color:#3d3d3d;
	color:#01b48b;
}
.more a
{
 color:#FFFFFF;
 font-size:14px;
 font-weight:bold;
    
}

.more a img
{
	margin-left:10px;    
    
}


figure.effect-marley h2::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 0px;
	background: #fff;
	content: '';
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-marley h2::after,
figure.effect-marley .p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-marley:hover h2::after,
figure.effect-marley:hover .p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Ruby *****/
/*---------------*/

figure.effect-ruby {
	background-color: #17819c;
}

figure.effect-ruby img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

figure.effect-ruby:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-ruby h2 {
	margin-top: 20%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-ruby p {
	margin: 1em 0 0;
	padding: 3em;
	border: 1px solid #fff;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0) scale(1.1);
	transform: translate3d(0,20px,0) scale(1.1);
} 

figure.effect-ruby:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-ruby:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}

/*---------------*/
/***** Milo *****/
/*---------------*/

figure.effect-milo {
	background: #2e5d5a;
}

figure.effect-milo img {
	max-width: none;
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-30px,0,0) scale(1.12);
	transform: translate3d(-30px,0,0) scale(1.12);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-milo:hover img {
	opacity: 0.5;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}

figure.effect-milo h2 {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 1em 1.2em;
}

figure.effect-milo p {
	padding: 0 10px 0 0;
	width: 50%;
	border-right: 1px solid #fff;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0,0);
	transform: translate3d(-40px,0,0);
}

figure.effect-milo:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Dexter *****/
/*---------------*/

figure.effect-dexter {
	background: -webkit-linear-gradient(top, rgba(37,141,200,1) 0%, rgba(104,60,19,1) 100%);
	background: linear-gradient(to bottom, rgba(37,141,200,1) 0%,rgba(104,60,19,1) 100%); 
}

figure.effect-dexter img {
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-dexter:hover img {
	opacity: 0.4;
}

figure.effect-dexter figcaption::after {
	position: absolute;
	right: 30px;
	bottom: 30px;
	left: 30px;
	height: -webkit-calc(50% - 30px);
	height: calc(50% - 30px);
	border: 7px solid #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);
}

figure.effect-dexter:hover figcaption::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-dexter figcaption {
	padding: 3em;
	text-align: left;
}

figure.effect-dexter p {
	position: absolute;
	right: 60px;
	bottom: 60px;
	left: 60px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-100px,0);
	transform: translate3d(0,-100px,0);
}

figure.effect-dexter:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Sarah *****/
/*---------------*/

figure.effect-sarah {
	background: #42b078;
}

figure.effect-sarah img {
	max-width: none;
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-sarah:hover img {
	opacity: 0.4;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-sarah figcaption {
	text-align: left;
}

figure.effect-sarah h2 {
	position: relative;
	overflow: hidden;
	padding: 0.5em 0;
}

figure.effect-sarah h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

figure.effect-sarah:hover h2::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-sarah p {
	padding: 1em 0;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

figure.effect-sarah:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Zoe *****/
/*---------------*/

figure.effect-zoe figcaption {
	top: 0px;
    bottom: 0px;
    padding: 30px 10px;
    height: 100%;
    background:rgba(162, 162, 162, 0.92);
    color: #fff;	
    -webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-zoe h2 {
	float: left;
}
figure.effect-zoe p.icon-links {
    margin:45px 0;
}

figure.effect-zoe p.icon-links a {
    color: #ffffff;
    font-size: 15px;
    margin: 0 7px;
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
	color: #252d31;
}

figure.effect-zoe p.description {
	position: absolute;
	bottom: 0;
	padding: 10px;    padding: 0px 0 10px 0;    width: 155px;
	color: #fff;
	text-transform: none;
	font-size: 100%;
	opacity: 0;
	-webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	-webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
}
figure.effect-zoe p.description span {
	display:block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 3px;
}

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,200%,0);
	transform: translate3d(0,200%,0);
}

figure.effect-zoe p.icon-links a span::before {
	display: inline-block;
	padding: 8px 10px;
	font-family: 'feathericons';
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-eye::before {
	content: '\e000';
}

.icon-paper-clip::before {
	content: '\e001';
}

.icon-heart::before {
	content: '\e024';
}

figure.effect-zoe h2 {
	display: inline-block;
}

figure.effect-zoe:hover p.description {
	opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-zoe:hover h2 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

/*---------------*/
/***** Chico *****/
/*---------------*/

figure.effect-chico img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}

figure.effect-chico:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-chico figcaption {
	padding: 3em;
}

figure.effect-chico figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

figure.effect-chico figcaption::before,
figure.effect-chico p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-chico h2 {
	padding: 20% 0 20px 0;
}

figure.effect-chico p {
	margin: 0 auto;
	max-width: 200px;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

@media screen and (max-width: 50em) {
	.grid figure {
		display: inline-block;
		float: none;
	}
}


.title5 {
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 22px;
    text-transform: capitalize;    
}

.iconspan{
    margin: 0px 0px;
    margin-right: 10px;
    cursor: pointer;
    font-weight: bold;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.padding-text
{              
	padding:10px;border: 1px solid rgba(0, 0, 0, 0.125);
}
.iconspan img{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 15px 15px 0 15px;
}
.rtl .iconspan img{
 right:auto;
    left: 0;
}


/*CSS used to style the examples. Remove if desired: */

.eg-bar
{
    border: 1px solid rgba(0, 0, 0, 0.125);
    color: #000;
    font-weight: normal;              
    padding: 20px 45px 20px 15px;
    position: relative;
    font-size: 20px;
    margin-bottom: 0px;
}
    
    
div.eg-bar{
width: 100%;
}

.icongroup1{
text-align: justify;                    
width: 100%;
padding: 0px 0 0px 0;
}



.similar-question
{
   margin-top:10px;
}
.similar-question h2
{
  font-size:18px; 
}

.icongroup1 ul
{
	margin-top:15px;    
	padding-right: 35px;
}


.icongroup1 ul li
{
     padding:3px 0;
}




.icongroup1 ul li a
{
     color:#046240;
}

#menu-menu ul li h4 {
    border-bottom: 1px solid;
    margin: 0;
    padding: 5px;
    background: #ffffff;
    /* height: 55px; */
    text-align: center;
    margin-bottom: 10px;
}

.sub_sub a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media only screen and (max-width: 767px){
	.box ul li{width: 93%;}
	.team ul li {width: 100%; margin: 10px 0px;}
	.box-value-color {overflow: hidden;padding: 15px;}
	.elementor-18588 .elementor-element.elementor-element-985f323:not(.elementor-motion-effects-element-type-background), .elementor-18588 .elementor-element.elementor-element-985f323 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: #ffffff !important;
}
	
	
	
	.content-inner {
    padding: 40px 0px;
}
}