/*
Assan main style file
*/

@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800|Open+Sans:300,300i,400,400i,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Droid+Serif:400,400i");
@font-face {
    font-family: 'FontAwesome';
    src: url("../js/bower_components/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("../js/bower_components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../js/bower_components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../js/bower_components/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../js/bower_components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../js/bower_components/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

/*themify icons*/

@font-face {
    font-family: 'themify';
    src: url("../js/bower_components/themify-icons/fonts/themify.eot");
    src: url("../js/bower_components/themify-icons/fonts/themify.eot?#iefix") format("embedded-opentype"), url("../js/bower_components/themify-icons/fonts/themify.woff") format("woff"), url("../js/bower_components/themify-icons/fonts/themify.ttf") format("truetype"), url("../js/bower_components/themify-icons/fonts/themify.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

/**et line icons**/

@font-face {
    font-family: 'et-line';
    src: url("../et-line-font/fonts/et-line.eot");
    src: url("../et-line-font/fonts/et-line.eot?#iefix") format("embedded-opentype"), url("../et-line-font/fonts/et-line.woff") format("woff"), url("../et-line-font/fonts/et-line.ttf") format("truetype"), url("../et-line-font/fonts/et-line.svg#et-line") format("svg");
    font-weight: normal;
    font-style: normal;
}

/*
Basic of template
*/

html,
body,
html.footer-sticky,
.footer-sticky body {
    height: 100%;
}

body {
    color: #777;
    font-weight: 400;
    letter-spacing: .1rem;
    font-family: "Open Sans", Microsoft JhengHei, LiHei Pro, sans-serif;
    font-size: 16px;
    line-height: 1.85;
    background: url(../images/bg1.png) #fcfcfc;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

button,
input,
optgroup,
select,
textarea {
    font-family: "Open Sans", Microsoft JhengHei, LiHei Pro, sans-serif;
}

button:focus {
    outline: 0 !important;
}

a,
.simple-hover img,
button,
.btn {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

a {
    color: #4782d3;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: 0 !important;
    color: #666;
}

/**typography**/

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Montserrat", Microsoft JhengHei, LiHei Pro, sans-serif;
    color: #252525;
    font-weight: 700;
    font-variant-ligatures: common-ligatures;
    margin-top: 0;
    letter-spacing: -0.2px;
    line-height: 1.3;
}

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 26px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 16px;
}

h6,
.h6 {
    font-size: 14px;
}

.lead {
    font-size: 1.35714286em;
    line-height: 1.68421053em;
    font-weight: 400;
}

@media all and (max-width: 767px) {
    h1,
    .h1 {
        font-size: 2.35714286em;
        line-height: 1.36363636em;
    }
    h2,
    .h2 {
        font-size: 1.78571429em;
        line-height: 1.5em;
    }
    h3,
    .h3 {
        font-size: 1.35714286em;
        line-height: 1.85714286em;
    }
    .lead {
        font-size: 1.35714286em;
        line-height: 1.36842105em;
    }
}

.blockquote-reverse {
    padding: 10px 15px;
}

.tritary-font {
    font-family: "Droid Serif", serif;
    font-weight: 400;
    font-style: italic;
}

.base-font {
    font-family: "Open Sans", Microsoft JhengHei, LiHei Pro, sans-serif;
    font-weight: 300;
}

.font300 {
    font-weight: 300 !important;
}

.font400 {
    font-weight: 400 !important;
}

.font700 {
    font-weight: 700 !important;
}

small {
    font-size: 65%;
}

.label {
    display: inline-blcok;
    padding: 2px 5px;
    font-size: 13px;
}

.label.label-default {
    background: #eee;
}

.label.label-success {
    background: #5cb85c;
    color: #fff;
}

.bg-faded {
    background-color: rgba(71, 130, 211, 0.03);
}

.badge {
    border-radius: 0px;
    font-weight: 400;
}

.badge-default {
    background-color: #f8f8f8 !important;
    color: #888;
}

.badge-primary {
    background: #4782d3 !important;
}

.bg-primary {
    background: #4782d3 !important;
    border-color: #4782d3;
}

.bg-success {
    background: #5cb85c !important;
    border-color: #5cb85c;
}

.bg-warning {
    background: #f0ad4e;
    border-color: #f0ad4e;
}

.bg-info {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.bg-danger {
    background-color: #c9302c;
    border-color: #c9302c;
}

.bg-dark {
    border-color: #141414 !important;
    background-color: #141414 !important;
}

.bg-white {
    background: #fff;
}

.text-primary {
    color: #4782d3 !important;
}

.text-danger {
    color: #c9302c !important;
}

.text-success {
    color: #5cb85c !important;
}

.text-warning {
    color: #f0ad4e !important;
}

.text-info {
    color: #5bc0de !important;
}

.text-white {
    color: white !important;
}

.text-dark {
    color: #222222 !important;
}

.text-white-gray {
    color: rgba(255, 255, 255, 0.8) !important;
}

.border-round {
    border-radius: 6px;
    -webkit-border-radius: 6px;
}

.pos-relative {
    position: relative;
}

.lead {
    font-weight: 400;
    color: #888888;
}

strong,
b {
    font-weight: 700;
}

.fWidth {
    width: 100% !important;
}

.oHidden {
    overflow: hidden !important;
}

strong,
b {
    font-weight: 700;
}

.pt0 {
    padding-top: 0 !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.pt60 {
    padding-top: 60px !important;
}

.pt70 {
    padding-top: 70px !important;
}

.pt80 {
    padding-top: 80px !important;
}

.pt90 {
    padding-top: 90px !important;
}

.pt100 {
    padding-top: 100px !important;
}

.pt120 {
    padding-top: 120px !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

.pb60 {
    padding-bottom: 60px !important;
}

.pb70 {
    padding-bottom: 70px !important;
}

.pb80 {
    padding-bottom: 80px !important;
}

.pb90 {
    padding-bottom: 90px !important;
}

.pb100 {
    padding-bottom: 100px !important;
}

.pb120 {
    padding-bottom: 120px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mb90 {
    margin-bottom: 90px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.bg-default {
    background-color: rgba(71, 130, 211, 0.1) !important;
}

.bg-gray {
    background-color: #fbfbfb;
}

.border0-hor {
    border-left: 0 !important;
    border-right: 0 !important;
}

.back-to-top {
    position: fixed;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    bottom: 10px;
    right: 10px;
    background: #eee;
    color: #333;
    line-height: 50px;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transform: translate3d(0, 15px, 0);
    -webkit-transform: translate3d(0, 15px, 0);
}

.back-to-top i {
    display: block;
    font-size: 25px;
    line-height: 50px;
    text-align: center;
}

.back-to-top:hover,
.back-to-top:focus {
    color: #4782d3;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
}

/**preloader**/

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

@media (min-width: 992px) {
    .table-responsive {
        display: table;
    }
}

.bg1 {
    background: url(../images/bg2.jpg) no-repeat;
}

.col-grid {
    padding: 10px 15px;
    background: #eee;
    border: 1px solid #fff;
}

.list-icon li {
    position: relative;
    padding-left: 23px;
    margin-top: 5px;
    display: block;
    font-family: "Montserrat", Microsoft JhengHei, LiHei Pro, sans-serif;
}

.list-icon li:before {
    content: "\e64c";
    font-family: 'themify';
    position: absolute;
    left: 0;
    top: 0;
    color: #4782d3;
}

.icon-examples .icon-box {
    font-size: 14px;
    font-weight: 300;
}

.icon-examples .icon-box span:before {
    margin-right: 15px;
    font-size: 25px;
    width: 40px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.contact-lead {
    color: rgba(255, 255, 255, 0.9);
    font-size: 20px;
    font-weight: 300;
}

.contact-lead small {
    font-size: 50%;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
}

.parallax-overlay {
    position: relative;
    overflow: hidden;
}

.parallax-overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
}

.color-overlay:before {
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(71, 130, 211, 0.8);
    background: rgb(51, 103, 163);
    background: -moz-linear-gradient(-45deg, , rgba(51, 103, 163, 1) 0%, rgba(247, 179, 107, 1) 100%);
    background: -webkit-linear-gradient(-45deg, , rgba(51, 103, 163, 1) 0%, rgba(247, 179, 107, 1) 100%);
    background: linear-gradient(135deg, rgba(51, 103, 163, 1) 0%, rgba(247, 179, 107, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3367a3', endColorstr='#f7b36b', GradientType=1);
    opacity: .7;
}

.form-control:focus {
    box-shadow: none;
}

/*
Preloader style
*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

#preloader-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 5px;
    width: 5em;
    height: 5em;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    border-top: 0.5em solid #4782d3;
    border-right: 0.5em solid rgba(245, 245, 245, 0.5);
    border-bottom: 0.5em solid rgba(245, 245, 245, 0.5);
    border-left: 0.5em solid rgba(245, 245, 245, 0.5);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

#preloader-inner,
#preloader-inner:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*
Buttons
*/

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    font-size: .8rem;
}

.btn {
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 2px;
    cursor: pointer;
    font-weight: 700 !important;
    font-size: 0.75rem !important;
    font-family: "Open Sans", Microsoft JhengHei, LiHei Pro, sans-serif;
    padding: 14px 30px 14px !important;
    text-transform: uppercase;
    vertical-align: middle;
    letter-spacing: 0.05em;
}

.btn i {
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}

.btn.btn-rounded {
    border-radius: 100px;
}

.btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    z-index: -1;
    transition: all .3s;
}

.btn:hover,
.btn:focus {
    box-shadow: none;
    outline: 0 !important;
}

.btn:hover:before,
.btn:focus:before {
    transition: all .3s;
    z-index: -1;
}

.btn.btn-link {
    border: 0px;
    padding: 0px !important;
}

.btn.btn-sm {
    padding: 9px 20px 9px !important;
    font-size: .75rem;
}

.btn.btn-lg {
    padding: 15px 40px 15px !important;
    font-size: 0.8rem !important;
}

.btn.btn-link {
    color: #4782d3;
    overflow: hidden;
    text-transform: uppercase;
}

.btn.btn-link:after {
    font-family: 'themify';
    content: "\e649";
    margin-left: 5px;
    position: relative;
    top: 0;
    font-size: 10px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.btn.btn-link:hover {
    text-decoration: none;
    color: #999;
}

.btn.btn-link:hover:after {
    margin-top: -100px;
}

.btn.btn-secondary {
    color: #999;
}

.btn.btn-secondary:hover {
    color: #fff;
}

.btn-white {
    background-color: #fff;
    color: #333;
}

.btn-white-outline {
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
}

.btn-white-outline:hover,
.btn-white-outline:focus {
    color: #333;
    border-color: #fff;
}

.btn-white-outline:hover:before,
.btn-white-outline:focus:before {
    width: 100%;
    background-color: #fff;
}

.btn-outline-primary {
    border: 2px solid #4782d3;
    background-color: transparent;
    color: #4782d3;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
    color: #fff;
    border-color: #4782d3;
    background-color: transparent;
}

.btn-outline-primary:hover:before,
.btn-outline-primary:focus:before,
.btn-outline-primary:active:before {
    width: 100%;
    background-color: #4782d3;
}

.btn-outline-info {
    border: 2px solid #5bc0de;
    background-color: transparent;
    color: #5bc0de;
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active {
    color: #fff;
    border-color: #5bc0de;
    background-color: transparent;
}

.btn-outline-info:hover:before,
.btn-outline-info:focus:before,
.btn-outline-info:active:before {
    width: 100%;
    background-color: #5bc0de;
}

.btn-outline-info {
    border: 2px solid #5bc0de;
    background-color: transparent;
    color: #5bc0de;
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active {
    color: #fff;
    border-color: #5bc0de;
    background-color: transparent;
}

.btn-outline-info:hover:before,
.btn-outline-info:focus:before,
.btn-outline-info:active:before {
    width: 100%;
    background-color: #5bc0de;
}

.btn-outline-success {
    border: 2px solid #5cb85c;
    background-color: transparent;
    color: #5cb85c;
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active {
    color: #fff;
    border-color: #5cb85c;
    background-color: transparent;
}

.btn-outline-success:hover:before,
.btn-outline-success:focus:before,
.btn-outline-success:active:before {
    width: 100%;
    background-color: #5cb85c;
}

.btn-outline-danger {
    border: 2px solid #c9302c;
    background-color: transparent;
    color: #c9302c;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active {
    color: #fff;
    border-color: #c9302c;
    background-color: transparent;
}

.btn-outline-danger:hover:before,
.btn-outline-danger:focus:before,
.btn-outline-danger:active:before {
    width: 100%;
    background-color: #c9302c;
}

.btn-outline-warning {
    border: 2px solid #f0ad4e;
    background-color: transparent;
    color: #f0ad4e;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active {
    color: #fff;
    border-color: #f0ad4e;
    background-color: transparent;
}

.btn-outline-warning:hover:before,
.btn-outline-warning:focus:before,
.btn-outline-warning:active:before {
    width: 100%;
    background-color: #f0ad4e;
}

.btn-outline-secondary {
    border: 2px solid #ccc;
    background-color: transparent;
    color: #ccc;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active {
    color: #fff;
    border-color: #ccc;
    background-color: transparent;
}

.btn-outline-secondary:hover:before,
.btn-outline-secondary:focus:before,
.btn-outline-secondary:active:before {
    width: 100%;
    background-color: #ccc;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    background-color: #f5f5f5;
}

/**fill buttons**/

.btn-primary,
.btn-success,
.btn-warning,
.btn-danger,
.btn-info,
.btn-secondary,
.btn-white,
.btn-dark {
    box-shadow: 0 0.05em 0.1em rgba(0, 0, 0, 0.18);
    border: 0px;
}

.btn-primary:hover,
.btn-success:hover,
.btn-warning:hover,
.btn-danger:hover,
.btn-info:hover,
.btn-secondary:hover,
.btn-white:hover,
.btn-dark:hover {
    border: 0px;
    box-shadow: 0 0.05em 1em rgba(0, 0, 0, 0.18);
}

.btn-secondary {
    background: #f5f5f5;
    box-shadow: none;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    border: 0px;
    color: #fff;
    box-shadow: none;
}

.btn-primary {
    background: #4782d3;
    color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #4782d3;
    color: #fff;
}

.btn-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
}

.btn-circle i {
    display: block;
    line-height: 80px;
    margin: 0 auto;
    font-size: 35px;
}

.btn-circle .btn-primary i,
.btn-circle .btn-success i,
.btn-circle .btn-warning i,
.btn-circle .btn-danger i,
.btn-circle .btn-info i {
    color: #fff;
}

.btn-dark {
    background: #141414;
    color: #fff;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    background: #141414;
    color: #fff;
}

.icon-sm-rounded {
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: inline-block !important;
    text-align: center;
    border-radius: 50%;
    background: #4782d3;
    color: #fff;
}

/****************

SOCIAL BUTTONS

**********************/

/**social icons default size**/

.social-icon {
    margin: 0 5px 5px 0;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px !important;
    color: #555;
    text-shadow: none;
    border-radius: 3px;
    overflow: hidden;
    display: block;
    float: left;
    text-align: center;
    border: 1px solid #AAA;
}

.social-icon:hover {
    border-color: transparent;
}

.social-icon i {
    display: block;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 40px;
    position: relative;
}

.social-icon i:last-child {
    color: #FFF !important;
}

.social-icon:hover i:first-child {
    margin-top: -40px;
}

/***social icons lg (big)***/

.social-icon-lg {
    margin: 0 5px 5px 0;
    width: 60px;
    height: 60px;
    font-size: 30px;
    line-height: 60px !important;
    color: #555;
    text-shadow: none;
    border-radius: 3px;
    overflow: hidden;
    display: block;
    float: left;
    text-align: center;
    border: 1px solid #AAA;
}

.social-icon-lg:hover {
    border-color: transparent;
}

.social-icon-lg i {
    display: block;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 60px;
    position: relative;
}

.social-icon-lg i:last-child {
    color: #FFF !important;
}

.social-icon-lg:hover i:first-child {
    margin-top: -60px;
}

/***social icons small***/

.social-icon-sm {
    margin: 0 5px 5px 0;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px !important;
    color: #555;
    text-shadow: none;
    border-radius: 3px;
    overflow: hidden;
    display: block;
    float: left;
    text-align: center;
    border: 1px solid #AAA;
}

.social-icon-sm:hover {
    border-color: transparent;
}

.social-icon-sm i {
    display: block;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 30px;
    position: relative;
}

.social-icon-sm i:last-child {
    color: #FFF !important;
}

.social-icon-sm:hover i:first-child {
    margin-top: -30px;
}

si-border {
    border: 1px solid #AAA !important;
}

.si-border-round {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.si-dark-round {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.si-gray-round {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.si-gray {
    background: #f3f3f3;
    border: 0px;
}

.si-dark {
    background-color: #333;
    border: 0px !important;
    color: #fff !important;
}

/**icons hover colored**/

.si-colored-facebook,
.si-facebook:hover {
    background-color: #3B5998 !important;
}

.si-colored-twitter,
.si-twitter:hover {
    background-color: #00ACEE !important;
}

.si-colored-google-plus,
.si-g-plus:hover {
    background-color: #DD4B39 !important;
}

.si-colored-skype,
.si-skype:hover {
    background-color: #00AFF0 !important;
}

.si-linkedin:hover,
.si-colored-linkedin {
    background-color: #0E76A8 !important;
}

.si-pin:hover,
.si-colored-pinterest {
    background-color: #C8232C !important;
}

.si-rss:hover,
.si-colored-rss {
    background-color: #EE802F !important;
}

.si-pinterest:hover,
.si-colored-pinterest {
    background-color: #C8232C !important;
}

.si-tumblr:hover,
.si-colored-tumblr {
    background-color: #34526F !important;
}

.si-vimeo:hover,
.si-colored-vimeo {
    background-color: #86C9EF !important;
}

.si-digg:hover,
.si-colored-digg {
    background-color: #191919 !important;
}

.si-instagram:hover,
.si-colored-instagram {
    background-color: #3F729B !important;
}

.si-flickr:hover,
.si-colored-flickr {
    background-color: #FF0084 !important;
}

.si-paypal:hover,
.si-colored-paypal {
    background-color: #00588B !important;
}

.si-yahoo:hover,
.si-colored-yahoo {
    background-color: #720E9E !important;
}

.si-android:hover,
.si-colored-andriod {
    background-color: #A4C639 !important;
}

.si-appstore:hover,
.si-colored-apple {
    background-color: #000 !important;
}

.si-dropbox:hover {
    background-color: #3D9AE8 !important;
}

.si-dribbble:hover,
.si-colored-dribbble {
    background-color: #EA4C89 !important;
}

.si-soundcloud:hover,
.si-colored-soundcoloud {
    background-color: #F70 !important;
}

.si-xing:hover,
.si-colored-xing {
    background-color: #126567 !important;
}

.si-phone:hover,
.si-colored-phone {
    background-color: #444 !important;
}

.si-behance:hover,
.si-colored-behance {
    background-color: #053eff !important;
}

.si-github:hover,
.si-colored-github {
    background-color: #171515 !important;
}

.si-stumbleupon:hover,
.si-colored-stumbleupon {
    background-color: #F74425 !important;
}

.si-email:hover,
.si-colored-email {
    background-color: #6567A5 !important;
}

.si-wordpress:hover,
.si-colored-wordpress {
    background-color: #1E8CBE !important;
}

/*
Assan Header Style
*/

.navbar>.container {
    position: relative;
}

.navbar-light.bg-faded {
    background: #fff;
    border-bottom: 0px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-nav>li>.nav-link {
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: .95rem;
    ;
    font-family: "Montserrat", Microsoft JhengHei, LiHei Pro, sans-serif;
}

.navbar-nav>li .navbar-light .navbar-nav .nav-link:focus,
.navbar-nav>li .navbar-light .navbar-nav .nav-link:hover {
    color: #4782d3;
}

.navbar-nav>li.dropdown-full-width {
    position: static;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .open>.nav-link {
    color: #4782d3;
}

.navbar-toggler-right {
    position: absolute;
    right: 25px;
    top: 0;
}

.single-navbar .navbar-toggler-right {
    right: 0px;
}

.navbar-toggler {
    border: 0px !important;
}

.navbar-inverse .navbar-right-elements .list-inline>li>a {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-inverse .navbar-nav .nav-link:focus,
.navbar-inverse .navbar-nav .nav-link:hover,
.navbar-inverse .navbar-right-elements .list-inline>li>a:hover {
    color: rgba(255, 255, 255, 0.75);
}

/* .navbar-right-elements {
    float: none !important;
    position: absolute;
    top: 26px;
    right: 15px;
} */

.navbar-right-elements .list-inline {
    margin-bottom: 0px;
}

.navbar-right-elements .list-inline>li>a {
    color: #999;
    padding: 1.7rem .9rem;
    display: block;
    position: relative;
    line-height: 1.85;
}

.navbar-right-elements .list-inline>li>a i {
    display: block;
}

.navbar-right-elements .list-inline>li>a .badge {
    position: absolute;
    top: -10px;
    right: -5px;
    font-weight: 300;
    font-size: 11px;
    padding: 0px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.search-inline {
    width: 100%;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    top: 0;
    height: 100%;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    z-index: 9;
}

.search-inline.search-visible {
    opacity: 1;
    visibility: visible;
    animation: fadeInDown 0.3s ease-out forwards;
}

.search-inline button[type="submit"] {
    position: absolute;
    right: 52px;
    top: 0;
    background-color: transparent;
    border: 0px;
    top: 1px;
    right: 35px;
    padding: 0px;
    cursor: pointer;
    width: 80px;
    height: 100%;
    background: #222;
    color: #fff;
}

.search-inline .form-control {
    border: 0px;
    padding-left: 0;
    font-size: 2rem;
    position: absolute;
    left: 1%;
    top: 0;
    height: 100%;
    width: 99%;
    font-family: "Montserrat", Microsoft JhengHei, LiHei Pro, sans-serif;
    font-weight: 700;
}

.search-inline .search-close {
    position: absolute;
    top: 0;
    right: 0;
    color: #999;
    width: 35px;
    height: 100%;
    text-align: center;
    display: table;
}

.search-inline .search-close i {
    display: table-cell;
    vertical-align: middle;
}

.navbar-brand {
    position: relative;
    line-height: 1;
}

/**canvas header**/

.pushy {
    width: 290px;
}

.pushy.pushy-right {
    -webkit-transform: translate3d(290px, 0, 0);
    -ms-transform: translate3d(290px, 0, 0);
    transform: translate3d(290px, 0, 0);
}

.pushy-open-left .pushy,
.pushy-open-right .pushy {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
    background: rgba(255, 255, 255, 0.8);
}

.pushy .cart-content {
    padding: 30px 15px;
    position: relative;
}

.pushy .cart-content h4 small {
    font-size: 13px;
    display: block;
    padding-bottom: 10px;
    color: rgba(255, 255, 255, 0.8);
}

.pushy .cart-content .pushy-link {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0;
}

.pushy .cart-content ul {
    padding-top: 30px;
}

.pushy .cart-content ul li {
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.pushy .cart-content ul li a:not(.btn-primary) {
    padding: 0;
    font-size: 14px;
}

.pushy .cart-content ul li a:not(.btn-primary) .img-fluid {
    width: 60px;
    margin-right: 15px;
}

.pushy .cart-content ul li .close {
    text-shadow: none;
    color: #fff;
    font-size: 1rem;
}

.pushy .cart-content ul li p {
    font-size: 13px;
}

.pushy a.btn-primary {
    color: #fff;
}

/***********Header dark**************/

/**header transparent and semi transparent**/

@media (min-width: 992px) {
    .navbar {
        padding: 0rem 1rem;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu.dropdown-mega-fw {
        left: 0;
    }
    li.nav-item.nav-button {
        position: relative;
        top: 13px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .9rem;
        padding-left: .9rem;
        padding-top: 1.3rem;
        padding-bottom: 1.3rem;
    }
    .navbar-expand-lg .navbar-nav .nav-link.nodropdown {
        padding-top: 1.4rem;
    }
    .single-navbar .navbar-nav {
        margin-right: 0px;
    }
    .navbar.navbar-transparent {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 99;
    }
    .navbar.navbar-transparent.navbar-light.bg-faded {
        background: rgba(255, 255, 255, .8);
        border: 0px;
    }
    .navbar.navbar-transparent.navbar-light.bg-faded .nav-link {
        color: #00418c;
    }
    .navbar.navbar-transparent.navbar-light.bg-faded .nav-link:hover {
        color: white;
        background: #4782d3;
    }
    .navbar.navbar-transparent.navbar-light.bg-faded .active .nav-link,
    .navbar.navbar-transparent.navbar-light.bg-faded .show .nav-link {
        color: white;
        background: #4782d3;
    }
    .navbar.navbar-transparent.navbar-light.bg-faded.navbar-semi-transparent {
        background-color: rgba(255, 255, 255, 0.1);
    }
    .navbar.navbar-transparent.navbar-dark.bg-dark {
        background: transparent !important;
        border: 0px;
    }
    .navbar.navbar-transparent.navbar-dark.bg-dark .nav-link,
    .navbar.navbar-transparent.navbar-dark.bg-dark .navbar-right-elements .list-inline>li>a {
        color: rgba(0, 0, 0, 0.7);
    }
    .navbar.navbar-transparent.navbar-dark.bg-dark .nav-link:hover,
    .navbar.navbar-transparent.navbar-dark.bg-dark .navbar-right-elements .list-inline>li>a:hover {
        color: #4782d3;
    }
    .navbar.navbar-transparent.navbar-dark.bg-dark .nav-item.active .nav-link,
    .navbar.navbar-transparent.navbar-dark.bg-dark .nav-item .nav-link.active {
        color: #4782d3 !important;
    }
    .navbar.navbar-transparent .dropdown-menu {
        border-top-color: #4782d3;
    }
    .navbar.navbar-transparent .search-inline .form-control {
        padding-left: .75rem;
    }
    .navbar.navbar-transparent .navbar-right-elements .list-inline>li>a {
        color: #00418c;
    }
    .navbar.navbar-transparent .navbar-right-elements .list-inline>li>a:hover {
        color: white;
        background: #00418c;
    }
    .navbar.navbar-transparent.nav-sticky.nav-stick-top .active .nav-link,
    .navbar.navbar-transparent.nav-sticky.nav-stick-top .nav-item.show .nav-link {
        background: #4782d3;
        color: #fff !important;
    }
    /**header sticky**/
    .navbar.navbar-transparent.nav-sticky .navbar-brand .logo {
        position: absolute;
        top: -15px;
        width: 360px;
    }
    .navbar.navbar-transparent.nav-sticky .navbar-brand .logo.logo-dark {
        opacity: 0;
    }
    .navbar.navbar-transparent.nav-sticky.nav-stick-top {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
    }
    .navbar.navbar-transparent.nav-sticky.nav-stick-top.navbar-light.bg-faded {
        background-color: rgba(255, 255, 255, .9);
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
        animation: fadeInDown 0.3s ease-out forwards;
    }
    .navbar.navbar-transparent.nav-sticky.nav-stick-top.navbar-light.bg-faded .navbar-brand .logo.logo-dark {
        opacity: 1;
    }
    .navbar.navbar-transparent.nav-sticky.nav-stick-top.navbar-light.bg-faded .navbar-brand .logo.logo-light {
        opacity: 0;
    }
    .navbar.navbar-transparent.nav-sticky.nav-stick-top.navbar-light.bg-faded .nav-item .nav-link,
    .navbar.navbar-transparent.nav-sticky.nav-stick-top.navbar-light.bg-faded .navbar-right-elements .list-inline>li>a {
        color: rgba(0, 0, 0, 0.7);
        text-shadow: none;
    }
    .navbar.navbar-transparent.nav-sticky.nav-stick-top.navbar-light.bg-faded .nav-item .nav-link:hover,
    .navbar.navbar-transparent.nav-sticky.nav-stick-top.navbar-light.bg-faded .navbar-right-elements .list-inline>li>a:hover{
        background: #4782d3;
        color: #fff
    }
    .navbar.navbar-transparent.nav-sticky.nav-stick-top.navbar-dark.bg-dark {
        background-color: #292b2c !important;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
        animation: fadeInDown 0.3s ease-out forwards;
    }
    .navbar.navbar-transparent.nav-sticky.nav-stick-top.navbar-dark.bg-dark .nav-item .nav-link,
    .navbar.navbar-transparent.nav-sticky.nav-stick-top.navbar-dark.bg-dark .navbar-right-elements .list-inline>li>a {
        color: rgba(255, 255, 255, 0.7);
    }
    .navbar.navbar-transparent.nav-sticky.nav-stick-top.navbar-dark.bg-dark .navbar-brand .logo.logo-dark {
        opacity: 1;
    }
    .navbar.navbar-transparent.nav-sticky.nav-stick-top.navbar-dark.bg-dark .navbar-brand .logo.logo-light {
        opacity: 0;
    }
    .navbar.navbar-transparent.nav-sticky.nav-stick-top.navbar-dark.bg-dark .nav-item.active .nav-link {
        color: #4782d3 !important;
    }
    .navbar.navbar-transparent.nav-sticky.nav-stick-top.navbar-dark.bg-dark .navbar-brand {
        top: 5px;
    }
    .navbar.navbar-transparent.nav-sticky.nav-stick-top .active .nav-link,
    .navbar.navbar-transparent.nav-sticky.nav-stick-top .show .nav-link {
        color: #4782d3;
    }
    .nav-sticky-top.navbar-light.bg-faded {
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    }
    .nav-sticky-top.navbar-light.bg-faded .navbar-brand {
        top: 0px;
    }
    /**navbar light transparent**/
    .navbar-light.navbar-transparent-light {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 999;
        background-color: transparent;
    }
    .nav-logo-center .navbar-brand {
        position: absolute;
        left: 50%;
        margin-left: -66px;
        top: 33px !important;
    }
    .nav-sticky-top {
        z-index: 9999 !important;
    }
}

/**seconday navbar**/

.navbar-seconday {
    padding: .4rem 0;
}

.navbar-seconday .nav-link {
    text-transform: uppercase;
    color: #666;
    font-weight: 700;
    font-family: "Montserrat", Microsoft JhengHei, LiHei Pro, sans-serif;
    padding: 1rem 1rem;
}

.navbar-seconday.nav-stick-top {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}

.navbar-seconday ul li a.nav-link.active {
    color: #4782d3;
}

/*
Dropdown menu styles
*/

.nav-link.dropdown-toggle::after {
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    font-family: "FontAwesome";
    content: "\f107";
    font-size: 14px;
    display: inline;
    margin-left: 7px;
    top: 3px;
    position: relative;
}

.dropdown-menu {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
    min-width: 13rem;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    background-color: #fefefe;
    border: 0px;
    padding: 0px;
}

.dropdown-menu.lang-dropdown {
    width: 100px;
    min-width: 100px;
}

.dropdown-menu.lang-dropdown>li>a {
    line-height: 18px !important;
}

.dropdown-menu .dropdown-item,
.mega-inner-nav li a {
    font-weight: 400;
    font-size: .8rem;
    color: rgba(0, 0, 0, 0.6);
    font-family: "Open Sans", Microsoft JhengHei, LiHei Pro, sans-serif;
    position: relative;
    text-transform: capitalize;
    left: 0;
}

.dropdown-menu .dropdown-item:hover,
.mega-inner-nav li a:hover {
    left: 5px;
}

.dropdown .mega-inner-nav li a {
    padding-left: 0px;
    padding-right: 0px;
}

.mega-menu-content p {
    font-size: 12px;
    opacity: 0.6;
    color: #aeaeae;
}

/**mulit level dropdown**/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    margin-left: -1px;
    border-radius: 0px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    float: right;
    font-family: "FontAwesome";
    content: "\f105";
    margin-top: 4px;
    margin-right: -5px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #ccc;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.mega-title {
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #444;
}

.mega-inner-nav li {
    vertical-align: middle;
}

.mega-inner-nav li a {
    display: block;
}

.mega-inner-nav li a:hover {
    color: #4782d3;
    background-color: transparent;
}

.mega-inner-nav li a i {
    margin-right: 6px;
    position: relative;
    top: 1px;
    font-size: 13px;
    width: 16px;
    display: inline-block;
}

.dropdown .dropdown-menu .dropdown-item,
.mega-inner-nav>li>a {
    padding: 8px 20px;
}

.dropdown .dropdown-menu .dropdown-item:hover,
.mega-inner-nav>li>a:hover {
    background-color: transparent;
    color: #f4993a;
}

.dropdown .dropdown-menu .dropdown-item:focus,
.mega-inner-nav>li>a:focus {
    background-color: transparent;
    color: #4782d3;
}

@media (min-width: 992px) {
    .dropdown-menu {
        margin-top: 0px;
        background-color: #00418c;
    }
    .dropdown-menu .dropdown-item,
    .mega-inner-nav li a {
        color: rgba(255, 255, 255, 0.8);
    }
    .dropdown-menu.dropdown-mega-fw {
        position: absolute;
        width: 100%;
        padding: 0px 20px;
        padding-bottom: 0px;
    }
    .mega-menu-content {
        padding: 30px 0;
        padding-bottom: 20px;
    }
    .dropdown-menu,
    .dropdown-submenu .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        z-index: 1;
        -moz-transform: translateY(8px);
        -o-transform: translateY(8px);
        -ms-transform: translateY(8px);
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }
    .show>.dropdown-menu,
    .dropdown-submenu:hover>.dropdown-menu {
        opacity: 1;
        visibility: visible;
        z-index: 1000;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }
    .mega-menu-content .row .col-lg-3:first-child {
        border-left: 0;
    }
    .mega-menu-content .row .col-lg-3 {
        border-left: 1px solid rgba(255, 255, 255, 0.09);
        padding: 0px 30px;
    }
    .mega-menu-content .mega-title {
        color: #fff;
    }
}

/*
Alert & notifications
*/

.alert {
    border-radius: 0px;
    border: 0px;
}

.alert.alert-warning {
    background-color: #f0ad4e;
    color: #fff;
}

.alert.alert-primary {
    background-color: #4782d3;
    color: #fff;
}

.alert.alert-success {
    background-color: #5cb85c;
    color: #fff;
}

.alert.alert-danger {
    background-color: #c9302c;
    color: #fff;
}

.alert.alert-info {
    background-color: #5bc0de;
    color: #fff;
}

.alert.alert-dark {
    background-color: #141414;
    color: #fff;
}

.alert a {
    color: #fff;
    font-weight: 700;
}

.alert a:hover {
    text-decoration: underline;
}

.alert.alert-fix {
    position: fixed;
    width: 100%;
    z-index: 999999;
    height: 50px;
}

.alert.alert-fix.fix-bottom {
    bottom: 0;
    left: 0;
    margin: 0px;
}

.alert.alert-fix.fix-top {
    top: 0;
    left: 0;
}

/*
Accordoins card style
*/

.accordion-header {
    position: relative;
    background-color: #fff;
    border-bottom: 0px;
}

.accordion-header a {
    position: relative;
    display: block;
    color: #4782d3;
    font-weight: 600;
    font-size: 1rem;
}

.accordion-header a:before {
    content: "\e64b";
    position: absolute;
    right: 0;
    top: 0;
    font-family: 'themify';
}

.accordion-header a.collapsed {
    color: #141414;
}

.accordion-header a.collapsed:before {
    content: "\e649";
    position: absolute;
    right: 0;
    top: 0;
    font-family: 'themify';
}

.card-accordion-simple .card {
    border: 0px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
}

.card-accordion-simple .card-header {
    background-color: transparent;
    border: 0px;
    padding: 0px;
    margin-bottom: 10px;
}

.card-accordion-simple .card-header a {
    display: block;
    padding: 10px 15px;
    background: #ffffff;
}

.card-accordion-simple .card-header a:before {
    top: 11px;
    right: 15px;
}

.card-accordion-simple .card-body {
    padding: 20px 15px;
    padding-top: 10px;
}

/*
Accounts style
*/

.accounts-page {
    padding-top: 180px;
    padding-bottom: 100px;
}

.accounts-page hr {
    border-top-color: rgba(255, 255, 255, 0.1);
}

.accounts-page .form-control {
    min-height: 45px;
}

.white-card {
    padding: 30px 20px;
    background-color: rgba(0, 0, 0, 0.6);
}

/*
Blockquotes
*/

.blockquote footer,
.quote footer {
    font-weight: 500;
    color: #999;
}

.quote {
    position: relative;
    border: 0px !important;
}

.quote:before {
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    content: "\e67f";
    position: absolute;
    width: 38x;
    height: 38px;
    line-height: 38px;
    font-size: 32px;
    top: -10px;
    left: 0;
    color: #EEE;
}

.quote p {
    position: relative;
}

.quote p:first-letter {
    padding-left: 40px;
}

.quote.blockquote-reverse:before {
    right: 0;
}

.quote.blockquote-reverse p:first-letter {
    padding-left: 0px;
}

/*
Breadcrumb style
*/

.breadcrumb {
    background: transparent;
    padding: 0px;
    display: inline-block;
}

.breadcrumb .breadcrumb-item {
    float: none;
    display: inline-block;
    padding-left: 5px;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #ccc;
    padding-left: 0;
}

.breadcrumb .breadcrumb-item a {
    color: rgba(255, 255, 255, .65)
}

.breadcrumb .breadcrumb-item.active {
    color: #fff;
    font-weight: bold
}

.page-title-center .breadcrumb {
    display: inline-block;
    float: none;
    text-align: center;
}

/*
Blog post entries
*/

.entry-card {
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
}

.entry-content {
    background-color: #fff;
    padding: 36px 36px 36px 36px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.entry-content .entry-title a {
    color: #333;
}

.entry-content .entry-title a:hover {
    color: #4782d3;
}

.entry-content .entry-meta span {
    font-size: 12px;
}

.entry-title {
    font-size: .95rem;
    font-weight: 500;
    margin-bottom: 15px;
}

.entry-thumb {
    display: block;
    position: relative;
    overflow: hidden;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.entry-thumb img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.entry-thumb .thumb-hover {
    position: absolute;
    width: 100px;
    height: 100px;
    background: rgba(71, 130, 211, 0.85);
    display: block;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 40px;
    line-height: 100px;
    border-radius: 50%;
    margin-top: -50px;
    margin-left: -50px;
    text-align: center;
    transform: scale(0);
    -webkit-transform: scale(0);
    opacity: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.entry-thumb:hover .thumb-hover {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.article-post {
    border-bottom: 1px solid #eee;
    padding-bottom: 70px;
}

.article-post .post-thumb {
    display: block;
    position: relative;
    overflow: hidden;
}

.article-post .post-thumb .post-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    transition: all .3s;
    -webkit-transition: all .3s;
    opacity: 0;
}

.article-post .post-thumb .post-overlay span {
    width: 100%;
    display: block;
    vertical-align: middle;
    text-align: center;
    transform: translateY(70%);
    -webkit-transform: translateY(70%);
    transition: all .3s;
    -webkit-transition: all .3s;
    height: 100%;
    color: #fff;
}

.article-post .post-thumb:hover .post-overlay {
    opacity: 1;
}

.article-post .post-thumb:hover .post-overlay span {
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
}

.post-content .post-title {
    font-weight: 500;
}

.post-meta {
    padding-top: 15px;
    margin-bottom: 20px;
}

.post-meta li:not(:last-child) {
    margin-right: 10px;
}

.post-meta li a {
    color: #999;
    font-size: 13px;
}

.post-meta li a:hover {
    color: #4782d3;
}

.post-meta li i {
    margin-right: 5px;
}

.post-meta li:after {
    margin-top: -5px;
    content: "/";
    margin-left: 10px;
}

.post-meta li:last-child:after {
    display: none;
}

.post-masonry .masonry-title {
    font-weight: 500;
}

.share-buttons li {
    vertical-align: middle;
}

.share-buttons li a {
    margin-right: 0px;
}

.post-content .fa {
    color: #ddd;
}

.post-content a h2 {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 0px;
}

.article-post .owl-carousel {
    margin-bottom: 20px !important;
}

.post-masonry h4 {
    text-transform: capitalize;
    font-size: 1rem;
    font-weight: 700;
}

/***owl carousel**/

.owl-carousel .owl-item img {
    display: block;
    width: auto;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    background-color: transparent;
    border: 1px solid #ddd;
    margin-top: 10px;
    display: inline-block;
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: #4782d3;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
}

.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
}

.owl-theme .owl-nav .owl-next {
    right: 0;
    top: -40px;
    position: absolute;
}

.owl-theme .owl-nav .owl-prev {
    left: 0;
    top: -40px;
    position: absolute;
}

.owl-theme .owl-nav [class*=owl-] {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 32px;
    height: 32px;
    background-color: transparent;
    opacity: 1;
    line-height: 32px;
    font-size: 18px;
    padding: 0px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.owl-theme .owl-nav [class*=owl-] i {
    display: inline-block;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #4782d3;
    opacity: 1;
}

.carousel-feature .icon-box {
    margin-top: 10px;
}

.carousel-dark.owl-theme .owl-nav [class*=owl-] {
    border-color: rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.5);
}

.carousel-dark.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
}

/**full screen slider**/

.owl-carousel.fullscreen {
    position: relative;
    overflow: hidden;
}

.owl-carousel.fullscreen .owl-height,
.owl-carousel.fullscreen .owl-stage,
.owl-carousel.fullscreen .owl-item {
    height: 100% !important;
    position: relative;
}

.owl-carousel.fullscreen .item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/*
Clients style
*/

.clients-grid {
    list-style: none;
    overflow: hidden;
    padding: 0;
}

.clients-grid li {
    width: 25%;
    float: left;
    position: relative;
    width: 20%;
    padding: 20px 0;
    -webkit-backface-visibility: hidden;
}

.clients-grid li img {
    display: block;
    margin: 0 auto;
}

.clients-grid li:before {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    left: -1px;
    border-left: 1px solid #eee;
}

.clients-grid li:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    top: auto;
    left: 0;
    bottom: -1px;
    border-bottom: 1px solid #eee;
}

.clients-grid.column4 li {
    width: 25%;
}

.carousel-client .item img {
    max-width: 100%;
}

/*
Countdown
*/

.count-down {
    text-align: center;
}

.count-down .cd-row {
    display: inline-block;
}

.count-down .cd-row>div {
    display: inline-block;
    width: 100px;
    text-transform: uppercase;
}

.count-down h1 {
    font-size: 2.9rem;
}

.bg-parallax .count-down h1 {
    color: #fff;
}

/*
Hero templates
*/

.fullscreen {
    width: 100%;
    height: 100%;
}

.fullscreen .d-flex {
    height: 100%;
    position: relative;
}

@media (min-width: 992px) {
    .hero-text-style1 h1 {
        font-size: 3rem;
        line-height: 3rem;
    }
}

/**particle hero**/

.particle-bg {
    position: relative;
    overflow: hidden;
}

.particle-bg .particle-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.error-404-content h1 {
    color: #fff;
    font-size: 9rem;
    line-height: 9rem;
}

.error-404-content .lead {
    color: #fff;
    margin-bottom: 25px;
    font-weight: 700;
}

/**coming soon full screen**/

.comingSoon h3 {
    font-size: 4rem;
    color: #fff;
}

.comingSoon form {
    max-width: 400px;
    margin: 0 auto;
}

.comingSoon .form-control {
    border-radius: 0px;
    height: 50px;
    font-size: 20px;
    border: 1px solid #fff;
}

.comingSoon p {
    color: #fff;
}

/*
Icon boxes
*/

.icon-box-center {
    text-align: center;
}

.icon-box h4 {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    font-family: "Open Sans", Microsoft JhengHei, LiHei Pro, sans-serif;
}

.icon-box.icon-box-center h4 {
    margin: 25px 0 20px;
}

.media .media-body h4 {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    font-family: "Open Sans", Microsoft JhengHei, LiHei Pro, sans-serif;
}

.icon-background {
    color: #fff;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
}

.icon-background.icon-bg-sm {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
}

.icon-background.icon-bg-default {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 27px;
}

.icon-background.icon-bg-lg {
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 40px;
}

.icon-border {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    border: 1px solid;
    text-align: center;
}

.icon-border.btn-outline-warning:hover {
    background-color: #f0ad4e;
}

.icon-border.btn-outline-danger:hover {
    background-color: #c9302c;
}

.icon-border.btn-outline-primary:hover {
    background-color: #4782d3;
}

.icon-border.btn-outline-success:hover {
    background-color: #5cb85c;
}

.icon-border.btn-outline-info:hover {
    background-color: #5bc0de;
}

.icon-border.icon-border-sm {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
}

.icon-border.icon-border-default {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 27px;
}

.icon-border.icon-border-lg {
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 40px;
}

/**hover icons**/

.icon-hover-1 {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}

.icon-hover-1.bg-default {
    color: #999;
}

.icon-hover-1.bg-primary:after {
    box-shadow: 0 0 0 2px #4782d3;
}

.icon-hover-1.bg-success:after {
    box-shadow: 0 0 0 2px #5cb85c;
}

.icon-hover-1.bg-default:after {
    box-shadow: 0 0 0 2px #f7f7f7;
}

.icon-hover-1.bg-warning:after {
    box-shadow: 0 0 0 2px #f0ad4e;
}

.icon-hover-1.bg-danger:after {
    box-shadow: 0 0 0 2px #c9302c;
}

.icon-hover-1.bg-dark:after {
    box-shadow: 0 0 0 2px #141414;
}

.icon-hover-1:after {
    top: -4px;
    left: -4px;
    padding: 4px;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(0.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(0.8);
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.icon-hover-1:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.icon-hover-default {
    width: 90px;
    height: 90px;
    line-height: 90px;
}

.icon-hover-default:before {
    z-index: 2;
    font-size: 35px;
}

.icon-hover-sm {
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.icon-hover-sm:before {
    z-index: 2;
    font-size: 20px;
}

/**icon border box**/

.icon-border-box {
    border: 1px solid #eee;
    padding: 30px 20px 15px;
}

.icon-border-box i {
    position: relative;
    font-size: 30px;
}

/***special features***/

.special-feature .section-title hr {
    border-color: #151515;
}

.special-feature i {
    font-size: 65px;
    line-height: 75px;
}

.special-feature h4 {
    margin-top: 25px;
    position: relative;
    text-transform: uppercase;
    font-size: 15px;
}

.special-feature .mask-top {
    width: 100%;
    background-color: #ffffff;
    padding: 55px 0;
    position: absolute;
    top: 0px;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.special-feature .mask-top h4:before {
    top: -18px;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    right: 0;
    margin: -2px auto;
    position: absolute;
    width: 40px;
}

.special-feature .s-feature-box:hover .mask-top {
    top: -200px;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.special-feature .s-feature-box {
    overflow: hidden;
    position: relative;
    height: 280px;
    border: 1px solid #f2f2f2;
    margin-bottom: 20px;
    cursor: pointer;
}

.special-feature .mask-bottom {
    padding: 20px 15px 20px 15px;
    width: 100%;
    position: absolute;
    bottom: -300px;
    height: 100%;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.special-feature .mask-bottom p {
    padding: 0px 5px;
    font-size: 14px;
}

.special-feature .mask-bottom h4 {
    margin: 15px 0px 17px;
}

.special-feature .s-feature-box:hover .mask-bottom {
    bottom: 0;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.special-feature .mask-bottom i {
    font-size: 38px;
    line-height: 50px;
}

.icon-bg {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 60px 40px;
}

.icon-bg h3 {
    color: #fff;
    font-size: 18px;
}

.icon-bg p {
    color: rgba(255, 255, 255, 0.8);
}

.icon-bg i {
    color: #fff;
    display: inline-block;
}

.icon-simple i {
    width: 60px;
    text-align: center;
    display: inline-block;
    height: 60px;
    line-height: 60px;
}

/*
Image boxes styled hover styles
*/

.thumb-hover-icon {
    position: relative;
    display: block;
    width: 75px;
    height: auto;
    border-radius: 5px;
    float: left;
    margin: 3px;
}

.thumb-hover-icon img {
    border-radius: 5px;
}

.thumb-hover-icon span {
    width: 24px;
    height: 24px;
    display: block;
    line-height: 24px;
    text-align: center;
    background: #4782d3;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -12px;
    margin-left: -12px;
    color: #fff;
    border-radius: 50%;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all .3s;
    -webkit-transition: all .3s;
}

.thumb-hover-icon:hover span {
    transform: scale(1);
    -webkit-transform: scale(1);
}

.simple-hover {
    position: relative;
    display: block;
    overflow: hidden;
}

.simple-hover img {
    transform: scale(1);
    -webkit-transform: scale(1);
}

.simple-hover:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.simple-hover .product-label {
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
}

/**popup zoom effect animation style**/

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.product-meta {
    padding-top: 10px;
}

.product-meta .lead a {
    color: #666;
}

.product-meta .lead a:hover {
    color: #4782d3;
}

.product-meta h4 {
    margin-top: 5px;
}

.product-meta h4 del {
    color: #aeaeae;
}

/**project thumb**/

.project-thumb {
    text-align: center;
}

.project-thumb img {
    width: 100% !important;
}

.project-thumb>a {
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    margin-bottom: 1.85714286em;
    display: block;
}

/**project overlay**/

.project-overlay {
    display: block;
    position: relative;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    overflow: hidden;
}

.project-overlay img {
    width: 100% !important;
}

.project-overlay .project-overlay-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 30px;
    padding-top: 30px;
    background-color: rgba(0, 0, 0, 0.2);
}

.project-overlay .project-overlay-caption h4,
.project-overlay .project-overlay-caption span {
    color: #fff;
}

.project-overlay .project-overlay-caption h4 {
    font-weight: 400;
    margin-bottom: 5px;
}

/**image video icon**/

.video-icon-image {
    position: relative;
    overflow: hidden;
}

.video-icon-image img {
    border-radius: 6px;
    -webkit-border-radius: 6px;
}

.video-icon-image .btn-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -30px;
    margin-left: -30px;
}

/**half image section**/

@media (min-width: 992px) {
    .half-image-content {
        position: relative;
        overflow: hidden;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .half-image-content .content-img {
        position: absolute;
        top: 0;
        width: 50%;
        height: 100%;
    }
    .half-image-content .content-img.pos-left {
        left: 0;
    }
    .half-image-content .content-img.pos-right {
        right: 0;
    }
}

/*
Modals Style
*/

.popup-content-area {
    padding: 20px 30px;
    text-align: left;
    max-width: 450px;
    margin: 40px auto;
    position: relative;
}

.popup-content-area.white-popup {
    background: #fff;
}

/*
Page title styles
*/

.page-titles.title-gray {
    background-color: #eee;
}

.page-titles.title-dark {
    background-color: #323232;
}

.page-titles.title-dark h4 {
    color: #aeaeae;
}

.page-titles.title-dark h4 span {
    color: #fff;
}

.page-titles.title-dark .breadcrumb .breadcrumb-item {
    color: #fff;
}

.page-titles.title-dark .breadcrumb .breadcrumb-item a {
    color: #fff;
}

.page-titles.title-dark .breadcrumb .breadcrumb-item.active {
    opacity: 0.5;
}

.page-titles h4 {
    margin-top: 0;
    font-family: "Open Sans", Microsoft JhengHei, LiHei Pro, sans-serif;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 13px;
    color: #999;
}

.page-titles h4 span {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 1.5rem;
    letter-spacing: -1px;
    font-family: "Montserrat", Microsoft JhengHei, LiHei Pro, sans-serif;
    color: #252525;
}

.page-titles-img {
    text-align: center;
    position: relative;
    background-size: cover;
    background-position: top center
}

.page-titles-img h1 {
    color: #fff;
    font-weight: 700;
    font-size: 2.5rem;
    letter-spacing: 2px;
}

.page-titles-img p {
    color: rgba(255, 255, 255, 0.8);
}

.title-space-md {
    padding-top: 10em;
    padding-bottom: 6em;
}

.title-space-lg {
    padding-top: 14em;
    padding-bottom: 7em;
}

.page-title-sm-gray {
    padding: 30px 0;
    padding-bottom: 20px;
    background-color: #f5f5f5;
}

.page-title-sm-gray .breadcrumb {
    margin-bottom: 0px;
}

.page-title-sm-gray .breadcrumb li.breadcrumb-item {
    font-size: 13px;
}

.page-title-sm-gray h4 {
    font-weight: 400;
    text-transform: uppercase;
}

/*
Pagination
*/

.page-link {
    color: #4782d3;
}

.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #4782d3;
    border-color: #4782d3;
}

/*
Portfolio style
*/

.cbp-l-grid-mosaic-flat .cbp-caption-activeWrap {
    background: rgba(71, 130, 211, 0.8);
}

.cbp-l-grid-mosaic-flat .cbp-l-caption-title {
    font-family: "Montserrat", Microsoft JhengHei, LiHei Pro, sans-serif;
    font-weight: 400;
}

.cbp-l-grid-slider-testimonials-body {
    font-family: "Open Sans", Microsoft JhengHei, LiHei Pro, sans-serif;
    font-weight: 400;
    font-style: italic;
}

.cbp-l-grid-slider-testimonials-footer {
    font-family: "Montserrat", Microsoft JhengHei, LiHei Pro, sans-serif;
    font-weight: 500;
}

.cbp-l-slider-testimonials-wrap {
    border: 0px;
}

.cbp-l-caption-title,
.cbp-l-filters-dropdownHeader {
    font-family: "Montserrat", Microsoft JhengHei, LiHei Pro, sans-serif;
    font-weight: 500;
}

.cbp-l-caption-desc,
.cbp-l-filters-dropdownList .cbp-filter-item {
    font-family: "Open Sans", Microsoft JhengHei, LiHei Pro, sans-serif;
}

.cbp-caption-activeWrap {
    background-color: #4782d3;
}

.cbp-caption-fadeIn .cbp-caption-activeWrap,
.cbp-caption-zoom .cbp-caption-activeWrap {
    background-color: rgba(71, 130, 211, 0.8);
}

.cbp-l-caption-desc {
    color: rgba(255, 255, 255, 0.8);
}

.cbp-l-caption-alignCenter {
    display: table;
    width: 100%;
    height: 100%;
}

.cbp-l-caption-alignCenter .cbp-l-caption-body {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 10px 0;
}

.link-captions {
    padding-left: 0;
    margin: 0 0 20px;
    list-style: none;
    text-align: center;
    list-style: none;
}

.link-captions li {
    padding: 0 2px;
    display: inline-block;
}

.link-captions li a i {
    color: #fff;
    width: 42px;
    height: 42px;
    padding: 8px;
    font-size: 20px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.link-captions li a i:hover {
    background-color: #fff;
    color: #444;
}

.cbp-l-grid-agency-title {
    text-transform: uppercase;
}

.cbp-l-filters-buttonCenter .cbp-filter-counter {
    background-color: #4782d3;
}

.cbp-l-filters-buttonCenter .cbp-filter-counter:after {
    border-top-color: #4782d3;
}

.cbp-l-filters-buttonCenter .cbp-filter-item.cbp-filter-item-active {
    border-color: #4782d3;
}

.cbp-l-filters-button .cbp-filter-item,
.cbp-l-filters-buttonCenter .cbp-filter-item {
    font-family: "Open Sans", Microsoft JhengHei, LiHei Pro, sans-serif;
}

.cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
    background-color: #4782d3;
    border-color: #4782d3;
}

.cbp-l-loadMore-button .cbp-l-loadMore-link,
.cbp-l-loadMore-button .cbp-l-loadMore-button-link {
    font-family: "Open Sans", Microsoft JhengHei, LiHei Pro, sans-serif;
}

.cbp-l-grid-projects-title {
    font-family: "Montserrat", Microsoft JhengHei, LiHei Pro, sans-serif;
    text-transform: uppercase;
    font-size: 13px;
}

.cbp-l-caption-buttonLeft,
.cbp-l-caption-buttonRight {
    background-color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    font-family: "Montserrat", Microsoft JhengHei, LiHei Pro, sans-serif;
    font-size: 11px;
    font-weight: 600;
}

.cbp-l-caption-buttonLeft:hover,
.cbp-l-caption-buttonRight:hover {
    color: #fff;
}

.cbp-l-project-desc-title span,
.cbp-l-project-details-title span,
.cbp-l-project-related-title {
    font-family: "Montserrat", Microsoft JhengHei, LiHei Pro, sans-serif;
    font-weight: 600;
}

.cbp-l-project-desc-text,
.cbp-l-project-details-list>li,
.cbp-l-project-details-list>div {
    font-family: "Open Sans", Microsoft JhengHei, LiHei Pro, sans-serif;
}

.cbp-l-project-details-visit {
    background-color: #4782d3;
    font-family: "Open Sans", Microsoft JhengHei, LiHei Pro, sans-serif;
}

.cbp-l-grid-agency-title {
    font-family: "Montserrat", Microsoft JhengHei, LiHei Pro, sans-serif;
    font-weight: 500;
}

/*
Pricing tables
*/

.pricing-table {
    margin: 10px 0;
    padding: 0 15px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.plan {
    background-color: #fbfbfb;
    border-radius: 0px;
    color: #333;
    margin-bottom: 35px;
    position: relative;
    z-index: 1;
}

.plan h6 {
    color: #aeaeae;
    font-weight: 400;
}

.plan .pricing-content {
    padding: 2em 0 1.5em 1.5em;
}

.plan .plan-header {
    padding: 2em 0 1.5em 1.5em;
}

.plan .plan-header h1 {
    font-weight: 700;
}

.plan .plan-header h1 small {
    font-size: 14px;
}

.plan ul {
    padding: 2em 0 2em 1.5em;
    margin: 0px;
}

.plan ul li {
    padding: 5px 0;
    font-size: 15px;
    color: #999;
}

.plan ul li i {
    color: #4782d3;
    display: inline-block;
    margin-right: 10px;
}

.plan.popular-plan {
    box-shadow: 11px 0 10px -10px rgba(0, 0, 0, 0.3), -11px 0 10px -10px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
}

.plan.plan-dark {
    border: 0px;
}

.plan.plan-dark h1,
.plan.plan-dark ul li,
.plan.plan-dark ul li i,
.plan.plan-dark h6,
.plan.plan-dark h4 {
    color: #fff;
}

.plan.plan-dark h4,
.plan.plan-dark ul li,
.plan.plan-dark h6 {
    opacity: 0.8;
}

/*
Progress bars
*/

.progress {
    margin-bottom: 10px;
    height: 15px;
    border-radius: 100px;
}

.progress.progress-default .progress-bar {
    background: #4782d3;
    border-radius: 100px;
    line-height: 15px;
}

.progress-label {
    margin-bottom: 5px;
    margin-top: 15px;
}

.progress-label .progress-title,
.progress-label .progress-value {
    font-weight: 500;
    font-family: "Montserrat", Microsoft JhengHei, LiHei Pro, sans-serif;
    text-transform: capitalize;
    display: inline-block;
    margin-right: 5px;
}

.progress-label .progress-title {
    text-transform: uppercase;
    font-size: .7rem;
    font-weight: 700;
    color: #4782d3;
}

/*
Promo boxes
*/

.promo-box.promo-padded {
    padding: 30px 30px 20px;
}

.promo-box.promo-border {
    border: 1px solid #eee;
    padding: 30px 30px 20px;
}

.promo-box.promo-dark {
    padding: 30px 30px 20px;
}

.promo-box.promo-dark h3,
.promo-box.promo-dark p {
    color: #fff;
}

.promo-box.promo-dark p {
    opacity: 0.8;
}

.promo-bg.promo-dark {
    padding: 80px 0;
    background-attachment: fixed;
    background-size: cover;
    background-position: top center;
}

.bg-parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
    overflow: hidden;
}

/*
Revolution slider customization
*/

.tp-caption {
    font-family: "Montserrat", Microsoft JhengHei, LiHei Pro, sans-serif;
}

.particale-title {
    font-family: "Montserrat", Microsoft JhengHei, LiHei Pro, sans-serif;
}

.tp-caption.BigBold-Title {
    font-family: "Open Sans", Microsoft JhengHei, LiHei Pro, sans-serif;
    font-weight: 300;
    text-transform: capitalize;
}

.revo-slider-desc-text {
    color: #fff;
    width: 100%;
}

.tp-caption.NotGeneric-SubTitle,
.NotGeneric-SubTitle {
    font-family: "Open Sans", Microsoft JhengHei, LiHei Pro, sans-serif;
    font-weight: 300;
}

.tp-caption.NotGeneric-Title,
.NotGeneric-Title {
    font-family: "Montserrat", Microsoft JhengHei, LiHei Pro, sans-serif;
    font-weight: 700;
    letter-spacing: -3px;
}

.tp-caption.NotGeneric-CallToAction,
.NotGeneric-CallToAction {
    font-family: "Montserrat", Microsoft JhengHei, LiHei Pro, sans-serif;
    font-weight: 700;
    letter-spacing: 0px;
}

.tp-caption.Agency-Social,
.Agency-Social {
    border-color: rgba(255, 255, 255, 0.8);
    color: rgba(255, 255, 255, 0.8);
}

.tp-caption.Agency-Title,
.Agency-Title {
    font-family: "Montserrat", Microsoft JhengHei, LiHei Pro, sans-serif;
    font-weight: 600;
    letter-spacing: -3px;
}

/**main slider**/

.mainSlide-Title-Centered {
    color: #fff;
    text-shadow: 0 0 25px rgba(0, 0, 0, .35);
    letter-spacing: .4rem !important;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: -1px;
    font-family: "Montserrat", Microsoft JhengHei, LiHei Pro, sans-serif;
}

.mainSlide-Subtitle {
    font-family: "Droid Serif", serif;
    font-weight: 400;
    color: #eee;
    font-style: italic;
}

.mainSlide-caption {
    color: #fff;
    font-weight: 400;
    font-family: "Open Sans", Microsoft JhengHei, LiHei Pro, sans-serif;
}

.sliderImg-title {
    font-family: "Montserrat", Microsoft JhengHei, LiHei Pro, sans-serif;
    color: #fff;
    font-weight: 700;
}

.slider-CallToAction.btn-white-outline {
    z-index: 1;
    position: relative;
}

.slider-CallToAction.btn-white-outline:hover,
.slider-CallToAction.btn-white-outline:focus {
    background-color: #fff;
    color: #333 !important;
}

.slider-CallToAction.btn-white-outline i {
    margin-right: 0px;
}

.slider-SmallCaption {
    color: #fff;
    font-family: "Open Sans", Microsoft JhengHei, LiHei Pro, sans-serif;
    font-weight: 300;
}

/****text slider**/

/*
Template sidebar
*/

.sidebar-title {
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.categories li {
    vertical-align: middle;
}

.categories li>ul {
    padding-left: 15px;
}

.categories li>ul>li>a {
    font-weight: 300;
}

.categories li a {
    color: #999;
    position: relative;
    display: block;
    padding: 5px 10px;
    border-bottom: 1px solid #eee;
}

.categories li a:before {
    content: "\f0da";
    font-family: 'FontAwesome';
    margin-right: 5px;
}

.categories li a:hover {
    color: #444;
    background-color: #f5f5f5;
}

.categories>li.active>a {
    font-weight: 600;
    color: #444;
}

.media-body {
    font-size: 12px;
}

.media-body h5 {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 20px;
    font-weight: 400;
}

.media-body h5 a {
    color: #555;
}

.media-body h5 a:hover {
    color: #4782d3;
}

/*
Tabs style
*/

.tabs-default.nav-tabs i {
    margin-right: 5px;
}

.tabs-default.nav-tabs.nav-tabs .nav-link {
    border-top: 3px solid transparent;
    font-size: .8rem;
    font-family: "Montserrat", Microsoft JhengHei, LiHei Pro, sans-serif;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #eceeef #eceeef #ddd;
    border-top-color: #4782d3 !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #464a4c;
    background-color: #fff;
    border-color: #4782d3 #ddd #fff;
    border-top-color: #4782d3 !important;
}

.tabs-circle-icon a.nav-link {
    display: block;
    color: #444;
}

.tabs-circle-icon a.nav-link>i {
    display: block;
    border-radius: 50%;
    text-align: center;
    width: 80px;
    height: 80px;
    background: #f5f5f5;
    line-height: 80px;
    font-size: 30px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.tabs-circle-icon a.nav-link.active>i {
    color: #fff;
    background: #4782d3;
}

/*
Team style
*/

.team-card {
    position: relative;
    overflow: hidden;
}

.team-card h4 {
    color: #fff;
}

.team-card .team-overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 350ms;
    -moz-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
}

.team-card .team-overlay .team-detail {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    text-align: center;
    width: 100%;
}

.team-card .team-overlay .team-detail h4 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.team-card .team-overlay .team-detail span {
    color: rgba(255, 255, 255, 0.8);
    display: block;
    font-size: 13px;
    font-style: italic;
}

.team-card .team-overlay .team-detail .seprator-overlay {
    width: 80px;
    height: 1px;
    margin: 10px auto;
    background: rgba(255, 255, 255, 0.8);
}

.team-card .team-overlay .team-detail ul li a {
    color: #fff;
}

.team-card .team-overlay .team-detail ul li a:hover {
    color: #4782d3;
}

.team-card:hover .team-overlay {
    opacity: 1;
}

.team-card:hover .team-overlay .team-detail {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}

.team-card-default ul li+li {
    margin-left: 5px;
}

.team-card-default ul li a {
    color: #999;
    font-size: 20px;
}

.team-card-default ul li a:hover {
    color: #4782d3;
}

/*
Testimonials
*/

.testimonial p {
    font-family: "Open Sans", Microsoft JhengHei, LiHei Pro, sans-serif;
    font-weight: 400;
    font-style: italic;
}

.testimonial h5 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 15px;
}

.testimonial h5 span {
    font-family: "Open Sans", Microsoft JhengHei, LiHei Pro, sans-serif;
    font-weight: 400;
    font-size: 13px;
    text-transform: capitalize;
    opacity: 0.5;
}

.testimonial.testimonial-dark p {
    color: #fff;
    opacity: 0.8;
}

.testimonial.testimonial-dark h5 {
    color: #fff;
}

.testimonial .img-fluid {
    width: 128px !important;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.testimonial-card {
    text-align: center;
    padding: 30px 20px;
    margin: 10px;
}

.testimonial-card h5 {
    margin-bottom: 0;
}

.testimonial-card .img-fluid {
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 60px !important;
}

.testimonial-card.t-card-dark {
    background: #141414;
    color: #fff;
}

.testimonial-card.t-card-dark h5 {
    color: #fff;
}

/**testi col**/

.testimonial-col {
    background-color: rgba(71, 130, 211, 0.04);
    padding: 30px 20px;
    border-radius: 5px;
}

.owl-theme .owl-nav [class*=owl-] {
    color: inherit;
}

/*
Title headings
*/

.fancy-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 15px;
    overflow: hidden;
}

.fancy-title h3,
.fancy-title h2,
.fancy-title h1,
.fancy-title h4,
.fancy-title h5,
.fancy-title h6 {
    letter-spacing: 0px;
    padding-right: 15px;
    text-align: left;
    font-family: "Montserrat", Microsoft JhengHei, LiHei Pro, sans-serif;
    text-transform: capitalize;
}

.fancy-title h4 {
    font-size: 1rem;
    font-weight: 600;
}

.fancy-title .fancy-title-sep {
    position: relative;
    height: 6px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    -ms-flex-grow: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.fancy-title .fancy-title-sep.gray-sep {
    border-top-color: #f7f7f7;
    border-bottom-color: #f7f7f7;
}

.fancy-title.dark-fancy-title h3,
.fancy-title.dark-fancy-title h2,
.fancy-title.dark-fancy-title h1,
.fancy-title.dark-fancy-title h4,
.fancy-title.dark-fancy-title h5,
.fancy-title.dark-fancy-title h6 {
    color: #fff;
}

.fancy-title.dark-fancy-title .fancy-title-sep.gray-sep {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.title-heading1 {
    text-align: center;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 60px !important;
}

.title-heading1 h3 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1.5rem;
    position: relative;
    display: inline-block;
    padding: 0px 50px;
    font-family: "Montserrat", Microsoft JhengHei, LiHei Pro, sans-serif;
}

.title-heading1 h3:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -5px;
    width: 45px;
    height: 2px;
    background-color: #eee;
}

.title-heading1 h3:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -5px;
    width: 45px;
    height: 2px;
    background-color: #eee;
}

/*
Cards style
*/

.card-inverse .card-title {
    color: #fff;
}

.card-inverse p {
    color: #fff;
    opacity: .8;
}

/*
Top bar style
*/

.top-bar {
    padding-top: 5px;
}

.top-bar.light {
    background-color: rgba(71, 130, 211, 0.02);
}

.top-bar .list-inline .list-inline-item {
    padding: 0px 0px;
    margin-right: 0px;
}

.top-bar .list-inline .list-inline-item a {
    font-size: 12px;
    display: block;
    color: #999;
    margin: 0 !important;
}

.top-bar .list-inline .list-inline-item a.social-icon-sm {
    font-size: 15px;
}

.links .list-inline-item {
    position: relative;
    padding: 0 7px !important;
}

.links .list-inline-item:before {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 30%;
    top: 35%;
    background: rgba(0, 0, 0, 0.1);
}

.links .list-inline-item:last-child:before {
    display: none;
}

.links .list-inline-item:first-child {
    padding-left: 0px;
}

.links .list-inline-item i {
    color: rgba(0, 0, 0, 0.1);
}

.links .list-inline-item a:hover {
    color: #4782d3;
}

/**dark top bar**/

.top-bar.dark {
    background: #222;
}

/*
Career
*/

.career-card {
    padding: 40px 20px;
    background: rgba(71, 130, 211, 0.02);
    margin-bottom: 40px;
}

.career-card h2 {
    color: #4782d3;
    font-weight: 500;
}

.career-card h2 small {
    font-size: .7rem;
    color: #aeaeae;
}

/*
Timeline
*/

.page-timeline {
    margin: 30px auto 0 auto;
    position: relative;
    max-width: 1000px;
}

.page-timeline:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 303px;
    right: auto;
    height: 100%;
    width: 3px;
    background: #3498db;
    z-index: 0;
}

.page-timeline:after {
    position: absolute;
    content: '';
    width: 3px;
    height: 40px;
    background: #3498db;
    background: -webkit-linear-gradient(top, #4782d3, rgba(52, 152, 219, 0));
    background: linear-gradient(to bottom, #4782d3, rgba(52, 152, 219, 0));
    top: 100%;
    left: 303px;
}

.vtimeline-content {
    margin-left: 350px;
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 35px 20px;
    border-radius: 3px;
    text-align: left;
}

.vtimeline-content h3 {
    font-size: 1.5em;
    font-weight: 600;
    display: inline-block;
    margin: 0;
}

.vtimeline-content p {
    font-size: 0.9em;
    margin: 0;
}

.vtimeline-point {
    position: relative;
    display: block;
    vertical-align: top;
    margin-bottom: 30px;
}

.vtimeline-icon {
    position: relative;
    color: #fff;
    width: 50px;
    height: 50px;
    background: #4782d3;
    border-radius: 50%;
    float: left;
    text-align: center;
    line-height: 50px;
    z-index: 99;
    margin-left: 280px;
}

.vtimeline-icon i {
    display: block;
    font-size: 1.5em;
    line-height: 50px;
}

.vtimeline-date {
    width: 260px;
    text-align: right;
    position: absolute;
    left: 0;
    top: 10px;
    font-weight: 400;
    color: #374054;
}

/*
Smart form customization
*/

.smart-container {
    box-shadow: none;
}

.smart-wrap {
    padding: 0px;
}

.smart-container {
    margin: 0 auto;
}

.smart-forms {
    font-family: "Montserrat", Microsoft JhengHei, LiHei Pro, sans-serif;
}

.smart-forms .form-body {
    padding: 0px;
    padding-bottom: 20px;
}

.smart-forms .form-footer {
    overflow: hidden;
    padding: 0px;
    padding-top: 0px;
    background: #fff;
    background-image: none;
}

.smart-forms .refresh-captcha {
    background-color: #5bc0de;
    border-color: #4782d3;
}

.smart-forms .button {
    padding: 13px 25px 13px !important;
    font-family: "Montserrat", Microsoft JhengHei, LiHei Pro, sans-serif;
    text-transform: uppercase;
}

.smart-forms .btn-primary {
    background-color: #4782d3;
}

.smart-forms .btn-primary:active {
    background-color: #4782d3;
}

.smart-forms .btn-primary:hover,
.smart-forms .btn-primary:focus {
    background-color: #4782d3;
}

.smart-forms .input-hint {
    font-family: "Open Sans", Microsoft JhengHei, LiHei Pro, sans-serif;
}

.feedback-form {
    margin: 0px;
    box-shadow: none;
    border: 0px;
}

.feedback-form .form-body {
    padding: 0px;
}

.smart-forms .rating:hover .rating-star:hover,
.smart-forms .rating:hover .rating-star:hover~.rating-star,
.smart-forms .rating-input:checked~.rating-star {
    color: #4782d3;
}

.smart-forms .tagline span,
.smart-forms .smart-link {
    color: #4782d3;
}

.smart-forms .gui-input:hover,
.smart-forms .gui-textarea:hover,
.smart-forms .select>select:hover,
.smart-forms .select-multiple select:hover,
.smart-forms .gui-input:hover~.input-hint,
.smart-forms .file .gui-file:hover+.gui-input,
.smart-forms .gui-textarea:hover~.input-hint {
    border-color: #4782d3;
}

.smart-forms .gui-input:focus,
.smart-forms .gui-textarea:focus,
.smart-forms .select>select:focus,
.smart-forms .select-multiple select:focus {
    border-color: #4782d3;
    -webkit-box-shadow: 0px 0px 3px #4782d3 inset;
    -moz-box-shadow: 0px 0px 3px #4782d3 inset;
    -o-box-shadow: 0px 0px 3px #4782d3 inset;
    box-shadow: 0px 0px 3px #4782d3 inset;
}

.smart-forms .gui-input:focus~.field-icon i,
.smart-forms .gui-textarea:focus~.field-icon i {
    color: #f4993a !important;
}

.smart-forms input:hover+.checkbox,
.smart-forms input:hover+.radio {
    border-color: #4782d3 !important;
}

.smart-forms input:checked+.checkbox,
.smart-forms input:checked+.radio {
    border: 3px solid #4782d3 !important;
}

.smart-forms input:focus+.checkbox:before {
    border-color: #4782d3 !important;
}

.smart-forms input:checked+.checkbox:before,
.smart-forms input:checked+.radio:before {
    border-color: #4782d3 !important;
}

.smart-forms .radio:before {
    background: #4782d3 !important;
}

.smart-forms label,
.smart-forms input,
.smart-forms button,
.smart-forms select,
.smart-forms textarea {
    font-family: "Montserrat", Microsoft JhengHei, LiHei Pro, sans-serif; !important;
}

.smart-forms .select-multiple select:focus,
.smart-forms .gui-input:focus~.input-hint,
.smart-forms .gui-textarea:focus~.input-hint,
.smart-forms .file .gui-file:focus+.gui-input {
    border-color: #4782d3 !important;
}

/********typed text cursor style*********/

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
    color: #4782d3;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.typed-text {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
    line-height: 2rem;
    text-transform: capitalize;
    font-family: "Montserrat", Microsoft JhengHei, LiHei Pro, sans-serif;
}

.typed-text .typed {
    color: #4782d3;
    display: inline-block;
}

.typed-text .typed:after {
    content: '_';
    font-size: 1.2rem;
    -webkit-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
    position: relative;
    margin-left: 6px;
}

.typed-cursor {
    display: inline-block;
    line-height: 2.5rem;
}

/*
Image with text cards
*/

.image-text-card1 {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
}

.image-text-card1 .card-link {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
}

.image-text-card1 img.img-fluid {
    border-radius: 8px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.image-text-card1:hover .img-fluid {
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
}

.image-text-card2 .card-body {
    padding-top: 0px;
    padding-bottom: 0px;
}

.image-card-title-overlay {
    position: relative;
    overflow: hidden;
    max-width: 500px;
    margin: 0 auto;
}

.image-card-title-overlay img.img-fluid {
    border-radius: 8px;
}

.image-card-title-overlay .card-link {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    z-index: 2;
}

.image-card-title-overlay .card-overlay {
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: .8rem;
    margin: 0px;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    background-color: rgba(71, 130, 211, 0.5);
    z-index: 1;
    color: #fff;
}

.image-card-title-overlay .card-overlay .overlay-inner {
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 10px;
    left: 0;
    top: 0;
    text-align: center;
    color: #fff;
    margin-top: -30px;
}

.image-card-title-overlay .card-overlay .overlay-inner h4 {
    color: #fff;
    margin: 0px;
}

.image-card-title-overlay .card-overlay .overlay-inner p {
    font-size: 12px;
    line-height: 20px;
    font-style: italic;
}

.image-card-title-overlay.card-hover .card-overlay {
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.image-card-title-overlay.card-hover .card-overlay .overlay-inner {
    margin-top: 0px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.image-card-title-overlay.card-hover:hover .card-overlay {
    opacity: 1;
    visibility: visible;
}

.image-card-title-overlay.card-hover:hover .card-overlay .overlay-inner {
    margin-top: -30px;
}

/*
Footer styles
*/

.footer.footer-dark {
    background: #212121;
}

.footer.footer-dark h3 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
}

.footer.footer-dark hr {
    border-top-color: rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.footer .social-icons li {
    padding-right: 20px;
}

pa .footer .social-icons li:last-child {
    padding-right: 0;
}

.footer .social-icons li a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    text-transform: capitalize;
}

.footer .social-icons li a i {
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.6);
    text-align: center;
    padding-right: 10px;
    margin-right: 10px;
}

.footer .social-icons li a:hover {
    color: white;
}

.footer h4 {
    display: inline-block;
    padding-right: 20px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    margin-bottom: 30px;
    font-weight: 300;
    letter-spacing: 0;
}

.footer h4 i {
    margin-right: 8px;
}

.footer p {
    color: rgba(255, 255, 255, 0.6);
}

.footer-list-item li {
    padding-left: 20px;
    padding-bottom: 10px;
    position: relative;
}

.footer-list-item li:last-child {
    padding-bottom: 0px;
}

.footer-list-item li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\f105";
    font-family: 'FontAwesome';
}

.footer-list-item li a {
    color: rgba(255, 255, 255, 0.8);
}

.footer-list-item li a:hover {
    color: #fff;
}

.footer-list-item li em {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
}

.contact-list-item li {
    padding-left: 40px;
    position: relative;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.6);
    min-height: 32px;
}

.contact-list-item li:last-child {
    padding-bottom: 0px;
}

.contact-list-item li i {
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.6);
    display: block;
}

.footer-light.footer {
    background-color: #f5f5f5;
}

.footer-light.footer h3 {
    font-size: 1rem;
    margin-bottom: 30px;
}

.footer-light.footer .footer-list-item li a {
    color: #333;
}

.footer-light.footer .footer-list-item li a:hover {
    color: #4782d3;
}

.footer-light.footer .footer-list-item li em {
    color: #999;
}

.footer-light.footer p {
    color: #666;
}

.footer-light.footer .contact-list-item li {
    color: #666;
}

.footer-light.footer .contact-list-item li i {
    color: #fff;
    background-color: #4782d3;
    border-color: #4782d3;
}

.footer-light.footer .social-icons li a {
    color: #999;
}

.footer-light.footer .social-icons li a:hover {
    color: #4782d3;
}

.footer-light.footer .social-icons li a i {
    border-right: 1px solid #eee;
}

.footer-light.footer h4 {
    color: #999;
}

.footer-standard {
    background-color: #01388e;
    font-size: 14px;
}

.footer-standard h3 {
    color: #fff;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 1rem;
}

.footer-standard .latest-news img {
    border-radius: 5px;
    width: 70px;
}

.footer-standard .latest-news .media-body {
    font-size: 12px;
}

.footer-standard .latest-news h5 {
    margin-bottom: 0px;
    font-size: 15px;
}

.footer-standard .latest-news h5 a {
    color: rgba(255, 255, 255, 0.7);
}

.footer-bottomAlt {
    padding: 15px 0;
    padding-top: 20px;
    background-color: #000;
}

.footer-bottomAlt span {
    display: block;
    text-align: right;
}

/****sticky-footer**/

/**sticky footer*/

html.footer-sticky,
.footer-sticky body {
    height: 100%;
}

/****20180808_ADD****/

.rev_slider {
    position: relative;
}

.rev_slider::before {
    content: "";
    position: absolute;
    z-index: 21;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0, 65, 140, 0.5) 0%, rgba(0, 65, 140, 0) 50%);
    background: -webkit-linear-gradient(top, rgba(0, 65, 140, 0.5) 0%, rgba(0, 65, 140, 0) 50%);
    background: linear-gradient(to bottom, rgba(0, 65, 140, 0.5) 0%, rgba(0, 65, 140, 0) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed00418c', endColorstr='#0000418c', GradientType=0);
}

.rev_slider .tp-mask-wrap {
    z-index: 22 !important
}

@media (min-width: 992px) {
    .footer-sticky .page-footer-sticky {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 100vh;
        min-height: 100%;
    }
    .footer-sticky .page-footer-sticky .footer-sticky-wrap {
        -webkit-flex: 1 0 auto;
        -moz-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        min-height: 0;
        height: auto;
        position: relative;
        right: 0;
        min-height: 100%;
    }
    .footer-sticky .page-footer-sticky .footer-sticky-wrap .footer-sticky-inner {
        position: relative;
        width: 100%;
    }
}

/*
Responsive Utilites Style (This css is removed from beta version)
*/

.hidden-xs-up {
    display: none !important;
}

@media (max-width: 575px) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media (min-width: 576px) {
    .hidden-sm-up {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .hidden-lg-down {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-xl-up {
        display: none !important;
    }
}

.hidden-xl-down {
    display: none !important;
}

.visible-print-block {
    display: none !important;
}

/**intro css (you can remove it)**/

/*
Assan Demos landing page style
*/

.page-demos {
    font-family: "Open Sans", sans-serif !important;
}

.page-demos h1,
.page-demos h2,
.page-demos h3,
.page-demos h4,
.page-demos h5,
.page-demos h6,
.page-demos .h1,
.page-demos .h2,
.page-demos .h3,
.page-demos .h4,
.page-demos .h5,
.page-demos .h6,
.page-demos .btn,
.page-demos .navbar .nav-link {
    font-weight: 300;
    font-family: "Open Sans", Microsoft JhengHei, LiHei Pro, sans-serif;
}

.page-demos .title-heading1 h3 {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 2rem;
    letter-spacing: -2px;
}

.page-demos .demos-bs-4 {
    padding-top: 90px;
    padding-bottom: 50px;
    padding-left: 1rem;
    padding-right: 1rem;
}

.page-demos .demo-card {
    position: relative;
}

.page-demos .demo-card img {
    transition: all .3s;
    -webkit-transition: all .3s;
    border-radius: 5px;
    border: 1px solid #eee;
}

.page-demos .demo-card a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.page-demos .demo-card h5 {
    text-transform: capitalize;
    font-family: "Open Sans", Microsoft JhengHei, LiHei Pro, sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 14px;
}

.page-demos .demo-card:hover img {
    transform: translateY(-5px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.page-demos .demo-card .badge {
    display: inline-block;
    padding: 0 8px;
    height: 25px;
    border-radius: 3px;
    background: #d93636;
    line-height: 25px;
    color: #fff;
    text-align: center;
    z-index: 0;
    position: relative;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    margin-left: 10px;
}

.page-demos .demos-navbar.navbar.navbar-dark.bg-dark {
    border: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    background-color: #141414 !important;
    padding-top: 0px;
    padding-bottom: 0px;
}

.page-demos .demos-navbar.navbar.navbar-dark.bg-dark ul.navbar-nav {
    margin-right: 0px;
}

.page-demos .demos-navbar.navbar.navbar-dark.bg-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.7);
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    position: relative;
}

.page-demos .demos-navbar.navbar.navbar-dark.bg-dark .navbar-nav .nav-link:hover,
.page-demos .demos-navbar.navbar.navbar-dark.bg-dark .navbar-nav .nav-link:focus,
.page-demos .demos-navbar.navbar.navbar-dark.bg-dark .navbar-nav .nav-link.active {
    color: #fff !important;
}

.page-demos .demos-navbar.navbar.navbar-dark.bg-dark .navbar-nav .nav-link .badge {
    position: absolute;
    top: 6px;
    right: 0;
    border-radius: 3px;
    padding-bottom: 4px;
}

.page-demos .demos-navbar.navbar.navbar-dark.bg-dark .navbar-brand span {
    font-size: 12px;
    opacity: 0.5;
}

.page-demos .demos-hero {
    background-image: linear-gradient(to top, #f9f9f9 0%, #fff 100%);
    padding-top: 10rem;
    padding-bottom: 0rem;
    font-family: "Open Sans", Microsoft JhengHei, LiHei Pro, sans-serif;
}

.page-demos .demos-hero h2.h1 {
    text-transform: capitalize;
    color: white;
    font-weight: 300;
    line-height: 1.8;
    font-family: "Open Sans", Microsoft JhengHei, LiHei Pro, sans-serif;
}

.page-demos .demos-hero h2.h1 span {
    font-weight: 300;
    color: #fff;
    display: inline-block;
    padding-bottom: 0px;
    border-bottom: 5px solid rgba(255, 255, 255, 0.2);
}

.page-demos .demos-hero h5,
.page-demos .demos-hero .tlt.h1 {
    font-family: "Open Sans", Microsoft JhengHei, LiHei Pro, sans-serif;
}

.page-demos .demos-hero .tlt.h1 {
    font-weight: 300;
    font-size: 44px;
}

.page-demos .demos-navbar.navbar.navbar-transparent.nav-sticky .navbar-brand .logo {
    position: relative;
    top: -4px;
}

.page-demos .butttons-demo {
    padding-top: 50px;
    position: relative;
}

.page-demos .butttons-demo:before {
    content: "";
    width: 90px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -45px;
}

.page-demos .navbar.fixed-top.navbar-dark.bg-primary {
    background-color: #4782d3 !important;
}

.page-demos .navbar.fixed-top.navbar-dark.bg-primary .navbar-nav {
    margin-right: 0px !important;
}

.page-demos .quote-most {
    font-weight: 400;
    font-size: 1.9rem;
    line-height: 1.8;
}

.page-demos .b3demos a.demo-card {
    display: block;
}

.page-demos .b3demos a.demo-card h5 {
    padding-top: 20px;
    text-align: center;
}

.page-demos .b3demos a.demo-card .label {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 60px;
    height: 60px;
    line-height: 55px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    z-index: 9;
    display: block;
}

.page-demos .features-container {
    text-align: center;
}

.page-demos .features-container img {
    padding: 0px;
    width: 60px;
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
}

.page-demos .features-container h5 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.page-demos .features-container h5:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -25px;
    width: 50px;
    height: 2px;
    background-color: #4782d3;
}

.page-demos .features-container p {
    opacity: 0.6;
    border-bottom: 1px solid #eee;
    padding-bottom: 40px;
    margin-bottom: 0px;
}

.page-demos .feedback-box {
    padding: 30px 15px;
    background-color: #fff;
    margin-bottom: 40px;
}

.page-demos .feedback-box h5 {
    margin-bottom: 0px;
    font-size: 14px;
}

.page-demos .feedback-box p {
    font-style: italic;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.8;
    color: #888;
}

.page-demos .demos-navbar.navbar-dark.bg-dark .navbar-nav .nav-item .nav-link.btn.mt-2 {
    margin-top: 10px !important;
    color: #fff !important;
}

.page-demos .demos-navbar.navbar-dark.bg-dark .navbar-nav .nav-item .nav-link.btn.mt-2.btn-white {
    color: #333 !important;
}

.page-demos .demos-navbar.navbar-dark.bg-dark .navbar-nav .nav-item .nav-link.btn.mt-2.btn-white:hover,
.page-demos .demos-navbar.navbar-dark.bg-dark .navbar-nav .nav-item .nav-link.btn.mt-2.btn-white:focus,
.page-demos .demos-navbar.navbar-dark.bg-dark .navbar-nav .nav-item .nav-link.btn.mt-2.btn-white:active {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
    color: #333 !important;
}

.page-demos .navbar-toggler-right {
    position: absolute;
    right: 0rem;
    top: -2px;
    cursor: pointer;
    color: #fff;
}

.page-demos .navbar-brand span {
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    opacity: 0.5;
}

/*
--------------------------------------------------
@ * Smart Forms v4
  * http://www.doptiq.com/smart-forms
  * Last updated 01 / JUNE / 2017
  * Product developed by Elflaire
  * http://codecanyon.net/user/elflaire
--------------------------------------------------
*/

/* Roboto google font import
--------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,700,700i,900');

html, body{
    border: 0;
    margin: 0;
    padding: 0;
}

/* @backgrounds :: modify or add yours below
------------------------------------------------------------------- */
.darkbg{ background:#6C82A2 url(../images/dark.png) repeat fixed; }
.woodbg{ background:#E6CCA6 url(../images/wood.png) repeat fixed; }

/* @form wrappers
---------------------------------- */
.smart-wrap{ background:none; }
.smart-forms,
.smart-forms *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.smart-forms {
    font-family:  "Roboto", Arial, Helvetica, sans-serif;
    line-height: 1.231;
    font-weight: 400;
    font-size: 14px;
    color: #626262;
}

.smart-container{
    background:#fff;
    margin:50px auto;
    -webkit-box-shadow: 0 1px 25px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 25px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 1px 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 25px rgba(0, 0, 0, 0.15);
    -webkit-border-radius:6px 6px 0 0;
    -moz-border-radius:6px 6px 0 0;
    -o-border-radius:6px 6px 0 0;
    border-radius:6px 6px 0 0;
}

/* @form container width
/* @if you want to change the form container width change the values below
/* @alternatively you can add yours eg .wrap4{ max-width:200px; }
---------------------------------------------------------------------------- */
.wrap-0{ max-width:952px; }
.wrap-1{ max-width:852px; }
.wrap-2{ max-width:652px; }
.wrap-3{ max-width:452px; }

/* @form helper classes
--------------------------------------------------------------- */
.smart-forms .section{ margin-bottom:22px; }
.smart-forms .smart-link{ color:#4ebd4a; text-decoration:none; }
.smart-forms .smart-link:hover{ text-decoration: underline; }
.smart-forms .tagline{ height:0; border-top:1px solid #CFCFCF; text-align:center;  }
.smart-forms .tagline span{
    text-transform:uppercase;
    display:inline-block;
    position:relative;
    padding:0 15px;
    background:#fff;
    color:#4ebd4a;
    top:-10px;
}

/* @form label + field :: field class is useful for validation
---------------------------------------------------------------------- */
.smart-forms .field{ display:block; position:relative; }
.smart-forms .field-icon i { color:#BBB; position:relative; }
.smart-forms .field-label { display: block; margin-bottom: 7px; }
.smart-forms .field-label.colm{ padding-top:12px; }
.smart-forms .field-label em{
    color:#e74c3c;
    font-size:14px;
    font-style:normal;
    display:inline-block;
    margin-left:4px;
    position:relative;
    top:3px;
}

.smart-forms fieldset{
    border:0;
    display:block;
}

/* @form header section
----------------------------------------- */
.smart-forms .form-header{
    overflow:hidden;
    position:relative;
    padding:25px 30px;
    -webkit-border-radius:5px 5px 0 0 ;
    -moz-border-radius:5px 5px 0 0 ;
    -o-border-radius:5px 5px 0 0 ;
    border-radius:5px 5px 0 0 ;
}

.smart-forms .form-header h4 {
    font-family:"Roboto", Arial, Helvetica, sans-serif;
    text-align:left;
    font-weight:300;
    font-size:32px;
    padding:0;
    margin:0;

}

.smart-forms .form-header h4 i {
    font-size:38px;
    position:relative;
    margin-right:10px;
    top:2px;
}

/* @header themes :: primary + lite
---------------------------------------------- */
.smart-forms .header-primary {
    background-color:#4ebd4a;
    border-top:1px solid #A7D065;
    border-bottom:5px solid #3c9b39;
}

.smart-forms .header-lite{
    background:#F3F5FA;
    border-top:1px solid #A7D065;
    border-bottom:1px solid #D9DDE5;
}

.smart-forms .header-lite:before{
    content:"";
    background-color:#4ebd4a;
    position:absolute;
    height:8px;
    z-index:1;
    top:0px;
    right:0;
    left:0;
}

.smart-forms .header-primary h4{ color:#fff; }
.smart-forms .header-lite h4{ color:#5D6A87; padding-top:5px; }

/* @remove rounded corners form headers
----------------------------------------------------------------- */
.smart-flat,
.smart-flat .form-header{
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -o-border-radius:0;
    border-radius:0;
}

/* @form body + footer
------------------------------------------------------------------- */
.smart-forms .form-body{ padding:40px 30px; padding-bottom:20px; }
.smart-forms .form-footer {
    overflow:hidden;
    padding:20px 25px;
    padding-top:25px;
    background: #F5F5F5;
}

/* @crossbrowser placeholder styling :: modern browsers only IE10+
------------------------------------------------------------------------ */
.smart-forms input[type=search] { -webkit-appearance: textfield; }
.smart-forms ::-webkit-search-decoration,
.smart-forms ::-webkit-search-cancel-button { -webkit-appearance: none; }
.smart-forms input:invalid { -moz-box-shadow: none; box-shadow: none;  }
.smart-forms input::-webkit-input-placeholder,
.smart-forms textarea::-webkit-input-placeholder { color: #AAAAAA; }
.smart-forms input:focus::-webkit-input-placeholder,
.smart-forms textarea:focus::-webkit-input-placeholder { color: #D6DBE0; }
.smart-forms input:-moz-placeholder,
.smart-forms textarea:-moz-placeholder { color: #AAAAAA; }
.smart-forms input:focus:-moz-placeholder,
.smart-forms textarea:focus:-moz-placeholder { color: #D6DBE0; }
.smart-forms input::-moz-placeholder,
.smart-forms textarea::-moz-placeholder { color: #AAAAAA; opacity: 1; }
.smart-forms input:focus::-moz-placeholder,
.smart-forms textarea:focus::-moz-placeholder { color: #D6DBE0; opacity: 1; }
.smart-forms input:-ms-input-placeholder,
.smart-forms textarea:-ms-input-placeholder { color: #AAAAAA; }
.smart-forms input:focus:-ms-input-placeholder,
.smart-forms textarea:focus:-ms-input-placeholder { color: #D6DBE0; }

/* @element general styling :: fonts :: adjust accordingly
------------------------------------------------------------- */
.smart-forms label,
.smart-forms input,
.smart-forms button,
.smart-forms select,
.smart-forms textarea {
    margin: 0;
    font-size: 14px;
    font-family:  "Roboto", Arial, Helvetica, Microsoft JhengHei, LiHei Pro, sans-serif;
    font-weight:400;
    color: #626262;
    outline:none;
}

/* @remove browser specific styling
----------------------------------------------- */
.smart-forms .gui-input,
.smart-forms .gui-textarea,
.smart-forms .select > select,
.smart-forms input[type="button"],
.smart-forms input[type="submit"],
.smart-forms input[type="search"],
.smart-forms .select-multiple select {
    -webkit-tap-highlight-color:transparent;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius:0px;
    border-radius: 0px;
}

.smart-forms input[type="search"]::-webkit-search-decoration,
.smart-forms input[type="search"]::-webkit-search-cancel-button,
.smart-forms input[type="search"]::-webkit-search-results-button,
.smart-forms input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

/* @labels font-size styling :: adjust to fit your needs
--------------------------------------------------------- */
.smart-forms .switch,
.smart-forms .option,
.smart-forms .field-label{ font-size:14px; }

/* @prevent user selection for usability purposes
----------------------------------------------------- */
.smart-forms .radio,
.smart-forms .button,
.smart-forms .checkbox,
.smart-forms .select .arrow,
.smart-forms .switch > label,
.smart-forms .ui-slider .ui-slider-handle{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* @universal rules for all elements
---------------------------------------------------- */
.smart-forms .radio,
.smart-forms .button,
.smart-forms .tooltip,
.smart-forms .checkbox,
.smart-forms .gui-input,
.smart-forms .notification,
.smart-forms .gui-textarea,
.smart-forms .select > select,
.smart-forms .select-multiple select{
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    outline:none;
}

.smart-forms .select > select,
.smart-forms .select-multiple select{
    -webkit-transition:none;
    -moz-transition:none;
    -ms-transition:none;
    -o-transition:none;
    transition:none;
}

/* @control border-size :: color etc for these elements
----------------------------------------------------------- */
.smart-forms .select,
.smart-forms .gui-input,
.smart-forms .gui-textarea,
.smart-forms .select > select,
.smart-forms .select-multiple select{
    background: #fff;
    position: relative;
    vertical-align: top;
    border: 1px solid #CFCFCF;
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    color: #626262;
    outline:none;
    height: 42px;
    width: 100%;
    *zoom: 1;
}

/* @styling inputs and textareas
------------------------------------------- */
.smart-forms .gui-input,
.smart-forms .gui-textarea { padding:10px; }
.smart-forms .gui-textarea {
    resize: none;
    line-height: 19px;
    overflow: auto;
    max-width:100%;
    height: 96px;
}

/* @hint below textareas
---------------------------------------- */
.smart-forms .input-hint {
    padding: 10px;
    display: block;
    margin-top: -1px;
    line-height: 16px;
    position: relative;
    background: #F5F5F5;
    border: 1px solid #CFCFCF;
    font-family:Arial, Helvetica, sans-serif;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    font-size: 11px;
    color: #999;
}

/* @form selects :: dropdowns
-------------------------------------------------- */
.smart-forms .select { border:0; z-index:10; }
.smart-forms .select > select {
    display: block;
    padding:9px 10px;
    color: #626262;
    background: #F5F5F5;
     border: 1px solid #CFCFCF;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:normal;
    outline:none;
    text-indent: 0.01px;
    text-overflow: '';
    z-index:10;
    margin: 0;
}

.smart-forms .select > select::-ms-expand { display: none; }
.smart-forms .select .arrow {
    position: absolute;
    top: 9px;
    right: 4px;
    width: 24px;
    height: 24px;
    color:#9F9F9F;
    pointer-events:none;
    z-index:16;
}

.smart-forms .select .arrow:after,
.smart-forms .select .arrow:before {
    content: '';
    position: absolute;
    font:12px "Consolas", monospace;
    font-style:normal;
    pointer-events:none;
    display:none\9;
    left:5px;

}

.smart-forms .select .arrow:before { content:'\25BC'; bottom:4px; }
.smart-forms .select .double:after { content:'\25B2'; top:-1px;  }
.smart-forms .select .double:before { content:'\25BC'; bottom:-1px; }
.smart-forms .select-multiple select {
    width:100%;
    height: 123px;
    padding: 10px;
}

/* @file inputs :: file uploaders
-------------------------------------------------------- */
.smart-forms .file{ display:block; width:100%; }
.smart-forms .file .gui-file{
    width:100%;
    height:100%;
    cursor:pointer;
    padding:8px 10px;
    position:absolute;
    -moz-opacity:0;
    opacity: 0;
    z-index:11;
    bottom:0;
    right:0;
}

.smart-forms .file .button {
    position: absolute;
    top: 4px;
    right: 4px;
    float: none;
    height: 34px;
    line-height: 34px;
    padding: 0 16px;
    z-index:10;
}

/* @form element :hover state
-------------------------------------------- */
.smart-forms .gui-input:hover,
.smart-forms .gui-textarea:hover,
.smart-forms .select > select:hover,
.smart-forms .select-multiple select:hover,
.smart-forms .gui-input:hover ~ .input-hint,
.smart-forms .file .gui-file:hover + .gui-input,
.smart-forms .gui-textarea:hover ~ .input-hint{
    border-color: #f4993a;
}

/* @form element :focus state
-------------------------------------------------------- */
.smart-forms .gui-input:focus,
.smart-forms .gui-textarea:focus,
.smart-forms .select > select:focus,
.smart-forms .select-multiple select:focus{
    color: #3c3c3c;
    background: #fff;
    border:1px solid #f4993a;
    box-shadow: none;
    outline: none;

}

.smart-forms .select > select:focus {
    z-index:10;
    z-index:20\9;
}

.smart-forms .gui-textarea:focus{  height: 120px; }
.smart-forms .select > select:focus { z-index:10; z-index:20\9; }
.smart-forms .gui-input:focus ~ .field-icon i,
.smart-forms .gui-textarea:focus ~ .field-icon i{ color:#4EBD4A; }
.smart-forms .select-multiple select:focus,
.smart-forms .gui-input:focus ~ .input-hint,
.smart-forms .gui-textarea:focus ~ .input-hint,
.smart-forms .file .gui-file:focus + .gui-input{ border-color: #4EBD4A; }
.smart-forms .select > select:focus + .arrow{ color:#4EBD4A; }


/* @radio + checkbox option elements
----------------------------------------------------- */
.smart-forms .option {
    position: relative;
    padding-right:15px;
    display: inline-block;
    vertical-align:middle;
}
.smart-forms .option > input {
    position: absolute;
    height: inherit;
    width: inherit;
    opacity: 0;
    left: 0;
}

.smart-forms .checkbox,
.smart-forms .radio {
    position:relative;
    margin-right:2px;
    background: #fff;
    display: inline-block;
    border: 3px solid #CFCFCF;
    margin-bottom:0;
    margin-top:0;
    height: 21px;
    width: 21px;
    top:4px;

}

.smart-forms .checkbox:before,
.smart-forms .radio:before {
    content: '';
    display: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
}

.smart-forms input:checked + .checkbox:before,
.smart-forms input:checked + .radio:before {
    display: block;
}

.smart-forms .checkbox:before {
    position: absolute;
    top: 5px;
    left: 4px;
    width: 6px;
    height: 3px;
    border: solid #4ebd4a;
    -webkit-border-width: 0 0 3px 3px;
    -moz-border-width: 0 0 3px 3px;
    border-width: 0 0 3px 3px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.smart-forms input:checked + .checkbox,
.smart-forms input:checked + .radio{ border: 3px solid #4ebd4a; }
.smart-forms .radio {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;

}
.smart-forms .radio:before {
    margin: 4px;
    width: 8px;
    height: 8px;
    background: #4ebd4a;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}


/* @radio + checkbox :hover state
-------------------------------------------------- */
.smart-forms input:hover + .checkbox,
.smart-forms input:hover + .radio{
    border-color:#6BC868;

}

/* @radio + checkbox :focus state
--------------------------------------------------- */
.smart-forms input:focus + .checkbox,
.smart-forms input:focus + .radio{ border-color: #4ebd4a; }
.smart-forms input:focus + .radio:before{ background: #4ebd4a; }
.smart-forms input:focus + .checkbox:before{ border-color: #4ebd4a; }

/* @toggle switch elements
-------------------------------------------------- */
.smart-forms .switch {
    cursor:pointer;
    position: relative;
    padding-right:10px;
    display: inline-block;
    margin-bottom:5px;
    height: 26px;
}

.smart-forms .switch > .switch-label {
    cursor:pointer;
    display: inline-block;
    position: relative;
    height: 25px;
    width: 58px;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    background: #D7D7D7;
    border: 2px solid #D7D7D7;
    text-transform: uppercase;
    letter-spacing:1px;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.smart-forms .switch > .switch-label + span{ display:inline-block; padding-left:5px; position:relative; top:-7px; }
.smart-forms .switch > .switch-label:before {
    content: attr(data-off);
    position: absolute;
    top: 1px;
    right: 3px;
    width: 33px;
}

.smart-forms .switch > .switch-label:after {
    content:"";
    margin: 1px;
    width: 19px;
    height: 19px;
    display: block;
    background: #fff;
}

.smart-forms .switch > input {
    -webkit-appearance: none;
    position: absolute;
    width: inherit;
    height: inherit;
    opacity: 0;
    left: 0;
    top: 0;

}

/* @toggle switch focus state
-------------------------------------------------------------- */
.smart-forms .switch > input:focus { outline: none; }
.smart-forms .switch > input:focus + .switch-label { color: #fff; border-color: #C7C7C7; background:#C7C7C7; }
.smart-forms .switch > input:focus + .switch-label:after { background: #fff; }

/* @toggle switch normal state
--------------------------------------------------------------- */
.smart-forms .switch > input:checked + .switch-label {
    border-color: #4ebd4a;
    background: #4ebd4a;
    padding-left: 33px;
    color: white;
}

.smart-forms .switch > input:checked + .switch-label:before {
    content: attr(data-on);
    left: 1px;
    top:1px;
}

.smart-forms .switch > input:checked + .switch-label:after {
    margin: 1px;
    width: 19px;
    height: 19px;
    background: white;
}

/* @toggle switch normal state focus
--------------------------------------------------------------------------------- */
.smart-forms .switch > input:checked:focus + .switch-label { background: #3c9b39; border-color: #3c9b39; }
.smart-forms .switch-round > .switch-label {
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -o-border-radius: 13px;
    border-radius: 13px;
}

.smart-forms .switch-round > .switch-label + span{ top:-2px; }
.smart-forms .switch-round > .switch-label:before { width: 33px; }
.smart-forms .switch-round > .switch-label:after {
    width: 19px;
    height:19px;
    color:#D7D7D7;
    content: "\2022";
    font:30px/20px Times, Serif;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

.smart-forms .switch-round > input:checked + .switch-label { padding-left: 33px; }
.smart-forms .switch-round > input:checked + .switch-label:after{ color:#4ebd4a; }

/* Smart-options
-------------------------------------------*/
.smart-forms .option-group:before,
.smart-forms .option-group:after{ display: table; content: ""; line-height: 0; }
.smart-forms .option-group:after{ clear: both; }
.smart-forms .smart-option-group .option{
    padding:0;
    margin:0;
}

.smart-forms .smart-option{
    border: 1px solid #c5c5c5;
    margin-right:5px;
    background: #F5F5F5;
    font-weight: normal;
    text-decoration: none;
    color: #454545;
    border-radius: 3px;
    padding:0 20px;
    display: inline-block;
    position: relative;
    line-height: normal;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow:hidden;
    line-height:40px;
    height:40px;
}

.smart-forms .smart-option-ui{ display: inline-block;  }
.smart-forms .smart-option-ui .iconc{
    position:relative;
    margin-right:2px;
    background: #fff;
    display: inline-block;
    border: 3px solid #CFCFCF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    margin-bottom:0;
    margin-top:0;
    height: 21px;
    width: 21px;
    top:4px;
}

.smart-forms .smart-radio .iconc{
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

.smart-forms .option > input:checked + .smart-option {
    border-color: #2F8640;
    background: #4ebd4a;
    color: white;
}
.smart-forms .option > input:checked + .smart-option .fa { font-size:14px; }
.smart-forms .option > input:checked + .smart-option .iconc { border-color: #2F8640; }
.smart-forms .smart-radio .iconc:before,
.smart-forms .smart-checkbox .iconc:before {
    content: '';
    display: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
}

.smart-forms input:checked + .smart-radio .iconc:before,
.smart-forms input:checked + .smart-checkbox .iconc:before { display: block; }
.smart-forms input:checked + .smart-radio .iconc:before {
    margin: 4px;
    width: 8px;
    height: 8px;
    background: #2F8640;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.smart-forms input:checked + .smart-checkbox .iconc:before {
    position: absolute;
    top: 5px;
    left: 4px;
    width: 6px;
    height: 3px;
    border: solid #2F8640;
    -webkit-border-width: 0 0 3px 3px;
    -moz-border-width: 0 0 3px 3px;
    border-width: 0 0 3px 3px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.smart-forms .smart-option-list {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    font-size: 0;
}

.smart-forms .smart-option-list.left { float: left; }
.smart-forms .smart-option-list.right { float: right; }
.smart-forms .smart-option-list .smart-option{
    margin-right:0;
    margin-left: -1px;
    border-radius: 0;
}

.smart-forms .smart-option-list label:first-child .smart-option{
    margin-left: 0;
    border-radius: 3px 0 0 3px;
}

.smart-forms .smart-option-list label:last-child .smart-option{
    border-radius: 0 3px 3px 0;
}

.smart-forms .smart-option-list .option > input:checked + .smart-option {
    position: relative;
    z-index: 1;
}

.smart-forms .group-vertical,
.smart-forms .group-vertical .option,
.smart-forms .group-vertical .option .smart-option,
.smart-forms .group-vertical .option .smart-option-ui { display:block; text-align:left; }
.smart-forms .group-vertical .option .smart-option{ margin:0; margin-top: -1px;  }
.smart-forms .group-vertical label:first-child .smart-option{ border-radius: 3px 3px 0 0; }
.smart-forms .group-vertical label:last-child .smart-option{ border-radius: 0 0 3px 3px ; }
.smart-forms .smart-option-ui .iconc-pos{
    -webkit-transition: margin 0.6s, opacity 0.6s;
    -moz-transition: margin 0.6s, opacity 0.6s;
    -ms-transition: margin 0.6s, opacity 0.6s;
    -o-transition: margin 0.6s, opacity 0.6s;
    transition: margin 0.6s, opacity 0.6s;
    display:inline-block;
    margin-right:-80px;
    position:absolute;
    right:-200px;
    opacity:0;
}

.smart-forms .option > input:checked + .smart-option .iconc-pos{
    opacity:1;
    right:20px;
    margin-right:0;
}

/* modern switches
------------------------------------------------------ */
.smart-forms .modern-switch {
    position:relative;
    display:inline-block;
    vertical-align:top;
    margin-right:10px;
    cursor:pointer;
}

.smart-forms .modern-switch input {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: inherit;
    width: inherit;
    opacity: 0;
    left: 0;
}

.smart-forms .modern-switch .switch-label{
    display:inline-block;
    position:relative;
    top:2px;
}

.smart-forms .modern-switch > .switch-label{  padding-right:5px; }
.smart-forms .modern-switch .switch-toggle + .switch-label{  padding-left:5px; }
.smart-forms .modern-switch .switch-toggle {
    width: 44px;
    height: 16px;
    background:#B5B5B5;
    position: relative;
    display: inline-block;
    background: rgba(0,0,0,0.26);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px rgba(255, 255, 255, 0.5);
    -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    vertical-align: middle;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -o-border-radius:10px;
    border-radius:10px;
    cursor: pointer;
}



.smart-forms .modern-switch .switch-toggle::before {
    content: '';
    position: absolute;
    top: -6px;
    left: -4px;
    width: 26px;
    height: 26px;
    background: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.18);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.18);
    -o-box-shadow: 0 1px 4px rgba(0,0,0,0.18);
    box-shadow: 0 1px 4px rgba(0,0,0,0.18);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-border-radius:26px;
    -moz-border-radius:26px;
    -o-border-radius:26px;
    border-radius:26px;
}


.smart-forms .modern-switch input:checked + .switch-toggle { background:#4EBD4A; }
.smart-forms .modern-switch input:checked + .switch-toggle::before { left: 20px; background: #317D2F; }
.smart-forms .modern-switch input:disabled + .switch-toggle { background: #d5d5d5; pointer-events: none; }
.smart-forms .modern-switch input:disabled + .switch-toggle::before { background: #bcbdbc; }
.smart-forms .modern-switch input:disabled + .switch-toggle + .switch-label { color:#D5D5D5; }
.smart-forms .modern-ios .switch-toggle{
     width:40px;
     height:24px;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    border-radius:50px;
}

.smart-forms .modern-ios .switch-toggle::before {
    width:22px;
    height:22px;
    bottom:1px;
    left:1px;
    top:1px;
}

.smart-forms .modern-ios input:checked + .switch-toggle::before { left: 17px; background: #fff; }
.smart-forms .modern-ios input:disabled + .switch-toggle::before { background: #f5f5f5; }

/* switch ripple
------------------------------------------------------- */
.smart-forms .modern-switch:active .switch-toggle::before,
.smart-forms .modern-switch .switch-toggle:active::before {
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.28), 0 0 0 20px rgba(128,128,128,0.1);
    -moz-box-shadow: 0 2px 8px rgba(0,0,0,0.28), 0 0 0 20px rgba(128,128,128,0.1);
    -o-box-shadow: 0 2px 8px rgba(0,0,0,0.28), 0 0 0 20px rgba(128,128,128,0.1);
    box-shadow: 0 2px 8px rgba(0,0,0,0.28), 0 0 0 20px rgba(128,128,128,0.1);
}
.smart-forms .modern-switch:active input:checked + .switch-toggle::before,
.smart-forms .modern-switch input:checked + .switch-toggle:active::before {
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.28), 0 0 0 20px rgba(78,189,74,0.2);
    -moz-box-shadow: 0 2px 8px rgba(0,0,0,0.28), 0 0 0 20px rgba(78,189,74,0.2);
    -o-box-shadow: 0 2px 8px rgba(0,0,0,0.28), 0 0 0 20px rgba(78,189,74,0.2);
    box-shadow: 0 2px 8px rgba(0,0,0,0.28), 0 0 0 20px rgba(78,189,74,0.2);
}

/* switch morph animate
--------------------------------------------------- */
.smart-forms .morph-switch:active .switch-toggle:before,
.smart-forms .morph-switch .switch-toggle:active::before,
.smart-forms .morph-switch:active input:checked + .switch-toggle::before,
.smart-forms .morph-switch input:checked + .switch-toggle:active::before {
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.18);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.18);
    -o-box-shadow: 0 1px 4px rgba(0,0,0,0.18);
    box-shadow: 0 1px 4px rgba(0,0,0,0.18);
    -webkit-transform: scale(1.15, 0.85);
    -moz-transform: scale(1.15, 0.85);
    -ms-transform: scale(1.15, 0.85);
    -o-transform: scale(1.15, 0.85);
    transform: scale(1.15, 0.85);
}


/* @buttons
----------------------------------------------------- */
.smart-forms .button {
    border: 0;
    height: 42px;
    color: #243140;
    line-height: 1;
    font-size:15px;
    cursor: pointer;
    padding: 0 18px;
    text-align: center;
    vertical-align: top;
    background: #DBDBDB;
    display: inline-block;
    -webkit-user-drag: none;
    text-shadow: 0 1px rgba(255, 255, 255, 0.2);
}

/* @buttons :hover, :active states
---------------------------------------------------------------- */
.smart-forms .button:hover { color: #243140; background: #E8E8E8; }
.smart-forms .button:active{ color: #1d2938; background: #C4C4C4; }
.smart-forms a.button,
.smart-forms span.button,
.smart-forms label.button { line-height: 42px; text-decoration: none; }
.smart-forms .button i{ font-size:14px; }
.smart-forms .button-list .button{ margin-bottom:5px; }

/* @primary button theme
-------------------------------------------- */
.smart-forms .btn-primary {  background-color: #4ebd4a;  }
.smart-forms .btn-primary:hover,
.smart-forms .btn-primary:focus { background-color: #6bc868; }
.smart-forms .btn-primary:active{ background-color: #3c9b39; }
.smart-forms .btn-primary,
.smart-forms .btn-primary:hover,
.smart-forms .btn-primary:focus,
.smart-forms .btn-primary:active{ color: #fff; text-shadow: 0 1px rgba(0, 0, 0, 0.08); }

/* @rounded buttons
-------------------------------------------- */
.smart-forms .btn-rounded{
    -webkit-border-radius:22px;
    -moz-border-radius:22px;
    -o-border-radius:22px;
    border-radius:22px;
}

/* @left + right buttons :: look like IOS
-------------------------------------------- */
.smart-forms .button-left,
.smart-forms .button-right {
    position: relative;
    z-index:9;
}

.smart-forms .button-left:before,
.smart-forms .button-right:before {
    content:'';
    z-index:-1;
    width: 32px;
    height: 32px;
    position: absolute;
    background-color: inherit;
    border-color: inherit;
    border: none;
    top: 5px;
}

.smart-forms .button-left {
    border-left-width: 0;
    padding: 0 18px 0 7px;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    margin-left:20px;
}

.smart-forms .button-left:before {
    left: -15px;
    -webkit-border-radius: 2px 5px 0 5px;
    -moz-border-radius: 2px 5px 0 5px;
    -o-border-radius: 2px 5px 0 5px;
    border-radius: 2px 5px 0 5px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.smart-forms .button-right {
    padding: 0 7px 0 18px;
    border-right-width: 0;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    margin-right:20px;
}

.smart-forms .button-right:before {
    right: -15px;
    -webkit-border-radius: 5px 2px 5px 0;
    -moz-border-radius: 5px 2px 5px 0;
    -o-border-radius: 5px 2px 5px 0;
    border-radius: 5px 2px 5px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* @left right button pointed button shapes
------------------------------------------------ */
.smart-forms .btn-pointed.button-left,
.smart-forms .btn-pointed.button-right{
    -webkit-border-radius:22px;
    -moz-border-radius:22px;
    -o-border-radius:22px;
    border-radius:22px;
}

.smart-forms .btn-rounded.button-left{
    -webkit-border-radius: 0 22px 22px 0;
    -moz-border-radius: 0 22px 22px 0;
    -o-border-radius: 0 22px 22px 0;
    border-radius: 0 22px 22px 0;
}

.smart-forms .btn-rounded.button-right{
    -webkit-border-radius: 22px 0 0 22px;
    -moz-border-radius: 22px 0 0 22px;
    -o-border-radius: 22px 0 0 22px;
    border-radius: 22px 0 0 22px;
}

/* @push buttons
------------------------------------------------ */
.smart-forms .pushed {
    -webkit-box-shadow:inset 0 -0.3em 0 rgba(0,0,0,0.2);
    -moz-box-shadow:inset 0 -0.3em 0 rgba(0,0,0,0.2);
    -o-box-shadow:inset 0 -0.3em 0 rgba(0,0,0,0.2);
    box-shadow:inset 0 -0.3em 0 rgba(0,0,0,0.2);
    position:relative;
}

.smart-forms .pushed:active{
    -webkit-box-shadow:inset 0 -0.15em 0 rgba(0,0,0,0.2);
    -moz-box-shadow:inset 0 -0.15em  0 rgba(0,0,0,0.2);
    -o-box-shadow:inset 0 -0.15em  0 rgba(0,0,0,0.2);
    box-shadow:inset 0 -0.15em  0 rgba(0,0,0,0.2);
    top:2px;
}

.smart-forms .pushed.button-left:before {
    -webkit-box-shadow:inset 0.35em 0  0 rgba(0,0,0,0.2);
    -moz-box-shadow:inset 0.35em 0 0 rgba(0,0,0,0.2);
    -o-box-shadow:inset 0.35em 0 0 rgba(0,0,0,0.2);
    box-shadow:inset 0.35em 0 0 rgba(0,0,0,0.2);
}

.smart-forms .pushed:active.button-left:before{
    -webkit-box-shadow:inset 0.2em 0  0 rgba(0,0,0,0.2);
    -moz-box-shadow:inset 0.2em 0  0 rgba(0,0,0,0.2);
    -o-box-shadow:inset 0.2em 0  0 rgba(0,0,0,0.2);
    box-shadow:inset 0.2em 0  0 rgba(0,0,0,0.2);
}

.smart-forms .pushed.button-right:before {
    -webkit-box-shadow:inset  -0.35em 0  0 rgba(0,0,0,0.2);
    -moz-box-shadow:inset -0.35em 0  0  rgba(0,0,0,0.2);
    -o-box-shadow:inset -0.35em 0  0  rgba(0,0,0,0.2);
    box-shadow:inset -0.35em 0  0  rgba(0,0,0,0.2);
}

.smart-forms .pushed:active.button-right:before{
    -webkit-box-shadow:inset -0.2em 0  0 rgba(0,0,0,0.2);
    -moz-box-shadow:inset -0.2em 0  0 rgba(0,0,0,0.2);
    -o-box-shadow:inset -0.2em 0  0 rgba(0,0,0,0.2);
    box-shadow:inset -0.2em 0  0 rgba(0,0,0,0.2);
}

/* @adjust buttons in form footer
------------------------------------------------ */
.smart-forms .form-footer .button{ margin-right:10px; margin-bottom:5px; }
.smart-forms .align-right .button{ margin-right:0; margin-left:10px; }

/* @social buttons :: facebook :: twitter :: google +
---------------------------------------------------- */
.smart-forms .twitter,
.smart-forms .twitter:hover,
.smart-forms .twitter:focus,
.smart-forms .facebook,
.smart-forms .facebook:hover,
.smart-forms .facebook:focus,
.smart-forms .googleplus,
.smart-forms .googleplus:hover,
.smart-forms .googleplus:focus { color:#fff; text-shadow: 0 1px rgba(0, 0, 0, 0.08); }
.smart-forms .facebook { background-color:#3b5998; }
.smart-forms .twitter { background-color:#00acee;  }
.smart-forms .googleplus { background-color:#dd4b39; }
.smart-forms .facebook:hover,
.smart-forms .facebook:focus { background-color:#25385F;  }
.smart-forms .twitter:hover,
.smart-forms .twitter:focus { background-color:#00749F;  }
.smart-forms .googleplus:hover,
.smart-forms .googleplus:focus { background-color:#8D2418;  }
.smart-forms .span-left{ padding-left:52px; text-align:left; }
.smart-forms .btn-social { position:relative; margin-bottom:5px;  }
.smart-forms .btn-social i{ font-size:22px; position:relative; top:2px;    }
.smart-forms .btn-social span{
    -webkit-border-radius:3px 0 0 3px;
    -moz-border-radius:3px 0 0 3px;
    -o-border-radius:3px 0 0 3px;
    border-radius:3px 0 0 3px;
    display:inline-block;
    text-align:center;
    position:absolute;
    width:42px;
    left:0;
}

.smart-forms .twitter span{ background-color:#009AD5; }
.smart-forms .facebook span{ background-color:#31497D; }
.smart-forms .googleplus span{ background-color:#C03121; }

/* @rating and review star widget :: with hover back afetr selecting
------------------------------------------------------------------------ */
.smart-forms .rating { position:relative; }
.smart-forms .rating.block { display:block; margin:10px 0; }
.smart-forms .rating label{color: #A2A6A8;}
.smart-forms .rating label i{ font-size:17px; text-align:center; color:inherit;  }
.smart-forms .rating label span{ font:22px/22px Times, Serif; }
.smart-forms .rating-star{ margin-left:4px; }
.smart-forms .rating-input { position: absolute; left:-9999px; top: auto; }
.smart-forms .rating:hover .rating-star:hover,
.smart-forms .rating:hover .rating-star:hover ~ .rating-star,
.smart-forms .rating-input:checked ~ .rating-star { color: #4ebd4a; }
.smart-forms .rating-star,
.smart-forms .rating:hover .rating-star {
    width: 18px;
    float: right;
    display: block;
    cursor:pointer;
    color: #A2A6A8;
}

.smart-forms .rating:before,
.smart-forms .rating:after{ display: table; content: ""; line-height: 0; }
.smart-forms .rating:after{ clear: both; }
.smart-forms .rating .lbl-text{ font-size:14px; display: inline-block; float:left; }
.smart-forms .rating-wrapper {
    position:relative;
    display:inline-block;
    margin-top:0;
    float: right;
}

.smart-forms .rating label span{
    font-family:Arial, Helvetica, sans-serif;
    text-shadow: 0 1px rgba(255, 255, 255, 0);
    -webkit-transition: margin 0.6s, opacity 0.6s;
    -moz-transition: margin 0.6s, opacity 0.6s;
    -ms-transition: margin 0.6s, opacity 0.6s;
    -o-transition: margin 0.6s, opacity 0.6s;
    transition: margin 0.6s, opacity 0.6s;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    white-space:nowrap;
    position:absolute;
    padding:5px 10px;
    font-weight:bold;
    background:#000;
    font-size:11px;
    margin-left:-5px;
    margin-bottom:15px;
    display:block;
    left:-9999px;
    color:#fff;
    opacity:0;
    z-index:10;
}

.smart-forms .rating label:hover span{ bottom:100%; opacity:1; left: auto; margin-bottom:5px;  }
.smart-forms .rating label span:before{
    content: '';
    position: absolute;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    left: 8px;
    top: 100%;
}


/* @smart widget
   @this widget helps us to position an element eg button or label or span
   @the positions can either be left or right while the input stays 100%
   @you ca use this to rapidly create search widgets, newsletter subscribe etc
---------------------------------------------------------------------------------*/
.smart-forms .smart-widget,
.smart-forms .append-picker-icon,
.smart-forms .prepend-picker-icon { position: relative; display:block; }
.smart-forms .smart-widget .field input,
.smart-forms .append-picker-icon input,
.smart-forms .prepend-picker-icon input { width: 100%; }

.smart-forms .append-picker-icon button,
.smart-forms .prepend-picker-icon button,
.smart-forms .smart-widget .button {
    border:1px solid #CFCFCF;
    background: #F5F5F5;
    position: absolute;
    cursor: pointer;
    color: #626262;
    height: 42px;
    top: 0;
}

.smart-forms .sm-right .button,
.smart-forms .append-picker-icon button{ border-left:0; }
.smart-forms .sm-left .button,
.smart-forms .prepend-picker-icon button{ border-right:0; }

.smart-forms .sm-left .button,
.smart-forms .prepend-picker-icon button { left:0; }
.smart-forms .sm-right .button,
.smart-forms .append-picker-icon button {  right:0; }

/* @smart widget buttons - to left
------------------------------------------------- */
.smart-forms .sml-50,
.smart-forms .prepend-picker-icon { padding-left: 50px; }
.smart-forms .sml-50 .button,
.smart-forms .prepend-picker-icon button{ width: 50px; }
.smart-forms .sml-80{ padding-left: 80px; }
.smart-forms .sml-80 .button { width: 80px; }
.smart-forms .sml-120{ padding-left: 120px; }
.smart-forms .sml-120 .button { width: 120px; }

/* @smart widget buttons - to right
------------------------------------------------- */
.smart-forms .smr-50,
.smart-forms .append-picker-icon{ padding-right: 50px; }
.smart-forms .smr-50 .button,
.smart-forms .append-picker-icon button{ width: 50px; }
.smart-forms .smr-80{ padding-right: 80px; }
.smart-forms .smr-80 .button { width: 80px; }
.smart-forms .smr-120{ padding-right: 120px; }
.smart-forms .smr-120 .button { width: 120px; }


/* @icon append (right) :: prepend (left)
------------------------------------------------- */
.smart-forms .append-icon,
.smart-forms .prepend-icon{
    display: inline-block;
    vertical-align: top;
    position: relative;
    width:100%;
}
.smart-forms .prepend-icon .custom-combobox-input { padding-left:42px; }
.smart-forms .append-icon .field-icon,
.smart-forms .prepend-icon .field-icon{
    top:0;
    width:42px;
    height:42px;
    color: inherit;
    line-height:42px;
    position:absolute;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    pointer-events: none;
    z-index:99;
}

.smart-forms .append-icon .field-icon i,
.smart-forms .prepend-icon .field-icon i{
    position:relative;
    font-size:14px;
}

.smart-forms .prepend-icon .field-icon{ left:0;  }
.smart-forms .append-icon .field-icon{ right:0; }
.smart-forms .prepend-icon > input,
.smart-forms .prepend-icon > textarea,
.smart-forms .prepend-icon > select{ padding-left:36px; }
.smart-forms .append-icon > input,
.smart-forms .append-icon > textarea{ padding-right:36px; padding-left:10px;  }
.smart-forms .append-icon > textarea{ padding-right:36px; }

/* @tooltips on inputs + textareas
------------------------------------------------- */
.smart-forms .tooltip {
    position: absolute;
    z-index: -1;
    opacity: 0;
    color: #fff;
    width: 184px;
    left: -9999px;
    top:auto;
    font-size: 11px;
    font-weight:normal;
    background: #333333;
    -webkit-transition: margin 0.6s, opacity 0.6s;
    -moz-transition: margin 0.6s, opacity 0.6s;
    -ms-transition: margin 0.6s, opacity 0.6s;
    -o-transition: margin 0.6s, opacity 0.6s;
    transition: margin 0.6s, opacity 0.6s;
}

.smart-forms .tooltip > em{ padding:12px; font-style:normal; display:block; position:static; }
.smart-forms .tooltip:after { content: ''; position: absolute; }
.smart-forms .option:hover .tooltip,
.smart-forms .gui-input:focus + .tooltip,
.smart-forms .gui-textarea:focus + .tooltip,
.smart-forms .select > select:focus ~ .tooltip { opacity: 1; z-index: 999; }

/* @tooltip left
------------------------------------------------- */
.smart-forms .tip-left { top:1px; margin-right:-20px; }
.smart-forms .tip-left:after {
    top:12px;
    left: 100%;
    border-left: 8px solid #333333;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.smart-forms .gui-input:focus + .tip-left,
.smart-forms .gui-textarea:focus + .tip-left,
.smart-forms .select > select:focus ~ .tip-left {
    margin-right:5px;
    right: 100%;
    left: auto;
}

/* @tooltip right
------------------------------------------------- */
.smart-forms .tip-right { top:1px; margin-left:-20px; }
.smart-forms .tip-right:after {
    top:12px;
    right: 100%;
    border-right: 8px solid #333333;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.smart-forms .gui-input:focus + .tip-right,
.smart-forms .gui-textarea:focus + .tip-right,
.smart-forms .select > select:focus ~ .tip-right { left: 100%; margin-left:5px; }

/* @tooltip right-top
------------------------------------------------- */
.smart-forms .tip-right-top { bottom: 100%; margin-bottom: -20px; }
.smart-forms .tip-right-top:after {
    top: 100%;
    right: 12px;
    border-top: 8px solid #333333;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.smart-forms .gui-input:focus + .tip-right-top,
.smart-forms .gui-textarea:focus + .tip-right-top,
.smart-forms .select > select:focus ~ .tip-right-top {
    right: 0;
    left: auto;
    margin-bottom: 10px;
}

/* @tooltip left-top
------------------------------------------------- */
.smart-forms .option .tooltip,
.smart-forms .tip-left-top { bottom: 100%; margin-bottom: -20px; }
.smart-forms .option .tooltip:after,
.smart-forms .tip-left-top:after {
    top: 100%;
    left: 12px;
    border-top: 8px solid #333333;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.smart-forms .option:hover .tooltip,
.smart-forms .gui-input:focus + .tip-left-top,
.smart-forms .gui-textarea:focus + .tip-left-top,
.smart-forms .select > select:focus ~ .tip-left-top {
    left: 0;
    right: auto;
    margin-bottom: 10px;
}

.smart-forms .option:hover .tooltip{
    left:-10px;
}

/* @tooltip right-bottom
------------------------------------------------- */
.smart-forms .tip-right-bottom { top: 100%; margin-top: -20px; }
.smart-forms .tip-right-bottom:after {
    right: 12px;
    bottom: 100%;
    border-bottom: 8px solid #333333;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.smart-forms .gui-input:focus + .tip-right-bottom,
.smart-forms .gui-textarea:focus + .tip-right-bottom {
    margin-top: 10px;
    left: auto;
    right: 0;
}

/* @tooltip left-bottom
------------------------------------------------- */
.smart-forms .tip-left-bottom { top: 100%; margin-top: -20px; }
.smart-forms .tip-left-bottom:after {
    left: 12px;
    bottom: 100%;
    border-bottom: 8px solid #333333;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.smart-forms .gui-input:focus + .tip-left-bottom,
.smart-forms .gui-textarea:focus + .tip-left-bottom {
    margin-top:10px;
    right: auto;
    left: 0;
}

/* @lists
-------------------------------------------------------------- */
.smart-forms .smart-list{ list-style:none; margin:0; padding:0; }
.smart-forms .smart-list li{ margin-bottom:20px; }

/* @notification messages | info | error | warning | success
-------------------------------------------------------------- */
.smart-forms .form-msg{ display:none; }
.smart-forms .notification { color: #444; padding:15px; position:relative; }
.smart-forms .notification p{ margin:0; padding:0 15px; padding-left:5px; line-height:normal;  }
.smart-forms .notification .close-btn{
    margin-top: -7px;
    padding: inherit;
    position: absolute;
    text-decoration:none;
    font: bold 20px/20px Arial, sans-serif;
    opacity: 0.65;
    color: inherit;
    display: block;
    right:1px;
    top:14%;
}

.smart-forms .notification .close-btn:hover{ opacity: 1; }
.smart-forms .alert-info { color:#163161; background-color: #cfe6fc; }
.smart-forms .alert-success { color:#336633; background-color: #d2f7ad; }
.smart-forms .alert-warning { color: #CC6600; background-color: #fae7a2; }
.smart-forms .alert-error { color:#990000; background-color: #FBDBCF; }
.smart-forms .notification ul{
    margin-left:1.3em;
    list-style-position: inside;
    margin-top:10px;
}

/* @validaion - error state
------------------------------------- */
.smart-forms .state-error .gui-input,
.smart-forms .state-error .gui-textarea,
.smart-forms .state-error.select > select,
.smart-forms .state-error.select-multiple > select,
.smart-forms .state-error input:hover + .checkbox,
.smart-forms .state-error input:hover + .radio,
.smart-forms .state-error input:focus + .checkbox,
.smart-forms .state-error input:focus + .radio,
.smart-forms .state-error .checkbox,
.smart-forms .state-error .radio{
    background:#FEE9EA;
    border-color:#DE888A;
}

.smart-forms .state-error .gui-input:focus,
.smart-forms .state-error .gui-textarea:focus,
.smart-forms .state-error.select > select:focus,
.smart-forms .state-error.select-multiple > select:focus{
    -webkit-box-shadow:0px 0px 3px #DE888A inset;
    -moz-box-shadow:0px 0px 3px #DE888A inset;
    -o-box-shadow:0px 0px 3px #DE888A inset;
    box-shadow:0px 0px 3px #DE888A inset;
}

.smart-forms .state-error .gui-input ~ .field-icon i,
.smart-forms .state-error .gui-textarea ~ .field-icon i{  color: #DE888A; }
.smart-forms .state-error.select .arrow { color: #DE888A; }
.smart-forms .state-error.select > select:focus + .arrow{ color:#DE888A; }
.smart-forms .state-error .gui-input ~ .input-hint,
.smart-forms .state-error.file .gui-file:hover + .gui-input,
.smart-forms .state-error .gui-textarea ~ .input-hint { border-color:#DE888A; }
.smart-forms .state-error + em{
    display: block!important;
    margin-top: 6px;
    padding: 0 3px;
    font-family:Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: normal;
    font-size:0.85em;
    color:#DE888A;
}

/* @validaion - success state
-------------------------------------------------- */
.smart-forms .state-success .gui-input,
.smart-forms .state-success .gui-textarea,
.smart-forms .state-success.select > select,
.smart-forms .state-success.select-multiple > select,
.smart-forms .state-success input:hover + .checkbox,
.smart-forms .state-success input:hover + .radio,
.smart-forms .state-success input:focus + .checkbox,
.smart-forms .state-success input:focus + .radio,
.smart-forms .state-success .checkbox,
.smart-forms .state-success .radio{
    background:#F0FEE9;
    border-color:#A5D491;
}

.smart-forms .state-success .gui-input:focus,
.smart-forms .state-success .gui-textarea:focus,
.smart-forms .state-success.select > select:focus,
.smart-forms .state-success.select-multiple > select:focus{
    -webkit-box-shadow:0px 0px 3px #A5D491 inset;
    -moz-box-shadow:0px 0px 3px #A5D491 inset;
    -o-box-shadow:0px 0px 3px #A5D491 inset;
    box-shadow:0px 0px 3px #A5D491 inset;
}

.smart-forms .state-success .gui-input ~ .field-icon i,
.smart-forms .state-success .gui-textarea ~ .field-icon i{  color: #A5D491; }
.smart-forms .state-success.select .arrow { color: #A5D491; }
.smart-forms .state-success.select > select:focus + .arrow{ color:#A5D491; }
.smart-forms .state-success .gui-input ~ .input-hint,
.smart-forms .state-success.file .gui-file:hover + .gui-input,
.smart-forms .state-success .gui-textarea ~ .input-hint { border-color:#A5D491; }

/* @disabled state
----------------------------------------------- */
.smart-forms .button[disabled],
.smart-forms .state-disabled .button,
.smart-forms input[disabled] + .radio,
.smart-forms input[disabled] + .checkbox,
.smart-forms .switch > input[disabled] + label{
    cursor: default;
    opacity:0.5;
}

.smart-forms .gui-input[disabled],
.smart-forms .gui-textarea[disabled],
.smart-forms .select > select[disabled],
.smart-forms .select-multiple select[disabled],
.smart-forms .gui-input[disabled] ~ .input-hint,
.smart-forms .file .gui-file[disabled] + .gui-input,
.smart-forms .file .gui-file[disabled]:hover + .gui-input,
.smart-forms .gui-textarea[disabled] ~ .input-hint {
    background-color: #f4f6f6;
    border-color: #d5dbdb!important;
    cursor: default;
    color: #d5dbdb;
    opacity:0.7;
}

.smart-forms input[disabled] ~ .field-icon i,
.smart-forms textarea[disabled] ~ .field-icon i,
.smart-forms .select > select[disabled] + .arrow{
    opacity:0.4;
}

/* @jquery ui helper classes
----------------------------------------------- */
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-clearfix {
    min-height: 0;
}
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter:Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

/* @datepicker - requires jquery ui
----------------------------------------------- */
.ui-datepicker {
    width: 18em;
    margin-top:8px;
    display: none;
    background: #fff;
    position:relative;
    font: 14px/1.55  "Roboto", Arial, Helvetica, sans-serif;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.1);
    -o-box-shadow: 0 0 4px rgba(0,0,0,.1);
    box-shadow: 0 0 4px rgba(0,0,0,.1);
    border:1px solid #CFCFCF;
    z-index:9999!important;
    text-align: center;
    color: #666;

}

.ui-datepicker a { color: #404040; text-align:center; }
.ui-datepicker .ui-state-disabled span{ color:#DBDBDB;}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    background: #F5F5F5;
    border-bottom:1px solid #CFCFCF;
    line-height: 27px;
    font-size: 15px;
    padding: 10px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    width: 34px;
    height: 34px;
    display: block;
    font-size: 14px;
    position: absolute;
    text-decoration: none;
    cursor: pointer;
    color:#4ebd4a;
    top:20.5%;
}

.ui-datepicker .ui-datepicker-prev { left: 2px;  }
.ui-datepicker .ui-datepicker-next { right: 2px; }
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
    color:#4ebd4a;
}

.ui-datepicker .ui-datepicker-title select { font-size: 1em; margin: 1px 0; }
.ui-datepicker select.ui-datepicker-month-year { width: 100%; }
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%; }
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    margin: 0 0 .4em;
    border-collapse: collapse;
}

.ui-datepicker th {
    padding: .5em .3em;
    text-align: center;
    font-weight: 700;
    border: 0;
}

.ui-datepicker td { border: 0; padding:2px 5px; }
.ui-datepicker td span,
.ui-datepicker td a {
    padding: .25em;
    display: block;
    text-align: center;
    text-decoration: none;
}

.ui-datepicker td span:hover,
.ui-datepicker td a:hover {  background:#F5F5F5; }
.ui-datepicker .ui-state-disabled span:hover{ background:none; }

/* @changes to the datepicker and month picker widget in v.4
------------------------------------------------------------- */
.ui-datepicker-today a,
.ui-datepicker-today a:hover,
.ui-datepicker .ui-state-highlight{
    background: #FFFA90!important;
    font-weight: 700;
    color:#444;
}

.ui-monthpicker .ui-datepicker-today a,
.ui-monthpicker .ui-datepicker-today a:hover,
.ui-datepicker .ui-datepicker-current-day a{
    font-weight: 700;
    background: #4ebd4a!important;
    color:#fff;
}

/* @multiple calendars || not responsive use carefully
--------------------------------------------------------------- */
.cal-widget .ui-datepicker { width: 100%; margin-top:0; }
.cal-widget .ui-datepicker:before{ display:none; }
.ui-datepicker.ui-datepicker-multi { width: auto; }
.ui-datepicker-multi .ui-datepicker-group { float: left; }
.ui-datepicker-multi .ui-datepicker-group table { width: 95%; margin: 0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width: 50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width: 33.333%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width: 25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width: 0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear: left; }
.ui-datepicker-row-break { clear: both; width: 100%; font-size: 0; }

/* @ ui buttons
---------------------------------------------------------------- */
.ui-datepicker-buttonpane{ border-top:1px solid #CFCFCF; padding:10px;  }
.ui-datepicker-buttonpane button {
    padding: 8px 12px;
    margin-right: .2em;
    position: relative;
    line-height: normal;
    display: inline-block;
    -webkit-user-drag: none;
    text-shadow: 0 1px rgba(255, 255, 255, 0.2);
    vertical-align: middle;
    background: #DBDBDB;
    text-align: center;
    overflow: visible;
    cursor: pointer;
    color: #243140;
    border:0;
}

/* @ ui buttons :hover, :active states
---------------------------------------------------------------- */
.ui-datepicker-buttonpane button:hover { color: #243140; background: #E8E8E8; }
.ui-datepicker-buttonpane button:active{ color: #1d2938; background: #C4C4C4; }
.ui-monthpicker .ui-datepicker-header{ margin-bottom:3px; }

/* @ui slider - requires jquery ui
------------------------------------------------------*/
.smart-forms .slider-wrapper,
.smart-forms .sliderv-wrapper{
    background:#E5E5E5;
    position:relative;
}

.smart-forms .ui-slider {
    position: relative;
    text-align: left;
}

/* @changes to the ui slider widget in v.4
------------------------------------------------------------- */
.smart-forms .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 21px;
    height: 21px;
    cursor: default;
    background:#fff;
    border:3px solid #4ebd4a;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    -o-border-radius:20px;
    border-radius:20px;
    -ms-touch-action: none;
    touch-action: none;
    margin-top:-4px;
    outline:none;
}

.smart-forms .ui-slider .ui-slider-handle:before{
    content: '';
    width: 8px;
    height: 8px;
    position:absolute;
    background-color: #4ebd4a;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    z-index: 2;
    left:4px;
    top:4px;
}

.smart-forms .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
    background-color: #4ebd4a;
}

.smart-forms .ui-slider.ui-state-disabled .ui-slider-handle,
.smart-forms .ui-slider.ui-state-disabled .ui-slider-range { filter: inherit; }
.smart-forms .ui-slider-horizontal { height: .5em; }
.smart-forms .ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.smart-forms .ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.smart-forms .ui-slider-horizontal .ui-slider-range-min { left: 0; }
.smart-forms .ui-slider-horizontal .ui-slider-range-max { right: 0; }
.smart-forms .ui-slider-vertical,
.smart-forms .sliderv-wrapper { width: .5em; height: 100px; }
.smart-forms .ui-slider-vertical .ui-slider-handle { left: -.45em; margin-left: 0; margin-bottom: -.6em; }
.smart-forms .ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.smart-forms .ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.smart-forms .ui-slider-vertical .ui-slider-range-max { top: 0; }
.smart-forms .slider-input{  color:#f6931f!important; border:0; background:none; }
.smart-forms .slider-group .sliderv-wrapper{ height:150px; float:left; margin:15px 15px;   }
.smart-forms .ui-slider .ui-state-active {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}

/* @ui slider tooltip
------------------------------------------------------*/
.smart-forms .slider-tip {
    display: block;
    position: absolute;
    text-align: center;
    font: 10pt Tahoma, Arial, sans-serif ;
    background: #333333;
    padding:10px;
    color: #fff;
}

.smart-forms .slider-wrapper .slider-tip{ top: -50px; left:-15px; }
.smart-forms .slider-wrapper .slider-tip:after {
    content: '';
    position: absolute;
    top: 98%;
    left: 35%;
    border-top: 8px solid #333333;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.smart-forms .sliderv-wrapper .slider-tip{ left: 30px; top:-12px; }
.smart-forms .sliderv-wrapper .slider-tip:after{
    content: '';
    position: absolute;
    top:30%;
    right: 98%;
    border-right: 8px solid #333333;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

/* @ui slider themes
------------------------------------------------------*/
.smart-forms .yellow-slider .ui-slider .ui-slider-handle{ border-color:#faa226; }
.smart-forms .yellow-slider .ui-slider .ui-slider-handle:before,
.smart-forms .yellow-slider .ui-slider .ui-slider-range { background-color: #faa226;  }
.smart-forms .red-slider .ui-slider .ui-slider-handle{ border-color:#ee4f3d; }
.smart-forms .red-slider .ui-slider .ui-slider-handle:before,
.smart-forms .red-slider .ui-slider .ui-slider-range { background-color:#ee4f3d;  }
.smart-forms .purple-slider .ui-slider .ui-slider-handle{ border-color:#9464e2; }
.smart-forms .purple-slider .ui-slider .ui-slider-handle:before,
.smart-forms .purple-slider .ui-slider .ui-slider-range { background-color:#9464e2;  }
.smart-forms .blue-slider .ui-slider .ui-slider-handle{ border-color:#00acee; }
.smart-forms .blue-slider .ui-slider .ui-slider-handle:before,
.smart-forms .blue-slider .ui-slider .ui-slider-range { background-color:#00acee;  }
.smart-forms .black-slider .ui-slider .ui-slider-handle{ border-color:#505558; }
.smart-forms .black-slider .ui-slider .ui-slider-handle:before,
.smart-forms .black-slider .ui-slider .ui-slider-range { background-color:#505558;  }
.smart-forms .green-slider .ui-slider .ui-slider-handle{ border-color:#0E993C; }
.smart-forms .green-slider .ui-slider .ui-slider-handle:before,
.smart-forms .green-slider .ui-slider .ui-slider-range { background-color:#0E993C;  }

/* @ui timepicker - requires jquery ui
------------------------------------------------------*/
.ui-timepicker-div .ui-widget-header {
    position: relative;
    background: #F5F5F5;
    line-height: 27px;
    font-size: 15px;
    padding: 10px;
 }

.ui-timepicker-div dl { text-align: left; border:1px solid #CFCFCF; border-width:1px 0 0 0; padding:15px 10px; padding-bottom:15px; margin:0; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 15px 40%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0;    }
.ui-timepicker-div .ui_tpicker_unit_hide{ display: none; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; background:#E5E5E5;  position:relative; top:6px;  }

.ui-timepicker-div dl .ui_tpicker_hour,
.ui-timepicker-div dl .ui_tpicker_minute,
.ui-timepicker-div dl .ui_tpicker_second,
.ui-timepicker-div dl .ui_tpicker_millisec{ background:#E5E5E5;  position:relative;  top:5px;  }
.ui_tpicker_time_input{ background:none; border:0; display:inline-block; }

/* Shortened version style */
.ui-timepicker-div.ui-timepicker-oneLine { padding-right: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,
.ui-timepicker-div.ui-timepicker-oneLine dt { display: none;   }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label { display: block; padding-top: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine dl { text-align: right;}
.ui-timepicker-div.ui-timepicker-oneLine dl dd,
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div { display:inline-block; margin:0;  }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before { content:':'; display:inline-block;   }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before { content:'.'; display:inline-block;  }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before{ display: none; }


/* ui-autocomplete widget
----------------------------------------------------- */
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    z-index: 10000000;
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none;
    font-family:  "Roboto", Arial, Helvetica, sans-serif;
    font-size:14px;
    border:1px solid #bbb;
    border-top:0;
    background:#fff;
    max-height: 100px;
    overflow-x: hidden;
    overflow-y: auto;
}

.ui-autocomplete .ui-menu { position: absolute; }
.ui-autocomplete .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 8px 10px;
    cursor: pointer;
    min-height: 0;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
    background:#F2F4FA;
    border-bottom:1px solid #DCE1EE;
    -webkit-box-shadow: inset 0 1px #fff, inset 0 0 0 1px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: inset 0 1px #fff, inset 0 0 0 1px rgba(255, 255, 255, 0.5);
    -o-box-shadow: inset 0 1px #fff, inset 0 0 0 1px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 1px #fff, inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.ui-autocomplete .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
    border-color:#ddd;
}

.ui-autocomplete .ui-state-focus,
.ui-autocomplete .ui-state-active { }
.ui-autocomplete .ui-menu-item:hover{
    background:#DCE1EE;
}

/* @jquery ui combobox widget
---------------------------------------- */
.custom-combobox {
    position: relative;
    padding-right:45px;
    display: block;
}
.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    right:0;
    margin-left: -1px;
    padding: 0;
    z-index:10;
    width:45px;
    line-height:40px;
    height:100%;
    text-align:center;
    background:#F5F5F5;
    border:1px solid #CFCFCF;
    border-left:0;
    cursor:pointer;
    color:#aaa;
}
.custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
}

/* @progress bars
------------------------------------------------------*/
.smart-forms .progress-section{ display:none; }
.smart-forms .progress-bar {
    position: relative;
    background:#E5E5E5;
}

.smart-forms .progress-bar .percent {
    position:absolute;
    display:inline-block;
    top:-3px;
    right:-24px;
    font-size:9px;
    color:#93A2AA;
}
.smart-forms .progress-bar > .bar {
    width:60%;
    height:7px;
    display: block;
    background-size: 16px 16px;
    background-color: #bdc3c7;
}

/* @progress bar themes
----------------------------------------------------------- */
.smart-forms .bar-primary > .bar  { background-color: #4ebd4a; }
.smart-forms .bar-blue > .bar     { background-color: #00acee; }
.smart-forms .bar-black > .bar    { background-color: #505558; }
.smart-forms .bar-green > .bar    { background-color: #0E993C; }
.smart-forms .bar-purple > .bar   { background-color: #9464e2; }
.smart-forms .bar-red > .bar      { background-color: #ee4f3d; }
.smart-forms .bar-yellow > .bar   { background-color: #faa226; }

/* @progress bar strips + animation IE10+
----------------------------------------------------------- */
.smart-forms .ui-slider .ui-slider-range,
.smart-forms .progress > button[type="submit"],
.smart-forms .progress > button[type="submit"]:hover,
.smart-forms .progress-bar > .bar{
    background-size: 16px 16px;
    background-image: -webkit-linear-gradient(top left,
                      transparent, transparent 25%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0.3) 50%,
                      transparent 50%, transparent 75%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0.3));

    background-image: -moz-linear-gradient(top left,
                      transparent, transparent 25%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0.3) 50%,
                      transparent 50%, transparent 75%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0.3));

    background-image: -o-linear-gradient(top left,
                      transparent, transparent 25%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0.3) 50%,
                      transparent 50%, transparent 75%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0.3));

    background-image: linear-gradient(to bottom right,
                      transparent, transparent 25%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0.3) 50%,
                      transparent 50%, transparent 75%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0.3));
}

.smart-forms .progress > button[type="submit"],
.smart-forms .progress > button[type="submit"]:hover,
.smart-forms .progress-animated > .bar{
    -webkit-animation: sfprogress .6s linear infinite;
    -moz-animation: sfprogress .6s linear infinite;
    -o-animation: sfprogress .6s linear infinite;
    animation: sfprogress .6s linear infinite;
}

.smart-forms .progress > button[type="submit"]:hover{ cursor:wait; }

@-webkit-keyframes sfprogress {
    from { background-position: 0 0; }
    to { background-position: -16px 0; }
}


@-moz-keyframes sfprogress {
    from { background-position: 0 0; }
    to { background-position: -16px 0; }
}

@-o-keyframes sfprogress {
    from { background-position: 0 0; }
    to { background-position: -16px 0; }
}

@keyframes sfprogress {
    from { background-position: 0 0; }
    to { background-position: -16px 0; }
}

/* @cloned widgets
--------------------------------------------------------------- */
.clone-widget{ padding-right:100px; position:relative;  }
.clone-widget .button{ position:absolute; right:0; top:0;}
.clone-widget .clone{ right:50px; }

/* @google map :: block elements
----------------------------------------------------------------------- */
.smart-forms .map-container{ padding:10px; margin-bottom:10px; border: 1px solid #CFCFCF;  }
.smart-forms .map-area,
.smart-forms #map_canvas{ width:100%; height:400px; overflow:hidden;  }
.smart-forms .block{ display:block; }
.smart-forms .custom-block-list,
.smart-forms .custom-block-list li{
    list-style-type:none;
    display:block;
    padding:0;
    margin:0;
}

.smart-forms .custom-block-list li{
    padding:3px 0;
    font-size:14px;
}

.smart-forms .custom-block-list li span,
.smart-forms .custom-block-list li strong{ font-weight:300; color:#00AFFF;  }

/* @form grid
----------------------------------- */

/* @form rows
--------------------------------- */
.smart-forms .frm-row{ margin:0 -10px;  }
.smart-forms .slider-group:before,
.smart-forms .slider-group:after,
.smart-forms .frm-row:before,
.smart-forms .frm-row:after { display: table; content: ""; line-height: 0; }
.smart-forms .slider-group:after,
.smart-forms .frm-row:after{ clear: both; }

/* @form columns
----------------------------------- */
.smart-forms .frm-row .colm{
    min-height:1px;
    padding-left:10px;
    padding-right:10px;
    position:relative;
    float:left;
}

.smart-forms .frm-row .colm1{width:8.33%;}
.smart-forms .frm-row .colm2{width:16.66%;}
.smart-forms .frm-row .colm3{width:25%;}
.smart-forms .frm-row .colm4{width:33.33%;}
.smart-forms .frm-row .colm5{width:41.66%;}
.smart-forms .frm-row .colm6{width:50%;}
.smart-forms .frm-row .colm7{width:58.33%;}
.smart-forms .frm-row .colm8{width:66.66%;}
.smart-forms .frm-row .colm9{width:75%;}
.smart-forms .frm-row .colm10{width:83.33%;}
.smart-forms .frm-row .colm11{width:91.66%;}
.smart-forms .frm-row .colm12{width:100%; }
.smart-forms .frm-row .colm1-5{width:20%;}
.smart-forms .frm-row .colm1-8{width:12.5%;}

/* @spacers
--------------------------------------- */
.smart-forms .spacer{
    border-top:1px solid #CFCFCF;
    display:block;
    height:0;
}

/* @margin spacers :: modify accordingly
-------------------------------------------- */
.smart-forms .spacer-t10{ margin-top:10px; }
.smart-forms .spacer-b10{ margin-bottom:10px; }
.smart-forms .spacer-t15{ margin-top:15p; }
.smart-forms .spacer-b15{ margin-bottom:15px; }
.smart-forms .spacer-t20{ margin-top:20px; }
.smart-forms .spacer-b20{ margin-bottom:20px; }
.smart-forms .spacer-t25{ margin-top:25px; }
.smart-forms .spacer-b25{ margin-bottom:25px; }
.smart-forms .spacer-t30{ margin-top:30px; }
.smart-forms .spacer-b30{ margin-bottom:30px; }
.smart-forms .spacer-t40{ margin-top:40px; }
.smart-forms .spacer-b40{ margin-bottom:40px; }

/* @padding spacers :: modify accordingly
-------------------------------------------------- */
.smart-forms .frm-row .pad-l10{ padding-left:10px; }
.smart-forms .frm-row .pad-r10{ padding-right:10px; }
.smart-forms .frm-row .pad-l20{ padding-left:20px; }
.smart-forms .frm-row .pad-r20{ padding-right:20px; }
.smart-forms .frm-row .pad-l30{ padding-left:30px; }
.smart-forms .frm-row .pad-r30{ padding-right:30px; }
.smart-forms .frm-row .pad-l40{ padding-left:40px; }
.smart-forms .frm-row .pad-r40{ padding-right:40px; }

/* @border spacers + text adjust
-------------------------------------------------- */
.smart-forms .bdl { border-left:1px solid #CFCFCF;   }
.smart-forms .bdr { border-right:1px solid #CFCFCF;  }
.smart-forms .fine-grey{ color:#999; }
.smart-forms .small-text{ font-size:11px; font-style:normal;  }
.smart-forms .text-align{ height:42px; line-height:42px; }

/* @element alignment
-------------------------------------------------- */
.smart-forms .align-right{ text-align:right; }
.smart-forms .align-center{ text-align:center; }

/* @simple price boxes :: depend on grid
-------------------------------------------------- */
.smart-forms .price-box{
    padding:30px;
    text-align:center;
    position:relative;
    border:1px solid #CFCFCF;
    -webkit-box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.05);
    -o-box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.05);
    box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.05);
}

.smart-forms .price-box p{ line-height:1.5em;  font-weight:300; font-size:16px; color:#526066; margin-bottom:0; }
.smart-forms .price-box h5{ text-transform:uppercase; font-weight:300; margin:0; font-size:15px; color:#B0B2B9; letter-spacing:2px  }
.smart-forms .price-box h4{ font-size:60px; font-weight:400; margin:0; color:#626262; }
.smart-forms .selected-box h4{ color:#4ebd4a; }
.smart-forms .price-box h4 sup{ position:relative; font-size:30px; vertical-align:top; top:15px; }
.smart-forms .price-box h4 .per-month{font-size:14px; }
.smart-forms .expand{ height:50px; line-height:50px!important; border-radius:3px; }

/* @simple price boxes ribbon IE8+
----------------------------------------- */
.smart-forms .ribbon,
.smart-forms .ribbon-large{
    width:75px;
    height:78px;
    overflow:hidden;
    position:absolute;
    right: -2px;
    top: -2px;
    z-index:1;
}

.smart-forms .ribbon-inner{
    font-family:"Helvetica Neue",Helvetica,Arial,Microsoft JhengHei, LiHei Pro, sans-serif;
    -webkit-box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.15);
    box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.15);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg);
    background: #4ebd4a;
    letter-spacing:4px;
    text-align:center;
    position:relative;
    font-weight:700;
    font-size:14px;
    padding:7px 0;
    width:100px;
    color:#fff;
    z-index:1;
    left:3px;
    top:6px;
}

.smart-forms .ribbon-inner:before,
.smart-forms .ribbon-inner:after{
    content:"";
    border-top:3px solid #3c9b39;
    border-left:3px solid transparent;
    border-right:3px solid transparent;
    position:absolute;
    bottom:-3px;
}

.smart-forms .ribbon-inner:before{ left:0px; }
.smart-forms .ribbon-inner:after{ right:0px; }
.smart-forms .ribbon-large{ width:115px; height:118px; }
.smart-forms .ribbon-large .ribbon-inner{
    width:160px;
    left:-8px;
    top:28px;
}

/* @captcha refresh button + icon
-------------------------------------------------- */
.smart-forms .sfcode{ padding-left:24px; }
.smart-forms .captcode{ padding:0; position:relative; }
.smart-forms .captcode img{ position:relative; top:1px;}
.smart-forms .refresh-captcha{
    position:absolute;
    background:#4EBD4A;
    border:3px solid #3C9B39;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    -o-border-radius:30px;
    border-radius:30px;
    right:-15px;
    height:32px;
    width:32px;
    top:4px;
}

.smart-forms .refresh-captcha i{
    position:absolute;
    text-align:center;
    line-height:26px;
    font-size:17px;
    color:#fff;
    left:24%;
}

.smart-forms .smart-hidden-elem {
    position:absolute;
    visibility:hidden;
    margin:0;
    padding:0;
}

/* @captcha refresh button themes
-------------------------------------------------- */
.smart-forms .refresh-black    { background:#505558; border-color: #333333; }
.smart-forms .refresh-blue     { background:#00acee; border-color: #0087bb; }
.smart-forms .refresh-green    { background:#0E993C; border-color: #0B792F; }
.smart-forms .refresh-purple   { background:#9464e2; border-color: #7639da; }
.smart-forms .refresh-red      { background:#ee4f3d; border-color: #e42914; }
.smart-forms .refresh-yellow   { background:#faa226; border-color: #e88a05; }

/* IE10+ Fixes
------------------------------------------------------------------------ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .smart-forms .select .arrow:after,
    .smart-forms .select .arrow:before { display:block; }
    .smart-forms .checkbox:before { top:4px; left:3px; }
}

/* @Fix old Android + IOS
------------------------------------------------------------- */
@media screen and (-webkit-min-device-pixel-ratio:0) {
        .smart-forms .option,
        .smart-forms .rating,
        .smart-forms .switch,
        .smart-forms .captcode { -webkit-animation: bugfix infinite 1s; }
        @-webkit-keyframes bugfix {
            from { padding: 0;  }
            to { padding: 0; }
        }
        .smart-forms .switch { margin-right:10px;  margin-bottom:5px; }
        .smart-forms .option { margin-right:15px; }
        .smart-forms .switch-round > .switch-label:after{ font:30px/20px Times, Serif; }
}

/* @responsiveness for tablets + smart mobile
-------------------------------------------------- */
@media (max-width: 800px) {
    .smart-forms .frm-row{ margin:0;  }
    .smart-forms .frm-row .colm{  width: 100%; float:none; padding:0; }
    .smart-forms .bdl { border-left:0;  }
    .smart-forms .bdr { border-right:0; }
    .smart-forms .align-right{ text-align: left; }
}

.row.stretch {
    align-content: stretch
}

.row.stretch .center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-style1 {
    background-image: url(../images/bg-style1.svg);
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: 50% -100%;
}

.bg-style2{
    background: rgb(242,245,249);
    background: -moz-linear-gradient(top, rgba(242,245,249,1) 0%, rgba(229,236,243,1) 100%);
    background: -webkit-linear-gradient(top, rgba(242,245,249,1) 0%,rgba(229,236,243,1) 100%);
    background: linear-gradient(to bottom, rgba(242,245,249,1) 0%,rgba(229,236,243,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f9', endColorstr='#e5ecf3',GradientType=0 );
}

.bg-style3{
    position: relative;
    overflow: hidden;
}
.bg-style3::after{
    content:url(../images/dec1.svg);
    position: absolute;
    left: -10%;
    top: -20%;
    width: 50vw;
    opacity: .09;
    z-index: 1;;
}
.bg-style3 > div {
    position: relative;
    z-index: 5;;
}

.bg-style4{
    background: url(../images/bg3.png) right center no-repeat;
    background-size: cover
}

.bg-style1.index-ab1 {
    background-position: 15% 130%;
}

.bg-style1.index-ab3 {
    background-position: 85% 125%;
}

.btn-style{
    letter-spacing: .3rem;
    padding: .8rem 1.8rem;
    display: inline-block;
    position: relative;
    color: #fff;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.btn-style::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.btn-style:hover::before {
    opacity: 1;
}
.btn-style span {
    position: relative;
    z-index: 5;
}

.btn-style.orange {
    background: rgb(244, 153, 58);
    background: -moz-linear-gradient(left, rgba(244, 153, 58, 1) 0%, rgba(247, 179, 107, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(244, 153, 58, 1) 0%, rgba(247, 179, 107, 1) 100%);
    background: linear-gradient(to right, rgba(244, 153, 58, 1) 0%, rgba(247, 179, 107, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4993a', endColorstr='#f7b36b', GradientType=1);
    border: 1px solid #f18009;
    color: #fff;
    cursor: pointer
}
.btn-style.orange::before {
    background: #f18009;
    z-index: 1;
}
.btn-style.orange span{
    position: relative;
    z-index: 5
}

.btn-style.blue{
    background: rgb(0, 65, 140);
    background: -moz-linear-gradient(-45deg, rgba(0, 65, 140, 1) 0%, rgba(71, 130, 211, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(0, 65, 140, 1) 0%, rgba(71, 130, 211, 1) 100%);
    background: linear-gradient(135deg, rgba(0, 65, 140, 1) 0%, rgba(71, 130, 211, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00418c', endColorstr='#4782d3', GradientType=1);
    border: 1px solid rgba(0, 65, 140, 1)
}
.btn-style.blue::before {
    background: rgba(0, 65, 140, 1);
}
.btn-style.blue:hover,
.btn-style.orange:hover {
    color: #fff
}

.shadow {
    box-shadow: 0px 5px 35px rgba(0, 0, 0, .3)
}

.index-ab{
    position: relative;
}
.index-ab::before{
    content: "";
    border: 1px solid #f4993a;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 15px;
    left: -15px;
    z-index: 1;
}
.index-ab img{
    position: relative;
    z-index: 5;
}

.title-style1 {
    font-size: 2rem;
    letter-spacing: .3rem;
    color: #00418c;
    margin-bottom: 4.5rem;
    position: relative;
}
.title-style1.center{
    text-align: center
}

.title-style1::after {
    content: url(../images/dec-style1.svg);
    position: absolute;
    left: 1px;
    top: auto;
    bottom: -35px;
    width: 80px;
}
.title-style1.center::after {
    left: 50%;
    transform: translateX(-50%);
}

.title-style1.index {
    padding-top: 100px;
}

.title-style1.index::before {
    content: "";
    width: 2px;
    height: 75px;
    background: #00418c;
    position: absolute;
    top: 0;
    left: 3px;
}

.index-ab2 .wrapper {
    display: flex;
    flex-wrap: wrap
}
.index-ab2 .wrapper .item{
    width: 50%;
    padding: 5rem;
    position: relative;
    background-size: cover;
    background-position: center;
    text-align: center
}
.index-ab2 .wrapper .item .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.index-ab2 .wrapper .item .overlay.green{
    background: rgba(1, 128, 63, .5);
}
.index-ab2 .wrapper .item .overlay.blue{
    background: rgba(1, 56, 142, .5);
}
.index-ab2 .wrapper .item .title{
    position: relative;
    display: inline-block;
    color: #fff;
    padding: 2.5rem;
    border: 5px solid rgba(255, 255, 255, .2);
    text-align: center;
    z-index: 5;
}
.index-ab2 .wrapper .item .title .lg,
.index-ab2 .wrapper .item .title .md{
    color: #fff;
    display: block;
    line-height: 1;
    margin-bottom: 15px;
    font-weight: bold;
    text-shadow: 0 0 25px rgba(0, 0, 0, .2);
    letter-spacing: .35rem
}
.index-ab2 .wrapper .item .title .lg{
    font-size: 4.5rem;
}
.index-ab2 .wrapper .item .title .md{
    font-size: 2.8rem;
    margin: 0;
}


.index-ab3 .quality .item {
    text-align: center;
}

.index-ab3 .quality .item .icon {
    margin-bottom: 1rem
}

.index-ab3 .quality .item .icon i {
    border: 1px solid #01388e;
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 3.5rem;
    border-radius: 100%;
    color: #01388e;
    background: #fff;
}

.index-ab3 .quality .item h5 {
    margin: 0;
    color: #01388e;
    letter-spacing: .15rem;
    font-size: 1.2rem;
}

.index-service {
    display: flex;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}
.index-service .wrapper{
    display: flex;
    flex-wrap: wrap;
}
.index-service .wrapper .item {
    padding: 5rem;
    width: calc(100% / 4);
    min-height: 35vh;
    background-position: center;
    background-size: cover;
    position: relative;
}
.index-service .wrapper .item .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 73px);
    background: rgba(1, 56, 142, .3);
    display:flex;
    align-items:center;
    justify-content:center;
    opacity: 0;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.index-service .wrapper .item .overlay i{
    color: #fff;
    font-size: 2.5rem;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 100%;
    border: 1px solid #fff
}
.index-service .wrapper .item h3 {
    color: #fff;
    text-align: center;
    letter-spacing: .1rem;
    line-height: 1.65;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 85px;
    height: auto;
    background: rgba(1, 56, 142, .7);
    padding: .8rem 1rem;
    margin: 0;
    z-index: 5;
    text-shadow: 0 0 25px rgba(0, 0, 0, .5);
    font-size: 1rem;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    display:flex;
    align-items:center;
    justify-content:center;
}
.index-service .wrapper .item:hover h3{
    background: #f18009;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.index-service .wrapper .item:hover .overlay{
    opacity: 1;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.pdt-list .item,
.pdt-details .item {
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    margin-bottom: 25px;
}

.pdt-list .item figure,
.pdt-details .item figure{
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
}

.pdt-list .item figure img,
.pdt-details .item figure img {
    width: 100%;
    max-width: 100%;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.pdt-list .item figure a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(71, 130, 211, .45);
    opacity: 0;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.pdt-list .item figure a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 42px;
    height: 42px;
    line-height: 40px;
    font-size: 20px;
    background: transparent;
    border: 2px solid #ffffff;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.pdt-list .item h3,
.pdt-details .item h3 {
    text-align: center;
    background: #fff;
    margin: 0;
}

.pdt-details .item h3{
    background: #aaa
}

.pdt-list .item h3 a,
.pdt-details .item h3 span {
    color: #333333;
    font-size: 1rem;
    padding: .8rem;
    display: block;
}

.pdt-details .item h3 span{
    color: #fff
}

.pdt-list .item:hover {
    box-shadow: 0 0 25px rgba(0, 0, 0, .2)
}

.pdt-list .item:hover figure img{
    transform: scale(1.2);
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.pdt-list .item:hover figure a {
    opacity: 1;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.pdt-list .item:hover h3 a {
    color: #4782d3
}

.sidebar .title {
    background: rgb(0, 65, 140);
    background: -moz-linear-gradient(-45deg, rgba(0, 65, 140, 1) 0%, rgba(71, 130, 211, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(0, 65, 140, 1) 0%, rgba(71, 130, 211, 1) 100%);
    background: linear-gradient(135deg, rgba(0, 65, 140, 1) 0%, rgba(71, 130, 211, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00418c', endColorstr='#4782d3', GradientType=1);
    color: #fff;
    padding: 1.2rem 1.5rem;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
}
.sidebar .card-accordion{
    border: 1px solid #dedede;
    border-top: none;
}
.sidebar .card-accordion-simple .card-header{
    margin-bottom: 0;
}
.sidebar .card-accordion-simple .card-header a{
    color: #f18009;
    padding: .8rem 2.2rem .8rem 1.5rem;
    font-size: .95rem;
    border-bottom: 1px solid #eaeaea;
}
.sidebar .card-accordion-simple .card-header a:before{
    top: 15px;
    right: 12px;
}
.sidebar .accordion-header a.collapsed{
    color: #555555
}
.sidebar .accordion-header a.collapsed.active,
.sidebar .accordion-header a.collapsed:hover{
    color: #f18009
}
.sidebar .card-accordion-simple .card-body{
    padding: 0
}
.sidebar .card-accordion-simple .card-body ul{
    margin: 0;
    padding: .5rem 2.2rem .5rem 1.5rem;
    background: #f0f0f0
}
.sidebar .card-accordion-simple .card-body ul li{
    padding: 0;
    list-style: none
}
.sidebar .card-accordion-simple .card-body ul li a{
    padding: .4rem 0;
    border-bottom: 1px solid #ccc;
    display: block;
    font-size: .9rem;
    color: #777
}
.sidebar .card-accordion-simple .card-body ul li:last-child a{
    border-bottom: none
}
.sidebar .card-accordion-simple .card-body ul li a:hover{
    color: #f18009
}
/* .sidebar .accordion-header a{
    color: #f18009
} */

.footer address {
    text-align: right;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: .9rem;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.footer address ul {
    padding: 0;
    margin: 0
}

.footer address ul li {
    display: inline-block;
    list-style: none;
    margin-left: 20px;
    color: rgba(255, 255, 255, .7)
}

.footer address ul li .title {
    color: #fff;
}

.footer .copyright {
    color: rgba(255, 255, 255, .7);
    text-align: right;
}

.footer {
    border-top: 3px solid #f4993a;
}

.locations{
    background: #ffffff;
    border-radius: 5px;
    padding: 40px 30px;
}
.locations .item{
    margin-bottom: 35px;
}
.locations .item:last-child{
    margin-bottom: 0
}
.locations .item:hover{
    box-shadow: none
}
.locations .item .tag{
    background: #00418c;
    padding: 5px 15px;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 15px;
}
.locations .item .company{
    font-size: 22px;
    font-weight: bold;
    color: #00418c;
    text-align: left;
    margin-bottom: 16px;
}
.locations .item ul.info{
    padding: 0;
    margin: 0
}
.locations .item ul li{
    list-style: none;
    display: flex;
    font-size: 14px;
}
.locations .item ul li .title{
    width: 70px;
    font-weight: bold;
    color: #333
}
.locations .item ul li .title i{
    width: 15px;
}
.locations .item ul li .info{
    width: calc(100% - 70px)
}

@media (max-width: 992px) {
    .page-demos .demos-navbar.navbar.navbar-dark.bg-dark {
        padding-top: .6rem;
        padding-bottom: .6rem;
    }
}

/*
Template responsive style
*/

@media (max-width: 991px) {
    .dropdown-menu {
        box-shadow: none;
    }
    .dropdown-submenu>.dropdown-menu {
        display: block;
        padding-left: 15px;
    }
    .search-inline .form-control {
        font-size: 14px;
    }
    .search-inline button[type="submit"] {
        width: 20px;
        background-color: transparent;
        color: #333;
    }
    .vtimeline-icon {
        margin-left: 0px;
    }
    .page-timeline:before,
    .page-timeline:after {
        left: 23px;
    }
    .vtimeline-date {
        display: none;
    }
    .vtimeline-content {
        margin-left: 55px;
    }
    .mega-title {
        margin-bottom: 0px;
        padding-top: 15px;
    }
    .nav-sticky-top {
        position: relative !important;
        height: auto !important;
    }
    .sticky-wrapper {
        height: auto !important;
    }
    .navbar-right-elements {
        top: 8px;
    }
    .dropdown-submenu>.dropdown-menu {
        margin-left: 0px;
    }
    .navbar.navbar-dark .navbar-right-elements .list-inline>li>a {
        color: #fff;
    }
    .navbar.navbar-transparent.nav-sticky .navbar-brand .logo.logo-dark {
        width: 257px;
    }
    .index-service .wrapper .item{
        width: calc(100% / 2)
    }
    .f-logo{
        text-align: center;
        margin-bottom: 20px;
    }
    .f-logo img{
        width: 300px;
    }
    .sidebar .card-accordion-simple .card-header a{
        font-size: 14px;
    }
    .title-space-md{
        padding-top: 7em;
        padding-bottom: 3em
    }
    .footer address,
    .footer .copyright{
        text-align: center
    }

    .navbar-right-elements .list-inline>li>a{
        padding: 7px 0 0 0
    }
}

@media all and (max-width: 767px) {
    .hero-text-style1 .h1,
    .fullscreen h2,
    .fullscreen h1 {
        font-size: 1.8em !important;
        line-height: 1.31818182em;
    }
    h1,
    .h1 {
        font-size: 2.35714em !important;
        line-height: 1.36364em !important;
    }
    h2,
    .h2 {
        font-size: 1.78571em !important;
        line-height: 1.5em !important;
    }
    h3,
    .h3 {
        font-size: 1.35714em !important;
        line-height: 1.85714em !important;
    }
    .lead {
        font-size: 1.35714em !important;
        line-height: 1.36842em !important;
    }
    .index-ab3 .quality .item{
        margin-bottom: 30px;
    }
    .index-service .wrapper .item{
        width: 100%
    }
    .index-ab2 .wrapper .item{
        width: 100%
    }
}

@media (max-width: 576px) {
    .container {
        width: 100%;
    }
    .bg-style3::after{
        left: -10px;
        top: 0;
        width: 70vw;
        opacity: .09;
    }
    .navbar.navbar-transparent.nav-sticky .navbar-brand .logo.logo-dark {
        width: 200px;
    }
    .index-ab2 .wrapper .item{
        padding: 3rem
    }
    .index-ab2 .wrapper .item .title{
        padding: 1.5rem
    }
    .index-ab2 .wrapper .item .title .md{
        font-size: 2rem
    }
}
.sp1 {
    margin-top: 40px;
    color: #00418c;
    border-bottom: 1px dashed rgba(241, 128, 9, 0.24);
}
.sp1:first-child {
    margin-top: 0;
}

/* 2024/10/29 */
.index-ab2 .wrapper .item,.index-ab2 .wrapper .item .title{
    padding: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.index-ab2 .wrapper .item .title{
    min-height: 278px;
}

.index-ab2 .wrapper .item .title .lg{
    font-size: 3.5rem;
}

.index-ab2 .wrapper .item .title{
    width: 100%;
}

@media screen and (max-width:1500px) {
    .index-ab2 .wrapper .item,.index-ab2 .wrapper .item .title{
        padding: 24px;
    }
}

@media screen and (max-width:1200px) {
    .index-ab2 .wrapper .item,.index-ab2 .wrapper .item .title{
        padding: 20px;
        width: 100%;
    }

    .index-ab2 .wrapper .item .title{
        min-height: 280px;
    }
}

@media screen and (max-width:768px) {
    .index-ab2 .wrapper .item .title .lg{
        font-size: 3rem;
    }

    .index-ab2 .wrapper .item .title .md{
        font-size: 2.5rem;
    }


    .index-ab2 .wrapper .item .title{
        min-height: 200px;
    }  
}

@media screen and (max-width:600px) {
    .index-ab2 .wrapper .item .title .lg{
        font-size: 2rem;
    }

    .index-ab2 .wrapper .item .title .md{
        font-size: 1.5rem;
    }

    .index-ab2 .wrapper .item,.index-ab2 .wrapper .item .title{
        padding: 16px;
    }
}