﻿@charset "utf-8";
* {
    border: 0 none;
    margin: 0;
    padding: 0;
}

/* @font-face {
    font-family: 'GESSTwoMed';
    src: url('../fonts/ge-ss-med.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ge-ss-med.ttf') format('truetype');
}

@font-face {
    font-family: 'GESSTwolight';
    src: url('../fonts/ArbFONTS-GE_SS_Two_Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ArbFONTS-GE_SS_Two_Light.ttf') format('truetype'),
    url('../fonts/ArbFONTS-GE_SS_Two_Light.otf');
} */

.text-bold {
  font-family: 'DroidKufi-Regular', sans-serif !important;
}
.text-normal {
  font-family: 'DroidKufi-Regular', sans-serif !important;
}

body {
    color: #777;
    font-family: 'DroidKufi-Regular', sans-serif;
    background: #fff;
}

.clear {
    clear: both
}

button:active,
button:focus,
button:hover,
input:active,
input:focus,
input:hover,
textarea:active,
textarea:focus,
textarea:hover,
select:hover,
select:focus {
    box-shadow: none!important;
    outline: 0!important
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/NewSpinner.gif') 50% 50% no-repeat #fff;
}

a:focus {
    outline: none;
    border: none;
}

a {
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

a h3 {
    text-decoration: none;
}

img {
    max-width: 100%;
}

h3,
h4,
h5,
h6,
h1,
h2,
.nav {
    font-family: 'DroidKufi-Regular', sans-serif;
    color: #29333d;
}

h3 {
    font-size: 18px;
}

.clear {
    clear: both;
}

.form-control {
    height: auto;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover {
    box-shadow: none !important;
    outline: 0px !important;
}

p {
    line-height: 140%;
}

.input-group-btn:last-child > .btn {
    border-right: 0;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: right;
}
.col-md-15 {
    width: 50%;
    float: right;
}
.col-md-25 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    width: 20.833333333333335%;
    float: right;
}

@media (min-width: 768px) {
    .col-md-15 {
        width: 50%;
        float: right;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 30%;
        float: right;
    }
}

@media (min-width: 1200px) {
    .col-md-15 {
        width: 20%;
        float: right;
    }
}

@media (max-width: 767px) {}

/* start home style */

@media (min-width: 1200px) {
    .header .container {
        width: 90%;
        min-width: 1160px;
    }
}
a.user-link span {
    font-family: sans-serif;
    padding-right: 5px;
    font-weight: 600;
    float: left;
    direction: ltr;
}
a.user-link.balance {
    padding-right: 15px;
}
a.user-link.orange-btn {
    padding: 5px 10px;
    background-color: #f78c35;
    border-radius: 20px;
}
.header {
    background: #3482ba url(../images/h-back.jpg) no-repeat center;
    padding: 0 15px;
    background-size: cover !important;
}

.heady.affix {
    padding: 15px;
    width: 100%;
    background: #3b86bc;
    left: 0;
    z-index: 999;
    top: 0;
    transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.heady.affix .log-links a + a:after {
    content: "";
    height: 100%;
    width: 3px;
    background: #fff;
    position: absolute;
    top: 0;
    right: -14px;
}

.heady.affix .log-links.lef a.free-m {
    background-color: #f78c35;
    display: inline-block;
    margin-top: 2px;
    color: #fff;
}

.heady.affix .log-links.lef a.free-m:hover {
    background-color: #fff;
    color: #3b86bc;
}

.nav-area.heady.affix .log-links.lef a.free-m img {
    padding-right: 0;
    padding: 0;
    margin-right: 0;
    margin-left: 5px;
}
.log-links.lef a.free-m img {
    padding-right: 0;
    padding: 0;
    margin-right: 0;
    margin-left: 5px;
}
.log-links.lef a.free-m {
    display: inline-block;
    margin-top: 2px;
    color: #3b86bc;
}
.nav-area .col-md-8 {
    padding: 0;
}
.heady .input-group {
    display: none;
    transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.heady.affix .input-group {
    display: block;
    transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}
a.logo2 {
    cursor: pointer;
}
a.logo2 img {
    display: none;
}

.heady.affix .logo2 img {
    margin-top: 0;
    margin-right: 30px;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.alphonse {
    display: none;
}

.heady.affix .edward {
    display: none;
}

.heady.affix .alphonse {
    display: block;
}

.heady.affix .log-links {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-top: 0;
}

.heady.affix .log-links.lef {
    margin: 0;
}

.heady.affix .logo {
    display: none;
}

.nav-area.heady.affix .social-menu {
    display: none;
}

.nav-area.heady.affix .form-control {
    padding: 8px 10px 8px 42px;
    height: auto;
    font-size: 15px;
    width: 100%;
}
.nav-area.heady.affix .form-control::-webkit-input-placeholder {
    padding-top: 4px;
}
.m-t-10 {
    margin-top: 10px;
}

.nav-area.heady.affix a.especific {
    background: #f78c35;
    padding: 8px 30px;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    text-decoration: none;
}

.nav-area.heady.affix a.especific:hover {
    background: #fff;
    color: #f78c35;
}

.nav-area.heady.affix .log-links.lef a img {
    padding-right: 0;
    padding: 0;
    margin-right: 10px;
}

.mobile-side-toggle {
    float: right;
    margin-top: 17px;
}

.nav-area.heady.affix .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #bfe1fc;
}

.nav-area.heady.affix .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #bfe1fc;
}

.nav-area.heady.affix .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #bfe1fc;
}

.nav-area.heady.affix .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #bfe1fc;
}

