﻿ @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=Ysabeau+Office:ital,wght@0,1..1000;1,1..1000&display=swap');


html,
body {
    height: 100%;
    font-size:18px;
    font-family: "Ysabeau Office", sans-serif;
    color:#000000;
	/*-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;*/
}


.language
{
    font-family: 'Tajawal', sans-serif !important;
}

.header
{
    padding: 10px 0;
    background-color:#fff;
    position:relative;
    z-index:9999;    
    box-shadow: 1px 2px 14px 5px rgb(0 0 0 / 18%);
}

.logo img
{
	height:70px;
}
.contacts
{ 
    background-color: #06377a;
    padding:8px 30px!important;
    font-size: 16px;
    color: #FFFFFF !important;
    border-radius: 40px;
}

.contacts a
{ 
     color:#FFFFFF !important;
}

.contacts img
{ 
     margin-left:10px;
}

i.fa-solid.fa-cart-shopping {
    color: white !important;
}
.setting{
    position: relative;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    padding-top: 18px;
    background-color: #163676;
    padding: 20px;
    border-radius: 16px;
	color: white;
}
#setting_mini_form {
    box-shadow: 6px 8px 30px 0px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #eee;
    position: absolute;
    background: #fff;
    z-index:999;
   
    top:0px; 
	min-width: 200px;
    padding: 20px;
    opacity: 0;
    font-size:13px;
    visibility: hidden;
    transition: all .2s linear;
}
#setting_mini_form ul {
 padding-left:0;
}

#setting_mini_form ul li{
 display:block;
 border-bottom:1px #CCCCCC solid;
 padding:6px 0px;
}
#setting_mini_form ul li a{
font-size:15px;
 color: #333333;
}
.setting:hover #setting_mini_form {
    opacity: 1;
    visibility: visible;
    top: 60px;
    z-index:9999;
}

.map {
    display: none;
}

.carousel {
    height: 445px;
    position:relative;
    overflow:hidden;
}

.logo-header
{
	position: absolute;
    z-index: 999;
    right: 50px;
    top: 50px;
}

.map
{
	    position: absolute;
    top: 19px;
    right: 31%;
    /* transform: translate(90%, -50%); */
    height: auto;
    width: 663px;
    z-index: 99;
}


.map-right
{
	position: absolute;
    top: 65px;
    left:-35%;
    /*transform: translate(90%, -50%);*/
    height: auto;
    width: 850px;
    z-index: 99;
}


.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 bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: contain;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
    background-blend-mode: multiply;
    border-radius: 0 0 40px 40px;
}

.caption-carousel {
    position: absolute;
    top: 100px;
    right: auto;
    left:8%;
    margin:auto;
    z-index: 10;
    padding-top: 20px;    
    width: 600px;
    padding-bottom: 20px;
    color: #fefefe;
    text-align:  left;
    text-shadow: 0 0px 0px rgba(0,0,0,0);
}

.caption-carousel h2{
    font-size:50px;
    font-weight:700;
    color:#000;
}

.caption-carousel h2 span{
    color:#7b55a1;
}

.carousel-indicators {
    position: absolute;
    bottom: 30px;
    padding-right: 100px;
    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;;
}

.cart2 {
  
    font-size: 16px !important;
}


span.select2.select2-container.select2-container--default.select2-container--focus {
    width: 26% !important;
    margin: auto;
    display: block;
    max-width: 100%;
}
span.select2.select2-container.select2-container--default.select2-container--below.select2-container--open
{
    width: 26% !important;
    margin: auto;
    display: block;
    max-width: 100%;
}


span.select2.select2-container.select2-container--default.select2-container--below

{
    width: 26% !important;
    margin: auto;
    display: block;
    max-width: 100%;
}



.logo-header {
    display: none;
}
.title3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
   
}
.text {
    display: none;
}

.share-article {
    display: none;
}


