/*! -----------------------------------------------------------------
[Master Stylesheet]

Project:     SMC Advisors
Version:     1.0 - May 2018


------------------------------------------------------------------
[General Styles]
*/

body {
    background: #ffffff;
    font-family: "Open Sans", Arial, serif;
    line-height: 1.8;
    font-size: 16px;
    color: #586364;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-overflow-style: scrollbar;
    overflow-x: hidden;
}
@media (max-width: 991px) {
    body {
    background: #ffffff;
    font-family: "Open Sans", Arial, serif;
    line-height: 1.6;
    font-size: 12px;
    color: #586364;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-overflow-style: scrollbar;
    overflow-x: hidden;
}
}

img {
    max-width: 100%;
    height: auto;
}

iframe {
    border: 0;
}

.disable-hover {
    pointer-events: none;
}

::-moz-selection {
    background: #1ebaed;
    color: #fff !important;
}

::-webkit-selection {
    background: #1ebaed;
    color: #fff !important;
}

::selection {
    background: #1ebaed;
    color: #fff !important;
}

/* Hide search icon on iPhone 5/6 portrait */

@media (max-width: 375px) {
    .hidden-xxs {
        display: none;
    }
}

/*------------------------------------------------------------------
[Typography]
*/

a {
    color: #1ebaed;
    -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

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

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
    color: #2c3030;
}

p,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
blockquote {
    margin: 0 0 20px;
}

h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin: 0 0 10px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Open Sans", Arial, serif;
    line-height: 1.4;
    font-weight: 600;
    color: #2c3030;
}

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

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

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

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

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

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

.lead {
    line-height: 1.8;
    font-weight: 400;
    font-size: 16px;
}

.color-white {
    color: #ffffff !important;
}

.color-black {
	color: #222222 !important;
}

[class*="color-"] *:not(.btn) {
    color: inherit !important;
}

[class*="color-"] a:not(.btn) {
    color: inherit !important;
}

[class*="color-"] a:not(.btn):hover,
[class*="color-"] a:not(.btn):focus {
    opacity: 0.7;
}

.micro {
	font-size: 8px;
}
/*------------------------------------------------------------------
[Forms]
*/

.form-control {
    border: 0;
    box-shadow: none;
    border-radius: 0px;
    background-color: #ffffff;
    color: #586364;
    font-size: 14px;
    padding: 12px;
    height: 44px;
}

.form-control:focus {
    border-color: #1ebaed;
    box-shadow: none;
}

.form-group {
    margin-bottom: 20px;
}

/* --- [Form Sizes] --- */

.input-lg {
    height: 47px;
    font-size: 15px;
}

.input-sm {
    height: 39px;
    font-size: 13px;
}

/*------------------------------------------------------------------
[Tables]
*/

.table > thead > tr > th {
    border-bottom: 0;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
    font-weight: normal;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-top: 1px solid #eeeeee;
    padding: 12px;
}

.table-bordered {
    border-color: #eeeeee;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border-color: #eeeeee;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        margin-bottom: 0;
        border: 0;
    }
}

/*------------------------------------------------------------------
[Buttons]
*/