.nav-area.heady.affix .input-group-addon {
    background: #f78c35;
    color: #fff;
    border: 0;
    border-radius: 0;
    padding: 10px 15px;

}

.heady.affix .navigation {
    display: none;
    vertical-align: middle;
}

.heady.affix .header-nav {
    background: #fcfcfc;
    transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.heady.affix .header-nav .input-group {
    margin-top: 6px;
}

.heady.affix .nav > li > a {
    color: #484848;
    transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
}

.top-aside {
    position: relative;
    padding: 10px 12px;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.log-links {
    margin-top: 4px;
}

.log-links a {
    color: #fff;
    text-decoration: none;
    padding-left: 20px;
    position: relative;
}



.log-links a:hover {
    color: #ffb67b;
}

.log-links a img {
    padding-left: 10px;
}

.log-links.lef {
    text-align: left;
    margin: 0;
}

.log-links.lef a {
    color: #fff;
    text-decoration: none;
    padding-right: 25px;
    padding-left: 0;
}

.log-links.lef a:hover {
    color: #ffb67b;
}

.log-links.lef a img {
    padding-right: 10px;
}

.log-links.lef a.free-m {
    color: #fff;
    background: #f78c35;
    padding: 5px 17px;
    border-radius: 20px;
}

.log-links.lef a.free-m:hover {
    color: #f78c35;
    background: #fff;
}

span.shopping-cart {
    position: relative;
    font-size: 25px;
    vertical-align: middle;
}

.cart-items-count {
    font-family: sans-serif;
    right: -4px;
    background-color: #f78c35;
    color: #fff;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    display: block;
    position: absolute;
    top: -10px;
    font-style: normal;
}

.nav-area {
    padding: 15px;
}

.nav-area img {
    margin-right: 22px;
}

.nav-area .nav > li {
    margin-top: 9px;
    margin-right: 2px;
}

.nav-area .nav > li > a {
    color: #fff;
    font-size: 16px;
    padding: 7px 12px;
    border-radius: 20px;
}
@media (max-width: 1199px) {
  .nav-area .nav > li {
    margin-right: 0;
  }
  .nav-area .nav > li > a {
    font-size: 14px;
  }
}

.nav-area .nav > li > a:hover,
.nav-area .nav > li.active > a {
    color: #fff;
    background: transparent;
    background: #fe9d24;
}

.nav-area.heady.affix .nav > li {
    margin-top: 6px;
}

.nav-area.heady.affix .nav > li > a {
    font-size: 15px;
    padding: 7px 15px;
}

.html5-nav {
    direction: ltr;
}

.dropdown-menu {
    right: -6px;
    left: auto;
    border-color: #ccc;
    min-width: 180px;
    margin: 0;
    padding: 0;
}

.dropdown-menu > li > a {
    padding: 12px 20px;
    border-bottom: 0 none;
}

.dropdown-menu > li > a:hover {
    color: #ffb67b;
    background: #428bca;
    font-weight: 600;
}

.social-menu {
    text-align: left;
    margin-top: 10px;
    float: left;
}

.social-menu li {
    display: inline-block;
    text-align: center;
    float: right;
}

.social-menu a {
    width: 33px;
    height: 33px;
    background: #fff;
    border-radius: 50%;
    line-height: 34px;
    font-size: 18px;
    display: inline-block;
    padding: 0;
    margin: 0 2px;
    -webkit-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
}
@media (max-width: 1199px) {
  .social-menu a {
    width: 30px;
    height: 30px;
    line-height: 32px;
    margin: 0 1px;
  }
}

.social-menu a:hover {
    transform: rotate(360deg);
    color: #f78c35;
}

.main-h {
    margin-top: 35px;
    min-height: 190px;
    padding-bottom: 35px;
}

.main-h h1 {
    text-align: right;
    font-size: 30px;
    font-family: 'DroidKufi-Regular', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-weight: bold;
    color: #fff;
}
.homepage-title h1 {
    text-align: center;
}
img.ima1 {
    margin-right: -15px;
}

img.ima2 {
    margin-left: -15px;
    float: left;
}

.main-h h3 {
    text-align: center;
    font-size: 22px;
    font-family: 'DroidKufi-Regular', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #fff;
    margin-bottom: 26px;
}

.top-aside .search-group .input-group {
    border-radius: 10px;
}
.heady .alphonse .search-group .input-group {
    border-radius: 10px;
}

.search-group .input-group {
    position: relative;
    background: none;
    border-radius: 0;
    border: 1px solid #fff;
    color: #fff;
    width: 100%;
}

.search-group .input-group .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #bfe1fc;
    font-size: 17px
}

.search-group .input-group .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #bfe1fc;
    font-size: 17px
}

