@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Tajawal:300,300i,400,400i,600,600i,700,700i,800,800i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');

/*@import url('../../fonts/DIN-Next-LT-Arabic-Regular.ttf');
@font-face {
    font-family: 'DIN';
    src: url('../../fonts/DIN-Next-LT-Arabic-Regular.ttf');
}*/

html,
body {
    font-family: 'Open Sans', sans-serif, Tajawal;
    font-size: 15px;
    font-weight: 400;
    background: #fff;
    color: #595959;
    height: 100%;
}

a:hover {text-decoration: none;}

::selection {
    color: white;
    background: #fe5353;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0px 9999px none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    background-color: none;
}

input:focus,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    background-color: none;
}

::-webkit-selection {
    color: white;
    background: #fe5353;
}

::-moz-selection {
    color: white;
    background: #fe5353;
}

.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0,0,0,.5);
    display: inline-block;
    padding: 5px 0px 0px 13px;
    font-size: 20px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    z-index: 1000000000000000;
}

.scrolltotop:hover {   
    background: #000;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);   
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
}


/*=====================
    index start
=====================*/

/*-- lheader area start --*/

.lheader-main {
    /*background-image: url(../../img/black/icon.png);*/
    background-image: url(../../img/bg/registerbg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 20px;
}

.lheader-left {
    padding-right: 100px;
}

.lheader-left h2 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 0;
}

.lheader-left p {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #a8a7a9;
    margin-top: 50px;
    margin-bottom: 55px;
}

.lheader-left input {
    display: block;
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid #615c64;
    color: #fff;
    font-weight: 500;
    padding-bottom: 6px;
    margin-bottom: 20px;
}

.sbutton {
    margin-top: 70px;
}

.sbutton button {
    display: inline-block;
    border: none;
    outline: none;
    background: #FE5353;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 12px 75px;
    border-radius: 38px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    z-index: 2000;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

/*.sbutton button:after {
    content: "";
    display: block;
    width: 0%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2000;
    border-radius: 38px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}
*/
.sbutton button:after {
    display: inline-block;
    background: #fff;
    border: none;
    outline: none;
    border-radius: 38px;
    color: #FE5353;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
    padding: 12px 70px;
    border: 2px solid #FE5353;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

.sbutton button:hover:after {
    width: 100%;
}

.sbutton button:hover {
    /*color: #FE5353;*/
    background: #fff;
    color: #FE5353;
}

.sbutton p {
    color: #a8a7a9;
    margin: 20px 0;
}

.sbutton a {
    display: block;
    color: #a8a7a9;
    font-weight: 600;
    letter-spacing: 1px;
}

.sbutton a:hover {
    opacity: .7;
}

.sbutton a#fist-link {
    margin-bottom: 20px;
    color: #fff;
}

.sbutton a img {
    display: inline-block;
    margin-right: 15px;
}

.logo-images img {
    display: block;
    width: 50%;
   margin: 0 auto;
}

/*-- lheader area end --*/



/*=====================
    second start
=====================*/


/* -- header-area start -- */

.main-header {
    background-image: url(../../img/black/nbg_2nd.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding-top: 20px;
    padding-bottom: 100px;
}

.header-area {
    padding: 4px 0px;
    width: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 90000;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    background-color: #231A28;
}

.navbar {
    padding: 0px;
}

.navbar-brand img {
    width: 60px;
}

.main-menu-part ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.main-menu-part ul li {
    float: left;
}

.main-menu-part ul li a {
    display: block;
    margin-left: 25px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
}

.main-menu-part ul li#log a {
    margin-left: 100px;
    color: #fe5353;
}

.main-menu-part ul li#log a span {
    margin-left: 10px;
    color: #fe5353;
}

.main-menu-part ul li:last-child a {
    color: #fe5353;
    margin-left: 10px;
}

.main-menu-part ul li a:hover {
    color: #fe5353;
}

.hamburger {
  padding: 10px 0px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; 
  outline: 0px!important;
}

.hamburger:hover {
    opacity: 0.7; 
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; 
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; 
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 2px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; 
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; 
}

.hamburger-inner::before {
    top: -10px; 
}

.hamburger-inner::after {
    bottom: -10px; 
}

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; 
}

.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); 
}

.afscroll {
    background-color: #231A28;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    padding: 10px 0;
}

.active a {
    color: #fe5353!important;
}