.title4 {
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    /* margin-top: 20px; */
}
.btn-header {
    display: inline-block;
    padding: 3px 32px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight:400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform:   capitalize;
    background-image: none;
    border: 2px solid transparent;
    border-radius:50px;
    margin-top:20px;
    margin-bottom:20px;
}

.btn-header1 {
    display: inline-block;
    padding: 3px 32px;
    margin-bottom: 0;
    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;
    background-image: none;
    border: 2px solid transparent;
    border-radius:50px;
    margin-top:20px;
    margin-bottom:20px;
}
.btn-more{
	    text-decoration: none;
    color: #1e3572;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-more:hover {
    color: #06377a;
    background-color: #FFFFFF;
    border-color: #06377a; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-purple{
    color: #fff;
    background-color: #1e3572;
    border-color:#1e3572;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-purple:hover {
    color: #7b55a1;
    background-color: #FFFFFF;
    border-color: #7b55a1; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}




.btn-blue{
    color: #fff;
    background-color: #06377a;
    border-color:#06377a;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding:5px 15px;
    margin:0;
    font-size:20px;
}

img#ContentPlaceHolder1_Image1 {
    width: 35% !important;
}


.btn-blue:hover {
    color: #06377a;
    background-color: #fff;
    border-color:#06377a;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-white{
    color: #7b55a1;
    background-color: #f7f4f9;
    border-color:#f7f4f9;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin:20px 0 0 0;
    width:100%;
}


.btn-white:hover {
    color: #7b55a1;
    background-color:#ffffff;
    border-color: #ffffff; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;    
}

.title
{
      color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 20px;
}

.title2
{
     color: #163676;
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 30px;

    text-align: center;
}

.title span
{
  color: #bebebe;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    display: block;
}




.services
{
	padding:10px 0;
}
.services ul
{
        padding-left: 0;
    margin-top: 20px;
    display: flex
;
text-align: center;

    flex-wrap: wrap;
    justify-content: space-between;	
}

.how {
    background-color: #ebebeb;
}
.services ul li:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.services ul li
{
     display:inline-block;
     margin:10px 10px;
     width:195px;
     padding:30px 30px 10px 30px ;
     border-radius:15px;
     background-color: #f5f5f5;    
     box-shadow:1px 1px 19px 0px rgb(22 54 118 / 48%);
	     display: flex
;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0 0 0;
    box-sizing: border-box;
    margin-bottom: 9px;
}

.services ul li img
{
    margin:auto;
    height: 61px;
    width: 61px;
   
 
    object-fit: contain;
}



.containerSuccessful li {
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 4px;
    list-style: none;
    font-size: 16px;
}



.services ul li .title-1
{
      font-size:19px;
      color:#000;
      font-weight:bold;
      margin: 10px 0 30px 0;
}


.services ul li .data
{
      font-size:14px;
      color: #CCCCCC;
      font-weight:normal;
}

.services ul li .data span
{
      color: #7b55a1;
      float: right;
}

.services ul li .text
{
      font-size:16px;
      color:#767676;
      font-weight:normal;
      height: 50px;
      overflow: hidden;
}



.news
{
        padding: 30px 0 80px 0;
    /* background: url(../images/bg.png) no-repeat center top; */
     margin-top: 35px; 
    background-color: #1e3572;

}

.news ul
{
    padding-left:0;
    margin-top:20px;
}

.news ul li
{
     display:inline-block;
     margin:10px 10px;
     width: 40%;
     height: auto;
     padding:20px;
     border-radius:15px;
     background-color: #fff;    
     box-shadow:2px 1px 10px 4px rgb(0 0 0 / 12%);
}

.margin-left-news
{
    margin-left: 75px !important;
}

.news ul li img
{
    margin: 0;
    height: 57px;
    width: 57px;
    float: left;
    margin-right: 15px;
    object-fit: contain;
    background-color: #23346e;
    border-radius: 100%;
    padding: 10px;
}

