/*
Template:  javenist E-Commerce HTML5 Template;
Author: HasTech;
Version: 1.0;
Design and Developed by: 
NOTE: This is main style sheet of template, 
This file contains the styling for the actual Template. 
Please do not change anything here! write in a custom.css file if required!

*/
/*================================================
[  Table of contents  ]
================================================
01. General
02. Page section margin padding 
03. Section title 1
04. Section title 2
05. button
06. button small
07. share button
08. Text color
09. Input
10. Extra class
12. loading
13. Box Layout
14. Back to top
15. Basic margin padding
 
======================================
[ End table content ]
======================================*/

/*************************
    General
*************************/
/*-----------------------------------------
    Google Font Rubik , Raleway and Shadows
-------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i|Raleway:400,700,900|Shadows+Into+Light');



/*************************
    General
*************************/
* {
    margin: 0;
    padding: 0;
    list-style: none;
    word-wrap: break-word;
    outline: 0
}

*,
::after,
::before {
    box-sizing: border-box
}

body {
    font-family: Muli, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 25px;
    color: #7a7a7a;
    font-size: 14px
}

img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s
}

.img-full img {
    width: 100%
}

.img-responsive {
    overflow: hidden
}

.img-responsive img {
    width: 100%;
    height: auto
}

a,
.btn {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-decoration: none;
    cursor: pointer;
    font-family: Muli, sans-serif
}

.btn {
    display: inline-block;
    line-height: 14px;
    outline: 0;
    border-radius: 0;
    font-size: 14px
}

.btn:focus {
    box-shadow: none
}

a:focus,
.btn:focus {
    text-decoration: none;
    outline: none
}

a:focus,
a:hover {
    color: #fda42c;
    text-decoration: none
}

a,
button,
input {
    outline: medium none;
    color: #7a7a7a
}

.site-header-menu a,
button,
input {
    outline: medium none;
    color: #000
}

@media (max-width:985px) {

    .site-header-menu a,
    button,
    input {
        outline: medium none;
        color: #000
    }
}

.top_bar_dropdown a,
button,
input {
    outline: medium none;
    color: #000 
}

a,
button,
img,
input,
span {
    transition: all .3s ease 0s;
    outline: 0;
    border: none
}

:focus {
    outline: 0 !important
}

input:focus {
    border-color: #fda42c !important;
    color: #fda42c !important
}

button,
input[type=submit] {
    cursor: pointer;
    font-family: Muli, sans-serif
}

label {
    font-family: Muli, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #626262
}

dl,
ol,
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'system-ui', sans-serif;
    font-weight: normal;
    color: #9d9d9d;
    margin-top: 0px;
    font-style: normal;
    font-weight: 700;
    margin: 2px 0 5px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}

ul {
    margin: 0px;
    padding: 0px
}

li {
    list-style: none
}

p {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #7a7a7a;
    margin-bottom: 15px
}

hr.style-2 {
    border-bottom: 1px dashed #f10
}

hr.mp-0 {
    margin: 0;
    border-bottom: 1px solid #eceff8
}

hr.mtb-40 {
    margin: 40px 0;
    border-bottom: 1px solid #eceff8;
    border-top: 0px
}

*::-moz-selection {
    background: #91b2c3;
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    background: #91b2c3;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #91b2c3;
    color: #fff;
    text-shadow: none
}

.mark,
mark {
    background: #fda42c none repeat scroll 0 0;
    color: #ffffff
}

span.tooltip-content {
    color: #00a9da;
    cursor: help;
    font-weight: 600
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #fda42c;
    padding: 0.2em 0
}

.border-around {
    border: 1px solid #ebebeb;
    border-radius: 3px
}

.border-line--small {
    width: 20px;
    height: 1px;
    background: #fff;
    left: 0;
    top: 50%
}

.list-space--small>li {
    margin-bottom: 10px
}

.list-space--small>li:last-child {
    margin-bottom: 0
}

.list-space--medium>li {
    margin-bottom: 20px
}

.list-space--medium>li:last-child {
    margin-bottom: 0
}

.list-space--large>li {
    margin-bottom: 30px
}

.list-space--large>li:last-child {
    margin-bottom: 0
}

.pos-relative {
    position: relative
}

.pos-absolute {
    position: absolute
}

.position-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%
}

.overflow-hidden {
    overflow: hidden
}

