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

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

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

* {
    margin: 0;
    padding: 0
}

*, :after, :before {
    box-sizing: border-box;
    -webkit-font-kerning: auto;
    font-kerning: auto;
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    font-smooth: always
}

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

button, html, input, select, textarea {
    font-family: sans-serif;
    color: #222
}

body {
    margin: 0;
    font-size: 1em;
    line-height: 1.4
}

a, abbr, acronym, address, applet, blockquote, body, caption, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, figure, form, h1, h2, h3, h4, h5, h6, html, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, samp, span, strong, table, tbody, td, tfoot, th, thead, tr, tt, ul, var {
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: 0 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td {
    vertical-align: top
}

.floatLeft {
    float: left
}

.floatRight {
    float: right
}

a img, img {
    border: none
}

img {
    max-width: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td {
    vertical-align: top
}

.floatLeft {
    float: left
}

.floatRight {
    float: right
}

.textCenter {
    text-align: center
}

html {
    position: relative;
    font-size: 10px;
    color: #666;
    line-height: 1.5;
    overflow-x: hidden;
    font-weight: 400
}

@media only screen and (max-width: 1024px) {
    html {
        font-size: 9px
    }
}

@media only screen and (max-width: 768px) {
    html {
        font-size: 8px
    }
}

@media only screen and (max-width: 480px) {
    html {
        font-size: 6px
    }
}

.wrap {
    width: 1170px;
    max-width: 96%;
    margin: 0 auto;
    position: relative
}

p {
    color: #fefefe;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.1875;
    margin-bottom: 1.1875em
}

::-moz-selection {
    background-color: #004a5a !important;
    color: #ebecec
}

::selection {
    background-color: #004a5a !important;
    color: #ebecec
}

a, a:after, a:before, button, button:after, button:before, input[type=submit] {
    outline: 0;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

a:hover {
    text-decoration: none
}

.currentLink {
    cursor: default
}

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

blockquote {
    margin: 10px 20px
}

dfn {
    font-style: italic
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: 700
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

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

small {
    font-size: 85%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

h1, h2, h3, h4, h5, h6, strong {
    font-weight: 400
}

.alignCenter {
    text-align: center
}

.alignRight {
    text-align: right
}

.alignLeft {
    text-align: left
}

.textHide {
    font: 0/0
}

figure.anim {
    position: relative;
    overflow: hidden
}

figure.anim img {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: none;
    transition: none
}

figure.anim.active img {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    -webkit-transition: opacity .4s cubic-bezier(.25, .46, .45, .94), -webkit-transform 15s cubic-bezier(.19, 1, .22, 1);
    transition: opacity .4s cubic-bezier(.25, .46, .45, .94), -webkit-transform 15s cubic-bezier(.19, 1, .22, 1);
    transition: opacity .4s cubic-bezier(.25, .46, .45, .94), transform 15s cubic-bezier(.19, 1, .22, 1);
    transition: opacity .4s cubic-bezier(.25, .46, .45, .94), transform 15s cubic-bezier(.19, 1, .22, 1), -webkit-transform 15s cubic-bezier(.19, 1, .22, 1)
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none
}

dd {
    margin: 0
}

body {
    font-family: Arial;
    font-size: 1.6rem;
    background-color: #fafafa
}

.btn.focus, .btn:focus {
    box-shadow: none
}

.section-header {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 41px;
    text-align: center;
    color: #797f86;
    /*text-transform: capitalize;*/
}

@media only screen and (max-width: 480px) {
    .section-header {
        font-size: 25px;
        line-height: 30px
    }
}

.section-para {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #797f86;
    margin: 20px 0
}

.doc_file_title {
    margin: 50px 0 30px;
    color: #00803d;
    font-size: 24px;
    font-weight: 600
}

.doc_files {
    margin: 15px 0;
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px
}

.doc_files center {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.doc_ico {
    width: 30px;
    margin-left: 20px
}

.doc_name {
    color: #333;
    font-size: 18px;
    margin-left: 10px;
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.doc_name:hover {
    color: #00803d
}

@media only screen and (max-width: 480px) {
    .section-para {
        margin: 10px 0;
        font-size: 15px;
        line-height: 15px
    }
}

.color-white {
    color: #fff
}

.main-body {
    padding-top: 87.25px
}

.padding-35 {
    padding: 3rem 5rem
}

@media only screen and (max-width: 1024px) {
    .padding-35 {
        padding: 3rem 1rem
    }
}

.baiterek-help-block, label.error {
    color: red;
    font-size: 12px
}

header {
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0
}

header .navbar {
    padding: 1rem 8rem
}

@media only screen and (max-width: 1280px) {
    header .navbar {
        padding: 2rem 5rem
    }
}

@media only screen and (max-width: 1024px) {
    header .navbar {
        padding: 2rem 3rem
    }
}

@media only screen and (max-width: 480px) {
    header .navbar {
        padding: 2rem 0
    }
}

header .navbar-nav .nav-item .nav-link {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #797f86;
    padding: .5rem 2rem
}

header .navbar-nav .nav-item .nav-link:hover {
    color: #00803d
}

header .navbar-nav .nav-item.active .nav-link {
    color: #00803d
}

header .profile-language {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

@media only screen and (max-width: 480px) {
    header .profile-language {
        position: relative;
        margin: 0;
        left: 0;
        top: 0
    }
}

header .profile-language input[type=search] {
    padding: 9px 10px 9px 32px;
    width: 0;
    border-radius: 10em;
    -webkit-transition: all .5s;
    transition: all .5s;
    background-size: 20px;
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%
}

@media only screen and (max-width: 768px) {
    header .profile-language input[type=search] {
        display: none
    }
}

header .profile-language input[type=search]::-webkit-search-cancel-button, header .profile-language input[type=search]::-webkit-search-decoration {
    display: none
}

header .profile-language input[type=search]:focus {
    width: 150px;
    background-color: #fff;
    border-color: #00803d;
    box-shadow: 0 0 5px rgba(0, 128, 62, .5)
}

header .profile-language input[type=search]:-moz-placeholder {
    color: #797f86
}

header .profile-language input[type=search]:-moz-placeholder {
    color: transparent
}

header .profile-language input[type=search]::-webkit-input-placeholder {
    color: #797f86
}

header .profile-language input[type=search]::-webkit-input-placeholder {
    color: transparent
}

header .profile-language .dropdown-menu {
    background: #fff;
    border: .5px solid #f5f6f8;
    box-shadow: 0 4px 10px rgba(194, 207, 224, .35);
    border-radius: 4px;
    margin-top: 8px;
    padding: 0
}

header .profile-language .dropdown-menu .dropdown-item {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 25px;
    -webkit-box-align: center;
    align-items: center;
    letter-spacing: .01em;
    color: #797f86
}

header .profile-language .dropdown-menu .dropdown-item svg {
    margin-right: 10px
}

header .profile-language .dropdown-menu .dropdown-item:active {
    color: #fff;
    background-color: rgba(0, 128, 61, .6)
}

header .profile-language .profile-dropdown .dropdown-toggle {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

header .profile-language .profile-dropdown .dropdown-toggle img {
    height: 40px;
    margin: 0 15px;
    border-radius: 100%;
    border: 3px solid #00803d;
    width: 40px;
    -o-object-fit: cover;
    object-fit: cover
}

header .profile-language .profile-dropdown .dropdown-toggle span {
    font-style: normal;
    font-size: 14px;
    line-height: 16px;
    color: #242e4c;
    font-weight: 500
}

header .profile-language .profile-dropdown .dropdown-toggle::after {
    display: none
}

header .profile-language .profile-dropdown .dropdown-menu {
    min-width: 15rem;
    left: 2.5rem
}

header .profile-language .profile-dropdown .dropdown-item {
    padding: .8rem 1.5rem
}

header .profile-language .language-dropdown {
    margin-left: 20px
}

header .profile-language .language-dropdown .btn:not(:disabled):not(.disabled).active, header .profile-language .language-dropdown .btn:not(:disabled):not(.disabled):active {
    background-image: -webkit-gradient(linear, left top, right top, from(#00803d), to(#01c55e));
    background-image: linear-gradient(90deg, #00803d 0, #01c55e 100%)
}

header .profile-language .language-dropdown .dropdown-toggle {
    background: -webkit-gradient(linear, left top, right top, from(#00803d), to(#01c55e));
    background: linear-gradient(90deg, #00803d 0, #01c55e 100%);
    border-radius: 2px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    padding: 5px 8px
}

header .profile-language .language-dropdown .dropdown-toggle::after {
    margin-left: .2em;
    vertical-align: .2em
}

header .profile-language .language-dropdown .dropdown-menu {
    min-width: 5.3rem
}

.navbar-light .navbar-toggler {
    border-color: #00803d
}

.navbar-light .navbar-toggler:focus {
    border: 1px solid #00803d
}

.navbar-light .navbar-toggler-icon {
    width: 2.3em;
    height: 2.3em;
    background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgb(4, 131, 65)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>")
}

footer {
    background: #3b3b3b
}

footer a, footer p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
    color: #fafafa;
    opacity: .5;
    margin: 0;
    text-transform: capitalize
}

footer h6 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 10px;
    text-transform: capitalize
}

footer a:hover {
    color: #fff;
    opacity: 1
}

footer .footer-copyright {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 30px
}

@media only screen and (max-width: 480px) {
    footer .footer-copyright {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
}

footer .footer-links {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    -webkit-box-align: start;
    align-items: flex-start;
    padding: 30px 0
}

@media only screen and (max-width: 480px) {
    footer .footer-links {
        padding: 50px 0;
        text-align: center
    }
}

footer .footer-links .footer-links-li {
    margin-right: 70px
}

footer .footer-links .footer-links-li:first-child {
    width: calc(100% / 6)
}

@media only screen and (max-width: 1024px) {
    footer .footer-links .footer-links-li:first-child {
        width: calc(100% / 3)
    }
}

@media only screen and (max-width: 480px) {
    footer .footer-links .footer-links-li:first-child {
        width: 100%
    }
}

@media only screen and (max-width: 1024px) {
    footer .footer-links .footer-links-li:nth-child(2) {
        padding: 0 100px;
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 480px) {
    footer .footer-links .footer-links-li:nth-child(2) {
        padding: 0
    }
}

footer .footer-links .footer-links-li:nth-child(3) {
    width: calc(100% / 8)
}

@media only screen and (max-width: 1024px) {
    footer .footer-links .footer-links-li:nth-child(3) {
        width: calc(100% / 3)
    }
}

@media only screen and (max-width: 480px) {
    footer .footer-links .footer-links-li:nth-child(3) {
        width: 100%
    }
}

@media only screen and (max-width: 1024px) {
    footer .footer-links .footer-links-li:nth-child(5) {
        padding: 0 100px
    }
}

@media only screen and (max-width: 480px) {
    footer .footer-links .footer-links-li:nth-child(5) {
        padding: 0
    }
}

footer .footer-links .footer-links-li:last-child {
    margin-right: 0
}

@media only screen and (max-width: 1024px) {
    footer .footer-links .footer-links-li {
        margin-right: 0;
        width: calc(100% / 3)
    }
}

@media only screen and (max-width: 480px) {
    footer .footer-links .footer-links-li {
        width: 100%;
        margin-bottom: 30px
    }
}

footer .footer-logo {
    margin-bottom: 20px
}

@media only screen and (max-width: 480px) {
    footer .footer-logo {
        margin: 20px auto;
        margin-top: 0
    }
}

.hero_banner {
    position: relative;
    z-index: 6;
    margin-top: 72px
}

.hero_banner .slider-content {
    height: 100vh;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover
}

.hero_banner .slider-content .content {
    text-align: center;
    width: 900px;
    z-index: 1
}

@media only screen and (max-width: 1024px) {
    .hero_banner .slider-content .content {
        width: 750px
    }
}

@media only screen and (max-width: 768px) {
    .hero_banner .slider-content .content {
        width: 100%
    }
}

.hero_banner .slider-content .content::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 60%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    border-radius: 50%;
    box-shadow: 20px 0 20px 20px rgba(255, 255, 255, .1);
    background: rgba(255, 255, 255, .1)
}

.hero_banner .slider-content .content h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 41px;
    color: #ccc;
    margin: 0;
    /*text-transform: capitalize*/
}

@media only screen and (max-width: 480px) {
    .hero_banner .slider-content .content h3 {
        font-size: 25px;
        line-height: 30px
    }
}

.hero_banner .slider-content .content h1 {
    margin: 15px 0;
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 74px;
    text-align: center;
    letter-spacing: .05em;
    /*text-transform: capitalize;*/
    color: #ccc;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .25)
}

@media only screen and (max-width: 1024px) {
    .hero_banner .slider-content .content h1 {
        font-size: 50px
    }
}

@media only screen and (max-width: 480px) {
    .hero_banner .slider-content .content h1 {
        font-size: 25px;
        line-height: 30px
    }
}

.hero_banner .slider-content .content p {
    font-family: Arial;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #ccc
}

@media only screen and (max-width: 480px) {
    .hero_banner .slider-content .content p {
        font-size: 15px;
        line-height: 20px
    }
}

.hero_banner .slider-content .content button {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #ccc;
    border: 2px solid #ccc;
    border-radius: 8px;
    padding: 20px
}

@media only screen and (max-width: 1024px) {
    .hero_banner .slider-content .content button {
        font-size: 15px;
        padding: 15px
    }
}

.hero_banner .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin: 0;
    padding: 0 70px
}

@media only screen and (max-width: 768px) {
    .hero_banner .owl-nav {
        display: none
    }
}

.hero_banner .owl-nav button span {
    font-size: 60px;
    color: #ccc
}

.hero_banner .owl-nav button:hover {
    background: 0 0 !important
}

.hero_banner .owl-dots {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.hero_banner .owl-dot.active span, .hero_banner .owl-dot:hover span {
    background: #00803d !important
}

.our_services {
    padding: 6rem 8rem
}

@media only screen and (max-width: 768px) {
    .our_services {
        padding: 6rem 0
    }
}

.our_services .search-here {
    width: 700px;
    height: 60px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    margin: 50px auto;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 25px;
    /*text-transform: capitalize;*/
    color: #797f86;
    padding-left: 60px
}

@media only screen and (max-width: 768px) {
    .our_services .search-here {
        width: 550px
    }
}

@media only screen and (max-width: 480px) {
    .our_services .search-here {
        width: 100%;
        margin: 30px auto
    }
}

.our_services .services-list {
    text-align: center
}

.our_services .services-list ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap
}

.our_services .services-list ul li .service-box {
    width: 375px;
    height: 259px;
    border: 2px solid rgba(229, 229, 229, .35);
    box-shadow: 0 15px 10px rgba(248, 222, 180, .1);
    border-radius: 5px;
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 30px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    position: relative;
    margin-bottom: 30px
}

@media only screen and (max-width: 768px) {
    .our_services .services-list ul li .service-box {
        width: 335px
    }
}

@media only screen and (max-width: 480px) {
    .our_services .services-list ul li .service-box {
        width: 100%;
        height: 100%
    }
}

.our_services .services-list ul li .service-box .serice-icon {
    width: 72px;
    height: 72px;
    background: #fafafa;
    border-radius: 50%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.our_services .services-list ul li .service-box .serice-icon img {
    width: 40px;
    height: 40px
}

.our_services .services-list ul li .service-box .background-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0
}

.our_services .services-list ul li .service-box h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    /*text-transform: capitalize;*/
    color: #242e4c;
    margin: 15px 0
}

.our_services .services-list ul li .service-box p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    /*text-transform: capitalize;*/
    color: #242e4c;
    margin: 0;
    text-align: left
}

.our_services .services-list ul li .service-box:hover {
    background: #00803d;
    box-shadow: 0 10px 10px rgba(0, 128, 61, .1);
    border-radius: 5px
}

.our_services .services-list ul li .service-box:hover .serice-icon {
    background-color: #fff
}

.our_services .services-list ul li .service-box:hover i:before {
    color: #0aa655
}

.our_services .services-list ul li .service-box:hover h5, .our_services .services-list ul li .service-box:hover p {
    color: #fff
}

.our_services .services-list ul li .service-box:hover .background-icon {
    visibility: visible;
    opacity: 1
}

.our_services .services-list ul li .service-box:hover .background-icon i:before {
    color: rgba(229, 229, 229, .2);
    font-size: 150px
}

.our_services .services-list .view-all.btn {
    background: #00803d;
    border-radius: 5px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    /*text-transform: capitalize;*/
    color: #fff;
    border: none;
    padding: 10px 20px;
    margin-top: 20px
}

.latest_news {
    padding: 3rem 8rem;
    padding-bottom: 0
}

@media only screen and (max-width: 768px) {
    .latest_news {
        padding: 6rem 0
    }
}

.latest_news .news-list {
    margin-top: 8rem
}

.latest_news .news-list ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap
}

.latest_news .news-list ul li .news-box {
    width: 355px;
    height: 579px;
    background: #fff;
    border: 1px solid rgba(229, 229, 229, .35);
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 30px;
    margin-right: 30px
}

@media only screen and (max-width: 1280px) {
    .latest_news .news-list ul li .news-box {
        margin-right: 10px
    }
}

@media only screen and (max-width: 768px) {
    .latest_news .news-list ul li .news-box {
        margin-right: 0;
        width: 325px;
        height: 490px
    }
}

@media only screen and (max-width: 480px) {
    .latest_news .news-list ul li .news-box {
        width: 100%;
        height: 100%
    }
}

.latest_news .news-list ul li .news-box .news-img {
    height: 263px
}

@media only screen and (max-width: 768px) {
    .latest_news .news-list ul li .news-box .news-img {
        height: 200px
    }
}

.latest_news .news-list ul li .news-box .news-img img {
    border-radius: 5px 5px 0 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.latest_news .news-list ul li .news-box .news-content {
    padding: 20px
}

.latest_news .news-list ul li .news-box .news-content .author-date {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 12px
}

.latest_news .news-list ul li .news-box .news-content .author-date .news-author {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center
}

.latest_news .news-list ul li .news-box .news-content .author-date .news-author img {
    width: 28px;
    height: 28px;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (max-width: 480px) {
    .latest_news .news-list ul li .news-box .news-content .author-date .news-author img {
        width: 20px;
        height: 20px
    }
}

.latest_news .news-list ul li .news-box .news-content .author-date .news-author h5 {
    margin: 0;
    margin-left: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #38393a
}

@media only screen and (max-width: 480px) {
    .latest_news .news-list ul li .news-box .news-content .author-date .news-author h5 {
        font-size: 12px
    }
}

.latest_news .news-list ul li .news-box .news-content .author-date .news-date p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: justify;
    color: #797f86;
    margin: 0;
    text-transform: capitalize
}

@media only screen and (max-width: 480px) {
    .latest_news .news-list ul li .news-box .news-content .author-date .news-date p {
        font-size: 12px
    }
}

.latest_news .news-list ul li .news-box .news-content .news-desc {
    padding: 20px
}

.latest_news .news-list ul li .news-box .news-content .news-desc h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #797f86;
    margin-bottom: 20px;
    text-align: left;
    overflow: hidden;
    position: relative;
    line-height: 28px;
    max-height: 84px;
    text-align: justify;
    margin-right: -1em;
    padding-right: 1em
}

.latest_news .news-list ul li .news-box .news-content .news-desc h5:before {
    content: "...";
    position: absolute;
    right: 0;
    bottom: 0
}

.latest_news .news-list ul li .news-box .news-content .news-desc h5:after {
    content: "";
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: .2em;
    background: #fff
}

@media only screen and (max-width: 1280px) {
    .latest_news .news-list ul li .news-box .news-content .news-desc h5 {
        font-size: 22px
    }
}

@media only screen and (max-width: 480px) {
    .latest_news .news-list ul li .news-box .news-content .news-desc h5 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px
    }
}

.latest_news .news-list ul li .news-box .news-content .news-desc p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-align: justify;
    color: #c4c4c4;
    margin: 0;
    overflow: hidden;
    position: relative;
    line-height: 20px;
    max-height: 60px;
    text-align: justify;
    margin-right: -1em;
    padding-right: 1em
}

.latest_news .news-list ul li .news-box .news-content .news-desc p:before {
    content: "...";
    position: absolute;
    right: 0;
    bottom: 0
}

.latest_news .news-list ul li .news-box .news-content .news-desc p:after {
    content: "";
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: .2em;
    background: #fff
}

@media only screen and (max-width: 480px) {
    .latest_news .news-list ul li .news-box .news-content .news-desc p {
        font-size: 14px
    }
}

.latest_news .news-list ul li:hover {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: all .4s;
    transition: all .4s
}

.business_div {
    padding: 0 3rem;
    padding-bottom: 5rem
}

.business-banner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 430px;
    border-radius: 10px
}

.business-banner .black-div {
    background: #282d27;
    border-radius: 0 10px 10px 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    text-align: right;
    padding-right: 100px
}

@media only screen and (max-width: 1024px) {
    .business-banner .black-div {
        padding-right: 50px
    }
}

@media only screen and (max-width: 480px) {
    .business-banner .black-div {
        padding-right: 15px;
        border-radius: 10px
    }
}

.business-banner .black-div h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 41px;
    text-align: right;
    color: #cca25e;
    margin-bottom: 30px
}

@media only screen and (max-width: 1024px) {
    .business-banner .black-div h3 {
        font-size: 22px;
        line-height: 32px
    }
}

.business-banner .black-div p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-align: right;
    color: rgba(255, 255, 255, .79);
    margin: 0;
    font-size: 16px;
    line-height: 22px
}

.fact_cards {
    padding: 5rem 3rem
}

.fact_cards ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap
}

.fact_cards ul li .fact-box {
    width: 335.69px;
    height: 185px;
    margin-bottom: 30px;
    border-radius: 10px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-right: 20px
}

@media only screen and (max-width: 768px) {
    .fact_cards ul li .fact-box {
        width: 300.69px;
        height: 165px
    }
}

@media only screen and (max-width: 480px) {
    .fact_cards ul li .fact-box {
        width: 100%;
        height: 100%
    }
}

.fact_cards ul li .fact-box .number-text {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 20px
}

.fact_cards ul li .fact-box .number-text .fact-number {
    font-weight: 700;
    font-size: 24px;
    line-height: 25px;
    color: #38393a;
    margin-bottom: 10px
}

.fact_cards ul li .fact-box .number-text .fact-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: #38393a;
    margin-bottom: 10px
}

.fact_cards ul li .fact-box.blue-gradient {
    background: -webkit-gradient(linear, left top, right top, from(#75c9ff), color-stop(100.09%, #85eeff));
    background: linear-gradient(90deg, #75c9ff 0, #85eeff 100.09%)
}

.fact_cards ul li .fact-box.yellow-gradient {
    background: -webkit-gradient(linear, left top, right top, color-stop(-.02%, #d8a800), color-stop(100.07%, rgba(204, 162, 94, .65)));
    background: linear-gradient(90deg, #d8a800 -.02%, rgba(204, 162, 94, .65) 100.07%)
}

.fact_cards ul li .fact-box.lightgreen-gradient {
    background: -webkit-gradient(linear, left top, right top, color-stop(-.04%, #b9d870), color-stop(100.04%, rgba(185, 216, 112, .65)));
    background: linear-gradient(90deg, #b9d870 -.04%, rgba(185, 216, 112, .65) 100.04%)
}

.fact_cards ul li .fact-box.green-gradient {
    background: -webkit-gradient(linear, left top, right top, color-stop(-.07%, rgba(0, 128, 61, .66)), color-stop(100.02%, rgba(1, 197, 94, .74)));
    background: linear-gradient(90deg, rgba(0, 128, 61, .66) -.07%, rgba(1, 197, 94, .74) 100.02%)
}

.fact_cards ul li .fact-box.purpul-gradient {
    background: -webkit-gradient(linear, left top, right top, color-stop(-.09%, #af94d5), to(#ebb9e6));
    background: linear-gradient(90deg, #af94d5 -.09%, #ebb9e6 100%)
}

.fact-box {
    margin-bottom: 30px;
    border-radius: 10px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-right: 20px
}

@media only screen and (max-width: 768px) {
    .fact-box {
        width: 300.69px;
        height: 165px
    }
}

@media only screen and (max-width: 480px) {
    .fact-box {
        width: 100%;
        height: 100%
    }
}

.fact-box .number-text {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 20px;
    min-height: 142px
}

.fact-box .number-text .fact-number {
    font-weight: 700;
    font-size: 24px;
    line-height: 25px;
    color: #38393a;
    margin-bottom: 10px
}

.fact-box .number-text .fact-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: #38393a;
    margin-bottom: 10px
}

.fact-box.blue-gradient {
    background: -webkit-gradient(linear, left top, right top, from(#75c9ff), color-stop(100.09%, #85eeff));
    background: linear-gradient(90deg, #75c9ff 0, #85eeff 100.09%)
}

.fact-box.yellow-gradient {
    background: -webkit-gradient(linear, left top, right top, color-stop(-.02%, #d8a800), color-stop(100.07%, rgba(204, 162, 94, .65)));
    background: linear-gradient(90deg, #d8a800 -.02%, rgba(204, 162, 94, .65) 100.07%)
}

.fact-box.lightgreen-gradient {
    background: -webkit-gradient(linear, left top, right top, color-stop(-.04%, #b9d870), color-stop(100.04%, rgba(185, 216, 112, .65)));
    background: linear-gradient(90deg, #b9d870 -.04%, rgba(185, 216, 112, .65) 100.04%)
}

.fact-box.green-gradient {
    background: -webkit-gradient(linear, left top, right top, color-stop(-.07%, rgba(0, 128, 61, .66)), color-stop(100.02%, rgba(1, 197, 94, .74)));
    background: linear-gradient(90deg, rgba(0, 128, 61, .66) -.07%, rgba(1, 197, 94, .74) 100.02%)
}

.fact-box.purpul-gradient {
    background: -webkit-gradient(linear, left top, right top, color-stop(-.09%, #af94d5), to(#ebb9e6));
    background: linear-gradient(90deg, #af94d5 -.09%, #ebb9e6 100%)
}

.logos_display {
    padding: 10px;
    background: #fff;
    box-shadow: 0 -5px 15px #e0e0e0
}

.logos_display ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.logos_display ul li {
    margin: 0 10px
}

.logos_display ul li img {
    width: 70px;
    height: 74px
}

@media only screen and (max-width: 480px) {
    .logos_display ul li img {
        width: 100%;
        height: 100%
    }
}

.product_category {
    padding: 6rem 0
}

.product_category .category-list {
    margin-top: 62px
}

.product_category .category-list .search-here {
    border: 1px solid #797f86;
    box-sizing: border-box;
    border-radius: 5px;
    height: 50px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    /*text-transform: capitalize;*/
    color: #242e4c;
    padding: 1rem 2rem;
    margin-bottom: 20px;
    padding-left: 60px
}

.product_category .category-list .nav-pills .nav-link {
    background: #fff;
    border: 2px solid rgba(229, 229, 229, .35);
    box-shadow: 0 15px 10px rgba(248, 222, 180, .1);
    border-radius: 5px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    /*text-transform: capitalize;*/
    color: #242e4c;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 10px 25px;
    margin-bottom: 20px
}

.product_category .category-list .nav-pills .nav-link.active, .product_category .category-list .nav-pills .nav-link:hover {
    background: #00803d;
    box-shadow: 0 10px 10px rgba(0, 128, 61, .1);
    color: #fff
}

.product_category .category-list .nav-pills .nav-link.active i, .product_category .category-list .nav-pills .nav-link:hover i {
    background-color: #fff
}

.product_category .category-list .nav-pills .nav-link.active i::before, .product_category .category-list .nav-pills .nav-link:hover i::before {
    color: #00803d
}

@media only screen and (max-width: 1280px) {
    .product_category .category-list .nav-pills .nav-link {
        font-size: 16px;
        line-height: 20px
    }
}

.product_category .category-list .nav-pills .nav-link i {
    background-color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 28px
}

.product_category .product-view .view-filter .nav-pills {
    margin-bottom: 20px
}

.product_category .product-view .view-filter .nav-pills .nav-item:first-child {
    margin-right: 20px
}

.product_category .product-view .view-filter .nav-pills .nav-item .nav-link {
    background: #fff;
    box-shadow: 0 2px 4px #e5e5e5;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.product_category .product-view .view-filter .nav-pills .nav-item .nav-link.active, .product_category .product-view .view-filter .nav-pills .nav-item .nav-link:hover {
    background: #d7ffea
}

.product_category .product-view .grid-view {
    padding-left: 150px
}

@media only screen and (max-width: 1440px) {
    .product_category .product-view .grid-view {
        padding-left: 0
    }
}

.product_category .product-view .grid-view ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap
}

@media only screen and (max-width: 768px) {
    .product_category .product-view .grid-view ul li {
        width: 100%
    }
}

.product_category .product-view .grid-view ul li .grid-box {
    background: #fff;
    border: 2px solid rgba(234, 238, 245, .35);
    box-shadow: 0 15px 10px rgba(248, 222, 180, .1);
    border-radius: 5px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 312px;
    height: 304px;
    padding: 10px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1
}

@media only screen and (max-width: 1280px) {
    .product_category .product-view .grid-view ul li .grid-box {
        width: 252px;
        height: 245px
    }
}

@media only screen and (max-width: 1024px) {
    .product_category .product-view .grid-view ul li .grid-box {
        width: 230px;
        height: 230px
    }
}

@media only screen and (max-width: 768px) {
    .product_category .product-view .grid-view ul li .grid-box {
        width: 100%;
        height: auto;
        padding: 30px 10px
    }
}

@media only screen and (max-width: 1280px) {
    .product_category .product-view .grid-view ul li .grid-box img {
        height: 80px
    }
}

@media only screen and (max-width: 1024px) {
    .product_category .product-view .grid-view ul li .grid-box img {
        height: 70px
    }
}

.product_category .product-view .grid-view ul li .grid-box h5 {
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    /*text-transform: capitalize;*/
    color: #242e4c;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 30px
}

@media only screen and (max-width: 1280px) {
    .product_category .product-view .grid-view ul li .grid-box h5 {
        font-size: 16px;
        line-height: 20px;
        margin-top: 25px
    }
}

@media only screen and (max-width: 1024px) {
    .product_category .product-view .grid-view ul li .grid-box h5 {
        font-size: 14px;
        line-height: 18px;
        margin-top: 20px
    }
}

.product_category .product-view .grid-view ul li .grid-box .hover-div {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 -2px 10px rgba(229, 229, 229, .68);
    border-radius: 0 0 5px 5px;
    padding: 10px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 0 0 5px 5px;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    height: 0;
    z-index: -1
}

.product_category .product-view .grid-view ul li .grid-box .hover-div a {
    border: 2px solid #00803d;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    /*text-transform: capitalize;*/
    color: #00803d;
    margin: 0 10px;
    background: 0 0;
    margin-bottom: 10px
}

.product_category .product-view .grid-view ul li .grid-box .hover-div a.more-btn:hover {
    background: #00803d;
    color: #fff
}

.product_category .product-view .grid-view ul li .grid-box .hover-div a.apply-btn {
    background: #00803d;
    color: #fff
}

.product_category .product-view .grid-view ul li .grid-box:hover .hover-div {
    opacity: 1;
    height: 75px;
    z-index: 2
}

.product_detail {
    padding: 6rem 0;
    padding-right: 5rem
}

@media only screen and (max-width: 1024px) {
    .product_detail {
        padding-right: 1rem
    }
}

@media only screen and (max-width: 768px) {
    .product_detail {
        padding-right: 0
    }
}

.product_detail .product-info {
    margin-bottom: 100px
}

@media only screen and (max-width: 768px) {
    .product_detail .product-info {
        margin-bottom: 0
    }
}

.product_detail .product-info .product-detail-img img {
    position: absolute;
    height: auto;
    width: auto;
    max-width: 850px;
    left: 0
}

@media only screen and (max-width: 1440px) {
    .product_detail .product-info .product-detail-img img {
        max-width: 650px
    }
}

@media only screen and (max-width: 1280px) {
    .product_detail .product-info .product-detail-img img {
        max-width: 550px
    }
}

@media only screen and (max-width: 1024px) {
    .product_detail .product-info .product-detail-img img {
        max-width: 450px
    }
}

@media only screen and (max-width: 768px) {
    .product_detail .product-info .product-detail-img img {
        position: relative;
        max-width: 100%
    }
}

.product_detail .product-info .product-title {
    border-bottom: 1px solid rgba(204, 162, 94, .75);
    padding-bottom: 20px;
    margin-bottom: 20px
}

.product_detail .product-info .product-title h5 {
    font-size: 36px;
    line-height: 42px;
    /*text-transform: capitalize;*/
    color: #242e4c;
    font-weight: 600
}

@media only screen and (max-width: 1280px) {
    .product_detail .product-info .product-title h5 {
        font-size: 26px;
        line-height: 38px
    }
}

.product_detail .product-info .product-title p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    /*text-transform: capitalize;*/
    margin-bottom: 10px;
    color: #242e4c
}

@media only screen and (max-width: 1280px) {
    .product_detail .product-info .product-title p {
        font-size: 16px;
        line-height: 18px
    }
}

.product_detail .product-info .product-title .product-logo-display {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center
}

.product_detail .product-info .product-title .product-logo-display img {
    width: 34.05px;
    height: 36px;
    margin-right: 20px
}

.product_detail .product-info .product-desc p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #242e4c
}

@media only screen and (max-width: 1280px) {
    .product_detail .product-info .product-desc p {
        font-size: 16px;
        line-height: 26px
    }
}

.product_detail .product-info .apply-btn {
    border: 2px solid #00803d;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    /*text-transform: capitalize;*/
    background: #00803d;
    color: #fff;
    margin: 0 10px;
    margin-bottom: 10px
}

.product_detail .product-info .advice-service-box {
    background: #fff;
    border: 2px solid rgba(229, 229, 229, .35);
    box-shadow: 0 15px 10px rgba(248, 222, 180, .1);
    border-radius: 5px;
    padding: 30px;
    margin-top: 30px
}

.product_detail .product-info .advice-service-box .advice-box {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    border-bottom: 1px solid rgba(204, 162, 94, .75);
    padding-top: 10px;
    padding-bottom: 30px
}

.product_detail .product-info .advice-service-box .advice-box h6 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    /*text-transform: capitalize;*/
    color: #242e4c
}

.product_detail .product-info .advice-service-box .advice-box .phone-icon {
    background: rgba(6, 188, 98, .17);
    width: 81px;
    height: 81px;
    border-radius: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 36px;
    /*text-transform: capitalize;*/
    color: #00803d;
    margin: 20px 0
}

.product_detail .product-info .advice-service-box .advice-box .phone-number {
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    /*text-transform: capitalize;*/
    color: #242e4c;
    margin: 0;
    font-weight: 700
}

.product_detail .product-info .advice-service-box .advice-box .phone-number a {
    color: inherit
}

.product_detail .product-info .advice-service-box .service-box p {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    /*text-transform: capitalize;*/
    color: #797f86;
    font-weight: 700;
    margin-top: 30px
}

.product_detail .product-info .advice-service-box .service-box ul {
    padding-left: 15px
}

.product_detail .product-info .advice-service-box .service-box ul li {
    margin-bottom: 10px
}

.product_detail .product-info .advice-service-box .service-box ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    /*text-transform: capitalize;*/
    color: #242e4c
}

.product_detail .product-info .advice-service-box .service-box ul li a:hover {
    color: #cca25e
}

form {
    margin: 0
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

button, input {
    line-height: normal
}

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

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

button {
    background: 0 0;
    border: none;
    outline: 0
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

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

button, button:focus, input, input:focus {
    outline: 0;
    border: none
}

.hidden {
    display: none !important;
    visibility: hidden
}

.clearfix:after, .clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

@media print {
    * {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
        -webkit-filter: none !important;
        filter: none !important;
        -ms-filter: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    .ir a:after, a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }
}

.login-register {
    min-height: 100vh
}

.side-banner.green-gradient {
    background: -webkit-gradient(linear, left top, right top, color-stop(-.07%, rgba(0, 128, 61, .66)), color-stop(100.02%, rgba(1, 197, 94, .74)));
    background: linear-gradient(90deg, rgba(0, 128, 61, .66) -.07%, rgba(1, 197, 94, .74) 100.02%)
}

.side-banner.blue-gradient {
    background: -webkit-gradient(linear, left top, right top, from(#75c9ff), color-stop(100.09%, #85eeff));
    background: linear-gradient(90deg, #75c9ff 0, #85eeff 100.09%)
}

.side-banner.yellow-gradient {
    background: -webkit-gradient(linear, left top, right top, color-stop(-.02%, #d8a800), color-stop(100.07%, rgba(204, 162, 94, .65)));
    background: linear-gradient(90deg, #d8a800 -.02%, rgba(204, 162, 94, .65) 100.07%)
}

.side-banner .side-banner-content {
    min-height: 100vh;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%
}

.side-banner .side-banner-content .bg-img {
    position: absolute;
    right: -355px
}

.side-banner .side-banner-content .slider {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.side-banner .side-banner-content .slider .slider-text {
    min-height: 500px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    text-align: center;
    padding: 50px
}

.side-banner .side-banner-content .slider .slider-text h6 {
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    margin-bottom: 10px
}

.side-banner .side-banner-content .slider .slider-text p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #fff
}

.side-banner .side-banner-content .slider .owl-theme .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, .5)
}

.side-banner .side-banner-content .slider .owl-theme .owl-dots .owl-dot.active span, .side-banner .side-banner-content .slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff
}

.side-banner.right-banner .side-banner-content .bg-img {
    position: absolute;
    left: -350px;
    right: 0
}

@media only screen and (max-width: 480px) {
    .side-banner {
        display: none
    }

    .hero_banner {
        margin-top: 117px
    }

    .hero_banner .slider-content .content h3 {
        font-size: 18px;
        line-height: 1.3
    }

    .hero_banner .slider-content .content h1 {
        font-size: 20px;
        margin: 2px 0;
        line-height: 1.3
    }
}

.login-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-height: 100vh;
    padding: 0 100px
}

@media only screen and (max-width: 1024px) {
    .login-container {
        padding: 0 50px
    }
}

@media only screen and (max-width: 768px) {
    .login-container {
        padding: 0 20px
    }
}

.login-container form {
    width: 100%
}

.login-container h2 {
    font-style: normal;
    font-size: 24px;
    line-height: 28px;
    color: #797f86;
    margin-bottom: 12px;
    font-weight: 500
}

.login-container p {
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: #242e4c;
    margin-bottom: 8px;
    font-weight: 500
}

.login-container p a {
    color: #00803d
}

.login-container form label {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #797f86
}

.login-container form label.error {
    color: red;
    font-size: 12px
}

.login-container form input, .login-container form select, .login-container form textarea {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0);
    font-size: 18px
}

.login-container form input::-webkit-input-placeholder, .login-container form select::-webkit-input-placeholder, .login-container form textarea::-webkit-input-placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #c4c4c4
}

.login-container form input::-moz-placeholder, .login-container form select::-moz-placeholder, .login-container form textarea::-moz-placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #c4c4c4
}

.login-container form input:-ms-input-placeholder, .login-container form select:-ms-input-placeholder, .login-container form textarea:-ms-input-placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #c4c4c4
}

.login-container form input::-ms-input-placeholder, .login-container form select::-ms-input-placeholder, .login-container form textarea::-ms-input-placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #c4c4c4
}

.login-container form input::placeholder, .login-container form select::placeholder, .login-container form textarea::placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #c4c4c4
}

.login-container form input, .login-container form select {
    height: 40px !important
}

.login-container form .custom-checkbox .custom-control-label {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #797f86;
    padding-left: 15px;
    cursor: pointer
}

.login-container form .custom-checkbox .custom-control-label::before {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    top: -3px
}

.login-container form .custom-checkbox .custom-control-label::after {
    top: -3px;
    width: 20px;
    height: 20px
}

.login-container form .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #00803d
}

.login-container form .btn {
    background: #00803d;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    padding: 5px;
    height: 35px;
    border-radius: 3px;
    margin-left: 20px;
    width: 120px;
    border: 1px solid #00803d
}

.login-container form .btn:hover {
    background-color: transparent;
    color: #00803d
}

.login-container form .forgot-pswd {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #797f86
}

.login-container form .forgot-pswd:hover {
    border-bottom: 1px solid
}

.login-sidebar {
    z-index: 1
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    width: auto !important
}

@-webkit-keyframes a {
    0% {
        stroke-dashoffset: 194
    }
    80% {
        stroke-dashoffset: 0
    }
    to {
        stroke-dashoffset: 0
    }
}

@keyframes a {
    0% {
        stroke-dashoffset: 194
    }
    80% {
        stroke-dashoffset: 0
    }
    to {
        stroke-dashoffset: 0
    }
}

@font-face {
    font-family: Arial, Helvetica, sans-serif;
    src: url(../fonts/arial.ttf)
}

#navbarNav li, .profile-language li {
    margin-left: 20px
}

#navbarNav li a, .profile-language li a {
    font-size: 14px;
    padding: .5rem 0;
    color: #797f86;
    text-transform: uppercase
}

#navbarNav li a:hover, .profile-language li a:hover {
    color: #00803d
}

.profile-dropdown li a {
    padding: .5rem 0 !important
}

.language-dropdown {
    margin-left: 20px
}

header .profile-language input[type=search] {
    background: url(../images/search.png) no-repeat 9px center
}

.our_services .search-here {
    background: url(../images/search.png) no-repeat 20px center #fff
}

.business-banner {
    background-image: url(../images/business-img.png)
}

.product_category .search-here {
    background: url(../images/search.png) no-repeat 20px center #fff
}

.product_detail .product-info .advice-service-box .service-box ul li {
    list-style: outside url(../images/arrow.svg)
}

header {
    box-shadow: 0 1px 15px #e0e0e0
}

.htmlContent {
    padding: 50px 100px;
    background: #fff;
    box-shadow: 0 -5px 15px #e0e0e0;
    min-height: 600px
}

h1.page_heading {
    margin-top: 50px;
    width: 100%;
    color: #797f86
}

.htmlContent p {
    color: #797f86;
    line-height: 1.5em;
    margin-top: 20px;
    position: relative;
    text-align: justify;
    display: inline-block;
    width: 100%
}

#loader {
    position: fixed;
    width: 67%;
    height: 100%;
    left: 304px;
    top: 0;
    z-index: 99;
    opacity: 1
}

#loader img {
    width: 150px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -75px;
    margin-right: -75px;
    animation: none
}

.alert-success {
    color: #fff !important;
    background-color: #2d803d !important;
    border-color: #c3e6cb !important
}

.alert-danger {
    color: #fff !important;
    background-color: #ff1a1f !important;
    border-color: #f5c6cb !important
}

.alert {
    display: inline-block !important
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.forgotpassword-btn {
    margin-left: 0 !important;
    width: auto !important
}

.login-container form .btn {
    width: auto !important
}

.hero_banner .slider-content .content a {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #ccc;
    border: 2px solid #ccc;
    border-radius: 8px;
    padding: 20px
}

a.news_viewmore {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #2d803d !important;
    border: none;
    padding: 0;
    float: right
}

.latest_news .news-list ul li .news-box .news-content .news-desc .long-desc {
    max-height: 80px !important;
    min-height: 100px;
    margin-bottom: 15px
}

.latest_news .news-list ul li .news-box .news-content .news-desc h5 {
    font-size: 17px;
    max-height: 48px !important;
    text-align: left !important
}

.product_category .product-view .grid-view ul {
    float: left
}

.product_category .product-view .grid-view ul li {
    margin-right: 10px
}

.services-list ul li {
    margin-right: 20px
}

.list-view ul li {
    width: 100%
}

.product_category .product-view .list-view {
    padding-left: 150px
}

.product_category .product-view .list-view ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap
}

.product_category .product-view .list-view ul li .list-box {
    background: #fff;
    border: 2px solid rgba(234, 238, 245, .35);
    box-shadow: 0 15px 10px rgba(248, 222, 180, .1);
    border-radius: 5px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    height: 304px;
    padding: 10px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1
}

.product_category .product-view .list-view ul li .list-box h5 {
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    /*text-transform: capitalize;*/
    color: #242e4c;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 30px
}

.product_category .product-view .list-view ul li .list-box .hover-div {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 -2px 10px rgba(229, 229, 229, .68);
    padding: 10px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 0 0 5px 5px;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    height: 0;
    z-index: -1
}

.product_category .product-view .list-view ul li .list-box .hover-div a {
    border: 2px solid #00803d;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    /*text-transform: capitalize;*/
    color: #00803d;
    margin: 0 10px;
    background: 0 0;
    margin-bottom: 10px
}

.product_category .product-view .list-view ul li .list-box .hover-div a.more-btn:hover {
    background: #00803d;
    color: #fff
}

.product_category .product-view .list-view ul li .list-box .hover-div a.apply-btn {
    background: #00803d;
    color: #fff
}

.product_category .product-view .list-view ul li .list-box:hover .hover-div {
    opacity: 1;
    height: 75px;
    z-index: 2
}

.btn-disabled {
    background: #353d4769 !important;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    /*text-transform: capitalize;*/
    color: #fff;
    margin: 0 10px;
    background: 0 0;
    margin-bottom: 10px;
    cursor: not-allowed
}

.download {
    font-size: 20px;
    margin-top: 10px;
    color: #00803d !important
}

.btn-draft {
    background: #343a40 !important;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    /*text-transform: capitalize;*/
    color: #fff;
    margin: 0 10px
}

.btn-apply {
    background: #00803d !important;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    /*text-transform: capitalize;*/
    color: #fff;
    margin: 0 10px
}

.formbuilder-checkbox-group input[type=checkbox], .formbuilder-radio-group input[type=checkbox], .formbuilder-radio-group input[type=radio] {
    height: 13px !important
}

.view-all.btn {
    background: #00803d;
    border-radius: 5px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    /*text-transform: capitalize;*/
    color: #fff;
    border: none;
    padding: 10px 20px;
    margin-top: 20px
}

b, strong {
    font-weight: 700 !important
}

footer a, footer p {
    text-transform: none !important
}

.main-body {
    min-height: 700px !important
}

@media only screen and (max-width: 480px) {
    .hero_banner .slider-content .content a {
        font-size: 13px;
        line-height: 1.5;
        padding: 7px 20px
    }
}

.banner_item {
    display: flex;
    align-items: center;
    justify-content: center
}

.slider-content {
    margin: 0 auto
}

@charset "UTF-8";
trix-editor {
    border: 1px solid #bbb;
    border-radius: 3px;
    margin: 0;
    padding: .4em .6em;
    min-height: 5em;
    outline: 0
}

trix-toolbar * {
    box-sizing: border-box
}

trix-toolbar .trix-button-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between
}

trix-toolbar .trix-button-group {
    display: flex;
    margin-bottom: 10px;
    border: 1px solid #bbb;
    border-top-color: #ccc;
    border-bottom-color: #888;
    border-radius: 3px
}

trix-toolbar .trix-button-group:not(:first-child) {
    margin-left: 1.5vw
}

@media (max-device-width: 768px) {
    trix-toolbar .trix-button-group:not(:first-child) {
        margin-left: 0
    }
}

trix-toolbar .trix-button-group-spacer {
    flex-grow: 1
}

@media (max-device-width: 768px) {
    trix-toolbar .trix-button-group-spacer {
        display: none
    }
}

trix-toolbar .trix-button {
    position: relative;
    float: left;
    color: rgba(0, 0, 0, .6);
    font-size: .75em;
    font-weight: 600;
    white-space: nowrap;
    padding: 0 .5em;
    margin: 0;
    outline: 0;
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    background: 0 0
}

trix-toolbar .trix-button:not(:first-child) {
    border-left: 1px solid #ccc
}

trix-toolbar .trix-button.trix-active {
    background: #cbeefa;
    color: #000
}

trix-toolbar .trix-button:not(:disabled) {
    cursor: pointer
}

trix-toolbar .trix-button:disabled {
    color: rgba(0, 0, 0, .125)
}

@media (max-device-width: 768px) {
    trix-toolbar .trix-button {
        letter-spacing: -.01em;
        padding: 0 .3em
    }
}

trix-toolbar .trix-button--icon {
    font-size: inherit;
    width: 2.6em;
    height: 1.6em;
    max-width: calc(.8em + 4vw);
    text-indent: -9999px
}

@media (max-device-width: 768px) {
    trix-toolbar .trix-button--icon {
        height: 2em;
        max-width: calc(.8em + 3.5vw)
    }
}

trix-toolbar .trix-button--icon::before {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .6;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

@media (max-device-width: 768px) {
    trix-toolbar .trix-button--icon::before {
        right: 6%;
        left: 6%
    }
}

trix-toolbar .trix-button--icon.trix-active::before {
    opacity: 1
}

trix-toolbar .trix-button--icon:disabled::before {
    opacity: .125
}

trix-toolbar .trix-button--icon-bold::before {
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M15.6%2011.8c1-.7%201.6-1.8%201.6-2.8a4%204%200%200%200-4-4H7v14h7c2.1%200%203.7-1.7%203.7-3.8%200-1.5-.8-2.8-2.1-3.4zM10%207.5h3a1.5%201.5%200%201%201%200%203h-3v-3zm3.5%209H10v-3h3.5a1.5%201.5%200%201%201%200%203z%22%2F%3E%3C%2Fsvg%3E)
}

trix-toolbar .trix-button--icon-italic::before {
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M10%205v3h2.2l-3.4%208H6v3h8v-3h-2.2l3.4-8H18V5h-8z%22%2F%3E%3C%2Fsvg%3E)
}

trix-toolbar .trix-button--icon-link::before {
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M9.88%2013.7a4.3%204.3%200%200%201%200-6.07l3.37-3.37a4.26%204.26%200%200%201%206.07%200%204.3%204.3%200%200%201%200%206.06l-1.96%201.72a.91.91%200%201%201-1.3-1.3l1.97-1.71a2.46%202.46%200%200%200-3.48-3.48l-3.38%203.37a2.46%202.46%200%200%200%200%203.48.91.91%200%201%201-1.3%201.3z%22%2F%3E%3Cpath%20d%3D%22M4.25%2019.46a4.3%204.3%200%200%201%200-6.07l1.93-1.9a.91.91%200%201%201%201.3%201.3l-1.93%201.9a2.46%202.46%200%200%200%203.48%203.48l3.37-3.38c.96-.96.96-2.52%200-3.48a.91.91%200%201%201%201.3-1.3%204.3%204.3%200%200%201%200%206.07l-3.38%203.38a4.26%204.26%200%200%201-6.07%200z%22%2F%3E%3C%2Fsvg%3E)
}

trix-toolbar .trix-button--icon-strike::before {
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.73%2014l.28.14c.26.15.45.3.57.44.12.14.18.3.18.5%200%20.3-.15.56-.44.75-.3.2-.76.3-1.39.3A13.52%2013.52%200%200%201%207%2014.95v3.37a10.64%2010.64%200%200%200%204.84.88c1.26%200%202.35-.19%203.28-.56.93-.37%201.64-.9%202.14-1.57s.74-1.45.74-2.32c0-.26-.02-.51-.06-.75h-5.21zm-5.5-4c-.08-.34-.12-.7-.12-1.1%200-1.29.52-2.3%201.58-3.02%201.05-.72%202.5-1.08%204.34-1.08%201.62%200%203.28.34%204.97%201l-1.3%202.93c-1.47-.6-2.73-.9-3.8-.9-.55%200-.96.08-1.2.26-.26.17-.38.38-.38.64%200%20.27.16.52.48.74.17.12.53.3%201.05.53H7.23zM3%2013h18v-2H3v2z%22%2F%3E%3C%2Fsvg%3E)
}

trix-toolbar .trix-button--icon-quote::before {
    background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M6%2017h3l2-4V7H5v6h3zm8%200h3l2-4V7h-6v6h3z%22%2F%3E%3C%2Fsvg%3E)
}

trix-toolbar .trix-button--icon-heading-1::before {
    background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12%209v3H9v7H6v-7H3V9h9zM8%204h14v3h-6v12h-3V7H8V4z%22%2F%3E%3C%2Fsvg%3E)
}

trix-toolbar .trix-button--icon-code::before {
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.2%2012L15%2015.2l1.4%201.4L21%2012l-4.6-4.6L15%208.8l3.2%203.2zM5.8%2012L9%208.8%207.6%207.4%203%2012l4.6%204.6L9%2015.2%205.8%2012z%22%2F%3E%3C%2Fsvg%3E)
}

trix-toolbar .trix-button--icon-bullet-list::before {
    background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M4%204a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm4%203h14v-2H8v2zm0-6h14v-2H8v2zm0-8v2h14V5H8z%22%2F%3E%3C%2Fsvg%3E)
}

trix-toolbar .trix-button--icon-number-list::before {
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M2%2017h2v.5H3v1h1v.5H2v1h3v-4H2v1zm1-9h1V4H2v1h1v3zm-1%203h1.8L2%2013.1v.9h3v-1H3.2L5%2010.9V10H2v1zm5-6v2h14V5H7zm0%2014h14v-2H7v2zm0-6h14v-2H7v2z%22%2F%3E%3C%2Fsvg%3E)
}

trix-toolbar .trix-button--icon-undo::before {
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.5%208c-2.6%200-5%201-6.9%202.6L2%207v9h9l-3.6-3.6A8%208%200%200%201%2020%2016l2.4-.8a10.5%2010.5%200%200%200-10-7.2z%22%2F%3E%3C%2Fsvg%3E)
}

trix-toolbar .trix-button--icon-redo::before {
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.4%2010.6a10.5%2010.5%200%200%200-16.9%204.6L4%2016a8%208%200%200%201%2012.7-3.6L13%2016h9V7l-3.6%203.6z%22%2F%3E%3C%2Fsvg%3E)
}

trix-toolbar .trix-button--icon-decrease-nesting-level::before {
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-8.3-.3l2.8%202.9L6%2014.2%204%2012l2-2-1.4-1.5L1%2012l.7.7zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E)
}