.news ul li .title-1
{
      font-size:18px;
      color:#000;
      font-weight:bold;
      margin: 20px 0;
}

.news ul li .text {
    font-size: 15px;
    color: #000;
    font-weight: normal;
    height: 85px;
    overflow: hidden;
    margin-top: 20px;
}



.footer
{
	
	background-size: cover;
	font-size:16px;
	padding:15px 0 5px 0;
	color:#000;
	border-top: 1px solid #00000021;
}

.footer ul
{
   padding-left:20px;
}
.footer ul li
{
   margin:10px 0;    
   color: #000;
}
.footer ul li a
{
	color:#000;
}


.footer-title
{
	 color:#000;
	 font-size:20px;
	 text-transform: uppercase;
	 font-weight:bold;
	 margin:20px 0;
}

.footer-text
{
	height: 65px;
    overflow: hidden;
}

.footer .socials {
	position: relative;
	overflow: hidden;	
	margin-top:20px;
	text-align:center;
	margin-bottom:0px;
	padding-left:0;

}

.footer .socials li {
    display: inline-block;	
    width: 33px;    
    margin: 0;
    height: 33px;
}


.payment-methods {
  margin-top: 20px;
  display: flex;

  flex-wrap: wrap;
  gap: 12px;
}

.payment-methods img {
  width: 60px;
  height: auto;
  background-color: white;
  border-radius: 6px;
  padding: 5px 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.footer .socials li a {
	width: 33px;
	height: 33px;
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
    margin-left: 0px;
	color: #fff;	
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	    background-color: #23346e;
}

.footer .socials li a:hover {
	color: #CCCCCC;	   
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}
.footer .socials li a i{

margin-top: 9px !important;


}

.vcard
{
	margin-top:20px;
}
.vcard div
{
	margin-bottom:10px;
}
 
.vcard i
{
	margin-right:10px;	 
	color:#fff;
}
.footer-margin {
    margin-top: 10px;
}
.copyright
{
 background-color: #23346e;
    padding: 5px 0;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
}










.footer {
  background-color: #1d2e6e;
  color: white;

}

.footer .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1rem 2rem;
  background: #ffffff;
  color: #000;
}

.footer-column {
  flex: 1 1 300px;
  margin-bottom: 2rem;
}

.footer title {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: #000;
}

.footer ul {
  list-style: none;
  padding: 0;
}

.footer ul li {
  margin: 0.5rem 0;
}

.footer ul li a {
  text-decoration: none;
  color: #333;
  transition: color 0.3s;
}

.footer ul li a:hover {
  color: #1d2e6e;
}

.social-icons {
  margin-top: 1.5rem;
}

.social-icons .icon {
  display: inline-block;
  margin-right: 12px;
  width: 40px;
  height: 40px;
  background-color: #1d2e6e;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
}

.social-icons .icon:hover {
  transform: scale(1.1);
}

.social-icons img {
  width: 20px;
  height: 20px;
  filter: invert(100%);
}

.footer-bottom {
  text-align: center;
  padding: 1rem;
  background-color: #1d2e6e;
  color: white;
  font-size: 0.9rem;
}








.copyright a
{
    color: #333333;
}

.bg-inner {
    padding: 60px 0;
    margin-bottom:0;
    background:#FFFFFF url('../images/bg-inner.png') no-repeat scroll center top;
}
.bg-inner2 {
    padding: 60px 0;
    margin-bottom:0;
    background:#FFFFFF url('../images/bg-inner.png') no-repeat scroll center center;
}

.title-inner
{
    color: #000;
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 60px;
}

.title-inner span
{
   color:#7b55a1;
}

.price 
{
    padding: 80px 0;
    text-align:center;
}

.price ul
{
    padding-left:0;
    margin-top:20px;
}

