@charset "UTF-8";
/*
 *      #####
 *     #### _\_  ________
 *     ##=-[.].]| \      \
 *     #(    _\ |  |------|
 *      #   __| |  ||||||||
 *       \  _/  |  ||||||||
 *    .--'--'-. |  | ____ |
 *   / __      `|__|[o__o]|
 * _(____nm_______ /____\____
 *
 * Hey you! Looks like you found our main css file through some l33t h4x0ry (approximately Elite Hacker.
  Which is what little kiddies like to think they are when they learn a couple little tricks.).
 * You're welcome to give it a read-through if you'd like. But if you want to
 * barrow something clever and use it in your projects we'd really appreciate a
 * mention. Thanks!
 */
/*
*      Design and Development by @faridRezvani.
     (c) 2017 Vesta System . All rights reserved.
                 www.vestasystem.ir
Author: Farid Rezvani(https://github.com/faridRezvani)
  _   _   _   _   _   _   _   _   _   _   _   _   _   _   _   _   _   _
 / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \
( w | w | w | . | v | e | s | t | a | s | y | s | t | e | m | . | i | r )
 \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/
 */
/*region @Imports :)*/
@import url(../Bower_Components/bootstrap-3.3.7-dist/css/bootstrap.min.css);
@import url(../Bower_Components/Font-Awesome-master/css/font-awesome.min.css);
@import url(../Bower_Components/material-design-iconic-font/css/material-design-iconic-font.min.css);
@import url(../Bower_Components/Owl/dist/assets/owl.carousel.css);
@import url(../Bower_Components/Owl/dist/assets/owl.theme.default.css);
@import url(../Bower_Components/Animations/animate.css);
@import url(../Bower_Components/fresco/fresco.css);
@import url('https://fonts.googleapis.com/css?family=Josefin+Slab:300,400,600|Noto+Sans');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,700');
@import url('https://fonts.googleapis.com/css?family=Baloo+Bhaina');
@import "../Bower_Components/CssGram/cssgram.min.css";
@import url(../Bower_Components/fresco/fresco.css);

/*@import url(https://fonts.googleapis.com/css?family=Lato);*/
/*endregion*/
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/*region Global*/
body {
    /*overflow-x: hidden;*/

    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    color: #333 !important;
    background: #FAFAFA;
    /* IE 8 */

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
    /* IE 6,7 */

    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    text-shadow: 1px 3px 4px rgba(0, 0, 0, 0.02) !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body a {
    text-decoration: none;
}

body a:hover {
    text-decoration: none;
}

body a:active {
    text-decoration: none;
}

body a:visited {
    text-decoration: none;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */

    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */

    -ms-user-select: none;
    /* Internet Explorer/Edge */

    user-select: none;
    /* Non-prefixed version, currently
                                     supported by Chrome and Opera */
}

.yesselect {
    -webkit-user-select: all !important; /* Chrome all / Safari all */
    -moz-user-select: all !important; /* Firefox all */
    -ms-user-select: all !important; /* IE 10+ */
    user-select: all !important; /* Likely future */
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #c4c4c4;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgb(196, 196, 196);
}

::-webkit-scrollbar-track {
    background-color: rgb(237, 237, 237);
}

.cursor-defult {
    cursor: default;
}

.fade-image {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.fade-image:hover {
    opacity: 0.8;
}

/*endregion*/
/*#region Web Typography */

.lato {
    font-family: 'Lato', sans-serif !important;
}

.Baloo {
    font-family: 'Baloo Bhaina', cursive;
}

.Josefin {
    font-family: 'Josefin Slab', serif;
}

.text-smaller {
    font-size: smaller;
}

.text-small {
    font-size: small !important;
}

.text-large {
    font-size: large !important;
}

.text-larger {
    font-size: larger !important;
}

.text-xlarger {
    font-size: x-large;
}

.text-xxxlarge {
    font-size: 45px;
}

.text-italic {
    font-style: italic;
}

.text-jumbo {
    font-size: 64px !important
}

.text-xxlarger {
    font-size: xx-large;
}

.text-underline {
    text-decoration: underline;
}

.text-ultralight {
    font-weight: 200 !important;
}

.text-light {
    font-weight: 300 !important;
}

.text-regular {
    font-weight: normal;
}

.text-medium {
    font-size: medium;
}

.text-bold {
    font-weight: bold;
}

.line-height-normal {
    line-height: normal;
}

.line-height-1 {
    line-height: 1;
}

.line-height-2 {
    line-height: 2;
}

.line-height-3 {
    line-height: 3;
}

/*#endregion */
/*region ColorArea*/
.hr-color {
    border-bottom: 1px solid #0092CA;
    width: 25%;
}

.bg-EBEEF2 {
    background-color: #EBEEF2;
}

.bg-12569B {
    background-color: #12569B !important;
}

.color-12569B {
    color: #12569B;
}

.color-fff {
    color: #FFFFFF;
}

/*endregion*/
.pad-top-buttom-20 {
    padding: 20px 0 20px 0;
}

.mar-top-buttom-20 {
    margin: 20px 0 20px 0;
}

/*region TopBar*/
.top-header {
    padding-top: 10px;
    padding-bottom: 5px;
    background-color: #414b4f;
    color: #ccc;
    font-weight: 600;
}

.top-header a {
    color: #cccccc
}

.top-header a:hover {
    color: #eeeeee;
}

.top-header li {
    margin-left: 0px;
    margin-right: 0px;
}

/*endregion*/
/*region NavBar*/
#header.fixed {
    background-color: #12569b;
    /*padding: 10px 0;*/
    vertical-align: middle;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    vertical-align: middle;
}

#header {

    top: 45px;
    left: 0;
    right: 0;
    z-index: 99999;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    transition: 0.2s all;
}

.logo {
    margin-top: 15px;
    padding-left: 25px;
}

.logo a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.menuBar {
    display: inline-block;
    width: 100%;
    padding-top: 11px;
}

.menuBar nav .navbar-collapse {
    border: 0;
}

.menuBar nav .navbar-collapse {
    border: 0;
}

.navbar {
    background-color: #12569B !important;
    border: none;
    text-transform: capitalize;
}

.navbar a {
    font-family: 'Noto Sans', sans-serif;
    color: #FFFFFF !important;
    font-weight: 600;

}

.navbar a:hover {
    color: #f5a623 !important;
}

.navbar .badge {
    background-color: #FFFFFF;
    color: #f5a623;
}

.navbar-default {
    border-bottom: none !important
}

.navbar-default .navbar-toggle {
    color: #f5a623 !important;
    border-color: #12569B !important
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #12569B !important
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff !important
}

