﻿@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=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');


html,
body {
    height: 100%;
    font-size:15px;
  font-family: "Tajawal", serif;
    color:#3F3F41;
	/*-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;*/
}

.tajawal
{
  font-family: "Tajawal", serif;
}
.green-btn {
    background-color: #44b863;
    color: #FFFFFF !important;
    padding: 0 14px !important;
    border-radius: 6px;
}


.green-btn a {
    color: #FFFFFF !important;
}

.green-btn2 {
    background-color: rgb(68 184 99 / 0%);
    color: #44b863!important;
    padding: 0 14px !important;
    border-radius: 6px;
    border:1px #44b863 solid !important;
}

.green-btn2 a {
    color: #44b863;
}

.green-btn3{
    background-color: rgb(68 184 99 / 0%);
    color: #44b863!important;
    padding: 0 14px !important;
    border-radius: 6px;
    border:1px #44b863 solid !important;
}

.green-btn3 a {
    color: #44b863 !important;
}

.header
{
    padding: 5px 0;
    position:absolute;
    top:0;
    width:100%;
    border-bottom:1px rgb(255 255 255 / 48%) solid;
    right:0;
    z-index:99;
}

.header-inner
{
    position:relative!important;
    z-index:99;
}

.header-inner
{
    position:relative!important;
    z-index:99;
}
.header-inner #cssmenu > ul > li > a {
    color: #000;
}
.carousel {
    height: 650px;
    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: #afafaf;
    background-blend-mode:multiply;
}

.caption-carousel {
    position: absolute;
    top: 200px;
    right: 8%;
    width:500px;
    margin:auto;
    z-index: 10;
    text-transform: capitalize;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align:right;    
    font-family: "DM Sans", serif;
    text-shadow: 0 0px 0px rgba(0,0,0,0);
}

.caption-carousel h2{
    font-size:48px;
    font-weight:500;
    color:#fff;
    margin-bottom:25px;    
    line-height: 75px;
}
.caption-carousel h2 span{
    background-color: #f78f1e;
    padding: 2px 10px;
    border-radius: 8px;
}


.carousel-indicators {
    position: absolute;
    bottom: 15px;
    padding-left: 0px;
    z-index: 15;
    width: 100%;
    right: 0;
    padding-right: 0;
    margin-right: 0%;
    text-align:center;
    list-style: none;
}


.carousel-indicators li {
    display: inline-block;
    width: 40px;
    height: 2px;
    margin: 2px;
    text-indent: -999px;
    cursor: pointer;
     background: rgba(255, 255, 255, 0.39);
    border: 0px solid rgba(255, 255, 255, 0.0);
    border-radius:0px;
}

.carousel-indicators .active {
    width: 40px;
    height: 2px;
    margin: 2px;            
    background: #FFFFFF;

}


.btn-header {
    display: inline-block;
    padding: 12px 40px 12px 55px;
    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-radius:5px;    
    border: 1px solid transparent;
    margin-top:20px;
    position:relative;
}

.green-button i{
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    left:20px;
    top:15px;
    position: absolute;

}

.green-button:hover  i {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    left:25px;
}
.btn-more{
    color: #fff;
    background-color: #44b863;
    border-color:#44b863;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-more:hover {
    color: #44b863;
    background-color: #FFFFFF;
    border-color: #44b863; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-white{
    color: #44b863;
    background-color: #fff;
    border-color:#fff;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin:0;
    padding:12px 0px 12px 55px;
}

.more-full
{
	width:100% !important;
    border-radius:55px !important;   
}
.btn-white:hover {
    color: #44b863;
    background-color: #fff;
    border-color:#fff;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;    
    margin:0;
}


.welcome
{
	padding: 40px 0;
	overflow:hidden;
    margin-bottom: 0px;  
}

.title
{
   color:#160304;
   font-size:33px;    
   font-family: "DM Sans", serif;
   font-weight: 600;
   text-transform:capitalize; 
   margin-bottom:20px;
}


.green-title
{
   color: #44b863;
}


.title span
{
   color:#44B863;
   font-size:16px;    
   font-weight: 400; 
   display:block;
}

