.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #38b5bb;
	border-color: #38b5bb;
	background-image: linear-gradient(to right, #4CB8C4 0%, #3CD3AD 100%, #4CB8C4 100%);
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
	color: #fff;
	background-color: #38b5bb;
	border-color: #38b5bb;
	background-image: linear-gradient(to right, #4CB8C4 0%, #3CD3AD 100%, #4CB8C4 100%);
	box-shadow: none !important;
}
.btn-secondary:not(.btn-noshadow):hover, .btn-secondary:not(.btn-noshadow):not(.btn-soft):focus, .btn-secondary:not(.btn-noshadow):not(.btn-soft):active {
	box-shadow: none !important;
}

.btn-secondary:hover {
	color: #fff;
	background-color: #38b5bb;
	border-color: #38b5bb;
}

.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
	box-shadow: none !important;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
	box-shadow: none !important;

}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
	color: #fff;
	background-color: #38b5bb;
	border-color: #38b5bb;
	background-image: linear-gradient(to right, #4CB8C4 0%, #3CD3AD 100%, #4CB8C4 100%);
}

.modal-title {font-weight: bold;}
/*========*/
.text-info-gradient {
	-webkit-text-fill-color: transparent;
	background: linear-gradient(-107deg,#4CB8C4,#3CD3AD);
	-webkit-background-clip: text;
	color: #3CD3AD;
	display: inline-block;
	position: relative;
}      
         .btn-grad ,.btn-success {
            background-image: linear-gradient(to right, #4CB8C4 0%, #3CD3AD  51%, #4CB8C4  100%);
            text-align: center;
            text-transform: uppercase;
            transition: 0.5s;
            background-size: 200% auto;
            color: white;   
			 border-color: #4CB8C4;
          }

          .btn-grad:hover ,.btn-success:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
			  border-color: #4CB8C4;
          }
         
         
         .btn-grad-2 {
            background-image: linear-gradient(to right, #ff7e5f 0%, #feb47b  51%, #ff7e5f  100%);
            text-align: center;
            text-transform: uppercase;
            transition: 0.5s;
            background-size: 200% auto;
            color: white;            
            border-radius: 10px;
          }

          .btn-grad-2:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
          }
         
         
         .btn-grad-3 {
            background-image: linear-gradient(to right, #8e9eab 0%, #eef2f3  51%, #8e9eab  100%);
            text-align: center;
            text-transform: uppercase;
            transition: 0.5s;
            background-size: 200% auto;
            color: white;            
            border-radius: 10px;
          }

          .btn-grad-3:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
          }
         
.dropdown-menu {
	font-size: 0.8375rem;
	text-align: right;
}
.nav-link_m:hover, .nav-link_m:focus {
	color: #FFF !important;
}
.preloader-wrapper {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #000;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 9999;
    }
    .loader {
        /*
      width: 50px;
      height: 50px;
      border: 5px solid #f3f3f3;
      border-radius: 50%;
      border-top: 5px solid #3498db;
      animation: spin 1s linear infinite;
      */
    }
    @keyframes spin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }
    /* Content styles */
#wrapper {
      display: none; /* Hide content initially */
    }
.h--150 {height: 150px;}
.rounded-top{border-radius: 10px 10px  0 0 !important}
.rounded-bottom{border-radius:  0 0 10px 10px !important}
.parallax_image2 a{
	color: #FFF !important;
}
.bg_green_fp {
    /*linear-gradient(0deg, #080809DE 25%, rgba(43, 45, 66, 0.0) 50%, rgba(0, 0, 0, 0) 100%);*/
	background: linear-gradient(180deg,transparent,rgba(159, 200, 39, 0.3));
}
.form-check .form-check-input {
	float: right;
	margin-left: 15px;
}
.decor-2_mod-a::before, .decor-2_mod-a::after {
	width: 30px !important;
	height: 5px !important;
}

.decor-2_mod_white::after {
	background-color: #fff !important;
}