.search-group .input-group .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #bfe1fc;
    font-size: 17px
}

.search-group .input-group .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #bfe1fc;
    font-size: 17px
}

.search-group .input-group .form-control {
    background: transparent url(../images/sear.png) no-repeat 15px center;
    border: 0 none;
    color: #fff;
    width: 80%;
}

.search-group .input-group button[placeholder]:-moz-placeholder {
    color: #fff;
    font-size: 19px
}

.search-group .input-group button[placeholder]::-webkit-input-placeholder {
    color: #fff;
    font-size: 19px
}

.search-group .input-group button[placeholder]::-ms-input-placeholder {
    color: #fff;
    font-size: 19px
}

.search-group .input-group button[placeholder]::-moz-placeholder {
    color: #fff;
    font-size: 19px
}

.search-group .input-group button {
    font-size: 19px
}

.search-group .input-group button:hover,
.search-group .input-group button:focus {
    background-color: #b3b3b3
}

.search-group .input-group > .btn {
    background-color: #f78c35;
    border-radius: 0;
    color: #fff;
    font-family: 'DroidKufi-Regular', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    padding: 0;
    font-size: 24px;
    border: 0;
    line-height: 46px;
    width: 20%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.search-group .input-group > .btn:hover {
    background-color: #fff;
    color: #f78c35;
}

.search-group a {
    float: left;
    color: #fff;
    margin-top: 10px;
    text-decoration: none;
}

.search-group a:hover {
    color: #ffb67b;
}

#collapseExample,
#collapseExample2 {
    position: absolute;
    width: 270px;
    left: 1px;
    z-index: 999999;
    margin-top: 12px;
}

.pro-cart {
    background: #fcfcfc;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 5px;
}

.pro-cart li {
    border-bottom: 1px solid #dddddd;
    list-style: none;
    clear: both;
    overflow: hidden;
    padding: 5px;
    position: relative;
}
.pro-cart li span.delei {
    position: absolute;
    left: 0;
    cursor: pointer;
}
.pro-cart li span.delei i {
    color: #dd3333;
    font-size: 16px;
}
.pro-cart li img {
    height: 60px;
    float: right;
    margin-left: 10px;
    border: 1px solid #dddddd;
}

.pro-cart li p {
    margin-bottom: 5px;
    color: #484848;
}

.pro-cart li p span {
    color: #f78c35;
}

.pro-cart li p em {
    color: #0074c8;
    float: left;
    direction: ltr;
}

.pro-cart a {
    background: #f78c35;
    border-radius: 5px;
    display: table;
    width: 46%;
    padding: 10px;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
}

.pro-cart a.firsty {
    background: #0280d1;
    color: #fff;
}

.pro-cart a:hover {
    background: #363636;
    color: #ffffff;
}

.pro-cart h3 {
    margin: 6px 0;
    font-size: 14px;
    line-height: 180%;
    color: #018cd1;
    margin-top: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}

.pro-cart a h3,
.pro-cart a {
    text-decoration: none;
}

.pro-cart h3 span {
    color: #484848;
    padding-left: 10px;
}

/*start main con*/

.section1 {
    padding: 25px 0;
}

.title h3 {
    font-size: 30px;
    text-align: center;
    color: #0280d1;
}

.title p {
    font-size: 18px;
    text-align: center;
    color: #f78c35;
}

.sharing-lg {
    font-size: 27px;
    color: #3482ba;
}

.rating {
    unicode-bidi: bidi-override;
    direction: ltr;
    float: left;
    text-align: left;
}

.rating input {
    display: none;
}

.rating label {
    display: inline-block;
    font-size: 0;
    margin-bottom: 0;
}

.rating > label:before {
    position: relative;
    font: 20px/1 FontAwesome;
    display: block;
    content: "\f005";
    color: #dedddd;
    background: #dedddd;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rating > label:hover:before,
.rating > label:hover ~ label:before,
.rating > label.selected:before,
.rating > label.selected ~ label:before {
    color: #f0ad4e;
    background: #ffb14a;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.after-ph {
    padding: 3px 0;
    padding-bottom: 0;
    border-bottom: 1px solid #ddd;
}
.after-ph .rateit {
    float: left;
    padding-top: 2px;
}

.rating {
    position: relative;
}

.section1 .rating:after,
.section1 .rating:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.share {
    float: right;
    margin-right: 14px;
}

.share a {
    color: #979797;
}

.share a i {
    font-size: 18px;
    margin-top: 4px;
}

.share a:hover {
    color: #0280d1;
}

.book {
    display: table;
    margin: 0 auto;
    text-align: center;
    width: 140px;
}

.book img {
    display: block;
    margin: 0 auto;
    height: 200px;
    min-height: 200px;
}

.book img.ade {
    height: 346px;
}

.book a {
    text-decoration: none;
}

.book a h3 {
    color: #9c9c9c;
    font-family: 'DroidKufi-Regular', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 14px;
    margin-top: 0;
    min-height: 35px;
    line-height: 120%;
}

.book a:hover h3 {
    color: #f78c35;
}

.book p {
    color: #266a9b;
    font-family: 'DroidKufi-Regular', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 14px;
    text-align: center;
}
.book p.spec-it {
    color: #fe9d24;
    margin-bottom: 15px;
}

.book p {
    margin-bottom: 0;
}

#owl-demo3 {
    /*margin-top: 40px;*/
}