trix-toolbar .trix-button--icon-increase-nesting-level::before {
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-6.9-1L1%2014.2l1.4%201.4L6%2012l-.7-.7-2.8-2.8L1%209.9%203.1%2012zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E)
}

trix-toolbar .trix-dialogs {
    position: relative
}

trix-toolbar .trix-dialog {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: .75em;
    padding: 15px 10px;
    background: #fff;
    box-shadow: 0 .3em 1em #ccc;
    border-top: 2px solid #888;
    border-radius: 5px;
    z-index: 5
}

trix-toolbar .trix-input--dialog {
    font-size: inherit;
    font-weight: 400;
    padding: .5em .8em;
    margin: 0 10px 0 0;
    border-radius: 3px;
    border: 1px solid #bbb;
    background-color: #fff;
    box-shadow: none;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none
}

trix-toolbar .trix-input--dialog.validate:invalid {
    box-shadow: red 0 0 1.5px 1px
}

trix-toolbar .trix-button--dialog {
    font-size: inherit;
    padding: .5em;
    border-bottom: none
}

trix-toolbar .trix-dialog--link {
    max-width: 600px
}

trix-toolbar .trix-dialog__link-fields {
    display: flex;
    align-items: baseline
}

trix-toolbar .trix-dialog__link-fields .trix-input {
    flex: 1
}

