/* @font-face {
  font-family: "DIN Next LT Arabic";
  src: url(../images/DINNEXTLTARABIC-LIGHT-2-2.ttf);
} */
@font-face {font-family: "DIN Next LT Arabic"; src: url("//db.onlinewebfonts.com/t/66108f52b32320faf592153ea557ef07.eot"); src: url("//db.onlinewebfonts.com/t/66108f52b32320faf592153ea557ef07.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/66108f52b32320faf592153ea557ef07.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/66108f52b32320faf592153ea557ef07.woff") format("woff"), url("//db.onlinewebfonts.com/t/66108f52b32320faf592153ea557ef07.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/66108f52b32320faf592153ea557ef07.svg#DIN Next LT Arabic") format("svg"); }

body{
	background-image: url(../images/background@2x.png);
	background-size: cover;
	background-repeat: no-repeat;
	font-family: 'DIN Next LT Arabic', sans-serif;
}
.container{
	background-color: rgba(255, 255, 255, 0);
	margin-top: 50px;
}

.bg-l-cyan{
  background: #E2E8E8 !important;
}
.bg-trans{
  background: transparent !important;
}
.b-b-r10{
  border-bottom: 10px solid #65999a;
  border-radius: 0px 0px 10px 10px;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #65999a;
  border-color: #65999a;
}

.display-4 {
  font-size: 1.8rem !important;
  font-weight: bolder;
  line-height: 0.8;
}
/* kfo-theme */