#owl-demo3 .title {
    margin-bottom: 40px;
}

#owl-demo3 .owl-next i,
#owl-demo3 .owl-prev i {
    font-size: 44px;
}

#owl-demo3 .owl-next i:hover,
#owl-demo3 .owl-prev i:hover {
    color: #f78c35;
}

#owl-demo3 .owl-next,
#owl-demo3 .owl-prev {
    display: inline-block;
    z-index: 999;
    opacity: 1;
    position: absolute;
    top: 50%;
    margin-top: 0
}



#owl-demo3 .owl-prev {
    left: -42px;
}

#owl-demo3 .owl-next {
    right: -42px;
}

.section2 {
    padding: 25px 0;
    background: #f3faff;
    border-top: 1px solid #e9f6ff;
    border-bottom: 1px solid #e9f6ff;
}

.section2 .title h3 {
    text-align: right;
    font-size: 25px;
    margin-bottom: 30px;
    color: #3482ba;
}

.section2 p {
    color: #3482ba;
    font-family: 'DroidKufi-Regular', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 15px;
    text-align: justify;
    line-height: 160%;
    margin-bottom: 15px;
}

a.moreat {
    background: #3482ba;
    color: #fff;
    text-transform: capitalize;
    display: inline-block;
    border-radius: 4px;
    font-family: 'DroidKufi-Regular', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 15px;
    padding: 10px 30px;
    text-decoration: none;
    text-align: center;
    position: relative;
}

.moreat:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 4px;
    background: #f78c35;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.moreat {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.moreat:hover:before,
.moreat:focus:before,
.moreat:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/**/

.categories ul li.item {
    text-align: center;
    list-style: none;
}

.categories ul li.item h5 a {
    font-size: 14px;
    font-weight: 400;
}

.categories ul li.item.cat1 .icon {
    background-image: url(../images/tab-1.PNG);
}

.categories ul li.item.cat1:hover .icon,
.categories ul li.item.cat1.active .icon {
    background-position: 0 -97px;
}

.categories ul li.item.cat2 .icon {
    background-image: url(../images/tab-2.PNG);
}

.categories ul li.item.cat2:hover .icon,
.categories ul li.item.cat2.active .icon {
    background-position: 0 -98px;
}

.categories ul li.item.cat3 .icon {
    background-image: url(../images/tab-3.PNG);
}

.categories ul li.item.cat3:hover .icon,
.categories ul li.item.cat3.active .icon {
    background-position: 0 -98px;
}

.categories ul li.item.cat4 .icon {
    background-image: url(../images/tab-4.PNG);
}

.categories ul li.item.cat4:hover .icon,
.categories ul li.item.cat4.active .icon {
    background-position: 0 -98px;
}

.categories ul li.item.cat5 .icon {
    background-image: url(../images/tab-5.PNG);
}

.categories ul li.item.cat5:hover .icon,
.categories ul li.item.cat5.active .icon {
    background-position: 0 -98px;
}

.categories ul li.item.cat6 .icon {
    background-image: url(../images/tab-6.PNG);
}

.categories ul li.item.cat6:hover .icon,
.categories ul li.item.cat6.active .icon {
    background-position: 0 -98px;
}

.categories ul li.item.cat7 .icon {
    background-image: url(../images/tab-7.PNG);
}

.categories ul li.item.cat7:hover .icon,
.categories ul li.item.cat7.active .icon {
    background-position: 0 -98px;
}

.categories ul li.item.cat8 .icon {
    background-image: url(../images/tab-8.PNG);
}

.categories ul li.item.cat8:hover .icon,
.categories ul li.item.cat8.active .icon {
    background-position: 0 -98px;
}

.categories ul li.item .icon {
    width: 100px;
    height: 98px;
    background-size: 99px auto;
    display: inline-block;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: 0.3s all ease 0s;
    -webkit-transition: 0.3s all ease 0s;
}

.categories .nav-tabs > li > a {
    padding: 5px 10px;
}

.categories .nav-tabs > li > a {
    border: 0;
    color: #555;
    background: none !important;
}

.categories .nav-tabs > li.active > a,
.categories .nav-tabs > li.active > a:hover,
.categories .nav-tabs > li.active > a:focus,
.categories .nav-tabs > li > a:hover {
    color: #555555;
    border: 0;
    border-bottom-color: transparent;
}

.categories .nav-tabs > li {
    display: inline-block;
    float: none;
}

.categories .nav-tabs {
    text-align: center;
    border-bottom: 0;
    padding-bottom: 11px;
}

/**/

.section3 {
    padding: 45px 0;
}

.section3 h3 {
    color: #0280d1;
    font-size: 28px;
    margin-top: 0;
}

.section3 p {
    color: #8b8a8a;
    font-family: 'DroidKufi-Regular', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 15px;
    text-align: justify;
    line-height: 160%;
    margin-bottom: 15px;
}