.title-line
{
   color:#160304;
   font-size:33px;    
   text-transform:capitalize; 
   font-family: "DM Sans", serif;
   font-weight: 600; 
   margin-bottom:20px;    
   padding-bottom: 20px;
   background:url('../images/line.png') no-repeat center bottom;
}

.welcome-text
{
    height: 210px;
    overflow: hidden;    
    line-height: 26px;
    margin-bottom: 10px;
}

.pic-welcome
{
    color: #fff;
    padding: 0;
    border-radius: 20px;
}

.pic-welcome img
{
     object-fit:cover;     
     width: 480px; 
     height: 385px;
     border-radius: 20px;  
}

.pic-welcome2 {
    width: 235px;
    height: 235px;
    position: absolute;
    bottom: -20px;
    right: 25px;
    z-index: 99;
    background-color: #fff;
    padding: 20px;
    font-size:14px;
    border-radius: 20px;
    box-shadow: 0px 1px 11px 0px rgb(0 0 0 / 25%);
}

.pic-welcome2 .ti{
    color: #160304;
    font-size: 20px;
    font-family: "DM Sans", serif;
    font-weight: 600;
    margin-bottom: 6px;
}



.services
{
	padding:50px 0;
	text-align:center;
}

.services ul
{
    padding-right:0;
    margin-top:20px;
}

.services ul li
{
    display: inline-block;
    margin: 20px 10px;
    width: 250px;
    padding: 15px;
    border-radius: 5px;
    border: 1px #e5e5e5 solid;
}
.services ul li img
{
    margin: auto;
    object-fit: contain;
}

.services ul li .title-1
{
      font-size:17px;
      color:#333333;
      font-weight:bold;
      height: 55px;
      overflow: hidden;    
      margin:15px 0 10px 0;
}

.services ul li .text
{
    font-size: 14px;
    color: #767676;
    font-weight: normal;
    height: 80px;
    overflow: hidden;
	display: none;
}




.news
{
	padding:20px 0; 
}


.news ul
{
    padding-right:0;
    margin-top:20px;
}

.news ul li
{
     display:inline-block;
     margin:20px 20px;
     width: 330px;
     height: auto;        
     border-radius: 10px;
     box-shadow: 0px 1px 11px 0px rgb(0 0 0 / 25%);
     padding: 0px 0px 25px 0px;
}

.news ul li img
{
    margin: auto;     
    border-radius: 10px 10px 0 0;
    height: 250px;
    width: 100%;
  /*  object-fit: cover;*/
    object-fit: initial;
}

.news ul li .title-1
{
    font-size: 15px;
    color: #2e2e2e;
    font-weight: 400;
    height: 20px;
    overflow: hidden;
    margin: 20px 20px;
}

.news ul li .text
{
      font-size:20px;
      color:#160304;
      font-weight:normal;
      height: 90px;
      overflow: hidden;
    margin: 0px 20px;
}

.more-news{
     margin:0px 20px;
}


.more-news a {
    color: #44b863;
    font-size: 14px;
}



.footer
{
	background-color:#fff;
	border-top:8px #44b863 solid;
	font-size:14px;
	padding:50px 0;
	color:#160304;
}
.footer ul
{
   padding-right:0px;
}
.footer ul li
{
   margin:10px 0;       
   list-style-type: none; 
   color: #160304;
}
.footer ul li a
{
	color:#160304;
}
.footer ul li a i
{
	color:#160304;
	font-size:14px;
	margin-left:5px;
}

.footer-title
{
	 color:#160304;
	 font-size:23px;
	 text-transform:  capitalize;
	 font-weight:bold;
	 margin:20px 0;
}
.footer-title img
{
	 width:180px;
}


.footer-text
{
	height: 65px;
    overflow: hidden;
}


.vcard
{
	margin-top:20px;
}
.vcard div
{
	margin-bottom:10px;
}
 
.vcard i
{
	margin-left:10px;	 
	color:#160304;
}

.socials ul
{
	position: relative;
	overflow: hidden;	
	margin-top:0px;
	text-align: right;
	padding-right:0;
	margin-bottom:10px;
}


.socials ul li 
{
    display: inline-block;	
}


