/**
Reset Styles
*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
}

body {
    color: #141412;
    line-height: 1.5;
    margin: 0;
}

a {
    color: #ca3c08;
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    color: #ea9629;
    outline: 0;
}

a:hover {
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: Bitter, Georgia, serif;
    line-height: 1.3;
}

h1 {
    font-size: 48px;
    margin: 33px 0;
}

h2 {
    font-size: 30px;
    margin: 25px 0;
}

h3 {
    font-size: 22px;
    margin: 22px 0;
}

h4 {
    font-size: 20px;
    margin: 25px 0;
}

h5 {
    font-size: 18px;
    margin: 30px 0;
}

h6 {
    font-size: 16px;
    margin: 36px 0;
}

address {
    font-style: italic;
    margin: 0 0 24px;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

p strong {
    font-weight: 400;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

p {
    margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 14px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

pre {
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

blockquote {
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 24px 40px;
}

blockquote blockquote {
    margin-right: 0;
}

blockquote cite,
blockquote small {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

blockquote em,
blockquote i {
    font-style: normal;
    font-weight: 300;
}

blockquote strong,
blockquote b {
    font-weight: 400;
}

small {
    font-size: smaller;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl {
    margin: 0 20px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 20px;
}

menu,
ol,
ul {
    margin: 16px 0;
    padding: 0 0 0 40px;
}

ul {
    list-style-type: square;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

li > ul,
li > ol {
    margin: 0;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    min-width: inherit;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}

button,
input {
    line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    padding-right: 2px;
    /* Don't cut off the webkit search cancel button */
    width: 270px;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

caption {
    font-size: 16px;
    margin: 20px 0;
}

th {
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}

del {
    color: #333;
}

ins {
    background: #fff9c0;
    text-decoration: none;
}

hr {
    background-size: 4px 4px;
    border: 0;
    height: 1px;
    margin: 0 0 24px;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
    color: #7d7b6d;
}

:-moz-placeholder {
    color: #7d7b6d;
}

::-moz-placeholder {
    color: #7d7b6d;
}

:-ms-input-placeholder {
    color: #7d7b6d;
}

/**
Typography Styles
*/

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    font-size: 18px;
    line-height: 28px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Josefin Sans", sans-serif;
    color: #4B4B4B;
    font-weight: 300;
}

img {
    max-width: 100%;
}

::-webkit-input-placeholder {
    color: #afafaf;
    font-size: 16px;
}

:-moz-placeholder {
    color: #afafaf;
    font-size: 16px;
}

::-moz-placeholder {
    color: #afafaf;
    font-size: 16px;
}

