/*
Theme Name: E-KLAN Template
Author: Judah Andrew

Description: Main CSS
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Copyright 2018. All Right Reserved
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.

*/

body {font-family: 'Noto Sans', sans-serif; color: #777; font-size: 17px}
h1, h2, h3, h4, h5, h6 {font-family: 'Montserrat', sans-serif; line-height: normal;}
small {font-size: 10px; padding-top: 15px; display: block;}

a {}
a:hover {text-decoration: none;}

.img-rwd {height: 100%; width: 100%;}
section {padding: 15px 0;}

#header-section {padding-top: 30px;}
.logo-wrap a img {height: 50px; width: auto;}
.small-logo {width: 233px; height: 60px;}
.menu-wrap {border-top: 3px solid #f59220; margin-top: 15px;}
.acc-wrap {padding-top: 20px; text-align: right;}
.grey-bg {background-color: #f5f6f7}
.grad-bg {background-image: linear-gradient(to right, #ee277c, #fd4064, #ff5c4d, #ff7937, #f79524); padding: 15px 0; color: #fff;}
.line-separator {border: 2px solid #f59220; margin: 15px 0}
.btn-100 {width: 100%;}


.split1-section {margin-top: -30px; padding-top: 0px}
.split1-img {margin-top: -30px;}
.split-wrap {padding: 85px;}

.ver-line {margin-top: -30px; display: none;}
.split3-btn {margin-top: 125px;}

.splitadv1-section {background-color: #f69321; border-bottom: 10px solid #ea088c; color: #fff;}
.adv-car {position: absolute; height: 500px; width: auto; top: 50px;}
.madv-car {max-width: 270px; height: auto; margin: 30px auto 0  auto; display: none;}

.splitadv2-section {padding-top: 150px;}
.our-benefit {padding: 70px 0 30px 0}
.benefit-cont {padding: 5px 50px;}
.right-benefit {padding: 50px 0}
.left-benefit {padding: 50px 10px}
.benefit-cont1 {border-right: 0.5px solid #f69321; border-bottom: 0.5px solid #f69321;}
.benefit-cont2 {border-left: 0.5px solid #f69321; border-bottom: 0.5px solid #f69321;}
.benefit-cont3 {border-right: 0.5px solid #f69321; border-top: 0.5px solid #f69321; }
.benefit-cont4 {border-left: 0.5px solid #f69321; border-top: 0.5px solid #f69321;}

.splitadv3-section {background: url(../images/e-klan-image-adv.png) bottom right no-repeat; background-size: 50%; padding-bottom: 0px; margin-bottom: -15px;}
.road-adv {display: none;}

.splitdrv1-section {background-color: #ea088c; border-bottom: 10px solid #f69321; color: #fff;}

.splitdrv2-section {margin-top: 300px; background: url(../images/e-klan-image-drv-bg.png) bottom right no-repeat; background-size: 100%;}
.drv-right {text-align: right; padding-bottom: 300px;}

.drv-left-wrap, .drv-right-wrap {padding: 50px 30px;}
.drv-wrap {border-bottom: 2px solid #ccc}

.menu-link {font-weight: 500; margin-top: 5px; padding-left: 0px;}
.menu-link * {box-sizing: border-box;}
.menu-link li {display: inline-block; list-style: outside none none; margin: 0 2em 0 0; padding: 0;}
.menu-link a {padding: 0.35em 0; color: rgba(0, 0, 0, 0.5); position: relative; letter-spacing: 1px; text-decoration: none;}
.menu-link a:before, .menu-link a:after {position: absolute; -webkit-transition: all 0.35s ease; transition: all 0.35s ease;}
.menu-link a:before {top: 0; display: block; height: 3px; width: 0%; content: ""; background-color: #ea088c;}
.menu-link a:after {left: 0; top: 0; padding: 0.35em 0; position: absolute; content: attr(data-hover); color: #000; white-space: nowrap; max-width: 0%; overflow: hidden;}
.menu-link a:hover:before, .menu-link .current a:before {opacity: 1; width: 100%;}
.menu-link a:hover:after, .menu-link .current a:after {max-width: 100%;}

.btn {padding: 3px 30px; text-align: center; text-transform: uppercase; background-size: 100% auto; color: white; border-radius: 7px; display: inline-block; transition: 0.5s; border: none;}
.btn-big {font-size: 25px; padding: 20px 50px;}
.btn-med {font-size: 18px; padding: 10px 30px;}
.btn-grad, .btn-grad:active {background-image: linear-gradient(to right, #ee277c, #fd4064, #ff5c4d, #ff7937, #f79524 90%);}
.btn-grad:hover {background-position: right center;}
.btn-orange {background-color: #f79524}
.btn-100 {width: 100%;}

#login-section, #register-section, #corporate-section {padding: 100px 0;}
.login-title {margin-top: 30px;}
.login-label {font-size: 14px; padding-left: 5px; padding-top: 20px;}
.login-wrap {padding: 20px;}
.input {
  width: 100%;
  position: relative;
  background: linear-gradient(to right, #ee277c, #fd4064, #ff5c4d, #ff7937, #f79524);
  padding: 2px;
  display: block;
  border-radius: 0.3em;
}
.input *:not(span) {
  position: relative;
  width: 100%;
  display: inherit;
  border-radius: 0.2em;
  margin: 0;
  border: none;
  outline: none;
  padding: 1px 10px;
  z-index: 1;
}
.input *:not(span):focus + span {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.input span {
  -webkit-transform: scale(0.993, 0.94);
          transform: scale(0.993, 0.94);
  transition: opacity .25s, -webkit-transform .5s;
  transition: transform .5s, opacity .25s;
  transition: transform .5s, opacity .25s, -webkit-transform .5s;
  opacity: 0;
  position: absolute;
  z-index: 0;
  margin: 2px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px #ee277c, 0 0 0 1px #fd4064, 3px -3px 20px #ff5c4d, -3px 3px 20px #f79524;
}
.input > input, .input > textarea {padding: 5px 10px;}
.input > textarea {
  min-height:150px;
}
.input span > textarea {
  margin-bottom: -10px;
}
.noresize {
  resize: none; 
}

.vresize {
  resize: vertical; 
}
.createacc {padding: 30px;}


.board {
    width: auto;
    height: auto;
    margin: -15px auto 30px 0;
    background: none;
}

.board .nav-tabs {
    position: relative;
    background: none;
    color: #ccc;
}

.nav-tabs {  
  border-top: 0;
  border-radius: 0px;
  border-left: none;
  border-right: none;  
  border-bottom: none;
  box-shadow: none;
}

.nav-tabs > li {
    width: 33.33%;
    border-color: #fff;
    border: none;
}

.nav-tabs > li a {border: none; margin: 0;}
.nav-tabs > li a:hover, .nav-tabs > li a:visited, .nav-tabs > li a:active, .nav-tabs > li a:focus, .nav-tabs > li a:after {
  background: none;
  border-top: 3px solid #fff;
  border-radius: 0px;
  border-left: none;
  border-right: none;  
  border-bottom: none;
  box-shadow: none;
}
.nav-tabs > li a, .nav-tabs > li a.active, .nav-tabs > li:after, .nav-tabs > li.active:after, .nav-tabs > li a.active:after {
  color: #ccc !important;
  border-top: 3px solid #ea088c;
  border-radius: 0px;
  border-left: none;
  border-right: none;  
  border-bottom: none;
  box-shadow: none;
}

.nav-tabs > li a, .nav-tabs > li > a, .nav-tabs > li a.disabled, .nav-tabs > li > a:focus {
  color: #ccc !important;
  border-top: 3px solid #fff;
  border-radius: 0px;
  border-left: none;
  border-right: none;  
  border-bottom: none;
  box-shadow: none;
}

.nav-tabs > li a:hover {
  border-top: 3px solid #ea088c;
  border-radius: 0px;
  border-left: none;
  border-right: none;  
  border-bottom: none;
  box-shadow: none;
}


.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  border-radius: 0px;
  border-top: 3px solid #ea088c;
  border-left: none;
  border-right: none;
  color: #777 !important;
  border-bottom: none;
  box-shadow: none;
}

.nav-tabs > li > a.disabled:hover {
}

.nav-tabs > li > a.disabled span {
    border-color: #ddd;
    color: #aaa;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    perspective: 1500px;
}


#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #7386D5;
    color: #fff;
    transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    transform-origin: bottom left;
}

#sidebar.active {
    margin-left: -250px;
    transform: rotateY(100deg);
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}



footer {background-image: linear-gradient(to right, #ee277c, #fd4064, #ff5c4d, #ff7937, #f79524); padding: 25px 0 15px 0; margin-top: 15px;}
.footer-menu {padding: 0px;}
.footer-menu li {list-style: none; display: inline-block; padding: 0 15px 0 0}
.footer-menu li a {color: #fff; transition: 0.5s; font-size: 12px;}
.footer-menu li a:hover {color: #000;}


/* RESPONSIVE */

@media (max-width: 1200px) {
} 

@media (max-width: 991px) {
  .logo-wrap, .menu-wrap, .acc-wrap  {text-align: center;}
  .menu-link li {margin: 0 1em;}
  .split-wrap {padding: 30px;}

  .split3-section {text-align: center;}
  .ver-line {margin-top: -30px; display: block;}
  .split3-btn {margin-top: 15px;}

  .splitadv1-section {text-align: center;}
  .adv-car {display: none;}
  .madv-car {display: block;}

  .benefit-cont {padding: 5px 20px;}
  .left-benefit {padding: 10px}
  .benefit-cont1, .benefit-cont2, .benefit-cont3, .benefit-cont4 {border: 0.5px solid #f69321; margin: 30px;}

  .splitadv3-section {background: none}
  .road-adv {display: block;}  

  .splitdrv2-section {margin-top: 30px;}
  .drv-right {text-align: center; padding-bottom: 200px;}  
} 

@media (max-width: 767px) {
    #sidebar {
        margin-left: -250px;
        transform: rotateY(90deg);
    }
    #sidebar.active {
        margin-left: 0;
        transform: none;
    }
    #sidebarCollapse span:first-of-type,
    #sidebarCollapse span:nth-of-type(2),
    #sidebarCollapse span:last-of-type {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }
    #sidebarCollapse.active span {
        margin: 0 auto;
    }
    #sidebarCollapse.active span:first-of-type {
        transform: rotate(45deg) translate(2px, 2px);
    }
    #sidebarCollapse.active span:nth-of-type(2) {
        opacity: 0;
    }
    #sidebarCollapse.active span:last-of-type {
        transform: rotate(-45deg) translate(1px, -1px);
    }  
}
 
@media (max-width: 480px) {
  .createacc {padding: 30px 0px;}
  .nav-tabs > li {width: 100%}
  .tab-pane > div, .tab-pane > div > div > div, .tab-pane > div > div > div > div {padding-left: 0px; padding-right: 0px;}
}

@media (max-width: 320px) {
}