.section3 a.moreat {
    background: #f78c35;
}

.section3 .moreat:before {
    background: #3482ba;
}

a.vidi {
    position: relative;
    border-radius: 5px;
    display: block;
}

a.vidi img {
    margin: 0 auto;
    border: 4px solid #ccc;
}

a.vidi span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    background: rgba(68, 68, 68, 0.5) url(../images/play.png) no-repeat center;
}

a.vidi span:hover {
    background: rgba(68, 68, 68, 0.7) url(../images/play.png) no-repeat center;
}

div#html5-watermark {
    display: none !important;
}

#html5-text {
    font-family: "GESSTwoMed" !important;
    text-align: center !important;
    color: #ffffff !important;
    font-size: 16px !important;
}

.section4 {
    padding: 25px 0;
    padding-bottom: 40px;
    background: #484848 url(../images/sec.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.title1 h3 {
    font-size: 30px;
    text-align: center;
    color: #fff;
}

.title1 p {
    font-family: 'DroidKufi-Regular', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 18px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

.blocka {
    background: #f3faff;
    padding: 10px;
    text-align: center;
    border: 3px solid #a9a9a9;
    border-radius: 10px;
}

.blocka h3 {
    margin-top: 0;
    padding: 15px;
    padding-top: 10px;
    color: #0280d1;
    border-bottom: 2px solid #a9a9a9
}

.blocka p {
    color: #707070;
    margin: 40px 0;
    line-height: 160%;
    font-family: 'DroidKufi-Regular', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 15px;
    min-height: 84px;
}

.blocka a {
    background: #a9a9a9;
    padding: 10px 30px;
    border-radius: 20px;
    color: #fff;
    font-family: 'DroidKufi-Regular', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 15px;
    margin-bottom: 10px;
    display: inline-block;
    text-decoration: none;
}

.blocka.gold {
    border: 3px solid #FAB13F;
}

.blocka.gold h3 {
    border-bottom: 2px solid #FAB13F
}

.blocka.gold a {
    background: #FAB13F;
}

.blocka.blue {
    border: 3px solid #35d0f7;
}

.blocka.blue h3 {
    border-bottom: 2px solid #35d0f7
}

.blocka.blue a {
    background: #35d0f7;
}

.blocka.orang {
    border: 3px solid #f77f35;
}

.blocka.orang h3 {
    border-bottom: 2px solid #f77f35
}

.blocka.orang a {
    background: #f77f35;
}

.blocka a:hover {
    background: #3482ba;
}

/**/

.section5 {
    padding: 25px 0;
}

.section5 .title h3 {
    text-align: right;
    font-size: 25px;
    margin-bottom: 30px;
    color: #0280d1;
}

.book-deta {
    padding: 12px 20px;
    border: 1px solid #eee;
    background: #fcfcfc;
    overflow: hidden;
}

.book-deta img {
    float: right;
    margin-left: 12px;
    position: relative;
    height: 320px;
}

.book-deta h3 {
    color: #f78c35;
    margin: 15px 0;
    margin-top: 37px
}

.book-deta p {
    color: #777;
    line-height: 160%;
    font-family: 'DroidKufi-Regular', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 15px;
    text-align: justify;
    min-height: 169px;
}

.book-deta h4 {
    color: #3482ba;
    font-size: 16px;
}

.book-deta h4 span {
    color: #484848;
    padding-left: 5px;
}

#owl-demo5 .item img {
    transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    display: block;
    margin: 0 auto;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 10+, Firefox on Android */
    filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    opacity: 0.8;
}

#owl-demo5 .item:hover img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: none;
    /* IE6-9 */
    zoom: 1;
    /* needed to trigger "hasLayout" in IE if no width or height is set */
    -webkit-filter: grayscale(0%);
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

#owl-demo5 .owl-next,
#owl-demo5 .owl-prev {
    display: inline-block;
    z-index: 999;
    opacity: 1;
    position: absolute
}

#owl-demo5 .owl-next img,
#owl-demo5 .owl-prev img {}

#owl-demo5 a {
    color: #666;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    text-decoration: none;
}

#owl-demo5 p {
    font-family: 'DroidKufi-Regular', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 14px;
    margin-top: 12px;
}

#owl-demo5 .item:hover a {
    color: #f78c35;
    text-decoration: none;
}

#owl-demo5 .owl-next img:hover,
#owl-demo5 .owl-prev img:hover {
    transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 10+, Firefox on Android */
    filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

#owl-demo5 .owl-prev {
    left: -10px;
    top: 100%;
    margin-top: 2px;
}

#owl-demo5 .owl-next {
    right: -25px;
    top: 100%;
    margin-top: 20px;
}

/**/

/* footer */

.footer {
    padding: 25px 0;
    background-color: #3D4C4F;
    border-top: 10px solid #384548;
}

.qaute {
    color: #bab8b8;
    padding: 20px;
    border: 1px solid;
    background: #3f4f52;
    border-color: rgb(69, 87, 90);
    margin-bottom: 50px;
}