:-ms-input-placeholder {
    color: #afafaf;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
dl,
dd,
menu,
ol,
ul,
table,
caption,
hr {
    margin: 0;
    margin-bottom: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Josefin Sans", sans-serif;
    line-height: 1.3;
}

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

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

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

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

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

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h1,
    .h1 {
        font-size: 36px;
    }

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

@media only screen and (max-width: 767px) {
    h1,
    .h1 {
        font-size: 32px;
    }

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

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

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

@media only screen and (max-width: 575px) {
    h1,
    .h1 {
        font-size: 28px;
    }

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

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

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

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    font-weight: 700;
}

h4,
.h4 {
    font-weight: 600;
}

h5,
.h5,
h6,
.h6 {
    font-weight: 500;
}

a {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

input,
select {
    height: 45px;
    line-height: 45px;
}

input,
select,
textarea {
    background: transparent;
    border: 1px solid #d9d9d9;
    padding: 0 20px;
    width: 100%;
    font-size: 16px;
    color: #afafaf;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 300;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
    outline: none;
    border-color: #00AC1F;
}

option {
    font-weight: 300;
}

.section-padding--xlg {
    padding: 80px 0;
}

/* top header */

.bg--white {
    background: #ffffff;
}

.bg--blue {
    background: #1273c0;
}

.color--theme {
    color: #00AC1F;
}

.section-padding--sm {
    padding: 100px 0;
}

.bg--abstruct-mask {
    position: relative;
}

.bg--grey--light {
    background: #f2f2f2;
}

.section-padding--md {
    padding: 120px 0;
}

.bg--dark--light {
    background: #2a2a2a;
}

.cr-btn {
    display: inline-block;
    height: 45px;
    background: #00AC1F;
    padding: 10px 30px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    vertical-align: middle;
    overflow: hidden;
    border: 1px solid #00AC1F;
    -webkit-transition: border-color 0.5s ease-in-out 0s;
    -moz-transition: border-color 0.5s ease-in-out 0s;
    -ms-transition: border-color 0.5s ease-in-out 0s;
    -o-transition: border-color 0.5s ease-in-out 0s;
    transition: border-color 0.5s ease-in-out 0s;
}

.cr-btn.cr-btn--lg {
    height: 38px;
    padding: 6px 12px;
}
.section-title {
    text-transform: uppercase;
}
/* header */

/**
Header Styles
*/

/* Header Top Styles */

.header__top__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.header__top__info {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.header__top__info li {
    display: inline-block;
    padding: 0 10px;
}

.header__top__info li:first-child {
    padding-left: 0;
}

.header__top__info li:last-child {
    padding-right: 0;
}

.header__top__info li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.header__top__info li a [class^="flaticon-"]:before,
[class*=" flaticon-"]:before {
    font-size: 14px;
}

.header__top__info li a i {
    padding-right: 7px;
}

.header__top__info li a:hover {
    color: #00AC1F;
}

/* Header Bottom Styles */

.header__bottom__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.header__logo a {
    display: inline-block;
    padding: 10px 0;
}

/* Sticky Header */

.sticky--header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9991;
}

.sticky--header.is-sticky .header__bottom {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-animation: slideInDown 0.5s ease-in-out 1 both;
    -moz-animation: slideInDown 0.5s ease-in-out 1 both;
    -ms-animation: slideInDown 0.5s ease-in-out 1 both;
    -o-animation: slideInDown 0.5s ease-in-out 1 both;
    animation: slideInDown 0.5s ease-in-out 1 both;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.sticky--header.is-sticky .header__logo a {
    padding: 8px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header__top__info li {
        padding: 0 18px;
    }

    .sticky--header {
        position: relative;
    }
}

@media only screen and (max-width: 767px) {
    .header__top__inner {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        padding: 20px 0;
    }

    .header__top__info {
        margin-bottom: 15px;
        text-align: center;
    }
    .header__top__info li {
        padding: 0 20px;
    }
    .header__top__info li:first-child {
        padding-left: 20px;
    }
    .header__top__info li:last-child {
        padding-right: 20px;
    }

    .sticky--header {
        position: relative;
    }
}

@media only screen and (max-width: 575px) {
    .mean-container .mean-nav {
        width: 100%;
    }
}

/**
Navigation Styles
*/

.main-navigation {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.main-navigation > ul > li:hover > a {
    color: #00AC1F;
}

.main-navigation ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
}

.main-navigation ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding: 0 20px;
    /* Dropdown Menu Styles */
    /* Last Element */
}

.main-navigation ul li:first-child {
    padding-left: 0;
    color: #ff6c00;
    font-weight: 500;
}

.main-navigation ul li:last-child {
    padding-right: 0;
}

.main-navigation ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    color: #474747;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
}

.main-navigation ul li.cr-dropdown {
    /*    position: relative;*/
}

.main-navigation ul li.cr-dropdown > a:after {
    content: "\f107";
    font-family: fontAwesome;
    margin-left: 5px;
    line-height: 26px;
    display: inline-block;
    margin-top: -4px;
}

.main-navigation ul li.cr-dropdown .cr-dropdown-menu.menu-lg {
    width: 75%;
}

.main-navigation ul li.cr-dropdown .cr-dropdown-menu.menu-md {
    width: 50%;
}

.main-navigation ul li.cr-dropdown .cr-dropdown-menu.menu-sm {
    left: auto;
    right: auto;
    width: 230px;
}

.main-navigation ul li.cr-dropdown .cr-dropdown-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin: 0 auto;

    background: #ffffff;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 1;
    padding: 15px;
}

.main-navigation ul li.cr-dropdown .cr-dropdown-menu li {
    display: block;
    padding: 0;
    position: relative;
    /* Sub Dropdown Menu */
}

.main-navigation ul li.cr-dropdown .cr-dropdown-menu li a {
    display: block;
    font-size: 11.5px;
    background: #ffffff;
    color: #000;
    padding: 2px 0;
    letter-spacing: 0;
    position: relative;
    font-weight: 400;
    /*
    text-transform: capitalize;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
*/
}

.main-navigation ul li.cr-dropdown .cr-dropdown-menu li:hover > a {
    /*
    background: #f1f1f1;
    padding-left: 15px;
*/
    color: #00ac1f;
}

.main-navigation ul li.cr-dropdown .cr-dropdown-menu li.cr-dropdown-sub > a {
    position: relative;
}

.main-navigation ul li.cr-dropdown .cr-dropdown-menu li.cr-dropdown-sub > a:after {
    content: "\f105";
    font-family: fontAwesome;
    position: absolute;
    right: 15px;
    top: 50%;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
    font-size: 14px;
}

.main-navigation ul li.cr-dropdown .cr-dropdown-menu li ul {
    position: absolute;
    left: calc(100% + 15px);
    top: 0;
    width: 275px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    padding: 15px;
    background: #fff;
}

.main-navigation ul li.cr-dropdown .cr-dropdown-menu li:hover ul {
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

.main-navigation ul li:hover a:before {
    width: 100%;
}

.main-navigation ul li:hover .cr-dropdown-menu {
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

.main-navigation ul li.last-elements .cr-dropdown-menu {
    right: 0;
/*    left: auto;*/
}

.main-navigation ul li.last-elements .cr-dropdown-menu .cr-sub-dropdown-menu {
    left: auto;
    right: calc(100% + 15px);
    background: #fff;
}

.main-navigation ul ul {
    display: inline-block;
    background: #fff;
    float: left;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-navigation ul li {
        padding: 0 17px;
    }
}

/* banner area*/

.banner-area {
    position: relative;
    height: 275px;
    overflow: hidden;
}

.banner-area:after {
    content: '';
    background: #000;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: .6;
}
.banner-abs-title {
    position: absolute;
    top: 20%;
    text-align: center;
    width: 100%;
    color: #ffffff;
    z-index: 9;
}
.banner-abs-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    z-index: 9;
    text-align: center;
}
.banner-abs-content h4 {
    font-weight: 100;
    font-size: 18px;
    color: white;
}
.banner-abs-content .box {
    padding: 0px;
}
.banner-abs-content .box-inner {
    padding: 15px;
    background: #ff6c00;
    width: 80%;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
/**
About Area
*/

.about-area__image {
    min-height: 530px;
    height: 100%;
    position: relative;
}

.about-area__image img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.about-area__image:not(.about-area__image--right),
.about-area__image:not(.about-area__image2) {
    min-height: inherit;
}

.about-area__image:not(.about-area__image--right) img,
.about-area__image:not(.about-area__image2) img {
    max-width: inherit;
}

.about-area__image2 {
    padding: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    min-height: auto;
}

.about-area__image2 img {
    display: inline-block;
}

.about-area__image--right {
    min-height: auto;
    height: auto;
    padding-left: 22px;
    min-height: auto;
}

.about-area__image--right img {
    position: relative;
    max-width: 100%;
}

.about-area__content {
    padding-top: 160px;
    padding-bottom: 120px;
    padding-left: 25px;
}

.about-area__content ul li {
    padding: 4px;
}

.about-area__content h4 {
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #474747;
}

.about-area__content h3 {
    color: #303030;
    text-transform: uppercase;
    padding-right: 170px;
    margin-bottom: 25px;
}

.about-area__content a.cr-btn {
    margin-top: 27px;
}

.about-area__content2 {
    padding-top: 150px;
    padding-bottom: 65px;
    padding-left: 10px;
    padding-right: 10px;
}

.about-area__content2 h4 {
    margin-bottom: 5px;
}

.about-area__content2 h3,
.about-area__content2 h4 {
    text-transform: uppercase;
    padding-right: 240px;
    padding-left: 240px;
}

.about-area__content2 h3 {
    color: #303030;
}

.about-area__content2 .cr-readmore {
    margin-top: 20px;
}

.about-area__content--left {
    padding-left: 0;
    padding-right: 30px;
    padding-top: 0;
    padding-bottom: 30px;
}

.about-area__content--left h3 {
    padding-right: 70px;
}

.about-area__image__marker {
    position: absolute;
    right: -26px;
    bottom: 30px;
    font-size: 30px;
    color: #fff;
    background: #00AC1F;
    text-transform: uppercase;
    font-weight: 700;
    z-index: 1;
    padding: 20px 24px 11px 24px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .about-area__content {
        padding-top: 70px;
        padding-bottom: 10px;
    }
    .about-area__content h3 {
        padding-right: 60px;
    }

    .about-area__image:not(.about-area__image--right),
    .about-area__image:not(.about-area__image2) {
        min-height: inherit;
    }
    .about-area__image:not(.about-area__image--right) img,
    .about-area__image:not(.about-area__image2) img {
        max-width: 100%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-area__image:not(.about-area__image--right),
    .about-area__image:not(.about-area__image2) {
        min-height: inherit;
    }
    .about-area__image:not(.about-area__image--right) img,
    .about-area__image:not(.about-area__image2) img {
        max-width: 120%;
    }

    .about-area__content {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 0;
    }
    .about-area__content h3 {
        padding-right: 60px;
    }

    .about-area__content2 h3,
    .about-area__content2 h4 {
        padding-right: 140px;
        padding-left: 140px;
    }

    .about-area__content--left {
        padding-right: 0;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .about-area__image--right {
        padding-left: 0;
        max-height: auto;
        height: auto;
        max-height: auto;
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-area__image {
        padding: 50px 0;
        text-align: center;
        max-height: auto;
    }
    .about-area__image img {
        position: relative;
    }

    .about-area__content {
        padding-top: 15px;
        padding-bottom: 70px;
        padding-left: 60px;
        padding-right: 60px;
        text-align: center;
    }
    .about-area__content h3 {
        padding-right: 30px;
        padding-left: 30px;
    }

    .about-area__content2 {
        padding-top: 80px;
        padding-bottom: 45px;
    }
    .about-area__content2 h3,
    .about-area__content2 h4 {
        padding-right: 80px;
        padding-left: 80px;
    }

    .about-area__content--left {
        padding-top: 50px;
        padding-bottom: 0;
    }

    .about-area__image--right {
        display: inline-block;
        padding-left: 0;
        max-height: auto;
        height: auto;
        max-height: auto;
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .about-area__image {
        padding: 50px 0;
        text-align: center;
        max-height: auto;
    }
    .about-area__image img {
        max-width: 100%;
        position: relative;
    }

    .about-area__image:not(.about-area__image--right) img,
    .about-area__image:not(.about-area__image2) img {
        max-width: 100%;
    }

    .about-area__content {
        padding: 15px 0 70px;
        text-align: center;
    }
    .about-area__content h3 {
        padding-right: 30px;
        padding-left: 30px;
    }

    .about-area__content2 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .about-area__content2 h3,
    .about-area__content2 h4 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .about-area__content--left {
        padding-top: 50px;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .about-area__image--right {
        display: inline-block;
        padding-left: 0;
        max-height: auto;
        height: auto;
        max-height: auto;
        padding-top: 0;
        padding-bottom: 0;
    }

    .about-area__image__marker {
        right: 0;
        font-size: 18px;
        padding: 13px 20px 7px 20px;
    }
}

@media only screen and (max-width: 575px) {
    .about-area__content {
        padding-left: 0;
        padding-right: 0;
    }
    .about-area__content h3 {
        padding-right: 0;
        padding-left: 0;
    }
}

/**
Features area styles
*/

.features-area div[class^="col-"]:nth-child(odd) .feature {
    background: #1273c0;
}

.features-area div[class^="col-"]:nth-child(odd) .feature__icon {
    color: #fff;
}

.features-area div[class^="col-"]:nth-child(odd) .feature__content h4 {
    color: #fff;
}

.features-area div[class^="col-"]:nth-child(odd) .feature__content h4 a {
    color: #fff;
}

.features-area div[class^="col-"]:nth-child(odd) .feature__content p {
    color: #fff;
}

.feature {
    background: #f2f2f2;
    padding: 85px 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.feature__icon {
    color: #00AC1F;
    margin-right: 35px;
    font-size: 60px;
    height: 65px;
    width: 65px;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.feature__icon span {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.feature__icon span i {
    line-height: 65px;
}

.feature__icon span:first-child {
    top: 0;
}

.feature__icon span i:before {
    font-size: 40px;
}

.feature__icon span:last-child {
    top: 100%;
}

.feature__content {
    -webkit-flex-shrink: 100;
    -moz-flex-shrink: 100;
    -ms-flex-negative: 100;
    flex-shrink: 100;
}

.feature__content h4 {
    font-weight: 700;
    color: #00AC1F;
    margin-bottom: 10px;
}

.feature__content h4 a {
    color: #00AC1F;
}

.feature__content p {
    margin-bottom: 0;
}

.feature:hover .feature__icon span:first-child {
    top: -100%;
}

.feature:hover .feature__icon span:last-child {
    top: 0;
}

@media only screen and (min-width: 1600px) and (max-width: 1919px) {
    .feature {
        padding: 70px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .feature {
        padding: 80px 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .feature {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center;
        padding: 50px 30px;
    }

    .feature__icon {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature {
        padding: 70px 20%;
    }
}

@media only screen and (max-width: 767px) {
    .feature {
        padding: 70px 15%;
    }
}

@media only screen and (max-width: 575px) {
    .feature {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center;
        padding: 70px 8%;
    }

    .feature__icon {
        margin-right: 0;
    }

    .feature__content {
        padding-top: 40px;
    }
}

/*price table*/

.table.tablex td,
.table.tablex th {
    border: 1px solid #e9ecef;
    text-align: center !important;
    vertical-align: middle;
}

.tablex h1,
.tablex .h1,
.tablex h2,
.tablex .h2,
.tablex h3,
.tablex .h3 {
    margin-bottom: 0;
}

.text-sm {
    font-size: 12px;
    text-transform: initial;
}

.tablex .fa-check {
    color: #00ac1f;
}

.tablex .fa-times {
    color: #dc3545;
}

/**
Bars Styles
*/

.service__content h5 {
    text-transform: uppercase
}

.cr-bars {
    height: 100%;
    min-height: 360px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.cr-bar {
    width: 54px;
    height: 360px;
    position: relative;
    margin: 0 11px;
    text-align: center;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
}

.cr-bar:first-child {
    margin-left: 0;
}

.cr-bar:last-child {
    margin-right: 0;
}

.cr-bar:nth-child(n) .cr-bar__inner {
    background: #EFC418;
}

.cr-bar:nth-child(2n) .cr-bar__inner {
    background: #333982;
}

.cr-bar:nth-child(3n) .cr-bar__inner {
    background: #00AC1F;
}

.cr-bar:nth-child(4n) .cr-bar__inner {
    background: #EFC418;
}

.cr-bar:nth-child(5n) .cr-bar__inner {
    background: #EF785A;
}

.cr-bar__inner {
    background: #00AC1F;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
    padding-bottom: 23px;
}

.cr-bar__progress {
    position: absolute;
    left: 0;
    width: 100%;
    font-weight: 400;
    color: #8c8c8c;
    letter-spacing: 0.5px;
}

.cr-bar__title {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    left: 26%;
    bottom: -22px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 1px;
    transform-origin: 0 0;
}

.cr-bars__name {
    margin-top: 10px;
    display: block;
    margin-top: 8px;
}

/* Horaizontal Bars */

.cr-bars--horaizontal {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.cr-bar--horaizontal {
    height: 70px;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    width: 100%;
    margin: 0;
}

.cr-bar--horaizontal .cr-bar__inner {
    height: 35px;
}

.cr-bar--horaizontal .cr-bar__progress {
    bottom: 35px;
}

.cr-bar--horaizontal .cr-bar__title {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 20px;
    bottom: auto;
    padding-top: 1px;
    top: 0;
    line-height: 35px;
}

.service-area__bars:not(.text-center) .cr-bars__name {
    margin-top: 20px;
}

/*
 FAQ
*/

#accordion .card {
    margin-bottom: 5px
}

#accordion .card-header {
    padding: 7px;
    background-color: rgba(0, 0, 0, 0.01);
}

#accordion h5 {
    font-weight: 400;
}

#accordion h5 a {
    color: #495057;
    font-size: 16px;
}

#accordion .card-block {
    padding: 10px;
}

/**
Tax Calculation Area
*/

.taxcalc {
    overflow: hidden;
}

.taxcalc__content {
    background: url(../img/others/tax-calculation.jpg) no-repeat scroll center center;
    background-size: cover;
    position: relative;
    height: 100%;
    min-height: 575px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.taxcalc__content__inner {
    position: absolute !important;
    right: -10%;
    background: #f2f2f2;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    padding: 70px;
    width: 63%;
}

.taxcalc__content__inner p {
    margin-bottom: 0;
}

/* Taxcalulation calculator */

.taxcalc__calculation {
    padding: 125px 195px;
    margin-left: 45px;
}

.taxcalc__calculation .single-input {
    margin-left: 12px;
    margin-right: 12px;
    margin-top: 40px;
}

.taxcalc__calculation .single-input label {
    font-size: 14px;
    font-weight: 400;
    color: #565656;
    text-transform: uppercase;
}

.taxcalc__calculation .button-holder {
    margin-left: 12px;
    margin-right: 12px;
    margin-top: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
}

.taxcalc__calculation .button-holder span.equal-sign {
    color: #656464;
    font-size: 26px;
    line-height: 45px;
    padding: 0 15px;
    font-weight: 400;
}

.taxcalc__calculation .button-holder .single-input {
    -webkit-flex-shrink: 100;
    -moz-flex-shrink: 100;
    -ms-flex-negative: 100;
    flex-shrink: 100;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

.taxcalc__calculation__inner {
    margin-top: -45px;
}

@media only screen and (min-width: 1600px) and (max-width: 1919px) {
    .taxcalc__calculation {
        padding: 125px 100px;
    }

    .taxcalc__content__inner {
        width: 75%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .taxcalc__calculation {
        padding: 0px 15px;
        margin-left: 50px;
    }

    .taxcalc__content__inner {
        width: 80%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .taxcalc__content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
    }

    .taxcalc__content__inner {
        right: auto;
    }

    .taxcalc__calculation {
        padding: 80px 60px;
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .taxcalc__content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
    }

    .taxcalc__content__inner {
        right: auto;
    }

    .taxcalc__calculation {
        padding: 80px 60px;
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .taxcalc__content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        min-height: 480px;
    }

    .taxcalc__content__inner {
        right: auto;
        padding: 30px;
    }

    .taxcalc__calculation {
        padding: 80px 60px;
        margin-left: 0;
    }
}

@media only screen and (max-width: 575px) {
    .taxcalc__calculation .single-input {
        margin-top: 25px;
    }

    .taxcalc__content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        min-height: 480px;
    }

    .taxcalc__content__inner {
        right: auto;
        padding: 30px;
        width: 85%;
    }

    .taxcalc__calculation {
        padding: 60px 10px;
        margin-left: 0;
    }

    .taxcalc__calculation .button-holder {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .taxcalc__calculation .button-holder .single-input {
        margin-top: 25px;
    }
}

/**
Advisor Styles
*/

.advisors {
    margin-top: 30px;
}

.advisor {
    margin-top: 30px;
    position: relative;
    background: #f2f2f2;
    overflow: hidden;
}

.advisor__image img {
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.advisor__content {
    position: absolute;
    -webkit-transition: all 0.5s cubic-bezier(0.5, 0.46, 0, 0.83) 0.2s;
    -moz-transition: all 0.5s cubic-bezier(0.5, 0.46, 0, 0.83) 0.2s;
    -ms-transition: all 0.5s cubic-bezier(0.5, 0.46, 0, 0.83) 0.2s;
    -o-transition: all 0.5s cubic-bezier(0.5, 0.46, 0, 0.83) 0.2s;
    transition: all 0.5s cubic-bezier(0.5, 0.46, 0, 0.83) 0.2s;
    -webkit-transform: rotate(-90deg) translateY(100px);
    -moz-transform: rotate(-90deg) translateY(100px);
    -ms-transform: rotate(-90deg) translateY(100px);
    -o-transform: rotate(-90deg) translateY(100px);
    transform: rotate(-90deg) translateY(100px);
}

.advisor__content h6 {
    margin-bottom: 0;
    color: #595959;
    font-weight: 700;
    text-transform: uppercase;
}

.advisor__content h6 a {
    color: #595959;
}

.advisor__content h6 a:hover {
    color: #00AC1F;
}

.advisor__content p {
    margin-bottom: 0;
    font-weight: 400;
    color: #a1a1a1;
}

.advisor:hover .advisor__image img {
    -webkit-transform: translateX(-25%) translateZ(0);
    -moz-transform: translateX(-25%) translateZ(0);
    -ms-transform: translateX(-25%) translateZ(0);
    -o-transform: translateX(-25%) translateZ(0);
    transform: translateX(-25%) translateZ(0);
}

.advisor:not(.advisor--style2) .advisor__content {
    position: absolute;
    width: auto;
    white-space: nowrap;
    -webkit-transition: all 0.5s cubic-bezier(0.5, 0.46, 0, 0.83) 0.2s;
    -moz-transition: all 0.5s cubic-bezier(0.5, 0.46, 0, 0.83) 0.2s;
    -ms-transition: all 0.5s cubic-bezier(0.5, 0.46, 0, 0.83) 0.2s;
    -o-transition: all 0.5s cubic-bezier(0.5, 0.46, 0, 0.83) 0.2s;
    transition: all 0.5s cubic-bezier(0.5, 0.46, 0, 0.83) 0.2s;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    left: 130%;
    top: 76%;
}

.advisor:not(.advisor--style2):hover .advisor__content {
    left: 90%;
}

/**
Funfact Area
*/

.funfacts div[class^="col-"]:nth-child(n) .funfact:before {
    background: #333982;
}

.funfacts div[class^="col-"]:nth-child(n) .funfact:after {
    background: url(../img/blog/blog-thumbnail-1.jpg) no-repeat scroll center center;
    background-size: cover;
}

.funfacts div[class^="col-"]:nth-child(2n) .funfact:before {
    background: #00AC1F;
}

.funfacts div[class^="col-"]:nth-child(2n) .funfact:after {
    background: url(../img/blog/blog-thumbnail-2.jpg) no-repeat scroll center center;
    background-size: cover;
}

.funfacts div[class^="col-"]:nth-child(3n) .funfact:before {
    background: #EFC418;
}

.funfacts div[class^="col-"]:nth-child(3n) .funfact:after {
    background: url(../img/blog/blog-thumbnail-3.jpg) no-repeat scroll center center;
    background-size: cover;
}

.funfacts div[class^="col-"]:nth-child(4n) .funfact:before {
    background: #EF785A;
}

.funfacts div[class^="col-"]:nth-child(4n) .funfact:after {
    background: url(../img/blog/blog-thumbnail-4.jpg) no-repeat scroll center center;
    background-size: cover;
}

.funfact {
    position: relative;
    overflow: hidden;
    padding: 130px 15px;
    color: #fff;
}

.funfact:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.funfact:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.funfact > * {
    position: relative;
    z-index: 3;
}

.funfact h1 {
    font-size: 50px;
    letter-spacing: 0.25px;
    margin-bottom: 5px;
    font-weight: 700;
}

.funfact h5 {
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.funfact:hover:before {
    opacity: 0.9;
}

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

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .funfact {
        padding: 80px 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .funfact {
        padding: 70px 15px;
    }
    .funfact h1 {
        font-size: 42px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .funfact {
        padding: 70px 15px;
    }
    .funfact h1 {
        font-size: 42px;
    }
}

@media only screen and (max-width: 767px) {
    .funfact {
        padding: 70px 15px;
    }
    .funfact h1 {
        font-size: 42px;
    }
}

/**
Call to action styles
*/

.bg--abstruct-mask:before,
.bg--abstruct-mask:after {
    content: "";
    top: 0;
    height: 100%;
    width: 25%;
    position: absolute;
    background-size: cover;
}

.bg--abstruct-mask:after {
    right: 0;
    background: url(../img/bg/abstruct-mask-right.png) no-repeat scroll;
    background-position: center center;
}

.bg--abstruct-mask:before {
    left: 0;
    background: url(../img/bg/abstruct-mask-left.png) no-repeat scroll;
    background-position: center center;
}

.calltoaction {
    padding-left: 0;
    padding-right: 55px;
}

.calltoaction.text-left {
    padding-left: 0;
    padding-right: 55px;
}

.calltoaction.text-center {
    padding: 0 55px;
}

.calltoaction.text-right {
    padding-right: 0;
    padding-left: 55px;
}

.calltoaction h3 {
    font-weight: 700;
    text-transform: uppercase;
    color: #303030;
}

.calltoaction h6 {
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: #6a6a6a;
}

.calltoaction h6 a {
    font-weight: 700;
    font-size: 22px;
    color: #00AC1F;
}

@media only screen and (max-width: 767px) {
    .calltoaction.text-center {
        padding: 0;
    }
    .calltoaction h6 a {
        font-size: 20px;
    }
}

/**
Footer Styles
*/
.footer-area__widgets {
    padding: 0 0 30px 0;
}

.footer--widgets {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* Widget About */
    /* Widget Quick Links */
    /* Widget Twitterfeed */
    /* Widget Contact Info */
}

.footer--widgets .widget-title {
    font-weight: 400;
    color: #b9b9b9;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.footer--widgets .widget {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding-right: 30px;
    margin-top: 50px;
}

.footer--widgets .widget:last-child {
    padding-right: 0 !important;
}

.footer--widgets .widget ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.footer--widgets .widget ul li {
    padding-left: 10px;
    color: #949494;
    margin-bottom: 0px;
    position: relative;
    line-height: 1.5;
}

.footer--widgets .widget ul li:before {
    content: "";
    left: 0;
    top: 8px;
    height: 5px;
    width: 5px;
    display: inline-block;
    background: #949494;
    position: absolute;
}

.footer--widgets .widget .social-icons ul li:before {
    width: 0;
}

.footer--widgets .widget:not(.widget-about) ul li a {
    color: #949494;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
}

.footer--widgets .widget:not(.widget-about) ul li a:hover {
    color: #00AC1F;
}

.footer--widgets .widget-about {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 32%;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    padding-right: 65px;
}

.footer--widgets .widget-about p {
    color: #949494;
}

.footer--widgets .widget-about .social-icons {
    padding-top: 10px;
}

.footer--widgets .widget-about .social-icons ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.footer--widgets .widget-about .social-icons ul li {
    padding-left: 0;
}

.footer--widgets .widget-about .social-icons ul li:before {
    display: none;
}

.footer--widgets .widget-quick-links {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 19%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 19%;
    -ms-flex: 0 0 19%;
    flex: 0 0 19%;
}

.footer--widgets .widget-twitter-feed {
    padding-right: 75px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}

.footer--widgets .widget-twitter-feed ul li {
    padding-left: 0;
    margin-bottom: 20px;
}

.footer--widgets .widget-twitter-feed ul li p {
    margin-bottom: 0;
}

.footer--widgets .widget-twitter-feed ul li p a {
    font-weight: 400;
}

.footer--widgets .widget-twitter-feed ul li:before {
    display: none;
}

.footer--widgets .widget-twitter-feed ul li span.time {
    font-size: 16px;
    display: block;
    font-weight: 400;
}

.footer--widgets .widget-contact-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 23%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 23%;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
}

.footer--widgets .widget-contact-info ul li {
    margin-bottom: 20px;
}

.footer--widgets .widget-contact-info ul li p {
    margin-bottom: 0;
    line-height: 26px;
}

.copyright {
    padding: 22px 0;
    font-size: 15px;
    color: #858585;
}

.copyright p {
    margin-bottom: 0;
}

.copyright a {
    color: #00AC1F;
}

.copyright a:hover {
    opacity: 0.8;
}
#scrollUp {
    right: 30px;
    bottom: 30px;
    height: 45px;
    width: 45px;
    line-height: 44px;
    text-align: center;
    background: #00AC1F;
    color: #ffffff;
    font-size: 22px;
    border-radius: 100%;
    border: 1px solid #00AC1F;
    -webkit-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.1);
    -webkit-animation: bounceIn 0.8s ease-in-out 1 both;
    -moz-animation: bounceIn 0.8s ease-in-out 1 both;
    -ms-animation: bounceIn 0.8s ease-in-out 1 both;
    -o-animation: bounceIn 0.8s ease-in-out 1 both;
    animation: bounceIn 0.8s ease-in-out 1 both;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer--widgets .widget-about {
        padding-right: 30px;
    }
    .footer--widgets .widget-twitter-feed {
        padding-right: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer--widgets .widget {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding-right: 60px;
    }
    .footer--widgets .widget-about {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding-right: 60px;
    }
    .footer--widgets .widget-twitter-feed {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding-right: 60px;
    }
    .footer--widgets .widget-quick-links {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding-right: 60px;
    }
    .footer--widgets .widget-contact-info {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding-right: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .footer--widgets .widget {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-right: 65px;
    }
    .footer--widgets .widget-about {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-right: 65px;
    }
    .footer--widgets .widget-twitter-feed {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-right: 65px;
    }
    .footer--widgets .widget-quick-links {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-right: 65px;
    }
    .footer--widgets .widget-contact-info {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-right: 65px;
    }
}

@media only screen and (max-width: 767px) {
    .footer--widgets .widget-about {
        padding-right: 0;
    }
    .footer--widgets .widget-twitter-feed {
        padding-right: 0;
    }
    .footer--widgets .widget-quick-links {
        padding-right: 0;
    }
    .footer--widgets .widget-contact-info {
        padding-right: 0;
    }
}

/**
Social Icons Styles
*/

.social-icons ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.social-icons ul li {
    display: inline-block;
    padding: 0 12px;
    font-size: 14px;
}

.social-icons ul li a {
    color: #ffffff;
    display: inline-block;
}

.social-icons ul li:hover a {
    color: #00AC1F;
}

.social-icons ul li:first-child {
    padding-left: 0;
}

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

.social-icons ul li.facebook:hover a {
    color: #3B5998;
}

.social-icons ul li.twitter:hover a {
    color: #00ACEE;
}

.social-icons ul li.google-plus:hover a {
    color: #DD4B39;
}

.social-icons ul li.pinterest:hover a {
    color: #C8232C;
}

.social-icons ul li.linkedin:hover a {
    color: #0E76A8;
}

.social-icons ul li.flickr:hover a {
    color: #FF0084;
}

.social-icons ul li.dribbble:hover a {
    color: #EA4C89;
}

.social-icons ul li.google:hover a {
    color: #DD4B39;
}

.social-icons ul li.skype:hover a {
    color: #00AFF0;
}

.social-icons ul li.youtube:hover a {
    color: #C4302B;
}

.social-icons ul li.vimeo:hover a {
    color: #86C9EF;
}

.social-icons ul li.yahoo:hover a {
    color: #720E9E;
}

.social-icons ul li.paypal:hover a {
    color: #00588B;
}

.social-icons ul li.instagram:hover a {
    color: #D6317D;
}

.social-icons.social-icons--white ul li a {
    color: #ffffff;
}

.social-icons.social-icons--rounded ul li {
    padding: 0 8px;
}

.social-icons.social-icons--rounded ul li:first-child {
    padding-left: 0;
}

.social-icons.social-icons--rounded ul li:last-child {
    padding-right: 0;
}

.social-icons.social-icons--rounded ul li a {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #949494;
    color: #949494;
    border-radius: 100%;
    font-size: 13px;
}

.social-icons.social-icons--rounded ul li:hover a {
    background: #00AC1F;
    color: #ffffff;
    border-color: #00AC1F;
}

.social-icons.social-icons--rounded ul li.facebook:hover a {
    background: #3B5998;
    border-color: #3B5998;
}

.social-icons.social-icons--rounded ul li.twitter:hover a {
    background: #00ACEE;
    border-color: #00ACEE;
}

.social-icons.social-icons--rounded ul li.google-plus:hover a {
    background: #DD4B39;
    border-color: #DD4B39;
}

.social-icons.social-icons--rounded ul li.pinterest:hover a {
    background: #C8232C;
    border-color: #C8232C;
}

.social-icons.social-icons--rounded ul li.linkedin:hover a {
    background: #0E76A8;
    border-color: #0E76A8;
}

.social-icons.social-icons--rounded ul li.flickr:hover a {
    background: #FF0084;
    border-color: #FF0084;
}

.social-icons.social-icons--rounded ul li.dribbble:hover a {
    background: #EA4C89;
    border-color: #EA4C89;
}

.social-icons.social-icons--rounded ul li.google:hover a {
    background: #DD4B39;
    border-color: #DD4B39;
}

.social-icons.social-icons--rounded ul li.skype:hover a {
    background: #00AFF0;
    border-color: #00AFF0;
}

.social-icons.social-icons--rounded ul li.youtube:hover a {
    background: #C4302B;
    border-color: #C4302B;
}

.social-icons.social-icons--rounded ul li.vimeo:hover a {
    background: #86C9EF;
    border-color: #86C9EF;
}

.social-icons.social-icons--rounded ul li.yahoo:hover a {
    background: #720E9E;
    border-color: #720E9E;
}

.social-icons.social-icons--rounded ul li.paypal:hover a {
    background: #00588B;
    border-color: #00588B;
}

.social-icons.social-icons--rounded ul li.instagram:hover a {
    background: #D6317D;
    border-color: #D6317D;
}

.social-icons.social-icons--rounded.social-icons--medium ul li a {
    height: 35px;
    width: 35px;
    line-height: 36px;
}

.social-icons.social-icons--rounded-color ul li {
    padding: 0 4px;
}

.social-icons.social-icons--rounded-color ul li:first-child {
    padding-left: 0;
}

.social-icons.social-icons--rounded-color ul li:last-child {
    padding-right: 0;
}

.social-icons.social-icons--rounded-color ul li a {
    display: inline-block;
    height: 25px;
    width: 25px;
    line-height: 27px;
    text-align: center;
    border: 1px solid #cccccc;
    color: #ffffff;
    border-radius: 100%;
    font-size: 12px;
}

.social-icons.social-icons--rounded-color ul li.facebook a {
    background: #3B5998;
    border-color: #3B5998;
}

.social-icons.social-icons--rounded-color ul li.facebook:hover a {
    color: #3B5998;
}

.social-icons.social-icons--rounded-color ul li.twitter a {
    background: #00ACEE;
    border-color: #00ACEE;
}

.social-icons.social-icons--rounded-color ul li.twitter:hover a {
    color: #00ACEE;
}

.social-icons.social-icons--rounded-color ul li.google-plus a {
    background: #DD4B39;
    border-color: #DD4B39;
}

.social-icons.social-icons--rounded-color ul li.google-plus:hover a {
    color: #DD4B39;
}

.social-icons.social-icons--rounded-color ul li.pinterest a {
    background: #C8232C;
    border-color: #C8232C;
}

.social-icons.social-icons--rounded-color ul li.pinterest:hover a {
    color: #C8232C;
}

.social-icons.social-icons--rounded-color ul li.linkedin a {
    background: #0E76A8;
    border-color: #0E76A8;
}

.social-icons.social-icons--rounded-color ul li.linkedin:hover a {
    color: #0E76A8;
}

.social-icons.social-icons--rounded-color ul li.flickr a {
    background: #FF0084;
    border-color: #FF0084;
}

.social-icons.social-icons--rounded-color ul li.flickr:hover a {
    color: #FF0084;
}

.social-icons.social-icons--rounded-color ul li.dribbble a {
    background: #EA4C89;
    border-color: #EA4C89;
}

.social-icons.social-icons--rounded-color ul li.dribbble:hover a {
    color: #EA4C89;
}

.social-icons.social-icons--rounded-color ul li.google a {
    background: #DD4B39;
    border-color: #DD4B39;
}

.social-icons.social-icons--rounded-color ul li.google:hover a {
    color: #DD4B39;
}

.social-icons.social-icons--rounded-color ul li.skype a {
    background: #00AFF0;
    border-color: #00AFF0;
}

.social-icons.social-icons--rounded-color ul li.skype:hover a {
    color: #00AFF0;
}

.social-icons.social-icons--rounded-color ul li.youtube a {
    background: #C4302B;
    border-color: #C4302B;
}

.social-icons.social-icons--rounded-color ul li.youtube:hover a {
    color: #C4302B;
}

.social-icons.social-icons--rounded-color ul li.vimeo a {
    background: #86C9EF;
    border-color: #86C9EF;
}

.social-icons.social-icons--rounded-color ul li.vimeo:hover a {
    color: #86C9EF;
}

.social-icons.social-icons--rounded-color ul li.yahoo a {
    background: #720E9E;
    border-color: #720E9E;
}

.social-icons.social-icons--rounded-color ul li.yahoo:hover a {
    color: #720E9E;
}

.social-icons.social-icons--rounded-color ul li.paypal a {
    background: #00588B;
    border-color: #00588B;
}

.social-icons.social-icons--rounded-color ul li.paypal:hover a {
    color: #00588B;
}

.social-icons.social-icons--rounded-color ul li.instagram a {
    background: #D6317D;
    border-color: #D6317D;
}

.social-icons.social-icons--rounded-color ul li.instagram:hover a {
    color: #D6317D;
}

.social-icons.social-icons--rounded-color ul li:hover a {
    background: transparent;
    color: #fff;
}
