﻿@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');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


html,
body {
    height: 100%;
    font-size:15px;
    font-family: 'Lato', sans-serif;
    color:#767676;
	/*-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;*/
}



.top
{
	padding:0px 0;
	background-color:#0a3559;
	color:#fff;
	font-size:14px;
	clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
	line-height:35px;
	position: absolute;
    width: 100%;
}

.top a
{
	color:#fff;
}

.top ul 
{
	padding-left:0px;
	text-align: center;
	margin-bottom:0;
}

.top ul li 
{
    display: inline-block;	
    margin:0 20px;
}

.top ul li a 
{
	position: relative;
	display: inline-block;
	font-size:14px;
	text-align: center;
    margin-left: 0px;
	color: #fff;	
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.top ul li i
{
	 margin-right:5px;
}


.top ul li a:hover {
	color: #ed1c24;	   
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#search-home {
padding-top:0px;
padding-bottom:0px;
}

#search-home .search-home {
    width: 100%;
    position: relative;
    padding-left:35px;
    padding-right: 5px;    
}


#search-home .search-home input {
    width: 100%;
    background-color: #0a3559;
    border: 0;
    color: #fff;
    font-weight: 300;
    font-style:italic;
    font-size: 15px;
    margin-top: 0;
}

#search-home .search-home button {
    position: absolute;
    left: 0;
    top: 8px;
    padding: 0;
    width: 30px;
    font-size: 17px;
    background: none;
    border: 0;
    color: #f5a230;
    cursor: pointer;
}

#search-home .search-home input::-webkit-input-placeholder { /* Edge */
    color: #fff;
}

#search-home .search-home input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

#search-home .search-home input::placeholder {
    color: #fff;
}
.contacts 
{
    margin-top: 32px;
    margin-bottom: 20px;
}


.contacts a
{
    background-color: #f5a230;
    color: #FFFFFF !important;
    padding: 15px 20px !important;
    border-radius: 5px;
    text-transform:uppercase!important;
}


.contacts-mobile
{
     display:none!important;
}

.language
{
    font-family: 'Tajawal', sans-serif !important;
}


.header
{
    padding:20px 0 15px 0;
    background-color:#fff;
}



.carousel {
    height: 40vw;
    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: cover;
    -o-background-size: cover;
    background-color: #909090;
    background-blend-mode:multiply;
}

.caption-carousel {
    position: absolute;
    top:100px;
    right:15%;
    left:15%;
    margin:auto;
    z-index: 10;
    text-transform: capitalize;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fefefe;
    text-align:  center;
    text-shadow: 0 0px 0px rgba(0,0,0,0);
}

.caption-carousel h2{
    font-size:60px;
    font-weight:  600;
    color:#fff;
}
.caption-carousel h3{
    font-size:16px;
    font-weight:500;
    color:#fff;
}
.caption-carousel h4{
    font-size:18px;
    font-weight: 500;
    line-height: 30px;
    color:#fff;
}


.carousel-indicators {
    position: absolute;
    bottom: 30px;
    padding-right:0px;
    z-index: 15;
    width: 100%;
    left: 0;
    padding-left: 0;
    margin-left: 0%;
    text-align: center;
    list-style: none;
}


.carousel-indicators li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 2px;
    text-indent: -999px;
    cursor: pointer;
    background: url('../images/off.png') no-repeat center center;;
    border: 0px solid rgba(255, 255, 255, 0.0);
    border-radius:0px;
}

.carousel-indicators .active {
    width: 25px;
    height: 25px;
    margin: 2px;    
    background: url('../images/on.png') no-repeat center center;;
}



.btn-header {
    display: inline-block;
    padding: 15px 32px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight:400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform:   capitalize;
    background-image: none;
    border: 2px solid transparent;
    border-radius:5px;
    margin-top:20px;
    margin-bottom:20px;
}