.float-margin-auto--15 {
    margin-left: -15px;
    margin-right: -15px
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.float-grid-2 {
    width: 50%
}

.float-grid-3 {
    width: 100%
}

@media (min-width:576px) {
    .float-grid-3 {
        width: 50%
    }
}

@media (min-width:768px) {
    .float-grid-3 {
        width: 50%
    }
}

@media (min-width:992px) {
    .float-grid-3 {
        width: 33.3333%
    }
}

.float-grid-4 {
    width: 100%
}

@media (min-width:576px) {
    .float-grid-4 {
        width: 50%
    }
}

@media (min-width:768px) {
    .float-grid-4 {
        width: 33.333%
    }
}

@media (min-width:992px) {
    .float-grid-4 {
        width: 25%
    }
}

.float-grid-5 {
    width: 100%
}

@media (min-width:360px) {
    .float-grid-5 {
        width: 50%
    }
}

@media (min-width:576px) {
    .float-grid-5 {
        width: 50%
    }
}

@media (min-width:768px) {
    .float-grid-5 {
        width: 33.333%
    }
}

@media (min-width:992px) {
    .float-grid-5 {
        width: 25%
    }
}

@media (min-width:1200px) {
    .float-grid-5 {
        width: 20%
    }
}

.float-20-per {
    width: 20%
}

.float-80-per {
    width: 80%
}

.text-overflow-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.m-b-60-md {
    margin-bottom: 60px
}

@media (min-width:992px) {
    .m-b-60-md {
        margin-bottom: 0
    }
}

.m-b-60-md .banner__box--single {
    text-align: center
}

.m-t-60-md {
    margin-top: 60px
}

@media (min-width:992px) {
    .m-t-60-md {
        margin-top: 0
    }
}

.m-t-60-md .banner__box--single {
    text-align: center
}

.gray-bg.p-tb-100 {
    padding-top: 60px;
    padding-bottom: 60px
}

@media (min-width:768px) {
    .gray-bg.p-tb-100 {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media (min-width:992px) {
    .gray-bg.p-tb-100 {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

.gray-bg.m-t-100 {
    margin-top: 50px
}

@media (min-width:768px) {
    .gray-bg.m-t-100 {
        margin-top: 70px
    }
}

@media (min-width:992px) {
    .gray-bg.m-t-100 {
        margin-top: 90px
    }
}

.absolute-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

.absolute-center-vertical {
    top: 50%;
    transform: translateY(-50%)
}

.absolute-center-horizontal {
    left: 50%;
    transform: translateX(-50%)
}

.color-invert {
    filter: invert(100%)
}

.tr-vertical-middle {
    vertical-align: middle
}

.color-green {
    color: #fda42c
}

.gray-bg {
    background-color: #f9f9f9
}

.font--light {
    font-weight: 300
}

.font--regular {
    font-weight: 400
}

.font--medium {
    font-weight: 500
}

.font--semi-bold {
    font-weight: 600
}

.font--bold {
    font-weight: 700
}

.font--xbold {
    font-weight: 800
}

.font--black {
    font-weight: 800
}

.title {
    display: block;
    line-height: 1
}


.container {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 100%
    }
}

@media (min-width:992px) {
    .container {
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1200px
    }
}

.container-fluid {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}



.title__hero--tiny {
    font-size: 16px
}

.title__hero--small {
    font-size: 20px
}

@media (min-width:768px) {
    .title__hero--small {
        font-size: 24px
    }
}

.title__hero--xlarge {
    font-size: 25px;
    line-height: 25px
}

@media (min-width:576px) {
    .title__hero--xlarge {
        font-size: 25px;
        line-height: 25px
    }
}

@media (min-width:768px) {
    .title__hero--xlarge {
        font-size: 63px;
        line-height: 63px
    }
}

@media (min-width:992px) {
    .title__hero--xlarge {
        font-size: 63px;
        line-height: 63px
    }
}

@media (min-width:1200px) {
    .title__hero--xlarge {
        font-size: 63px;
        line-height: 63px
    }
}

@media (min-width:1566px) {
    .title__hero--xlarge {
        font-size: 63px;
        line-height: 63px
    }
}

.section-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.section-content__title {
    font-size: 25px;
    line-height: 35px;
    color: #222;
    font-weight: 400;
    text-transform: capitalize
}

@media (min-width:768px) {
    .section-content__title {
        font-size: 36px;
        line-height: 36px
    }
}

.section-content__desc {
    margin-top: 5px;
    color: #888;
    font-size: 14px;
    transition: all .3s ease;
    text-decoration: none;
    display: inline-block
}

.section-content--border {
    padding-bottom: 28px;
    border-bottom: 1px solid #ebebeb
}

@media (min-width:992px) {
    .section-content--border {
        padding-bottom: 20px
    }
}

.section-content__inner {
    margin-bottom: 30px
}

@media (min-width:576px) {
    .section-content__inner {
        margin-bottom: 30px
    }
}

@media (min-width:768px) {
    .section-content__inner {
        margin-bottom: 50px
    }
}

@media (min-width:992px) {
    .section-content__inner {
        margin-bottom: 60px
    }
}

.section-content__inner h2 {
    display: inline-block;
    margin-bottom: 0;
    text-transform: capitalize;
    position: relative;
    font-family: Muli, sans-serif;
    font-weight: 600;
    font-size: 19px;
    line-height: 20px;
    margin-bottom: 30px;
}

@media (min-width:576px) {
    .section-content__inner h2 {
        font-size: 19px;
        line-height: 20px
    }
}

@media (min-width:768px) {
    .section-content__inner h2 {
        font-size: 33px;
        line-height: 37px
    }
}

@media (min-width:992px) {
    .section-content__inner h2 {
        font-size: 40px;
        line-height: 48px
    }
}

.section-content__inner h2::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 2px;
    background: #fff;
    bottom: -35px;
    left: 50%;
    transform: translatex(-50%)
}

.block-quote {
    margin-left: 80px;
    color: #666;
    background: #eef0f1;
    border-left: 5px solid #79a206;
    padding: 15px 30px;
    margin: 30px 0 30px 40px;
    text-align: justify;
    font-weight: 400;
    font-style: italic;
    line-height: 1.8
}

.para__text {
    font-size: 14px;
    margin: 20px 0 20px 0
}

.para__text:last-child {
    margin: 20px 0 0 0
}

.text--gray {
    color: #666
}

.text-area {
    margin-bottom: 60px
}

.text-area:last-child {
    margin-bottom: 0
}

@media (min-width:768px) {
    .text-area {
        margin-bottom: 80px
    }
}

@media (min-width:992px) {
    .text-area {
        margin-bottom: 100px
    }
}

.text-area h5 {
    margin-bottom: 30px
}

.text-underline {
    text-decoration: underline
}

.letter-spacing--4 {
    letter-spacing: 4px
}

@keyframes animate-top {
    0% {
        opacity: 0;
        transform: translateY(-50px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes animate-bottom {
    0% {
        opacity: 0;
        transform: translateY(50px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes animate-left {
    0% {
        opacity: 0;
        transform: translateX(-100%)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes animate-right {
    0% {
        opacity: 0;
        transform: translateX(50px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes animate-zoom {
    0% {
        opacity: 0;
        transform: scale(.3)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes animate-zoom-blink {
    0% {
        transform: scale(1.1)
    }

    25% {
        transform: scale(.9)
    }

    50% {
        transform: scale(1.1)
    }

    75% {
        transform: scale(.9)
    }

    100% {
        transform: scale(1.1)
    }
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.glossy-flash-animate::before {
    background: rgba(255, 255, 255, .3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 50%;
    top: 0;
    opacity: 1
}

.glossy-flash-animate::after {
    background: rgba(255, 255, 255, .6);
    bottom: 50%;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 1
}

.glossy-flash-animate:hover::before {
    left: 0;
    right: 0;
    opacity: 0;
    transition: all .9s linear
}

.glossy-flash-animate:hover::after {
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: all .9s linear
}

.btn--icon-left i {
    padding-left: 10px
}

.btn--icon-right i {
    padding-right: 10px
}

.btn--box {
    display: inline-block
}

.btn--block {
    display: block
}

.btn--round {
    border-radius: 50%
}

.btn--round-size-small {
    height: 45px;
    width: 45px;
    line-height: 45px
}

.btn--radius {
    border-radius: 30px
}

.btn--radius-tiny {
    border-radius: 3px
}

.btn-transparent {
    background-color: transparent
}

.btn--border-black {
    border: 1px solid #323232
}

.btn--border-black-hover-green:hover {
    color: #fff;
    background: #fda42c;
    border-color: #fda42c #fda42c transparent transparent;
}

.btn--border-gray {
    border: 1px solid #ebebeb
}

.btn--border-gray-hover-green:hover {
    color: #fff;
    background: #fda42c;
    border-color: #fda42c #fda42c transparent transparent;
}

.btn--border-green {
    color: #fda42c;
    border: 1px solid #fda42c
}

.btn--border-green-hover-green:hover {
    color: #fff;
    background: #fda42c;
    border-color: #fda42c #fda42c transparent transparent;
}

.btn--long {
    width: 240px;
    height: 42px;
    line-height: 42px;
    font-size: 16px
}

@media (min-width:992px) {
    .btn--long {
        width: 285px
    }
}

.btn--large {
    padding: 15px 30px
}

@media (min-width:768px) {
    .btn--large {
        padding: 22px 45px
    }
}

.btn--medium {
    padding: 8px 20px
}

@media (min-width:992px) {
    .btn--medium {
        padding: 15px 35px
    }
}

.btn--small {
    padding: 14px 20px
}

@media (min-width:768px) {
    .btn--small {
        padding: 14px 20px
    }
}

.btn--tiny {
    padding: 5px 15px
}

.btn--gray {
    background: #ebebeb
}

.btn--gray-hover-green {
    color: #fff
}

.btn--gray-hover-green:hover {
    color: #fff;
    background: #fda42c
}

.btn--black {
    background: #222
}

.btn--black-hover-green {
    color: #fff
}

.btn--black-hover-green:hover {
    color: #fff;
    background: #fda42c
}

.btn--green {
    background: #fda42c;
    color: #fff
}

.btn--green-hover-black {
    color: #fff
}

.btn--green-hover-black:hover {
    color: #fff;
    background: #323232
}

.btn.color-green {
    color: #fda42c
}

.btn.color-green:hover {
    color: #fda42c
}

button.btn--block {
    width: 100%
}

button.close {
    font-weight: 300;
    font-size: 14px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}

.link--gray {
    color: #666;
    text-decoration: none !important;
    font-weight: 500
}

.link--gray:hover {
    color: #fda42c
}

.link--green {
    color: #79a206;
    text-decoration: none !important;
    font-weight: 500
}

.link--green:hover {
    color: #79a206
}

.link--icon-left {
    display: inline-flex;
    align-items: center
}

.link--icon-left i {
    margin-right: 10px
}

.link--icon-right {
    display: inline-flex;
    align-items: center
}

.link--icon-right i {
    margin-left: 10px
}

.nametag {
    display: flex
}

.nametag span {
    font-weight: 700;
    margin-right: 15px
}

.nametag__list li {
    display: inline-block;
    margin-right: 10px
}

.nametag__list a {
    color: #888;
    text-decoration: none !important;
    transition: all .3s ease
}

.nametag__list a:hover {
    color: #e81212
}

.internal-link {
    color: #fff;
    margin-left: 30px;
    transition: all .3s ease
}

.internal-link:hover {
    color: #f17b08
}


/***************************
    transtion
****************************/
a.button-small::after {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.share ul,
.share:hover ul {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

a.button-border span,
a.button-border-white span,
input,
select,
textarea {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

/*************************
    Section title 1
***********************/
.section-title1-border {
    border-bottom: 2px solid #fda42c;
    margin: 0 0 30px
}

.section-title1 h3 {
    background: #fda42c;
    border-radius: 4px 4px 0 0;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    line-height: 24px;
    text-transform: uppercase;
    padding: 10px 20px;
    position: relative;
    margin: 0;
    font-weight: 700
}

/*************************
    section title 2
*************************/
.section-title2 h3 {
    background: #fda42c;
    border-radius: 4px 4px 0 0;
    color: #fff;
    font-size: 14px;
    display: block;
    line-height: 26px;
    text-transform: uppercase;
    padding: 10px 20px;
    position: relative;
    font-weight: 700;
    margin: 0
}

/*************************
    section title 3
*************************/
.section-title3>h3 {
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    font-family: Raleway;
    font-weight: 900;
    font-style: normal;
    margin-bottom: 20px;
    line-height: 24px
}

.section-title3>p {
    text-align: center;
    font-style: italic;
    color: #717171;
    margin-bottom: 35px
}

/*************************
         button
*************************/
a.button {
    font-size: 13px;
    color: #fff;
    line-height: 46px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block !important;
    vertical-align: top;
    padding: 0 40px;
    font-weight: 500;
    background: #fda42c;
    border-radius: 5px;
}

a.button:hover {
    background: #363F4D;
}

.cart-button a.button2 {
    border: none;
    background: #586985;
    color: #a3acb9;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 20px;
    display: block;
    text-transform: capitalize;
    font-size: 14px;
    margin-bottom: 15px;
    border-radius: 2px;
    font-weight: 400
}

.cart-button {
    background: #37475b;
    margin: 0 -35px;
    padding: 25px 35px
}

.cart-button a.button2:hover {
    background: #fda42c;
    color: #fff
}

a.button.add-btn,
a.button.add-btn.big {
    background: #363F4D;
    height: 40px;
    line-height: 40px;
    position: absolute;
    left: 0;
    top: 40px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    margin: 0 12px;
    right: 0;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px
}

a.button.add-btn.big {
    top: auto;
    bottom: 15px
}

a.button.add-btn:hover {
    background: #fda42c;
}

/*about button*/
.button2 {
    background: none;
    border: 1px solid #4c4c4c;
    color: #7a7a7a;
    height: 40px;
    line-height: 40px;
    margin-top: 26px;
    box-shadow: none;
    border-radius: 3px;
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    padding: 0 25px;
    text-shadow: none;
    text-transform: capitalize;
    text-align: center;
    transition: all .3s ease-out;
    vertical-align: middle
}

.button2:hover {
    background: #fda42c;
    color: #fff;
    border-color: #fda42c
}

/*************************
        button small
*************************/
a.button-small {
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    overflow: hidden;
    padding: 0;
    position: relative;
    background-color: #fda42c;
    color: #fff;
    font-size: 15px
}

a.button-small i {
    background: rgba(0, 0, 0, 0.09);
    display: block;
    float: left;
    padding: 10px;
    font-size: 13px;
    color: #fff;
    font-weight: normal;
    width: 40px;
    text-align: center
}

a.button-small span {
    display: block;
    float: left;
    position: relative;
    z-index: 2;
    padding: 8px 10px;
    font-size: 13px;
    color: #fff;
    font-weight: normal
}

a.button-small:after {
    background: rgba(0, 0, 0, 0.09) none repeat scroll 0 0;
    content: "";
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 1
}

a.button-small:hover::after {
    width: 100%
}

.form-button,
.readmore-button,
.price-button,
.compare-btn {
    background: #363f4d;
    box-shadow: none;
    border: 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    padding: 0 25px;
    text-shadow: none;
    text-transform: capitalize;
    text-align: center;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    vertical-align: middle;
    white-space: nowrap
}

.action-btn.big,
.action-btn.small {
    background: #363f4d;
    color: #fff;
    display: block;
    border-radius: 3px;
    font-size: 1em;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    text-transform: capitalize;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    min-width: 170px;
    transition: all 0.3s ease-in-out
}

.action-btn.big {
    min-width: 170px
}

.action-btn.small {
    min-width: 35px
}

.readmore-button {
    letter-spacing: 2px;
    margin-bottom: 25px
}

.price-button {
    padding: 0 15px;
    height: 30px;
    line-height: 28px;
    font-size: 12px;
    width: 60px;
    display: block;
    margin-top: 10px
}

.price-button:focus {
    background: #363f4d
}

.compare-btn {
    font-weight: 700;
    position: relative;
    float: right;
    height: 35px;
    line-height: 35px
}

.compare-btn::after {
    content: "\f00c";
    font-family: FontAwesome;
    font-weight: normal;
    vertical-align: bottom;
    margin-left: 5px
}

.form-button:hover,
.readmore-button:hover,
.price-button:hover,
.compare-btn:hover,
.action-btn.big:hover,
.action-btn.small:hover {
    background: #fda42c;
    color: #fff
}

/*************************
        buttons variation
*************************/
a.button.large {
    margin-right: 0px;
}

a.button.large span {
    padding: 16px 80px;
    font-size: 18px;
}

a.button.large i {
    padding: 20px;
    width: 60px;
    font-size: 18px;
}

a.button.medium span {
    padding: 14px 60px;
    font-size: 16px;
}

a.button.medium i {
    padding: 17px;
    width: 50px;
    font-size: 16px;
}

a.button.small span {
    padding: 12px 40px;
}

a.button.small i {
    padding: 14px;
    width: 45px;
}

a.button.small span {
    padding: 12px 40px;
}

a.button.small i {
    padding: 15px;
    width: 45px;
}

a.button.extra-small span {
    padding: 8px 20px;
    font-size: 13px;
}

a.button.extra-small i {
    padding: 11px;
    width: 38px;
    font-size: 13px;
}

/*************************
       social-icon
*************************/
.social-icon ul {
    margin: 0;
    padding: 0;
}

.social-icon ul li {
    display: inline-block;
    list-style: none;
}

.social-icon ul li a {
    display: block;
    margin: 3px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    background: #fda42c;
    text-align: center;
    border-radius: 50%;
}

.social-icon ul li a:hover {
    background: #EB3B60;
}

.social-icon.socile-icon-style-2 ul li a {
    color: #fff;
    background: #323232;
    border-radius: 0;
}

.social-icon.socile-icon-style-2 ul li a:hover {
    background: #EB3B60;
}

.social-icon.socile-icon-style-3 ul li a {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
}

.social-icon.socile-icon-style-3 ul li a:hover {
    background: #EB3B60;
    border-color: #EB3B60;
}


/*************************
        Text color
*************************/
.text-blue {
    color: #fda42c;
}

.text-white {
    color: #fff;
}

.text-black {
    color: #363636;
}

.text-theme {
    color: #f10;
}

.text-white h1,
.text-white p,
.text-white h2 {
    color: #fff;
}

.text-white {
    color: #fff;
}

.text-black {
    color: #363636;
}

.text-theme {
    color: #f10;
}



/*************************
        back-to-top
*************************/
#scrollUp {
    width: 50px;
    height: 50px;
    background: #fda42c;
    bottom: 100px;
    right: 12px;
    line-height: 45px;
    text-align: center;
    font: 18px;
    color: #fff;
    border-radius: 100%;
    border: 2px solid #ddd;
    transition: all 0.6s ease-in-out
}

#scrollUp:hover {
    border-color: #fda42c;
}

/*************************
  Basic margin padding
*************************/
.m-0 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0
}

.p-0 {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0
}

/*************************
         Margin top
*************************/
.mt-0 {
    margin-top: 0 !important
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-50 {
    margin-top: 50px
}

.mt-60 {
    margin-top: 60px
}

.mt-70 {
    margin-top: 70px
}

.mt-80 {
    margin-top: 80px
}

.mt-90 {
    margin-top: 90px
}

.mt-100 {
    margin-top: 100px
}

.mt-110 {
    margin-top: 110px
}

.mt-120 {
    margin-top: 120px
}

.mt-130 {
    margin-top: 130px
}

.mt-140 {
    margin-top: 140px
}

.mt-150 {
    margin-top: 150px
}

/*************************
      Margin right
*************************/
.mr-0 {
    margin-right: 0px
}

.mr-10 {
    margin-right: 10px
}

.mr-15 {
    margin-right: 15px
}

.mr-20 {
    margin-right: 20px
}

.mr-30 {
    margin-right: 30px
}

.mr-40 {
    margin-right: 40px
}

.mr-50 {
    margin-right: 50px
}

.mr-60 {
    margin-right: 60px
}

.mr-70 {
    margin-right: 70px
}

.mr-80 {
    margin-right: 80px
}

.mr-90 {
    margin-right: 90px
}

.mr-100 {
    margin-right: 100px
}

.mr-110 {
    margin-right: 110px
}

.mr-120 {
    margin-right: 120px
}

.mr-130 {
    margin-right: 130px
}

.mr-140 {
    margin-right: 140px
}

.mr-150 {
    margin-right: 150px
}

/*************************
      Margin bottom
*************************/
.mb-0 {
    margin-bottom: 0
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-55 {
    margin-bottom: 55px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-85 {
    margin-bottom: 85px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-100 {
    margin-bottom: 100px
}

.mb-110 {
    margin-bottom: 110px
}

.mb-120 {
    margin-bottom: 120px
}

.mb-130 {
    margin-bottom: 130px
}

.mb-140 {
    margin-bottom: 140px
}

.mb-150 {
    margin-bottom: 150px
}

/*************************
        Margin left
*************************/
.ml-0 {
    margin-left: 0
}

.ml-10 {
    margin-left: 10px
}

.ml-15 {
    margin-left: 15px
}

.ml-20 {
    margin-left: 20px
}

.ml-30 {
    margin-left: 30px
}

.ml-40 {
    margin-left: 40px
}

.ml-50 {
    margin-left: 50px
}

.ml-60 {
    margin-left: 60px
}

.ml-70 {
    margin-left: 70px
}

.ml-80 {
    margin-left: 80px
}

.ml-90 {
    margin-left: 90px
}

.ml-100 {
    margin-left: 100px
}

.ml-110 {
    margin-left: 110px
}

.ml-120 {
    margin-left: 120px
}

.ml-130 {
    margin-left: 130px
}

.ml-140 {
    margin-left: 140px
}

.ml-150 {
    margin-left: 150px
}

/*************************
        Padding top
*************************/
.pt-0 {
    padding-top: 0
}

.pt-10 {
    padding-top: 10px
}

.pt-15 {
    padding-top: 15px
}

.pt-20 {
    padding-top: 20px
}

.pt-30 {
    padding-top: 30px
}

.pt-30 {
    padding-top: 35px
}

.pt-40 {
    padding-top: 40px
}

.pt-50 {
    padding-top: 50px
}

.pt-60 {
    padding-top: 60px
}

.pt-70 {
    padding-top: 70px
}

.pt-80 {
    padding-top: 80px
}

.pt-90 {
    padding-top: 90px
}

.pt-100 {
    padding-top: 100px
}

.pt-110 {
    padding-top: 110px
}

.pt-120 {
    padding-top: 120px
}

.pt-130 {
    padding-top: 130px
}

.pt-140 {
    padding-top: 140px
}

.pt-150 {
    padding-top: 150px
}

/*************************
        Padding right
*************************/
.pr-0 {
    padding-right: 0
}

.pr-10 {
    padding-right: 10px
}

.pr-15 {
    padding-right: 15px
}

.pr-20 {
    padding-right: 20px
}

.pr-30 {
    padding-right: 30px
}

.pr-40 {
    padding-right: 40px
}

.pr-50 {
    padding-right: 50px
}

.pr-60 {
    padding-right: 60px
}

.pr-70 {
    padding-right: 70px
}

.pr-80 {
    padding-right: 80px
}

.pr-90 {
    padding-right: 90px
}

.pr-100 {
    padding-right: 100px
}

.pr-110 {
    padding-right: 110px
}

.pr-120 {
    padding-right: 120px
}

.pr-130 {
    padding-right: 130px
}

.pr-140 {
    padding-right: 140px
}

/*************************
        Padding bottom
*************************/
.pb-0 {
    padding-bottom: 0
}

.pb-10 {
    padding-bottom: 10px
}

.pb-15 {
    padding-bottom: 15px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-55 {
    padding-bottom: 55px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-85 {
    padding-bottom: 85px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-110 {
    padding-bottom: 110px
}

.pb-120 {
    padding-bottom: 120px
}

.pb-130 {
    padding-bottom: 130px
}

.pb-140 {
    padding-bottom: 140px
}

.pb-150 {
    padding-bottom: 150px
}

/*************************
        Padding left
*************************/
.pl-0 {
    padding-left: 0
}

.pl-10 {
    padding-left: 10px
}

.pl-15 {
    padding-left: 15px
}

.pl-20 {
    padding-left: 20px
}

.pl-30 {
    padding-left: 30px
}

.pl-40 {
    padding-left: 40px
}

.pl-50 {
    padding-left: 50px
}

.pl-60 {
    padding-left: 60px
}

.pl-70 {
    padding-left: 70px
}

.pl-80 {
    padding-left: 80px
}

.pl-90 {
    padding-left: 90px
}

.pl-100 {
    padding-left: 100px
}

.pl-110 {
    padding-left: 110px
}

.pl-120 {
    padding-left: 120px
}

.pl-130 {
    padding-left: 130px
}

.pl-140 {
    padding-left: 140px
}

.pl-150 {
    padding-left: 150px
}


/***************************
    Page section padding 
****************************/
.ptb-0 {
    padding: 0
}

.ptb-10 {
    padding: 10px 0
}

.ptb-20 {
    padding: 20px 0
}

.ptb-30 {
    padding: 30px 0
}

.ptb-40 {
    padding: 40px 0
}

.ptb-50 {
    padding: 50px 0
}

.ptb-60 {
    padding: 60px 0
}

.ptb-70 {
    padding: 70px 0
}

.ptb-80 {
    padding: 80px 0
}

.ptb-90 {
    padding: 90px 0
}

.ptb-100 {
    padding: 100px 0
}

.ptb-110 {
    padding: 110px 0
}

.ptb-120 {
    padding: 120px 0
}

.ptb-130 {
    padding: 130px 0
}

.ptb-140 {
    padding: 140px 0
}

.ptb-150 {
    padding: 150px 0
}

/***************************
    Page section margin 
****************************/
.mtb-0 {
    margin: 0
}

.mtb-10 {
    margin: 10px 0
}

.mtb-15 {
    margin: 15px 0
}

.mtb-20 {
    margin: 20px 0
}

.mtb-30 {
    margin: 30px 0
}

.mtb-40 {
    margin: 40px 0
}

.mtb-50 {
    margin: 50px 0
}

.mtb-60 {
    margin: 60px 0
}

.mtb-70 {
    margin: 70px 0
}

.mtb-80 {
    margin: 80px 0
}

.mtb-90 {
    margin: 90px 0
}

.mtb-100 {
    margin: 100px 0
}

.mtb-110 {
    margin: 110px 0
}

.mtb-120 {
    margin: 120px 0
}

.mtb-130 {
    margin: 130px 0
}

.mtb-140 {
    margin: 140px 0
}

.mtb-150 {
    margin: 150px 0;
}

/*************************
        Extra class
*************************/
.pricing .container .row [class*="col-"] {}



/*Custom cloumn*/
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10 {
    float: left
}

.col-1 {
    width: 10%
}

.col-2 {
    width: 20%
}

.col-3 {
    width: 25%
}

.col-4 {
    width: 35%
}

.col-5 {
    width: 50%
}

.col-6 {
    width: 65%
}

.col-7 {
    width: 70%
}

.col-8 {
    width: 80%
}

.col-9 {
    width: 90%
}

.col-10 {
    width: 100%
}

/*************************************
    Background variation set 
 **************************************/
/*colored background*/
.white-bg {
    background: #f7f7f7 !important;
}

.gray-bg {
    background: #F9F9F9 !important;
}

.blue-bg {
    background: #fda42c !important;
}

.default-bg {
    background: #fda42c !important;
}

.transparent-bg {
    background: transparent !important;
}

/*Opacity background*/
.bg-opacity-black-10:before,
.bg-opacity-black-20:before,
.bg-opacity-black-30:before,
.bg-opacity-black-40:before,
.bg-opacity-black-50:before,
.bg-opacity-black-60:before,
.bg-opacity-black-70:before,
.bg-opacity-black-80:before,
.bg-opacity-black-90:before,
.bg-opacity-white-10:before,
.bg-opacity-white-20:before,
.bg-opacity-white-30:before,
.bg-opacity-white-40:before,
.bg-opacity-white-50:before,
.bg-opacity-white-60:before,
.bg-opacity-white-70:before,
.bg-opacity-white-80:before,
.bg-opacity-white-90:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-opacity-black-10:before {
    background: rgba(0, 0, 0, 0.1);
}

.bg-opacity-black-20:before {
    background: rgba(0, 0, 0, 0.2);
}

.bg-opacity-black-30:before {
    background: rgba(0, 0, 0, 0.3);
}

.bg-opacity-black-40:before {
    background: rgba(0, 0, 0, 0.4);
}

.bg-opacity-black-50:before {
    background: rgba(0, 0, 0, 0.5);
}

.bg-opacity-black-60:before {
    background: rgba(0, 0, 0, 0.6);
}

.bg-opacity-black-70:before {
    background: rgba(0, 0, 0, 0.7);
}

.bg-opacity-black-80:before {
    background: rgba(0, 0, 0, 0.8);
}

.bg-opacity-black-90:before {
    background: rgba(0, 0, 0, 0.9);
}

.bg-opacity-white-10:before {
    background: rgba(255, 255, 255, 0.1);
}

.bg-opacity-white-20:before {
    background: rgba(255, 255, 255, 0.2);
}

.bg-opacity-white-30:before {
    background: rgba(255, 255, 255, 0.3);
}

.bg-opacity-white-40:before {
    background: rgba(255, 255, 255, 0.4);
}

.bg-opacity-white-50:before {
    background: rgba(255, 255, 255, 0.5);
}

.bg-opacity-white-60:before {
    background: rgba(255, 255, 255, 0.6);
}

.bg-opacity-white-70:before {
    background: rgba(255, 255, 255, 0.7);
}

.bg-opacity-white-80:before {
    background: rgba(255, 255, 255, 0.8);
}

.bg-opacity-white-90:before {
    background: rgba(255, 255, 255, 0.9);
}


/*image background*/
.bg-1 {
    background: url(../img/bg/bg-1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-2 {
    background: url(../img/bg/bg-2.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-3 {
    background: url(../img/bg/footer-bg1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-4 {
    background: url(../img/about/1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-5 {
    background: url(../img/about/2.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-6 {
    background: url(../../images/bg/6.jpg);
}

.bg-7 {
    background: url(../../images/bg/7.jpg);
}

.bg-8 {
    background: url(../../images/bg/8.jpg);
}

.bg-9 {
    background: url(../../images/bg/9.jpg);
}

.bg-10 {
    background: url(../../images/bg/10.jpg);
}

/*pattern background*/
.pattern-bg {
    background: url(../../images/pattern/pattern-bg.png) repeat;
    background-position: top right;
    background-color: rgba(236, 239, 247, 1);
}

/*separator*/
.separator {
    position: relative;
    display: inline-block;
    clear: both;
    background: rgba(0, 0, 0, 0.07) none repeat scroll 0 0;
    bottom: 0;
    height: 1px;
    width: 33%
}

.separator::before {
    background: #fda42c none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    transition: all 0.4s ease 0s;
    width: 100px
}

.section-title:hover .separator::before {
    width: 75%
}

.separator i {
    background: #ECEFF7 none repeat scroll 0 0;
    color: #fda42c;
    display: block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: -20px;
    width: 40px
}

.separator span {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #fda42c;
    border-radius: 100%;
    display: block;
    height: 10px;
    position: absolute;
    top: -5px;
    width: 10px
}

.separator i,
.separator span {
    left: 0;
    transform: none
}

.text-center .separator::before,
.text-center .separator i,
.text-center .separator span {
    left: 50%;
    transform: translateX(-50%)
}

.text-right .separator::before,
.text-right .separator i,
.text-right .separator span {
    left: auto;
    transform: none;
    right: 0
}