.margin_center{
  margin: 0 auto;
  margin: auto;
}
.kfo-white-bg{
  background-image: url(./../../../assets/kfo-login/images/kfo-login-bg.png);
  background-size: cover;
  height:94%
}
.kfo-green-bg{
  background-image: url(./../../../assets/kfo-login/images/green-bg.png);
  background-size: cover;
  height:94%
}
.light-img{
  height: 17rem;
  width: -webkit-fill-available;
}
.img-width-adjust{
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
html[dir="rtl"] .text-left{
  text-align: right !important;
}
html[dir="rtl"] .text-right{
  text-align: left !important;
}
.middle-align{
  align-items: center;
  display: flex;
  justify-content: center;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #65999a;
  font-weight: 500;
}
.navbar-at-top{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 1024px){
  .jumbotron {
      padding: 2rem 2rem !important;
  }
  }
@media (min-width: 576px){
  .jumbotron {
      padding: 4rem 2rem;
  }
  }
/* kfo-theme */

/*navbar css */
.dropdown-toggle::after {
  display: none !important;
}
.nav-contrainer-margin{
  border: 1px solid #fff;
    border-radius: 10px;
    margin-top: 1em;
    margin-bottom: 1em;
}
.navbar-expand .navbar-nav .nav-link {
  font-size: 18px;
}
li.nav-item {
  margin-right: 25px;
}
.site-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

a.site-logo {
  font-size: 26px;
  font-weight: 800;
  text-transform: uppercase;
  color: #565D66;
  text-decoration: none;
}

.site-navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.site-navbar ul li a {
  color: #565D66 !important;
  padding: 20px;
  padding-right: 20px;
  display: block;
  text-decoration: none;
  
}
.site-navbar .sign-in-btn {
  color: #fff !important;
  background-color: #2c3c9b !important;
  border-color: #2c3c9b !important;
  padding: 5px 20px !important;
  margin-left: 15px;
  margin-top: 13px;
  display: block;
  text-decoration: none;
  
}
.site-navbar .sign-in-btn:focus{
	box-shadow: none !important;
}

.nav-toggler {
  border: none;
  padding: 5px;
  background-color: transparent;
  cursor: pointer;
  height: 39px;
  display: none;
}
.nav-toggler:focus {
  border: none!important;
  outline: none !important;
}

.nav-toggler span, 
.nav-toggler span:before, 
.nav-toggler span:after {
  width: 28px;
  height: 3px;
  background-color: #565D66;
  display: block;
  transition: .3s;
}
.fas{
  margin-left: 6px !important;
}
.nav-toggler span:before {
  content: '';
  transform: translateY(-9px);
}
.nav-toggler span:after {
  content: '';
  transform: translateY(6px);
}
.nav-toggler.toggler-open span {
  background-color: transparent;
}
.nav-toggler.toggler-open span:before {
  transform: translateY(0px) rotate(45deg);
}
.nav-toggler.toggler-open span:after {
  transform: translateY(-3px) rotate(-45deg);
}

.form-control{
  /*background-color: #e9ecef;*/
}
.jumbotron {
  /* padding: 1rem 1rem; */
  margin-bottom: 0.5rem;
  background-color: #e9ecef00;
  border-radius: 0.3rem;
}
/*pic login */
.pic-login-2{
	height: 75vh;
}
/*login form*/
.login-form{
	/* margin: auto; */
}
.login-form h4{
	text-align: center;
	font-weight: 600;
	margin-bottom: 40px;
}
.login-form input{
	padding-left: 40px !important;
  font-size: 15px;

}

.login-form input[type=text],input[type=password]{

    height: 60px;
}


.login-form input:focus{
	box-shadow: none !important;
	border-color: #eee;
}
.login-form svg{
	margin-top: -88px;
	margin-left: 10px;
}

.remember-forgot-div{
	display: flex;
	justify-content: space-between;
  font-size: 15px;
}
.remember-forgot-div a{
	float: right;
	color: #565D66;
}
.secondary-btn{
  background-color: #565D66;
  border-color: #565D66;
}
.mt-top{
  margin-top: 13% !important;
}
.login-btn{
	text-align: center;
	margin-top: 40px;
}
.login-btn button{
	  background-color: #65999A;
    border-color: #65999A;
    padding: 12px 1px;
    font-family: 'Open Sans', sans-serif;
    color:#FFFFFF
}
.login-btn button:focus{

	box-shadow: none !important;
}
.copyright{
  text-align: center; 
    padding: 20px;
    font-size: 16px;
    margin-top: 50px;
}
.copyright a{
  color: #565D66;
  font-weight: bold;
}
.copyright a:hover{
  color: #565D66;
}



/**************************** media query 1024px **********************/
@media only screen and (max-width: 1024px){
  .pic-login-2{
    height: auto;
  }
}
/**************************** media query 736px **************/
@media only screen and (max-width: 736px){
  .pic-login-2{
    display: none;
  }
  .login-form{
    margin-top: 50px;
  }

#login{
  margin: 0 !important;
  padding: 0 !important;
}

}
/***************************** media query 414px **********/
/* mobile breakpoint start */
@media  screen and (max-width: 414px) {
  body{
    background-image: none;
  }
  .container{
    margin-top: 0px;
  }
  /* navbar css for mobile start */
  .nav-toggler{
    display: block;
  }
  .site-navbar {
    min-height: 60px;
    justify-content: space-between;
  }
  .site-navbar ul {
    position: absolute;
    width: 100%;
    height: calc(100vh - 60px);
    left: 0px;
    top: 60px;
    flex-direction: column;
    align-items: center;
    
    background-color: rgba(0,0,0,.75);
    max-height: 0;
    overflow: hidden;
    transition: .3s;
    z-index: 999;
  }
  .site-navbar ul li {
    width: 100%;
    text-align: center;
  }
  .site-navbar ul li a {
    padding: 25px;
    color: #fff !important;
  }
  .site-navbar ul li a:hover {
    background-color: rgba(255,255,255,.1);
  }
  .site-navbar ul.open {
    max-height: 100vh;
    overflow: visible;
  }
  .site-navbar .sign-in-btn {
  background-color: transparent !important;
  border-color: transparent !important;
  padding: 25px !important;
  margin-left: 0px !important;
  margin-top: 0px !important;
  border-radius: 0 !important;
  }
  .site-navbar .sign-in-btn:hover{
    background-color: rgba(255,255,255,.1) !important;
  }
  /* navbar css for mobile end */
 
}


.hexa{
  border: 0px;
  float: left;
  text-align: center;
  height: 35px;
  width: 60px;
  font-size: 22px;
  background: #f0f0f0;
  color: #3c3c3c;
  position: relative;
  margin-top: 15px;
}

.hexa:before{
  content: ""; 
  position: absolute; 
  left: 0; 
  width: 0; 
  height: 0;
  border-bottom: 15px solid #f0f0f0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  top: -15px;
}

.hexa:after{
  content: ""; 
  position: absolute; 
  left: 0; 
  width: 0; 
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 15px solid #f0f0f0;
  bottom: -15px;
}

.timeline {
  position: relative;
  padding: 0;
  width: 100%;
  margin-top: 20px;
  list-style-type: none;
}

.timeline:before {
  position: absolute;
  right: 10%;
  top: 41px;
  content: ' ';
  display: block;
  width: 2px;
  height: 56%;
  margin-left: -1px;
  background: rgb(213,213,213);
  background: -moz-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1)));
  background: -webkit-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: -o-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: -ms-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: linear-gradient(to bottom, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  z-index: 5;
}

.p-color{
  color: #65999A !important;
}

.btn-primary:hover {
  color: #fff;
  background-color: #5b8e8f;
  border-color: #5b8e8f;
}
.timeline li {
  padding: 2em 0;
}