.price ul li
{
     display:inline-block;
     margin:10px 0px;
     text-align:left;
     width: 220px;
     height: auto;
     padding:20px;
     border-radius:15px;
     background-color: #fff;    
     box-shadow:2px 1px 10px 4px rgb(0 0 0 / 0);
     -webkit-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
	     border: 1px solid;
}
.price ul li:hover
{
     background-color: #7b55a1;    
     box-shadow:0px 9px 20px 9px rgb(0 0 0 / 35%);
     -webkit-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
     padding:40px 20px;
}

.price ul li .title-1
{
      font-size:30px;
      color:#000;
      font-weight:700;
      margin: 5px 0;
}

.price ul li:hover .title-1
{
      color:#fff;
}

.price ul li .title-1 span
{
      font-size:18px;
      font-weight:600;
      display:block;
}
.price ul li:hover .title-1 span
{
      color:#fff;
}

.price ul li .text {
    font-size: 15px;
    color: #000;
    font-weight: normal;
    height: 85px;
    overflow: hidden;
    margin-top: 20px;
}


.price ul li:hover .text 
{
    color: #fff;
}

.price ul li .list img {
    margin-right: 10px;
}

.price ul li:hover .list 
{
    color: #fff;
}

.price ul li:hover .list img {
filter: brightness(5.5);
}


.collapsible-all
{
	
}
.collapsible-all .collapsible {
  background-color: #fff;
  color: #333333;
  font-weight:600;
  cursor: pointer;
  padding: 20px 20px ;
  width: 100%;
  border: none;
  text-align:left;
  outline: none;
  font-size: 25px;
  border-radius:5px; 
  box-shadow:2px 1px 10px 4px rgb(0 0 0 / 25%);
}

.collapsible-all .active {
  background-color: #7e51a9;
  color:#FFFFFF;
  border-radius: 5px 5px 0 0;
}
.collapsible-all .collapsible:hover {
  background-color: #7e51a9;
  color:#FFFFFF;
}

.collapsible-all .collapsible:after {
  content: '\002B';
  color: #000;
  font-weight: bold;
  float: right;
  margin-right: 5px;
}

.collapsible-all .active:after {
  content: "\2212";
  color:#FFFFFF;
}

.collapsible-all .content {
  padding: 0 18px;
  max-height: 0;
  /*color:#FFFFFF;*/
  color:#020202;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
 /* background-color: #9d7ac4;*/
  background-color: #e3e3e3;
  margin-bottom: 35px;
  border-radius: 0 0 5px 5px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.collapsible-all .content p {
padding: 20px 0;
}

.price-menu
{
    padding: 20px 0;
}

.price-menu ul
{
    padding-left:0;
    margin-top:20px;
}

.price-menu ul li
{
     display:inline-block;
     margin:10px 0px;
     width:  100%;
     height: auto;
     padding:15px 20px;
     border-radius:15px;
     background-color: #fff;    
     box-shadow:2px 1px 10px 4px rgb(0 0 0 / 12%);
     -webkit-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
}
.price-menu ul li:hover
{
     background-color: #7e51a9;    
     -webkit-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
}

.price-menu ul li .list
{
      font-size:24px;
      color:#000;
      font-weight:700;
      margin: 10px 0;
}

.price-menu ul li:hover .list
{
      color:#fff;
}
.price-menu ul li .list img
{
    float:right;
}

.price-menu ul li:hover .list img
{
filter: brightness(2000);
}





.caption-inner {
    height:  auto;
    width: 100%;
    color: #fff;
    padding:35px 0 10px 0;    
    text-align:left;
    border-bottom:1px #CCCCCC dotted;
}


.caption-inner h3 {
    margin-bottom: 10px;
    line-height: 40px;
    font-size: 45px;
    text-transform: capitalize;
    margin-top: 0;
    color: #231f20;
    font-weight:600;
}

.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:  left;
}


.breadcrumb>li {
    display: inline-block;
    font-size:14px;
    color:#58585a;
    text-transform:capitalize;
}

.breadcrumb>li a{    
color:#58585a;
}