/* -- header-area end -- */

/*-- eye area start --*/
.eye {
    margin-top: 200px;
}

.eye-wrapper h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}

.eye-wrapper p {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 70px;
}

.eye-wrapper a {
    display: inline-block;
    background: #FE5353;
    border: none;
    outline: none;
    border-radius: 38px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
    padding: 12px 70px;
    border: 2px solid #FE5353;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

.eye-wrapper a:last-child {
    background: transparent;
    margin-left: 20px;
    color: #fe5353;
}

.eye-wrapper a:hover {
    background: #FE5353;
    color: #fff;
}

/*-- eye area end --*/


/*-- what area start --*/
.what {
    background-image: url(../../img/black/wbg_2nd.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
    padding-top: 50px;
    padding-bottom: 50px;
}

.wheading h4 {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 60px;
}

.wl-one-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #FE5353;
    margin: 0 auto;
    padding: 18px 20px;
    position: relative;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}

.wl-one-img:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 120px;
    height: 30px;
    background-image: url(../../img/black/t.png);
    background-repeat: no-repeat;
    background-size: 100%;
    top: 40px;
    left: 99px;
    

}

.wl-one-img img {
    display: block;
    width: 50px;
    height: 50px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;

}

.wl-one-contant h6 {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 20px;
}

.wl-one-contant p {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #bbb;
}

#wl-five-img:after {
    content: none;
}

.wl-one:hover img {
    /*transform: rotate(360deg);*/
}

.wl-one:hover .wl-one-img {
    background-color: #fe5353;
}

.like h5 {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

.like h5 span {
    color: #fe5353;
}

.like-left ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.like-left ul li {
    margin-bottom: 15px;
    font-size: 15px;
    color: #bbb;
    font-weight: 600;
    letter-spacing: 1px;
}

.like-left ul li img {
    display: inline-block;
    margin-right: 15px;
}

.like-right {
    float: right;
}

.like h5 {
    margin-top: 40px;
}

/*-- what area end --*/


/*-- why area start --*/
.why {
    background-image: url(../../img/black/why_2nd.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top;
    padding: 100px 0;
}

.why-heading h4 {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 40px;
}

.why-one {
    background: #211B28;
    padding: 40px 70px 40px 40px;
    margin-bottom: 30px;
    position: relative;
    z-index: 2000;
}

.why-one:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 0%;
    background-color:rgba(62, 31, 42,.9);
    bottom: 0;
    left: 0;
    z-index: -2000;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}

.why-one:hover:after {
    height: 100%;
} 

.why-one img {
    display: block;
    margin-bottom: 30px;
}

.why-one h6 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}

.why-one p {
    color: #bbb;
    letter-spacing: 1px;
    font-weight: 500;
}

.why-one a {
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-ransition: all .2s ease;
}

.why-one a img {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 35px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;

}

.why-one a:hover {
    opacity: .7;
}

.why-one:hover a img {
    transform: translate(100%);
}

/*-- why area end --*/

/*-- solution area start --*/

.solution {
    background-image: url(../../img/black/dav1.png);
    background-size: 100% 100%;
    background-position: top 0px left 0;
}

.sol-heading h4 {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 60px;
}

.sol-heading p {
    color: #bbb;
    letter-spacing: 1px;
    font-weight: 500;
}

.sol-list {
    margin-top: 80px;
}

.sol-one {
    margin-bottom: 50px;
}

.sol-one img {
    display: inline-block;
    margin-bottom: 30px;
}