.navbar a {
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

/*endregion*/
/*region Jssor slider*/
/* jssor slider loading skin oval css */

.jssorl-oval img {
    animation-name: jssorl-oval;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-oval {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* jssor slider bullet navigator skin 05 css */
/*
.jssorb05 div           (normal)
.jssorb05 div:hover     (normal mouseover)
.jssorb05 .av           (active)
.jssorb05 .av:hover     (active mouseover)
.jssorb05 .dn           (mousedown)
*/

.jssorb05 {
    position: absolute;
}

.jssorb05 div,
.jssorb05 div:hover,
.jssorb05 .av {
    position: absolute;
    /* size of bullet elment */

    width: 16px;
    height: 16px;
    background: url(../img/slider/img/b05.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
}

.jssorb05 div {
    background-position: -7px -7px;
}

.jssorb05 div:hover,
.jssorb05 .av:hover {
    background-position: -37px -7px;
}

.jssorb05 .av {
    background-position: -67px -7px;
}

.jssorb05 .dn,
.jssorb05 .dn:hover {
    background-position: -97px -7px;
}

/* jssor slider arrow navigator skin 22 css */
/*
.jssora22l                  (normal)
.jssora22r                  (normal)
.jssora22l:hover            (normal mouseover)
.jssora22r:hover            (normal mouseover)
.jssora22l.jssora22ldn      (mousedown)
.jssora22r.jssora22rdn      (mousedown)
.jssora22l.jssora22lds      (disabled)
.jssora22r.jssora22rds      (disabled)
*/

.jssora22l,
.jssora22r {
    display: block;
    position: absolute;
    /* size of arrow element */

    width: 40px;
    height: 58px;
    cursor: pointer;
    background: url(../img/slider/img/a22.png) center center no-repeat;
    overflow: hidden;
}

.jssora22l {
    background-position: -10px -31px;
}

.jssora22r {
    background-position: -70px -31px;
}

.jssora22l:hover {
    background-position: -130px -31px;
}

.jssora22r:hover {
    background-position: -190px -31px;
}

.jssora22l.jssora22ldn {
    background-position: -250px -31px;
}

.jssora22r.jssora22rdn {
    background-position: -310px -31px;
}

.jssora22l.jssora22lds {
    background-position: -10px -31px;
    opacity: .3;
    pointer-events: none;
}

.jssora22r.jssora22rds {
    background-position: -70px -31px;
    opacity: .3;
    pointer-events: none;
}

#jssor_1 {
    font-family: 'Baloo Bhaina', cursive;

}

.jssor-text {
    position: absolute;
    top: 350px;
    left: 13%;
    width: 500px;
    height: 40px;
    z-index: 0;
    font-size: 60px;
    color: #ffffff;
    line-height: 40px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    text-align: center;
    line-height: 1
}

/*endregion*/
.no-Bullet {

    list-style-type: square;
}

.no-Bullet li {
    padding-left: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
}

/*region BtnEffects*/
.hvr-fade {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
    background-color: #2098d1;
    color: white;
}

/*endregion*/
/*region priceing-package*/
.section-heading {
    color: #111111;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 0;
    margin-bottom: 0px;
}

.section-title {
    margin-bottom: 20px;
    margin-top: 0px;
}

.tag-line {
    padding: 50px 0px 0px;
}

.bg-img .section-heading {
    color: #fff;
}

#gallery {
    padding-bottom: 0;
}

/*---Package section---*/

.package {
    background-color: #fafafa;

}

.package-box {
    padding: 20px;
}

.package-box h1 {
    font-weight: 100;
    margin-top: 0px;
    margin-bottom: 50px;
}

.package-box h2 {
    font-weight: 400;
}

.package-box h3 {
    font-weight: 100;
    margin-top: 5px;
    margin-bottom: 50px;
}

.package-box ul {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding-bottom: 15px;
}

.package-box ul li {
    padding: 5px 0px;
}

.package-box ul li p {
    margin-bottom: 0px;
}

.package-box .custom-btn.contact-us {
    color: #fff;
    background-color: #0a8dcc;
    border: 2px solid transparent;
    margin: 25px 0px;
    padding: 10px 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    padding: 6px 20px;
}

.package-box:hover .custom-btn.contact-us {
    color: #fff;
    background-color: #F5A623;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    padding: 6px 20px;
}

/*---Pack one---*/

.pack-one {
    background-color: rgba(255, 255, 255, 0);
    border: solid 2px #5ba5d8;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pack-one:hover {
    background-color: #5ba5d8;
    border: solid 2px #5ba5d8;
    color: #FFF;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.20);
}

.pack-one h5 {
    color: #5ba5d8;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pack-one:hover h5 {
    color: #000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*---Pack two---*/

.pack-two {
    background-color: rgba(255, 255, 255, 0);
    border: solid 2px #0a8dcc;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pack-two:hover {
    background-color: #0a8dcc;
    border: solid 2px #0a8dcc;
    color: #FFF;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.20);
}

.pack-two h5 {
    color: #0a8dcc;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pack-two:hover h5 {
    color: #000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*---Pack three---*/

.pack-three {
    background-color: rgba(255, 255, 255, 0);
    border: solid 2px #e78881;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pack-three:hover {
    background-color: #e78881;
    border: solid 2px #e78881;
    color: #FFF;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.20);
}

.pack-three h5 {
    color: #e78881;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pack-three:hover h5 {
    color: #000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*endregion*/

/*region BTN effects*/
/*!
 *
 * bttn.css - https://ganapativs.github.io/bttn.css
 * Version - 0.2.4
 * Demo: https://bttn.surge.sh
 *
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Ganapati V S (@ganapativs)
 *
 */
.bttn-default {
    color: #fff
}

.bttn, .bttn-lg, .bttn-md, .bttn-primary, .bttn-sm, .bttn-xs {
    color: #1d89ff
}

.bttn-warning {
    color: #feab3a
}

.bttn-danger {
    color: #ff5964
}

.bttn-success {
    color: #28b78d
}

.bttn-royal {
    color: #bd2df5
}

.bttn, .bttn-lg, .bttn-md, .bttn-sm, .bttn-xs {
    margin: 0;
    padding: 0;
    border-width: 0;
    border-color: transparent;
    background: transparent;
    font-weight: 400;
    cursor: pointer;
    position: relative
}

.bttn-lg {
    padding: 8px 15px;
    font-size: 24px
}

.bttn-lg, .bttn-md {
    font-family: inherit
}

.bttn-md {
    font-size: 20px;
    padding: 5px 12px
}

.bttn-sm {
    padding: 4px 10px;
    font-size: 16px
}

.bttn-sm, .bttn-xs {
    font-family: inherit
}

.bttn-xs {
    padding: 3px 8px;
    font-size: 12px
}

.bttn-gradient, .bttn-simple {
    margin: 0;
    padding: 0;
    border-color: transparent;
    background: transparent;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    font-size: 20px;
    font-family: inherit;
    padding: 5px 12px;
    overflow: hidden;
    border-width: 0;
    border-radius: 4px;
    background: hsla(0, 0%, 100%, .4);
    color: #fff;
    -webkit-transition: all .3s cubic-bezier(.02, .01, .47, 1);
    transition: all .3s cubic-bezier(.02, .01, .47, 1)
}

.bttn-gradient:focus, .bttn-gradient:hover, .bttn-simple:focus, .bttn-simple:hover {
    opacity: .75
}

.bttn-gradient.bttn-xs, .bttn-simple.bttn-xs {
    padding: 3px 8px;
    font-size: 12px;
    font-family: inherit
}

.bttn-gradient.bttn-sm, .bttn-simple.bttn-sm {
    padding: 4px 10px;
    font-size: 16px;
    font-family: inherit
}

.bttn-gradient.bttn-md, .bttn-simple.bttn-md {
    font-size: 20px;
    font-family: inherit;
    padding: 5px 12px
}

.bttn-gradient.bttn-lg, .bttn-simple.bttn-lg {
    padding: 8px 15px;
    font-size: 24px;
    font-family: inherit
}

.bttn-gradient.bttn-default, .bttn-simple.bttn-default {
    background: hsla(0, 0%, 100%, .4)
}

.bttn-gradient.bttn-primary, .bttn-simple.bttn-primary {
    background: #1d89ff
}

.bttn-gradient.bttn-warning, .bttn-simple.bttn-warning {
    background: #feab3a
}

.bttn-gradient.bttn-danger, .bttn-simple.bttn-danger {
    background: #ff5964
}

.bttn-gradient.bttn-success, .bttn-simple.bttn-success {
    background: #28b78d
}

.bttn-gradient.bttn-royal, .bttn-simple.bttn-royal {
    background: #bd2df5
}

.bttn-bordered {
    margin: 0;
    padding: 0;
    border-width: 0;
    border-color: transparent;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    font-size: 20px;
    font-family: inherit;
    padding: 5px 12px;
    overflow: hidden;
    border: 1px solid hsla(0, 0%, 100%, .4);
    border-radius: 4px;
    background: transparent;
    color: #fff;
    -webkit-transition: all .3s cubic-bezier(.02, .01, .47, 1);
    transition: all .3s cubic-bezier(.02, .01, .47, 1)
}

.bttn-bordered:focus, .bttn-bordered:hover {
    border-color: hsla(0, 0%, 100%, .7)
}

.bttn-bordered.bttn-xs {
    padding: 3px 8px;
    font-size: 12px;
    font-family: inherit
}

.bttn-bordered.bttn-sm {
    padding: 4px 10px;
    font-size: 16px;
    font-family: inherit
}

.bttn-bordered.bttn-md {
    font-size: 20px;
    font-family: inherit;
    padding: 5px 12px
}

.bttn-bordered.bttn-lg {
    padding: 8px 15px;
    font-size: 24px;
    font-family: inherit
}

.bttn-bordered.bttn-default {
    border-color: hsla(0, 0%, 100%, .4);
    color: #fff
}

.bttn-bordered.bttn-default:focus, .bttn-bordered.bttn-default:hover {
    border-color: hsla(0, 0%, 100%, .7)
}

.bttn-bordered.bttn-primary {
    border-color: rgba(29, 137, 255, .4);
    color: #1d89ff
}

.bttn-bordered.bttn-primary:focus, .bttn-bordered.bttn-primary:hover {
    border-color: rgba(29, 137, 255, .7)
}

.bttn-bordered.bttn-warning {
    border-color: rgba(254, 171, 58, .4);
    color: #feab3a
}

.bttn-bordered.bttn-warning:focus, .bttn-bordered.bttn-warning:hover {
    border-color: rgba(254, 171, 58, .7)
}

.bttn-bordered.bttn-danger {
    border-color: rgba(255, 89, 100, .4);
    color: #ff5964
}

.bttn-bordered.bttn-danger:focus, .bttn-bordered.bttn-danger:hover {
    border-color: rgba(255, 89, 100, .7)
}

.bttn-bordered.bttn-success {
    border-color: rgba(40, 183, 141, .4);
    color: #28b78d
}

.bttn-bordered.bttn-success:focus, .bttn-bordered.bttn-success:hover {
    border-color: rgba(40, 183, 141, .7)
}

.bttn-bordered.bttn-royal {
    border-color: rgba(189, 45, 245, .4);
    color: #bd2df5
}

.bttn-bordered.bttn-royal:focus, .bttn-bordered.bttn-royal:hover {
    border-color: rgba(189, 45, 245, .7)
}

.bttn-gradient {
    border-radius: 100px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
    text-shadow: 0 1px 0 hsla(0, 0%, 100%, .25)
}

.bttn-gradient, .bttn-gradient.bttn-default {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #d6e3ff));
    background-image: -webkit-linear-gradient(top, #fff, #d6e3ff);
    background-image: linear-gradient(180deg, #fff 0, #d6e3ff);
    background-image: -webkit-linear-gradient(93deg, #d6e3ff, #fff);
    color: #1d89ff
}

.bttn-gradient.bttn-primary {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00bbd4), color-stop(1, #3f51b5));
    background-image: -webkit-linear-gradient(top, #00bbd4, #3f51b5);
    background-image: linear-gradient(180deg, #00bbd4 0, #3f51b5);
    background-image: -webkit-linear-gradient(93deg, #3f51b5, #00bbd4);
    color: #fff
}

.bttn-gradient.bttn-warning {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #feab3a), color-stop(1, #f35626));
    background-image: -webkit-linear-gradient(top, #feab3a, #f35626);
    background-image: linear-gradient(180deg, #feab3a 0, #f35626);
    background-image: -webkit-linear-gradient(93deg, #f35626, #feab3a);
    color: #fff
}

.bttn-gradient.bttn-danger {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff97c2), color-stop(1, #e91e63));
    background-image: -webkit-linear-gradient(top, #ff97c2, #e91e63);
    background-image: linear-gradient(180deg, #ff97c2 0, #e91e63);
    background-image: -webkit-linear-gradient(93deg, #e91e63, #ff97c2);
    color: #fff
}

.bttn-gradient.bttn-success {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #9ccc65), color-stop(1, #009688));
    background-image: -webkit-linear-gradient(top, #9ccc65, #009688);
    background-image: linear-gradient(180deg, #9ccc65 0, #009688);
    background-image: -webkit-linear-gradient(93deg, #009688, #9ccc65);
    color: #fff
}

.bttn-gradient.bttn-royal {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #9c27b0), color-stop(1, #512da8));
    background-image: -webkit-linear-gradient(top, #9c27b0, #512da8);
    background-image: linear-gradient(180deg, #9c27b0 0, #512da8);
    background-image: -webkit-linear-gradient(93deg, #512da8, #9c27b0);
    color: #fff
}

.bttn-minimal {
    margin: 0;
    padding: 0;
    border-color: transparent;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    font-size: 20px;
    font-family: inherit;
    padding: 5px 12px;
    overflow: hidden;
    border-width: 0;
    border-radius: 4px;
    background: transparent;
    color: #fff;
    -webkit-transition: all .5s cubic-bezier(.02, .01, .47, 1);
    transition: all .5s cubic-bezier(.02, .01, .47, 1)
}

.bttn-minimal:after, .bttn-minimal:before {
    position: absolute;
    bottom: 0;
    left: 10px;
    width: calc(100% - 20px);
    height: 1px;
    background: currentColor;
    content: '';
    opacity: .65;
    -webkit-transition: opacity .5s cubic-bezier(.02, .01, .47, 1), -webkit-transform .5s cubic-bezier(.02, .01, .47, 1);
    transition: opacity .5s cubic-bezier(.02, .01, .47, 1), -webkit-transform .5s cubic-bezier(.02, .01, .47, 1);
    transition: transform .5s cubic-bezier(.02, .01, .47, 1), opacity .5s cubic-bezier(.02, .01, .47, 1);
    transition: transform .5s cubic-bezier(.02, .01, .47, 1), opacity .5s cubic-bezier(.02, .01, .47, 1), -webkit-transform .5s cubic-bezier(.02, .01, .47, 1)
}

.bttn-minimal:focus, .bttn-minimal:hover {
    opacity: .9
}

.bttn-minimal:focus:after, .bttn-minimal:hover:after {
    opacity: 1;
    -webkit-transform: translateX(-10px) rotate(.001deg);
    transform: translateX(-10px) rotate(.001deg)
}

.bttn-minimal:focus:before, .bttn-minimal:hover:before {
    opacity: 1;
    -webkit-transform: translateX(10px) rotate(.001deg);
    transform: translateX(10px) rotate(.001deg)
}

.bttn-minimal.bttn-xs {
    padding: 3px 8px;
    font-size: 12px;
    font-family: inherit
}

.bttn-minimal.bttn-sm {
    padding: 4px 10px;
    font-size: 16px;
    font-family: inherit
}

.bttn-minimal.bttn-md {
    font-size: 20px;
    font-family: inherit;
    padding: 5px 12px
}

.bttn-minimal.bttn-lg {
    padding: 8px 15px;
    font-size: 24px;
    font-family: inherit
}

.bttn-minimal.bttn-default {
    color: #fff
}

.bttn-minimal.bttn-primary {
    color: #1d89ff
}

.bttn-minimal.bttn-warning {
    color: #feab3a
}

.bttn-minimal.bttn-danger {
    color: #ff5964
}

.bttn-minimal.bttn-success {
    color: #28b78d
}

.bttn-minimal.bttn-royal {
    color: #bd2df5
}

.bttn-stretch {
    margin: 0;
    padding: 0;
    border-color: transparent;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    font-size: 20px;
    font-family: inherit;
    padding: 5px 12px;
    overflow: hidden;
    border-width: 0;
    border-radius: 0;
    background: transparent;
    color: #fff;
    letter-spacing: 0
}

.bttn-stretch, .bttn-stretch:after, .bttn-stretch:before {
    -webkit-transition: all .2s cubic-bezier(.02, .01, .47, 1);
    transition: all .2s cubic-bezier(.02, .01, .47, 1)
}

.bttn-stretch:after, .bttn-stretch:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: currentColor;
    content: '';
    opacity: .65;
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

.bttn-stretch:after {
    top: 0
}

.bttn-stretch:before {
    bottom: 0
}

.bttn-stretch:focus, .bttn-stretch:hover {
    letter-spacing: 2px;
    opacity: .9;
    -webkit-transition: all .3s cubic-bezier(.02, .01, .47, 1);
    transition: all .3s cubic-bezier(.02, .01, .47, 1)
}

.bttn-stretch:focus:after, .bttn-stretch:focus:before, .bttn-stretch:hover:after, .bttn-stretch:hover:before {
    opacity: 1;
    -webkit-transition: all .3s cubic-bezier(.02, .01, .47, 1);
    transition: all .3s cubic-bezier(.02, .01, .47, 1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.bttn-stretch.bttn-xs {
    padding: 3px 8px;
    font-size: 12px;
    font-family: inherit
}

.bttn-stretch.bttn-sm {
    padding: 4px 10px;
    font-size: 16px;
    font-family: inherit
}

.bttn-stretch.bttn-md {
    font-size: 20px;
    font-family: inherit;
    padding: 5px 12px
}

.bttn-stretch.bttn-lg {
    padding: 8px 15px;
    font-size: 24px;
    font-family: inherit
}

.bttn-stretch.bttn-default {
    color: #fff
}

.bttn-stretch.bttn-primary {
    color: #1d89ff
}

.bttn-stretch.bttn-warning {
    color: #feab3a
}

.bttn-stretch.bttn-danger {
    color: #ff5964
}

.bttn-stretch.bttn-success {
    color: #28b78d
}

.bttn-stretch.bttn-royal {
    color: #bd2df5
}

.bttn-jelly {
    margin: 0;
    padding: 0;
    border-width: 0;
    border-color: transparent;
    background: transparent;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    font-size: 20px;
    font-family: inherit;
    padding: 5px 12px;
    overflow: hidden;
    background: #fff;
    color: #1d89ff
}

.bttn-jelly, .bttn-jelly:before {
    border-radius: 50px;
    -webkit-transition: all .2s cubic-bezier(.02, .01, .47, 1);
    transition: all .2s cubic-bezier(.02, .01, .47, 1)
}

.bttn-jelly:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: currentColor;
    content: '';
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale(.2);
    transform: scale(.2)
}

.bttn-jelly:focus, .bttn-jelly:hover {
    box-shadow: 0 1px 8px rgba(58, 51, 53, .4);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.bttn-jelly:focus, .bttn-jelly:focus:before, .bttn-jelly:hover, .bttn-jelly:hover:before {
    -webkit-transition: all .3s cubic-bezier(.02, .01, .47, 1);
    transition: all .3s cubic-bezier(.02, .01, .47, 1)
}

.bttn-jelly:focus:before, .bttn-jelly:hover:before {
    opacity: .15;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.bttn-jelly.bttn-xs {
    padding: 3px 8px;
    font-size: 12px;
    font-family: inherit
}

.bttn-jelly.bttn-xs:focus, .bttn-jelly.bttn-xs:hover {
    box-shadow: 0 1px 4px rgba(58, 51, 53, .4)
}

.bttn-jelly.bttn-sm {
    padding: 4px 10px;
    font-size: 16px;
    font-family: inherit
}

.bttn-jelly.bttn-sm:focus, .bttn-jelly.bttn-sm:hover {
    box-shadow: 0 1px 6px rgba(58, 51, 53, .4)
}

.bttn-jelly.bttn-md {
    font-size: 20px;
    font-family: inherit;
    padding: 5px 12px
}

.bttn-jelly.bttn-md:focus, .bttn-jelly.bttn-md:hover {
    box-shadow: 0 1px 8px rgba(58, 51, 53, .4)
}

.bttn-jelly.bttn-lg {
    padding: 8px 15px;
    font-size: 24px;
    font-family: inherit
}

.bttn-jelly.bttn-lg:focus, .bttn-jelly.bttn-lg:hover {
    box-shadow: 0 1px 10px rgba(58, 51, 53, .4)
}

.bttn-jelly.bttn-default {
    background: #fff;
    color: #1d89ff
}

.bttn-jelly.bttn-primary {
    background: #1d89ff;
    color: #fff
}

.bttn-jelly.bttn-warning {
    background: #feab3a;
    color: #fff
}

.bttn-jelly.bttn-danger {
    background: #ff5964;
    color: #fff
}

.bttn-jelly.bttn-success {
    background: #28b78d;
    color: #fff
}

.bttn-jelly.bttn-royal {
    background: #bd2df5;
    color: #fff
}

.bttn-fill {
    margin: 0;
    padding: 0;
    border-width: 0;
    border-color: transparent;
    background: transparent;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    font-size: 20px;
    font-family: inherit;
    padding: 5px 12px;
    z-index: 0;
    border: none;
    background: #fff;
    color: #1d89ff;
    -webkit-transition: all .3s cubic-bezier(.02, .01, .47, 1);
    transition: all .3s cubic-bezier(.02, .01, .47, 1)
}

.bttn-fill:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1d89ff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity .15s ease-out, -webkit-transform .15s ease-out;
    transition: opacity .15s ease-out, -webkit-transform .15s ease-out;
    transition: transform .15s ease-out, opacity .15s ease-out;
    transition: transform .15s ease-out, opacity .15s ease-out, -webkit-transform .15s ease-out;
    z-index: -1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

.bttn-fill:focus, .bttn-fill:hover {
    box-shadow: 0 1px 8px rgba(58, 51, 53, .3);
    color: #fff;
    -webkit-transition: all .5s cubic-bezier(.02, .01, .47, 1);
    transition: all .5s cubic-bezier(.02, .01, .47, 1)
}

.bttn-fill:focus:before, .bttn-fill:hover:before {
    opacity: 1;
    -webkit-transition: opacity .2s ease-in, -webkit-transform .2s ease-in;
    transition: opacity .2s ease-in, -webkit-transform .2s ease-in;
    transition: transform .2s ease-in, opacity .2s ease-in;
    transition: transform .2s ease-in, opacity .2s ease-in, -webkit-transform .2s ease-in;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.bttn-fill.bttn-xs {
    padding: 3px 8px;
    font-size: 12px;
    font-family: inherit
}

.bttn-fill.bttn-xs:focus, .bttn-fill.bttn-xs:hover {
    box-shadow: 0 1px 4px rgba(58, 51, 53, .3)
}

.bttn-fill.bttn-sm {
    padding: 4px 10px;
    font-size: 16px;
    font-family: inherit
}

.bttn-fill.bttn-sm:focus, .bttn-fill.bttn-sm:hover {
    box-shadow: 0 1px 6px rgba(58, 51, 53, .3)
}

.bttn-fill.bttn-md {
    font-size: 20px;
    font-family: inherit;
    padding: 5px 12px
}

.bttn-fill.bttn-md:focus, .bttn-fill.bttn-md:hover {
    box-shadow: 0 1px 8px rgba(58, 51, 53, .3)
}

.bttn-fill.bttn-lg {
    padding: 8px 15px;
    font-size: 24px;
    font-family: inherit
}

.bttn-fill.bttn-lg:focus, .bttn-fill.bttn-lg:hover {
    box-shadow: 0 1px 10px rgba(58, 51, 53, .3)
}

.bttn-fill.bttn-default {
    background: #fff;
    color: #1d89ff
}

.bttn-fill.bttn-default:focus, .bttn-fill.bttn-default:hover {
    color: #fff
}

.bttn-fill.bttn-default:before {
    background: #1d89ff
}

.bttn-fill.bttn-primary {
    background: #1d89ff;
    color: #fff
}

.bttn-fill.bttn-primary:focus, .bttn-fill.bttn-primary:hover {
    color: #1d89ff
}

.bttn-fill.bttn-primary:before {
    background: #fff
}

.bttn-fill.bttn-warning {
    background: #feab3a;
    color: #fff
}

.bttn-fill.bttn-warning:focus, .bttn-fill.bttn-warning:hover {
    color: #feab3a
}

.bttn-fill.bttn-warning:before {
    background: #fff
}

.bttn-fill.bttn-danger {
    background: #ff5964;
    color: #fff
}

.bttn-fill.bttn-danger:focus, .bttn-fill.bttn-danger:hover {
    color: #ff5964
}

.bttn-fill.bttn-danger:before {
    background: #fff
}

.bttn-fill.bttn-success {
    background: #28b78d;
    color: #fff
}

.bttn-fill.bttn-success:focus, .bttn-fill.bttn-success:hover {
    color: #28b78d
}

.bttn-fill.bttn-success:before {
    background: #fff
}

.bttn-fill.bttn-royal {
    background: #bd2df5;
    color: #fff
}

.bttn-fill.bttn-royal:focus, .bttn-fill.bttn-royal:hover {
    color: #bd2df5
}

.bttn-fill.bttn-royal:before {
    background: #fff
}

.bttn-material-circle {
    margin: 0;
    padding: 0;
    border-color: transparent;
    background: transparent;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    font-size: 20px;
    font-family: inherit;
    padding: 5px 12px;
    overflow: hidden;
    border-width: 0;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .18), 0 1px 5px 0 rgba(0, 0, 0, .15);
    color: #1d89ff;
    -webkit-transition: all .25s cubic-bezier(.02, .01, .47, 1);
    transition: all .25s cubic-bezier(.02, .01, .47, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.bttn-material-circle:focus, .bttn-material-circle:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    -webkit-transition: box-shadow .4s ease-out;
    transition: box-shadow .4s ease-out
}

.bttn-material-circle.bttn-xs {
    padding: 3px 8px;
    font-size: 12px;
    font-family: inherit;
    width: 28px;
    height: 28px;
    line-height: 24px
}

.bttn-material-circle.bttn-sm {
    padding: 4px 10px;
    font-size: 16px;
    font-family: inherit;
    width: 36px;
    height: 36px;
    line-height: 30px
}

.bttn-material-circle.bttn-md {
    font-size: 20px;
    font-family: inherit;
    padding: 5px 12px;
    width: 44px;
    height: 44px;
    line-height: 38px
}

.bttn-material-circle.bttn-lg {
    padding: 8px 15px;
    font-size: 24px;
    font-family: inherit;
    width: 54px;
    height: 54px;
    line-height: 44px
}

.bttn-material-circle.bttn-default {
    background: #fff;
    color: #1d89ff
}

.bttn-material-circle.bttn-primary {
    background: #1d89ff;
    color: #fff
}

.bttn-material-circle.bttn-warning {
    background: #feab3a;
    color: #fff
}

.bttn-material-circle.bttn-danger {
    background: #ff5964;
    color: #fff
}

.bttn-material-circle.bttn-success {
    background: #28b78d;
    color: #fff
}

.bttn-material-circle.bttn-royal {
    background: #bd2df5;
    color: #fff
}

.bttn-material-flat {
    margin: 0;
    padding: 0;
    border-color: transparent;
    background: transparent;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    font-size: 20px;
    font-family: inherit;
    padding: 5px 12px;
    overflow: hidden;
    border-width: 0;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .18), 0 1px 5px 0 rgba(0, 0, 0, .15);
    color: #1d89ff;
    text-transform: uppercase;
    -webkit-transition: all .25s cubic-bezier(.02, .01, .47, 1);
    transition: all .25s cubic-bezier(.02, .01, .47, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.bttn-material-flat:focus, .bttn-material-flat:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    -webkit-transition: box-shadow .4s ease-out;
    transition: box-shadow .4s ease-out
}

.bttn-material-flat.bttn-xs {
    padding: 3px 8px;
    font-size: 12px;
    font-family: inherit
}

.bttn-material-flat.bttn-sm {
    padding: 4px 10px;
    font-size: 16px;
    font-family: inherit
}

.bttn-material-flat.bttn-md {
    font-size: 20px;
    font-family: inherit;
    padding: 5px 12px
}

.bttn-material-flat.bttn-lg {
    padding: 8px 15px;
    font-size: 24px;
    font-family: inherit
}

.bttn-material-flat.bttn-default {
    background: #fff;
    color: #1d89ff
}

.bttn-material-flat.bttn-primary {
    background: #1d89ff;
    color: #fff
}

.bttn-material-flat.bttn-warning {
    background: #feab3a;
    color: #fff
}

.bttn-material-flat.bttn-danger {
    background: #ff5964;
    color: #fff
}

.bttn-material-flat.bttn-success {
    background: #28b78d;
    color: #fff
}

.bttn-material-flat.bttn-royal {
    background: #bd2df5;
    color: #fff
}

.bttn-pill {
    margin: 0;
    padding: 0;
    border-width: 0;
    border-color: transparent;
    background: transparent;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    font-size: 20px;
    font-family: inherit;
    padding: 5px 12px;
    z-index: 0;
    overflow: hidden;
    border: none;
    border-radius: 100px;
    background: #fff;
    color: #1d89ff;
    -webkit-transition: all .3s cubic-bezier(.02, .01, .47, 1);
    transition: all .3s cubic-bezier(.02, .01, .47, 1)
}

.bttn-pill:after, .bttn-pill:before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #1d89ff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity .15s cubic-bezier(.02, .01, .47, 1), -webkit-transform .15s cubic-bezier(.02, .01, .47, 1);
    transition: opacity .15s cubic-bezier(.02, .01, .47, 1), -webkit-transform .15s cubic-bezier(.02, .01, .47, 1);
    transition: transform .15s cubic-bezier(.02, .01, .47, 1), opacity .15s cubic-bezier(.02, .01, .47, 1);
    transition: transform .15s cubic-bezier(.02, .01, .47, 1), opacity .15s cubic-bezier(.02, .01, .47, 1), -webkit-transform .15s cubic-bezier(.02, .01, .47, 1);
    z-index: -1;
    -webkit-transform: translate(100%, -25%) translateZ(0);
    transform: translate(100%, -25%) translateZ(0)
}

.bttn-pill:focus, .bttn-pill:hover {
    box-shadow: 0 1px 8px rgba(58, 51, 53, .3);
    color: #fff;
    -webkit-transition: all .5s cubic-bezier(.02, .01, .47, 1);
    transition: all .5s cubic-bezier(.02, .01, .47, 1);
    -webkit-transform: scale(1.1) translateZ(0);
    transform: scale(1.1) translateZ(0)
}

.bttn-pill:focus:before, .bttn-pill:hover:before {
    opacity: .15;
    -webkit-transition: opacity .2s cubic-bezier(.02, .01, .47, 1), -webkit-transform .2s cubic-bezier(.02, .01, .47, 1);
    transition: opacity .2s cubic-bezier(.02, .01, .47, 1), -webkit-transform .2s cubic-bezier(.02, .01, .47, 1);
    transition: transform .2s cubic-bezier(.02, .01, .47, 1), opacity .2s cubic-bezier(.02, .01, .47, 1);
    transition: transform .2s cubic-bezier(.02, .01, .47, 1), opacity .2s cubic-bezier(.02, .01, .47, 1), -webkit-transform .2s cubic-bezier(.02, .01, .47, 1);
    -webkit-transform: translate3d(50%, 0, 0) scale(.9);
    transform: translate3d(50%, 0, 0) scale(.9)
}

.bttn-pill:focus:after, .bttn-pill:hover:after {
    opacity: .25;
    -webkit-transition: opacity .2s cubic-bezier(.02, .01, .47, 1) .05s, -webkit-transform .2s cubic-bezier(.02, .01, .47, 1) .05s;
    transition: opacity .2s cubic-bezier(.02, .01, .47, 1) .05s, -webkit-transform .2s cubic-bezier(.02, .01, .47, 1) .05s;
    transition: transform .2s cubic-bezier(.02, .01, .47, 1) .05s, opacity .2s cubic-bezier(.02, .01, .47, 1) .05s;
    transition: transform .2s cubic-bezier(.02, .01, .47, 1) .05s, opacity .2s cubic-bezier(.02, .01, .47, 1) .05s, -webkit-transform .2s cubic-bezier(.02, .01, .47, 1) .05s;
    -webkit-transform: translate(50%) scale(1.1);
    transform: translate(50%) scale(1.1)
}

.bttn-pill.bttn-xs {
    padding: 3px 8px;
    font-size: 12px;
    font-family: inherit
}

.bttn-pill.bttn-xs:focus, .bttn-pill.bttn-xs:hover {
    box-shadow: 0 1px 4px rgba(58, 51, 53, .3)
}

.bttn-pill.bttn-sm {
    padding: 4px 10px;
    font-size: 16px;
    font-family: inherit
}

.bttn-pill.bttn-sm:focus, .bttn-pill.bttn-sm:hover {
    box-shadow: 0 1px 6px rgba(58, 51, 53, .3)
}

.bttn-pill.bttn-md {
    font-size: 20px;
    font-family: inherit;
    padding: 5px 12px
}

.bttn-pill.bttn-md:focus, .bttn-pill.bttn-md:hover {
    box-shadow: 0 1px 8px rgba(58, 51, 53, .3)
}

.bttn-pill.bttn-lg {
    padding: 8px 15px;
    font-size: 24px;
    font-family: inherit
}

.bttn-pill.bttn-lg:focus, .bttn-pill.bttn-lg:hover {
    box-shadow: 0 1px 10px rgba(58, 51, 53, .3)
}

.bttn-pill.bttn-default {
    background: #fff;
    color: #1d89ff
}

.bttn-pill.bttn-default:focus, .bttn-pill.bttn-default:hover {
    color: #1d89ff
}

.bttn-pill.bttn-default:after, .bttn-pill.bttn-default:before {
    background: #1d89ff
}

.bttn-pill.bttn-primary {
    background: #1d89ff;
    color: #fff
}

.bttn-pill.bttn-primary:focus, .bttn-pill.bttn-primary:hover {
    color: #fff
}

.bttn-pill.bttn-primary:after, .bttn-pill.bttn-primary:before {
    background: #fff
}

.bttn-pill.bttn-warning {
    background: #feab3a;
    color: #fff
}

.bttn-pill.bttn-warning:focus, .bttn-pill.bttn-warning:hover {
    color: #fff
}

.bttn-pill.bttn-warning:after, .bttn-pill.bttn-warning:before {
    background: #fff
}

.bttn-pill.bttn-danger {
    background: #ff5964;
    color: #fff
}

.bttn-pill.bttn-danger:focus, .bttn-pill.bttn-danger:hover {
    color: #fff
}

.bttn-pill.bttn-danger:after, .bttn-pill.bttn-danger:before {
    background: #fff
}

.bttn-pill.bttn-success {
    background: #28b78d;
    color: #fff
}

.bttn-pill.bttn-success:focus, .bttn-pill.bttn-success:hover {
    color: #fff
}

.bttn-pill.bttn-success:after, .bttn-pill.bttn-success:before {
    background: #fff
}

.bttn-pill.bttn-royal {
    background: #bd2df5;
    color: #fff
}

.bttn-pill.bttn-royal:focus, .bttn-pill.bttn-royal:hover {
    color: #fff
}

.bttn-pill.bttn-royal:after, .bttn-pill.bttn-royal:before {
    background: #fff
}

.bttn-float {
    margin: 0;
    padding: 0;
    border-width: 0;
    border-color: transparent;
    background: transparent;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    font-size: 20px;
    font-family: inherit;
    padding: 5px 12px;
    overflow: hidden;
    border: 1px dotted #fff;
    border-radius: 4px;
    background: hsla(0, 0%, 100%, .4);
    color: #fff;
    -webkit-transition: opacity .3s cubic-bezier(.02, .01, .47, 1), box-shadow .2s cubic-bezier(.02, .01, .47, 1), -webkit-transform .3s cubic-bezier(.02, .01, .47, 1);
    transition: opacity .3s cubic-bezier(.02, .01, .47, 1), box-shadow .2s cubic-bezier(.02, .01, .47, 1), -webkit-transform .3s cubic-bezier(.02, .01, .47, 1);
    transition: transform .3s cubic-bezier(.02, .01, .47, 1), opacity .3s cubic-bezier(.02, .01, .47, 1), box-shadow .2s cubic-bezier(.02, .01, .47, 1);
    transition: transform .3s cubic-bezier(.02, .01, .47, 1), opacity .3s cubic-bezier(.02, .01, .47, 1), box-shadow .2s cubic-bezier(.02, .01, .47, 1), -webkit-transform .3s cubic-bezier(.02, .01, .47, 1)
}

.bttn-float:focus, .bttn-float:hover {
    box-shadow: 0 30px 30px rgba(0, 0, 0, .16);
    opacity: .85;
    -webkit-transition: opacity .2s cubic-bezier(.02, .01, .47, 1), box-shadow .4s cubic-bezier(.02, .01, .47, 1), -webkit-transform .2s cubic-bezier(.02, .01, .47, 1);
    transition: opacity .2s cubic-bezier(.02, .01, .47, 1), box-shadow .4s cubic-bezier(.02, .01, .47, 1), -webkit-transform .2s cubic-bezier(.02, .01, .47, 1);
    transition: transform .2s cubic-bezier(.02, .01, .47, 1), opacity .2s cubic-bezier(.02, .01, .47, 1), box-shadow .4s cubic-bezier(.02, .01, .47, 1);
    transition: transform .2s cubic-bezier(.02, .01, .47, 1), opacity .2s cubic-bezier(.02, .01, .47, 1), box-shadow .4s cubic-bezier(.02, .01, .47, 1), -webkit-transform .2s cubic-bezier(.02, .01, .47, 1)
}

.bttn-float.bttn-xs {
    padding: 3px 8px;
    font-size: 12px;
    font-family: inherit
}

.bttn-float.bttn-xs:focus, .bttn-float.bttn-xs:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px)
}

.bttn-float.bttn-sm {
    padding: 4px 10px;
    font-size: 16px;
    font-family: inherit
}

.bttn-float.bttn-sm:focus, .bttn-float.bttn-sm:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.bttn-float.bttn-md {
    font-size: 20px;
    font-family: inherit;
    padding: 5px 12px
}

.bttn-float.bttn-md:focus, .bttn-float.bttn-md:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.bttn-float.bttn-lg {
    padding: 8px 15px;
    font-size: 24px;
    font-family: inherit
}

.bttn-float.bttn-lg:focus, .bttn-float.bttn-lg:hover {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px)
}

.bttn-float.bttn-default {
    border-color: #fff;
    background: hsla(0, 0%, 100%, .4);
    color: #fff
}

.bttn-float.bttn-primary {
    border-color: #1d89ff;
    background: rgba(29, 137, 255, .4);
    color: #1d89ff
}

.bttn-float.bttn-warning {
    border-color: #feab3a;
    background: rgba(254, 171, 58, .4);
    color: #feab3a
}

.bttn-float.bttn-danger {
    border-color: #ff5964;
    background: rgba(255, 89, 100, .4);
    color: #ff5964
}

.bttn-float.bttn-success {
    border-color: #28b78d;
    background: rgba(40, 183, 141, .4);
    color: #28b78d
}

.bttn-float.bttn-royal {
    border-color: #bd2df5;
    background: rgba(189, 45, 245, .4);
    color: #bd2df5
}

.bttn-unite {
    margin: 0;
    padding: 0;
    border-width: 0;
    border-color: transparent;
    background: transparent;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    font-size: 20px;
    font-family: inherit;
    padding: 5px 12px;
    z-index: 0;
    overflow: hidden;
    border: 1px solid #1d89ff;
    border-radius: 100px;
    background: #fff;
    color: #1d89ff;
    -webkit-transition: color .3s cubic-bezier(.02, .01, .47, 1), border-color .3s cubic-bezier(.02, .01, .47, 1);
    transition: color .3s cubic-bezier(.02, .01, .47, 1), border-color .3s cubic-bezier(.02, .01, .47, 1)
}

.bttn-unite:before {
    background: #d6e3ff;
    -webkit-transform: translate3d(-110%, -10%, 0) skewX(-20deg);
    transform: translate3d(-110%, -10%, 0) skewX(-20deg)
}

.bttn-unite:after, .bttn-unite:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    content: '';
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity .15s cubic-bezier(.02, .01, .47, 1), -webkit-transform .15s cubic-bezier(.02, .01, .47, 1);
    transition: opacity .15s cubic-bezier(.02, .01, .47, 1), -webkit-transform .15s cubic-bezier(.02, .01, .47, 1);
    transition: transform .15s cubic-bezier(.02, .01, .47, 1), opacity .15s cubic-bezier(.02, .01, .47, 1);
    transition: transform .15s cubic-bezier(.02, .01, .47, 1), opacity .15s cubic-bezier(.02, .01, .47, 1), -webkit-transform .15s cubic-bezier(.02, .01, .47, 1)
}

.bttn-unite:after {
    background: rgba(214, 227, 255, .7);
    -webkit-transform: translate3d(110%, -10%, 0) skewX(-20deg);
    transform: translate3d(110%, -10%, 0) skewX(-20deg)
}

.bttn-unite:focus, .bttn-unite:hover {
    box-shadow: 0 1px 8px rgba(58, 51, 53, .3);
    color: #1d89ff;
    -webkit-transition: all .5s cubic-bezier(.02, .01, .47, 1);
    transition: all .5s cubic-bezier(.02, .01, .47, 1)
}

.bttn-unite:focus:before, .bttn-unite:hover:before {
    -webkit-transform: translate3d(-50%, -10%, 0) skewX(-20deg);
    transform: translate3d(-50%, -10%, 0) skewX(-20deg)
}

.bttn-unite:focus:after, .bttn-unite:focus:before, .bttn-unite:hover:after, .bttn-unite:hover:before {
    opacity: 1;
    -webkit-transition: opacity .25s cubic-bezier(.02, .01, .47, 1), -webkit-transform .25s cubic-bezier(.02, .01, .47, 1);
    transition: opacity .25s cubic-bezier(.02, .01, .47, 1), -webkit-transform .25s cubic-bezier(.02, .01, .47, 1);
    transition: transform .25s cubic-bezier(.02, .01, .47, 1), opacity .25s cubic-bezier(.02, .01, .47, 1);
    transition: transform .25s cubic-bezier(.02, .01, .47, 1), opacity .25s cubic-bezier(.02, .01, .47, 1), -webkit-transform .25s cubic-bezier(.02, .01, .47, 1)
}

.bttn-unite:focus:after, .bttn-unite:hover:after {
    -webkit-transform: translate3d(50%, -10%, 0) skewX(-20deg);
    transform: translate3d(50%, -10%, 0) skewX(-20deg)
}

.bttn-unite.bttn-xs {
    padding: 3px 8px;
    font-size: 12px;
    font-family: inherit
}

.bttn-unite.bttn-xs:focus, .bttn-unite.bttn-xs:hover {
    box-shadow: 0 1px 4px rgba(58, 51, 53, .3)
}

.bttn-unite.bttn-sm {
    padding: 4px 10px;
    font-size: 16px;
    font-family: inherit
}

.bttn-unite.bttn-sm:focus, .bttn-unite.bttn-sm:hover {
    box-shadow: 0 1px 6px rgba(58, 51, 53, .3)
}

.bttn-unite.bttn-md {
    font-size: 20px;
    font-family: inherit;
    padding: 5px 12px
}

.bttn-unite.bttn-md:focus, .bttn-unite.bttn-md:hover {
    box-shadow: 0 1px 8px rgba(58, 51, 53, .3)
}

.bttn-unite.bttn-lg {
    padding: 8px 15px;
    font-size: 24px;
    font-family: inherit
}

.bttn-unite.bttn-lg:focus, .bttn-unite.bttn-lg:hover {
    box-shadow: 0 1px 10px rgba(58, 51, 53, .3)
}

.bttn-unite.bttn-default {
    border-color: #1d89ff;
    color: #1d89ff
}

.bttn-unite.bttn-default:focus, .bttn-unite.bttn-default:hover {
    background: #d6e3ff;
    color: #1d89ff
}

.bttn-unite.bttn-default:before {
    background: #a7c3ff
}

.bttn-unite.bttn-default:after {
    background: #d6e3ff
}

.bttn-unite.bttn-primary {
    border-color: #1d89ff;
    color: #1d89ff
}

.bttn-unite.bttn-primary:focus, .bttn-unite.bttn-primary:hover {
    background: #1d89ff;
    color: #fff
}

.bttn-unite.bttn-primary:before {
    background: #006de3
}

.bttn-unite.bttn-primary:after {
    background: #1d89ff
}

.bttn-unite.bttn-warning {
    border-color: #feab3a;
    color: #feab3a
}

.bttn-unite.bttn-warning:focus, .bttn-unite.bttn-warning:hover {
    background: #feab3a;
    color: #fff
}

.bttn-unite.bttn-warning:before {
    background: #f89001
}

.bttn-unite.bttn-warning:after {
    background: #feab3a
}

.bttn-unite.bttn-danger {
    border-color: #ff5964;
    color: #ff5964
}

.bttn-unite.bttn-danger:focus, .bttn-unite.bttn-danger:hover {
    background: #ff5964;
    color: #fff
}

.bttn-unite.bttn-danger:before {
    background: #ff1424
}

.bttn-unite.bttn-danger:after {
    background: #ff5964
}

.bttn-unite.bttn-success {
    border-color: #28b78d;
    color: #28b78d
}

.bttn-unite.bttn-success:focus, .bttn-unite.bttn-success:hover {
    background: #28b78d;
    color: #fff
}

.bttn-unite.bttn-success:before {
    background: #209271
}

.bttn-unite.bttn-success:after {
    background: #28b78d
}

.bttn-unite.bttn-royal {
    border-color: #bd2df5;
    color: #bd2df5
}

.bttn-unite.bttn-royal:focus, .bttn-unite.bttn-royal:hover {
    background: #bd2df5;
    color: #fff
}

.bttn-unite.bttn-royal:before {
    background: #a20bdd
}

.bttn-unite.bttn-royal:after {
    background: #bd2df5
}

.bttn-slant {
    margin: 0;
    padding: 0;
    border-width: 0;
    border-color: transparent;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    font-size: 20px;
    font-family: inherit;
    padding: 5px 12px;
    z-index: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    color: #1d89ff;
    -webkit-transition: color .3s cubic-bezier(.02, .01, .47, 1), -webkit-transform .3s cubic-bezier(.02, .01, .47, 1);
    transition: color .3s cubic-bezier(.02, .01, .47, 1), -webkit-transform .3s cubic-bezier(.02, .01, .47, 1);
    transition: color .3s cubic-bezier(.02, .01, .47, 1), transform .3s cubic-bezier(.02, .01, .47, 1);
    transition: color .3s cubic-bezier(.02, .01, .47, 1), transform .3s cubic-bezier(.02, .01, .47, 1), -webkit-transform .3s cubic-bezier(.02, .01, .47, 1)
}

.bttn-slant:before {
    width: 100%;
    background: #fafafa;
    -webkit-transition: box-shadow .2s cubic-bezier(.02, .01, .47, 1);
    transition: box-shadow .2s cubic-bezier(.02, .01, .47, 1)
}

.bttn-slant:after, .bttn-slant:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    content: '';
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg)
}

.bttn-slant:after {
    width: 0;
    background: hsla(0, 0%, 98%, .3);
    opacity: 0;
    -webkit-transition: opacity .2s cubic-bezier(.02, .01, .47, 1), width .15s cubic-bezier(.02, .01, .47, 1);
    transition: opacity .2s cubic-bezier(.02, .01, .47, 1), width .15s cubic-bezier(.02, .01, .47, 1)
}

.bttn-slant:focus, .bttn-slant:hover {
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
}

.bttn-slant:focus:after, .bttn-slant:hover:after {
    width: 5px;
    opacity: 1
}

.bttn-slant:focus:before, .bttn-slant:hover:before {
    box-shadow: inset 0 -1px 0 #a7c3ff, inset 0 1px 0 #a7c3ff, inset -1px 0 0 #a7c3ff
}

.bttn-slant.bttn-xs {
    padding: 3px 8px;
    font-size: 12px;
    font-family: inherit
}

.bttn-slant.bttn-sm {
    padding: 4px 10px;
    font-size: 16px;
    font-family: inherit
}

.bttn-slant.bttn-md {
    font-size: 20px;
    font-family: inherit;
    padding: 5px 12px
}

.bttn-slant.bttn-lg {
    padding: 8px 15px;
    font-size: 24px;
    font-family: inherit
}

.bttn-slant.bttn-default {
    color: #1d89ff
}

.bttn-slant.bttn-default:focus:before, .bttn-slant.bttn-default:hover:before {
    box-shadow: inset 0 -1px 0 #a7c3ff, inset 0 1px 0 #a7c3ff, inset -1px 0 0 #a7c3ff
}

.bttn-slant.bttn-default:before {
    background: #fff
}

.bttn-slant.bttn-default:after {
    background: #a7c3ff
}

.bttn-slant.bttn-primary {
    color: #fff
}

.bttn-slant.bttn-primary:focus:before, .bttn-slant.bttn-primary:hover:before {
    box-shadow: inset 0 -1px 0 #006de3, inset 0 1px 0 #006de3, inset -1px 0 0 #006de3
}

.bttn-slant.bttn-primary:before {
    background: #1d89ff
}

.bttn-slant.bttn-primary:after {
    background: #006de3
}

.bttn-slant.bttn-warning {
    color: #fff
}

.bttn-slant.bttn-warning:focus:before, .bttn-slant.bttn-warning:hover:before {
    box-shadow: inset 0 -1px 0 #f89001, inset 0 1px 0 #f89001, inset -1px 0 0 #f89001
}

.bttn-slant.bttn-warning:before {
    background: #feab3a
}

.bttn-slant.bttn-warning:after {
    background: #f89001
}

.bttn-slant.bttn-danger {
    color: #fff
}

.bttn-slant.bttn-danger:focus:before, .bttn-slant.bttn-danger:hover:before {
    box-shadow: inset 0 -1px 0 #ff1424, inset 0 1px 0 #ff1424, inset -1px 0 0 #ff1424
}

.bttn-slant.bttn-danger:before {
    background: #ff5964
}

.bttn-slant.bttn-danger:after {
    background: #ff1424
}

.bttn-slant.bttn-success {
    color: #fff
}

.bttn-slant.bttn-success:focus:before, .bttn-slant.bttn-success:hover:before {
    box-shadow: inset 0 -1px 0 #209271, inset 0 1px 0 #209271, inset -1px 0 0 #209271
}

.bttn-slant.bttn-success:before {
    background: #28b78d
}

.bttn-slant.bttn-success:after {
    background: #209271
}

.bttn-slant.bttn-royal {
    color: #fff
}

.bttn-slant.bttn-royal:focus:before, .bttn-slant.bttn-royal:hover:before {
    box-shadow: inset 0 -1px 0 #a20bdd, inset 0 1px 0 #a20bdd, inset -1px 0 0 #a20bdd
}

.bttn-slant.bttn-royal:before {
    background: #bd2df5
}

.bttn-slant.bttn-royal:after {
    background: #a20bdd
}

.bttn-block {
    display: block;
    width: 100%
}

.bttn-no-outline, .bttn-no-outline:active, .bttn-no-outline:focus, .bttn-no-outline:hover {
    outline: none
}

.btn-grad {
    background-image: linear-gradient(to right, #77A1D3 0%, #79CBCA 51%, #77A1D3 100%)
}

.btn-grad:hover {
    background-position: right center;
}

/*endregion*/
/* Set a size for our map container, the Google Map will take up 100% of this container */
#map {
    width: 100%;
    min-height: 400px;
}

/*region Contact*/
/* contact */

.address label {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .6px;
    text-transform: uppercase;
    color: #12569b;
    margin-bottom: 15px;
}

.address h6 {
    margin-bottom: 40px;
}

.address h6 {
    margin-bottom: 40px;
}

.address h6 a,
.address h6 {
    color: #898989;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

.address h6 a:hover,
.address h6 a:active,
.address h6 a:focus {
    color: #f5a623;
    text-decoration: none;
}

.contactForm .form-box input,
.contactForm .form-box textarea {
    width: 100%;
    height: 65px;
    padding: 5px 20px;
    text-transform: uppercase;
    font-size: 14px;
    color: #4b545d;
    font-weight: 700;
    letter-spacing: 1px;
    float: left;
    margin-bottom: 30px;
    border-radius: 4px;
    border: 2px solid #dde3e9;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
}

.contactForm .form-box textarea {
    height: 165px;
    padding: 15px 20px;
}

.contactForm .form-box input::-webkit-input-placeholder,
.contactForm .form-box textarea::-webkit-input-placeholder {
    color: #4b545d;
}

.contactForm .form-box input:-moz-placeholder,
.contactForm .form-box textarea:-moz-placeholder {
    color: #4b545d;
}

.contactForm .form-box input::-moz-placeholder,
.contactForm .form-box textarea::-moz-placeholder {
    color: #4b545d;
}

.contactForm .form-box input:-ms-input-placeholder,
.contactForm .form-box textarea:-ms-input-placeholder {
    color: #4b545d;
}

/*endregion*/
.footer {
    padding-top: 55px;
    padding-bottom: 55px;
    background-color: #12569b;
    color: white;
}

.footer ul {
    list-style-type: none;
}

.footer ul li a {
    list-style-type: none;
    color: white;
}

.footer ul li a:hover {
    list-style-type: none;
    color: lightgrey;
}

/*region IranMap*/
#controls .ullist {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.ullist li.active a {
    font-weight: bold;
}

.ullist li.active a,
.ullist li a:hover {
    border-radius: 5px;
    color: darkblue !important;
    background-color: #eee !important;
}

/*endregion*/
.trade img {
    -webkit-filter: grayscale(1) contrast(1.1) brightness(1.1);
    filter: grayscale(1) contrast(1.1) brightness(1.1);
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    padding-top: 10px;
    padding-bottom: 10px;
}

.trade img:hover {
    -webkit-filter: none;
    filter: none;
}

/*region Input Area*/

input,
textarea {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    outline: 0
}

input[type="submit"] {
    cursor: pointer
}

.input {
    font-family: 'Noto Sans', sans-serif;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    background-color: #f4f8fc;
    border: 1px solid #dbe6ec;
    color: #3b444f;
    width: 100%
}

.input::-webkit-input-placeholder {
    color: #67747c
}

.input:-moz-placeholder {
    color: #67747c
}

.input::-moz-placeholder {
    color: #67747c
}

.input:-ms-input-placeholder {
    color: #67747c
}

.input:focus {
    box-shadow: none !important;
    background-color: #fff;
    border-color: #dbe6ec
}

textarea {
    resize: none;
}

form label {
    text-transform: capitalize;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 15px 8px;
}

/*endregion*/
.tripline {
    background: #eeeeee;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    border: 1px solid #E5E5E5;
}
.col-mar-img img {
    margin-top: 10px;
    margin-bottom: 10px;

}
.backgroundjazebe{
    background-image: url("../img/Icon/mapt.png");
    border-bottom: 1px solid #FFE9D2;
    border-top: 1px solid #FFE9D2;
    padding: 40px 0 40px;
}
.price {
    font-size: larger;
    line-height: 27px;
    margin: 10px;
    background: #1A507F;
    padding: 12px 10px 12px;
    color: #FFF;
    text-shadow: 1px 1px 1px #333;
}
.impact{
    border: 1px solid #CCC;
    padding: 30px 10px 0;
    box-shadow: 0px 0px 4px 0px #e8e3e8;
    background: #FFFFFF;
    border: solid 1px #EAEAEA;
    border-radius: 10px 0 0 10px;
    border-right: 4px solid #ffbb68;
    background: url("../img/Icon/mbg3.png")no-repeat center bottom!important;
}
.boxgray {
    border-bottom: 2px dotted #DDDDDD;
    border-top: 2px dotted #DDDDDD;
    padding: 30px 10px 30px;
    background: #faf9f2;
    margin: 0 0 30px;
}

.bg-hero{
  background: url("../img/Bg/travel.png");
}
.bg-hero2{
    background-image: url("../img/Icon/strip.png");
}

/*region Cart*/
.table>tbody>tr>td, .table>tfoot>tr>td{
    vertical-align: middle;
}
@media screen and (max-width: 600px) {
    table#cart tbody td .form-control{
        width:20%;
        display: inline !important;
    }
    .actions .btn{
        width:36%;
        margin:1.5em 0;
    }

    .actions .btn-info{
        float:left;
    }
    .actions .btn-danger{
        float:right;
    }

    table#cart thead { display: none; }
    table#cart tbody td { display: block; padding: .6rem; min-width:320px;}
    table#cart tbody tr td:first-child { background: #333; color: #fff; }
    table#cart tbody td:before {
        content: attr(data-th); font-weight: bold;
        display: inline-block; width: 8rem;
    }



    table#cart tfoot td{display:block; }
    table#cart tfoot td .btn{display:block;}

}

.checkout-border {
    border: 1px solid #eeeeee;
    background-color: #fafafa !important;
    font-size: 13px;
    color: #333;
}

.margin-top-5px {
    margin-top: 5px;
}
.shop-padding-20 {
    padding: 20px;
}
/*endregion*/