.qaute p {
    text-align: justify;
    margin-bottom: 0;
    font-size: 16px;
    margin-top: 0;
    color: #eee;
}

.qaute img {
    display: block;
    margin: 0 auto;
    margin-top: 5px;
}

.footer li a {
    font-size: 15px;
    color: #eee;
    text-decoration: none;
    padding-right: 10px;
    line-height: 180%;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}

.footer li a:hover {
    color: #fff;
    padding-right: 15px;
}

.footer li {
    list-style: none;
    line-height: 218%;
    margin: 0 5px 5px;
}

.footer li:before {
    content: "\f097";
    color: #3482ba;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.footer ul {
    margin-left: 10px;
    padding: 0;
}

.footer h3 {
    color: #fff;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 15px;
}

.footer h3 i {
    margin-left: 10px;
    color: #3482ba;
    font-size: 14px;
}

.footer .input-group .form-control {
    border: 0 !important;
    font-size: 16px;
    padding: 10px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #fff;
}

.footer .input-group .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ddd;
}

.footer .input-group .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #ddd;
}

.footer .input-group .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #ddd;
}

.footer .input-group .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #ddd;
}

.footer .input-group {
    border-bottom: 1px solid rgb(85, 105, 109) !important;
}

.footer .input-group-btn > .btn {
    background: transparent;
    border-radius: 0;
    font-size: 18px;
    color: #bab8b8;
    border: 0 !important;
}

.footer .col-md-4 p {
    color: #eee;
    font-size: 15px;
    text-align: justify;
}

.footer-area {
    border-top: 0;
    margin-top: 0;
    padding: 30px 0;
    background: #f3faff;
}

.footer-area p {
    margin: 0;
    font-size: 16px;
    margin-top: 5px;
}

.footer-area .top-links a {
    font-size: 16px;
    padding-top: 8px;
    display: inline-block;
    width: 35px;
    text-align: center;
    height: 35px;
    color: #3482ba;
    border: 1px solid #eee;
}

.footer-area .top-links a:hover {
    color: #f78c35;
}

.book .imagee {
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-align: right;
}

.imagee span {
    position: absolute;
    top: 100%;
    width: 100%;
    height: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.58);
    padding: 10px 5px;
    transition: 0.3s all ease 0s;
    -webkit-transition: 0.3s all ease 0s;
}

.imagee.play span {
    top: 0;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.38);
}

.modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%) !important;
}

.imagee.play span img {
    cursor: pointer;
    width: auto;
    display: block;
    height: auto;
    min-height: auto;
    min-width: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}
.imagee.play.has-d:hover span img.audio-box {
    top: 15px;
}
.imagee.play.has-d:hover span img {
    transform: inherit;
}
.imagee.play.has-d span .valign img {
    transform: inherit;
}
.imagee.play.has-d .valign {
    bottom: -100%;
    top: auto;
    transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}
.imagee.play.has-d:hover .valign {
    position: relative;
    top: auto;
    bottom: -15%;
    transform: inherit;
}
.book:hover .imagee span {
    top: 0;
}

.imagee span a {
    text-decoration: none;
    text-align: inherit;
    padding: 8px 0;
    font-size: 12px;
    margin-bottom: 10px;
    border-radius: 25px;
    display: block;
    background: #fff;
    color: #0281d2;
}

.book img {
    min-width: 140px;
}

.book .imagee span a img {
    height: auto;
    min-height: auto;
    min-width: auto;
    width: auto;
    display: inline-block;
    padding-left: 2px;
    padding-right: 8px;
}

.imagee span a:hover {
    background: #e2e2e2;
}

.imagee span a.colo-1 {
    background: #0281d2;
    color: #fff;
}

.imagee span a.colo-1:hover {
    background: #046aab;
}

.valign {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    /* vendor prefixes omitted due to brevity */
}

.log-links.lef a.aske {
    color: #3482ba;
    background: #fff;
    border-radius: 50%;
    font-size: 23px;
    padding: 0;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    vertical-align: middle;
    margin-left: 6px;
}

.log-links.lef a.aske:hover {
    color: #fff;
    background: #f78c35;
}

/* footer-1 */

.footer-1 {
    padding: 30px 0;
    padding-bottom: 15px;
    background: #3D4C4F url(../images/foot-back.jpg) no-repeat;
    background-size: cover;
}

.footer-1 li a {
    font-family: 'DroidKufi-Regular', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 180%;
    text-decoration: none;
    padding-right: 5px;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}

.footer-1 li a:hover {
    color: #fff;
    text-shadow: 0 0 3px #fff;
}

.footer-1 li {
    list-style: none;
    line-height: 160%;
    margin: 0px 0px 0px;
}

.footer-1 li:before {
    content: "\f111";
    color: #fff;
    display: inline-block;
    font: normal normal normal 6px/1 FontAwesome;
    font-size: 5px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.footer-1 ul {
    margin-left: 10px;
    padding: 0;
}

.footer-1 h3 {
    color: #fff;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 10px;
}

.col-md-15.foot-log {
    min-height: 217px;
    border-left: 5px solid #f78c35;
    text-align: center;
}

.col-md-15.foot-log img {
    display: inline-block;
    vertical-align: middle;
    padding-top: 9px;
    position: relative;
    top: 50%;
    transform: translateY(100%);
}

.footer-1 .input-group .form-control {
    border: 1px solid #fff;
    font-size: 16px;
    padding: 10px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #fff;
}

.footer-1 .input-group {
    margin-top: 15px;
}

.footer-1 .input-group .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #d5d1d1;
}