.btn-more{
    color: #fff;
    background-color: #0a3559;
    border-color:#0a3559;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-more:hover {
    color: #f5a230;
    background-color: #FFFFFF;
    border-color: #f5a230; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}



.btn-gray{
    color: #fff;
    background-color: #01b48b;
    border-color:#01b48b;     
    -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: #01b48b;
    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;
}


.welcome
{
	padding: 60px 0;
	overflow:hidden;
    margin-bottom: 0px;  
    background:url('../images/round-bg.png') no-repeat scroll left top;
    background-size: 260px;
}

.title
{
   color:#062539;
   font-size:40px;
   font-weight: 800; 
   margin-bottom:20px;
}

.title span
{
    color: #124f84;
    font-weight: 600;
    margin-bottom:5px;
    font-size:16px;
    display: block;
    text-transform: uppercase;
}



.title-2
{
	font-size: 20px;
	color:#062539;
	font-weight:500;
	margin-bottom:20px;
}

.title-2 img
{
	 float:left;
	 margin-right:15px;
}


.welcome-text
{
    height: 75px;
    overflow: hidden;    
    line-height: 26px;
    margin-bottom: 10px;
    color:#767676;
}

.welcome ul
{
	padding-left:0;
}

.welcome ul li
{
	padding-left: 30px;
    color: #062539;
    font-weight: 600;    
    position: relative;
    padding: 8px 30px 8px 30px;
    display:block;
}
.welcome ul li::before {
    background: url(../images/dot.png) no-repeat left center;
    content: "";
    background-size: contain;
    position:absolute;
    width: 17px;
    height: 17px;
    top: 8px;
    left: 0;
    border-radius: 50%;
    display:block;
}

.pic-welcome
{
	height:628px;    
	background-size: cover;
	width:100%;
	color:#fff;
	font-weight:700;
    font-size:40px;
}
.pic-welcome img
{
	object-fit:cover;    
	height: 628px;
	width: 100%;
}

.pic-welcome2
{
    width: 210px;
    height: 120px;
    position: absolute;
    top:70px;
    border-radius: 6px;
    line-height: 40px;
    font-size: 33px;
    right:-75px;
    z-index: 99;
    background-color: #f5a230;
    padding: 16px;
    font-weight: 800;
    text-align: center;
    color: #FFFFFF;
}




.headline
{
	font-size:40px;
	text-transform:capitalize;
	color:#01b48b;
	text-align:center;	
	font-weight:bold;
}

.headline span
{
	font-size:16px;
	text-transform:capitalize;
	color:#5a5a5a;    
	display:block;	
	font-weight:normal;
}




.news
{
	padding:20px 0; 
	background:url('../images/bg-news.png') repeat-x center bottom;
}


.news ul
{
    padding-left:0;
    margin-top:20px;
}

.news ul li
{
     display:inline-block;
     margin:20px 0px;
     width: 377px;
     height: auto;
     padding: 0px 10px;
}

.news ul li .bg
{
      background-color:#FFFFFF;
      padding:10px 20px;
}

.news ul li .bg img
{
    margin: auto;
    height: 240px;
    width: 100%;
    object-fit: cover;
}

.news ul li .bg .title-1
{
      font-size:24px;
      color:#062539;
      font-weight:800;
      height: 30px;
      overflow: hidden;    
      margin: 20px 0;
}

.news ul li .bg .text
{
      font-size:16px;
      color:#767676;
      font-weight:normal;
      height: 70px;
      overflow: hidden;
}

.more-news{
     margin-top:20px;
}
.more-news  img {
    width: 50px!important;
    height : 4px !important;
}



.more-news a {
    color: #01b48b;
    font-size: 14px;
    font-weight: bold;
}

.more-news a img {
    height: auto !important;
    width: auto !important;    
    float: right;
}






/*-------------- Counter -------------------*/
.bg-counter
{
	 background:url('../images/background.jpg') no-repeat fixed left center;
	 background-size: cover;
	 height:450px;
}

.Counter {
  width:100%;
  position:relative;
  background-color:#fafafa;
  padding:0px 0 0px 0;
  text-align:center;
  color:#fff;
}


.col_half { width: 49%; }
.col_third { width: 32%; }
.col_fourth { width: 44%; }
.col_fifth { width: 18.4%; }
.col_sixth { width: 15%; }
.col_three_fourth { width: 74.5%;}
.col_twothird{ width: 66%;}
.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth{
	position: relative;
	display:inline;
	display: inline-block;
	margin-bottom: 0px;
}
.end { margin-right: 0 !important; }
/* Column Grids End */

.wrapper 
{
    margin: 0px auto;
    position: relative;
    background-color: #062539;
    height: 450px;
    padding-top:40px;
}

.counter 
{ 
    padding:35px; 
    border-radius: 0px; 
    border-left:1px #ffffff47 solid;
    border-bottom:1px #ffffff47 solid;
}
.counter-none { border-left:0px #dddddd solid !important;}
.counter-none2 { border-bottom:0px #dddddd solid !important;}

.counter i{ 
    padding: 27px 0;
    border-radius: 50px;
    position: absolute;
    z-index: 0;
    color: #ffffff;
    right: 40px;
    top: 5px;
}

.count-title { font-size: 55px; font-weight: bold; margin-top: 10px; margin-bottom: 0; text-align: center; position:relative;z-index:1 }
.count-text { font-size: 15px; font-weight: normal;  margin-top: 20px; margin-bottom: 0; text-align: center; }
.fa-2x { margin: 0 auto; float: none; display: table; color: #4ad1e5; }


.orange-bg 
{
    position: relative;
    background-color: #f5a230;
    height: 450px;
    font-size:33px;
    color:#FFFFFF;
    font-weight:800;
    padding:40px 20px 20px 20px;
}

.support
{
	padding:50px 0;
}
.support-margin
{
	 margin:40px 0;
}

.support img
{
	 float:left;
	 margin-right:10px;
}

.support .name
{
       height:100px;
	color: #062539;
	font-size:20px;
	font-weight:800;
	margin-bottom:10px;
}
.support .text-1
{
	color: #767676;
	font-size:16px;
	
    overflow: hidden;
	font-weight:500;
}



.footer
{
	background-color:#062539;
	font-size:16px;
	padding:50px 0 0px 0;
	color:#fff;
}

.footer ul
{
   padding-left:20px;
}
.footer ul li
{
   margin:10px 0;    
   color: #fff;
}
.footer ul li a
{
	color:#fff;
}

.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:#fff;
	 font-size:20px;
	 text-transform: uppercase;
	 font-weight:bold;
	 margin:20px 0;
}

.footer-text
{
	/*height: 65px;*/
	height: 111px;
    overflow: hidden;
}


.vcard
{
	margin-top:20px;
}
.vcard div
{
	margin-bottom:10px;
}
 
.vcard i
{
	margin-right:10px;	 
	color:#fff;
}

.newletter
{
	margin:0;
}


.footer .newletter .col-md-4, .newletter .footer .col-sm-4 ,.newletter .footer .col-xs-5
{
    padding:0 15px 0 0;
}


.footer .newletter .col-md-8 ,.newletter .footer .col-sm-8,.newletter .footer .col-xs-7
{
    padding:0 0 0 15px;
}
.footer .form-control {
    display: block;
    width: 100%;
    height: 46px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -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 .btn {
    display: inline-block;
    padding: 10px 2px;
    margin-bottom: 0;
    height:46px;
    font-size: 17px;
    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: #f5a230;
    border: 1px solid transparent;
    border-radius: 0px;
    background-size: 100% 100%;
    /* height: 30px; */
    width: 100%;
    color: #fff;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}


.footer .text-gary
{
	font-size:13px;
	color:#fff;
	text-transform:uppercase;
}
.footer-margin {
    margin-top: 10px;
}


.footer .socials {
	position: relative;
	overflow: hidden;	
	margin-top:0px;
	text-align:right;
	margin-bottom:0px;

}


.footer .socials ul 
{
	padding-left:0px;
	text-align:left;
}



.footer .socials ul li {
    display: inline-block;	
    width: 35px;
    height: 35px;
    margin-right: 7px;
}


.footer .socials ul li a {
	width: 35px;
	height: 35px;
	position: relative;
	display: inline-block;
	font-size: 18px;
	border-radius: 3px;
	line-height: 35px;
	text-align: center;
    margin-left: 0px;
	color: #fff;	
	background-color:#05467d;
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.footer .socials ul li a:hover {
	color: #fff;	  
	background-color:#f5a230;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}


.copyright
{
    background-color:#062539;
    background-color: #062539;
    border-top: 1px #ffffff12 solid;
    padding: 10px 0;
    color: #fff;
    font-size: 13px;
    text-align:center;
    line-height: 30px;
    margin-top:30px;
}


.copyright a
{
    color:#01b48b;
}









.inner-bg {
    height: 250px;
}





.caption-inner {
    height: auto;
    width: 90%;
    color: #fff;
    padding: 35px 0 10px 0;
    text-align: center;
    position: absolute;
    bottom: 60px;
    right: 5%;
    left: 5%;
    margin: auto;
}


.caption-inner h3 {
    margin-bottom:20px;
    line-height: 65px;
    overflow: hidden;
    font-size: 55px;
    text-transform: capitalize;
    margin-top: 0;
    color: #fff;
}

.breadcrumb {
    padding: 10px 0 10px 0;
    margin-bottom: 0px;
    color:#fff;
    list-style: none;
    background-color: rgba(245, 245, 245, 0);
    border-radius: 0px;    
    text-align:   center;
}


.breadcrumb>li {
    display: inline-block;
    font-size:16px;
    color:#fff;
    text-transform:capitalize;
}

.breadcrumb>li a{    
color:#fff;
}


.breadcrumb>.active {
    color: #f5a230;
    font-weight:600;
}


.content-inner {
    padding: 30px 0;
    margin-bottom:0;
}

.pic-inner {
    width: 500px;
    height: auto;
    margin-left: 30px;
    margin-bottom: 30px;
    float:  right;
}

.pic-inner img{
    width: 100%;
}





.map
{
	margin-top:20px;
}


.bg-color
{
	background-color: #fcfcfc;
	padding:30px;
}

.calls
{
	margin-bottom:24px;
}


.calls .h4
{
   font-size:18px;
}

.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:#f5a230;
}

.calls-data
{
	margin-top:15px;
	color:#999999;
}


.calls-data a
{
	color:#999999;
}

.calls-data a:hover
{
	color:#999999;
}

.calls-data i
{
    color: #f5a230;
    margin-right: 10px;
    font-size:16px;
}

.btn-news{
    color: #fff;
    background-color: #01b48b;
    border-color: #01b48b;  
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-news:hover {
    color: #01b48b;
    background-color:#fff;
    border-color:#01b48b;    
    -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: #0a3559;
    margin: 0px 0px 10px 20px;
    min-height: 50px;
    color: #fff;
    width: 300px;
    float: right;
    border-radius: 5px;
}



a.code_apply 
{
    border: 2px 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: 2px solid #ffffff;
    background-color: #ffffff;
    color: #f5a230;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

 



.btn-career 
{
    background-color:#f5a230;
    border: 1px #f5a230 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: #01b48b;
    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: 46px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.big-text
{
	font-size: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:#f5a230;
    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: #01b48b;    
    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: #01b48b;
    margin: 30px 0;
    text-align: center;
}