.btn {
    font-size: 14px;
    border-width: 2px;
    border-radius: 0;
    padding: 10px 28px;
    -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.btn:focus,
.btn.focus,
.btn.active.focus,
.btn.active:focus,
.btn:active.focus,
.btn:active:focus {
    outline: 0;
}

/* --- [Button Sizes] --- */

.btn-lg {
    padding: 12px 32px;
    font-size: 15px;
}

.btn-sm {
    padding: 8px 24px;
    font-size: 13px;
}

/* --- [Button Colors] --- */

.btn.btn-brand {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #2c3030;
}

.btn.btn-brand:hover,
.btn.btn-brand:focus {
    background-color: #2c3030;
    border-color: #2c3030;
    color: #ffffff;
}

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

.btn.btn-white:hover,
.btn.btn-white:focus {
    background-color: #6ccff6;
    border-color: #6ccff6;
    color: #222222;
}
.btn.btn-blue {
    background-color: #6ccff6;
    border-color: #6ccff6;
    color: #222222;
}

.btn.btn-blue:hover,
.btn.btn-blue:focus {
    background-color: #fff;
    border-color: #fff;
    color: #2c3030;
}
.btn.btn-dark {
    background-color: #2c3030;
    border-color: #2c3030;
    color: #fff;
}

.btn.btn-dark:hover,
.btn.btn-dark:focus {
    background-color: #fff;
    border-color: #fff;
    color: #2c3030;
}



/*------------------------------------------------------------------
[Icon box]
*/

.box-icon {
    padding: 35px 0;
}

.box-icon .icon-box-icon {
    font-size: 38px;
    color: #222222;
    margin: 0 0 10px;
}

.box-icon p:last-child {
    margin: 0;
}

/*------------------------------------------------------------------
[Icon Preview]
*/

.fa-hover.col-md-3.col-sm-4 {
    border: 1px solid #f5f5f5;
    margin: -1px 0 0 -1px;
    padding: 0;
    font-size: 13px;
    padding: 10px;
}

.fa-hover.col-md-3.col-sm-4 > a > .fa {
    margin-right: 5px;
}

span.box1 {
    border: 1px solid #f5f5f5;
    display: block;
    width: 25%;
    float: left;
    padding: 10px;
    font-size: 13px;
    margin: -1px 0 0 -1px;
}


/*------------------------------------------------------------------
[Testimonials]
*/

.testimonial-image img {
	width: 300px;
}

.testimonial {
    font-size: 24px;
    margin-bottom: 25px;
}

.testimonial-image {
    margin-bottom: 15px;
}

.testimonial-author {
    margin-bottom: 20px;
}

.owl-prev,
.owl-next {
    line-height: 1;
    font-size: 32px;
    display: inline-block;
    margin: 20px 0 0;
}

.owl-prev :hover,
.owl-next :hover {
    opacity: 0.7;
}



/*------------------------------------------------------------------
[Features Box]
*/

.feature {
    text-align: center;
    margin: 35px 0;
}


/*------------------------------------------------------------------
[Social Icons]
*/

.social-icons {
    list-style: none;
    padding: 20px 0;
    margin: 0;
}

.social-icons > li {
    display: inline-block;
}

.social-icons > li > a {
    background: none;
    margin: 0 20px 15px 0;
    color: #ffffff;
    opacity: 1;
}

.social-icons > li > a:hover,
.social-icons > li > a:focus {
    opacity: 1;
}

.social-icons > li > a:hover > .fa-facebook,
.social-icons > li > a:focus > .fa-facebook {
    color: #3b5998 !important;
}

.social-icons > li > a:hover > .fa-twitter,
.social-icons > li > a:focus > .fa-twitter {
    color: #00aced !important;
}


.social-icons > li > a:hover > .fa-linkedin,
.social-icons > li > a:focus > .fa-linkedin {
    color: #007bb6 !important;
}


/*!------------------------------------------------------------------
[Preloader]
*/

.page-loader {
    background: #ffffff;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9998;
}

.loader {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    background-color: transparent;
    border: 2px solid #eeeeee;
    border-radius: 50%;
}

.loader:after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 46px;
    height: 46px;
    padding: 2px;
    border-width: 2px;
    border-style: solid;
    border-color: #1ebaed transparent transparent transparent;
    border-radius: 50%;
            box-sizing: border-box;
    -webkit-box-sizing: border-box;
            animation: ringrotate 0.8s infinite cubic-bezier(0.5, 0.49, 0.49, 0.49);
    -webkit-animation: ringrotate 0.8s infinite cubic-bezier(0.5, 0.49, 0.49, 0.49);
}

@keyframes ringrotate {
    0% {
        -webkit-transform: rotateZ(0deg);
                transform: rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateZ(360deg);
                transform: rotateZ(360deg);
    }
}

@-webkit-keyframes ringrotate {
    0% {
        -webkit-transform: rotateZ(0deg);
                transform: rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateZ(360deg);
                transform: rotateZ(360deg);
    }
}



/*------------------------------------------------------------------
[Header & Navigation]
*/

.header.headroom--top {
    background-color: #2c3030;
}