.socials ul li a 
{
	width: 45px;
	height: 45px;
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 43px;
	text-align: center;
    margin-left: 0px;
	color: #44b863;	
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50px;
    border:1px #44b863 solid;

}

.socials ul li a i
{
	font-size: 16px;
	color:#44b863;
	margin-right:0;
}

.socials ul li a:hover 
{
	color: #fff;	
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.copyright
{
    padding: 15px 0;
    color: #fff;
    font-size: 13px;
    text-align: center;
    background-color:#160304;
    margin-top:20px;
}


.copyright a
{
    color:#fff;
}



.content-inner {
    padding: 30px 0;
    margin-bottom:0;
    background-color:#f7f7f7;
}
.content-login {
    padding: 30px 0;
    margin-bottom:0;
    background-color:#fff;
}

.inner-bg {
    background-color:#eef4f0;    
    border-radius: 15px;

}

.caption-inner {
    height:  auto;
    width: 100%;
    color: #fff;
    padding:35px 0;    
    text-align: center;
}


.caption-inner h3 {
    margin-bottom: 10px;
    font-size: 45px;
    text-transform: capitalize;
    margin-top: 0;
    font-weight:800;
    color: #081935;
}

.caption-inner h3 span {
    color: #fff;
    background-color: #f2b134;
    border-radius: 7px;
    padding: 0px 5px;
}


.breadcrumb {
    padding: 30px 0 30px 0;
    margin-bottom: 0px;
    color:#fff;
    list-style: none;
    background-color: rgba(245, 245, 245, 0);
    border-radius: 0px;    
    text-align: right;
}


.breadcrumb>li {
    display: inline-block;
    font-size:16px;
    color:#546881;
    font-weight:500;
    text-transform:capitalize;
}

.breadcrumb>li a{    
color:#546881;
}


.breadcrumb>.active {
    color: #44b863;
    font-weight: 400;
}


.breadcrumb-active {
    background-color: #e5f1e8;
    padding: 3px 15px;
    border-radius: 5px;   
}



.pic-inner {
    width: 500px;
    height: auto;
    margin-left: 30px;
    margin-bottom: 30px;
    float:right;
}

.pic-inner img{
    width: 100%;
}


.bg-navy
{
	background-color:#092241;
	border-radius:25px;
	padding:30px;
	color:#FFFFFF;
}
.calls
{
	margin-bottom:25px;
	font-size:16px;
}

.text-subline {
    position: relative;
    height: 1px;
    padding: 0;
    background: #f2f3f8;
    border: none;
}

.text-subline:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 40px;
    background: #44b863;
}

.calls-data
{
	margin-top:15px;
    color: #fff;
    background-color: rgb(255 255 255 / 25%);
    border-radius: 20px;
    padding: 20px;
}


.calls-data a
{
	color:#fff;
}

.calls-data i
{
    color: #fff;
    margin-left: 10px;
    font-size:18px;
}


.navy-socail ul
{
	position: relative;
	overflow: hidden;	
	margin-top:15px;
	text-align: right;
	padding-right:0;
	margin-bottom:10px;
}

.navy-socail ul li 
{
    display: inline-block;	
}


.navy-socail ul li a 
{
	width: 45px;
	height: 45px;
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 43px;
	text-align: center;
    margin-left: 0px;
	color: #fff;	
    background-color: rgb(255 255 255 / 25%);
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50px;
    border:1px #fff solid;

}

.navy-socail ul li a i
{
	font-size: 16px;
	color:#fff;
	margin-right:0;
}

.navy-socail ul li a:hover 
{
	color: #fff;	
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.title-white
{
	color:#FFFFFF !important;
}


.bg-white
{
	background-color:#FFFFFF;
	border-radius:25px;
	padding:30px;
}

.bg-shadow
{
 box-shadow: 0 1px 20px 5px rgb(0 0 0 / 8%);
}


.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 25px;
    -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;
}



.news-inner{
     display:inline-block;
     margin:20px 0px;
     width: 100%;
     height: auto;  
     background-color:#FFFFFF;      
     border-radius: 10px;
     box-shadow: 0px 1px 11px 0px rgb(0 0 0 / 25%);
     padding: 0px 0px 25px 0px;
}