.timeline .hexa{
  width: 16px;
  height: 23px;
  position: absolute;
  background: #65999A;
  z-index: 5;
  left: 0;
  right: 0;
  margin-left:auto;
  margin-right:auto;
  top: -30px;
  margin-top: 0;
}

.timeline .hexa:before {
  border-bottom: 4px solid #65999A;
  border-left-width: 8px;
  border-right-width: 8px;
  top: -4px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  color: #65999A !important;
}

.timeline .hexa:after {
  border-left-width: 8px;
  border-right-width: 8px;
  border-top: 4px solid #65999A;
  bottom: -4px;
}

.direction-l,
.direction-r {
  float: none;
  width: 100%;
  text-align: center;
}

.flag-wrapper {
  text-align: center;
  position: relative;
}

.flag {
  position: relative;
  display: inline;
  font-weight: 600;
  z-index: 15;
  padding: 6px 10px;
  text-align: left;
  border-radius: 5px;
  color: #565d66;
}

.direction-l .flag:after,
.direction-r .flag:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -15px;
  height: 0;
  width: 0;
  margin-left: -8px;
  border: solid transparent;
  border-bottom-color: rgba(255, 255, 255, 0);
  border-width: 8px;
  pointer-events: none;
}

/* .direction-l .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-r .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
} */

.time-wrapper {
  display: block;
  position: relative;
  margin: 4px 0 0 0;
  z-index: 14;
  line-height: 1em;
  vertical-align: middle;
  color: #fff;
}

.direction-l .time-wrapper {
  float: none;
}

.direction-r .time-wrapper {
  float: none;
}

.time {
  background: #00c4f3;
  display: inline-block;
  padding: 8px;
}

.desc {
  position: relative;
  margin: 1em 0 0 0;
  padding: 1em;
  background: rgb(254,254,254);
  -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
  -moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
  box-shadow: 0 0 1px rgba(0,0,0,0.20);
  z-index: 15;
}

.direction-l .desc,
.direction-r .desc {
  position: relative;
  margin: 1em 1em 0 1em;
  padding: 1em;
  z-index: 15;
}