.nav-invert {
	background-color: #f1f4f8;
	display: inline-flex;
	padding: .25rem;
}
.nav-invert .nav-link.active {
	background-image: linear-gradient(to right, #4CB8C4 0%, #3CD3AD  51%, #4CB8C4  100%);
            text-align: center;
            text-transform: uppercase;
            transition: 0.5s;
            background-size: 200% auto;
            color: white !important; 
			 border-color: #4CB8C4;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
	border: none ;
}
.navbar-nav .nav-link:hover::after
{
  width: 85%;

}
.navbar-nav .nav-link::after
{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  height: 2px;
  width: 0;
  opacity: 1;
  background-color: #38b5bb;
  transition-property: all;
  transition-duration: 0.25s;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(-50%);
}

.shap-logo::before {
	background: url("../../../app-assets/images/shap-logo.svg") no-repeat ;
	background-size: auto;
	background-position: top left;
	position: absolute;
	left: 1rem;
	top: 0;
	
	line-height: 1;
	z-index: 0;
	opacity: .2;
	color: #FFF;
}
.swiper-btn-group-end .swiper-button-next, .swiper-btn-group-end.swiper-container-rtl .swiper-button-prev {
	/* bottom: 30px; */
	left: 60px;
	top: auto;
	bottom: 80px !important;
	opacity: 0.5;
}

.bg_green_2{
	background: linear-gradient(to bottom, #3CD3AD 0%, #4CB8C4 100%) !important;
}
.color_1{
	color:#2b8536;
}
.bg_dark_fp {
	background: linear-gradient(170deg,transparent,rgba(0, 0, 0, 0.7));
}
.text-over-fleow {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.parallax_image2 {
	background: url("../../../app-assets/images/bg/1.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

.bg_color_1{background: #2b8536;}
.user-scrolled-down #logo-white{display: none !important;}
.user-scrolled-down #logo-dark{display: inline !important ;}
.boxcontact::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 40%;
	bottom: 0;
	right: 0;
	background-image: url(assets/img/slider01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.text-justify{
	text-align: justify !important;
}
.navbar-brand > img {
	max-height: none !important;
	padding: 15px 0;
	margin-right: 10px;
}
nav.navbar-light a.nav-link:not(.active):not(:hover) {
	color: #080808 !important;
}
.navbar .navbar-nav{

	line-height: 50px !important;
	font-size: 14px;
	font-family: Cairo !important;
	
}
.navbar .navbar-nav .dropdown-item {
	line-height: normal;
	border-bottom: rgba(0,0,0,0.10) solid 1px;
	font-weight: bold;
}  
.modal-header .btn-close {
	padding: 0.5rem 0.5rem;
	margin: auto -0.5rem -0.5rem -0.5rem !important;
}
.my_footer {
	background-image: -moz-linear-gradient(to bottom,#f7f7f7,#38b5bb45);
	background-image: linear-gradient(to bottom,#f7f7f7,#38b5bb45);
	/* background: #38b5bb45; */
}
.bg_theme {
	background: #38b5bb !important;
}

.div_parallax_image2 {
	
	background-color: #38b5bb;
	background: linear-gradient(to bottom,  #4CB8C4 0%,#3CD3AD  100%)
		
}
.icon_border{ 
	background: url("../../../app-assets/logo-icon-white.png") no-repeat right bottom;
	background-size: contain;
	opacity: 0.1;
	height: 100%;
	width: 100%;
}
.parallax-title{
	opacity: 1;
	font-weight: bold;
}
.bg-primary{background: #38b5bb; }
.theme_color{color:#38b5bb !important;}
.theme_color2{color:#fa336c !important;}
.dir-ltr{direction: ltr !important;}
.dir-rtl{direction: rtl !important;}
.text-left{text-align: left;}
.text-right{text-align: right;}
.fs-app-1{font-size: 12px; font-weight: bold;}
.text-term {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-break: normal;
	display: block;
}
.datepicker-dropdown {max-width: 300px;}
.datepicker {float: right}
.datepicker.dropdown-menu {right:auto}
.bg-cover{
	background-size: cover !important;
}
.btn-block {width: 100%}
.smaller_2 {
	font-size: 0.60rem !important;
}
.aside-primary {
	padding-bottom: 80px;
}
.box_swiper{
	width: 100% !important; height: 493px !important;
}
.btn_swipers{
	height: 40px !important;
margin-top: -20px !important;
text-align: center;
width: 40px !important;
}
optgroup {
	font-style: normal !important;
}
.long_text {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.twitter-wrap::before {
	font-family: FontAwesome;
	content: "\f099";
	position: absolute;
	left: 1rem;
	top: 0;
	font-size: 25rem;
	line-height: 1;
	z-index: 0;
	opacity: .2;
	color: #FFF;
}
.best-wrap::before {
	content: "";
	position: absolute;
	left: 10px;
	top: 34px;
	font-size: 120px;
	line-height: 1;
	z-index: 1;
	opacity: 1;
	color: #f1f4f8;
	background-image: url("../images/logo/logo_icon_light greay.svg");
	width: 45px;
	height: 45px;
}
.offer-wrap::before {
	content: "";
	position: absolute;
	left: -75px;
	font-size: 120px;
	line-height: 1;
	z-index: 0;
	opacity: .1;
	color: #f1f4f8;
	background-image: url("../images/logo/logo_icon_light greay.svg");
	width: 150px;
	height: 150px;
}
.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
	opacity: 0.65;
	transform: scale(0.85) translateY(-0.5rem) translateX(1rem);
}
.dir-ltr , .ltr{direction: ltr}
/* Shear  */
.mydropdown-menu {
	position: inherit;
	z-index: 1000;
	display: none;
	min-width: 10rem;
	padding: 1rem 0.5rem;
	margin: 0;
	font-size: 0.9375rem;
	color: #1c0950;
	text-align: center;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid transparent;
	border-radius: 0.6rem;
}
/*   shear */
#preloader {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 9999;
   background-image: url("../images/logo/logo.gif");
   background-repeat: no-repeat; 
   background-color: #FFF;
   background-position: center;
}
.page-item:first-child .page-link {
	border-top-right-radius: 0.35rem;
	border-bottom-right-radius: 0.35rem;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-radius: 0 50rem 50rem 0 ;
}
.pagination-lg .page-item:first-child .page-link {
	border-top-right-radius: 0.45rem;
	border-bottom-right-radius: 0.45rem;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-radius: 0 50rem 50rem 0 ;
}

.pagination-lg .page-item:last-child .page-link {
	border-radius:  50rem 0 0 50rem  ;
}
.page-item:last-child .page-link {
	border-radius:  50rem 0 0 50rem  ;
}

.nav-link-taps {
	display: block;
	padding: 0.5rem 1rem;
	color: #FFF;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.nav-deep > ul > li > ul {
	padding-right: 10px !important;
}
.profile-com .nav-tabs .nav-link {
	margin-bottom: -1px;
	background: none;
	border: 1px solid rgba(255,255,255,0.6);
	border-top-left-radius: 0.35rem;
	border-top-right-radius: 0.35rem;
	color:rgba(255,255,255,0.6);
}
.profile-com .nav-tabs .nav-link.active, .profile-com .nav-tabs .nav-item.show .nav-link {
	color: #506690;
	background-color: #ffffff;
	border-color: #d9e2ef #d9e2ef #ffffff;
}
.form-floating > label {
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	height: 100%;
	padding: 1rem 0.5rem;
	pointer-events: none;
	border: 1px solid transparent;
	transform-origin: 0 0;
	transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection {
	min-height: calc(1.1em + 2.18rem + 2px) !important;
}
.select2-container--bootstrap-5 .select2-selection{
	min-height: 50px !important;
}
.error{
	border-bottom: solid #fa336c 3px;	
} 
.form-floating .error {
	position: inherit !important;
	font-size: small;
	color: #fa336c;

}
.form-floating > .form-control:focus .error, .form-floating > .form-control:not(:placeholder-shown) ~ .error, .form-floating > .form-select ~ .error
.modal-header .btn-close {
	padding: 0.5rem 0.5rem;
	margin: 0 !important; 
	transform: scale(1)  translateY(0) translateX(0.5rem);
}
.decor-2::before, .decor-2::after {
	display: inline-block;
	width: 30px;
	height: 5px;
	content: '';
	transition: all 0.3s;
}
.decor-2::after {
	margin-left: 3px;
	background-color: #38b5bb;
}
.decor-2_mod-b::before, .decor-2_mod-b::after {
	width: 10px;
}
.decor-2::before{
	background-color: #a7cd89;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role="group"] .select2-results__group {
	padding: 5px 10px;
	font-weight: bold;
	line-height: 1.5;
	color: #9A9A9A;
	background: rgb(234, 234, 234);
	display: block;
}
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
	padding: 0;
	font-weight: 400;
	line-height: 1.9 !important;
	color: #212529;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #38b5bb;
	/* border-bottom: solid 1px; */
	border-top: solid 1px #38b5bb4d;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected="true"] {
	color: #fff;
	background-color: #38b5bb;
	border-top: solid 1px #fff;
}
.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection {
	font-size: 1rem !important;
}
.back_theme_color_2{
	background: #574fec;
	background: linear-gradient(180deg,#924be8 0,#38b5bb) !important;
	color: #FFF;
}
.breadcrumb-item + .breadcrumb-item::before {
	float: right;
	padding-left: 0.5rem;
	color: #d9e2ef;
	content: var(--bs-breadcrumb-divider, "/");
}
.form-select {
	display: block;
	width: 100%;
	padding: 0.78rem 1rem 0.78rem 3rem !important;
	background-position: left 1rem center !important;
}
.form-select-sm {
	padding-top: 0.46rem !important;
	padding-bottom: 0.46rem !important;
	padding-left: 1rem !important;
	font-size: 1rem !important;
	border-radius: 0.2rem !important;
}
.decor-1 {
	width: 240px;
	margin-top: 17px;
	margin-bottom: 13px;
}
.decor-1:before,
.decor-1:after {
	width: 90px;
}
.decor-1 {
	margin:0 auto;
}
.decor-1:before,
.decor-1:after {
	position: relative;
	top: -6px;
	display: inline-block;
	width: 62px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px dotted #000;
	content: '';
}
.decor-1 .icon {
	display: inline-block;
	margin-right: 15px;
	margin-left: 15px;
	font-size: 24px;
}

.decor-w {
	width: 240px;
	margin-top: 17px;
	margin-bottom: 13px;
}
.decor-w:before,
.decor-w:after {
	width: 90px;
}
.decor-w {
	margin:0 auto;
}
.decor-w:before,
.decor-w:after {
	position: relative;
	top: -6px;
	display: inline-block;
	width: 62px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px dotted #fff;
	content: '';
}
.decor-w .icon {
	display: inline-block;
	margin-right: 15px;
	margin-left: 15px;
	font-size: 24px;
}
/** Blog**************************************************************** **/

.blog-post-info li>a {
	color:#888;
}
.blog-post-info li i {
	color:#888;
}



/*/=============DESKTOP ONLY===============/*/
	
@media only screen and (min-width: 768px) {
  /* larger font size on desktop only */
	.container1{
		padding: 5px 15px ;
	}
  form.sow-search input.form-control-sow-search.form-control-lg:not(.form-control-custom) {
    font-size: 1.3rem !important; } 
	.shap-logo-slide {
	width: 340px;
	margin-bottom: 120px;
	opacity: 0.3;
}

	#logo-scef{
	width: 350px;
	margin: 18px auto;
	background: #FFF;
	padding: 15px;
	border-radius: 10px;
	}	
.navbar-brand > img#logo-h-scef {
	width: 400px;
	background: #FFF;
	padding: 15px;
	border-radius: 10px;
	max-width: 280px;
	margin-top: 15px;
}
	}


/*/=============MOBILE ONLY===============/*/

@media only screen and (max-width: 991px) {
#logo-header{max-width: 150px; margin-top: -30px}
#logo-scef {
	width: 180px;
	margin: 18px auto;
	background: #FFF;
	padding: 10px;
	border-radius: 5px;
}
	.navbar-brand > img{
		margin: 0 !important;
		max-width: 200px;
	}

#logo-h-scef {
	background: #FFF;
	padding: 10px;
	border-radius: 5px;
	width: 150px;
	margin-bottom: 0;
}

	.container1{
		padding: 15px 15px 15px 0;
	}
	
body.header-fixed #header {
	position: fixed !important;
	left: 0;
	right: 0;
	top: 0;
	background:  rgba(0,0,0,0.1);
}
	
.shap-logo-slide {
	width: 150px !important;
	text-align: center;
	left: 35% !important;
	margin: 0;
	top: 80%;
}

	body.header-over #header {
	padding-top: 10px;
}
	.box_swiper{ width: 100% !important; height: 293px !important;}
	.xs-w-100{width: 100% !important;}
	.fs-app-1{font-size: 12px !important; font-weight: 500;}
	.fs-app-2{font-size: 16px !important;}
	#app-btn-home {
	top: -15px;
	border-radius: 100px;
	background: #fff;
	width: 80px;
	height: 80px;
	margin: auto;
	box-shadow: 0px -2px 2px 0px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0px -2px 2px 0px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px -2px 2px 0px rgba(0, 0, 0, 0.12);
	-ms-box-shadow: 0px -2px 2px 0px rgba(0, 0, 0, 0.12);
	padding-top: 23px;
}
	.icon-contat-xs{
		width: 30px !important;
	}
	.fs-contat-xs{
		font-size: 14px !important;
	}
	
	
}