.sol-one h6 {
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.sol-one p {
    color: #bbb;
    letter-spacing: 1px;
    font-weight: 500; 
    margin-bottom: 0;
}

/*-- solution area end --*/


/*-- feature area start --*/

.feature {
    background-image: url(../../img/black/kol.png);
    background-repeat: no-repeat;
    padding-top: 80px;
    background-position: top -6px left 0px;
    background-size: 100% 100%;
    padding-bottom: 60px;
}

.fea-heading h4 {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 60px;
}

.fea-heading p {
    color: #bbb;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 0;
}

.fea-list {
    margin-top: 60px;
}

.fea-one {
    margin-bottom: 60px;
}

.fea-one img {
    display: inline-block;
    margin-bottom: 30px;
}

.fea-one h6 {
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.fea-one p {
    color: #bbb;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 0;
}

/*-- feature area end --*/


/*-- price area start --*/
.price {
    background-image: url(../../img/black/pbg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 46px;
    padding-bottom: 60px;
    margin-top: -7px;
}

.price-heading h4 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

.price-heading p {
    color: #bbb;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 50px 0;
}

.pl-one {
    background-color: #211B28;
    padding: 50px 30px 30px 30px;
    position: relative;
    z-index: 9999;
}

.pl-one:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 0%;
    background-color: rgba(62, 31, 42,.9);
    bottom: 0;
    left: 0;
    z-index: -2000;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}

.pl-one:hover:after {
    height: 100%;
} 

.pl-one h5 {
    color: #fff;
}

.pl-one p {
    color: #bbb;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 50px 0;
    font-size: 14px;
    margin-bottom: 35px;
}

.pl-one a {
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

.pl-one a:hover {
    opacity: .7;
}

.pl-one a img {
    display: inline-block;
    width: 25px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}

.pl-one:hover a img {
    transform: translate(100%);
}
/*-- price area end --*/


/*-- support area start --*/

.support {
    background-image: url(../../img/black/supp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding-top: 70px;
    padding-bottom: 50px;
}

.supp-heading h4 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

.supp-heading p {
    color: #bbb;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 60px 0;
}

/*-- support area end --*/


/*-- about area start --*/
.main-footer {
    background-image: url(../../img/black/fotter_2nd.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 40px;
    background-position: center;
}

.about {
    padding: 100px 0;
    padding-bottom: 0px;
}

.ab-heading h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 50px;
}

.ab-left {
    padding-right: 120px;
}

.ab-left p {
    color: #bbb;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.ab-left a {
    display: inline-block;
    font-size: 16px;
    color: #fe5353;
    font-weight: 600;
    letter-spacing: 1px;
    border: 2px solid #fe5353;
    padding: 12px 50px;
    border-radius: 38px;
    margin-top: 25px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

.ab-left a:hover {
    background-color: #fe5353;
    color: #fff;
}

.ab-right {
    background-color: rgba(254, 83, 83,.1);
    padding: 40px 60px;
}

.ab-right span {
    display: inline-block;
    font-size: 30px;
    color: #fe5353;
    margin-bottom: 20px;
}

.ab-right h6 {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
}

.ab-right h6#contant {
    margin-bottom: 50px;
}

.ab-right p {
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
}

/*-- about area end --*/
    /*-- footer area start --*/
    .footer {
    padding-top: 120px;
}

.footer-left a img {
    display: inline-block;
    margin-bottom: 50px;
}

.footer-left p {
    font-size: 13px;
    color: #bbb;
    font-weight: 500;
    letter-spacing: 1px;
}

.footer-one h5 {
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 17px;
    margin-bottom: 20px;
}

.footer-one ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer-one ul li {
    margin-bottom: 8px;
}

.footer-one ul li a {
    display: inline-block;
    color: #ddd;
    font-size: 12px;
    font-weight: 500;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

.footer-one ul li a:hover {
    color: #fe5353;
}

.footer-wrapper {
    padding-bottom: 80px;
    border-bottom: 2px solid #534a51;
}

/*-- copy area start --*/

.copy-left p {
    color: #bbb;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
}

.copy-right ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.copy-right ul li {
    display: inline-block;
}

.copy-right ul li a {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    margin-left: 38px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

.copy-right ul li a:hover {
    color: #fe5353;
}

.copy {
    margin-top: 30px;
}

/*-- copy area end --*/

/*-- footer area end --*/

.language-menu {
    position: relative;
    display: inline-block;
    float: right;
}

.language-menu:hover .language-dropdown {
    display: block;
}

.language-menu:hover .language-button {
}

.language-button {
    background-color: transparent;
    margin-left: 20px;
    margin-right: 10px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 13px;
    color: #fe5353;
    cursor: pointer;
    border: none;
}

.language-dropdown {
    display: none;
    position: absolute;
    background-color: #1c1521;
    min-width: 80px;
    z-index: 1;
    margin-left: 20px;
    border: 1px solid #FE5353;
}

.language-dropdown a {
    color: #fe5353;
    padding: 12px 12px;
    text-decoration: none;
    display: block;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 600;
}

.language-dropdown a:hover {
    color: white;
    padding: 12px 12px;
    text-decoration: none;
    display: block;
}

.language-dropdown button {
    color: #fe5353;
    padding: 12px 12px;
    text-decoration: none;
    display: block;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 600;
    background-color: transparent;
    border: none;
    overflow: hidden;
    outline: none;
    background-image: none;
    cursor: pointer;
}

.language-dropdown button:focus {
    color: white;
    padding: 12px 12px;
    text-decoration: none;
    display: block;
    background-color: transparent;
    border: none;
    overflow: hidden;
    outline: none;
    background-image: none;
    cursor: pointer;
}

.language-dropdown button:hover {
    color: white;
    padding: 12px 12px;
    text-decoration: none;
    display: block;
    background-color: transparent;
    border: none;
    overflow: hidden;
    outline: none;
    background-image: none;
    cursor: pointer;
}

/* Page Container */

.page-container {
    min-height: 100%;
    background: #131c29;
    overflow: hidden;
}

.page-container:not(.container) {
    width: 100%;
}

.page-container.container {
    padding-left: 0px;
    padding-right: 0px;
}

/* Page Content */

.page-content {
    min-height: 56px;
    z-index: 8;
    vertical-align: bottom;
    background: #24344d;
    width: calc(100% - 180px);
    float: right;
}

.page-sidebar-collapsed .page-content {
    width: calc(100% - 60px);
}

_::-webkit-full-page-media, _:future, :root .page-content {
    vertical-align: top;
}

/* Page Inner     
    padding: 30px;
    padding-top: 5px;
*/

.page-inner {
    position: relative;
    height: 100%;
    width: 100%;
    background: #192231;
    box-shadow: inset 9px 0 10px -9px rgba(0, 0, 0, 0.08);
}

.page-inner.white {
    background: #fff;
}

.page-inner.no-page-title {
    padding-top: 30px;
}

.page-inner.full-page {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}

.page-inner.full-page.no-footer {
    padding-bottom: 0px;
}

.page-inner.full-page .page-footer {
    padding-left: 30px;
    padding-right: 30px;
}

.page-footer i {
    color: #ec5e69;
}

_::-webkit-full-page-media, _:future, :root .page-inner {
    padding-bottom: 0px;
}

.page-header-fixed .page-inner {
    margin-top: 56px;
}

/* Register, Login */
.register-page .page-content {
    width: 100%;
}

.register-page #main-wrapper {
    min-height: 100vh;
}

.register-page .page-inner {
    background-image: url("../../img/bg/registerbg.png");
    background-size: cover;
    width: 100%;
    height: 100%;
}

.register-page #main-wrapper {
    margin: 0;
}

.register-page .page-inner {
    padding: 0;
}

.register-page .panel {
    border-radius: 0 !important;
}

.register-page .panel-body {
    padding: 40px;
}

.login-page .page-content {
    width: 100%;
}

.login-page #main-wrapper {
    min-height: 100vh;
}

.login-page .page-inner {
    background-image: url(../../img/bg/loginbg.png);
    background-size: cover;
    width: 100%;
    height: 100%;
}

.login-page #main-wrapper {
    margin: 0;
}

.login-page .page-inner {
    padding: 0;
}

.login-page .panel {
    border-radius: 0 !important;
}

.login-page .panel-body {
    padding: 40px;
}

.col-login-box-alt .login-box {
    padding-top: 60px;
    min-height: 100vh;
    margin-bottom: 0px;
    background-image: url(../../img/black/icon.png);
}

.col-login-box-alt {
    float: right;
    min-height: 100vh;
}

.col-register-box-alt .register-box {
    padding-top: 60px;
    min-height: 100vh;
    margin-bottom: 0px;
    background-image: url(../../img/black/icon.png);
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.col-register-box-alt {
    float: right;
    min-height: 100vh;
}

.login-box,
.register-box {
    margin: auto;
    max-width: 400px;
}

.login-box .logo-name,
.register-box .logo-name {
    display: block;
    font-size: 22px;
    text-decoration: none;
    font-weight: 500;
    color: rgba(225,235,245,.85);
}

.login-box .user-box,
.register-box .user-box {
    display: block;
    clear: both;
    overflow: hidden;
}

.login-box .user-box img,
.register-box .user-box img {
    width: 90px;
    height: 90px;
    display: block;
    margin: 0 auto;
}

.login-box .user-box form,
.register-box .user-box form {
    overflow: hidden;
}

.login-box .panel-body,
.register-box .panel-body {
    overflow: auto;
    height: 100%;
}

.login-box .login-footer,
.register-box .register-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.login-box-container {
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 0px;
}

.panel.login-box-container {
    box-shadow: none !important;
}

.register-box-container {
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 0px;
}

.panel.register-box-container {
    box-shadow: none !important;
}

.panel-body p {
    color: #a8a7a6;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.panel-body .title {
    color: #a8a7a6;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

/* Forms */
input:focus:required {
    border-radius: 0px;
    box-shadow: none !important;
    border: none;
    border-bottom: 2px solid #a8a7a6;
    color: #fe5353;
    background: none;
    background-color: none;
    outline: none;
}

input:invalid {
    background-color: none;
    border: none;
    border-bottom: 2px solid #fe5353;
    outline: none;
}

input:valid {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #a8a7a6;
    outline: none;
}

.form-control {
    border-radius: 0px;
    box-shadow: none !important;
    border: none;
    border-bottom: 2px solid #a8a7a6;
    color: #fe5353;
    background: none;
    background-color: none;
    padding: 0px 0px 0px 0px; /*17px 12px*/
    font-size: 13px;
    height: 38px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    outline: none;
}

.form-control.search-input {
    padding: 8px 24px;
}

.help-block {
    color: rgba(255,235,245,.3);
}

.form-control::placeholder {
    color: #a8a7a6;
}

.form-control:focus {
    background-color: none;
    border-color: #384c6d;
    box-shadow: none;
}

.form-control:active {
    background-color: none;
    border-color: #384c6d;
    box-shadow: none;
}

input[type=checkbox], input[type=radio] {
    margin-right: 4px;
}

input.form-control.input-rounded {
    border-radius: 60px;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #24344d;
    opacity: 1;
}

.validation-summary {
    color: #fe5353;
    background: none;
    background-color: none;
    padding: 0px 0px 0px 0px; 
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

/* Solutions Sprite */
.solutions_sprite {
    background-image: url(../../img/black/solutions_sprite.png);
    background-repeat: no-repeat;
    display: block;
}

.solutions_sprite_d1 {
    width: 60px;
    height: 60px;
    background-position: -5px -5px;
}

.solutions_sprite_s2 {
    width: 60px;
    height: 60px;
    background-position: -75px -5px;
}

.solutions_sprite_s3 {
    width: 58px;
    height: 60px;
    background-position: -5px -75px;
}

.solutions_sprite_s4 {
    width: 47px;
    height: 60px;
    background-position: -145px -5px;
}

.solutions_sprite_s5 {
    width: 61px;
    height: 60px;
    background-position: -73px -75px;
}

.solutions_sprite_s6 {
    width: 60px;
    height: 29px;
    background-position: -5px -145px;
}

.solutions_sprite_s7 {
    width: 61px;
    height: 60px;
    background-position: -202px -5px;
}

.solutions_sprite_s8 {
    width: 66px;
    height: 60px;
    background-position: -144px -75px;
}

.solutions_sprite_s9 {
    width: 75px;
    height: 60px;
    background-position: -75px -145px;
}

/* Features Sprite */
.features_sprite {
    background-image: url(../../img/black/features_sprite.png);
    background-repeat: no-repeat;
    display: block;
}

.features_sprite_f1 {
    width: 60px;
    height: 60px;
    background-position: -5px -5px;
}

.features_sprite_f2 {
    width: 60px;
    height: 60px;
    background-position: -75px -5px;
}

.features_sprite_f3 {
    width: 60px;
    height: 60px;
    background-position: -5px -75px;
}

.features_sprite_f4 {
    width: 60px;
    height: 60px;
    background-position: -75px -75px;
}

/* Why Sprite*/
.wh_sprite {
    background-image: url(../../img/black/wh_sprite.png);
    background-repeat: no-repeat;
    display: block;
    border: none;
}

.wh_sprite_wh1 {
    width: 32px;
    height: 32px;
    background-position: -5px -5px;
}

.wh_sprite_wh2 {
    width: 26px;
    height: 32px;
    background-position: -47px -5px;
}

.wh_sprite_wh3 {
    width: 29px;
    height: 32px;
    background-position: -83px -5px;
}

.wh_sprite_wh4 {
    width: 21px;
    height: 32px;
    background-position: -5px -47px;
}