@media(min-width: 768px){
  .timeline {
    width: 660px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .timeline li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  
  .timeline .hexa {
    left: -28px;
    right: auto;
    top: 8px;
  }

  .timeline .direction-l .hexa {
    left: auto;
    right: -28px;
  }

  .direction-l {
    position: relative;
    width: 310px;
    float: left;
    text-align: right;
  }

  .direction-r {
    position: relative;
    width: 310px;
    float: right;
    text-align: left;
  }

  .flag-wrapper {
    display: inline-block;
  }
  
  .flag {
    font-size: 22px;
  }

  .direction-l .flag:after {
    left: auto;
    right: -16px;
    top: 50%;
    margin-top: -8px;
    border: solid transparent;
    border-left-color: rgba(254, 254, 254, 0);
    border-width: 8px;
  }

  .direction-r .flag:after {
    top: 50%;
    margin-top: -8px;
    border: solid transparent;
    border-right-color: rgba(254, 254, 254, 0);
    border-width: 8px;
    left: -8px;
  }

  .time-wrapper {
    display: inline;
    vertical-align: middle;
    margin: 0;
  }

  .direction-l .time-wrapper {
    float: left;
  }

  .direction-r .time-wrapper {
    float: right;
  }

  .time {
    padding: 5px 10px;
  }

  .direction-r .desc {
    margin: 1em 0 0 0.75em;
  }
}

@media(min-width: 992px){
  .timeline {
    width: auto;
    margin: 0 auto;
    margin-top: 20px;
  }

  .direction-l {
    position: relative;
    width: 380px;
    float: left;
    text-align: right;
  }

  .direction-r {
    position: relative;
    width: 380px;
    float: right;
    text-align: left;
  }
}


/**HOME PAGE**/
.header-blue {
  background-image: url('../images/home-bg.jpg');
  /* background: linear-gradient(135deg, #fe2929, #ffb3c5); */
  background-color: #f7f7f7;
  padding-bottom: 80px;
  font-family: 'Source Sans Pro', sans-serif;
  min-height: 350px;
}

@media (min-width:768px) {
  .header-blue {
    padding-bottom: 120px;
  }
}

.header-blue .navbar {
  background: transparent;
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #fff;
  border-radius: 0;
  box-shadow: none;
  border: none;
}

@media (min-width:768px) {
  .header-blue .navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.header-blue .navbar .navbar-brand {
  font-weight: bold;
  color: inherit;
}

.header-blue .navbar .navbar-brand:hover {
  color: #f0f0f0;
}

.header-blue .navbar .navbar-collapse {
  border-top: 1px solid rgba(255,255,255,0.3);
  margin-top: .5rem;
}

@media (min-width:768px) {
  .header-blue .navbar .navbar-collapse {
    border-color: transparent;
    margin: 0;
  }
}

.header-blue .navbar .navbar-collapse span .login {
  color: #fff;
  margin-right: .5rem;
  text-decoration: none;
}

.header-blue .navbar .navbar-collapse span .login:hover {
  color: #fff;
}

.header-blue .navbar .navbar-toggler {
  border-color: rgba(255,255,255,0.3);
}

.header-blue .navbar .navbar-toggler:hover, .header-blue .navbar-toggler:focus {
  background: none;
}

@media (min-width: 768px) {
  .header-blue .navbar-nav .nav-link {
    padding-left: .7rem;
    padding-right: .7rem;
  }
}

@media (min-width: 992px) {
  .header-blue .navbar-nav .nav-link {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

.header-blue .navbar.navbar-light .navbar-nav .nav-link {
  color: #fff;
}

.header-blue .navbar.navbar-light .navbar-nav .nav-link:focus, .header-blue .navbar.navbar-light .navbar-nav .nav-link:hover {
  color: #fcfeff !important;
  background-color: transparent;
}

.header-blue .navbar .navbar-nav > li > .dropdown-menu {
  margin-top: -5px;
  box-shadow: 0 4px 8px rgba(0,0,0,.1);
  background-color: #fff;
  border-radius: 2px;
}

.header-blue .navbar .dropdown-menu .dropdown-item:focus, .header-blue .navbar .dropdown-menu .dropdown-item {
  line-height: 2;
  color: #37434d;
}

.header-blue .navbar .dropdown-menu .dropdown-item:focus, .header-blue .navbar .dropdown-menu .dropdown-item:hover {
  background: #ebeff1;
}

.header-blue .action-button, .header-blue .action-button:not(.disabled):active {
  border: 1px solid rgb(255,255,255);
  border-radius: 40px;
  color: #fff;
  box-shadow: none;
  text-shadow: none;
  padding: .3rem .8rem;
  background: transparent;
  transition: background-color 0.25s;
  outline: none;
}

.header-blue .action-button:hover {
  color: #fff;
}

.header-blue .navbar .form-inline label {
  color: #d9d9d9;
}

.header-blue .navbar .form-inline .search-field {
  display: inline-block;
  width: 80%;
  background: none;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  color: #fff;
  box-shadow: none;
  color: inherit;
  transition: border-bottom-color 0.3s;
}

.header-blue .navbar .form-inline .search-field:focus {
  border-bottom: 1px solid #ccc;
}

.header-blue .hero {
  margin-top: 20px;
  text-align: center;
}

@media (min-width:768px) {
  .header-blue .hero {
    margin-top: 60px;
    text-align: left;
  }
}

.header-blue .hero h1 {
  color: #fff;
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width:992px) {
  .header-blue .hero h1 {
    margin-top: 190px;
    margin-bottom: 24px;
    line-height: 1.2;
  }
}

.header-blue .hero p {
  color: rgba(255,255,255,0.8);
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 300;
}

.header-blue .phone-holder {
  text-align: right;
}

.header-blue div.iphone-mockup {
 position: relative;
    max-width: 300px;
    margin-top: 172px;
    display: inline-block;
}

.header-blue .iphone-mockup img.device {
  width: 100%;
  height: auto;
}

.header-blue .iphone-mockup .screen {
  position: absolute;
  width: 88%;
  height: 77%;
  top: 12%;
  border-radius: 2px;
  left: 6%;
  border: 1px solid #444;
  background-color: #aaa;
  overflow: hidden;
  background: url(../../assets/img/screen-content-iphone-6.jpg);
  background-size: cover;
  background-position: center;
}

.header-blue .iphone-mockup .screen:before {
  content: '';
  background-color: #fff;
  position: absolute;
  width: 70%;
  height: 140%;
  top: -12%;
  right: -60%;
  transform: rotate(-19deg);
  opacity: 0.2;
}


.logoCircle {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  text-align: center;
  font-size: 21.6px;
  border: 2px solid #f5f5f5;
  color: #191919;
  background: #f5f5f5;
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
}
.bg-trans{
  background-color: transparent !important;
  border:none !important
}

.text-container {
  margin-top: 54px;
}
.dark-text-new{
  color: #565D66 !important;
}

.btn-padding{
  padding: 37px 0px !important;
  font-weight: 500;
  font-size: 23px;
}



