/*
 *  Developer: abdurrahman@ahsaelektronik.com
 *  Template:
 *  App: AhsaPanel v2
*/

/*@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700&subset=latin-ext');*/
@import url('https://fonts.googleapis.com/css?family=Dosis:300,400,600');
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,600&subset=latin-ext');

/* General */
body {
    font-family: 'Dosis', sans-serif;
}
a[href='mailto:abdurrahman@ahsaelektronik.com'] { color: #efefef; }
a[href='mailto:abdurrahman@ahsaelektronik.com'],
a, a:hover, a:focus, a:active {text-decoration: none; transition: ease-in-out .2s;}
.form-control {
    border-radius: 0;
}
.btn.v-btn.v-btn-default {
    background: #0e2b48;
}
.form-control {
    border-color: #0e2b48;
    box-shadow: 0 1px 0 0 #065296;
}
.form-control:hover,
.form-control:focus {
    outline: none;
    border-color: #0e2b48;
    box-shadow: 0 1px 0 0 rgba(0,0,0,1);
    font-style: italic;
}
.form-control::placeholder {
    color: rgba(14, 43, 72, 0.22);
}
.card,
.card-img {
    border-radius: 0;
}
.py-6 {
  padding-top: 6rem!important;
  padding-bottom: 6rem!important;
}
.btn-pnl {
  position: absolute;
  top: 2px;
  right: 2px;
  border-radius: 0;
}
.red {
  color: #d5252c;
}
.blue {
  color: #07519c;
}
/* all */
::-webkit-input-placeholder { color:rgba(70, 74, 76, 0.2); font-style: italic;}
::-moz-placeholder { color:rgba(70, 74, 76, 0.2); font-style: italic;} /* firefox 19+ */
:-ms-input-placeholder { color:rgba(70, 74, 76, 0.2); font-style: italic;} /* ie */
input:-moz-placeholder { color:rgba(70, 74, 76, 0.2); font-style: italic;}
.btn:hover {
    cursor: pointer;
}
.scrollToTop {
    display: none;
    position: fixed;
    bottom: 56px;
    right: 10px;
    width: 40px;
    height: 40px;
    padding-top: 3px;
    text-align: center;
    background-color: #0e2b48;
    color: #fff;
}
.scrollToTop:hover {
    cursor: pointer;
}

.section-title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.section-title:before {
    content: "";
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eaeaea;
}
.section-title:after {
    content: "";
    position: absolute;
    top: 48px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 1px;
    background: #0e2b48;
}
/* HeaderTop */
#headerTop {
    position: relative;
    background: #10252e;
    line-height: 49px;
    position: relative;
    z-index: 9;
}
.phone, .email {
    color: #cacaca;
    font-size: 11pt;
}
.phone:hover,
.email:hover {
    color: #fff;
}
button.btn.btn-search {
    border-radius: 0;
    border-color: #0e2b48;
    box-shadow: 0 1px 0 0 rgba(0,0,0,1);
    background-color: #fff;
    color: #10252e;
	padding-top:-6px !important;
}
button.btn.btn-search:hover {
    color: #0f467c;
}
/* Navbar */
#navbar {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background: rgba(255, 255, 255, 0.8);
    position: relative;
}
#navbar .logo {
    margin: 28px 0 28px;
}
#navbar.stricky-fixed .logo {
    margin: 15px 0px;
}
#navbar .nav-link {
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 49px 15px 41px;
    margin: 0 10px;
    text-transform: uppercase;
    border-bottom: 5px solid transparent;
    color: #222;
    transition: .5s ease;
}
#navbar .nav-item:last-child .nav-link {
    padding-right: 0;
    margin-right: 0;
}
#navbar .menu-column {
  padding-left: 0;
}
#navbar .menuzord {
  padding: 0;
  background: transparent;
}
.menuzord .showhide span {
    display: block;
    width: 100%;
    height: 2px;
    margin: 4px 0;
    background: #0e2b48;
}
.menuzord-menu > li > a {
    padding: 49px 15px 41px;
    margin: 0 10px;
    text-transform: uppercase;
    border-bottom: 5px solid transparent;
    color: #222;
    transition: .5s ease;
}
.menuzord-menu > li a.active {
    border-color: #0F467C;
    color: #0F467C;
}
.menuzord-menu > li > a:hover {
  color: #0F467C;
  transition: .5s ease;
}
.menuzord-menu ul.dropdown, .menuzord-menu ul.dropdown li ul.dropdown {
    padding: 12px 30px;
    min-width: 230px;
    background: #1d2c3c;
}
.menuzord-menu ul.dropdown li a {
  padding: 7px 0 9px;
  color: #cacaca;
  transition: .5s ease-in-out;
  font-size: 12.5pt;
  text-transform: capitalize;
  font-family: 'Titillium Web', sans-serif;
}
.menuzord-menu ul.dropdown li:hover > a {
    padding-left: 0px;
    padding-right: 0px;
    color: #FFF;
    transition: .5s ease-in-out;
    font-size: 12.5pt;
}
#navbar.stricky-fixed .menuzord-menu > li > a {
  padding: 35px 15px 30px;
}
#navbar.stricky-fixed .main-logo {
    margin: 23px 0;
}
#navbar.stricky-fixed .nav_side_content {
    margin-top: 32px;
}
#navbar.stricky-fixed .nav_side_content .search_option form {
  top: 58px;
}
.w100 {
  width: 100%;
}
.w50 {
  width: 50%;
  float: left;
}
.row-10 {
  margin: 0 -10px;
}
.megamenu .form-group {
  padding: 0 10px;
}
.megamenu .default-form {
  max-width: 410px;
  margin-bottom: 30px;
}
.megamenu .default-form.register-form {
  width: 405px;
  border: 1px solid #2f2f2f;
  padding: 10px 30px 24px;
  background: #252525;
}
.default-form.register-form .form-group {
  margin-bottom: 0;
}
.default-form.register-form .link {
  border-bottom: 1px solid #2f2f2f;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #fff;
}
.default-form.register-form .link .thm-color-2 {
  color: #848484;
}
.default-form.register-form .thm-color:hover,
.default-form.register-form .thm-color-2:hover {
  color: #0F467C;
  transition: .5s ease;
}
.default-form.register-form .link_2 {
  position: relative;
}
.default-form.register-form .link_2.singn {
  padding-left: 25px;
}
.default-form.register-form .link_2 .fancy_video {
  position: absolute;
  left: 0;
  top: 1px;
  width: 15px;
  border-radius: 50%;
  font-size: 8px;
  text-align: center;
  line-height: 15px;
  height: 15px;
  color: #222;
  background: #0F467C;
  font-family: "FontAwesome";
}
.default-form.register-form .link_2 .fancy_video span {
  position: relative;right:-1px;
}
@keyframes menu_sticky {
  0%   {margin-top:-100px;}
  50%  {margin-top: -90px;}
  100% {margin-top: 0;}
}
#navbar.stricky-fixed {
  margin: 0;
  position: fixed;
  background: #fff;
  top:0;
  left:0;
  width: 100%;
  z-index: 99999;
  animation-name: menu_sticky;
  animation-duration: 0.60s;
  animation-timing-function: ease-out;
}

/* Footer */
.footer-modul {
    background: #a9b3ab;
    color: #fff;
}
.footer-modul .h3 {
    text-shadow: 1px 1px #0e2b48;
    font-weight: 600;
}
.footer-top {
    background: #0F467C;
    color: #cacaca;
}
.footer-top a {
    color: #cacaca;
}
.footer-top a:hover {
    color: #fff;
}
.footer-top-title {
    font-size: 14pt;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
}
.footer-top ul,
.footer-top p {
    font-size: 11pt;
}
.footer-bottom {
    background: #0e2b48;
    color: #9aa9b7;
}

/* Contact */
.contact ul.address li {
    font-size: 14pt;
}
.contact ul.address li span.pl-lg-3 {
    padding-left: 2rem!important;
}
.contact ul.address li .fa {
    margin-right: 15px;
    color: #0F467C;
    width: 15px;
}
.contact ul.address li a {
    color: #282828;
}
.contact ul.address li a:hover {
    color: #1a2835;
}
#map {
    height: 450px;
}