.breadcrumb>.active {
    color: #7b55a1;
    font-weight: 400;
}





.content-inner {
    padding: 30px 0;
    margin-bottom:0;
	    min-height: calc(100vh - 140px);
}

.pic-inner {
    width: 500px;
    height: auto;
    margin-left: 30px;
    margin-bottom: 30px;
    float:  right;
}

.pic-inner img{
    width: 100%;
}






.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: #7b55a1;
}

.calls-data
{
	margin-top:15px;
	color:#999999;
}


.calls-data a
{
	color:#999999;
}

.calls-data i
{
    color: #7b55a1;
    margin-right: 10px;
    font-size:18px;
}



.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: #7b55a1;
    margin: 0px 0px 10px 20px;
    min-height: 50px;
    color: #fff;
    width: 300px;
    float: right;
    border-radius: 10px;
}



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: #7b55a1;
    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: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.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;
}





.menu-left
{    
margin-top:0px;
z-index: 9999;    
width: 100%;
overflow:hidden;
text-align:left;
border-radius:15px;
background-color:#7e51a9;
}


.menu-left ul
{
    padding-left:0;
    margin:0;
    font-size:16px;
}
.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-right: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;
}


.date-news
{
	font-size: 14px;
    padding: 10px 0 15px 0;
	color:gray;
}

.date-news i
{
padding-right:10px;
}

.title-news {
    font-size: 20px;
    color:#231f20;
    margin-bottom:10px;
    margin-top:10px;
}




.box-category 
{
	height:264px;
	color:#3d3d3d;
	font-size:14px;
	font-weight:600;
	padding: 15px 10px;
	border-radius:4px;
	margin-bottom:25px;
	position:relative;
}


.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: #7e51a9;
    border-radius: 4px;
    padding: 20px 10px;
    text-align: center;
    position: absolute;
    width:92%;
    bottom: 10px;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.box-category:hover h1
{
     background-color:#7e51a9;
     color:#FFFFFF !important;    
     -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.title-price
{
    color: #000;
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 20px;
}

.title-price span
{
   color:#7b55a1;
    display:block;
    font-size:30px;
    font-weight:500;
}

.purple-box
{
    background-color: #7e51a9;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 20px;
    border-radius: 30px
}


.purple-box .row {
    border-bottom: 1px rgb(255 255 255 / 35%) solid;
    padding: 10px 0px;
    margin: 0px 0px;
}

.caption-inner {
    display: none;
}   


input#ContentPlaceHolder1_txt_QTY {
text-align: center;
    width: 135%;
}.header-title {
    display: none;
}



 .card {
          color: white;
    background-color: #79479f;
      flex: 1;
      margin: 10px;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0px 0px 10px #06377a78;
      text-align: center;
	  font-size: 12px;
    }
    .card h4 h3 {
      font-size: 20px !important;
      margin-bottom: 10px;
    }
	.cardh3 {
     font-weight: 800;
    font-size: 20px !important;
    margin-bottom: 10px;
    }
	
		.card ul li {
    background-color: white;
    margin-top: 5px;
    color: black;
    border-radius: 5px;
}


    .card p {
      font-size: 16px;
      color: #666;
    }
    .order-card {
      text-align: left;
    }
    .order-card p {
      margin: 5px 0;
    }
    .order-card strong {
      color: #001f3f;
    }
	
	
	.sidebar {
    background-color: #06377a;
    color: #ffffff;
 
    padding: 20px;
    border-radius: 8px;

}

