﻿:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
}

aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

blockquote {
    margin: 0 0 1rem
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
}

button,
input,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button {
    text-transform: none
}

textarea {
    overflow: auto;
    resize: vertical
}

h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.75rem
}

h4 {
    font-size: 1.5rem
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {

    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container {
        max-width: 1140px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-4,
.col-lg-6,
.col-lg-8,
.col-md-12,
.col-md-6,
.col-sm-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:576px) {

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width:768px) {

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:992px) {

    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-group {
    margin-bottom: 1rem
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.bg-white {
    background-color: #fff !important
}

.d-flex {
    display: flex !important
}

.flex-column {
    flex-direction: column !important
}

.align-items-center {
    align-items: center !important
}

.overflow-hidden {
    overflow: hidden !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important
}

.my-4 {
    margin-bottom: 1.5rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.text-center {
    text-align: center !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.fab,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-edit:before {
    content: "\f044"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-home:before {
    content: "\f015"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-search:before {
    content: "\f002"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-user:before {
    content: "\f007"
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url(../font/fa-brands-400.woff2) format("woff2");
}

.fab {
    font-family: "Font Awesome 5 Brands"
}
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(../font/fa-solid-900.woff2) format("woff2");
}

.fas {
    font-family: "Font Awesome 5 Free"
}

.fas {
    font-weight: 900
}

@font-face {
    font-family: "Flaticon";
    src: url("../font/Flaticon.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

[class^="flaticon-"]:before,
[class^="flaticon-"]:after {
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal;
    margin-left: 20px;
}

.flaticon-call:before {
    content: "\f108";
}

.flaticon-envelope:before {
    content: "\f10a";
}

.flaticon-placeholder:before {
    content: "\f10b";
}

body {
    font-family: Barlow, sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 1.6;
    color: #042825;
    overflow-x: hidden
}

h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.5
}

h2 {
	font-size: 20px;
    line-height: 30px;
}

h3 {
    font-size: 30px;
    line-height: 40px
}

h4 {
    font-size: 20px;
    line-height: 34px;
}

h5 {
    font-size: 20px;
    line-height: 27px
}

h6 {
    font-size: 18px;
    line-height: 28px
}

h4,
h5,
h6 {
    font-weight: 500
}

p {
    color: #687188;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 20px
}

ul {
    margin: 0;
    padding: 0
}

img {
    max-width: 100%
}

a {
    color: #042825
}

a:hover {
    color: #32ffcc;
    text-decoration: none
}

a:focus {
    outline: 0
}

:active,
:after,
a:focus {
    outline: 0
}

input:focus,
textarea:focus {
    outline: 0;
    box-shadow: none
}

.form-group {
    margin-bottom: 20px
}

.form-control {
    height: auto;
    padding: 10px 20px;
    line-height: 1.4;
    color: #687188;
    background-color: #fff;
    border-radius: 0;
    outline: 0
}

.form-control:focus {
    box-shadow: none;
    border-color: #32ffcc
}

button,
button:focus {
    outline: 0
}

[class^=flaticon-]:after,
[class^=flaticon-]:before {
    margin-left: 0
}

.blockquote {
    margin-top: 70px;
    margin-bottom: 65px;
    font-size: 1.875rem;
    line-height: 1.4;
    padding-left: 30px;
    border-left: 3px solid #32ffcc
}

.mobile-header{
   display: none;
}

@media only screen and (max-width:991.98px) {
   .mobile-header{
       display: block;
    }
    .blockquote {
        margin-top: 50px;
        margin-bottom: 45px
    }
}

@media only screen and (max-width:767.98px) {
    .blockquote {
        font-size: 1.5rem
    }
}

@media only screen and (max-width:375px) {
    .blockquote {
        font-size: 1.2rem
    }
}

.blockquote p {
    margin-bottom: 0;
    line-height: 1.4
}

.blockquote footer {
    margin-top: 2.5rem;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999
}

.blockquote footer:before {
    content: "";
    display: block;
    width: 1.875rem;
    height: 1px;
    background: #a7a9b8;
    position: absolute;
    top: -1.25rem;
    left: 0
}

a,
img {
    transition: all .5s ease-in-out 0s
}

.font-w-6 {
    font-weight: 600
}

.btn {
    border-radius: 0;
    display: inline-block;
    overflow: hidden;
    padding: 10.5px 30px;
    position: relative;
    transform: translateY(0);
    text-align: center;
    border: none
}

.btn span.btn-animate {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #1f5152;
    transition: width .6s, height .6s;
    transform: translate(-50%, -50%);
    z-index: -1
}

.btn:hover {
    color: #fff
}

.btn:hover span.btn-animate {
    width: 30rem;
    height: 30rem
}

.btn:active {
    background-color: #1f5152
}

.btn:focus {
    outline: 0;
    box-shadow: none
}

.btn-default {
    color: #fff;
    background: #32ffcc
}

.btn-x-lg {
    padding: 10.5px 40px
}

.xg-py-100 {
    padding: 100px 0
}

.xg-pl-180 {
 	padding-left: 250px
}

@media only screen and (max-width:991.98px) {
    .xg-md-mb-60 {
        margin-bottom: 60px
    }
}

@media only screen and (max-width:575.98px) {
    .xg-pl-180 {
        padding-left: 0
    }
}

.xg-section-inner {
    width: 100%;
    height: 100%;
    white-space: nowrap
}

.xg-section-inner:before {
    content: '';
    display: inline-block;
    height: 100vh;
    vertical-align: middle
}

.xg-scroll-wrap {
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 80px 0;
    white-space: normal
}

.pp-scrollable {
    padding: 0;
    overflow-x: hidden
}

header.xg-header {
    color: #fff;
    background: #1f5152;
    padding: 40px 30px;
    position: fixed;
    left: 0;
    overflow-y: auto;
    height: 100vh;
    min-height: 100vh;
    top: 0;
 	width: 250px;
    z-index: 9;
    transition: all .5s ease-in-out
}

@media only screen and (max-width:575.98px) {
    header.xg-header {
 		left: -260px;
 		width: 240px
    }
}

header.xg-header .xg-site-header-top {
    margin: 30px 0;
}

header.xg-header .xg-vertical-menu {
    list-style: none;
    margin-bottom: 30px
}

header.xg-header .xg-vertical-menu li {
    padding: 9px 0;
    position: relative;
    list-style: none
}

header.xg-header .xg-vertical-menu li a {
    color: #fff;
    font-weight: 500;
    width: 100%;
    text-decoration: none;
    position: relative
}

header.xg-header .xg-vertical-menu li a.nav-link {
    display: inline-block;
    padding: 0 0 0 30px
}

header.xg-header .xg-vertical-menu li a:hover {
    color: #32ffcc
}

header.xg-header .xg-vertical-menu li a:hover i {
    color: #32ffcc
}

header.xg-header .xg-vertical-menu li:hover a {
    color: #32ffcc
}

header.xg-header .xg-vertical-menu li:hover a i {
    color: #32ffcc
}

header.xg-header .xg-vertical-menu li i {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #fff;
    font-size: 18px
}

header.xg-header .xg-footer {
    margin-top: auto
}

header.xg-header .copyright {
    color: #fff;
    font-size: 12px
}

.xg-nav-toggle-btn {
    position: fixed;
    top: 0;
    right: 0;
    background: #32ffcc;
    border: none;
    padding: 5px 15px;
    border-radius: 0;
    outline: 0;
    cursor: pointer;
    z-index: 99999;
    display: none
}

@media only screen and (max-width:575.98px) {
    .xg-nav-toggle-btn {
        display: block
    }
}

.xg-nav-toggle-btn .xg-nav-toggle-title {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    margin-right: 8px;
    color: #fff;
    font-weight: 600
}

.xg-nav-toggle-btn .xg-nav-toggle {
    width: 29px;
    height: 29px;
    display: inline-flex;
    vertical-align: middle;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
    cursor: pointer
}

.xg-nav-toggle-btn .xg-nav-toggle.xg-nav-toggle-sm {
    transform: scale(.7);
    margin-right: -5px
}

.xg-nav-toggle-btn .xg-nav-toggle .bar {
    width: 29px;
    height: 3px;
    margin-bottom: 5px;
    background-color: #fff;
    display: inline-block
}

.xg-nav-toggle-btn .xg-nav-toggle .bar:last-child {
    margin-bottom: 0
}

.xg-nav-toggle-btn .xg-nav-toggle:hover .bar-2 {
    width: 29px
}

.xg-nav-toggle-btn:hover {
    color: #fff
}

.xg-nav-toggle-btn:hover .xg-nav-toggle .bar {
    background-color: #fff
}

.xg-nav-toggle-btn:focus {
    outline: 0
}

.xg-section-header {
    margin-bottom: 40px;
    position: relative
}

.xg-section-header .xg-short-title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #32ffcc;
    margin-bottom: 5px
}

.xg-section-header .xg-section-title {
    font-size: 52px;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #1f5152
}

@media only screen and (max-width:575.98px) {
    .xg-section-header .xg-section-title {
        font-size: 42px;
        line-height: 50px
    }
}

@media only screen and (max-width:480px) {
    .xg-section-header .xg-section-title {
        font-size: 22px
    }
}

@media only screen and (max-width:991.98px) {
    .xg-blog-item {
        margin-bottom: 40px
    }
   .xg-section-inner:before{
       content: unset;
   }
}

.xg-blog-item .xg-blog-thumb {
    overflow: hidden;
    position: relative
}

.xg-blog-item .xg-blog-thumb img {
    transition: all .7s ease-in-out
}

.xg-blog-item .xg-blog-thumb .xg-post-date {
    position: absolute;
    bottom: 15px;
    left: 15px;
    padding: 5px 10px;
    background: #fff;
    border-radius: 3px;
    color: #32ffcc;
    z-index: 1
}

.xg-blog-item .xg-blog-thumb::after {
    content: '';
    position: absolute;
    right: 0;
    width: 0;
    height: 100%;
    transition: width .4s;
    background: #32ffcc;
    opacity: .7
}

.xg-blog-item .xg-blog-content {
    padding-top: 10px
}

@media only screen and (max-width:1199.98px) {
    .xg-blog-item .xg-blog-content .xg-blog-title {
        font-size: 22px;
        line-height: 28px
    }
}

.xg-blog-item:hover .xg-blog-thumb::after {
    left: 0;
    right: auto;
    width: 100%
}

.xg-blog-item:hover .xg-blog-thumb img {
    transform: scale(1.15)
}

.xg-post-meta {
    margin: 0 0 5px 0
}

.xg-post-meta li {
    display: inline-block;
    position: relative;
    margin-right: 20px
}

.xg-post-meta li::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 6px;
    background: #042825;
    top: 50%;
    right: -14px
}

.xg-post-meta li:last-child {
    margin-right: 0
}

.xg-post-meta li:last-child::after {
    display: none
}

.xg-sidebar .xg-widget {
    margin-bottom: 60px
}

.xg-post-list-mini .xg-post-mini {
    margin-bottom: 20px
}

.xg-post-list-mini .xg-post-mini .xg-post-title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
    margin-top: -5px
}

.xg-input-with-icon {
    position: relative
}

.xg-input-with-icon input {
    border-radius: 0;
    outline: 0;
    padding: 10px 20px;
    height: auto
}

.xg-input-with-icon input:focus {
    box-shadow: none;
    border-color: #32ffcc
}

.xg-input-with-icon .xg-input-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%)
}

.xg-input-with-icon .xg-input-icon i {
    color: #687188
}

.xg-widget-tags {
    list-style: none
}

.xg-widget-tags li {
    display: inline-block
}

.xg-widget-tags li a {
    font-size: 14px;
    font-weight: 500;
    color: #687188;
    text-transform: capitalize;
    border: 1px solid #ced4da;
    padding: 9px 20px;
    margin: 0 3px 10px 0;
    display: inline-block
}

.xg-widget-tags li a:hover {
    background: #32ffcc;
    color: #fff;
    border: 1px solid #32ffcc
}

@media only screen and (max-width:767.98px) {
    .xg-blog-single .xg-blog-single-title {
        line-height: 42px
    }
}

@media only screen and (max-width:480px) {
    .xg-blog-single .xg-blog-single-title {
        font-size: 22px
    }
}

@media only screen and (max-width:375px) {
    .xg-blog-single .xg-blog-single-title {
 		font-size: 20px;
        line-height: 34px
    }
}

.xg-blog-single .xg-blog-content p {
    margin-bottom: 25px
}

.xg-blog-single .xg-blog-content figure {
    margin: 40px 0
}

.xg-blog-single .xg-blog-content figure figcaption {
    display: block;
    margin-top: 15px;
    text-align: center;
    font-size: 16px;
    color: #999
}

.xg-post-tags .xg-post-tag {
    font-size: 14px;
    font-weight: 500;
    color: #687188;
    text-transform: capitalize;
    border: 1px solid #ced4da;
    padding: 9px 20px;
    margin: 0 5px 0 0;
    display: inline-block
}

.xg-post-tags .xg-post-tag:hover {
    background: #32ffcc;
    color: #fff;
    border: 1px solid #32ffcc
}

.xg-social-share {
    text-align: right
}

@media only screen and (max-width:767.98px) {
    .xg-social-share {
        text-align: left;
        margin-top: 20px
    }
}

.xg-social-share li {
    display: inline-block;
    margin-right: 10px;
    color: #687188
}

.xg-social-share li:last-child {
    margin-right: 0
}

.xg-social-share li a.facebook {
    color: #3b5999
}

.xg-social-share li a.twitter {
    color: #55acee
}

.xg-social-share li a.linkedin {
    color: #0e76a8
}

.xg-social-share li a.pinterest {
    color: #e60023
}

.xg-social-share li a.tumblr {
    color: #34526f
}

.xg-comment-form .form-group {
    margin-bottom: 30px
}

.xg-site-logo {
    color: #32ffcc;
    font-weight: 700
}

.pt-50 {
    padding-top: 30px
}

/* --------- * Pagination ---------*/
.pagination {
    margin: 30px 0;
    display: block;
}

@media only screen and (max-width: 991.98px) {
    .pagination {
        margin-top: 0;
    }
}

.pagination .page-item {
    display: inline-block;
}

.pagination .page-item .page-link {
   display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 0;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    margin: 0 3px 0;
    padding: 0;
    font-weight: 500;
    background: none;
    border: 1px solid #ced4da;
    color: #687188;
}

@media only screen and (max-width: 375px) {
    .pagination .page-item .page-link {
        width: 35px;
        height: 35px;
        line-height: 33px;
        margin: 0 1px 0;
    }
}

.pagination .page-item .page-link i {
    font-weight: 700;
}

.pagination .page-item .page-link.active,
.pagination .page-item .page-link:hover {
    background: #32ffcc;
    color: #fff;
    border: 1px solid #32ffcc;
}

.pagination .page-item span.page-link {
    cursor: default;
}

.fa-chevron-right:before {
   content: "\f054";
}

.fa-chevron-left:before {
   content: "\f053";
}

.xg-menu-opened header.xg-header {
   left: 0;
}

.xg-contact .xg-contact-infos .xg-contact-item {
   border: 1px solid #d6d6d6;
   padding: 22px 20px;
   overflow: hidden;
   margin-bottom: 27px;
}

.xg-contact .xg-contact-infos .xg-contact-item .xg-contact-icon {
   height: 50px;
   width: 50px;
   line-height: 50px;
   border-radius: 100%;
   background: #32ffcc;
   float: left;
   text-align: center;
   margin-right: 20px;
}

.xg-contact .xg-contact-infos .xg-contact-item .xg-contact-icon i:before {
   color: #fff;
}

.btn-dark {
   color: #fff;
   background-color: #343a40;
   border-color: #343a40;
}
.btn-dark:hover {
   color: #fff;
   background-color: #23272b;
   border-color: #1d2124;
}

.xg-site-content{
   padding-top: 20px;
}

.site-logo {
   display: block;
   height: 40px;
   line-height: 40px;
   color: #fff;
   padding-left: 20px;
   font-weight: 550;
}

.mobile-header{
   width: 100vw;
   height: 40px;
   position: fixed;
   top: 0;
   left: 0;
   z-index: 999;
   background-color: #32ffcc;
}

footer{
	padding: 30px 0;
}

.positionFixed{bottom:0;left:50%;position:fixed;transform:translate(-50%,0);z-index:999;width:100%;background-color:#e4e4e4;display:flex;justify-content:center}
.ad-div{margin-bottom:50px;width:100%}
.t_de{height:.2rem;max-width:100%;line-height:.3rem;font-size:.6rem;padding:.5rem 0 1rem 0;box-sizing:border-box;color:#707070;text-align:center}
.grecaptcha-badge{visibility:hidden}