trix-toolbar .trix-dialog__link-fields .trix-button-group {
    flex: 0 0 content;
    margin: 0
}

trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

trix-editor [data-trix-cursor-target]::-moz-selection, trix-editor [data-trix-mutable] ::-moz-selection, trix-editor [data-trix-mutable]::-moz-selection {
    background: 0 0
}

trix-editor [data-trix-cursor-target]::selection, trix-editor [data-trix-mutable] ::selection, trix-editor [data-trix-mutable]::selection {
    background: 0 0
}

trix-editor [data-trix-mutable].attachment__caption-editor:focus::-moz-selection {
    background: highlight
}

trix-editor [data-trix-mutable].attachment__caption-editor:focus::selection {
    background: highlight
}

trix-editor [data-trix-mutable].attachment.attachment--file {
    box-shadow: 0 0 0 2px highlight;
    border-color: transparent
}

trix-editor [data-trix-mutable].attachment img {
    box-shadow: 0 0 0 2px highlight
}

trix-editor .attachment {
    position: relative
}

trix-editor .attachment:hover {
    cursor: default
}

trix-editor .attachment--preview .attachment__caption:hover {
    cursor: text
}

trix-editor .attachment__progress {
    position: absolute;
    z-index: 1;
    height: 20px;
    top: calc(50% - 10px);
    left: 5%;
    width: 90%;
    opacity: .9;
    transition: opacity .2s ease-in
}