.footer-1 .input-group .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #d5d1d1;
}

.footer-1 .input-group .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #d5d1d1;
}

.footer-1 .input-group .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #d5d1d1;
}

.footer-1 .input-group-btn > .btn {
    background: #3482ba;
    border-radius: 0;
    font-size: 18px;
    padding: 9px 17px;
    color: #fff;
    border: 1px solid #3482ba;
    margin-right: 7px;
}

.footer-1 p {
    color: #ffffff;
    font-size: 14px;
    margin-top: 25px;
}

.footer-1 .social-menu a {
    text-align: center;
    color: #ffffff;
    width: 44px;
    height: 44px;
    line-height: 46px;
    font-size: 21px;
    float: left;
    margin-right: 4px;
}

.footer-1 .social-menu a.facebook {
    background: #3a589b;
}

.footer-1 .social-menu a.twitter {
    background: #598dca;
}

.footer-1 .social-menu a.linkedin {
    background: #007ab9;
}

.footer-1 .social-menu a.instagram {
    background: #e4405f;
}

.footer-1 .social-menu a.youtube {
    background: #cf3427;
}

.row.mar-8 {
    margin: 0 -5px;
}

.row.mar-8 .col-md-6,
.row.mar-8 .col-md-3,
.row.mar-8 .col-md-9,
.row.mar-8 .col-md-8,
.row.mar-8 .col-md-4 {
    padding: 0 5px;
}

/**/

.fixed-menu {
    background: rgba(40, 103, 149, 0.93);
    padding: 20px;
    position: fixed;
    top: 0;
    right: -301px;
    height: 100%;
    z-index: 9999;
    transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    overflow-y: auto;
}

.topia {
    padding: 0 78px;
    position: relative;
    padding-top: 0;
}

.topia img {
    display: block;
    margin: 0 auto;
}
.topia a.backi {
    cursor: pointer;
}
.topia a.backi img {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
}

.fixed-menu .log-links {
    margin-top: 20px;
    text-align: center;
}

.fixed-menu .log-links a {
    padding: 0;
}

.fixed-menu .log-links a + a {
    padding-right: 20px;
}

.fixed-menu .log-links a + a:after {
    content: "";
    height: 100%;
    width: 3px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 6px;
}

.fixed-menu a.moreat {
    display: block;
    margin-top: 15px;
    background: #f78c35;
    text-align: center;
}

.fixed-menu a.moreat:before {
    background: #3482ba;
}

.fixed-menu ul.s-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 15px;
}

.fixed-menu ul.s-menu li {
    cursor: pointer;
}

.fixed-menu ul.s-menu a {
    color: #fff;
    padding: 5px;
    text-decoration: none;
    font-size: 16px;
    margin-bottom: 3px;
    display: block;
    position: relative;
}
.fixed-menu ul.s-menu a span {
    background: #f78c35;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
    display: inline-block;
    margin-right: 10px;
    font-family: sans-serif;
    font-size: 12px;
}
.fixed-menu ul.s-menu a:hover {
    color: #ffb67b;
}

.fixed-menu ul.s-menu a i {
    margin-right: 12px;
    padding: 0;
    color: #fff !important;
    width: 17px;
    height: 17px;
    text-align: center;
    transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.fixed-menu ul.s-menu li.has-drop ul {
    display: none;
    margin: 0;
}

.fixed-menu ul.s-menu li.has-drop ul li {
    padding-right: 20px;
}

.fixed-menu ul.s-menu li.has-drop.active a i {
    transform: rotate(180deg);
}

.fixed-menu ul.s-menu li.has-drop ul li a {
    font-size: 15px;
    padding-right: 5px;
}

.fixed-menu ul.s-menu li.has-drop ul li a:before {
    content: "\f111";
    color: #f78c35;
    display: inline-block;
    font: normal normal normal 6px/1 FontAwesome;
    font-size: 5px;
    padding-left: 5px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fixed-menu ul.s-menu a img {
    padding-left: 12px;
}
.fixed-menu .social-menu {
    text-align: center;
    margin-top: 25px;
}
.book .imagee.play span {
    text-align: center;
}
.book .imagee.play span.omai {
    background: url('../images/book-play.png') no-repeat;
    width: 67px;
    height: 67px;
    margin: 0 auto;
    cursor: pointer;
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}
.book.showme .imagee.play span.omai {
    background: url('../images/book-pause.png') no-repeat;
}
span.loofy {
    font-family: sans-serif;
    cursor: pointer;
    font-weight: bold;
    color: #3b86bc;
    font-size: 24px;
    position: absolute;
    right: auto;
    left: 13px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 33px;
    border: 2px solid #909090;
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}
span.loofy:hover {
   color: #fe9d24;
}
#signin .modal-sm {
    width: 420px;
    margin: 0 auto;
}


#signin .checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
    opacity: 1;
}