i.fa.fa-angle-right {
    margin-right: 5px;
}
	.sidebar .title{
   
    color: #ffffff;

}
a.list-group-item {
    background-color: unset;
    border: unset;
    color: white;
	    border-bottom: 1px solid #ddd !important;
    padding: 7px 9px;
}
.div-border {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 33%);
    transition: 0.3s;
}
.profile-header {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}



 .section {
      max-width: 1100px;
      margin: 40px auto;
      padding: 20px;
    }
 .section   h2 {
      color: #1e3572;
      margin-bottom: 10px;
    }
 .section   p {
      line-height: 1.7;
    }
    .features {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      margin-top: 30px;
    }
    .feature-box {
      background: white;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgb(30 53 114 / 41%);
      transition: 0.3s;
    }
    .feature-box:hover {
      transform: translateY(-5px);
      box-shadow: 0 4px 15px rgba(0, 123, 255, 0.1);
    }
    .feature-box h3 {
      color: #1e3572;
      margin-bottom: 10px;
    }
	
	a.language {
    display: none !important;
}

.price .text {
    display: none;
}

.list {
    font-size: 12px;
}


.services a:hover {
    text-decoration: none;
}
.map-right {
    display: none;
}

.how-it-works {
  text-align: left;
  padding: 59px 0px;
}

.how-it-works h2 {
  color: #163676;
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 40px;
}

.steps {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

.step {
  flex: 1;
  min-width: 220px;
  max-width: 250px;
}

.circle2 {
	   /* margin-left: 62px;*/
	    box-shadow: 0 4px 15px rgb(0 0 0 / 47%);
		border: 5px solid #e0e0e0;
  background-color: #51076b;
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}

.step h3 {
     font-size: 19px;
  font-weight: 700;
  margin-bottom: 8px;
}

.step p {
  font-size: 0.95em;
  color: #555;
  line-height: 1.5em;
}


.services-all .col-md-6 {
    box-shadow: 0 4px 15px rgb(69 69 69 / 34%);
    border-radius: 24px;
}


.services-all .col-md-5 {
    box-shadow: 0 4px 15px rgb(69 69 69 / 34%);
    border-radius: 24px;
}

div#divqtyitems {
    border: unset;
}

 /* Tabs */
.tab-container {
    display: flex;
    margin: 40px auto;
    max-width: 1000px;
  }

  .tabs {
    display: flex;
    flex-direction: column;
    width: 220px;
    border-right: 1px solid #ddd;
  }

  .tab33 .tab-button {
    padding: 14px;
    background-color: #f6f6f6;
    border: none;
    text-align: left;
    cursor: pointer;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
    transition: all 0.2s;
  }

  .tab33 .tab-button:hover {
    background-color: #eee;
  }

  .tab33 .tab-button.active {
   background-color: #d61c8c;
    color: white;
    font-weight: bold;
  }

  .tab-content {
    flex: 1;
    padding: 0 30px;
  }

.tab-content h2 {
      font-size: 33px;
    margin-bottom: 10px;
    color: #163676;
    font-weight: 700;
    margin-top: -4px;
  }

  .tab-content img {
	  margin: auto;
    width: 300px;
    max-width: 100%;
    border-radius: 8px;
    margin-top: 10px;
  }

 .tab-content p {
    line-height: 1.6;
    font-size: 15px;
  }
  
 .tab33 .tab-button.active {
    background-color: #6a3395;
    color: #ffffff;
}

.tab33 .tab-button {
    display: block;
    border-radius: 12px;
    padding: 12px 17px;
    margin-bottom: 10px;
    width: 228px;
    border: 0px;
    text-align: left;
}


.tab33 .tab-button:hover {
    color: #ffffff;
    background-color: #6a3395;
}



.img2 {
    height: 245px!important;
    width: 221px!important;
    display: inline-block;
    margin: auto;
}


.tab img {
    width: 100%;
    margin: auto;
    height: 250px;
}

.tab {
    width: 100%;
}

.col-md-12.form6 {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-top: 39px;
    border: 1px solid #a8a8a8;
    border-radius: 25px;w
}

.text6 strong{
	
	background: linear-gradient(to right, #163676, #848484, #9c6ab0, #54236f);
    /* background: linear-gradient(to right, #DB80DD, #3492C8, #ffffff, #C979CF); */
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 38px;
	
}