trix-editor .attachment__progress[value="100"] {
    opacity: 0
}

trix-editor .attachment__caption-editor {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    color: inherit;
    text-align: center;
    vertical-align: top;
    border: none;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none
}

trix-editor .attachment__toolbar {
    position: absolute;
    z-index: 1;
    top: -.9em;
    left: 0;
    width: 100%;
    text-align: center
}

trix-editor .trix-button-group {
    display: inline-flex
}

trix-editor .trix-button {
    position: relative;
    float: left;
    color: #666;
    white-space: nowrap;
    font-size: 80%;
    padding: 0 .8em;
    margin: 0;
    outline: 0;
    border: none;
    border-radius: 0;
    background: 0 0
}

trix-editor .trix-button:not(:first-child) {
    border-left: 1px solid #ccc
}

trix-editor .trix-button.trix-active {
    background: #cbeefa
}

trix-editor .trix-button:not(:disabled) {
    cursor: pointer
}

trix-editor .trix-button--remove {
    text-indent: -9999px;
    display: inline-block;
    padding: 0;
    outline: 0;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid highlight;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, .25)
}

trix-editor .trix-button--remove::before {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .7;
    content: "";
    background-image: url(data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.4L17.6%205%2012%2010.6%206.4%205%205%206.4l5.6%205.6L5%2017.6%206.4%2019l5.6-5.6%205.6%205.6%201.4-1.4-5.6-5.6z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90%
}

trix-editor .trix-button--remove:hover {
    border-color: #333
}

trix-editor .trix-button--remove:hover::before {
    opacity: 1
}

trix-editor .attachment__metadata-container {
    position: relative
}

trix-editor .attachment__metadata {
    position: absolute;
    left: 50%;
    top: 2em;
    transform: translate(-50%, 0);
    max-width: 90%;
    padding: .1em .6em;
    font-size: .8em;
    color: #fff;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 3px
}

trix-editor .attachment__metadata .attachment__name {
    display: inline-block;
    max-width: 100%;
    vertical-align: bottom;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

trix-editor .attachment__metadata .attachment__size {
    margin-left: .2em;
    white-space: nowrap
}

.trix-content {
    line-height: 1.5
}

.trix-content * {
    box-sizing: border-box
}

.trix-content h1 {
    font-size: 1.2em;
    line-height: 1.2;
    margin: 0
}

.trix-content blockquote {
    margin: 0 0 0 .3em;
    padding: 0 0 0 .6em;
    border-left: .3em solid #ccc
}

.trix-content pre {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-family: monospace;
    font-size: .9em;
    margin: 0;
    padding: .5em;
    white-space: pre;
    background-color: #eee;
    overflow-x: auto
}

.trix-content li, .trix-content ol, .trix-content ul {
    margin: 0;
    padding: 0
}

.trix-content li li, .trix-content ol li, .trix-content ul li {
    margin-left: 1em
}

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

.trix-content .attachment {
    display: inline-block;
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: 0
}

.trix-content .attachment a {
    color: inherit;
    text-decoration: none
}

.trix-content .attachment a:hover, .trix-content .attachment a:visited:hover {
    color: inherit
}

.trix-content .attachment__caption {
    padding: 0;
    text-align: center
}

.trix-content .attachment__caption .attachment__name + .attachment__size::before {
    content: ' · '
}

.trix-content .attachment--preview {
    width: 100%;
    text-align: center
}

.trix-content .attachment--preview .attachment__caption {
    color: #666;
    font-size: .9em;
    line-height: 1.2
}

.trix-content .attachment--file {
    color: #333;
    line-height: 1;
    margin: 0 2px 2px 0;
    padding: .4em 1em;
    border: 1px solid #bbb;
    border-radius: 5px
}

.trix-content .attachment-gallery {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 0;
    padding: 0
}

.trix-content .attachment-gallery .attachment {
    flex: 1 0 33%;
    padding: 0 .5em;
    max-width: 33%
}

.trix-content .attachment-gallery.attachment-gallery--2 .attachment, .trix-content .attachment-gallery.attachment-gallery--4 .attachment {
    flex-basis: 50%;
    max-width: 50%
}
