/*********************************************************************************

	Template Name: Fixco - Multipurpose Bootstrap4 Template  
	Template URI: https://themeforest.net/user/devitems
	Description: Fixco is aesthetically well organized multipurpose. Comes with 6+ homepages available with multi style that easily modifiable one to another.
	Author: Devitems
	Author URI: https://devitems.com/
	Version: 1.0.1

	Note: This is style css.

**********************************************************************************/
/*******************
Basic Styles
********************/
/**
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: "gothamrounded-medium", Helvetica, sans-serif;
}
body {
        color: #333333;
        line-height: 1.5;
        margin: 0;
}
a {
        color: #00ab98;
        text-decoration: none;
}
a:focus {
        outline: thin dotted;
}
a:active, a:hover {
        color: #008476;
        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;
}
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: bold;
        text-transform: uppercase;
}
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
*/
* {
        box-sizing: border-box;
}
img {
        max-width: 100%;
}
html {
        overflow: hidden;
        overflow-y: auto;
}
body {
        overflow: hidden;
        font-size: 14px;
        line-height: 24px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-family: "gothamrounded-medium", sans-serif;
        color: #333333;
}
::-webkit-input-placeholder {
        color: #666666;
}
:-moz-placeholder {
        color: #666666;
}
::-moz-placeholder {
        color: #666666;
}
:-ms-input-placeholder {
        color: #666666;
}
a {
        transition: all 0.4s ease-in-out 0s;
}
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: "gothamrounded-bold", sans-serif;
        line-height: 1.3;
        color: #333333;
}
h1, .h1 {
        font-size: 60px;
}
h2, .h2 {
        font-size: 50px;
}
h3, .h3 {
        font-size: 30px;
}
h4, .h4 {
        font-size: 24px;
}
h5, .h5 {
        font-size: 20px;
}
h6, .h6 {
        font-size: 16px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
        h1, .h1 {
                font-size: 52px;
        }
        h2, .h2 {
                font-size: 42px;
        }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
        h1, .h1 {
                font-size: 52px;
        }
        h2, .h2 {
                font-size: 42px;
        }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
        h1, .h1 {
                font-size: 36px;
        }
        h2, .h2 {
                font-size: 26px;
        }
        h3, .h3 {
                font-size: 20px;
        }
}
@media only screen and (max-width: 767px) {
        h1, .h1 {
                font-size: 32px;
        }
        h2, .h2 {
                font-size: 24px;
        }
        h3, .h3 {
                font-size: 20px;
        }
}
h1, .h1, h2, .h2 {
        font-weight: 700;
}
h3, .h3, h4, .h4 {
        font-weight: 600;
}
h5, .h5, h6, .h6 {
        font-weight: 500;
}
a:hover, a:focus, a:active {
        text-decoration: none;
        outline: none;
}
a:visited {
        color: inherit;
}
input, button, select, textarea {
        background: transparent;
        border: 1px solid #3d3e43;
        transition: all 0.4s ease-out 0s;
}
input:focus, input:active, button:focus, button:active, select:focus, select:active, textarea:focus, textarea:active {
        outline: none;
}
input, select, textarea {
        width: 100%;
}
input, select {
        height: 45px;
        padding: 0 20px;
}
blockquote {
        color: #333333;
        font-size: 18px;
        line-height: 28px;
        font-style: italic;
        font-weight: 500;
        padding: 15px 0;
}
blockquote p {
        color: #333333;
        font-size: 18px;
        line-height: 28px;
        font-style: italic;
        font-weight: 500;
        margin-bottom: 0;
        padding-top: 0;
}
blockquote p::before {
        content: '"';
        color: #333333;
        font-size: 24px;
}
blockquote p::after {
        content: '"';
        color: #333333;
        font-size: 24px;
}
/**
Helper Class
*/
.hidden {
        display: none;
}
.visuallyhidden {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
}
.invisible {
        visibility: hidden;
}
.clearfix:before, .clearfix:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
}
.clearfix:after {
        clear: both;
}
ul.numberlist {
        padding-left: 0;
        counter-reset: list;
}
ul.numberlist li {
        list-style: none;
        padding-left: 55px;
        position: relative;
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 20px;
}
ul.numberlist li::before {
        counter-increment: list;
        content: counter(list) ".";
        display: inline-block;
        position: absolute;
        left: 0;
        top: 50%;
        height: 35px;
        margin-top: -17px;
        width: 35px;
        text-align: center;
        line-height: 35px;
        font-size: 18px;
        border: 1px solid #dddddd;
        color: #666666;
        font-weight: 700;
}
ul.numberlist li:last-child {
        margin-bottom: 0;
}
ul.objectivelist {
        padding-left: 0;
}
ul.objectivelist li {
        list-style: none;
        padding-left: 35px;
        position: relative;
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 5px;
}
ul.objectivelist li::before {
        content: "\f00c";
        font-family: fontAwesome;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
        text-align: center;
        color: #666666;
        font-weight: 700;
}
ul.objectivelist li:last-child {
        margin-bottom: 0;
}
.wrapper {
        position: relative;
}
/* Define Colors */
.color-theme {
        color: #00ab98;
}
.color-light {
        color: #999999;
}
.color-dark {
        color: #333333;
}
.color-black {
        color: #000000;
}
.color-white {
        color: #ffffff;
}
/* Background Color */
.bg-theme {
        background: #00ab98;
}
.bg-light {
        background: #999999;
}
.bg-grey {
        background: #f6f6f6;
}
.bg-dark {
        background: #333333;
}
.bg-black {
        background: #000000;
}
.bg-white {
        background: #ffffff;
}
/* Youtube Video Background */
.background-video-holder {
        position: relative;
}
.youtube-video-wrapper {
        width: 100%;
        height: 100%;
        position: absolute !important;
        top: 0 !important;
        left: 0;
        z-index: -1;
}
.youtube-bg {
        display: block;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
}
/* Background Image */
.bg-image-1 {
        background-image: url(images/timident-bck1.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
}
.bg-image-2 {
        background-image: url(images/timident-bck2.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
}
.bg-image-3 {
        background-image: url(images/timident-bck3.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
}
.bg-image-4 {
        background-image: url(images/bg/4.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
}
.bg-image-5 {
        background-image: url(images/bg/5.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
}
.bg-image-6 {
        background-image: url(images/bg/6.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
}
.bg-image-7 {
        background-image: url(images/bg/7.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
}
.bg-image-8 {
        background-image: url(images/bg/8.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
}
.bg-image-9 {
        background-image: url(images/bg/9.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
}
.bg-image-10 {
        background-image: url(images/bg/10.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
}
.bg-image-11 {
        background-image: url(images/bg/11.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
}
.bg-image-12 {
        background-image: url(images/bg/12.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
}
.bg-image-13 {
        background-image: url(images/bg/13.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
}
.bg-image-14 {
        background-image: url(images/bg/14.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
}
.bg-image-15 {
        background-image: url(images/bg/15.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
}
.bg-image-16 {
        background-image: url(images/bg/16.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
}
.bg-image-17 {
        background-image: url(images/bg/17.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
}
.bg-image-18 {
        background-image: url(images/bg/18.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
}
.bg-image-19 {
        background-image: url(images/bg/19.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
}
.bg-image-20 {
        background-image: url(images/bg/20.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
}
.bg-image-21 {
        background-image: url(images/bg/21.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
}
.bg-image-22 {
        background-image: url(images/bg/22.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
}
.bg-image-23 {
        background-image: url(images/bg/23.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
}
.bg-image-24 {
        background-image: url(images/bg/24.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
}
.bg-image-25 {
        background-image: url(images/bg/25.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
}
.bg-image-26 {
        background-image: url(images/bg/26.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
}
.bg-image-27 {
        background-image: url(images/bg/27.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
}
.bg-image-28 {
        background-image: url(images/bg/28.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
}
.bg-image-29 {
        background-image: url(images/bg/29.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
}
.bg-image-30 {
        background-image: url(images/bg/30.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
}
/* Text specialized */
.text-italic {
        font-style: italic;
}
.text-normal {
        font-style: normal;
}
.text-underline {
        font-style: underline;
}
/* Font specialized */
.body-font {
        font-family: "Open Sans", sans-serif;
}
.heading-font {
        font-family: "Poppins", sans-serif;
}
/* Height and width */
.fullscreen {
        min-height: 100vh;
        width: 100%;
}
.w-100 {
        width: 100%;
}
.w-75 {
        width: 75%;
}
.w-50 {
        width: 50%;
}
.w-33 {
        width: 33.33%;
}
.w-25 {
        width: 25%;
}
.w-10 {
        width: 10%;
}
.h-100 {
        height: 100%;
}
.h-75 {
        height: 75%;
}
.h-50 {
        height: 50%;
}
.h-25 {
        height: 25%;
}
.h-33 {
        height: 33.33%;
}
.h-10 {
        height: 10%;
}
/* Section padding */
.section-padding-xlg {
        padding: 150px 0;
}
.section-padding-lg {
        padding: 130px 0;
}
.section-padding-md {
        padding: 120px 0;
}
.section-padding-sm {
        padding: 100px 0;
}
.section-padding-xs {
        padding: 70px 0;
}
.section-padding-top-xlg {
        padding-top: 150px;
}
.section-padding-top-lg {
        padding-top: 130px;
}
.section-padding-top-md {
        padding-top: 120px;
}
.section-padding-top-sm {
        padding-top: 100px;
}
.section-padding-top-xs {
        padding-top: 70px;
}
.section-padding-bottom-xlg {
        padding-bottom: 150px;
}
.section-padding-bottom-lg {
        padding-bottom: 130px;
}
.section-padding-bottom-md {
        padding-bottom: 120px;
}
.section-padding-bottom-sm {
        padding-bottom: 100px;
}
.section-padding-bottom-xs {
        padding-bottom: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
        .section-padding-xlg {
                padding: 120px 0;
        }
        .section-padding-lg {
                padding: 100px 0;
        }
        .section-padding-top-xlg {
                padding-top: 120px;
        }
        .section-padding-top-lg {
                padding-top: 100px;
        }
        .section-padding-bottom-xlg {
                padding-bottom: 120px;
        }
        .section-padding-bottom-lg {
                padding-bottom: 100px;
        }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
        .section-padding-xlg {
                padding: 120px 0;
        }
        .section-padding-lg {
                padding: 100px 0;
        }
        .section-padding-md {
                padding: 85px 0;
        }
        .section-padding-sm {
                padding: 70px 0;
        }
        .section-padding-xs {
                padding: 60px 0;
        }
        .section-padding-top-xlg {
                padding-top: 120px;
        }
        .section-padding-top-lg {
                padding-top: 100px;
        }
        .section-padding-top-md {
                padding-top: 85px;
        }
        .section-padding-top-sm {
                padding-top: 70px;
        }
        .section-padding-top-xs {
                padding-top: 60px;
        }
        .section-padding-bottom-xlg {
                padding-bottom: 120px;
        }
        .section-padding-bottom-lg {
                padding-bottom: 100px;
        }
        .section-padding-bottom-md {
                padding-bottom: 85px;
        }
        .section-padding-bottom-sm {
                padding-bottom: 70px;
        }
        .section-padding-bottom-xs {
                padding-bottom: 60px;
        }
}
@media only screen and (max-width: 767px) {
        .section-padding-xlg {
                padding: 90px 0;
        }
        .section-padding-lg {
                padding: 70px 0;
        }
        .section-padding-md {
                padding: 60px 0;
        }
        .section-padding-sm {
                padding: 50px 0;
        }
        .section-padding-xs {
                padding: 50px 0;
        }
        .section-padding-top-xlg {
                padding-top: 90px;
        }
        .section-padding-top-lg {
                padding-top: 70px;
        }
        .section-padding-top-md {
                padding-top: 60px;
        }
        .section-padding-top-sm {
                padding-top: 50px;
        }
        .section-padding-top-xs {
                padding-top: 50px;
        }
        .section-padding-bottom-xlg {
                padding-bottom: 90px;
        }
        .section-padding-bottom-lg {
                padding-bottom: 70px;
        }
        .section-padding-bottom-md {
                padding-bottom: 60px;
        }
        .section-padding-bottom-sm {
                padding-bottom: 50px;
        }
        .section-padding-bottom-xs {
                padding-bottom: 50px;
        }
}
/* Border */
.cr-border {
        border-color: #a8a8a8;
        border-style: solid;
        border-width: 1px;
}
.cr-border-top {
        border-color: #a8a8a8;
        border-style: solid;
        border-width: 1px 0 0 0;
}
.cr-border-right {
        border-color: #a8a8a8;
        border-style: solid;
        border-width: 0 1px 0 0;
}
.cr-border-bottom {
        border-color: #a8a8a8;
        border-style: solid;
        border-width: 0 0 1px 0;
}
.cr-border-left {
        border-color: #a8a8a8;
        border-style: solid;
        border-width: 0 0 0 1px;
}
/* Overlay styles */
[data-overlay], [data-black-overlay], [data-white-overlay] {
        position: relative;
}
[data-overlay] > div, [data-overlay] > *, [data-black-overlay] > div, [data-black-overlay] > *, [data-white-overlay] > div, [data-white-overlay] > * {
        position: relative;
        z-index: 2;
}
[data-overlay]:before, [data-black-overlay]:before, [data-white-overlay]:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 2;
}
[data-overlay]:before {
        background-color: #00ab98;
}
[data-black-overlay]:before {
        background-color: #000000;
}
[data-white-overlay]:before {
        background-color: #ffffff;
}
[data-overlay="1"]:before, [data-black-overlay="1"]:before, [data-white-overlay="1"]:before {
        opacity: 0.1;
}
[data-overlay="2"]:before, [data-black-overlay="2"]:before, [data-white-overlay="2"]:before {
        opacity: 0.2;
}
[data-overlay="3"]:before, [data-black-overlay="3"]:before, [data-white-overlay="3"]:before {
        opacity: 0.3;
}
[data-overlay="4"]:before, [data-black-overlay="4"]:before, [data-white-overlay="4"]:before {
        opacity: 0.4;
}
[data-overlay="5"]:before, [data-black-overlay="5"]:before, [data-white-overlay="5"]:before {
        opacity: 0.5;
}
[data-overlay="6"]:before, [data-black-overlay="6"]:before, [data-white-overlay="6"]:before {
        opacity: 0.6;
}
[data-overlay="7"]:before, [data-black-overlay="7"]:before, [data-white-overlay="7"]:before {
        opacity: 0.7;
}
[data-overlay="8"]:before, [data-black-overlay="8"]:before, [data-white-overlay="8"]:before {
        opacity: 0.8;
}
[data-overlay="9"]:before, [data-black-overlay="9"]:before, [data-white-overlay="9"]:before {
        opacity: 0.9;
}
[data-overlay="10"]:before, [data-black-overlay="10"]:before, [data-white-overlay="10"]:before {
        opacity: 1;
}
.slick-slide:active, .slick-slide:focus {
        outline: none;
}
.slick-slide.slick-current:active, .slick-slide.slick-current:focus, .slick-slide.slick-active:active, .slick-slide.slick-active:focus {
        outline: none;
}
.bg-theme {
        color: #ffffff;
}
.bg-theme h1, .bg-theme h2, .bg-theme h3, .bg-theme h4, .bg-theme h5, .bg-theme h6, .bg-theme p {
        color: #ffffff;
}
.jarallax {
        position: relative;
        z-index: 0;
}
.jarallax > .jarallax-img {
        position: absolute;
        object-fit: cover;
        font-family: 'object-fit: cover;';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
}
#scrollUp {
        right: 30px;
        bottom: 30px;
        height: 45px;
        width: 45px;
        line-height: 41px;
        text-align: center;
        background: #00ab98;
        color: #ffffff;
        font-size: 22px;
        border-radius: 100%;
        border: 1px solid #00ab98;
        animation: crBounceIn 0.8s ease-in-out 1 both;
}
/*******************
Elements Styles
********************/
/**
Animations
*/
@-webkit-keyframes crZoomInOut {
        0% {
                transform: scale(1);
        }
        50% {
                transform: scale(1.3);
        }
        100% {
                transform: scale(1);
        }
}
@keyframes crZoomInOut {
        0% {
                transform: scale(1);
        }
        50% {
                transform: scale(1.3);
        }
        100% {
                transform: scale(1);
        }
}
@-webkit-keyframes crZoomInOutInvisible {
        0% {
                transform: scale(1);
                opacity: 1;
        }
        100% {
                transform: scale(1.6);
                opacity: 0;
        }
}
@keyframes crZoomInOutInvisible {
        0% {
                transform: scale(1);
                opacity: 1;
        }
        100% {
                transform: scale(1.6);
                opacity: 0;
        }
}
@-webkit-keyframes crFadeInUp {
        from {
                opacity: 0;
                -webkit-transform: translate3d(0, 30px, 0);
                transform: translate3d(0, 30px, 0);
        }
        to {
                opacity: 1;
                -webkit-transform: none;
                transform: none;
        }
}
@keyframes crFadeInUp {
        from {
                opacity: 0;
                -webkit-transform: translate3d(0, 30px, 0);
                transform: translate3d(0, 30px, 0);
        }
        to {
                opacity: 1;
                -webkit-transform: none;
                transform: none;
        }
}
@-webkit-keyframes crSlideInDown {
        0% {
                transform: translateY(-100%);
        }
        100% {
                transform: translateY(0);
        }
}
@keyframes crSlideInDown {
        0% {
                transform: translateY(-100%);
        }
        100% {
                transform: translateY(0);
        }
}
@-webkit-keyframes crBounceIn {
        20%, 40%, 60%, 80%, from, to {
                -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
                animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        }
        0% {
                opacity: 0;
                -webkit-transform: scale3d(0.3, 0.3, 0.3);
                transform: scale3d(0.3, 0.3, 0.3);
        }
        20% {
                -webkit-transform: scale3d(1.1, 1.1, 1.1);
                transform: scale3d(1.1, 1.1, 1.1);
        }
        40% {
                -webkit-transform: scale3d(0.9, 0.9, 0.9);
                transform: scale3d(0.9, 0.9, 0.9);
        }
        60% {
                opacity: 1;
                -webkit-transform: scale3d(1.03, 1.03, 1.03);
                transform: scale3d(1.03, 1.03, 1.03);
        }
        80% {
                -webkit-transform: scale3d(0.97, 0.97, 0.97);
                transform: scale3d(0.97, 0.97, 0.97);
        }
        to {
                opacity: 1;
                -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
        }
}
@keyframes crBounceIn {
        20%, 40%, 60%, 80%, from, to {
                -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
                animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        }
        0% {
                opacity: 0;
                -webkit-transform: scale3d(0.3, 0.3, 0.3);
                transform: scale3d(0.3, 0.3, 0.3);
        }
        20% {
                -webkit-transform: scale3d(1.1, 1.1, 1.1);
                transform: scale3d(1.1, 1.1, 1.1);
        }
        40% {
                -webkit-transform: scale3d(0.9, 0.9, 0.9);
                transform: scale3d(0.9, 0.9, 0.9);
        }
        60% {
                opacity: 1;
                -webkit-transform: scale3d(1.03, 1.03, 1.03);
                transform: scale3d(1.03, 1.03, 1.03);
        }
        80% {
                -webkit-transform: scale3d(0.97, 0.97, 0.97);
                transform: scale3d(0.97, 0.97, 0.97);
        }
        to {
                opacity: 1;
                -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
        }
}
/**
Button Styles 
*/
.cr-btn, a.cr-btn, button.cr-btn {
        display: inline-block;
        background: transparent;
        font-size: 16px;
        color: #333333;
        border-width: 1px;
        border-color: #a8a8a8;
        border-style: solid;
        transition: all 0.4s ease-in-out 0s;
        overflow: hidden;
        position: relative;
        height: 46px;
        line-height: 28px;
        padding: 8px 35px;
        vertical-align: middle;
		border-radius: 10px;
}
.cr-btn:before, .cr-btn:after, a.cr-btn:before, a.cr-btn:after, button.cr-btn:before, button.cr-btn:after {
        content: "";
        position: absolute;
        height: 0;
        width: 100%;
        left: 0;
        background: rgba(0, 171, 152, 0.3);
        transition: all 0.4s ease-in-out 0s;
}
.cr-btn:before, a.cr-btn:before, button.cr-btn:before {
        left: 0;
        top: 0;
}
.cr-btn:after, a.cr-btn:after, button.cr-btn:after {
        bottom: 0;
        left: 0;
}
.cr-btn span, a.cr-btn span, button.cr-btn span {
        position: relative;
        z-index: 2;
}
.cr-btn:hover, a.cr-btn:hover, button.cr-btn:hover {
        background: #00ab98;
        border-color: #00ab98;
        color: #ffffff;
}
.cr-btn:hover::before, a.cr-btn:hover::before, button.cr-btn:hover::before {
        height: 100%;
}
.cr-btn:hover:after, a.cr-btn:hover:after, button.cr-btn:hover:after {
        height: 100%;
}
a.cr-btn-white, button.cr-btn-white, .cr-btn-white {
        border-color: #ffffff;
        background: #ffffff;
}
a.cr-btn-white:hover, button.cr-btn-white:hover, .cr-btn-white:hover {
        background: #00ab98;
        color: #ffffff;
        border-color: #00ab98;
}
a.cr-btn-dark, button.cr-btn-dark, .cr-btn-dark {
        border-color: #222222;
        background: #222222;
        color: #ffffff;
}
a.cr-btn-dark:hover, button.cr-btn-dark:hover, .cr-btn-dark:hover {
        background: #00ab98;
        color: #ffffff;
        border-color: #00ab98;
}
a.cr-btn-transparent, button.cr-btn-transparent, .cr-btn-transparent {
        background: transparent;
}
a.cr-btn-transparent.cr-btn-white, button.cr-btn-transparent.cr-btn-white, .cr-btn-transparent.cr-btn-white {
        color: #ffffff;
}
a.cr-btn-theme, button.cr-btn-theme, .cr-btn-theme {
        background: #00ab98;
        border-color: #00ab98;
        color: #ffffff;
}
a.cr-btn-theme:before, a.cr-btn-theme:after, button.cr-btn-theme:before, button.cr-btn-theme:after, .cr-btn-theme:before, .cr-btn-theme:after {
        background: rgba(0, 0, 0, 0.15);
}
/* Button Size Variation */
a.cr-btn-small, button.cr-btn-small, .cr-btn-small {
        padding: 5px 20px;
        height: 40px;
        font-size: 14px;
}
a.cr-btn-large, button.cr-btn-large, .cr-btn-large {
        padding: 12px 45px;
        height: 56px;
        font-size: 18px;
}
/* Video Button */
.cr-video-btn {
        width: 80px;
        height: 80px;
        display: inline-block;
        border-radius: 100%;
        text-align: center;
        font-size: 20px;
        position: relative;
        z-index: 1;
}
.cr-video-btn i {
        color: #00ab98;
        position: relative;
        z-index: 2;
        height: 80px;
        width: 80px;
        border-radius: 100%;
        background: #fefaf8;
        display: inline-block;
        vertical-align: middle;
        padding: 30px;
        transition: all 0.4s ease-in-out 0s;
}
.cr-video-btn::before, .cr-video-btn::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        border-radius: 100%;
        background: rgba(255, 255, 255, 0.4);
        z-index: -1;
        animation: crZoomInOutInvisible 1s ease-in-out infinite backwards;
}
.cr-video-btn::after {
        animation-delay: 0.3s;
}
.cr-video-btn:hover i {
        color: #ffffff;
        background: #00ab98;
}
.cr-video-btn.cr-video-btn-dark {
        color: #222222;
}
.cr-video-btn.cr-video-btn-dark i {
        color: #222222;
}
.cr-video-btn.cr-video-btn-dark:hover i {
        color: #ffffff;
}
.cr-video-btn.cr-video-btn-small {
        width: 60px;
        height: 60px;
}
.cr-video-btn.cr-video-btn-small i {
        height: 60px;
        width: 60px;
        padding: 20px;
}
/* Read More */
.cr-readmore {
        display: inline-block;
        font-weight: 700;
        font-size: 16px;
        color: #333333;
        border: none;
        outline: none;
}
.cr-readmore:hover {
        color: #00ab98;
}
.cr-readmore2 {
        display: inline-block;
        font-size: 14px;
        line-height: 28px;
        color: #333333;
        font-weight: 700;
        border: none;
        outline: none;
        padding: 0;
}
.cr-readmore2:hover {
        color: #00ab98;
}
/**
Section Title Styles
*/
.section-title {
        margin-top: -12px;
}
.section-title h2 {
        font-family: "gothamrounded-medium", sans-serif;
        position: relative;
        padding-bottom: 15px;
        margin-bottom: 42px;
}
.section-title h2:after {
        content: "";
        height: 7px;
        width: 7px;
        display: inline-block;
        border-radius: 100%;
        border: 2px solid #00ab98;
        margin-left: 10px;
}
.section-title h2:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 1px;
        width: 100px;
        background: #00ab98;
}
.section-title.text-center h2::before {
        left: 50%;
        margin-left: -50px;
}
.section-title.color-dark h2 {
        color: #333333;
}
.section-title.section-title-white h1, .section-title.section-title-white h2, .section-title.section-title-white h3, .section-title.section-title-white h4, .section-title.section-title-white h5, .section-title.section-title-white h6, .section-title.section-title-white p {
        color: #ffffff;
}
.section-title.section-title-light-theme h2::before {
        background: #00ab98;
}
/* Section Title 2 */
.section-title-2 {
        padding-right: 80px;
}
.section-title-2 h6 {
        color: #333333;
        font-size: 18px;
        letter-spacing: 3px;
        position: relative;
        padding-bottom: 20px;
        margin-bottom: 25px;
}
.section-title-2 h6::before {
        content: "";
        position: absolute;
        left: 0;
        margin-left: 0;
        bottom: 0;
        width: 60px;
        height: 2px;
        background: #333333;
}
.section-title-2 h2 {
        padding-bottom: 0;
        margin-bottom: 20px;
        font-family: "gothamrounded-bold", sans-serif;
}
.section-title-2 h2:before, .section-title-2 h2::after {
        display: none;
}
.section-title-2 h3 {
        font-size: 36px;
        letter-spacing: 3px;
}
.section-title-2 p {
        font-size: 18px;
        line-height: 28px;
}
.section-title-2.text-center {
        padding: 0 80px;
}
.section-title-2.text-center h6::before {
        left: 50%;
        margin-left: -30px;
}
.section-title-2.text-right {
        padding-right: 0;
        padding-left: 80px;
}
.section-title-2.text-right h6::before {
        left: auto;
        right: 0;
        margin-left: 0;
}
.section-title-2.color-dark h2, .section-title-2.color-dark h6, .section-title-2.color-dark p {
        color: #333333;
}
.section-title-2.section-title-white h1, .section-title-2.section-title-white h2, .section-title-2.section-title-white h3, .section-title-2.section-title-white h4, .section-title-2.section-title-white h5, .section-title-2.section-title-white h6, .section-title-2.section-title-white p {
        color: #ffffff;
}
.section-title-2.section-title-grey h1, .section-title-2.section-title-grey h2, .section-title-2.section-title-grey h3, .section-title-2.section-title-grey h4, .section-title-2.section-title-grey h5, .section-title-2.section-title-grey h6, .section-title-2.section-title-grey p {
        color: #666666;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
        .section-title-2 {
                padding-right: 30px;
        }
        .section-title-2.text-center {
                padding: 0 30px;
        }
        .section-title-2.text-right {
                padding-left: 30px;
        }
        .section-title-2 p {
                font-size: 14px;
        }
}
@media only screen and (max-width: 767px) {
        .section-title-2 {
                padding-right: 30px;
        }
        .section-title-2 h3 {
                font-size: 28px;
                letter-spacing: 2px;
        }
        .section-title-2.text-center {
                padding: 0 30px;
        }
        .section-title-2.text-right {
                padding-left: 30px;
        }
        .section-title-2 p {
                font-size: 14px;
        }
}
@media only screen and (max-width: 575px) {
        .section-title-2 {
                padding-right: 0;
        }
        .section-title-2.text-center {
                padding: 0 0;
        }
        .section-title-2.text-right {
                padding-left: 0;
        }
}
/* Section Title 3 */
.section-title-3 {
        margin-top: -5px;
        position: relative;
        padding-bottom: 5px;
        margin-bottom: 25px;
}
.section-title-3::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100px;
        height: 2px;
        background: rgba(42, 104, 252, 0.5);
}
.section-title-3 h2 {
        font-size: 36px;
        line-height: 46px;
        color: #444444;
        letter-spacing: 2px;
        font-weight: 700;
        font-family: "Poppins", sans-serif;
}
.section-title-3 p {
        font-size: 18px;
        line-height: 28px;
        color: #333333;
}
.section-title-3.text-center::before {
        left: 50%;
        margin-left: -50px;
}
.section-title-3.text-right::before {
        left: auto;
        right: 0;
        margin-left: 0;
}
@media only screen and (max-width: 767px) {
        .section-title-3 h2 {
                font-size: 25px;
        }
}
.section-title-4 {
        margin-top: -5px;
        position: relative;
        padding-bottom: 5px;
        margin-bottom: 25px;
}
.section-title-4::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100px;
        height: 1px;
        background: #dddddd;
}
.section-title-4 h2 {
        font-size: 36px;
        line-height: 46px;
        color: #666666;
        font-weight: 700;
        font-family: "Open Sans", sans-serif;
}
.section-title-4.text-center::before {
        left: 50%;
        transform: translateX(-50%);
}
.small-title {
        color: #666666;
        font-weight: 700;
        position: relative;
        padding-bottom: 12px;
        margin-bottom: 25px;
}
.small-title::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        top: auto;
        width: 50px;
        height: 1px;
        background: #eeeeee;
}
/**
Progress Styles
*/
.cr-progress-wrap {
        display: flex;
        align-items: flex-end;
        padding: 20px 0;
}
.cr-progress {
        overflow: hidden;
        padding-bottom: 10px;
        width: 100%;
        padding-right: 50px;
        flex-shrink: 100;
        align-self: flex-start;
        position: relative;
}
.cr-progress h6 {
        margin-bottom: 10px;
        font-weight: 700;
        color: #666666;
}
.cr-progress-icon {
        background: #f6f6f6;
        color: #999999;
        height: 50px;
        width: 50px;
        display: inline-block;
        text-align: center;
        font-size: 20px;
        display: inline-block;
        margin-right: 20px;
}
.cr-progress-icon i {
        line-height: 50px;
}
.progress {
        background: #c2c2c2;
        height: 3px;
        overflow: visible;
}
.progress-bar {
        position: relative;
        height: 1px;
        margin-top: 1px;
        transition: all 1.5s ease-in-out 0s;
        transform: translateX(-100%);
}
.progress-bar.fill {
        transform: translateX(0);
}
.progress-bar::after {
        content: "";
        position: absolute;
        right: auto;
        left: 100%;
        top: 0;
        height: 14px;
        width: 14px;
        margin-left: -7px;
        margin-top: -7px;
        border-radius: 100%;
        background: rgba(42, 104, 252, 0.9);
        border: 1px solid #c2c2c2;
        z-index: 1;
}
.progress-count {
        width: 50px;
        text-align: right;
        font-weight: 700;
        font-size: 16px;
        position: absolute;
        right: 0;
        top: 19px;
        color: #00ab98;
}
.cr-progress-wrap-2 {
        padding: 11px 0;
}
.cr-progress-wrap-2 .cr-progress {
        padding-right: 0;
}
.cr-progress-wrap-2 .progress {
        background: #eeeeee;
}
.cr-progress-wrap-2 .progress-bar {
        height: 3px;
}
.cr-progress-wrap-2 .progress-bar::after {
        background: transparent;
        border: 3px solid #00ab98;
        top: 1px;
        margin-left: 0;
}
@media only screen and (max-width: 575px) {
        .cr-progress h6 {
                font-size: 14px;
        }
}
/**
Slider Elements
*/
/* Slider Navigation Style 1 */
.slider-navigation-style-1 {
        position: relative;
}
.slider-navigation-style-1 .cr-navigation {
        position: absolute;
        top: 50%;
        height: 50px;
        width: 50px;
        display: inline-block;
        vertical-align: middle;
        padding: 12px 0;
        font-size: 26px;
        background: rgba(255, 255, 255, 0.8);
        text-align: center;
        margin-top: -25px;
        z-index: 1;
        transition: all 0.3s ease-in-out 0s;
        cursor: pointer;
        visibility: hidden;
        opacity: 0;
}
.slider-navigation-style-1 .cr-navigation:hover {
        background: #00ab98;
        color: #ffffff;
}
.slider-navigation-style-1 .cr-navigation-prev {
        left: 0;
        right: auto;
}
.slider-navigation-style-1 .cr-navigation-next {
        right: 0;
        left: auto;
}
.slider-navigation-style-1:hover .cr-navigation {
        visibility: visible;
        opacity: 1;
}
/* Slider Navigation Style 2 */
.slider-navigation-style-2 {
        position: relative;
}
.slider-navigation-style-2 .cr-navigation {
        position: absolute;
        top: 50%;
        height: 70px;
        width: 35px;
        display: inline-block;
        vertical-align: middle;
        padding: 18px 0;
        font-size: 32px;
        background: rgba(255,255,255,0.5);
        text-align: center;
        margin-top: -25px;
        z-index: 1;
        transition: all 0.3s ease-in-out 0s;
        cursor: pointer;
        visibility: hidden;
        opacity: 0;
        color: #333333;
}
.slider-navigation-style-2 .cr-navigation:hover {
        background: #00ab98;
        color: #ffffff;
        width: 65px;
}
.slider-navigation-style-2 .cr-navigation-prev {
        left: 0;
        right: auto;
        border-radius: 0 20px 20px 0;
}
.slider-navigation-style-2 .cr-navigation-next {
        right: 0;
        left: auto;
        border-radius: 20px 0 0 20px;
}
.slider-navigation-style-2:hover .cr-navigation {
        visibility: visible;
        opacity: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
        .slider-navigation-style-2 {
                position: relative;
        }
        .slider-navigation-style-2 .cr-navigation {
                height: 50px;
                width: 25px;
                padding: 12px 0;
                font-size: 26px;
                margin-top: -20px;
        }
        .slider-navigation-style-2 .cr-navigation:hover {
                width: 45px;
        }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
        .slider-navigation-style-2 {
                position: relative;
        }
        .slider-navigation-style-2 .cr-navigation {
                height: 50px;
                width: 25px;
                padding: 12px 0;
                font-size: 26px;
                margin-top: -20px;
        }
        .slider-navigation-style-2 .cr-navigation:hover {
                width: 45px;
        }
}
@media only screen and (max-width: 767px) {
        .slider-navigation-style-2 {
                position: relative;
        }
        .slider-navigation-style-2 .cr-navigation {
                height: 50px;
                width: 25px;
                padding: 12px 0;
                font-size: 26px;
                margin-top: -20px;
        }
        .slider-navigation-style-2 .cr-navigation:hover {
                width: 45px;
        }
}
/* Slider Navigation Style 3 */
.slider-navigation-style-3 {
        position: relative;
}
.slider-navigation-style-3 .cr-navigation {
        position: absolute;
        top: auto;
        bottom: 30px;
        height: 35px;
        line-height: 33px;
        width: 35px;
        display: inline-block;
        vertical-align: middle;
        padding: 0 0;
        font-size: 25px;
        background: white;
        text-align: center;
        z-index: 1;
        transition: all 0.3s ease-in-out 0s;
        cursor: pointer;
        color: #333333;
}
.slider-navigation-style-3 .cr-navigation:hover {
        background: #00ab98;
        color: #ffffff;
}
.slider-navigation-style-3 .cr-navigation-prev {
        left: auto;
        right: 95px;
}
.slider-navigation-style-3 .cr-navigation-next {
        right: 30px;
        left: auto;
}
@media only screen and (max-width: 767px) {
        .slider-navigation-style-3 .cr-navigation-prev {
                left: auto;
                right: calc(50% + 10px);
        }
        .slider-navigation-style-3 .cr-navigation-next {
                right: auto;
                left: calc(50% + 10px);
        }
}
/* Slider Navigation Style 4 */
.slider-navigation-style-4 {
        position: relative;
        padding-bottom: 60px;
        background: #ffffff;
		border-radius: 20px;
		box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
}
.slider-navigation-style-4 .cr-navigation {
        position: absolute;
        top: auto;
        bottom: 18px;
        display: inline-block;
        vertical-align: middle;
        padding: 0 0;
        font-size: 14px;
        text-align: center;
        z-index: 1;
        transition: all 0.3s ease-in-out 0s;
        cursor: pointer;
        color: #666666;
        font-weight: 500;
}
.slider-navigation-style-4 .cr-navigation i {
        color: #999999;
        transition: all 0.3s ease-in-out 0s;
}
.slider-navigation-style-4 .cr-navigation:hover {
        color: #00ab98;
}
.slider-navigation-style-4 .cr-navigation:hover i {
        color: #00ab98;
}
.slider-navigation-style-4 .cr-navigation-prev {
        left: 17%;
        right: auto;
}
.slider-navigation-style-4 .cr-navigation-prev i {
        padding-right: 7px;
}
.slider-navigation-style-4 .cr-navigation-next {
        right: 17%;
        left: auto;
}
.slider-navigation-style-4 .cr-navigation-next i {
        padding-left: 7px;
}
@media only screen and (max-width: 767px) {
        .slider-navigation-style-4 {
                padding-bottom: 50px;
        }
        .slider-navigation-style-4 .cr-navigation {
                bottom: 13px;
        }
}
/**
Social Icons Styles
*/
.social-icons ul {
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        font-size: 0;
}
.social-icons ul li {
        display: inline-block;
        margin: 0 7px;
        list-style: none;
        font-size: 16px;
}
.social-icons ul li:first-child {
        margin-left: 0;
}
.social-icons ul li:last-child {
        margin-right: 0;
}
.social-icons ul li a {
        color: #666666;
}
.social-icons ul li a:hover {
        color: #00ab98;
}
.social-icons ul li.custom:hover a {
        color: #00ab98;
}
.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: #3F729B;
}
.social-icons.social-icons-lg ul li {
        font-size: 18px;
}
.social-icons-rounded ul li {
        display: inline-block;
        margin: 0 7px;
        list-style: none;
        font-size: 16px;
        vertical-align: middle;
        border-radius: 100px;
}
.social-icons-rounded ul li:first-child {
        margin-left: 0;
}
.social-icons-rounded ul li:last-child {
        margin-right: 0;
}
.social-icons-rounded ul li a {
        color: #666666;
        height: 35px;
        width: 35px;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        line-height: 35px;
        color: #ffffff;
        border-radius: 100px;
        overflow: hidden;
        font-size: 14px;
}
.social-icons-rounded ul li.custom a {
        background: #00ab98;
}
.social-icons-rounded ul li.custom:hover a {
        color: #00ab98;
        background: #ffffff;
}
.social-icons-rounded ul li.facebook a {
        background: #3B5998;
}
.social-icons-rounded ul li.facebook:hover a {
        color: #3B5998;
        background: #ffffff;
}
.social-icons-rounded ul li.twitter a {
        background: #00ACEE;
}
.social-icons-rounded ul li.twitter:hover a {
        color: #00ACEE;
        background: #ffffff;
}
.social-icons-rounded ul li.google-plus a {
        background: #DD4B39;
}
.social-icons-rounded ul li.google-plus:hover a {
        color: #DD4B39;
        background: #ffffff;
}
.social-icons-rounded ul li.pinterest a {
        background: #C8232C;
}
.social-icons-rounded ul li.pinterest:hover a {
        color: #C8232C;
        background: #ffffff;
}
.social-icons-rounded ul li.linkedin a {
        background: #0E76A8;
}
.social-icons-rounded ul li.linkedin:hover a {
        color: #0E76A8;
        background: #ffffff;
}
.social-icons-rounded ul li.flickr a {
        background: #FF0084;
}
.social-icons-rounded ul li.flickr:hover a {
        color: #FF0084;
        background: #ffffff;
}
.social-icons-rounded ul li.dribbble a {
        background: #EA4C89;
}
.social-icons-rounded ul li.dribbble:hover a {
        color: #EA4C89;
        background: #ffffff;
}
.social-icons-rounded ul li.google a {
        background: #DD4B39;
}
.social-icons-rounded ul li.google:hover a {
        color: #DD4B39;
        background: #ffffff;
}
.social-icons-rounded ul li.skype a {
        background: #00AFF0;
}
.social-icons-rounded ul li.skype:hover a {
        color: #00AFF0;
        background: #ffffff;
}
.social-icons-rounded ul li.youtube a {
        background: #C4302B;
}
.social-icons-rounded ul li.youtube:hover a {
        color: #C4302B;
        background: #ffffff;
}
.social-icons-rounded ul li.vimeo a {
        background: #86C9EF;
}
.social-icons-rounded ul li.vimeo:hover a {
        color: #86C9EF;
        background: #ffffff;
}
.social-icons-rounded ul li.yahoo a {
        background: #720E9E;
}
.social-icons-rounded ul li.yahoo:hover a {
        color: #720E9E;
        background: #ffffff;
}
.social-icons-rounded ul li.paypal a {
        background: #00588B;
}
.social-icons-rounded ul li.paypal:hover a {
        color: #00588B;
        background: #ffffff;
}
.social-icons-rounded ul li.instagram a {
        background: #3F729B;
}
.social-icons-rounded ul li.instagram:hover a {
        color: #3F729B;
        background: #ffffff;
}
.social-icons-rounded-reverse ul li {
        display: inline-block;
        margin: 0 7px;
        list-style: none;
        font-size: 16px;
        vertical-align: middle;
        border-radius: 100px;
}
.social-icons-rounded-reverse ul li:first-child {
        margin-left: 0;
}
.social-icons-rounded-reverse ul li:last-child {
        margin-right: 0;
}
.social-icons-rounded-reverse ul li a {
        color: #666666;
        height: 35px;
        width: 35px;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        line-height: 35px;
        color: #666666;
        border-radius: 100px;
        overflow: hidden;
        font-size: 14px;
        background: #dddddd;
}
.social-icons-rounded-reverse ul li.custom:hover a {
        background: #00ab98;
        color: #ffffff;
}
.social-icons-rounded-reverse ul li.facebook:hover a {
        background: #3B5998;
        color: #ffffff;
}
.social-icons-rounded-reverse ul li.twitter:hover a {
        background: #00ACEE;
        color: #ffffff;
}
.social-icons-rounded-reverse ul li.google-plus:hover a {
        background: #DD4B39;
        color: #ffffff;
}
.social-icons-rounded-reverse ul li.pinterest:hover a {
        background: #C8232C;
        color: #ffffff;
}
.social-icons-rounded-reverse ul li.linkedin:hover a {
        background: #0E76A8;
        color: #ffffff;
}
.social-icons-rounded-reverse ul li.flickr:hover a {
        background: #FF0084;
        color: #ffffff;
}
.social-icons-rounded-reverse ul li.dribbble:hover a {
        background: #EA4C89;
        color: #ffffff;
}
.social-icons-rounded-reverse ul li.google:hover a {
        background: #DD4B39;
        color: #ffffff;
}
.social-icons-rounded-reverse ul li.skype:hover a {
        background: #00AFF0;
        color: #ffffff;
}
.social-icons-rounded-reverse ul li.youtube:hover a {
        background: #C4302B;
        color: #ffffff;
}
.social-icons-rounded-reverse ul li.vimeo:hover a {
        background: #86C9EF;
        color: #ffffff;
}
.social-icons-rounded-reverse ul li.yahoo:hover a {
        background: #720E9E;
        color: #ffffff;
}
.social-icons-rounded-reverse ul li.paypal:hover a {
        background: #00588B;
        color: #ffffff;
}
.social-icons-rounded-reverse ul li.instagram:hover a {
        background: #3F729B;
        color: #ffffff;
}
.social-icons-transparent ul li {
        display: inline-block;
        margin: 0 7px;
        list-style: none;
        font-size: 16px;
        vertical-align: middle;
        border-radius: 100px;
}
.social-icons-transparent ul li:first-child {
        margin-left: 0;
}
.social-icons-transparent ul li:last-child {
        margin-right: 0;
}
.social-icons-transparent ul li a {
        color: #666666;
        height: 40px;
        width: 40px;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        line-height: 38px;
        color: #ffffff;
        border-radius: 100px;
        overflow: hidden;
        font-size: 14px;
        border: 1px solid #ffffff;
}
.social-icons-transparent ul li a:hover {
        color: #00ab98;
        background: #ffffff;
        border-color: #ffffff;
}
/**
Accordion Styles
*/
.cr-accordion {
        padding: 30px 0;
        margin-right: 50px;
        border-bottom: 2px solid #ffffff;
}
.cr-accordion:last-child {
        border-bottom: none;
}
.cr-accordion-heading {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 0;
}
.cr-accordion-heading a {
        color: #dddddd;
        position: relative;
        display: block;
}
.cr-accordion-heading a::after {
        font-family: fontAwesome;
        position: absolute;
        top: 0;
        color: #666666;
        font-size: 13px;
        background: #eeeeee;
        text-align: center;
        left: calc(100% + 20px);
        height: 30px;
        width: 30px;
        line-height: 32px;
        border-radius: 100%;
        color: #666666;
}
.cr-accordion-heading a:not(.collapsed)::after {
        content: "\f068";
        color: #00ab98;
}
.cr-accordion-heading a.collapsed::after {
        content: "\f067";
}
.accordion-body {
        padding-top: 30px;
        color: #dddddd;
}
@media only screen and (max-width: 575px) {
        .cr-accordion-heading {
                font-size: 16px;
        }
        .cr-accordion-heading a::after {
                left: 100%;
        }
}
/**
Videobox Styles
*/
.videobox {
        overflow: hidden;
        position: relative;
}
.videobox img {
        width: 100%;
        z-index: 1;
        position: relative;
}
.videobox > .cr-video-btn {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -40px;
        margin-top: -40px;
        z-index: 3;
}
.videobox-animated > img {
        animation: crZoomInOut 20s ease-in-out infinite both;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
        .videobox.videobox-2 {
                margin: 30px 0;
        }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
        .videobox {
                margin: 30px;
                margin-bottom: 0;
        }
        .videobox.videobox-2 {
                margin: 30px 0;
        }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
        .videobox {
                margin: 30px;
                margin-bottom: 0;
        }
        .videobox.videobox-2 {
                margin: 30px 0;
                margin-top: 0;
        }
}
@media only screen and (max-width: 767px) {
        .videobox {
                margin: 30px;
                margin-bottom: 0;
        }
        .videobox.videobox-2 {
                margin: 30px 0;
                margin-top: 0;
        }
}
@media only screen and (max-width: 575px) {
        .videobox {
                margin: 15px;
                margin-bottom: 0;
        }
        .videobox.videobox-2 {
                margin: 30px 0;
                margin-top: 0;
        }
}
/**
Breadcrumb Styles
*/
.breadcrumb-area {
        position: relative;
        overflow: hidden;
}
.bg-breadcrumb-1 {
        background-image: url(images/bg/breadcrumb-bg-1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
}
.bg-breadcrumb-2 {
        background-image: url(images/bg/breadcrumb-bg-2.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
}
.bg-breadcrumb-3 {
        background-image: url(images/bg/breadcrumb-bg-3.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
}
.bg-breadcrumb-4 {
        background-image: url(images/bg/breadcrumb-bg-4.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
}
.bg-breadcrumb-5 {
        background-image: url(images/bg/breadcrumb-bg-5.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
}
.bg-breadcrumb-6 {
        background-image: url(images/bg/breadcrumb-bg-6.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
}
.bg-breadcrumb-7 {
        background-image: url(images/bg/breadcrumb-bg-7.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
}
.bg-breadcrumb-8 {
        background-image: url(images/bg/breadcrumb-bg-8.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
}
.bg-breadcrumb-9 {
        background-image: url(images/bg/breadcrumb-bg-9.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
}
.bg-breadcrumb-10 {
        background-image: url(images/bg/breadcrumb-bg-10.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
}
.cr-breadcrumb {
        padding: 20px 0 0 0;
}
.cr-breadcrumb h1, .cr-breadcrumb h2, .cr-breadcrumb h3, .cr-breadcrumb h4 h5, .cr-breadcrumb h6, .cr-breadcrumb p {
        color: #ffffff;
}
.cr-breadcrumb h6 {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 5px;
}
.cr-breadcrumb h3 {
        font-size: 36px;
        margin-bottom: 0;
}
.cr-breadcrumb h1 {
        font-family: "gothamrounded-bold", sans-serif;
        font-weight: 700;
        font-size: 55px;
        letter-spacing: 2px;
        margin-bottom: 20px;
}
.cr-breadcrumb p {
        font-family: "gothamrounded-medium", sans-serif;
        font-size: 18px;
	margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
        .cr-breadcrumb {
                padding: 20px 0 0 0;
        }
        .cr-breadcrumb h1 {
                font-size: 55px;
        }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
        .cr-breadcrumb {
                padding: 20px 0 0 0;
        }
        .cr-breadcrumb h1 {
                font-size: 55px;
        }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
        .cr-breadcrumb {
                padding: 20px 0 0 0;
        }
        .cr-breadcrumb h1 {
                font-size: 35px;
        }
}
@media only screen and (max-width: 767px) {
        .cr-breadcrumb {
                padding: 30px 0;
        }
        .cr-breadcrumb h1 {
                font-size: 28px;
        }
}
@media only screen and (max-width: 767px) {
        .cr-breadcrumb {
                padding: 30px 0;
        }
        .cr-breadcrumb h6 {
                font-size: 14px;
                letter-spacing: 2px;
        }
        .cr-breadcrumb h1 {
                font-size: 32px;
        }
}
/**
Pagination Styles
*/
.cr-pagination ul {
        padding-left: 0;
        margin-bottom: 0;
        padding-top: 50px;
        display: flex;
        flex-wrap: wrap;
}
.cr-pagination ul li {
        display: inline-block;
        list-style: none;
        padding: 0 8px;
}
.cr-pagination ul li:first-child, .cr-pagination ul li:last-child {
        flex-grow: 100;
}
.cr-pagination ul li:first-child a, .cr-pagination ul li:last-child a {
        font-size: 20px;
}
.cr-pagination ul li:first-child {
        padding-left: 0;
        text-align: left;
}
.cr-pagination ul li:last-child {
        padding-right: 0;
        text-align: right;
}
.cr-pagination ul li a {
        display: inline-block;
        height: 37px;
        width: 37px;
        border: 1px solid #dddddd;
        border-radius: 100px;
        color: #666666;
        text-align: center;
        padding: 5px 0;
        font-weight: 700;
        font-size: 14px;
}
.cr-pagination ul li a:hover {
        background: #00ab98;
        border-color: #00ab98;
        color: #ffffff;
}
@media only screen and (max-width: 767px) {
        .cr-pagination ul {
                padding-top: 25px;
        }
        .cr-pagination ul li {
                padding: 0 5px;
        }
        .cr-pagination ul li:first-child a, .cr-pagination ul li:last-child a {
                padding: 2px 0;
                font-size: 14px;
        }
        .cr-pagination ul li a {
                height: 30px;
                width: 30px;
                padding: 3px 0;
                font-size: 12px;
        }
}
/**
Call to action styles
*/
.cta h2 {
        display: block;
        font-size: 40px;
        letter-spacing: 15px;
        font-weight: 900;
        background-image: url(images/onepage/cta-text-color.jpg);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        text-fill-color: transparent;
}
.cta .op-btn {
        margin-top: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
        .cta h2 {
                font-size: 36px;
                letter-spacing: 12px;
        }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
        .cta h2 {
                font-size: 36px;
                letter-spacing: 12px;
        }
}
@media only screen and (max-width: 767px) {
        .cta h2 {
                font-size: 32px;
                letter-spacing: 5px;
        }
}
/*******************
Blocks Styles
********************/
/**
Header Styles
*/
.header.cr-border-bottom {
        border-color: #666666;
}
.header-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
}
/* Transparent Header */
.header-transparent {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        background: transparent;
        z-index: 50;
}
.header-transparent .header-buttons ul li > button:not(.cr-btn), .header-transparent .header-buttons .header-buttons ul li > a:not(.cr-btn) {
        color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
        .header {
                position: relative;
                width: 100%;
                overflow: hidden;
                clear: both;
        }
        .header .header-transparent {
                position: relative;
        }
}
@media only screen and (max-width: 767px) {
        .header {
                position: relative;
                width: 100%;
                overflow: hidden;
                clear: both;
        }
        .header .header-transparent {
                position: relative;
        }
        .header-buttons {
                position: absolute;
                right: 50px;
                top: 13px;
        }
}
/* Header Extra Elements */
.header-buttons ul {
        padding-left: 0;
        margin-bottom: 0;
}
.header-buttons ul li {
        list-style: none;
        display: inline-block;
        vertical-align: middle;
        padding: 29px 15px;
        position: relative;
        z-index: 1;
}
.header-buttons ul li:first-child {
        padding-left: 0;
}
.header-buttons ul li:last-child {
        padding-right: 0;
}
.header-buttons ul li > button:not(.cr-btn), .header-buttons ul li > a:not(.cr-btn) {
        display: inline-block;
        color: #333333;
        vertical-align: middle;
        font-size: 16px;
        height: 40px;
        width: 40px;
        line-height: 38px;
        border: none;
        text-align: center;
        padding: 0;
}
.header-buttons ul li > button:not(.cr-btn):focus, .header-buttons ul li > a:not(.cr-btn):focus {
        color: #333333;
}
.header-buttons .cr-btn-theme {
        color: #ffffff;
}
.expandable-searchbox {
        position: fixed;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        z-index: -90;
        backface-visibility: hidden;
        background: rgba(42, 104, 252, 0.95);
        padding: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        visibility: hidden;
        opacity: 0;
        transition: all 0.6s ease-in-out 0s;
}
.expandable-searchbox form {
        position: relative;
        width: 60%;
}
.expandable-searchbox form::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 3px;
        width: 0;
        background: -webkit-linear-gradient(-190deg, #fe0190 0%, #ed560e 62%, #ff9600 100%);
        background: -moz-linear-gradient(-190deg, #fe0190 0%, #ed560e 62%, #ff9600 100%);
        background: -ms-linear-gradient(-190deg, #fe0190 0%, #ed560e 62%, #ff9600 100%);
        background: -o-linear-gradient(-190deg, #fe0190 0%, #ed560e 62%, #ff9600 100%);
        background: linear-gradient(-190deg, #fe0190 0%, #ed560e 62%, #ff9600 100%);
        z-index: 1;
        transition: all 1s ease-out 0s;
}
.expandable-searchbox form.focused::after {
        width: 100%;
}
.expandable-searchbox input {
        height: 60px;
        line-height: 60px;
        font-size: 24px;
        border: none;
        border-bottom: 2px solid #ffffff;
        width: 100%;
        padding: 0 20px;
        color: #ffffff;
        padding-right: 75px;
        background: transparent;
}
.expandable-searchbox input::-webkit-input-placeholder {
        color: #ffffff;
}
.expandable-searchbox input:-moz-placeholder {
        color: #ffffff;
}
.expandable-searchbox input::-moz-placeholder {
        color: #ffffff;
}
.expandable-searchbox input:-ms-input-placeholder {
        color: #ffffff;
}
.expandable-searchbox button {
        width: auto;
        height: 60px;
        text-align: center;
        line-height: 60px;
        transition: all 0.3s ease-in-out 0s;
        font-size: 24px;
        color: #ffffff;
        position: absolute;
        right: 20px;
        top: 0;
        border: none;
}
.expandable-searchbox button:active, .expandable-searchbox button:focus {
        outline: none;
}
.expandable-searchbox button:hover {
        opacity: 0.8;
}
.expandable-searchbox .close {
        position: absolute;
        top: 30px;
        right: 50px;
        color: #ffffff;
        text-align: center;
        opacity: 1;
        font-size: 24px;
}
.expandable-searchbox.is-visible {
        visibility: visible;
        opacity: 1;
        z-index: 9991;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-buttons {
                position: absolute;
                right: 50px;
                top: 13px;
                z-index: 1000;
        }
        .header-buttons ul li {
                padding: 0 15px;
        }
}
@media only screen and (max-width: 767px) {
        .header-buttons {
                position: absolute;
                right: 50px;
                top: 13px;
                z-index: 1000;
        }
        .header-buttons ul li {
                padding: 0 15px;
        }
        .expandable-searchbox .close {
                right: 35px;
                top: 10px;
        }
        .expandable-searchbox form {
                width: 80%;
        }
}
@media only screen and (max-width: 575px) {
        .header-buttons {
                position: relative;
                right: 0;
                top: 0;
                z-index: 1000;
                z-index: 1000;
                clear: both;
                overflow: hidden;
                padding: 15px 0;
                text-align: center;
                border-top: 1px solid #ddd;
        }
        .expandable-searchbox {
                padding: 15px;
        }
        .expandable-searchbox .close {
                right: 35px;
                top: 10px;
        }
        .expandable-searchbox form {
                width: 100%;
        }
        .expandable-searchbox input {
                padding-left: 0;
                padding-right: 40px;
        }
        .expandable-searchbox button {
                right: 0;
        }
}
/* Sticky Header Styles */
.sticky-header.is-sticky {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 99;
        background: #ffffff;
        border-bottom: none;
        animation: crSlideInDown 0.5s ease-out 0s 1 backwards;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.sticky-header.is-sticky.bg-white {
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
.sticky-header.is-sticky .mainmenu > ul > li > a {
        padding-top: 22px;
        padding-bottom: 22px;
        color: rgb(51, 51, 51);
}
.sticky-header.is-sticky .header-buttons ul li {
        padding-top: 16px;
        padding-bottom: 16px;
}
.sticky-header.is-sticky .mainmenu > ul > li > a::before {
        background: rgb(51, 51, 51);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
        .sticky-header.is-sticky {
                background: #ffffff;
                -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
                -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
                box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
        }
        .sticky-header.is-sticky .header-buttons ul li {
                padding-top: 0;
                padding-bottom: 0;
        }
}
@media only screen and (max-width: 767px) {
        .sticky-header.is-sticky {
                background: #ffffff;
                -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
                -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
                box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
        }
        .sticky-header.is-sticky .header-buttons ul li {
                padding-top: 0;
                padding-bottom: 0;
        }
}
@media only screen and (max-width: 575px) {
        .sticky-header.is-sticky .header-buttons {
                display: none;
        }
}
/* Header Style 2 */
.header-style-2 .header-inner {
        padding: 0 9%;
}
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
        .header-style-2 .header-inner {
                padding: 0 5%;
        }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
        .header-style-2 .header-inner {
                padding: 0 1%;
        }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
        .header-style-2 .header-inner {
                padding: 0 1%;
        }
}
/* Header Style 3 */
.header-style-3::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(68, 68, 68, 0.8);
        z-index: -1;
}
.header-style-3 .header-inner {
        padding: 0 32px;
}
.header-style-3 .mainmenu ul li a {
        padding: 21px 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-style-3::before {
                display: none;
        }
}
@media only screen and (max-width: 767px) {
        .header-style-3::before {
                display: none;
        }
}
/* Header Style 4 */
.header-style-4 {
        padding-top: 25px;
}
.header-style-4 .header-inner {
        padding: 0 6%;
}
.header-style-4 .mainmenu {
        flex-grow: 100;
}
.header-style-4 .mainmenu > ul {
        transform-origin: center right;
        transform: scaleX(0);
        opacity: 0;
        visibility: hidden;
        transition: all 0.8s ease-in-out 0s;
        display: inline-block;
}
.header-style-4 .mainmenu.menu-expanded > ul {
        visibility: visible;
        opacity: 1;
        transform: scaleX(1);
}
.header-style-4 .header-buttons {
        margin-left: 30px;
}
.header-style-4 .header-buttons ul li > button:not(.cr-btn), .header-style-4 .header-buttons ul li > a:not(.cr-btn) {
        font-size: 30px;
        padding: 0;
}
.header-style-4 .header-buttons ul li > button:not(.cr-btn) i, .header-style-4 .header-buttons ul li > a:not(.cr-btn) i {
        transition: all 0.5s ease-in-out 0s;
}
.header-style-4 .header-buttons ul li > button:not(.cr-btn):focus, .header-style-4 .header-buttons ul li > a:not(.cr-btn):focus {
        color: #ffffff;
}
.header-style-4.sticky-header.is-sticky {
        padding-top: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
        .header-style-4 .header-inner {
                padding: 0 30px;
        }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-style-4 {
                padding-top: 0px;
        }
        .header-style-4 .header-inner {
                display: none;
        }
}
@media only screen and (max-width: 767px) {
        .header-style-4 {
                padding-top: 0px;
        }
        .header-style-4 .header-inner {
                display: none;
        }
}
/**
Navigation Styles
*/
.mainmenu {
        text-align: left;
        font-family: "gothamrounded-medium", Helvetica, sans-serif;
}
.mainmenu > ul {
        margin-bottom: 0;
        padding-left: 0;
        font-size: 0;
        backface-visibility: hidden;
}
.mainmenu > ul > li {
        display: inline-block;
        position: relative;
        font-size: 16px;
}
.mainmenu > ul > li > a {
        display: inline-block;
        font-size: 16px;
        line-height: 28px;
        color: #ffffff;
        padding: 35px 20px;
        position: relative;
}
.mainmenu > ul > li > a::before {
        content: "";
        position: absolute;
        width: calc(100% - 40px);
        left: 20px;
        top: 50%;
        height: 1px;
        background: #ffffff;
        transform: translateY(10px) scaleX(0);
        transition: all 0.4s ease-out 0s;
        transform-origin: top left;
}
.mainmenu > ul > li:hover > a::before, .mainmenu > ul > li.current > a::before {
        transform: translateY(10px) scaleX(1);
}
.mainmenu > ul > li:first-child > a {
        padding-left: 0;
}
.mainmenu > ul > li:first-child > a:before {
        width: calc(100% - 20px);
        left: 0;
}
.mainmenu > ul > li:last-child > a {
        padding-right: 0;
}
.mainmenu > ul > li:last-child > a:before {
        width: calc(100% - 20px);
}
.bg-white .mainmenu ul li a {
        color: #333333;
}
.bg-white .mainmenu ul li a::before {
        background: #333333;
}
/* Dropdown */
.mainmenu .cr-dropdown {
        position: relative;
}
.mainmenu .cr-dropdown:hover > ul {
        transform: scaleY(1);
}
.mainmenu .cr-dropdown {
        text-align: left;
        font-family: "gothamrounded-medium", Helvetica, sans-serif;
}
.mainmenu .cr-dropdown ul {
        position: absolute;
        left: 0;
        top: 100%;
        background: rgba(255, 255, 255, 1);
        border-radius: 0 0 20px 20px;
        width: 270px;
        padding-left: 0;
        margin-bottom: 0;
        padding: 15px 0;
        box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
        transform: scaleY(0);
        transform-origin: center top;
        transition: all 0.3s ease-out 0s;
        z-index: 30;
}
.mainmenu .cr-dropdown ul li {
        padding: 0 20px;
        display: block;
        position: relative;
        /* Sub Dropdown */
}
.mainmenu .cr-dropdown ul li a {
        display: block;
        padding: 6px 0;
        color: #333333;
        font-size: 14px;
        position: relative;
		line-height: 18px;
}
.mainmenu .cr-dropdown ul li a:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        height: 1px;
        background: #333333;
        width: 0;
        transition: all 0.4s ease-in-out 0s;
}
.mainmenu .cr-dropdown ul li:hover > a {
        padding-left: 15px;
}
.mainmenu .cr-dropdown ul li:hover > a:before {
        width: 10px;
}
.mainmenu .cr-dropdown ul li:hover > ul {
        transform: scaleY(1);
}
.mainmenu .cr-dropdown ul li ul {
        position: absolute;
        left: calc(100% + 1px);
        top: 0;
}
.mainmenu .cr-dropdown.last-element > ul {
        left: auto;
        right: 0;
}
.mainmenu .cr-dropdown.last-element ul li ul {
        left: auto;
        right: calc(100% + 1px);
}
/**
Banner Styles
*/
.banner-area {
        position: relative;
}
.banner {
        display: flex !important;
        align-items: center;
}
.banner-content {
        padding: 100px 75px;
        transform: translateZ(0);
}
.banner-content > * {
        backface-visibility: hidden !important;
        transform: translateZ(0) !important;
}
.banner-content h1, .banner-content h2, .banner-content h3, .banner-content h4, .banner-content h5, .banner-content h6, .banner-content p {
        color: #ffffff;
        font-family: "gothamrounded-medium", sans-serif;
}
.banner-content h5 {
        font-size: 30px;
        font-weight: 400;
        letter-spacing: 8px;
}
.banner-content h1 {
        font-size: 80px;
        line-height: 90px;
        font-weight: 700;
}
.banner-content h1 span {
        font-weight: 300;
}
.banner-content h2 {
        font-family: "gothamrounded-bold", sans-serif;
        font-size: 80px;
        line-height: 90px;
}
.banner-content p {
        font-size: 26px;
        margin-top: 40px;
        padding-bottom: 10px;
        font-weight: 400;
        font-family: "gothamrounded-light", sans-serif;
        line-height: 1.3;
}
.banner-content .cr-btn {
        margin-top: 50px;
}
.banner-content .cr-btn-dark::before, .banner-content .cr-btn-dark::after {
        display: none;
}
.banner-content .cr-btn-dark:hover {
        background: #ffffff;
        color: #222222;
        border-color: #ffffff;
}
.banner-content.banner-content-2 p {
        margin-top: 20px;
        font-size: 14px;
        line-height: 24px;
        padding: 0 100px;
}
.banner-content.banner-content-2 .cr-btn {
        margin-top: 30px;
}
.header:not(.header-transparent) ~ .banner-area .banner {
        padding-top: 0;
        min-height: calc(100vh - 98px);
}
.header:not(.header-transparent) ~ .banner-area .banner.fullscreen {
        min-height: calc(100vh - 98px);
}
.header-transparent ~ .banner-area .banner {
        padding-top: 98px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-transparent ~ .banner-area .banner {
                padding-top: 0;
        }
}
@media only screen and (max-width: 767px) {
        .header-transparent ~ .banner-area .banner {
                padding-top: 0;
        }
}
@media only screen and (max-width: 575px) {
        .header-transparent ~ .banner-area .banner {
                padding-top: 0;
        }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
        .banner-content {
                padding: 100px 85px;
        }
        .banner-content h1 {
                font-size: 76px;
                line-height: 82px;
        }
        .banner-content h2 {
                font-size: 76px;
                line-height: 82px;
        }
        .banner-content p {
                margin-top: 35px;
        }
        .banner-content .cr-btn {
                margin-top: 40px;
        }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
        .banner-content {
                padding: 100px 20px;
        }
        .banner-content h1 {
                font-size: 56px;
                line-height: 66px;
        }
        .banner-content h2 {
                font-size: 56px;
                line-height: 66px;
        }
        .banner-content p {
                font-size: 22px;
                margin-top: 18px;
        }
        .banner-content .cr-btn {
                margin-top: 25px;
        }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
        .banner-content {
                padding: 100px 20px;
        }
        .banner-content h1 {
                font-size: 52px;
                line-height: 58px;
        }
        .banner-content h2 {
                font-size: 52px;
                line-height: 58px;
        }
        .banner-content p {
                font-size: 20px;
                margin-top: 20px;
        }
        .banner-content .cr-btn {
                margin-top: 25px;
        }
}
@media only screen and (max-width: 767px) {
        .banner-content {
                padding: 100px 20px;
        }
        .banner-content h1 {
                font-size: 40px;
                line-height: 44px;
        }
        .banner-content h2 {
                font-size: 40px;
                line-height: 44px;
        }
        .banner-content p {
                font-size: 20px;
                margin-top: 20px;
        }
        .banner-content .cr-btn {
                margin-top: 25px;
        }
        .banner-content.banner-content-2 p {
                padding: 0 30px;
        }
}
@media only screen and (max-width: 575px) {
        .banner-content h1 {
                font-size: 34px;
                line-height: 38px;
        }
        .banner-content h2 {
                font-size: 34px;
                line-height: 38px;
        }
        .banner-content.banner-content-2 p {
                padding: 0;
        }
}
/* Banner Animation */
.banner-slider-active .slick-current.slick-active .banner-content h1, .banner-slider-active-with-navigation .slick-current.slick-active .banner-content h1 {
        animation: crFadeInUp 1s ease-in-out 0s 1 both;
}
.banner-slider-active .slick-current.slick-active .banner-content p, .banner-slider-active-with-navigation .slick-current.slick-active .banner-content p {
        animation: crFadeInUp 1s ease-in-out 0.3s 1 both;
}
.banner-slider-active .slick-current.slick-active .banner-content .cr-btn, .banner-slider-active-with-navigation .slick-current.slick-active .banner-content .cr-btn {
        animation: crFadeInUp 1s ease-in-out 0.6s 1 both;
}
.banner-social-icons {
        position: absolute;
        left: 40px;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        z-index: 2;
        text-align: center;
}
.banner-social-icons ul {
        padding-left: 0;
        margin-bottom: 0;
        position: relative;
}
.banner-social-icons ul::before, .banner-social-icons ul::after {
        content: "";
        position: absolute;
        left: 50%;
        height: 100px;
        width: 2px;
        margin-left: -1px;
        background: rgba(255, 255, 255, 0.5);
}
.banner-social-icons ul::before {
        bottom: calc(100% + 10px);
        top: auto;
}
.banner-social-icons ul::after {
        top: calc(100% + 10px);
        bottom: auto;
}
.banner-social-icons ul li {
        display: block;
        list-style: none;
}
.banner-social-icons ul li a {
        display: block;
        font-size: 18px;
        color: #fff;
}
.banner-social-icons ul li a:hover {
        color: #00ab98;
}
@media only screen and (max-width: 575px) {
        .banner-social-icons {
                left: 10px;
        }
}
/* Banner Contentbox */
.banner-contentbox {
        background: rgba(0, 0, 0, 0.4);
        margin-left: 12%;
        padding: 100px;
        max-width: 700px;
        margin-top: 100px;
        margin-bottom: 100px;
        box-shadow: 0 0 40px rgba(255, 255, 255, 0.08);
}
.banner-contentbox h1, .banner-contentbox h2, .banner-contentbox h3, .banner-contentbox h4, .banner-contentbox h5, .banner-contentbox h6, .banner-contentbox p {
        color: #ffffff;
        font-family: "Poppins", sans-serif;
}
.banner-contentbox h1 {
        font-size: 60px;
        line-height: 80px;
}
.banner-contentbox .cr-btn {
        margin-top: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
        .banner-contentbox {
                padding: 70px;
        }
        .banner-contentbox h1 {
                font-size: 48px;
                line-height: 60px;
        }
        .banner-contentbox .cr-btn {
                margin-top: 30px;
        }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
        .banner-contentbox {
                padding: 50px;
        }
        .banner-contentbox h1 {
                font-size: 42px;
                line-height: 60px;
        }
        .banner-contentbox .cr-btn {
                margin-top: 30px;
        }
}
@media only screen and (max-width: 767px) {
        .banner-contentbox {
                padding: 50px;
        }
        .banner-contentbox h1 {
                font-size: 38px;
                line-height: 56px;
        }
        .banner-contentbox .cr-btn {
                margin-top: 25px;
        }
}
@media only screen and (max-width: 767px) {
        .banner-contentbox {
                padding: 30px;
                margin: 100px auto;
        }
        .banner-contentbox h1 {
                font-size: 32px;
                line-height: 48px;
        }
        .banner-contentbox .cr-btn {
                margin-top: 25px;
        }
}
.banner-area {
        position: relative;
}
.banner-area .particles-js {
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 1;
}
/**
Promobox Styles
*/
/* Promobox Thumb */
.promoimage {
        overflow: hidden;
}
.promoimage img {
        width: 100%;
}
.promoimage-animated > img {
        animation: crZoomInOut 20s ease-in-out infinite both;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
        .promoimage {
                margin: 0px;
                margin-bottom: 0;
        }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
        .promoimage {
                margin: 0px;
                margin-bottom: 0;
        }
}
@media only screen and (max-width: 767px) {
        .promoimage {
                margin: 0px;
                margin-bottom: 0;
        }
}
@media only screen and (max-width: 575px) {
        .promoimage {
                margin: 0px;
                margin-bottom: 0;
        }
}
/* Promobox Content */
.promocontent {
        text-align: left;
        padding: 20px 0;
        padding-right: 5%;
        padding-left: 5%;
}
.promocontent.promocontent-right {
        padding-right: 5%;
        padding-left: 5%;
}
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
        .promocontent {
                padding-left: 5%;
        }
        .promocontent.promocontent-right {
                padding-right: 5%;
        }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
        .promocontent {
                padding: 40px 20px;
        }
        .promocontent.promocontent-right {
                padding: 40px 20px;
        }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
        .promocontent {
                padding: 40px 20px;
        }
        .promocontent.promocontent-right {
                padding: 40px 20px;
        }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
        .promocontent {
                padding: 20px 20px;
        }
        .promocontent.promocontent-right {
                padding: 20px 20px;
        }
}
@media only screen and (max-width: 767px) {
        .promocontent {
                padding: 20px 20px;
        }
        .promocontent.promocontent-right {
                padding: 20px 20px;
        }
}
@media only screen and (max-width: 575px) {
        .promocontent {
                padding: 20px 10px;
        }
        .promocontent.promocontent-right {
                padding: 20px 10px;
        }
}
/* Promocontent 2 */
.promocontent-2 {
        padding-left: 18%;
}
.promocontent-2.promocontent-right {
        padding-right: 18%;
}
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
        .promocontent-2 {
                padding-left: 12%;
        }
        .promocontent-2.promocontent-right {
                padding-right: 12%;
        }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
        .promocontent-2 {
                padding: 50px 30px;
        }
        .promocontent-2.promocontent-right {
                padding: 50px 30px;
        }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
        .promocontent-2 {
                padding: 50px 30px;
        }
        .promocontent-2.promocontent-right {
                padding: 50px 30px;
        }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
        .promocontent-2 {
                padding: 50px 30px;
        }
        .promocontent-2.promocontent-right {
                padding: 50px 30px;
        }
}
@media only screen and (max-width: 767px) {
        .promocontent-2 {
                padding: 50px 30px;
        }
        .promocontent-2.promocontent-right {
                padding: 50px 30px;
        }
}
@media only screen and (max-width: 575px) {
        .promocontent-2 {
                padding: 50px 15px;
        }
        .promocontent-2.promocontent-right {
                padding: 50px 15px;
        }
}
/* Promocontent 3 */
.promocontent-3 {
        padding: 50px;
        width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
        .promocontent-3 {
                padding: 30px;
        }
}
@media only screen and (max-width: 575px) {
        .promocontent-3 {
                padding: 20px;
        }
}
/* Promocontent 4 */
.promocontent-4 {
        padding: 50px 24%;
}
.promocontent-4 .promocontent-right {
        padding: 50px 24%;
}
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
        .promocontent-4 {
                padding: 50px 10%;
        }
        .promocontent-4 .promocontent-right {
                padding: 50px 10%;
        }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
        .promocontent-4 {
                padding: 50px 10%;
        }
        .promocontent-4 .promocontent-right {
                padding: 50px 10%;
        }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
        .promocontent-4 {
                padding: 50px 30px;
        }
        .promocontent-4 .promocontent-right {
                padding: 50px 30px;
        }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
        .promocontent-4 {
                padding: 50px 30px;
        }
        .promocontent-4 .promocontent-right {
                padding: 50px 30px;
        }
}
@media only screen and (max-width: 767px) {
        .promocontent-4 {
                padding: 50px 30px;
        }
        .promocontent-4 .promocontent-right {
                padding: 50px 30px;
        }
}
/* Promocontent 5 */
.promocontent-5 {
        padding: 50px 16.5%;
}
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
        .promocontent-5 {
                padding: 50px 10%;
        }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
        .promocontent-5 {
                padding: 50px 30px;
        }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
        .promocontent-5 {
                padding: 50px 30px;
        }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
        .promocontent-5 {
                padding: 50px 30px;
        }
}
@media only screen and (max-width: 767px) {
        .promocontent-5 {
                padding: 50px 30px;
        }
}
/* Promocontent 6 */
.promocontent-6 {
        padding-right: 11%;
        padding-left: 32%;
}
.promocontent-6.promocontent-right {
        padding-left: 11%;
        padding-right: 32%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
        .promocontent-6 {
                padding-right: 30px;
                padding-left: 30px;
        }
        .promocontent-6.promocontent-right {
                padding-left: 30px;
                padding-right: 30px;
        }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
        .promocontent-6 {
                padding-right: 30px;
                padding-left: 30px;
        }
        .promocontent-6.promocontent-right {
                padding-left: 30px;
                padding-right: 30px;
        }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
        .promocontent-6 {
                padding-right: 30px;
                padding-left: 30px;
        }
        .promocontent-6.promocontent-right {
                padding-left: 30px;
                padding-right: 30px;
        }
}
@media only screen and (max-width: 767px) {
        .promocontent-6 {
                padding-right: 30px;
                padding-left: 30px;
        }
        .promocontent-6.promocontent-right {
                padding-left: 30px;
                padding-right: 30px;
        }
}
/* Promocontent 4 */
.promocontent-7 {
        padding: 50px 20%;
}
.promocontent-7 .promocontent-right {
        padding: 50px 24%;
}
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
        .promocontent-7 {
                padding: 50px 10%;
        }
        .promocontent-7 .promocontent-right {
                padding: 50px 10%;
        }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
        .promocontent-7 {
                padding: 50px 10%;
        }
        .promocontent-7 .promocontent-right {
                padding: 50px 10%;
        }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
        .promocontent-7 {
                padding: 50px 30px;
        }
        .promocontent-7 .promocontent-right {
                padding: 50px 30px;
        }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
        .promocontent-7 {
                padding: 50px 30px;
        }
        .promocontent-7 .promocontent-right {
                padding: 50px 30px;
        }
}
@media only screen and (max-width: 767px) {
        .promocontent-7 {
                padding: 50px 30px;
        }
        .promocontent-7 .promocontent-right {
                padding: 50px 30px;
        }
}
/**
About Styles
*/
.about-content .section-title {
        padding-right: 0;
}
.about-content p {
        margin-bottom: 25px;
}
.about-content .cr-btn {
        margin-top: 20px;
}
.about-style-2 {
        color: #ffffff;
        padding-left: 100px;
        padding-right: 100px;
        margin-top: -100px;
        position: relative;
}
.about-style-2::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(27, 28, 32, 0.9);
}
.about-style-2 .about-content {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 50px;
}
.about-style-2 .about-content h2 {
        color: #ffffff;
        font-size: 40px;
        font-weight: 500;
        font-family: "Poppins", sans-serif;
        position: relative;
        padding-bottom: 12px;
        margin-bottom: 40px;
}
.about-style-2 .about-content h2::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100px;
        height: 1px;
        background: #ffffff;
}
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
        .about-style-2 {
                margin-top: -50px;
        }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
        .about-style-2 {
                margin-top: 0px;
        }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
        .about-style-2 {
                margin-top: 0px;
        }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
        .about-style-2 {
                margin-top: 0px;
                padding-left: 30px;
                padding-right: 30px;
        }
}
@media only screen and (max-width: 767px) {
        .about-style-2 {
                margin-top: 0px;
                padding-left: 30px;
                padding-right: 30px;
        }
        .about-style-2 .about-content {
                padding-right: 0;
        }
        .about-style-2 .about-content h2 {
                font-size: 30px;
        }
}
.about-thumb-2 {
        padding-right: 70px;
}
.about-content-2 > p {
        color: #333333;
}
.about-content-2 .cr-readmore2 {
        margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
        .about-content-2 {
                margin-top: 50px;
        }
}
@media only screen and (max-width: 767px) {
        .about-content-2 {
                margin-top: 50px;
        }
        .about-thumb-2 {
                padding-right: 0;
        }
}
/* About Page Style */
.pg-about-content-wrap {
        align-self: stretch;
        display: flex;
        align-items: center;
        position: relative;
}
.pg-about-content-wrap::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-image: url(images/others/pg-about-content-bg.jpg);
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: cover;
        background-position: center center;
        opacity: 0.1;
}
.pg-about-content h5 {
        font-size: 18px;
        line-height: 28px;
        color: #666666;
        font-weight: 700;
}
.pg-about-content-2 ul.nav li {
        padding-right: 10px;
        display: inline-block;
}
.pg-about-content-2 ul.nav li:after {
        content: "/";
        display: inline-block;
        font-size: 20px;
}
.pg-about-content-2 ul.nav li:last-child::after {
        display: none;
}
.pg-about-content-2 ul.nav li a {
        display: inline-block;
        padding: 0;
        font-size: 18px;
        color: #666666;
        letter-spacing: 1px;
        font-weight: 400;
        transition: all 0.3s ease-in-out 0s;
}
.pg-about-content-2 ul.nav li a.active {
        font-weight: 700;
}
.pg-about-content-2 .tab-content {
        margin-top: 30px;
}
.pg-about-content-2 .tab-content p {
        letter-spacing: 1px;
}
.pg-about-content-2 .tab-content li {
        letter-spacing: 1px;
}
/**
Service Styles
*/
.services {
        margin-top: -40px;
}
.promocontent .services {
        padding-right: 0px;
        margin-top: 20px;
}
.promocontent-4 .services {
        padding-right: 0;
}
.promocontent-4 .service {
        margin-top: 30px;
}
.service {
        display: flex;
        margin-top: 0px;
}
.service-icon {
        height: 50px;
        width: 50px;
        border: 1px solid #dddddd;
        text-align: center;
        color: #00ab98;
        font-size: 20px;
        line-height: 50px;
        position: relative;
        margin-right: 20px;
		border-radius: 10px;
}
.service-icon i {
        font-size: 20px;
}
.service-icon:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
		border-radius: 10px;
}
.service-content {
        flex-shrink: 100;
        margin-top: -5px;
        text-align: left;
}
.service-content h5, h6 {
		color: #00ab98;
}
.service-content p {
        margin-bottom: 0;
}
.service:hover .service-icon::before {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        animation: crZoomInOutInvisible 0.5s ease-in-out 1 forwards;
}
@media only screen and (max-width: 767px) {
        .promocontent .services {
                padding-right: 0;
        }
}
/* Service Style 2 */
.service-style-2-grid {
        margin-top: -50px;
}
.service-style-2 {
        display: block;
        padding: 65px 40px;
        margin-top: 50px;
        transition: 0.4s ease-out;
        text-align: center;
}
.service-style-2 .service-icon {
        display: inline-block;
        margin-bottom: 25px;
        height: 60px;
        width: 60px;
        margin-right: 0;
}
.service-style-2 .service-icon::before {
        display: none;
}
.service-style-2 .service-icon i {
        background: -webkit-linear-gradient(-90deg, #fe0190 0%, #ed560e 62%, #ff9600 100%);
        background: -moz-linear-gradient(-90deg, #fe0190 0%, #ed560e 62%, #ff9600 100%);
        background: -ms-linear-gradient(-90deg, #fe0190 0%, #ed560e 62%, #ff9600 100%);
        background: -o-linear-gradient(-90deg, #fe0190 0%, #ed560e 62%, #ff9600 100%);
        background: linear-gradient(-90deg, #f71595 0%, #ed560e 62%, #ff9600 100%);
        -webkit-background-clip: text;
        -moz-background-clip: text;
        -ms-background-clip: text;
        -o-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        -moz-text-fill-color: transparent;
        -ms-text-fill-color: transparent;
        -o-text-fill-color: transparent;
        text-fill-color: transparent;
        font-size: 36px;
        line-height: 58px;
}
.service-style-2 .service-content {
        text-align: center;
}
.service-style-2 .service-content h6 {
        font-size: 16px;
        line-height: 28px;
        color: #666666;
}
.service-style-2 .service-content p {
        margin-bottom: 0;
}
.service-style-2:hover {
        box-shadow: 0px 8px 20px rgba(37, 37, 37, 0.25);
}
.bg-white .service-style-2 {
        background: #fafafa;
}
.bg-white .service-style-2:hover {
        background: #ffffff;
}
.bg-grey .service-style-2 {
        background: #ffffff;
}
.bg-grey .service-style-2:hover {
        background: #fafafa;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
        .service-style-2 {
                padding: 50px 20px;
        }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
        .service-style-2 {
                padding: 50px 30px;
        }
}
@media only screen and (max-width: 575px) {
        .service-style-2 {
                padding: 50px 20px;
        }
}
/* Service Style 3 */
.service-style-3-gallery {
        margin-top: 0px;
}
.service-style-3 {
        display: block;
		background-color: white;
        padding: 30px 20px;
		height: 100%;
		border-radius: 10px;
        transition: 0.4s ease-out;
        text-align: center;
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.service-style-3 .service-icon {
        display: inline-block;
		height: 95px;
		width: 95px;
        border-radius: 1000px;
        background: #f6f6f6;
        border: none;
        color: #222222;
        margin-right: 0;
        transition: all 0.2s ease-in-out 0s;
}
.service-style-3 .service-icon i {
        line-height: 80px;
        font-size: 15px;
}
.service-style-3 .service-icon::before {
        display: none;
}
.service-style-3 .service-icon::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        height: 100%;
        width: 100%;
        border: 0px solid rgba(0, 171, 152, 0.3);
        border-radius: 1000px;
        transform: translate(-50%, -50%);
        transition: all 0.3s ease-in-out 0s;
        box-sizing: content-box;
}
.service-style-3 .service-content {
        padding: 0;
        padding-top: 30px;
        text-align: center;
}
.service-style-3 .service-content h2 {
        font-family: "gothamrounded-bold";
		color: #333333;
		text-transform: uppercase;
		font-size: 16px;
		margin-bottom: 0px;
		transition: all 0.3s ease-in-out 0s;
}
.service-style-3:hover .service-content h2 {
        font-family: "gothamrounded-bold";
		color: #00ab98;
		font-size: 16px;
		margin-bottom: 0px;
}
.service-style-3 .service-content p {
        margin-bottom: 0;
}
.service-style-3:hover {
		transform: translateY(-6px);
        box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
}
.service-style-3:hover .service-icon {
        background: #ffffff;
        color: #ffffff;
        transform: scale(0.9);
}
.service-style-3:hover .service-icon::after {
        border: 2px solid rgba(0, 171, 152, 1);
}
.services-wrap {
        background: url(images/others/service-background.jpg) no-repeat scroll center center;
        background-size: cover;
        align-self: stretch;
        display: flex;
        align-items: center;
        position: relative;
        overflow: hidden;
}
.services-wrap::after {
        content: attr(data-boxtitle);
        position: absolute;
        left: 0;
        top: 0;
        font-size: 50vh;
        transform: translate(-6%, -30%);
        font-weight: 700;
        font-family: "Poppins", sans-serif;
        color: rgba(255, 255, 255, 0.6);
        text-shadow: 10px 15px 5px rgba(142, 129, 129, 0.45);
        line-height: 1;
        z-index: 1;
}
/* Service Style 4 */
.services-2 {
        margin-top: -50px;
        padding: 80px;
        margin-left: -10px;
        margin-right: -10px;
}
.services-2 .service-style-4 {
        margin: 0 10px;
        margin-top: 50px;
}
.service-style-4-grid {
        margin-top: -50px;
}
.service-style-4 {
        margin-top: 50px;
        display: block;
        background: #ffffff;
        padding: 50px 30px;
        position: relative;
        z-index: 1;
        transition: all 0.3s ease-in-out 0s;
}
.service-style-4 h4 {
        color: #555555;
        font-weight: 400;
}
.service-style-4 p {
        color: #666666;
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 0;
}
.service-style-4:hover {
        box-shadow: 0 0 30px rgba(206, 206, 206, 0.6);
}
.service-count {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 80px;
        color: rgba(0, 0, 0, 0.1);
        font-weight: 700;
        z-index: -1;
}
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
        .services-2 {
                padding: 80px 30px;
        }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
        .services-2 {
                padding: 80px 15px;
                margin-left: 0;
                margin-right: 0;
        }
        .services-2 .service-style-4 {
                margin: 0;
                margin-top: 50px;
        }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
        .services-2 {
                padding: 80px 30px;
                margin-left: 0;
                margin-right: 0;
        }
        .services-2 .service-style-4 {
                margin: 0;
                margin-top: 50px;
        }
}
@media only screen and (max-width: 575px) {
        .services-2 {
                padding: 80px 15px;
                margin-left: 0;
                margin-right: 0;
        }
        .services-2 .service-style-4 {
                margin: 0;
                margin-top: 50px;
        }
}
/* Service Style 5 */
.service-style-5-gallery {
        margin-top: -30px;
}
.service-style-5 {
        display: block;
        padding: 0;
        margin-top: 30px;
        transition: 0.4s ease-out;
        text-align: center;
}
.service-style-5 .service-icon {
        display: inline-block;
        margin-top: 50px;
        margin-bottom: 25px;
        height: 60px;
        width: 60px;
        margin-right: 0;
}
.service-style-5 .service-icon::before {
        display: none;
}
.service-style-5 .service-icon i {
        background: -webkit-linear-gradient(-90deg, #fe0190 0%, #ed560e 62%, #ff9600 100%);
        background: -moz-linear-gradient(-90deg, #fe0190 0%, #ed560e 62%, #ff9600 100%);
        background: -ms-linear-gradient(-90deg, #fe0190 0%, #ed560e 62%, #ff9600 100%);
        background: -o-linear-gradient(-90deg, #fe0190 0%, #ed560e 62%, #ff9600 100%);
        background: linear-gradient(-90deg, #f71595 0%, #ed560e 62%, #ff9600 100%);
        -webkit-background-clip: text;
        -moz-background-clip: text;
        -ms-background-clip: text;
        -o-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        -moz-text-fill-color: transparent;
        -ms-text-fill-color: transparent;
        -o-text-fill-color: transparent;
        text-fill-color: transparent;
        font-size: 36px;
        line-height: 58px;
}
.service-style-5 .service-content {
        text-align: center;
        padding: 50px 130px;
        padding-top: 0;
}
.service-style-5 .service-content h6 {
        font-size: 16px;
        line-height: 28px;
        color: #666666;
}
.service-style-5 .service-content p {
        margin-bottom: 0;
}
.service-style-5:hover {
        box-shadow: 0px 8px 20px rgba(37, 37, 37, 0.25);
}
.bg-white .service-style-5 {
        background: #fafafa;
}
.bg-white .service-style-5:hover {
        background: #ffffff;
}
.bg-grey .service-style-5 {
        background: #ffffff;
}
.bg-grey .service-style-5:hover {
        background: #fafafa;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
        .service-style-5 {
                padding: 0;
        }
        .service-style-5 .service-content {
                padding: 50px;
                padding-top: 0;
        }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
        .service-style-5 {
                padding: 0;
        }
        .service-style-5 .service-content {
                padding: 50px 20px;
                padding-top: 0;
        }
}
@media only screen and (max-width: 767px) {
        .service-style-5 {
                padding: 0;
        }
        .service-style-5 .service-content {
                padding: 50px 50px;
                padding-top: 0;
        }
}
@media only screen and (max-width: 575px) {
        .service-style-5 {
                padding: 0;
        }
        .service-style-5 .service-content {
                padding: 50px 20px;
                padding-top: 0;
        }
}
/**
Features Styels
*/
.feature {
        margin-top: 55px;
        padding-right: 80px;
}
.feature h6 {
        color: #666666;
        font-size: 16px;
        font-weight: 700;
}
.features-area-inner {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-top: 160px;
}
.features-area-thumb {
        flex: 0 0 50%;
}
.features-area-features {
        flex: 0 0 50%;
        padding-right: 150px;
        margin-top: -55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
        .features-area-inner {
                margin-top: 70px;
        }
        .features-area-features {
                padding-right: 5%;
                margin-top: 0;
        }
        .feature {
                margin-top: 15px;
                padding-right: 0;
        }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
        .features-area-inner {
                margin-top: 70px;
        }
        .features-area-features {
                padding-right: 0;
                margin-top: 0;
        }
        .feature {
                margin-top: 15px;
                padding-right: 0;
        }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
        .features-area-inner {
                margin-top: 50px;
                flex-wrap: wrap;
        }
        .features-area-thumb {
                flex: 0 0 100%;
        }
        .features-area-thumb img {
                width: 1005px;
        }
        .features-area-features {
                flex: 0 0 100%;
                margin: 50px 0;
                padding: 0 5%;
        }
        .feature {
                margin-top: 15px;
                padding-right: 0;
        }
}
@media only screen and (max-width: 767px) {
        .features-area-inner {
                margin-top: 50px;
                flex-wrap: wrap;
        }
        .features-area-thumb {
                flex: 0 0 100%;
        }
        .features-area-thumb img {
                width: 1005px;
        }
        .features-area-features {
                flex: 0 0 100%;
                margin: 50px 0;
                padding: 0 5%;
        }
        .feature {
                margin-top: 15px;
                padding-right: 0;
        }
}
/**
Countbox Styles
*/
.countboxes {
        margin-top: -30px;
        counter-reset: section;
}
.countbox {
        padding: 20px 40px 55px 40px;
        position: relative;
        margin-top: 30px;
        transition: all 0.4s ease-in-out 0s;
}
.countbox::before {
        counter-increment: section;
        content: counter(section) ".";
        font-weight: 700;
        font-family: "Poppins", sans-serif;
        font-size: 56px;
        line-height: 80px;
        color: #00ab98;
        position: relative;
}
.countbox h6 {
        margin-top: 8px;
        color: #333333;
        letter-spacing: 1px;
}
.countbox:hover {
        box-shadow: 0 7px 15px rgba(0, 0, 0, 0.2);
}
.bg-white .countbox {
        background: #f6f6f6;
}
.bg-grey .countbox {
        background: #ffffff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
        .countbox {
                padding: 20px 20px 55px 20px;
        }
}
/**
Portfolio Styles
*/
.portfolio-filters {
        margin-bottom: 30px;
}
.portfolio-filters button {
        background: transparent;
        outline: none;
        border: none;
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        color: #666666;
        font-weight: 700;
        padding: 7px 15px;
        transition: all 0.4s ease-out 0s;
        position: relative;
        z-index: 1;
        margin-right: 1px;
}
.portfolio-filters button::before, .portfolio-filters button::after {
        content: "";
        position: absolute;
        left: 1px;
        bottom: 1px;
        right: 1px;
        top: 1px;
        z-index: -1;
        transition: all 0.4s ease-out 0s;
        transform: scale(0);
        backface-visibility: hidden;
}
.portfolio-filters button::before {
        border-left: 1px solid #00ab98;
        border-top: 1px solid #00ab98;
        transform-origin: 0 0;
}
.portfolio-filters button::after {
        border-right: 1px solid #00ab98;
        border-bottom: 1px solid #00ab98;
        transform-origin: 100% 100%;
}
.portfolio-filters button:hover {
        color: #00ab98;
}
.portfolio-filters button.is-checked {
        color: #00ab98;
}
.portfolio-filters button.is-checked::before, .portfolio-filters button.is-checked::after {
        transform: scale(1);
}
.portfolio-filters.portfolio-filters-2 button::before {
        border: none;
        height: 1px;
        background: #00ab98;
        top: 50%;
        left: 15px;
        width: calc(100% - 30px);
        transform-origin: 0 0;
}
.portfolio-filters.portfolio-filters-2 button::after {
        border: none;
        height: 2px;
        background: rgba(42, 104, 252, 0.5);
        top: auto;
        bottom: 4px;
        left: 15px;
        width: calc(100% - 30px);
        transform-origin: 0 0;
}
.portfolio-filters.portfolio-filters-2 button:hover {
        color: #00ab98;
}
.portfolio-filters.portfolio-filters-2 button:hover::before {
        transform: scale(0);
}
.portfolio-filters.portfolio-filters-2 button:hover::after {
        transform: scale(1);
}
.portfolio-filters.portfolio-filters-2 button.is-checked {
        color: #00ab98;
}
.portfolio-filters.portfolio-filters-2 button.is-checked::before {
        transform: scale(1);
}
.portfolio-filters.portfolio-filters-2 button.is-checked::after {
        transform: scale(1);
}
.portfolio {
        position: relative;
        overflow: hidden;
}
.portfolio-thumb {
        width: 100%;
}
.portfolio-content {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
}
.portfolio-content::before {
        content: "";
        position: absolute;
        left: 11px;
        top: 11px;
        height: calc(100% - 22px);
        width: calc(100% - 22px);
        background: rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 20px -7px #eaeaeb;
        z-index: 2;
        visibility: hidden;
        opacity: 0;
        transition: all 0.4s cubic-bezier(0.4, 0, 1, 1) 0s;
}
.portfolio-content::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 1;
        visibility: hidden;
        opacity: 0;
        transition: all 0.4s cubic-bezier(0.4, 0, 1, 1) 0s;
}
.portfolio-content a {
        color: #ffffff;
}
.portfolio-content a:hover {
        color: #00ab98;
}
.portfolio-content h4 {
        color: #ffffff;
        font-weight: 700;
        margin-bottom: 10px;
        visibility: hidden;
        opacity: 0;
        transform: translateY(-20px);
        transition: all 0.4s cubic-bezier(0.4, 0, 1, 1) 0s;
}
.portfolio-content h6 {
        color: #ffffff;
        font-size: 14px;
        margin-bottom: 0;
        visibility: hidden;
        opacity: 0;
        transform: translateY(20px);
        transition: all 0.4s cubic-bezier(0.4, 0, 1, 1) 0s;
}
.portfolio-content-inner {
        position: relative;
        z-index: 3;
        padding: 20px;
}
.portfolio:hover .portfolio-content::before {
        visibility: visible;
        opacity: 1;
}
.portfolio:hover .portfolio-content::after {
        visibility: visible;
        opacity: 1;
}
.portfolio:hover .portfolio-content h4, .portfolio:hover .portfolio-content h6 {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
}
/* Portfolio Style 2 */
.portfolios2 {
        margin-left: -15px;
        margin-right: -15px;
        margin-top: -30px;
}
.portfolios2 .portfolio-single.large-width {
        width: 54%;
}
.portfolios2 .portfolio-single.small-width {
        width: 46%;
}
.portfolios2 .portfolio-single.half-width {
        width: 50%;
}
.portfolio-style-2 {
        margin-top: 30px;
        margin-left: 15px;
        margin-right: 15px;
}
.portfolio-style-2 .portfolio-thumb img {
        width: 100%;
}
.portfolio-style-2 .portfolio-content::before {
        display: none;
}
.portfolio-style-2 .portfolio-content::after {
        background: rgba(34, 34, 34, 0.9);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
        .portfolios2 .portfolio-single.large-width {
                width: 100%;
        }
        .portfolios2 .portfolio-single.small-width {
                width: 100%;
        }
        .portfolios2 .portfolio-single.half-width {
                width: 100%;
        }
}
@media only screen and (max-width: 767px) {
        .portfolios2 .portfolio-single.large-width {
                width: 100%;
        }
        .portfolios2 .portfolio-single.small-width {
                width: 100%;
        }
        .portfolios2 .portfolio-single.half-width {
                width: 100%;
        }
}
/* Portfolio Style 3 */
.portfolios3 {
        margin-left: -7.5px;
        margin-right: -7.5px;
}
.portfolio-style-3 {
        margin: 0 7.5px;
        margin-top: 15px;
}
.portfolio-style-3 .portfolio-content::before {
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
}
/* Portfolio Style 4 */
.portfolios4 {
        margin-left: -7px;
        margin-right: -7px;
}
.portfolios4 .portfolio-single {
        padding-left: 7px;
        padding-right: 7px;
        margin-top: 14px;
        overflow: hidden;
}
.portfolio-style-4 {
        margin: 0;
}
.portfolio-style-4 .portfolio-thumb img {
        width: 100%;
}
.portfolio-style-4 .portfolio-content::before {
        display: none;
}
.portfolio-style-4 .portfolio-content::after {
        background: rgba(0, 0, 0, 0.5);
}
.loadmore-wrap {
        background: url(images/bg/loadmore-background.jpg) no-repeat scroll center center;
        background-size: cover;
}
.loadmore-wrap h1, .loadmore-wrap h2, .loadmore-wrap h3, .loadmore-wrap h4, .loadmore-wrap h5, .loadmore-wrap h6, .loadmore-wrap p {
        color: #f6f6f6;
}
.loadmore-wrap h5 {
        font-size: 18px;
        letter-spacing: 3px;
        font-weight: 400;
}
.loadmore-wrap h6 {
        font-size: 12px;
        position: relative;
        margin-bottom: 70px;
}
.loadmore-wrap h6:after {
        content: "";
        width: 1px;
        background: #ffffff;
        height: 30px;
        position: absolute;
        left: 50%;
        top: 25px;
}
.loadmore-wrap button {
        color: #ffffff;
        font-size: 16px;
}
/* Related Portfolio */
.related-portfolio {
        margin-top: 30px;
}
.related-portfolio-thumb {
        position: relative;
        display: inline-block;
}
.related-portfolio-thumb::before {
        content: "";
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
        background: rgba(42, 104, 252, 0.8);
        opacity: 0;
        transition: opacity 0.4s ease-out 0s;
}
.related-portfolio:hover .related-portfolio-thumb::before {
        opacity: 1;
}
.related-portfolio-content {
        padding-top: 16px;
}
.related-portfolio-content h5 {
        font-size: 18px;
        font-weight: 700;
}
.related-portfolio-content h6 {
        font-size: 14px;
        margin-bottom: 0;
}
.related-portfolio-content h5, .related-portfolio-content h6 {
        color: #666666;
}
.related-portfolio-content h5 a, .related-portfolio-content h6 a {
        color: #666666;
}
.related-portfolio-content h5 a:hover, .related-portfolio-content h6 a:hover {
        color: #00ab98;
}
/**
Skill Area Styles
*/
.skills-area-content-wrap {
        display: flex;
        align-items: center;
        box-shadow: -11px 20px 20px 20px rgba(158, 158, 158, 0.1);
}
.skill-thumb img {
        width: 100%;
}
/* Skills style 2 */
.progressbox {
        display: flex;
        flex-wrap: wrap;
        height: 410px;
        width: 410px;
        position: relative;
        margin: 50px auto;
}
.progressbox::before {
        content: "";
        position: absolute;
        height: 100%;
        width: 1px;
        background: #ffffff;
        left: 50%;
        top: 0;
}
.progressbox::after {
        content: "";
        position: absolute;
        height: 1px;
        width: 100%;
        background: #ffffff;
        left: 0;
        top: 50%;
}
.progressbox .progresscount {
        flex: 0 0 50%;
        text-align: center;
}
.progressbox .progresscount h3 {
        color: #ffffff;
}
.progressbox .progresscount p {
        margin-bottom: 0;
        color: #ffffff;
}
.progressbox .progresscount:nth-child(1) {
        position: absolute;
        right: calc(50% + 30px);
        bottom: calc(50% + 25px);
}
.progressbox .progresscount:nth-child(2) {
        position: absolute;
        left: calc(50% + 30px);
        bottom: calc(50% + 25px);
}
.progressbox .progresscount:nth-child(3) {
        position: absolute;
        right: calc(50% + 30px);
        top: calc(50% + 25px);
}
.progressbox .progresscount:nth-child(4) {
        position: absolute;
        left: calc(50% + 30px);
        top: calc(50% + 25px);
}
.progressbox-wrap {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        align-self: stretch;
}
/**
Funfact Styles
*/
.funfact-wrap {
        padding: 150px 0;
}
.funfact {
        padding: 20px 0;
}
.funfact h2 {
        font-family: "gothamrounded-bold", sans-serif;
        color: #ffffff;
        margin-bottom: 3px;
}
.funfact h6 {
        font-family: "gothamrounded-medium", sans-serif;
		color: #ffffff;
}
.funfact.funfact-2 h6 {
        font-weight: 400;
}
.bg-white .funfact h2 {
        color: #666666;
}
.bg-white .funfact h6 {
        color: #666666;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
        .funfact-wrap {
                padding: 50px 0;
        }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
        .funfact-wrap {
                padding: 50px 0;
        }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
        .funfact-wrap {
                padding: 30px;
        }
}
@media only screen and (max-width: 767px) {
    .funfact h2 {
        font-size: 42px;
	}
	.funfact-wrap {
                padding: 30px;
        }
}
/**
Testimonial Styles
*/
.testimonial-wrap {
        box-shadow: 0 0 20px rgba(42, 104, 252, 0.1);
        position: relative;
        overflow: hidden;
        padding: 120px 150px;
}
.testimonial-wrap::before {
        content: "\f10d";
        position: absolute;
        left: 0;
        top: 24px;
        font-weight: 100;
        color: rgba(0, 0, 0, 0.05);
        font-family: fontAwesome;
        font-size: 100px;
        transform: rotateX(-180deg);
}
.testimonial-wrap::after {
        content: "\f10e";
        position: absolute;
        right: 0;
        bottom: 24px;
        font-weight: 100;
        color: rgba(0, 0, 0, 0.05);
        font-family: fontAwesome;
        font-size: 100px;
}
.testimonial > p {
        font-size: 26px;
        font-weight: 300;
        font-style: italic;
        color: #666666;
        line-height: 42px;
}
.testimonial:active, .testimonial:focus {
        outline: none;
}
.testimonial-author-thumb {
        height: 100px;
        width: 100px;
        border-radius: 100px;
        overflow: hidden;
        display: inline-block;
        margin-bottom: 15px;
}
.testimonial-author-thumb img {
        width: 100%;
}
.testimonial-author-details {
        padding-top: 10px;
}
.testimonial-author-details h3 {
        color: #444444;
        font-weight: 700;
        margin-bottom: 5px;
}
.testimonial-author-details h3::before, .testimonial-author-details h3::after {
        content: "";
        height: 2px;
        background: #dddddd;
        width: 50px;
        display: inline-block;
        transform: translateY(-8px);
}
.testimonial-author-details h3::before {
        margin-right: 10px;
}
.testimonial-author-details h3::after {
        margin-left: 10px;
}
.testimonial-author-details h5 {
        font-size: 18px;
}
.testimonial-author-details h6 {
        font-size: 14px;
        margin-bottom: 0;
        color: #444444;
        font-weight: 400;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
        .testimonial-wrap {
                padding: 70px 50px;
        }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
        .testimonial-wrap {
                padding: 70px 50px;
        }
        .testimonial-wrap::before, .testimonial-wrap::after {
                font-size: 60px;
        }
        .testimonial-wrap::before {
                top: 9px;
        }
        .testimonial-wrap::after {
                bottom: 9px;
        }
        .testimonial > p {
                font-size: 22px;
        }
}
@media only screen and (max-width: 767px) {
        .testimonial-wrap {
                padding: 70px 50px;
        }
        .testimonial-wrap::before, .testimonial-wrap::after {
                font-size: 60px;
        }
        .testimonial-wrap::before {
                top: 9px;
        }
        .testimonial-wrap::after {
                bottom: 9px;
        }
        .testimonial > p {
                font-size: 22px;
        }
}
@media only screen and (max-width: 575px) {
        .testimonial-wrap {
                padding: 50px 20px;
        }
        .testimonial-wrap::before, .testimonial-wrap::after {
                font-size: 30px;
        }
        .testimonial-wrap::before {
                top: 3px;
        }
        .testimonial-wrap::after {
                bottom: 3px;
        }
        .testimonial > p {
                font-size: 18px;
                line-height: 34px;
        }
}
/* Testimonial Style 2 */
.testimonial2-content-wrap {
        padding: 200px 0;
        position: relative;
}
.testimonial2-content-wrap::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.75);
        z-index: 1;
}
.testimonial2-content-wrap::after {
        content: "";
        position: absolute;
        content: "";
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 320px;
        width: 375px;
        background: url(images/icons/open-quote.png) no-repeat scroll 0 0;
        background-size: cover;
        z-index: 1;
}
.testimonial2-content-wrap > * {
        z-index: 2;
}
.testimonial2-content {
        padding: 40px 160px;
        text-align: center;
}
.testimonial2-content::before, .testimonial2-content::after {
        content: "";
        position: absolute;
        height: 1px;
        background: rgba(255, 255, 255, 0.75);
        width: 0;
        transition: 1s ease-out 0.8s;
}
.testimonial2-content::before {
        left: 0;
        top: 0;
}
.testimonial2-content::after {
        right: 0;
        bottom: 0;
}
.testimonial2-content p {
        font-size: 20px;
        line-height: 40px;
        color: #ffffff;
        letter-spacing: 1.8px;
        font-weight: 500;
}
.testimonial2-content h3 {
        padding-top: 16px;
        color: #ffffff;
        font-weight: 700;
        margin-bottom: 4px;
        line-height: 42px;
}
.testimonial2-content h6 {
        color: #ffffff;
        font-weight: 400;
        margin-bottom: 0;
}
.testimonial2-content.slick-current::before, .testimonial2-content.slick-current::after {
        width: 33.33%;
}
/* Testimonial2 thumb */
.bg-grey .testimonial2-thumb-wrap .slick-list {
        background: #ffffff;
}
.bg-white .testimonial2-thumb-wrap .slick-list {
        background: #f5f5f5;
}
.testomonial2-thumb {
        border-radius: 1000px;
        overflow: hidden;
        text-align: center;
        width: 350px;
        height: 350px;
        backface-visibility: hidden;
}
.testomonial2-thumb img {
        width: 100%;
        backface-visibility: hidden;
}
.testimonial2-thumb-wrap {
        position: relative;
        margin: 80px 0;
}
.testimonial2-thumb-wrap .slick-list {
        margin: 0 auto;
        text-align: center;
        height: 350px;
        width: 350px;
        border-radius: 1000px;
        overflow: hidden;
}
.testimonial2-thumb-wrap .cr-navigation {
        position: absolute;
        top: calc(100% + 35px);
        display: inline-block;
        font-size: 26px;
        color: #333333;
        cursor: pointer;
}
.testimonial2-thumb-wrap .cr-navigation-prev {
        right: calc(50% + 15px);
        left: auto;
}
.testimonial2-thumb-wrap .cr-navigation-next {
        left: calc(50% + 15px);
        right: auto;
}
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
        .testimonial2-content {
                padding: 40px 3%;
        }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
        .testimonial2-content-wrap {
                padding: 140px 0;
        }
        .testimonial2-content {
                padding: 40px 3%;
        }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
        .testimonial2-content-wrap {
                padding: 100px 0;
        }
        .testimonial2-content {
                padding: 40px 3%;
        }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
        .testimonial2-content-wrap {
                padding: 100px 0;
        }
        .testimonial2-content {
                padding: 40px 3%;
        }
}
@media only screen and (max-width: 767px) {
        .testimonial2-content-wrap {
                padding: 100px 0;
        }
        .testimonial2-content {
                padding: 40px 3%;
        }
}
@media only screen and (max-width: 575px) {
        .testimonial2-thumb-wrap .slick-list {
                height: 290px;
                width: 290px;
        }
        .testomonial2-thumb {
                height: 290px;
        }
}
/* Testimonial Style 3 */
.testimonial-style-3 {
        padding: 100px 150px;
}
.testimonial-style-3::before, .testimonial-style-3::after {
        display: none;
}
.testimonial-style-3 .testimonial {
        position: relative;
        padding: 0 110px;
}
.testimonial-style-3 .testimonial::before {
        content: "\f10d";
        position: absolute;
        left: 0;
        top: 0;
        font-weight: 100;
        color: #999999;
        font-family: fontAwesome;
        font-size: 12px;
        transform: rotateX(-180deg);
}
.testimonial-style-3 .testimonial::after {
        content: "\f10e";
        position: absolute;
        right: 0;
        top: 0;
        font-weight: 100;
        color: #999999;
        font-family: fontAwesome;
        font-size: 12px;
}
.testimonial-style-3 .testimonial p {
        font-size: 20px;
        line-height: 40px;
        letter-spacing: 2px;
        color: #666666;
}
.testimonial-style-3 .testimonial-author-details h5 {
        color: #666666;
        font-weight: 700;
        margin-bottom: 7px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
        .testimonial-style-3 .testimonial {
                padding: 0 25px;
        }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
        .testimonial-style-3 {
                padding: 50px 50px;
        }
        .testimonial-style-3 .testimonial {
                padding: 0 30px;
        }
}
@media only screen and (max-width: 767px) {
        .testimonial-style-3 {
                padding: 50px 50px;
        }
        .testimonial-style-3 .testimonial {
                padding: 0 30px;
        }
}
@media only screen and (max-width: 575px) {
        .testimonial-style-3 {
                padding: 50px 20px;
        }
        .testimonial-style-3 .testimonial {
                padding: 0 15px;
        }
        .testimonial-style-3 .testimonial p {
                font-size: 16px;
                line-height: 28px;
        }
}
/* Testimonial Wrap 2 */
.testimonial-wrap-2 {
        box-shadow: none;
}
.testimonial-wrap-2::before, .testimonial-wrap-2::after {
        display: none;
}
.testimonial-wrap-2 .testimonial-author-details {
        margin-bottom: 25px;
}
.testimonial-wrap-2 .testimonial-author-details h1, .testimonial-wrap-2 .testimonial-author-details h2, .testimonial-wrap-2 .testimonial-author-details h3, .testimonial-wrap-2 .testimonial-author-details h4, .testimonial-wrap-2 .testimonial-author-details h5, .testimonial-wrap-2 .testimonial-author-details h6 {
        color: #ffffff;
}
.testimonial-wrap-2 .testimonial-author-details h5 {
        font-size: 16px;
        margin-bottom: 10px;
        font-weight: 700;
}
.testimonial-wrap-2 .testimonial p {
        color: #ffffff;
        margin-bottom: 0;
}
/* Testimonial Style 4 */
/* Testimonial 4 Content */
.testimonial4-content-heightbalance {
        align-self: stretch;
        display: flex;
        align-items: center;
        background: url(images/testimonial/testimonial4-content-background.jpg) no-repeat scroll center center;
        background-size: cover;
}
.testimonial4-content-wrap {
        padding: 0 10%;
        width: 100%;
}
.testimonial4-content {
        position: relative;
        padding: 60px 0;
        margin: 10px 0;
}
.testimonial4-content p {
        font-size: 26px;
        line-height: 42px;
        color: #ffffff;
        font-weight: 300;
        font-style: italic;
        margin-bottom: 0;
}
.testimonial4-content .top-border {
        display: block;
        height: 15px;
        background: #1f1f1f;
        position: absolute;
        right: 0;
        top: 0;
        width: 0;
        transition: width 1s ease-in-out 0.5s;
}
.testimonial4-content .top-border::before {
        content: "\f10d";
        position: absolute;
        right: calc(100% + 20px);
        top: -5px;
        color: #ffffff;
        font-family: fontAwesome;
        font-size: 26px;
        visibility: hidden;
}
.testimonial4-content .bottom-border {
        display: block;
        height: 6px;
        background: #1f1f1f;
        position: absolute;
        left: 0;
        top: auto;
        bottom: 0;
        width: 0;
        transition: width 1s ease-in-out 0.5s;
}
.testimonial4-content .bottom-border::after {
        content: "\f10e";
        position: absolute;
        bottom: 24px;
        color: #ffffff;
        font-family: fontAwesome;
        font-size: 26px;
        position: absolute;
        left: calc(100% + 20px);
        top: -6px;
        visibility: hidden;
}
.testimonial4-content.slick-current.slick-active .top-border {
        width: 60%;
}
.testimonial4-content.slick-current.slick-active .top-border::before {
        visibility: visible;
}
.testimonial4-content.slick-current.slick-active .bottom-border {
        width: calc(100% - 48px);
}
.testimonial4-content.slick-current.slick-active .bottom-border::after {
        visibility: visible;
}
/* Testimonial 4 Thumb */
.testimonial4-thumb {
        text-align: center;
        padding: 190px 50px;
        position: relative;
}
.testimonial4-thumb::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: url(images/testimonial/testimonial4-overlay.png) no-repeat scroll center center;
        background-size: cover;
}
.testimonial4-thumb-content {
        position: relative;
        z-index: 2;
}
.testimonial4-thumb-content::before {
        content: "";
        height: 255px;
        display: inline-block;
}
.testimonial4-thumb-content h5 {
        color: #ffffff;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 5px;
        margin-top: 25px;
}
.testimonial4-thumb-content h6 {
        color: #ffffff;
        font-size: 14px;
        margin-bottom: 0;
}
.testimonial4-bg-1 {
        background-image: url(images/testimonial/testimonial4-thumbs-background-1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-attachment: scroll;
}
.testimonial4-bg-2 {
        background-image: url(images/testimonial/testimonial4-thumbs-background-2.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-attachment: scroll;
}
.testimonial4-bg-3 {
        background-image: url(images/testimonial/testimonial4-thumbs-background-3.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-attachment: scroll;
}
.testimonial4-bg-4 {
        background-image: url(images/testimonial/testimonial4-thumbs-background-4.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-attachment: scroll;
}
.testimonial4-bg-5 {
        background-image: url(images/testimonial/testimonial4-thumbs-background-5.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-attachment: scroll;
}
.testimonial4-bg-6 {
        background-image: url(images/testimonial/testimonial4-thumbs-background-6.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-attachment: scroll;
}
.testimonial4-bg-7 {
        background-image: url(images/testimonial/testimonial4-thumbs-background-7.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-attachment: scroll;
}
.testimonial4-bg-8 {
        background-image: url(images/testimonial/testimonial4-thumbs-background-8.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-attachment: scroll;
}
.testimonial4-bg-9 {
        background-image: url(images/testimonial/testimonial4-thumbs-background-9.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-attachment: scroll;
}
.testimonial4-bg-10 {
        background-image: url(images/testimonial/testimonial4-thumbs-background-10.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-attachment: scroll;
}
.testimonial4-bg-11 {
        background-image: url(images/testimonial/testimonial4-thumbs-background-11.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-attachment: scroll;
}
.testimonial4-bg-12 {
        background-image: url(images/testimonial/testimonial4-thumbs-background-12.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-attachment: scroll;
}
.testimonial4-bg-13 {
        background-image: url(images/testimonial/testimonial4-thumbs-background-13.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-attachment: scroll;
}
.testimonial4-bg-14 {
        background-image: url(images/testimonial/testimonial4-thumbs-background-14.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-attachment: scroll;
}
.testimonial4-bg-15 {
        background-image: url(images/testimonial/testimonial4-thumbs-background-15.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-attachment: scroll;
}
.testimonial4-bg-16 {
        background-image: url(images/testimonial/testimonial4-thumbs-background-16.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-attachment: scroll;
}
.testimonial4-bg-17 {
        background-image: url(images/testimonial/testimonial4-thumbs-background-17.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-attachment: scroll;
}
.testimonial4-bg-18 {
        background-image: url(images/testimonial/testimonial4-thumbs-background-18.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-attachment: scroll;
}
.testimonial4-bg-19 {
        background-image: url(images/testimonial/testimonial4-thumbs-background-19.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-attachment: scroll;
}
.testimonial4-bg-20 {
        background-image: url(images/testimonial/testimonial4-thumbs-background-20.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-attachment: scroll;
}
.testimonial4-bg-21 {
        background-image: url(images/testimonial/testimonial4-thumbs-background-21.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-attachment: scroll;
}
.testimonial4-bg-22 {
        background-image: url(images/testimonial/testimonial4-thumbs-background-22.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-attachment: scroll;
}
.testimonial4-bg-23 {
        background-image: url(images/testimonial/testimonial4-thumbs-background-23.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-attachment: scroll;
}
.testimonial4-bg-24 {
        background-image: url(images/testimonial/testimonial4-thumbs-background-24.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-attachment: scroll;
}
.testimonial4-bg-25 {
        background-image: url(images/testimonial/testimonial4-thumbs-background-25.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-attachment: scroll;
}
.testimonial4-bg-26 {
        background-image: url(images/testimonial/testimonial4-thumbs-background-26.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-attachment: scroll;
}
.testimonial4-bg-27 {
        background-image: url(images/testimonial/testimonial4-thumbs-background-27.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-attachment: scroll;
}
.testimonial4-bg-28 {
        background-image: url(images/testimonial/testimonial4-thumbs-background-28.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-attachment: scroll;
}
.testimonial4-bg-29 {
        background-image: url(images/testimonial/testimonial4-thumbs-background-29.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-attachment: scroll;
}
.testimonial4-bg-30 {
        background-image: url(images/testimonial/testimonial4-thumbs-background-30.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-attachment: scroll;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
        .testimonial4-content p {
                font-size: 22px;
                line-height: 34px;
        }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
        .testimonial4-content p {
                font-size: 22px;
                line-height: 34px;
        }
        .testimonial4-thumb {
                padding: 115px 50px;
        }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
        .testimonial4-content-wrap {
                padding: 80px 50px;
        }
        .testimonial4-content p {
                font-size: 22px;
                line-height: 34px;
        }
        .testimonial4-thumb {
                padding: 70px 50px;
        }
        .testimonial4-thumb-content h5 {
                margin-top: 0;
        }
}
@media only screen and (max-width: 767px) {
        .testimonial4-content-wrap {
                padding: 80px 50px;
        }
        .testimonial4-content p {
                font-size: 22px;
                line-height: 34px;
        }
        .testimonial4-thumb {
                padding: 70px 50px;
        }
        .testimonial4-thumb-content h5 {
                margin-top: 0;
        }
}
@media only screen and (max-width: 767px) {
        .testimonial4-content-wrap {
                padding: 80px 50px;
        }
        .testimonial4-content p {
                font-size: 22px;
                line-height: 34px;
        }
        .testimonial4-thumb {
                padding: 70px 50px;
        }
        .testimonial4-thumb-content h5 {
                margin-top: 0;
        }
}
@media only screen and (max-width: 767px) {
        .testimonial4-content-wrap {
                padding: 30px 30px;
        }
}
@media only screen and (max-width: 575px) {
        .testimonial4-content p {
                font-size: 16px;
                line-height: 30px;
        }
}
/**
Team Styles
*/
.team-gallery {
        margin-top: -80px;
}
.team-gallery .team {
        margin-top: 80px;
}
.team {
        margin-top: 50px;
}
.team-thumb {
        border-radius: 1000px;
        overflow: hidden;
        border: 10px solid rgba(0, 171, 152, 0.2);
        position: relative;
}
.team-thumb:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 171, 152, 0.6);
        z-index: 1;
        opacity: 1;
        transition: all 0.4s ease-out 0s;
}
.team-thumb img {
        width: 100%;
        transform: scale(1);
        transition: all 0.4s ease-out 0s;
        backface-visibility: hidden;
		filter: grayscale(100%) contrast(150%);
}
.team-thumb .social-icons {
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        text-align: center;
        transform: translateY(-50%);
        z-index: 2;
}
.team-thumb .social-icons ul {
        display: inline-block;
}
.team-thumb .social-icons ul li {
        transform: translateY(25px);
        opacity: 0;
        visibility: hidden;
        transition: 0.4s cubic-bezier(0.86, 0.61, 0.21, 0.43) 0s;
}
.team-thumb .social-icons ul li:first-child {
        margin-left: 7px;
}
.team-thumb .social-icons ul li:last-child {
        margin-right: 7px;
}
.team-thumb .social-icons ul li:nth-child(0) {
        transition-delay: 0s;
}
.team-thumb .social-icons ul li:nth-child(1) {
        transition-delay: 0.15s;
}
.team-thumb .social-icons ul li:nth-child(2) {
        transition-delay: 0.3s;
}
.team-thumb .social-icons ul li:nth-child(3) {
        transition-delay: 0.45s;
}
.team-thumb .social-icons ul li:nth-child(4) {
        transition-delay: 0.6s;
}
.team-thumb .social-icons ul li:nth-child(5) {
        transition-delay: 0.75s;
}
.team-thumb .social-icons ul li:nth-child(6) {
        transition-delay: 0.9s;
}
.team-thumb .social-icons ul li:nth-child(7) {
        transition-delay: 1.05s;
}
.team-thumb .social-icons ul li:nth-child(8) {
        transition-delay: 1.2s;
}
.team-thumb .social-icons ul li:nth-child(9) {
        transition-delay: 1.35s;
}
.team-content {
        padding: 0 10px;
        margin-top: 15px;
}
.team-content h5 {
        font-size: 18px;
        color: #00ab98;
        margin-bottom: 5px;
		font-family: "gothamrounded-bold", Helvetica, sans-serif;
}
.team-content h6 {
        font-size: 12px;
        color: #444444;
        margin-bottom: 0;
		font-family: "gothamrounded-medium", Helvetica, sans-serif;
}
.team:hover .team-thumb img {
        transform: scale(1.1);
		filter: grayscale(0%);
}
.team:hover .team-thumb::before {
        opacity: 0;
        visibility: visible;
}
.team:hover .team-thumb .social-icons ul li {
        transform: translateY(0);
        visibility: visible;
        opacity: 1;
}
/**
Blog Styles
*/
.blog-item {
        position: relative;
        overflow: hidden;
        height: 300px;
        transition: all 0.3s ease-in-out 0.3s;
        margin-top: 55px;
        margin-bottom: 55px;
}
.blog-thumb {
        position: relative;
}
.blog-thumb::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
}
.blog-thumb img {
        height: 100%;
        width: auto;
        max-width: inherit;
}
.blog-content {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 30px;
        transition: all 0.5s cubic-bezier(0.85, 0.29, 0.21, 0.7) 0.3s;
}
ul.blog-meta {
        margin-bottom: 13px;
        padding-left: 0;
        font-size: 0;
}
ul.blog-meta li {
        display: inline-block;
        color: #ffffff;
        font-size: 12px;
}
ul.blog-meta li::after {
        content: ":";
        padding: 0 4px;
}
ul.blog-meta li:last-child::after {
        display: none;
}
ul.blog-meta li a {
        display: inline-block;
        color: #ffffff;
}
ul.blog-meta li a:hover {
        color: #00ab98;
}
h5.blog-title {
        color: #ffffff;
        font-weight: 700;
        line-height: 1.5;
        margin-bottom: 0;
}
h5.blog-title a {
        color: #ffffff;
}
h5.blog-title a:hover {
        color: #ffffff;
        opacity: 0.9;
}
.blog-content-hover {
        position: absolute;
        left: 10px;
        top: -100%;
        height: calc(100% - 10px);
        width: calc(100% - 20px);
        background: rgba(42, 104, 252, 0.9);
        padding: 30px;
        display: flex;
        align-items: flex-end;
        transition: all 0.5s cubic-bezier(0.85, 0.29, 0.21, 0.7) 0.3s;
}
.blog-content-hover p {
        color: #ffffff;
        margin-top: 20px;
}
.blog-content-hover a.cr-btn {
        margin-top: 20px;
}
.blog-content-hover .blog-info {
        position: absolute;
        top: 0;
        left: 30px;
        background: #000000;
        text-align: center;
        padding: 20px;
        transform: translateY(-50%);
        transform-origin: 0 0;
        transition: all 0.5s ease-out 0.7s;
}
.blog-content-hover .blog-info span {
        color: #ffffff;
}
.blog-content-hover .blog-info span.date {
        font-weight: 700;
        font-size: 30px;
        display: block;
}
.blog-content-hover .blog-info span.month {
        margin-top: 5px;
        font-size: 12px;
        line-height: 1.8;
}
.blog-content-hover ul.blog-meta li a:hover {
        color: #ffffff;
        opacity: 0.9;
}
.blog-content-hover h5.blog-title a {
        color: #ffffff;
}
.blog-content-hover h5.blog-title a:hover {
        color: #ffffff;
        opacity: 0.9;
}
.blog-content-hover a.cr-btn:hover {
        background: #ffffff;
        border-color: #ffffff;
}
.slick-center .blog-item {
        height: 408px;
        margin-top: 0;
        margin-bottom: 0;
}
.slick-center .blog-item .blog-content {
        bottom: -100%;
}
.slick-center .blog-item .blog-content-hover {
        top: 0;
}
.slick-center .blog-item .blog-content-hover .blog-info {
        transform: translateY(0);
}
.blog-item:hover {
        height: 408px;
        margin-top: 0;
        margin-bottom: 0;
}
.blog-item:hover .blog-content {
        bottom: -100%;
}
.blog-item:hover .blog-content-hover {
        top: 0;
}
.blog-item:hover .blog-content-hover .blog-info {
        transform: translateY(0);
}
.blog-slider-active .slick-list {
        padding: 0 !important;
}
.blog-slider-active .slick-slide:focus, .blog-slider-active .slick-slide:active {
        outline: none;
}
.blog-slider-active .cr-navigation-prev {
        left: 15px;
        right: auto;
}
.blog-slider-active .cr-navigation-next {
        right: 15px;
        left: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
        h5.blog-title {
                font-size: 18px;
        }
        .blog-content-hover {
                padding: 20px;
        }
        .blog-content-hover p {
                display: none;
        }
        .blog-content-hover .blog-info {
                left: 20px;
        }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
        .blog-thumb img {
                width: 100%;
                height: auto;
        }
}
@media only screen and (max-width: 575px) {
        .blog-content-hover-inner > p {
                display: none;
        }
}
/* Blog Style 2 */
.blog-item-2 {
        margin-top: 30px;
        position: relative;
        overflow: hidden;
}
.blog-item-2 .blog-thumb {
        position: relative;
}
.blog-item-2 .blog-thumb img {
        max-width: 100%;
        height: auto;
}
.blog-item-2 .blog-thumb::before {
        content: "";
        left: 0;
        top: auto;
        bottom: 0;
        height: 100%;
        width: 100%;
        background: -webkit-linear-gradient(0deg, #df2020 0%, rgba(0, 0, 0, 0.6) 36%, rgba(0, 0, 0, 0.3) 100%);
        background: -moz-linear-gradient(0deg, #df2020 0%, rgba(0, 0, 0, 0.6) 36%, rgba(0, 0, 0, 0.3) 100%);
        background: -ms-linear-gradient(0deg, #df2020 0%, rgba(0, 0, 0, 0.6) 36%, rgba(0, 0, 0, 0.3) 100%);
        background: -o-linear-gradient(0deg, #df2020 0%, rgba(0, 0, 0, 0.6) 36%, rgba(0, 0, 0, 0.3) 100%);
        background: linear-gradient(0deg, #df2020 0%, rgba(0, 0, 0, 0.6) 36%, rgba(0, 0, 0, 0.3) 100%);
        opacity: 0.6;
        transition: all 0.4s ease-in-out 0s;
}
.blog-item-2 .cr-readmore {
        margin-top: 10px;
        color: #ffffff;
}
.blog-item-2 .cr-readmore:hover {
        color: #00ab98;
}
.blog-item-2:hover .blog-thumb::before {
        height: 180%;
}
/**
Imagebox Styles
*/
.imageboxes {
        margin-top: -30px;
}
.imagebox {
        margin-top: 30px;
}
.imagebox-image img {
        width: 100%;
}
.imagebox-content {
        padding-top: 20px;
}
.imagebox-content h5 {
        color: #666666;
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
        font-weight: 700;
}
.imagebox-content p {
        margin-bottom: 0;
}
/**
Faq Styles
*/
.faq-thumb img {
        transform: translateX(100px);
}
.faq-accordion > h3 {
        font-family: "Poppins", sans-serif;
        font-size: 36px;
        font-weight: 700;
        color: #ebe7e6;
        display: inline-block;
        position: relative;
        padding-bottom: 28px;
        margin-bottom: 25px;
}
.faq-accordion > h3::before {
        content: "";
        position: absolute;
        height: 2px;
        width: 90%;
        left: 0;
        bottom: 0;
        background: #ffffff;
}
.faq-accordion .cr-accordion {
        margin-right: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
        .faq-thumb img {
                transform: translateX(0);
        }
        .faq-accordion .cr-accordion {
                margin-right: 50px;
        }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
        .faq-thumb img {
                transform: translateX(0);
        }
        .faq-accordion .cr-accordion {
                margin-right: 50px;
        }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
        .faq-thumb {
                margin-top: 30px;
        }
        .faq-thumb img {
                transform: translateX(0);
        }
        .faq-accordion .cr-accordion {
                margin-right: 50px;
        }
}
@media only screen and (max-width: 767px) {
        .faq-thumb {
                margin-top: 30px;
        }
        .faq-thumb img {
                transform: translateX(0);
        }
        .faq-accordion .cr-accordion {
                margin-right: 50px;
        }
}
@media only screen and (max-width: 767px) {
        .faq-accordion .cr-accordion {
                margin-right: 30px;
        }
}
@media only screen and (max-width: 575px) {
        .faq-accordion > h3 {
                font-size: 22px;
        }
}
/**
Why Choose Area
*/
.why-choose-inner {
        box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
        padding: 100px 0;
}
.why-choose {
        padding: 30px 0;
        padding-left: 118px;
}
.why-choose h6 {
        position: relative;
        letter-spacing: 1px;
        color: #444444;
        margin-bottom: 5px;
}
.why-choose h6::before {
        content: "";
        position: absolute;
        right: calc(100% + 15px);
        width: 45px;
        height: 1px;
        background: #bbbbbb;
        top: 10px;
}
.why-choose p {
        margin-bottom: 0;
        color: #666666;
        font-size: 12px;
}
@media only screen and (max-width: 575px) {
        .why-choose-inner {
                padding: 50px 20px;
        }
        .why-choose {
                padding-left: 80px;
        }
}
/**
Experiencebox
*/
.experiencebox {
        background: #f6f6f6;
        padding: 40px 30px;
        margin-top: 30px;
        transition: all 0.4s ease-in-out 0s;
}
.experiencebox h5 {
        font-size: 18px;
        font-weight: 700;
        transition: all 0.4s ease-in-out 0s;
}
.experiencebox h6 {
        font-size: 14px;
        color: #666666;
        font-weight: 400;
        transition: all 0.4s ease-in-out 0s;
}
.experiencebox p {
        padding-top: 10px;
        margin-bottom: 0;
        transition: all 0.4s ease-in-out 0s;
}
.experiencebox:hover {
        background: #00ab98;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
.experiencebox:hover h5, .experiencebox:hover h6, .experiencebox:hover p {
        color: #ffffff;
}
/**
Educationbox Styles
*/
.educationbox {
        padding: 40px 30px;
        background: #f6f6f6;
        margin-top: 50px;
        transition: all 0.5s ease-in-out 0s;
}
.educationbox h5 {
        font-size: 18px;
        color: #666666;
        font-weight: 700;
        padding-bottom: 15px;
        border-bottom: 1px solid #dddddd;
}
.educationbox h6 {
        font-size: 16px;
        color: #666666;
        font-weight: 400;
        padding-top: 10px;
}
.educationbox p {
        margin-bottom: 0;
}
.educationbox:hover {
        background: #ffffff;
        box-shadow: 0 0 25px rgba(160, 160, 160, 0.2);
}
/**
Model Style
*/
.model-des {
        display: flex;
}
.model-des-thumb {
        flex-basis: 200px;
        margin-right: 30px;
}
.model-des-thumb img {
        width: 100%;
}
.model-des-content {
        flex-shrink: 100;
}
.model-des-content h6 {
        font-size: 16px;
        color: #333333;
        font-weight: 700;
}
.model-des-content ul {
        padding-left: 0;
        margin-bottom: 0;
}
.model-des-content ul li {
        list-style: none;
        color: #333333;
        line-height: 28px;
        font-weight: 500;
}
.model-des-content p {
        margin-top: 15px;
        white-space: wrap;
}
.models-wrap {
        position: relative;
        overflow: hidden;
        align-self: stretch;
        display: flex;
        align-items: center;
}
.models-wrap .promocontent {
        width: 100%;
}
.models-wrap::after {
        content: attr(data-boxtitle);
        position: absolute;
        left: 0;
        top: auto;
        bottom: 0;
        font-size: 50vh;
        transform: translate(-6%, 30%);
        font-weight: 700;
        font-family: "Poppins", sans-serif;
        color: rgba(255, 255, 255, 0.6);
        text-shadow: 10px 15px 5px rgba(142, 129, 129, 0.45);
        line-height: 1;
        z-index: 1;
}
@media only screen and (max-width: 767px) {
        .model-des {
                flex-wrap: wrap;
        }
        .model-des-content {
                margin-top: 30px;
        }
}
/**
Contact Styles
*/
.contact-details {
        position: relative;
}
.contact-details-inner {
        position: absolute;
        left: 50px;
        top: 50px;
        width: calc(100% - 100px);
        height: calc(100% - 100px);
        background: rgba(0, 0, 0, 0.6);
        border: 1px solid #6e605c;
        color: #ffffff;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
}
.contact-details-inner h5 {
        color: #ffffff;
        font-size: 18px;
}
.contact-details-inner h2 {
        color: #ffffff;
        margin-bottom: 0;
}
.contact-form input:not([type="submit"]) {
        margin-top: 30px;
        border-color: #e2e2e2;
        font-size: 12px;
}
.contact-form input[type="submit"] {
        margin-top: 30px;
        display: inline-block;
        width: auto;
        font-size: 14px;
        height: 45px;
        font-weight: 400;
        letter-spacing: 0.5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
        .contact-details-inner {
                left: 30px;
                top: 30px;
                width: calc(100% - 60px);
                height: calc(100% - 60px);
        }
        .contact-details-inner h2 {
                font-size: 30px;
        }
}
@media only screen and (max-width: 767px) {
        .contact-details-inner {
                left: 15px;
                top: 15px;
                width: calc(100% - 30px);
                height: calc(100% - 30px);
        }
}
/**
Working Process Styles
*/
.working-process-wrap {
        position: relative;
}
.working-process-wrap img {
        width: 100%;
}
.working-processes {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 60%;
        background: #ffffff;
        padding: 25px 50px;
        box-shadow: 0 0 70px rgba(42, 104, 252, 0.1);
        margin-left: 15px;
        margin-right: 15px;
}
.working-process {
        margin: 35px 0;
}
.working-process span {
        display: inline-block;
        font-size: 36px;
        line-height: 50px;
        color: #999999;
        font-weight: 700;
        font-family: "Poppins", sans-serif;
        vertical-align: middle;
        margin-right: 10px;
        margin-bottom: 0;
}
.working-process h6 {
        display: inline-block;
        font-size: 14px;
        color: #333333;
        margin-bottom: 0;
}
.working-process p {
        color: #666666;
        margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
        .working-processes {
                position: relative;
                top: inherit;
                transform: translateY(0);
                width: 100%;
        }
}
@media only screen and (max-width: 767px) {
        .working-processes {
                position: relative;
                top: inherit;
                transform: translateY(0);
                width: 100%;
        }
}
@media only screen and (max-width: 575px) {
        .working-processes {
                padding: 25px 30px;
        }
}
/**
Widget Styles
*/
.widgets:not(.footer-widgets) .single-widget ul {
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
}
.widgets:not(.footer-widgets) .single-widget ul li {
        list-style: none;
}
/**
Brand Logo Styles
*/
.brand-logos.slider-navigation-style-1 .cr-navigation {
        background: rgba(0, 0, 0, 0.5);
        color: #ffffff;
}
.brand-logos.slider-navigation-style-1 .cr-navigation:hover {
        background: #00ab98;
        color: #ffffff;
}
.single-brand-logo a {
        text-align: center;
        min-height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
}
.single-brand-logo a img {
        opacity: 0.4;
        transition: 0.3s ease-in-out 0s;
}
.single-brand-logo a:hover img {
        opacity: 1;
}
/**
Widgets Styles
*/
.widgets {
        margin-top: 0px;
        /* Search Widget */
        /* Widget About */
        /* Widget Recent Post */
        /* Widget Categories */
        /* Widget Tags */
        /* Widget Instagram */
}
.widgets .single-widget {
        margin-top: 0px;
}
.widgets .widget-title {
        color: #666666;
        font-weight: normal;
        position: relative;
        padding-bottom: 12px;
        margin-bottom: 30px;
}
.widgets .widget-title::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        top: auto;
        width: 50px;
        height: 1px;
        background: #eeeeee;
}
.widgets .widget-search form {
        position: relative;
}
.widgets .widget-search form input {
        border: 1px solid #efefef;
        color: #999999;
}
.widgets .widget-search form input::-webkit-placeholder {
        color: #999999;
}
.widgets .widget-search form input:-moz-placeholder {
        color: #999999;
}
.widgets .widget-search form input:-ms-placeholder {
        color: #999999;
}
.widgets .widget-search form input::-ms-placeholder {
        color: #999999;
}
.widgets .widget-search form input::placeholder {
        color: #999999;
}
.widgets .widget-search form button {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 50px;
        border: 1px solid #efefef;
        transition: all 0.4s ease-in-out 0s;
        color: #999999;
}
.widgets .widget-search form button:hover {
        border-color: #00ab98;
        background: #00ab98;
        color: #ffffff;
}
.widgets .widget-about img {
        margin-bottom: 30px;
}
.widgets .widget-about p {
        margin-bottom: 25px;
}
.widgets .widget-recent-post ul li {
        display: flex;
        margin-top: 30px;
        align-items: center;
}
.widgets .widget-recent-post ul li:hover .recent-post-thumb::before {
        opacity: 1;
}
.widgets .widget-recent-post .recent-post-thumb {
        margin-right: 20px;
        position: relative;
}
.widgets .widget-recent-post .recent-post-thumb::before {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        transition: 0.4s ease-in-out 0s;
}
.widgets .widget-recent-post .recent-post-content h6 {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 10px;
}
.widgets .widget-recent-post .recent-post-content h6 a {
        color: #666666;
}
.widgets .widget-recent-post .recent-post-content h6 a:hover {
        color: #00ab98;
}
.widgets .widget-recent-post .recent-post-content span {
        font-size: 12px;
        font-weight: 700;
        color: #999999;
}
.widgets .widget-recent-post .recent-post-content span a {
        color: #999999;
}
.widgets .widget-recent-post .recent-post-content span a:hover {
        color: #00ab98;
}
.widgets .widget-categories .nice-select {
        display: block;
        width: 100%;
        border-radius: 0px;
        border: none;
        padding: 0;
        float: none;
}
.widgets .widget-categories .nice-select::after {
        display: none;
}
.widgets .widget-categories .nice-select span.current {
        display: block;
        position: relative;
        color: #999999;
        letter-spacing: 1.5px;
        font-size: 14px;
}
.widgets .widget-categories .nice-select span.current::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 1px;
        background: #dddddd;
        width: 80%;
}
.widgets .widget-categories .nice-select span.current::after {
        content: "\f107";
        font-family: fontAwesome;
        position: absolute;
        left: auto;
        right: 0;
        bottom: 3px;
        height: 35px;
        width: 35px;
        border-radius: 100%;
        display: inline-block;
        background: #f6f6f6;
        font-size: 18px;
        padding: 0px 12px;
}
.widgets .widget-categories .nice-select .list {
        width: 100%;
        border-radius: 0px;
        margin-top: -3px;
}
.widgets .widget-tags ul {
        font-size: 0;
        margin-left: -7px;
        margin-top: -7px;
}
.widgets .widget-tags ul li {
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        margin-left: 7px;
        margin-top: 7px;
}
.widgets .widget-tags ul li a {
        display: inline-block;
        vertical-align: middle;
        border: 1px solid #dddddd;
        color: #cccccc;
        padding: 8px 15px;
}
.widgets .widget-tags ul li a:hover {
        border-color: #00ab98;
        color: #00ab98;
}
.widgets .widget-instagram > ul > li {
        display: inline-block;
        height: 106px;
        width: 106px;
        overflow: hidden;
        vertical-align: middle;
        position: relative;
}
.widgets .widget-instagram > ul > li a {
        display: block;
        position: relative;
}
.widgets .widget-instagram > ul > li a:before {
        content: "";
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        position: absolute;
        background: rgba(25, 25, 25, 0.7);
        visibility: hidden;
        opacity: 0;
        transition: 0.4s ease-in-out 0s;
}
.widgets .widget-instagram > ul > li ul.likes-comments {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        text-align: center;
        list-style: none;
        padding-left: 0;
        padding-bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        visibility: hidden;
        opacity: 0;
        transition: 0.4s ease-in-out 0s;
}
.widgets .widget-instagram > ul > li ul.likes-comments li {
        display: inline-block;
        padding-bottom: 0;
        font-weight: 400;
        font-size: 14px;
        margin: 0 5px;
        color: #fff;
}
.widgets .widget-instagram > ul > li ul.likes-comments li span {
        padding-left: 3px;
}
.widgets .widget-instagram > ul > li:hover a {
        z-index: 1;
}
.widgets .widget-instagram > ul > li:hover a:before {
        visibility: visible;
        opacity: 1;
}
.widgets .widget-instagram > ul > li:hover ul.likes-comments {
        margin-top: 0;
        visibility: visible;
        opacity: 1;
        z-index: 2;
}
.right-sidebar {
        padding-left: 50px;
}
.left-sidebar {
        padding-right: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
        .right-sidebar {
                padding-left: 0;
        }
        .left-sidebar {
                padding-right: 0;
        }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
        .right-sidebar {
                padding-left: 0;
        }
        .left-sidebar {
                padding-right: 0;
        }
        .widgets {
                margin-top: 80px;
        }
}
@media only screen and (max-width: 767px) {
        .right-sidebar {
                padding-left: 0;
        }
        .left-sidebar {
                padding-right: 0;
        }
        .widgets {
                margin-top: 80px;
        }
}
/**
Portfolio Details Styles
*/
.pg-portfolio-content {
        margin-top: 95px;
}
.pg-portfolio-content blockquote {
        width: 65%;
        display: inline-block;
}
.pg-portfolio-content > p {
        line-height: 28px;
        font-size: 14px;
        color: #666666;
}
.pg-portfolio-details {
        margin-top: 95px;
}
.pg-portfolio-details-box {
        margin-top: 25px;
        border: 1px solid #dddddd;
        padding: 50px 75px;
        display: inline-block;
}
.pg-portfolio-details-box > ul {
        text-align: left;
        padding-left: 0;
        margin-bottom: 0;
        padding-bottom: 45px;
}
.pg-portfolio-details-box > ul li {
        display: block;
        padding: 10px 20px;
        border-bottom: 1px solid #dddddd;
}
.pg-portfolio-details-box > ul li::after {
        content: "";
        clear: both;
        display: table;
}
.pg-portfolio-details-box > ul li a {
        color: #666666;
}
.pg-portfolio-details-box > ul li a:hover {
        color: #00ab98;
}
.pg-portfolio-details-box > ul li:first-child {
        padding-top: 0;
}
.pg-portfolio-details-box > ul li:last-child {
        padding-bottom: 0;
        border-bottom: none;
}
.pg-portfolio-details-box > ul li span {
        float: right;
}
.pg-portfolio-details-social {
        padding: 0 25px;
        margin-top: 30px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
}
.pg-portfolio-details-social .social-icons {
        padding-left: 20px;
        margin-bottom: 15px;
}
.pg-portfolio-details-social h6 {
        margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
        .pg-portfolio-content blockquote {
                width: 85%;
        }
}
@media only screen and (max-width: 767px) {
        .pg-portfolio-content blockquote {
                width: 85%;
        }
}
@media only screen and (max-width: 575px) {
        .pg-portfolio-content blockquote {
                width: 100%;
        }
        .pg-portfolio-details-box {
                padding: 30px 10px;
        }
        .pg-portfolio-details-social .social-icons {
                padding-left: 0;
        }
}
/**
Blog Page Styles
*/
/* Grid Blog Styels */
.grid-blogs-wrap {
        margin-top: -65px;
}
.grid-blog {
        border: 1px solid #eeeeee;
        background: #ffffff;
        margin-top: 65px;
}
.grid-blog-meta {
        padding: 25px 15px;
}
.grid-blog-meta span {
        position: relative;
        padding-right: 25px;
        font-size: 12px;
}
.grid-blog-meta span a {
        color: #666666;
}
.grid-blog-meta span a:hover {
        color: #00ab98;
}
.grid-blog-meta span::after {
        content: "";
        position: absolute;
        right: 5px;
        top: 50%;
        height: 1px;
        background: #eeeeee;
        width: 15px;
}
.grid-blog-meta span:last-child {
        padding-right: 0;
}
.grid-blog-meta span:last-child::after {
        display: none;
}
.grid-blog-thumb-wrap {
        position: relative;
        overflow: hidden;
}
.grid-blog-thumb {
        overflow: hidden;
        position: relative;
}
.grid-blog-thumb::before {
        content: "";
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
        background: rgba(255, 255, 255, 0.5);
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s ease-out 0s;
}
.grid-blog-thumb iframe {
        min-height: 234px;
        width: 100%;
        border: none;
        margin-bottom: 0;
        vertical-align: middle;
}
.grid-blog-likes-and-comments {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 10px 20px;
        background: transparent;
        font-size: 12px;
        transform: translateY(100%);
        transition: all 0.4s ease-out 0s;
        z-index: 2;
}
.grid-blog-likes-and-comments a {
        color: #666666;
}
.grid-blog-likes-and-comments a:hover {
        color: #00ab98;
}
.grid-blog-content {
        padding: 40px 20px;
        position: relative;
}
.grid-blog-content p {
        padding-top: 10px;
}
.grid-blog-content .cr-btn {
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translate(-50%, 50%);
        z-index: 1;
}
.grid-blog-title {
        font-size: 20px;
        line-height: 32px;
        font-weight: 700;
}
.grid-blog-title a {
        color: #666666;
}
.grid-blog-title a:hover {
        color: #00ab98;
}
.grid-blog:hover .grid-blog-likes-and-comments {
        transform: translateY(0);
}
.grid-blog:hover .grid-blog-thumb::before {
        opacity: 1;
        visibility: visible;
}
/* Grid Video Blog */
.grid-blog-video .grid-blog-thumb {
        overflow: hidden;
        position: relative;
}
.grid-blog-video .grid-blog-thumb::before {
        visibility: visible;
        opacity: 1;
        background: rgba(0, 0, 0, 0.3);
}
.grid-blog-video .grid-blog-thumb .cr-video-btn {
        left: 50%;
        top: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
}
.grid-blog-video .grid-blog-likes-and-comments {
        position: relative;
        transform: translateX(0);
        padding: 15px 20px;
}
.grid-blog-video .grid-blog-content {
        padding-top: 20px;
}
.grid-blog-video:hover .grid-blog-likes-and-comments {
        transform: translateX(0);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
        .grid-blog-thumb iframe {
                min-height: 183px;
        }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
        .grid-blog-thumb iframe {
                min-height: 208px;
        }
}
/* List Blog */
.list-blogs-wrap {
        margin-top: -65px;
}
.list-blog {
        border: none;
}
.list-blog .grid-blog-thumb iframe {
        min-height: 435px;
}
.list-blog .grid-blog-thumb::before {
        background: rgba(0, 0, 0, 0.2);
}
.list-blog .grid-blog-likes-and-comments {
        position: relative;
        transform: translate(0);
}
.list-blog .grid-blog-content {
        padding: 20px 0 50px 0;
        position: relative;
}
.list-blog .grid-blog-content::before {
        content: "";
        bottom: 0;
        top: auto;
        left: 0;
        right: auto;
        position: absolute;
        height: 1px;
        width: calc(50% - 80px);
        background: #eeeeee;
}
.list-blog .grid-blog-content::after {
        content: "";
        bottom: 0;
        top: auto;
        left: auto;
        right: 0;
        position: absolute;
        height: 1px;
        width: calc(50% - 80px);
        background: #eeeeee;
}
.list-blog .grid-blog-likes-and-comments {
        padding: 0;
        padding-top: 30px;
}
.grid-blog-header {
        padding: 20px 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        background: #f6f6f6;
}
.grid-blog-share {
        margin-bottom: -20px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
}
.grid-blog-share span {
        font-size: 14px;
        line-height: 28px;
        color: #666666;
        margin-bottom: 20px;
        padding-right: 10px;
}
.grid-blog-share .social-icons {
        margin-bottom: 20px;
}
.grid-blog-share .social-icons ul li a {
        background: #ffffff;
        color: #999999;
}
.grid-blog-share .social-icons ul li:hover a {
        color: #000000;
}
.grid-blog.sticky span.sticky-icon {
        height: 37px;
        width: 37px;
        display: inline-block;
        line-height: 39px;
        border-radius: 100px;
        font-size: 18px;
        color: #000000;
        background: #ffffff;
        text-align: center;
        position: absolute;
        left: 20px;
        top: 20px;
}
.list-blog.sticky .grid-blog-header {
        justify-content: space-between;
}
.list-blog.sticky .grid-blog-header span.sticky-icon {
        height: 37px;
        width: 37px;
        display: inline-block;
        line-height: 39px;
        border-radius: 100px;
        font-size: 18px;
        color: #000000;
        background: #ffffff;
        text-align: center;
        position: relative;
        left: inherit;
        top: inherit;
}
@media only screen and (max-width: 767px) {
        .grid-blog-share .social-icons ul li {
                margin: 0 3px;
        }
}
/**
Blog Details Styles
*/
.blog-details .grid-blog-content {
        padding: 0;
        padding-top: 25px;
}
.blog-details .grid-blog-meta {
        padding: 25px 0;
}
.blog-details .grid-blog-meta::after {
        content: "";
        clear: both;
        display: table;
}
.blog-details .grid-blog-meta span:last-child {
        float: right;
}
.blog-details .grid-blog-meta span:nth-last-child(2)::after {
        display: none;
}
.blog-details .grid-blog-likes-and-comments {
        position: relative;
        transform: translate(0);
        padding: 45px 0;
}
.blog-details-footer {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        border-top: 1px solid #dddddd;
        border-bottom: 1px solid #dddddd;
        padding: 30px 0;
}
.blog-details-footer .social-icons-rounded ul li a {
        background: #f1f1f1;
}
.blog-pagination {
        display: inline-block;
        vertical-align: middle;
        padding: 0 0;
        font-size: 14px;
        text-align: center;
        z-index: 1;
        transition: all 0.3s ease-in-out 0s;
        cursor: pointer;
        color: #666666;
        font-weight: 500;
}
.blog-pagination:hover {
        color: #00ab98;
}
.blog-pagination:hover i {
        color: #00ab98;
        transition: all 0.3s ease-in-out 0s;
}
.blog-pagination i {
        color: #999999;
}
.blog-pagination.blog-pagination-prev i {
        padding-right: 7px;
}
.blog-pagination.blog-pagination-next i {
        padding-left: 7px;
}
.blog-details-related-post {
        margin-top: 100px;
}
@media only screen and (max-width: 767px) {
        .blog-details-related-post {
                margin-top: 60px;
        }
        .blog-details .grid-blog-meta span:last-child {
                float: none;
        }
        .blog-details .grid-blog-meta span:nth-last-child(2)::after {
                display: block;
        }
}
@media only screen and (max-width: 575px) {
        .blog-details-footer .grid-blog-share {
                width: 100%;
                order: 1;
                justify-content: center;
                margin-bottom: 0px;
        }
        .blog-details-footer .blog-pagination-prev {
                order: 2;
        }
        .blog-details-footer .blog-pagination-next {
                order: 3;
        }
}
/* Related Blog */
.related-blog {
        margin-top: 30px;
}
.related-blog-thumb {
        display: inline-block;
        position: relative;
}
.related-blog-thumb img {
        width: 100%;
}
.related-blog-thumb::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.2);
        opacity: 0;
        transition: all 0.4s ease-in-out 0s;
}
.related-blog-content {
        padding-top: 15px;
}
.related-blog-content h6 {
        font-size: 14px;
        line-height: 28px;
        font-weight: 700;
        margin-bottom: 5px;
}
.related-blog-content h6 a {
        color: #666666;
}
.related-blog-content h6 a:hover {
        color: #00ab98;
}
.related-blog-content .related-blog-meta span {
        color: #999999;
        font-size: 12px;
}
.related-blog-content .related-blog-meta span::after {
        content: "/";
        padding: 0 4px;
}
.related-blog-content .related-blog-meta span:last-child::after {
        display: none;
}
.related-blog-content .related-blog-meta span a {
        color: #999999;
}
.related-blog-content .related-blog-meta span a:hover {
        color: #00ab98;
}
.related-blog:hover .related-blog-thumb::before {
        opacity: 1;
}
.blog-details-comments {
        margin-top: 100px;
}
.blog-details-commentbox {
        margin-top: 100px;
}
.blog-details-video .grid-blog-thumb {
        overflow: hidden;
        position: relative;
}
.blog-details-video .grid-blog-thumb::before {
        visibility: visible;
        opacity: 1;
        background: rgba(0, 0, 0, 0.3);
}
.blog-details-video .grid-blog-thumb .cr-video-btn {
        left: 50%;
        top: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
        .blog-details-comments {
                margin-top: 60px;
        }
        .blog-details-commentbox {
                margin-top: 60px;
        }
}
/**
Comment Styles
*/
.single-comment {
        margin-top: 60px;
        display: flex;
        align-items: center;
}
.single-comment.reply-comment {
        padding-left: 200px;
}
.single-comment-thumb {
        margin-right: 28px;
        flex: 0 0 170px;
}
.single-comment-content {
        flex-shrink: 100;
}
.single-comment-content h6 {
        font-size: 16px;
        line-height: 32px;
        color: #666666;
        font-weight: 700;
        margin-bottom: 10px;
}
.single-comment-content h6 a {
        color: #666666;
}
.single-comment-content h6 a:hover {
        color: #00ab98;
}
.commenter-reply {
        display: inline-block;
        font-size: 14px;
        line-height: 28px;
        color: #666666;
        font-weight: 700;
}
.commenter-reply:hover {
        color: #00ab98;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-comment.reply-comment {
                padding-left: 65px;
        }
}
@media only screen and (max-width: 767px) {
        .single-comment.reply-comment {
                padding-left: 45px;
        }
}
@media only screen and (max-width: 575px) {
        .single-comment {
                flex-wrap: wrap;
        }
        .single-comment.reply-comment {
                padding-left: 45px;
        }
}
/* Commentbox Styles */
.commentbox input, .commentbox textarea, .commentbox button {
        margin-top: 30px;
        border: 1px solid #dddddd;
        padding: 0 30px;
}
.commentbox textarea {
        padding: 20px 30px;
        min-height: 200px;
}
.commentbox button {
        display: inline-block;
        height: 45px;
        line-height: 45px;
        padding: 0 40px;
        transition: all 0.4s ease-in-out 0s;
        color: #666666;
}
.commentbox button:hover {
        background: #00ab98;
        color: #ffffff;
        border-color: #00ab98;
}
/**
Contact Me Styles
*/
.contact-me-top-content {
        padding-top: 50px;
        padding-bottom: 80px;
}
.contact-me-top-content > p {
        margin-top: 30px;
        line-height: 28px;
}
.contact-me-info {
        padding-top: 20px;
}
.contact-me-info p {
        margin-bottom: 18px;
}
.contact-me-info p a {
        color: #666666;
}
.contact-me-info p a:hover {
        color: #00ab98;
}
.contact-me-info p:last-child {
        margin-bottom: 0;
}
.contact-me-form {
        text-align: center;
}
.contact-me-form .row {
        margin-top: -40px;
}
.contact-me-form input, .contact-me-form textarea {
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        margin-top: 40px;
        text-align: center;
        color: #fff;
        letter-spacing: 0.5px;
}
.contact-me-form input:-moz-placeholder, .contact-me-form textarea:-moz-placeholder {
        color: #ffffff;
        letter-spacing: 0.5px;
}
.contact-me-form input::-moz-placeholder, .contact-me-form textarea::-moz-placeholder {
        color: #ffffff;
        letter-spacing: 0.5px;
}
.contact-me-form input::-webkit-input-placeholder, .contact-me-form textarea::-webkit-input-placeholder {
        color: #ffffff;
        letter-spacing: 0.5px;
}
.contact-me-form input::-webkit-placeholder, .contact-me-form textarea::-webkit-placeholder {
        color: #ffffff;
        letter-spacing: 0.5px;
}
.contact-me-form input::placeholder, .contact-me-form textarea::placeholder {
        color: #ffffff;
        letter-spacing: 0.5px;
}
.contact-me-form textarea {
        min-height: 100px;
        padding: 20px;
}
.contact-me-form button {
        display: inline-block;
        border: 1px solid rgba(255, 255, 255, 0.5);
        width: auto;
        padding: 0 40px;
        margin-top: 40px;
        height: 45px;
        color: #ffffff;
}
.contact-me-form button:hover {
        background: rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
        .contact-me-form {
                padding: 0 15%;
        }
}
@media only screen and (max-width: 767px) {
        .contact-me-top-content {
                padding-top: 30px;
                padding-bottom: 50px;
        }
}
/**
Contact Us
*/
.google-map {
        min-height: 600px;
}
.contact-us-form {
        text-align: center;
}
.contact-us-form .row {
        margin-top: -40px;
}
.contact-us-form input, .contact-us-form textarea {
        border: none;
        border-bottom: 1px solid #dddddd;
        margin-top: 40px;
        text-align: center;
        color: #666666;
        letter-spacing: 0.5px;
}
.contact-us-form input:-moz-placeholder, .contact-us-form textarea:-moz-placeholder {
        color: #666666;
        letter-spacing: 0.5px;
}
.contact-us-form input::-moz-placeholder, .contact-us-form textarea::-moz-placeholder {
        color: #666666;
        letter-spacing: 0.5px;
}
.contact-us-form input::-webkit-input-placeholder, .contact-us-form textarea::-webkit-input-placeholder {
        color: #666666;
        letter-spacing: 0.5px;
}
.contact-us-form input::-webkit-placeholder, .contact-us-form textarea::-webkit-placeholder {
        color: #666666;
        letter-spacing: 0.5px;
}
.contact-us-form input::placeholder, .contact-us-form textarea::placeholder {
        color: #666666;
        letter-spacing: 0.5px;
}
.contact-us-form textarea {
        min-height: 100px;
        padding: 20px;
}
.contact-us-form button {
        display: inline-block;
        border: 1px solid #ffffff;
        width: auto;
        padding: 0 40px;
        background: #ffffff;
        height: 45px;
        margin-top: 40px;
}
.contact-us-form button:hover {
        background: #00ab98;
        border-color: #00ab98;
        color: #ffffff;
}
.contact-us-iconbox {
        padding: 0 30px;
        padding-top: 50px;
        display: block;
}
.contact-us-iconbox i {
        font-size: 40px;
		color: #00ab98;
}
.contact-us-iconbox p {
        font-size: 20px;
		margin-top: 8px;
        margin-bottom: 0;
}
.contact-us-iconbox span {
        font-size: 16px;
		margin-top: 0;
        margin-bottom: 0;
		font-family: "gothamrounded-light";
}
.contact-us-iconbox a {
        color: #00ab98;
}
.contact-us-iconbox a:hover {
        color: #008476;
}
.contact-us-content {
        margin-top: 50px;
        margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
        .google-map {
                min-height: 450px;
        }
}
@media only screen and (max-width: 767px) {
        .google-map {
                min-height: 400px;
        }
        .contact-us-content {
                margin-top: 30px;
        }
        .contact-us-iconbox {
                margin-top: 3px;
        }
}
.form-message.success {
        color: #00ab98;
}
.form-message.error {
        color: #ff1100;
}
/**
Footer Styles
*/
.bg-footer-1 {
        background-image: url(images/bck4.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
}
.bg-footer-2 {
        background-image: url(images/bg/footer-bg-2.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
}
.bg-footer-3 {
        background-image: url(images/bg/footer-bg-3.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
}
.bg-footer-4 {
        background-image: url(images/bg/footer-bg-4.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
}
.bg-footer-5 {
        background-image: url(images/bg/footer-bg-5.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
}
.bg-footer-6 {
        background-image: url(images/bg/footer-bg-6.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
}
.bg-footer-7 {
        background-image: url(images/bg/footer-bg-7.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
}
.bg-footer-8 {
        background-image: url(images/bg/footer-bg-8.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
}
.bg-footer-9 {
        background-image: url(images/bg/footer-bg-9.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
}
.bg-footer-10 {
        background-image: url(images/bg/footer-bg-10.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
}
.footer-widgets .single-widget .widget-title {
        font-size: 26px;
        color: #ffffff;
        margin-bottom: 10px;
        padding-bottom: 0;
		font-family: "gothamrounded-medium", Helvetica;
}
.footer-widgets .single-widget .widget-title::after {
        display: none;
}
.footer-widgets .single-widget > ul {
        padding-left: 0;
        margin-bottom: 0;
}
.footer-widgets .single-widget > ul > li {
        list-style: none;
        color: #ffffff;
        display: block;
        margin-bottom: 0px;
		font-size: 15px;
}
.footer-widgets .single-widget > ul > li:last-child {
        margin-bottom: 0;
}
.footer-widgets .single-widget > ul > li a {
        color: #ffffff;
}
.footer-widgets .single-widget.about-widget > p {
        font-size: 16px;
        margin-bottom: 30px;
}
.footer-widgets .single-widget.about-widget ul li > i.fa {
        display: inline-block;
        width: 28px;
        font-size: 20px;
		text-align: center;
}
.footer-widgets .single-widget.about-widget ul li p {
        display: inline-block;
        margin-bottom: 0;
		font-family: "gothamrounded-light", Helvetica;
		font-weight: normal;
}
.footer-widgets .single-widget.about-widget .social-icons {
        padding-top: 10px;
}
.footer-widgets .single-widget.links-widget {
        padding-left: 70px;
}
.footer-widgets .single-widget.links-widget ul li {
		font-family: "gothamrounded-light", Helvetica;
		font-weight: normal;
        margin-bottom: 0px;
}
.footer-widgets .single-widget.links-widget ul li:last-child {
        margin-bottom: 0;
}
.footer-widgets .single-widget.links-widget ul li a {
        position: relative;
}
.footer-widgets .single-widget.links-widget ul li a:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 1px;
        width: 0;
        background: #ffffff;
        transition: all 0.3s ease-in-out 0s;
}
.footer-widgets .single-widget.links-widget ul li a:hover::before {
        width: 100%;
}
.footer-widgets .single-widget.latest-post-widget ul {
        font-size: 0;
        margin-left: -2px;
        margin-top: -2px;
}
.footer-widgets .single-widget.latest-post-widget ul li {
        margin: 2px;
        display: inline-block;
        font-size: 14px;
}
.footer-widgets .single-widget.latest-post-widget ul li a {
        display: inline-block;
        vertical-align: middle;
        position: relative;
}
.footer-widgets .single-widget.latest-post-widget ul li a::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(42, 104, 252, 0.85);
        visibility: hidden;
        opacity: 0;
        transition: all 0.4s ease-out 0s;
}
.footer-widgets .single-widget.latest-post-widget ul li a::after {
        content: "\f0c1";
        font-family: fontAwesome;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        margin-top: 20px;
        visibility: hidden;
        opacity: 0;
        transition: all 0.4s ease-out 0s;
        color: #ffffff;
}
.footer-widgets .single-widget.latest-post-widget ul li a:hover::before {
        visibility: visible;
        opacity: 1;
}
.footer-widgets .single-widget.latest-post-widget ul li a:hover::after {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
}
.footer-widgets .single-widget.latest-post-widget-2 ul {
        font-size: 0;
}
.footer-widgets .single-widget.latest-post-widget-2 ul li {
        display: inline-block;
        font-size: 14px;
        padding-left: 88px;
        position: relative;
        margin-bottom: 20px;
}
.footer-widgets .single-widget.latest-post-widget-2 ul li h6 {
        color: #ffffff;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0;
}
.footer-widgets .single-widget.latest-post-widget-2 ul li h6 a {
        color: #ffffff;
}
.footer-widgets .single-widget.latest-post-widget-2 ul li h6 a:hover {
        text-decoration: underline;
}
.footer-widgets .single-widget.latest-post-widget-2 ul li > span {
        font-size: 12px;
        color: #ffffff;
}
.footer-widgets .single-widget.latest-post-widget-2 ul li a.latest-post-widget-thumb {
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 5px;
}
.footer-widgets .single-widget.latest-post-widget-2 ul li a.latest-post-widget-thumb::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(42, 104, 252, 0.85);
        visibility: hidden;
        opacity: 0;
        transition: all 0.4s ease-out 0s;
}
.footer-widgets .single-widget.latest-post-widget-2 ul li a.latest-post-widget-thumb::after {
        content: "\f0c1";
        font-family: fontAwesome;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        margin-top: 20px;
        visibility: hidden;
        opacity: 0;
        transition: all 0.4s ease-out 0s;
        color: #ffffff;
}
.footer-widgets .single-widget.latest-post-widget-2 ul li:hover a.latest-post-widget-thumb::before {
        visibility: visible;
        opacity: 1;
}
.footer-widgets .single-widget.latest-post-widget-2 ul li:hover a.latest-post-widget-thumb::after {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
}
.footer-widgets .single-widget.newsletter-widget input {
        margin-bottom: 20px;
        color: #ffffff;
        height: 40px;
        border: 0.5px solid #666666;
}
.footer-widgets .single-widget.newsletter-widget input::-moz-placeholder {
        color: #ffffff;
}
.footer-widgets .single-widget.newsletter-widget input:-moz-placeholder {
        color: #ffffff;
}
.footer-widgets .single-widget.newsletter-widget input:-webkit-placeholder {
        color: #ffffff;
}
.footer-widgets .single-widget.newsletter-widget input::-webkit-placeholder {
        color: #ffffff;
}
.footer-widgets .single-widget.newsletter-widget input::placeholder {
        color: #ffffff;
}
.footer-widgets .single-widget.newsletter-widget input:focus {
        border: 1px solid #00ab98;
}
.footer-widgets .single-widget.newsletter-widget button {
        height: 40px;
        margin-top: 10px;
        font-weight: 700;
        color: #ffffff;
        font-size: 16px;
        transition: all 0.4s ease-out 0s;
        padding: 0 25px;
        border: 0.5px solid #666666;
}
.footer-widgets .single-widget.newsletter-widget button:hover {
        background: #00ab98;
        border-color: #00ab98;
}
.footer-widgets .single-widget.tags-widget ul {
        font-size: 0;
}
.footer-widgets .single-widget.tags-widget ul li {
        display: inline-block;
        font-size: 14px;
        margin-bottom: 10px;
        margin-right: 5px;
}
.footer-widgets .single-widget.tags-widget ul li a {
        display: inline-block;
        padding: 0 12px;
        height: 35px;
        line-height: 33px;
        border: 1px solid rgba(255, 255, 255, 0.3);
}
.footer-widgets .single-widget.tags-widget ul li a:hover {
        background: #00ab98;
        color: #ffffff;
        border-color: #00ab98;
}
/* Widgets on white background */
.footer-color-dark .footer-widgets .single-widget .widget-title {
        color: #666666;
        position: relative;
        padding-bottom: 27px;
}
.footer-color-dark .footer-widgets .single-widget .widget-title::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
        width: 60px;
        background: #666666;
        display: inline-block;
}
.footer-color-dark .footer-widgets .single-widget ul li {
        color: #666666;
}
.footer-color-dark .footer-widgets .single-widget ul li a {
        color: #666666;
}
.footer-color-dark .footer-widgets .single-widget ul li a:hover {
        color: #00ab98;
}
.footer-color-dark .footer-widgets .single-widget.about-widget a.logo {
        margin-bottom: 40px;
        display: inline-block;
}
.footer-color-dark .footer-widgets .single-widget.about-widget > p {
        color: #666666;
}
.footer-color-dark .footer-widgets .single-widget.links-widget ul li a::before {
        background: #00ab98;
}
.footer-color-dark .footer-widgets .single-widget.newsletter-widget input {
        background: #eeeeee;
        border-color: #eeeeee;
        color: #333333;
        font-size: 12px;
}
.footer-color-dark .footer-widgets .single-widget.newsletter-widget input:focus {
        background: #d9d9d9;
        border-color: #d9d9d9;
}
.footer-color-dark .footer-widgets .single-widget.newsletter-widget input::-moz-placeholder {
        color: #333333;
}
.footer-color-dark .footer-widgets .single-widget.newsletter-widget input:-moz-placeholder {
        color: #333333;
}
.footer-color-dark .footer-widgets .single-widget.newsletter-widget input:-webkit-placeholder {
        color: #333333;
}
.footer-color-dark .footer-widgets .single-widget.newsletter-widget input::-webkit-placeholder {
        color: #333333;
}
.footer-color-dark .footer-widgets .single-widget.newsletter-widget input::placeholder {
        color: #333333;
}
.footer-color-dark .footer-widgets .single-widget.newsletter-widget button {
        background: #00ab98;
        border-color: #00ab98;
}
.copyright {
        padding: 15px 0;
		font-family: "gothamrounded-light", Helvetica;
}
.copyright p {
        margin-bottom: 0;
        color: rgba(255,255,255,0.6);
}
.copyright p a {
        color: rgba(255,255,255,0.6);
		font-family: "gothamrounded-medium", Helvetica;
}
.copyright p a:hover {
        color: rgba(255,255,255,1);
}
.footer-copyright-area .social-icons {
        margin-bottom: 30px;
}
.bg-theme .copyright {
        padding: 30px 0;
}
.bg-theme .copyright p {
        color: #ffffff;
}
.bg-theme .copyright p a {
        color: #ffffff;
}
.bg-dark .copyright p {
        color: #ffffff;
}
.bg-dark .copyright p a {
        color: #ffffff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
        .footer-widgets .single-widget.latest-post-widget ul li {
                max-width: 48%;
        }
        .footer-widgets .single-widget.links-widget {
                padding-left: 30px;
        }
        .footer-widgets .single-widget > ul > li {
                display: flex;
        }
        .footer-widgets .single-widget > ul > li i.fa {
                padding-right: 15px;
        }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
        .footer-widgets {
                margin-top: -50px;
        }
        .footer-widgets .single-widget {
                margin-top: 50px;
        }
        .footer-widgets .single-widget.links-widget {
                padding-left: 0;
        }
}
@media only screen and (max-width: 767px) {
        .footer-widgets {
                margin-top: -50px;
        }
        .footer-widgets .single-widget {
                margin-top: 50px;
        }
        .footer-widgets .single-widget.links-widget {
                padding-left: 0;
        }
}
/* Footer Text Styles */
.footer-text > h5 {
        font-size: 18px;
        color: #666666;
        font-weight: 700;
}
.footer-contact-details {
        padding-top: 10px;
}
.footer-contact-details h6 {
        font-size: 12px;
        color: #666666;
        display: inline-block;
}
.footer-contact-details h6.crtitle {
        position: relative;
        padding-bottom: 10px;
        margin-bottom: 25px;
}
.footer-contact-details h6.crtitle::after {
        content: "";
        position: absolute;
        left: 10px;
        bottom: 0;
        background: #dddddd;
        height: 1px;
        width: calc(100% - 20px);
}
.footer-contact-details p {
        margin-bottom: 10px;
}
.footer-contact-details p a {
        color: #666666;
}
.footer-contact-details p a:hover {
        color: #00ab98;
}
/*******************
Pages Styles
********************/
/**
Onepage Styles
*/
.op-section-padding {
        padding-top: 200px;
        padding-bottom: 200px;
}
.op-section-padding-top {
        padding-top: 200px;
}
.op-section-padding-bottom {
        padding-bottom: 200px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
        .op-section-padding {
                padding-top: 120px;
                padding-bottom: 120px;
        }
        .op-section-padding-top {
                padding-top: 120px;
        }
        .op-section-padding-bottom {
                padding-bottom: 120px;
        }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
        .op-section-padding {
                padding-top: 100px;
                padding-bottom: 100px;
        }
        .op-section-padding-top {
                padding-top: 100px;
        }
        .op-section-padding-bottom {
                padding-bottom: 100px;
        }
}
@media only screen and (max-width: 767px) {
        .op-section-padding {
                padding-top: 75px;
                padding-bottom: 75px;
        }
        .op-section-padding-top {
                padding-top: 75px;
        }
        .op-section-padding-bottom {
                padding-bottom: 75px;
        }
}
.op-section-title {
        margin-top: -12px;
        margin-bottom: 50px;
}
.op-section-title h2 {
        font-size: 50px;
        font-family: "Poppins", sans-serif;
        color: #ffffff;
        font-weight: 400;
}
.op-section-title p {
        color: #ffffff;
}
@media only screen and (max-width: 767px) {
        .op-section-title {
                margin-top: -5px;
                margin-bottom: 50px;
        }
        .op-section-title h2 {
                font-size: 36px;
        }
}
.op-btn, .op-btn:link, .op-btn:focus {
        font-size: 16px;
        height: 42px;
        padding: 8px 30px;
        border-radius: 100px;
        display: inline-block;
        border: none;
        outline: none;
        font-weight: 700;
        position: relative;
        background: #583285;
        color: #ffffff;
}
.op-btn.op-btn-white, .op-btn:link.op-btn-white, .op-btn:focus.op-btn-white {
        background: #ffffff;
        color: #333333;
        border: 1px solid #dddddd;
}
.op-btn.op-btn-white:hover, .op-btn:link.op-btn-white:hover, .op-btn:focus.op-btn-white:hover {
        background: #583285;
        border-color: #583285;
        color: #ffffff;
}
/* Onepage Banner Styles */
.onepage-banner {
        min-height: 100vh;
        position: relative;
        background-image: url(images/onepage/hero-background.jpg);
        background-size: cover;
        background-position: center bottom -1px;
        display: flex;
        align-items: center;
        justify-content: center;
}
@keyframes rocketGo {
        0% {
                opacity: 1;
                transform: translateY(0);
        }
        100% {
                opacity: 0;
                transform: translateY(-400px);
        }
}
.op-banner-image {
        position: absolute;
        left: 50%;
        top: 11%;
        transform: translateX(-50%);
}
.op-banner-image img {
        animation: rocketGo 2s ease-in-out 0s infinite;
}
.op-banner-content {
        position: relative;
        z-index: 1;
}
.op-banner-content .op-btn {
        margin-top: 30px;
}
.op-banner-heading {
        color: #ffffff;
}
.op-banner-heading-sub {
        font-size: 18px;
        line-height: 36px;
        font-weight: 700;
        display: block;
}
.op-banner-heading-main {
        font-size: 80px;
        line-height: 110px;
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
        .op-banner-heading-main {
                font-size: 65px;
                line-height: 90px;
        }
}
@media only screen and (max-width: 767px) {
        .op-banner-heading-main {
                font-size: 60px;
                line-height: 80px;
        }
}
@media only screen and (max-width: 575px) {
        .op-banner-heading-main {
                font-size: 42px;
                line-height: 62px;
        }
}
/* Onepage Page Content */
.onepage-single-background-wrapper {
        background-image: url(images/onepage/page-content-background.jpg);
        background-size: cover;
        background-position: center top;
}
/* Onepage Features */
.op-features-wrap {
        margin-top: -30px;
}
.op-feature {
        margin-top: 30px;
        padding: 30px;
        background: #ffffff;
        transition: all 0.4s ease-in-out 0s;
}
.op-feature i {
        font-size: 30px;
        margin-bottom: 20px;
        transition: all 0.4s ease-in-out 0s;
}
.op-feature h6 {
        font-size: 16px;
        font-weight: 700;
        color: #666666;
        transition: all 0.4s ease-in-out 0s;
}
.op-feature p {
        color: #666666;
        transition: all 0.4s ease-in-out 0s;
}
.op-feature:hover {
        background: #583285;
}
.op-feature:hover i, .op-feature:hover h6, .op-feature:hover p {
        color: #ffffff;
}
/* Onepage Services */
.op-services {
        background-image: url(images/onepage/service-area-background.png);
        background-size: cover;
        background-position: center center;
}
.op-services {
        margin-top: 30px;
}
.op-services [class^="col-"]:nth-child(2) .op-service {
        margin-right: -50px;
        margin-left: 50px;
}
.op-services [class^="col-"]:nth-child(3) .op-service {
        margin-right: 50px;
        margin-left: -50px;
}
.op-service {
        padding: 0 30px;
        margin-top: 0px;
}
.op-service .op-service-icon {
        display: inline-block;
        height: 100px;
        width: 100px;
        border-radius: 100%;
        border: 1px solid rgba(255, 255, 255, 0.7);
        text-align: center;
        line-height: 80px;
        overflow: hidden;
        padding: 10px;
        margin-bottom: 10px;
}
.op-service h5 {
        color: #ffffff;
        font-size: 18px;
        margin-bottom: 25px;
}
.op-service p {
        color: #ffffff;
        margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
        .op-service {
                padding: 0 15px;
        }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
        .op-services {
                margin-top: 30px;
        }
        .op-services [class^="col-"]:nth-child(2) .op-service {
                margin-right: 0;
                margin-left: 0;
        }
        .op-services [class^="col-"]:nth-child(3) .op-service {
                margin-right: 0;
                margin-left: 0;
        }
        .op-service {
                margin-top: 30px;
        }
}
@media only screen and (max-width: 767px) {
        .op-services {
                margin-top: 30px;
        }
        .op-services [class^="col-"]:nth-child(2) .op-service {
                margin-right: 0;
                margin-left: 0;
        }
        .op-services [class^="col-"]:nth-child(3) .op-service {
                margin-right: 0;
                margin-left: 0;
        }
        .op-service {
                margin-top: 30px;
                padding: 0;
        }
}
/* Onepage Portfolio */
.op-portfolios {
        margin-left: -7.5px;
        margin-right: -7.5px;
        margin-top: 15px;
}
.op-portfolios [class^="col"] {
        padding: 0 7.5px;
        padding-top: 15px;
}
.op-portfolio {
        position: relative;
}
.op-portfolio::before {
        content: "";
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        position: absolute;
        background: rgba(88, 50, 133, 0.9);
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s ease-out 0s;
}
.op-portfolio-thumb img {
        width: 100%;
}
.op-portfolio-content {
        position: absolute;
        left: 0;
        bottom: 18%;
        width: 100%;
        text-align: center;
        z-index: 1;
}
.op-portfolio-content h5 {
        font-size: 18px;
        font-weight: 700;
        color: #ffffff;
        margin-bottom: 10px;
        transform: translateY(30px);
        visibility: hidden;
        opacity: 0;
        transition: all 0.4s ease-out 0s;
}
.op-portfolio-content h5 a {
        color: #ffffff;
}
.op-portfolio-content h6 {
        font-size: 12px;
        color: #ffffff;
        transform: translateY(30px);
        visibility: hidden;
        opacity: 0;
        transition: all 0.4s ease-out 0.075s;
}
.op-portfolio:hover::before {
        visibility: visible;
        opacity: 1;
}
.op-portfolio:hover .op-portfolio-content h5, .op-portfolio:hover .op-portfolio-content h6 {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
}
/* Onepage Team Area */
.op-team {
        position: relative;
        overflow: hidden;
        margin-top: 30px;
        background: rgba(88, 50, 133, 0.6);
        transition: all 0.5s ease-out 0s;
}
.op-team-frontside {
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        transition: all 0.5s ease-out 0s;
        display: flex;
        align-items: center;
        justify-content: center;
}
.op-team-frontside:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 185px;
        width: 185px;
        border-radius: 1000px;
        background-image: url(images/onepage/team-background-image.png);
        background-size: cover;
}
.op-team-frontside::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 165px;
        width: 165px;
        border-radius: 1000px;
        background: #27163b;
}
.op-team-frontside h5 {
        margin-top: 10px;
        color: #ffffff;
        margin-bottom: 10px;
        font-size: 18px;
        position: relative;
        z-index: 2;
}
.op-team-frontside h6 {
        color: #ffffff;
        position: relative;
        z-index: 2;
        font-size: 13px;
        margin-bottom: 0;
}
.op-team-backside {
        padding: 40px 30px;
        padding-bottom: 50px;
        transition: all 0.5s ease-out 0s;
        visibility: hidden;
        opacity: 0;
        transform: scale(0.5);
}
.op-team-backside .op-team-thumb {
        height: 150px;
        width: 150px;
        border-radius: 1000px;
        overflow: hidden;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        margin-bottom: 12px;
}
.op-team-backside .op-team-thumb img {
        width: 100%;
}
.op-team-backside h5 {
        color: #ffffff;
        margin-bottom: 10px;
        font-size: 18px;
        position: relative;
        z-index: 2;
}
.op-team-backside h6 {
        color: #ffffff;
        position: relative;
        z-index: 2;
        font-size: 13px;
}
.op-team-backside p {
        padding-top: 10px;
        color: #ffffff;
}
.op-team-backside .social-icons {
        padding-top: 20px;
}
.op-team-backside .social-icons ul li a {
        color: #ffffff;
}
.op-team:hover {
        background: rgba(255, 255, 255, 0.2);
}
.op-team:hover .op-team-frontside {
        transform: scale(1.7);
        opacity: 0;
        visibility: hidden;
}
.op-team:hover .op-team-backside {
        visibility: visible;
        opacity: 1;
        transform: scale(1);
}
/* Onepage Counterbox */
.op-countboxes {
        margin-top: 0;
}
.op-countboxes .countbox {
        margin-top: 0;
        padding: 0 18%;
        padding-top: 60px;
        padding-bottom: 80px;
}
.op-countboxes .countbox::before {
        font-size: 36px;
        color: #666666;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
        .op-countboxes .countbox {
                padding: 0 5%;
                padding-top: 40px;
                padding-bottom: 40px;
        }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
        .op-countboxes .countbox {
                border-top: 1px solid #e1e1e1;
        }
}
/* Onepage Testimonil */
.op-testimonial-area {
        background-image: url(images/onepage/onepage-testimonial-bg.jpg);
        background-size: cover;
        background-position: center center;
}
.op-testimonial-wrap {
        position: relative;
        background-image: url(images/onepage/testimonial-author-background.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: inherit;
        margin-top: 30px;
        padding-left: 140px;
        padding-right: 140px;
}
.op-testimonial-wrap::before, .op-testimonial-wrap::after {
        position: absolute;
        bottom: 0;
        font-size: 100px;
        color: rgba(88, 50, 133, 0.3);
        font-family: fontAwesome;
        height: 100px;
        width: 100px;
        text-align: center;
}
.op-testimonial-wrap::before {
        content: "\f10e";
        left: 0;
        right: 0;
        transform: rotateY(180deg);
}
.op-testimonial-wrap::after {
        content: "\f10e";
        right: 0;
        left: auto;
}
.op-testimonial p {
        color: #ffffff;
        font-size: 26px;
        line-height: 42px;
        font-style: italic;
        font-weight: 300;
        margin-bottom: 0;
}
.op-testimonial-thumb {
        height: 170px;
        width: 170px;
        display: inline-block;
        border-radius: 1000px;
        overflow: hidden;
        margin-top: 190px;
        margin-bottom: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
        .op-testimonial-wrap::before, .op-testimonial-wrap::after {
                font-size: 60px;
        }
        .op-testimonial-wrap {
                padding-left: 120px;
                padding-right: 120px;
        }
        .op-testimonial p {
                font-size: 22px;
        }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
        .op-testimonial-wrap::before, .op-testimonial-wrap::after {
                font-size: 60px;
        }
        .op-testimonial-wrap {
                padding-left: 80px;
                padding-right: 80px;
        }
        .op-testimonial p {
                font-size: 22px;
        }
}
@media only screen and (max-width: 767px) {
        .op-testimonial-wrap::before, .op-testimonial-wrap::after {
                font-size: 30px;
                height: 30px;
                width: 20px;
        }
        .op-testimonial-wrap {
                padding-left: 35px;
                padding-right: 35px;
        }
        .op-testimonial p {
                font-size: 20px;
                line-height: 32px;
        }
}
/* Onepage Footer */
.op-footer-area {
        background-image: url(images/onepage/op-footer-background.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
}
.op-footer-area-inner {
        padding-bottom: 85px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.op-footer-area .copyright p {
        color: #ffffff;
}
.op-footer-area .copyright p a {
        color: #ffffff;
}
.op-footer-area .copyright p a:hover {
        text-decoration: underline;
}
.op-footer-area .social-icons-transparent ul li a {
        border-color: rgba(255, 255, 255, 0.2);
}
.op-footer-area .social-icons-transparent ul li a:hover {
        color: #ffffff;
        background: #583285;
        border-color: #583285;
}

/* Onepage Footer */

.customblock{
	width: 100%;
	border-radius: 10px;
	background-color: white;
	box-shadow: 0px 0px 15px 0px rgb(0,0,0,0.1);
	padding: 20px;
	margin-top: -50px;
	margin-bottom: 50px;
}