.news-inner img
{
    margin: auto;     
    border-radius: 10px 10px 0 0;
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.news-inner .title-1
{
    font-size: 15px;
    color: #2e2e2e;
    font-weight: 400;
    height: 20px;
    overflow: hidden;
    margin: 20px 20px;
}

.news-inner .text
{
      font-size:20px;
      color:#160304;
      font-weight:normal;
      height: 30px;
      overflow: hidden;
      margin: 0px 20px;
}

.more-news-inner
{
     margin:0px 20px;
}


.more-news-inner a {
    color: #44b863;
    font-size: 14px;
}




.box-news-all
{
	position:relative;
    margin-bottom: 20px;
}

.box-news{
    height: 115px;
    width: 35%;
    position: relative;
    background-color: #fff;
    background-blend-mode: multiply;
    background-size: cover;  
    border-radius: 5px;
}

.box-news-text
{
    width: 58%;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 15px;
    padding: 0px 0px 5px 0;
    height: 115px;    
    overflow: hidden;
    color: #2f2f2f;
    font-weight:500;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.box-news-text:hover
{
    color: #2f2f2f;
}

.box-news-text .text-all 
{
    font-size: 15px;
    color: #160304;
    font-weight: normal;
    height: 85px;
    overflow: hidden;
    margin: 0px 0px;
}


.news2-time 
{
    font-size: 14px;
    color: #2e2e2e;
    font-weight: 400;
    height: 20px;
    overflow: hidden;
    margin: 0 0 10px 0;
}


.category ul
{
   padding-right:15px;
}
.category ul li
{
   margin:10px 0;       
   color: #160304;
}
.category ul li a
{
	color:#160304;
}

.title-2 {
    color: #1d1d1b;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
    border-right: 4px #092241 solid;
    padding-right: 20px;
    margin-bottom: 30px;
    margin-top: 6px;
}


.newletter
{
    margin-top:20px;
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 20px 20px;
}

.newletter .form-group {
    margin-bottom: 10px;
    position: relative;
}

.newletter .form-control {
    display: block;
    height: auto;
    width:100%;
    padding: 15px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    margin-bottom:0px;
    background-color: #ffffff00;
    background-image: none;
    border: 1px solid #ededed;
    border-radius: 25px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.newletter .btn {
    display: block;
    padding:15px 35px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight:400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;    
    width: 100%;
    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:#44b863;
    border: 1px solid transparent;
    border-radius: 50px;
    color: #fff;
}



.menu-left
{    
margin-top:0px;
z-index: 99;    
width: 100%;
overflow:hidden;
background-color:#44b863;
text-align:right;
border-radius:5px;

}


.menu-left ul
{
    padding-right:0;
    margin:0;
    font-size:15px;
}
.menu-left ul a:hover
{
    text-decoration:none;
    
}

.menu-left ul li
{
    padding: 15px 25px;
    display: block;
    border-bottom: 1px rgb(255 255 255 / 55%) solid;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;    
    color: #fff;
    transition: 0.3s;
}
 
.menu-left ul li i
{
     font-size:14px;
     margin-left:10px;
}

.menu-left ul a:hover li
{
   background-color:rgb(255 255 255 / 32%);
   color:#FFFFFF;
   text-decoration:none;
   -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}




.box-category 
{
	height:264px;
	color:#94c742;
	font-size:14px;
	font-weight:600;
	padding: 15px 10px;
	border-radius:4px;
	margin-bottom:25px;
	position:relative;
	border:1px solid #CCCCCC;
}


.box-category img
{
     width:18px;
     display:inline-block;
     margin-left:10px;
}



.box-category h1 {
    font-size: 15px !important;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0;
    background-color: #fff;
    color: #44b863;
    border-radius: 4px;
    padding: 20px 10px;
    text-align: center;	
    border:1px solid #44b863;
    position: absolute;
    width:92%;
    bottom: 10px;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.box-category:hover h1
{
     background-color:#44b863;
     color:#FFFFFF !important;    
     -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.collapsible-all
{
	
}
.collapsible-all .collapsible {
  background-color: #44b863 ;
  color: white;
  cursor: pointer;
  padding: 10px 18px ;
  width: 100%;
  border: none;
  text-align: right;
  outline: none;
  font-size: 16px;
  border-radius:5px;
  margin-bottom:5px;
}


.collapsible-all .collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: left;
  margin-left: 5px;
}

.collapsible-all .active:after {
  content: "\2212";
}

.collapsible-all .content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #fbfbfb;
}


.collapsible-all .content p
{
	padding:10px 0;
}



.gray-box
{
    background-color: #fff;
    padding: 20px 20px 20px 20px;
    margin: 10px 0px 0px 0px;
    border-radius:5px;
    min-height: 90px;
    margin-bottom: 20px;
}

.code_apply {
    display: block;
    padding: 12px 20px;
    background-color: #44b863;
    margin: 0px 20px 10px 0px;
    min-height: 50px;
    color: #fff;
    width: 300px;
    float: left;
    border-radius: 5px;
}



a.code_apply {
    border: 1px solid rgba(255, 255, 255,1);
    color: rgba(255, 255, 255,1);
    padding: 3px 8px;
    margin: 0 10px 0 0px;
    float: left;   
    width: auto;
    min-height: auto;
}
   
    
a.code_apply:hover {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #44b863;
    -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: #44b863;
    margin:0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.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:#44b863;
    margin-bottom:10px;
    margin-top:10px;
}


.title-gallery {
    font-size: 20px;
    color: #44b863;
    margin: 30px 0;
    text-align: center;
}





.pdf-all
{
	position:relative;
}

.pdf-inner
{
    padding: 25px 25px 25px 25px;
    display: block;
    background-color: #44b863;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;    
    transition: 0.3s;
    color: #fff;
    text-align:center;    
    font-size: 20px;
    border-radius:5px;
    margin-bottom:20px;
}

.pdf-inner i
{
    margin:auto auto 10px auto;
    display:block;
    font-size:35px;
}

.pdf-all a:hover .pdf-inner
{
   background-color:#f2b134;
   color:#FFFFFF;
   text-decoration:none;
   -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.list-group {
    padding: 20px;
    margin-bottom: 20px;
    background-color:#FFFFFF;
    border-radius:20px;
}
.list-group-item:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 0px;
    margin-bottom: 0px; 
    background-color: #fff;
    border: 0px solid #ddd;
}
a.list-group-item, button.list-group-item {
    color: #546881;
    font-size:16px; 
    font-weight:600;   
    padding: 20px 10px;
}


a.list-group-item img, button.list-group-item img {
    color: #f2b134;
    font-size:16px;
    margin-left:7px;
}


a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    color:#44B863;
    text-decoration: none;
    background-color: #ecf8ef;    
    border-radius: 5px;

}

.active-menu
{
	color: #44B863!important;
    text-decoration: none;
    text-decoration: none;
    background-color: #ecf8ef;    
    border-radius: 5px;


}

button.list-group-item {
    width: 100%;
    text-align: left;
    border-bottom:1px #cccccc solid;
}




.account-title-img
{
	 height:65px;
	 float:right;
	 margin-left:20px;
}


.qr-code-img
{
	 height:80px;
	 float:right;
	 margin-left:10px;
}

.title-c {
    color: #160304;
    font-size: 25px;
    font-family: "DM Sans", serif;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.title-c span {
    color: #666666;
    display:block;
}



.sign3 span {
   padding: 9px 8px !important;
    font-size: 13px;
    text-decoration: none;
    text-transform: capitalize;
}

.sign3{
	
	margin-top: 38px;
}

ul.BS li {
    list-style-image: url(../images/icon5.png);
    /* width: 20px; */
		    margin-bottom: 5px;

}

.about-bg {
	
    background-color: #9c9a99a6;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


.about-box {
    height: auto;
    width: 100%;
    color: #fff;
    padding: 37px 34px;
    position: relative;
	    height: 181px;
		box-shadow: 0 4px 6px rgb(0 0 0 / 42%);
}

.about-margin {
    margin: 40px 0 0 0;
}

