body{
	font-family: 'Tajawal', sans-serif;
	direction: rtl;
    scrollbar-color: #1e5dac;
    overflow-x: none;
}
::-webkit-scrollbar{
    width: 10px;
    overflow-x: none;
}
::-webkit-scrollbar-track{
    background-color: #242942;
}
::-webkit-scrollbar-thumb{
    background: #1e5dac;
    background: -webkit-linear-gradient(to right,#1e5dac,#245591);
}
:root{
	color:#1e5dac;
}
/* Navbar Section */
.navbar {
	background-color: #1e5dac;
}
.navbar .navbar-nav .nav-link{
	color: white;
}
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:focus{
	color: #7bb2f5;
}
.navbar .navbar-toggler{
	color: white;
	font-size: 25px;
	border-color: white;
}
.navbar .navbar-toggler:focus{
	box-shadow: none;
}
.landing{
	position: relative;
}
.carousel-item img{
	height: calc(100vh - 124px - 10px);
}
.carousel-caption{
	background-color: rgb(34 54 78 / 49%);
	margin-bottom: 150px;
}
.carousel-caption h5{
	background-color: #1e5dac;
    font-size: 46px;
    font-weight: bold;
    padding: 10px;
    display: inline-block;
}
.carousel-caption p{
	font-weight: bold;
	font-size: 50px;
}
a.login{
	margin: auto;
    color: #e9e9e9 ;
    text-decoration: none;
    cursor: pointer;
}
svg.svg-inline--fa.fa-right-to-bracket{
    margin-right: 5px;
}
.dropdown{
	list-style-type: none;
	color: #e9e9e9 !important;
    margin-left: 7px;
    margin-top: 23px;
}
.dropdown-toggle::after {
display: none;
}
svg.svg-inline--fa.fa-user-plus{
	margin-right: 5px;
}
.search-form {
    margin-top: 50px;
    display: flex;
    width: 100%;
    position: relative;
}
.middle input[type="search"] {
    width: 100%;
    height: 60px;
    border: none;
    padding: 20px 20px 20px 95px;
    font-size: 18px;
    color: #1e5dac;
    font-weight: bold;
}
.middle .search-submit {
    height: 40px;
    width: 80px;
    background-color: #1e5dac;
    border: none;
    font-size: 18px;
    position: relative;
    z-index: 2;
    font-weight: bold;
    color: #fff;
    position: absolute;
    left: 10px;
    top: 10px;
}
.middle{
	    position: absolute;
    top: 15%;
    left: 10%;
    width: 78%;
    padding: 0 20px 20px;
}
.middle .middle-text h1{
	font-size: 25px;
    text-align: center;
    font-weight: bold;
    border-radius: 60px;
    padding: 22px;
    width: max-content;
    color: #fff;
    background-color: #1d56808c;
    margin: auto;
}
.middle .middle-text p{
	font-size: 21px;
    text-align: center;
    color: #fff;
    padding: 23px;
	background-color: #1d56808c;
    margin-top: 14px;
    font-weight: bold;
}
.logo img{
	width: 150px;
}
.header{
	padding-top: 10px;
    padding-bottom: 5px;
}
.header .info{
	float: left;
	direction: ltr;
}
.logo span{
	position: relative;
    bottom: -15px;
    font-size: 21px;
    left: 0px;
    color: #1e5dac;
    font-weight: bold;
}
.header .info ul{
	list-style-type: none;
}
.header .info svg{
	color: #1e5dac;
	margin-right: 5px;
}
.header .info span{
	font-weight: bold;
}
.dream p{
    display: inline-block;
    font-weight: bold;
    color: #fff;
    font-size: 56px;
}
.dream{
    text-align: center;
}

/* Start Jobs */
.jobs{
    margin: 20px;
    padding-top: 30px;
}
.jobs .title{
    margin:20px 0 80px;
}
.jobs .title h2{
    position: relative;
    font-weight: bold;
    color: #6ea0dd;
    font-size: 50px;
}
.jobs .title h2:before {
    width: 40px;
    height: 4px;
    bottom: -30px;
}
.jobs .title h2:after {
    width: 80px;
    height: 4px;
    bottom: -42px;
}
.jobs .title h2:before,.jobs .title h2:after {
    content: "";
    display: block;
    background-color: #c6c6c6;
    position: absolute;
    right: 0;
}
.box-job{
    border: 2px solid #f1f1f1;
    margin-top: 13px;
    box-shadow: 0 3px 6px #e5e5e5;
    background-color: #fff;
}
.job-header-right  > img{
    float: right;
    width: 100px;
    height: 70px;
    background-color: #ddd;
    border: 1px solid #ccc;
}
svg.svg-inline--fa.fa-location-dot{
    margin-left: 5px;
    color: #3a5c88;
    margin-right: 2px;
}
.job-header{
    position: relative;
}
.job-header-right{
    padding: 10px;
}
.job-header-right .title{
    color: #3a5c88;
    margin-right: 15px;
    font-size: 24px;
    font-weight: bold;
}
.job-header-right .location{
    color: #3a5c88;
    display: block;
    margin-right: 4%;
    font-size: 14px;
}
.job-header-left{
    position: absolute;
    top: 30px;
    border-radius: 5px;
    left: 40px;
    background:linear-gradient(to right, #1e5dac 0%, #24c392bd 100%);
    padding-right: 3px;
    padding-left: 3px;
    color: #fff;
    font-weight: bold;
}
.job-header-left p{
    margin: auto;
    padding: 1px;
}
.job-body-description{
    font-weight: bold;
    margin-right: 10px;
    font-size: 10px;
    margin-left: 10px;
}
.job-body-title{
    color: #3a5c88;
    margin-right: 10px;
    font-weight: bold;
    width: fit-content;
    font-size: 20px;
}
.box-footer{
    display: inline-block;
    padding: 4px 10px;
    box-shadow: 0 1px 2px #e5e5e5;
    color: #1e5dac;
    margin-bottom: 7px;
    font-weight: bold;
    margin-right: 3px;
    background: #f9f9f9;
    font-size: 11px;
}

.job-footer .row .col-4{
    border-left: 2px solid #e8e8e8;
    text-align: center;
}
.job-footer .row .last{
    border-left: none;

}
.job-footer{
    margin-bottom: 10px;
}
.view-job-footer{
    margin-top: 20px;
    border-radius: 9px;
    color: #4744a4;
    text-align: center;
    font-size: 30px;
}
.view-job-footer p{
    font-weight: bold;
    padding: 9px;
}
svg.svg-inline--fa.fa-magnifying-glass{
    margin-left: 14px;
}
/* End Jobs */
/* Start req */
.requerment{
    background: linear-gradient(to right, #1e5dac 0%, #24c392bd 100%);
    color: #fff;
    padding: 35px;
    text-align: center;
    border-top: 2px solid #1e5dac;
}
.requerment h3{
    font-size: 20px;
    font-weight: bold;
}
.requerment svg{
    display: block;
    font-size: 58px;
    padding-top: 10px;
    padding-bottom: 12px;
    margin: auto;
}
/* */
/* */

.about-company h1{
    font-weight: bold;
    font-size: 48px;
}
.about-company p {
    font-size: 15px;
    font-weight: bold;
    color: #145099;
}
img.img-about{
    height: 500px;
    margin-right: 24%;
}
.about-company{
    background: #f2f2f2;
    padding: 10px;
    padding-top: 50px;
    padding-bottom: 60px;
}
.about-company ul.list-group {
    margin-right: -39px;
    font-weight: 500;
}
.about-company .img{
    background-image: url('../image/word.png');
}
svg.svg-inline--fa.fa-star{
    color: #e3e316;
}
.about-company-title{
    border-bottom: 2px solid #ccc;
    margin-bottom: 14px;
}
li.list-group-item {
    color: #1a5db0;
    font-size: 15px;
}
.list-group svg.svg-inline--fa.fa-hand-point-left {
    margin-left: 7px;
    background-color: #1a5db0;
    color: #fff;
    padding: 4px;
    position: relative;
    top: 6px;
}
.requerment .search-form {
    margin: auto;
    margin-top: 27px;
    display: flex;
    width: 80%;
    position: relative;
}
.requerment input[type="email"] {
    width: 100%;
    height: 60px;
    border: none;
    padding: 20px 20px 20px 95px;
    font-size: 18px;
    color: #1e5dac;
    font-weight: bold;
}
.requerment .search-submit {
    height: 40px;
    width: 95px;
    background-color: #1e5dac;
    border: none;
    font-size: 18px;
    position: relative;
    z-index: 2;
    font-weight: bold;
    color: #fff;
    position: absolute;
    left: 10px;
    top: 10px;
}
.req{
    padding: 50px;
}
.req h1{
    margin-bottom: 20px;
}
.req p{
    margin-bottom: 20px;
}
.subscribe h1{
    font-size: 55px;
    font-weight: bold;
}
.subscribe p{
    font-size: 25px;
}
.contact-us{
    background: url('../image/contact-us.jpg') no-repeat center center fixed;
    background-size: cover;
    min-height: 300px;
}
.contact-us .fields {
    background:linear-gradient(to right, #1e5dac 0%, #24c392bd 100%);
    min-height:300px;color:#fff;
    padding-bottom: 40px;
    padding-top: 40px;
}

.contact-us p {margin-bottom:40px;}
.contact-us textarea{height: 108px;}
.contact-us input[type='text'],
.contact-us textarea{
    background: rgba(82,78,78,0.5);
    color: #fff;
    border: none;
    font-weight: bold;
}
.contact-us textarea{
    height: 230px;
}
.contact-us textarea::placeholder{
    color: #f2f2f2;
    font-size: 10px;
}
.bounceInRight{
    width: 100%;
    height: 50px;
    background-color: #1e5dac;
}
.contact-us .form-group{
    margin-bottom: 20px;
}
.contact-us input::placeholder{
    color: #f2f2f2;
    font-size: 10px;
}
.contact-us input{
    padding: 20px;
}
svg.svg-inline--fa.fa-headphones.fa-5x{
    margin-right: 20px;
}
/* */
.iso-info{
    padding: 60px;
    padding-bottom: 120px;
    padding-top: 100px;
    background: #f2f2f2;
}
.iso-info .iso-text h1{
    font-weight: bold;
    font-size: 35px;
    color: #1e5dac;
}
.iso-info .iso-text h2{
    font-weight: bold;
    color: #6ea0dd;
}
.iso-info .iso-text p{
    font-size: 15px;
}
.iso-info .iso-img img{
    width: 100%;
    height: 70%;
}
.iso-info .iso-img{
    border: 8px solid #1e5dac;
    padding: 2px;
}
/* */
footer{
    background: url('../image/5.jpg');
    color: #fff;
}
footer .over{
    padding: 60px;
    background: rgb(66 71 78 / 37%);
    border-top: 5px solid #1e5dac;
    
}
.over a{
    color: #fff !important;
}
.footer-text{
    text-align: justify;
}
.over svg{
    color: #fff !important;
}
.fb-page.fb_iframe_widget {
    margin-top: 7px;
}
footer h1{
    margin-bottom: 22px;
}
footer ul{
    list-style-type:  circle;
    margin-right:-17px;    
}
.join{    text-align: center;
    margin-top: 38px;
    margin-right: 86px;
    font-size: 25px;
    font-weight: bold}
    footer ul li{
        margin-bottom: 6px;
    }






/* About Us Page */
.breadcrumb {
    background-color: #34678a;
    background-image: linear-gradient(145deg, rgba(250, 247, 244, 0.2), #34678a 50%);
    border-bottom: 1px solid transparent;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 1px;
    padding: 0 30px;
    position: relative;
    overflow: hidden;
    z-index: 100;
}
.breadcrumb a {
    border-width: 0;
    color: #fff;
    display: inline-block;
    line-height: 16px;
    padding: 20px 0px 20px 40px;
    position: relative;
    z-index: 1;
}
.breadcrumb span{
    line-height: 55px;
    margin-right:10px;
}
.breadcrumb a::before, .breadcrumb a::after {
    border-left: 1px solid currentColor;
    content: "";
    display: block;
    height: 50%;
    position: absolute;
    left: 20px;
    right: 0px;
    top: 0;
    transform: skewX(-35deg);
    z-index: 0;
    transition: all 0.25s ease-in-out;
    opacity: 0.4;
}
.breadcrumb a::before, .breadcrumb a::after {
    border-left: 1px solid currentColor;
    content: "";
    display: block;
    height: 50%;
    position: absolute;
    left: 20px;
    right: 0px;
    top: 0;
    transform: skewX(-35deg);
    z-index: 0;
    transition: all 0.25s ease-in-out;
    opacity: 0.4;
}
.breadcrumb a::after {
    bottom: 0;
    top: auto;
    transform: skewX(35deg);
}
.about-section{
    padding: 40px;
    text-align: center;
    background-color: #f2f2f2;
}
.about-section h1{
    font-weight: bold;
    font-size: 40px;
    background: linear-gradient(to right, #1e5dac 0%, #24c392bd 100%);
    padding: 35px;
    color: #fff;
    margin-top: 35px;
    margin-bottom: 20px;
}
.about-section p.about-text{
    background: #e9e9e9;
    padding: 50px;
    font-weight: bold;
    text-align: justify;
    font-size: 18px;
    color: #133561;
}
.about-section img.ab{
    width: 100%;
    height: 400px;
}
a{
    text-decoration: none !important;
}
.team .member {
    text-align: center;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid rgba(14, 29, 52, 0.15);
}
.team .member img {
    height: 406px;
    width: 406px;
    margin: -1px -1px 30px -1px;
}
.team .member .member-content {
    padding: 0 20px 30px 20px;
}
.team .member h4 {
    font-weight: bold !important;
    margin-bottom: 2px;
    font-size: 20px;
}
.team .member span {
    display: block;
    font-size: 13px;
    color: #6c757d;
}
.team .member p {
    padding-top: 10px;
    font-size: 16px;
    color: #6c757d;
}
.team .member .social {
    margin-top: 15px;
}
.team .member .social a {
    color: rgba(14, 29, 52, 0.5);
    transition: 0.3s;
}
.team .member .social i {
    font-size: 18px;
    margin: 0 2px;
}

.part-office{
    text-align: center;
    background-color: #f2f2f2;
}
.section-header {
    text-align: center;
    padding: 30px 0;
    position: relative;
}
.section-header span {
    position: absolute;
    top: 46px;
    color: rgba(14, 29, 52, 0.06);
    left: 0;
    right: 0;
    z-index: 1;
    font-weight: 700;
    font-size: 56px;
    text-transform: uppercase;
    line-height: 0;
}
.section-header h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #001973;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}
.section-header h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #1e5dac;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.our-office{
    background: #f2f2f2;
    text-align: center;
}
.contact iframe{
    width: 100%;
    height: 100%;
}
.part-office h1.part-office-text,.our-office h1{
    font-weight: bold;
    font-size: 50px;
    background: linear-gradient(to right, #1e5dac 0%, #24c392bd 100%);
    padding: 35px;
    color: #fff;
}
.box-part-office{
        padding: 30px;
    overflow: auto;
    margin-top: 50px;
    margin-bottom: 20px;
    background-color: #efefef;
    color: rgb(12, 18, 71);
}
.box-part-office img{
    padding: 2px;
    float: left;
    margin-bottom: 20px;
    height: 330px;
    width: 570px;
}
.box-part-office h1{
    font-weight: bold;
    padding: 10px;
    margin-top: 7%;
}
.box-part-office p{
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 20px;
}/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}

.section-title h3 span {
  color: #106eea;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}

#contact{
	padding-top: 70px;
	padding-bottom: 70px;
}
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #106eea;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #b3d1fa;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
  padding: 30px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #106eea;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #106eea;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #3b8af2;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .clients-wrap {
    border-top: 1px solid #ececec;
    border-left: 1px solid #ececec;
  }
  .clients{
    background-color: #f2f2f2;
    padding: 40px 0 40px 0;
    text-align: center;
  }
  .clients .client-logo {
    margin-bottom: 10px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    overflow: hidden;
    background: #fff;
    height: 100px;
  }
  
  .clients .client-logo img {
    transition: all 0.3s ease-in-out;
    height: 36px;
    filter: grayscale(100%);
  }
  
  .clients .client-logo:hover img {
    filter: none;
    transform: scale(1.1);
  }
  /* Login Page */
  .gradient-custom-2 {
    /* fallback for old browsers */
    background: #fccb90;
    
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, #1e5dac 0%, #24c392bd 100%);
    
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, #1e5dac 0%, #24c392bd 100%);
    }
    
    @media (min-width: 768px) {
    }
    @media (min-width: 769px) {
    .gradient-custom-2 {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
    }
    }
    .login{
    padding: 5px;
    padding-top: 23px;
    padding-bottom: 23px;
    }

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 140px 0 120px 0;
  min-height: 30vh;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumbs:before {
  content: "";
  background-color: rgba(27, 47, 69, 0.7);
  position: absolute;
  inset: 0;
}

.breadcrumbs h2 {
  font-size: 40px;
  font-weight: 500;
  color: #fff;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.breadcrumbs ol a {
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
}

.breadcrumbs ol a:hover {
  text-decoration: underline;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #fff;
  content: "/";
  padding-left: 10px;
}

.tit{
	font-weight: bold;
    font-size: 14px;
    padding-top: 10px;
}


/*--------------------------------------------------------------
# Featured Services Section
--------------------------------------------------------------*/
.featured-services{
  background: #f7f7f7;
    padding-top: 100px;
    padding-bottom: 40px;
}
.featured-services .service-item {
  position: relative;
  height: 100%;
  margin-bottom: 20px;
}

.featured-services .service-item .icon {
  margin-right: 20px;
  margin-left: 20px;
}
.featured-services .service-item img{
    width: 75px;
    height: 75px;
    padding: 4px;
    filter: hue-rotate(45deg);
}
.featured-services .service-item .icon i {
  color: #001f8d;
  font-size: 48px;
  transition: 0.3s;
}

.featured-services .service-item:hover .icon {
  background: #fff;
}

.featured-services .service-item:hover .icon i {
  color: blue;
}

.featured-services .service-item .title {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 20px;
  color: blue;
  transition: 0.3s;
}

.featured-services .service-item .description {
  font-size: 15px;
  color: #132848;
  margin-bottom: 10px;
}

.featured-services .service-item .readmore {
  display: flex;
  align-items: center;
  color: blue;
  transition: 0.3s;
  font-weight: 700;
  font-size: 14px;
}

.featured-services .service-item .readmore i {
  margin-left: 8px;
}

.featured-services .service-item:hover .title,
.featured-services .service-item:hover .readmore,
.featured-services .service-item:hover .icon i {
  color: blue;
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services{
    padding-bottom: 40px;
    background: #f7f7f7;
}
.services .section-header p{
  background: #fbfbfb;
    padding: 50px;
    color: #1e5dac;
    margin-top: 40px;
    font-size: 20px;
    font-weight: bold;
}
.services .card {
  border: 1px solid rgba(14, 29, 52, 0.15);
  background: #fff;
  position: relative;
  border-radius: 0;
  height: 100%;
}

.services .card .card-img {
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 0;
}

.services .card .card-img img {
  transition: 0.3s ease-in-out;
  height: 275px;
}

.services .card h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
  padding: 10px 30px;
  text-transform: uppercase;
}

.services .card a {
  color: #001973;
  transition: 0.3;
}

.services .card a:hover {
  color: blue;
}

.services .card p {
  padding: 0 30px;
  margin-bottom: 30px;
  color: blue;
  font-size: 15px;
}

.services .card:hover .card-img img {
  transform: scale(1.1);
}
/* job-info */
.job-info{
    padding:40px;
    background-color: #f9f9f9 !important;
}
.job-info .box-info {
    background-color: #f0f0f0;
    color: #3e546c;
    padding: 12px;
    font-weight: bold;
    margin-bottom: 20px;
}
.box-info ul {
    list-style-type: circle;
    margin-right: -23px;
    font-size: 12px;
}
.Confirm{
    width: 100%;
    margin-bottom: 10px;
    background-color: #c91515;
    color: #fff;
    font-weight: bold;
    padding: 15px;
}
.box-info-job{
    text-align: center;
    background-color: #FFF;
    position: relative;
    overflow: hidden;
    box-shadow: 1px 0px 20px rgb(0 0 0 / 7%);
    margin-bottom: 30px;
    padding-bottom: 0;
}
.box-info-job h4{
    padding: 15px;
    font-weight: bold;
    background: linear-gradient(to right, #1e5dac 0%, #24c392bd 100%);
    color: #fff;
    font-size: 18px;
}
.box-info-job p{
    font-weight: bold;
    padding: 10px;
}
.deadline{
    position: relative;
    background-color: #c91515;
    padding: 18px;
    margin-bottom: 30px;
}
small {
    width: 100%;
    display: block;
    color: #FFF;
    font-size: 14px;
    line-height: 20px;
}
.short-detail-meta{
    margin-right: 65px;
}
.short-detail-icon {
    float: right;
    margin-right: 10px;
}
.short-detail-icon svg.svg-inline--fa.fa-clock {
    font-size: 44px;
    color: #FFF;
}
strong {
    width: 100%;
    display: block;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
/* job-info */  
/*--------------------------------------------------------------
# Job List
--------------------------------------------------------------*/
.app_upper{
    margin-top: -85px;
    background-color: #fff !important;
    margin-bottom: 20px;
    color: #575858 !important;
    clear: both;
    box-shadow: 0 3px 6px #e5e5e5;
    border: 1px solid #f7f7f7;
    padding: 30px;
    position: relative;
}
.input_group {
    display: flex;
    position: relative;
}
.upper_search_button{
    background: #f0f0f0 !important;
    border: 0;
    color: #a39c91;
    padding: 9pt 20pt !important;
    margin-right: 10px;
    border-radius: 5px;
}
.input_group svg.svg-inline--fa.fa-magnifying-glass{
    margin-left: 0px;
}
.card-header{
    font-weight: bold;
    font-size: 25px;
    color: #001973;
}
.card-header p{
    display: inline-block;
}
.card-header span{
    float: left;
}
.search-final{
    border-radius: 0px;
    border: 7px solid #f9f9f9;
    padding: 14px;
    font-weight: bold;
}
/* Photo Galary */
.hello {
  opacity: 1 !important;
}
.full {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.full .content {
  background-color: rgba(0,0,0,0.75) !important;
  height: 100%;
  width: 100%;
  display: grid;
}
.full .content img {
  left: 50%;
  transform: translate3d(0, 0, 0);
  animation: zoomin 1s ease;
  max-width: 100%;
  height: 500px;
  margin: auto;
}
.byebye {
  opacity: 0;
}
.byebye:hover {
  transform: scale(0.2) !important;
}
.photo-galary{
    padding: 65px 0;
}
.gallery {
  display: grid;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-rows: 8px;
  margin-top: 20px;
}
.gallery img {
  max-width: 100%;
    height: 200px;
    border-radius: 8px;
    box-shadow: 0 0 11px #8f8686;
    transition: all 1.5s ease;
}
.gallery img:hover {
  box-shadow: 0 0 32px #333;
}
.gallery .content {
  padding: 4px;
}
.gallery .gallery-item {
    grid-row-end: span 14;
  transition: grid-row-start 300ms linear;
  transition: transform 300ms ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
.gallery .gallery-item:hover {
  transform: scale(1.025);
}
@media (max-width: 600px) {
  .gallery {
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  }
}
@media (max-width: 400px) {
  .gallery {
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
  }
}
@-moz-keyframes zoomin {
  0% {
    max-width: 50%;
    transform: rotate(-30deg);
    filter: blur(4px);
  }
  30% {
    filter: blur(4px);
    transform: rotate(-80deg);
  }
  70% {
    max-width: 50%;
    transform: rotate(45deg);
  }
  100% {
    max-width: 100%;
    transform: rotate(0deg);
  }
}
@-webkit-keyframes zoomin {
  0% {
    max-width: 50%;
    transform: rotate(-30deg);
    filter: blur(4px);
  }
  30% {
    filter: blur(4px);
    transform: rotate(-80deg);
  }
  70% {
    max-width: 50%;
    transform: rotate(45deg);
  }
  100% {
    max-width: 100%;
    transform: rotate(0deg);
  }
}
@-o-keyframes zoomin {
  0% {
    max-width: 50%;
    transform: rotate(-30deg);
    filter: blur(4px);
  }
  30% {
    filter: blur(4px);
    transform: rotate(-80deg);
  }
  70% {
    max-width: 50%;
    transform: rotate(45deg);
  }
  100% {
    max-width: 100%;
    transform: rotate(0deg);
  }
}
@keyframes zoomin {
  0% {
    max-width: 50%;
    transform: rotate(-30deg);
    filter: blur(4px);
  }
  30% {
    filter: blur(4px);
    transform: rotate(-80deg);
  }
  70% {
    max-width: 50%;
    transform: rotate(45deg);
  }
  100% {
    max-width: 100%;
    transform: rotate(0deg);
  }
}
/* Photo Galary */


.headers{
    overflow: hidden;
    height: 72vh;
    width: 100%;
    padding: 0 8%;
    position: relative !important;
}
.headers .content{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90%;
    max-width: 900px;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #fff;
    padding-top: 50px;
}
.headers .content h1{
    font-size: 65px;
    font-weight: 600;
    margin-bottom: 40px;
}
.headers .content form{
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    display: flex;
}
.headers .content form input{
    flex: 1;
    border: none;
    outline: none;
    padding: 0 20px;
    font-size: 18px;
}
.headers .content form button{
    background: #1e5dac;
    color: #fff;
    padding: 15px 40px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}
.category-list{
    display: flex;
    align-content: center;
    justify-content: center;
    margin-top: 40px;
}
.category{
    width: 80px;
    height: 80px;
    background: rgb(30 93 172);
    margin: 0 10px;
    font-size: 12px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}
.category img{
    margin: auto;
    width: 25px;
    margin-bottom: 5px;
}
.back-video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
}
@media(min-aspect-ratio:  16/9){
    .back-video{
        width: 100%;
        height: auto;
    }
}
@media(max-aspect-ratio:  16/9){
    .back-video{
        width: 100%;
        height: auto;
    }
}
@media(max-width:  848px){

    .back-video{
        display: none;
    }
    .headers{
        background: url('../image/Capture.png');
        height:500px;
    }

}

@media(max-width:  980px){
    .header .logo span{
    display: none;
} 
.content h1{
  font-size: 40px !important;
}   
img.img-about{
  margin-right: 0 !important;
}
.iso-info .iso-text h1{
  font-size: 25px;
}
.requerment h3{
  font-size: 15px;
}
}
/* account section */
.account .user-profile{
    margin-top: -124px;
    z-index: 999;
}
.account .user-profile img.imgphoto{
    width: 20%;
    border-radius: 50%;
    padding: 7px;
    float: right;
    background: #fff;
}
.account .user-profile h3{
    margin-right: 14px;
    font-size: 41px;
    margin-top: 59px;
    font-weight: 900;
    float: right;
    text-transform: uppercase;
    color: #fff;
}
.information {
    margin-top: 20px;
    color: #9c9c9c;
    background: #f2f2f2;
}
.ul-info li.active {
    background: #6d6d6c;
    color: #fff;
    border-bottom: 1px solid #6d6d6c;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.ul-info li {
    border-bottom: 2px solid #ccc;
    padding: 13px;
    cursor: pointer;
    margin-right: -40px;
}
.ul-info li.active a {
    color: #fff !important;
}
.ul-info li h3 {
    font-size: 18px;
    padding: 4px;
}
ul-info li h3 i.fas {
    background: #d6d6d6;
    padding: 6px;
    margin-right: 1px;
    color: #f2f2f2;
}
.data {
    margin-top: 20px;
    color: #9c9c9c;
}
.data h3 {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 40px;
}
.form-group {
    margin-bottom: 1rem;
}
.account{
        margin-bottom: 60px;
}
/* acount section */