#signin .checkbox label::before {
    display: none;
}

#signin .checkbox {
    padding-left: 16px;
}

#signin .modal-content {
    background: none;
    box-shadow: none;
}

#signin .tab-content {
    background: #ffffff;
    padding: 25px 20px;
    margin: 0;
    border-radius: 0 0 8px 8px;
}

#signin .btn-login,
#signin .google {
    margin-bottom: 0;
}

#Registration .btn-login {
    margin-bottom: 10px;
}

#signin .nav-tabs {
    margin-bottom: 0;
    border-bottom: 0;
}

#signin .nav > li {
    width: 50%;
}

#signin .nav > li > a {
    display: block;
    color: #484848;
    background: #e9e5e5;
    padding: 10px 20px;
    font-size: 20px;
    border-radius: 20px 20px 0 0;
    margin: 0;
    margin-top: 16px;
    border: 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

#signin .nav > li.active > a {
    color: #3482ba;
    background: #ffffff;
    padding: 15px 20px;
    margin-top: 5px;
}

#signin .section-2 {
    padding: 0;
}

#signin .section-2 a.addy {
    font-size: 16px;
    margin: 0;
    margin-top: 15px;
    margin-bottom: 15px;
}

#signin a.addy.face {
    padding: 10px;
    margin-top: 15px;
}

#signin a.addy.goog {
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 0;
}
.section-2 .form-group.inp select.form-control {
    margin-bottom: 15px;
    border: 1px solid #9a9999;
    border-radius: 0;
    padding: 10px;
    font-size: 17px;
}
@media (max-width: 991px) {
    .navbar-nav {
        display: none;
        margin: 0 auto;
    }
}
.navbar-nav > li > a {
  font-family: 'DroidKufi-Regular', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.navbar-nav > li > .dropdown-menu {
    border: 0 none;
    border-radius: 15px;
    margin-top: 13px;
    padding: 0;
}
.navbar-nav > li > .dropdown-menu:before {
    content: "";
    position: absolute;
    top: -12px;
    right: 40px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid white;
}
.navbar-nav > li > .dropdown-menu li:first-child a {
    border-top-right-radius: 14px;
    border-top-left-radius: 14px;
}
.navbar-nav > li > .dropdown-menu li:last-child a {
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
    border-bottom: 0;
}
#no-more-tables .table-bordered td.dele {
    color: #fff
}

.addtoshoppingcart {
  position: relative;
  z-index: 100;
}

.no-gutters {
    padding: 0 !important;
}
.english-font {
    font-family: sans-serif;
}

.sec .container {
    border-top: 1px solid #b1b1b1;
}
.sec-2 .container {
    border-bottom: 1px solid #b1b1b1;
    border-top: 1px solid #b1b1b1;
}
.sec-3 .container {
    border-top: 1px solid #b1b1b1;
}
.sec-details {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}
.sec-details .sec-details-col {
    flex: 1;
}
.sec-details .sec-details-col.right-col {
    border-left: 1px solid #b1b1b1;
}

#custom-modal label {
    display: block;
}





.whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    left: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 42px;
    box-shadow: 1px 6px 24px 0 rgb(7 94 84 / 24%);
    z-index: 100;
    line-height: 60px;
    float: left;
    margin-left: 4px;
    cursor: pointer;
    display: none;
}


/*.social-menu .whatsapp:hover {
    transform: rotate(360deg);
    color: #f78c35;
}*/

.fab-checkbox {
    display: none;
}

.fab {
    /*position: absolute;
  bottom: -1rem;
  left: -1rem;
  width: 4rem;
  height: 4rem;*/
    transition: all 0.3s ease;
    z-index: 1;
    width: 100%;
    margin-bottom: 0px !important;
    border-radius: 50%;
    cursor: pointer;
}

/*.fab:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
}*/

.fab-checkbox:checked ~ .fab:before {
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
}

.fab-wheel {
    position: absolute;
    bottom: 0;
    right: -2rem;
    /*width: 10rem;
  height: 10rem;*/
    transition: all 0.3s ease;
    transform-origin: center center;
    transform: scale(0);
}

.fab-checkbox:checked ~ .fab-wheel {
    transform: scale(1);
}

.fab-action {
    position: absolute;
    background-color: #25d366 !important;
    width: 100px !important;
    height: 35px !important;
    line-height: 30px !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: White;
    transition: all 1s ease;
    opacity: 0;
}

.fab-checkbox:checked ~ .fab-wheel .fab-action {
    opacity: 1;
    border-radius: 5px !important;
}

.fab-action:hover {
    background-color: #f16100;
    text-decoration: none;
}

.fab-wheel .fab-action-3 {
    left: 0rem;
    bottom: 3rem;
    font-size: 18px !important;
}

.fab-wheel .fab-action-4 {
    left: 0;
    bottom: -1rem;
    font-size: 18px !important;
}

a.fab-action:hover {
    transform: none !important;
    color: #fff !important;
}