.header.headroom--pinned {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

.header.headroom--unpinned {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
}

.header.one-page-header.headroom--unpinned {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

.header {
    position: fixed;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1);
    z-index: 1000;
    height: 100px;
    width: 100%;
    -webkit-transition: height 0.3s ease-out,
                        background 0.3s ease-out,
                        box-shadow 0.3s ease-out,
                        -webkit-transform 0.5s;
            transition: height 0.3s ease-out,
                background 0.3s ease-out,
                box-shadow 0.3s ease-out,
                -webkit-transform 0.5s;
            transition: height 0.3s ease-out,
                background 0.3s ease-out,
                box-shadow 0.3s ease-out,
                transform 0.5s;
            transition: height 0.3s ease-out,
                background 0.3s ease-out,
                box-shadow 0.3s ease-out,
                transform 0.5s,
                -webkit-transform 0.5s;
}

.header.headroom--not-top {
    background-color: #2c3030;
    height: 100px;
}

.header.header-dark {
    background-color: #2c3030;
}

.header .container {
    position: relative;
    display: table;
    height: 100%;
}

.nav-row {
    position: relative;
}

.inner-header {
    vertical-align: middle;
}

.inner-nav {
    text-align: center;
}

.extra-nav,
.inner-header {
    min-width: 180px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.nav-toogle,
.inner-header,
.inner-navigation {
    display: table-cell;
    height: 100%;
}

.inner-nav,
.inner-navigation {
    width: 100%;
}

.inner-navigation-inline {
    display: inline-table;
    height: 100%;
    width: 100%;
}

.inner-nav,
.extra-nav {
    display: table-cell;
    height: 100%;
}

.extra-nav {
    white-space: nowrap;
}

.nav-toogle {
    display: none;
}

.inner-nav > ul,
.extra-nav > ul {
    list-style: none;
    height: 100%;
    padding: 0;
    margin: 0;
}

.inner-nav > ul > li,
.extra-nav > ul > li {
    display: inline-block;
    height: 100%;
}

.inner-nav > ul > li > a,
.extra-nav > ul > li > a {
    display: block;
    padding: 0 15px;
    line-height: 24px;
    color: #ffffff;
    height: 100%;
}

.inner-nav > ul > li > a:hover,
.inner-nav > ul > li > a.active,
.extra-nav > ul > li > a:hover,
.extra-nav > ul > li > a.active {
    color: #1ebaed;
}

.inner-nav > ul > li > a::after,
.inner-nav > ul > li > a::before,
.extra-nav > ul > li > a::after,
.extra-nav > ul > li > a::before {
    content: "";
    display: block;
    height: 50%;
    height: 17px;
    height: calc(50% - 12px);
}

.has-submenu.submenu-open > a {
    color: #1ebaed;
}


.has-submenu.submenu-left {
    position: relative;
}

.has-submenu.submenu-left .submenu {
    right: 0;
}

.nav-box .form-control {
    width: auto;
}



@media (min-width: 992px) {
    .inner-navigation.collapse {
        display: table-cell !important;
    }
}

@media (max-width: 991px) {
    .header {
        background: #2c3030 !important;
    }

    .nav-toogle {
        display: table-cell;
        vertical-align: middle;
        text-align: right;
    }

    .inner-navigation,
    .inner-navigation-inline,
    .inner-nav,
    .extra-nav {
        height: auto;
    }

    .inner-nav ul > li,
    .extra-nav ul > li {
        display: block;
        height: auto;
    }

    .inner-nav ul > li > a,
    .extra-nav ul > li > a {
        display: block;
    }

    .inner-nav ul > li > a::after,
    .inner-nav ul > li > a::before,
    .extra-nav ul > li > a::after,
    .extra-nav ul > li > a::before {
        content: none;
    }

    .inner-navigation {
        position: absolute;
        background: #2c3030;
        max-height: 400px;
        width: 100%;
        left: 0;
        top: 100%;
    }

    .inner-navigation.in {
        overflow-y: auto;
    }

    .inner-navigation-inline {
        display: block;
        padding: 30px 15px;
    }

    .inner-nav,
    .extra-nav {
        text-align: left;
        display: block;
    }

    .extra-nav ul {
        border: 0;
        padding: 0;
        margin: 0;
    }

    .inner-navigation.collapse {
        display: none;
    }

    .inner-navigation.collapse.in {
        display: block;
    }

    .inner-nav > ul > li > a,
    .extra-nav > ul > li > a,
    .submenu li > a,
    .submenu > li > a {
        padding: 10px 0;
        box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1);
    }

    .inner-nav > ul > li > a:hover,
    .extra-nav > ul > li > a:hover,
    .submenu li > a:hover,
    .submenu > li > a:hover {
        background: transparent;
        padding: 10px 0;
    }

    .submenu .nav-box,
    .submenu .submenu-title {
        padding: 20px 0 10px;
    }

    .submenu .has-submenu.submenu-open > a {
        background: transparent;
    }

    .submenu {
        border: 0;
        padding: 0 0 0 15px;
    }

    .submenu,
    .submenu .submenu,
    .submenu.submenu-mega {
        background: transparent;
        background-image: none !important;
        display: none;
        margin: 0;
    }

    .submenu-open > .submenu {
        position: static;
        display: block !important;
    }

    .submenu-mega > li:not(:last-child) {
        border: 0;
    }

    .submenu-mega > li {
        display: block;
        width: 100%;
        padding: 0;
    }

    .nav-box .form-control {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .header .container {
        width: 100%;
    }

    .inner-navigation-inline {
        display: block;
    }
}

/*------------------------------------------------------------------
[Modules]
*/
.wrapper {
	overflow-x: hidden;
}

.module,
.module-sm,
.module-xs {
    background-color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: relative;
    padding: 180px 0;
}

.module.divider,
.module-sm.divider,
.module-xs.divider {
    border-bottom: 1px solid #eeeeee;
}

.module-dark {
    background: #2c3030;
}

.bg-purple {
	background-color: #aebde1;
}

.bg-blue {
	background-color: #6ccff6;
}

.bg-darker {
	background-color: #2c3030;
}

.module-sm {
    padding: 150px 0;
}

.module-xs {
    padding: 45px 0;
}

.header + .wrapper .module:first-child {
    padding-top: 260px;
}

.header + .wrapper .module-sm:first-child {
    padding-top: 170px;
}

.header + .wrapper .module-xs:first-child {
    padding-top: 125px;
}

.module.parallax,
.module-sm.parallax,
.module-xs.parallax {
    background-color: transparent !important;
}

.module-header {
    margin: 0 0 90px;
}

.divider-line:after {
    display: block;
    background: #c78f53;
    content: " ";
    margin: 20px auto 20px 0;
    opacity: .6;
    height: 2px;
    width: 100px;
}

.text-center .divider-line:after {
    margin: 30px auto 0;
}

.text-right .divider-line:after {
    margin: 20px 0 20px auto;
}

.pull-image .container {
    position: relative;
}

.pull-image .container div[class*='col-'] {
    position: absolute;
}

.pull-image .vertical-middle {
    position: relative;
    top: 50%;
    z-index: 2;
    -webkit-perspective: 1000;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
}

.pull-image .pull-image-right {
    right: 0;
}

@media (max-width: 990px) {
    .pull-image .container div[class*='col-'] {
        position: relative;
        top: 0;
        -webkit-transform: none;
                transform: none;
    }
}

.side-background {
    position: relative;
    padding: 0;
}

.side-background .background-container {
    position: absolute;
    overflow: hidden;
    width: 100%;
    padding: 0;
    top: 0;
}

.side-background .background-side {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    z-index: 0;
    background-position: 50% 50% !important;
}

.side-background .content-side {
    padding-top: 180px;
    padding-bottom: 180px;
}

/*------------------------------------------------------------------
[Module Hero]
*/

.module-hero {
    background-color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: relative;
    padding: 0;
    height: 70vh;
    overflow: hidden;
}

.module-hero.parallax {
    background-color: transparent;
}

.hero-caption {
    position: relative;
    display: table;
    height: 100%;
    width: 80%;
    margin: 0 auto;
    z-index: 2;
}

.hero-text {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.fullheight {
    height: 100vh;
}

@media (max-width: 991px) {
    .module-hero {
        height: auto;
        padding: 240px 0;
    }
}

/*------------------------------------------------------------------
[Alfa Backgrounds]
*/

.bg-black-alfa-30:before,
.bg-black-alfa-60:before,
.bg-black-alfa-90:before {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    content: "";
    left: 0;
    top: 0;
}

.bg-black-alfa-30:before {
    background: rgba(13, 13, 13, 0.3);
}

.bg-black-alfa-60:before {
    background: rgba(13, 13, 13, 0.6);
}

.bg-black-alfa-90:before {
    background: rgba(13, 13, 13, 0.9);
}

.bg-dark {
    background: #4c4d4f;
}

/*------------------------------------------------------------------
[Multi-columns-row]
*/

.multi-columns-row .first-in-row {
    clear: left;
}

.multi-columns-row .col-xs-6:nth-child(2n + 3) {
    clear: left;
}

.multi-columns-row .col-xs-4:nth-child(3n + 4) {
    clear: left;
}

.multi-columns-row .col-xs-3:nth-child(4n + 5) {
    clear: left;
}

.multi-columns-row .col-xs-2:nth-child(6n + 7) {
    clear: left;
}

.multi-columns-row .col-xs-1:nth-child(12n + 13) {
    clear: left;
}

@media (min-width: 768px) {
    .multi-columns-row .col-xs-6:nth-child(2n + 3) {
        clear: none;
    }

    .multi-columns-row .col-xs-4:nth-child(3n + 4) {
        clear: none;
    }

    .multi-columns-row .col-xs-3:nth-child(4n + 5) {
        clear: none;
    }

    .multi-columns-row .col-xs-2:nth-child(6n + 7) {
        clear: none;
    }

    .multi-columns-row .col-xs-1:nth-child(12n + 13) {
        clear: none;
    }

    .multi-columns-row .col-sm-6:nth-child(2n + 3) {
        clear: left;
    }

    .multi-columns-row .col-sm-4:nth-child(3n + 4) {
        clear: left;
    }

    .multi-columns-row .col-sm-3:nth-child(4n + 5) {
        clear: left;
    }

    .multi-columns-row .col-sm-2:nth-child(6n + 7) {
        clear: left;
    }

    .multi-columns-row .col-sm-1:nth-child(12n + 13) {
        clear: left;
    }
}

@media (min-width: 992px) {
    .multi-columns-row .col-sm-6:nth-child(2n + 3) {
        clear: none;
    }

    .multi-columns-row .col-sm-4:nth-child(3n + 4) {
        clear: none;
    }

    .multi-columns-row .col-sm-3:nth-child(4n + 5) {
        clear: none;
    }

    .multi-columns-row .col-sm-2:nth-child(6n + 7) {
        clear: none;
    }

    .multi-columns-row .col-sm-1:nth-child(12n + 13) {
        clear: none;
    }

    .multi-columns-row .col-md-6:nth-child(2n + 3) {
        clear: left;
    }

    .multi-columns-row .col-md-4:nth-child(3n + 4) {
        clear: left;
    }

    .multi-columns-row .col-md-3:nth-child(4n + 5) {
        clear: left;
    }

    .multi-columns-row .col-md-2:nth-child(6n + 7) {
        clear: left;
    }

    .multi-columns-row .col-md-1:nth-child(12n + 13) {
        clear: left;
    }
}

@media (min-width: 1200px) {
    .multi-columns-row .col-md-6:nth-child(2n + 3) {
        clear: none;
    }

    .multi-columns-row .col-md-4:nth-child(3n + 4) {
        clear: none;
    }

    .multi-columns-row .col-md-3:nth-child(4n + 5) {
        clear: none;
    }

    .multi-columns-row .col-md-2:nth-child(6n + 7) {
        clear: none;
    }

    .multi-columns-row .col-md-1:nth-child(12n + 13) {
        clear: none;
    }

    .multi-columns-row .col-lg-6:nth-child(2n + 3) {
        clear: left;
    }

    .multi-columns-row .col-lg-4:nth-child(3n + 4) {
        clear: left;
    }

    .multi-columns-row .col-lg-3:nth-child(4n + 5) {
        clear: left;
    }

    .multi-columns-row .col-lg-2:nth-child(6n + 7) {
        clear: left;
    }

    .multi-columns-row .col-lg-1:nth-child(12n + 13) {
        clear: left;
    }
}

/*------------------------------------------------------------------
[Row as Table]
*/

.row-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.col-height {
    display: table-cell;
    float: none;
    height: 100%;
}

.col-top {
    vertical-align: top;
}

.col-middle {
    vertical-align: middle;
}

.col-bottom {
    vertical-align: bottom;
}

@media (min-width: 480px) {
    .row-xs-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .col-xs-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-xs-top {
        vertical-align: top;
    }

    .col-xs-middle {
        vertical-align: middle;
    }

    .col-xs-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 768px) {
    .row-sm-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .col-sm-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-sm-top {
        vertical-align: top;
    }

    .col-sm-middle {
        vertical-align: middle;
    }

    .col-sm-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 992px) {
    .row-md-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .col-md-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-md-top {
        vertical-align: top;
    }

    .col-md-middle {
        vertical-align: middle;
    }

    .col-md-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 1200px) {
    .row-lg-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .col-lg-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-lg-top {
        vertical-align: top;
    }

    .col-lg-middle {
        vertical-align: middle;
    }

    .col-lg-bottom {
        vertical-align: bottom;
    }
}






/*------------------------------------------------------------------
[Reviews]
*/

.reviews {
    margin: 0 0 70px;
}

.reviews-title,
.reviews-reply-title {
    margin: 0 0 40px;
}


/*------------------------------------------------------------------
[Widgets]
*/

.widget {
    margin: 0 0 50px;
    padding: 0 45px;
}

.widget > *:last-child {
    margin-bottom: 0;
}

.widget .widget-title {
    margin: 0 0 20px;
}


/* --- [ Links and Latest Posts Widgets ] --- */

.widget-links ul,
.widget-latest-posts ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget-links ul > li,
.widget-latest-posts ul > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 10px 0;
}

.widget-latest-posts ul > li > ul > li {
    border-bottom: 0px solid rgba(255, 255, 255, 0.05);
    padding: 10px 0;
}

.widget-links ul > li:first-child,
.widget-latest-posts ul > li:first-child {
    padding-top: 0;
}

.widget-links ul > li:last-child,
.widget-latest-posts ul > li:last-child {
    border: 0;
    padding-bottom: 0;
}

.widget-links ul > li > a,
.widget-latest-posts ul > li > a {
    display: block;
}

.widget-latest-posts ul > li > span {
    opacity: 0.7;
}


/*------------------------------------------------------------------
[Footer]
*/

.footer {
	 background: #2c3030;
}


.footer-bottom {
    position: relative;
    background: #2c3030;
}

.footer a,
.footer-bottom a {
    color: #ffffff;
}

.footer a:hover,
.footer a:focus,
.footer-bottom a:hover,
.footer-bottom a:focus {
    color: #1ebaed;
}

.footer {
    padding: 90px 0 40px;
    color: #ffffff;
}

.footer h1,
.footer .h1,
.footer h2,
.footer .h2,
.footer h3,
.footer .h3,
.footer h4,
.footer .h4,
.footer h5,
.footer .h5,
.footer h6,
.footer .h6 {
    color: #ffffff;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 15px 0;
}

.footer-bottom p,
.footer-bottom ul {
    margin: 0;
}

.footer-bottom .widget {
    margin: 10px 0;
}

.footer-bottom .social-icons {
    text-align: right;
    padding: 0;
}

.footer-bottom .social-icons > li > a {
    margin: 0 20px 0 0;
    opacity: 0.5;
}

.footer-bottom .social-icons > li > a:hover,
.footer-bottom .social-icons > li > a:focus {
    opacity: 1;
}

@media (max-width: 991px) {
    .footer-bottom .widget,
    .footer-bottom .social-icons {
        text-align: center;
    }
}
 

/*------------------------------------------------------------------
[Bounce]
*/
.bounce {
 animation: bounce 2s infinite;
 -webkit-animation: bounce 2s infinite;
 -moz-animation: bounce 2s infinite;
 -o-animation: bounce 2s infinite;
}
 
@-webkit-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
 40% {-webkit-transform: translateY(-30px);}
 60% {-webkit-transform: translateY(-15px);}
}
 
@-moz-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
 40% {-moz-transform: translateY(-30px);}
 60% {-moz-transform: translateY(-15px);}
}
 
@-o-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
 40% {-o-transform: translateY(-30px);}
 60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
 0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
 40% {transform: translateY(-30px);}
 60% {transform: translateY(-15px);}
}

/*------------------------------------------------------------------
[Padding]
*/

.left-fifteen {
	padding: 10px 0 0 23px;
}

.right-fifteen {
	padding: 10px 23px 0 0;
}

.right-five {
	padding: 10px 23px 0 0;
}

.left-five {
	padding: 10px 0 0 23px;
}
/*
 * Row with equal height columns
 * --------------------------------------------------
 */

	
@media (min-width: 768px) {
    .services-mobile {
		display: none;
}
	
}
 
@media (max-width: 767px) {
    .services-desktop {
		display: none;
}
	
} 

/*
 * Icon Colors
 * --------------------------------------------------
 */
.icon-col-1 {
	color:#aebde1;
}

.icon-col-2 {
	color:#a0c9eb;
}

.icon-col-3 {
	color:#2c3030;
}

.icon-col-4 {
	color:#6dcff6;
}

.icon-col-5 {
	color:#44c8f5;
}

.icon-col-6 {
	color:#1ab9ec;
}


