@import url('https://fonts.googleapis.com/css?family=Muli:400,600,700,800,900');
html { overflow-x: hidden; }
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Muli', sans-serif;
    font-size: 14px;
}

*{
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
*, ::after, ::before {
    box-sizing: border-box;
}

header, nav {
    display: block;
}

ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

ul ul {
    margin-bottom: 0;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

img {
    vertical-align: middle;
    border-style: none;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

button, input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, input {
    overflow: visible;
}

button {
    text-transform: none;
}

[type=submit], button, html [type=button] {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

.form-group {
    margin-bottom: 1rem;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    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;
}

@media screen and (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:focus, .btn:hover {
    text-decoration: none;
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.btn:disabled {
    opacity: .65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.collapse:not(.show) {
    display: none;
}

.dropdown {
    postition: relative;
    /*position: static !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;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    img {
        page-break-inside: avoid;
    }
}

/*! CSS Used from: http://themexriver.com/tfhtml/finano/css/style.css */
/*! @import http://themexriver.com/tfhtml/finano/css/font-awesome.css */
/*
.fa {
    display: inline-block;
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
*/

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa-search:before {
    content: "\f002";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-rss-square:before {
    content: "\f143";
}

/*! end @import */
/*! @import http://themexriver.com/tfhtml/finano/css/flaticon.css */
[class^="flaticon-"]:before, [class^="flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
}

.flaticon-phone-receiver:before {
    content: "\f105";
}

.flaticon-e-mail-envelope:before {
    content: "\f118";
}

/*! end @import */
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

a {
    text-decoration: none;
    cursor: pointer;
    /*color: #3241ff;*/
    color: #1a459d;
}

button, a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none !important;
}

.auto-container {
    position: static;
    max-width: 1200px;
    /*padding: 0px 15px;*/
    padding: 0;
    margin: 0 auto;
}

ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

img {
    display: inline-block;
    max-width: 100%;
}

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

.main-header {
    position: absolute;
    z-index: 999;
    width: 100%;
}

.main-header .header-upper {
    position: relative;
    z-index: 1;
}

.header-style-two .header-upper {
    background-color: #ffffff;
}

.main-header .header-lower .outer-box {
    position: relative;
    float: right;
    padding: 13px 0px;
}

.main-header .header-lower .outer-box .cart-box {
    position: relative;
    float: left;
    color: #ffffff;
    font-size: 14px;
    background: none;
    margin-top: 5px;
    display: inline-block;
    margin-right: 25px;
}

.main-header .header-lower .outer-box .cart-box .cart-box-btn {
    background: none;
    cursor: pointer;
    font-size: 20px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.main-header .header-lower .outer-box .cart-box .cart-box-btn:after {
    display: none;
}

.main-header .header-lower .outer-box .cart-box-btn .total-cart {
    position: absolute;
    right: -8px;
    top: -8px;
    width: 18px;
    height: 18px;
    color: #ffffff;
    font-weight: 700;
    font-size: 11px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    background-color: #509cf9;
}

.main-header .header-lower .search-box-outer {
    position: relative;
    right: 0px;
    float: left;
    color: #ffffff;
    margin-top: 2px;
}

.main-header .header-lower .search-box-btn {
    position: relative;
    display: block;
    color: #ffffff;
    padding: 0px;
    margin: 0px;
    font-size: 18px;
    cursor: pointer;
    background: none;
    text-align: right;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header .header-lower .search-box-btn:after {
    display: none;
}

.main-header .header-lower .search-box-outer .dropdown-menu {
    top: 45px;
    right: 0px;
    padding: 0px;
    width: 280px;
    margin-top: 17px;
    border-radius: 0px;
    border-top: 3px solid #509cf9;
}

.main-header .header-lower .search-box-outer .dropdown-menu > li {
    padding: 0px;
    border: none;
    background: none;
}

.main-header .header-lower .search-panel .form-container {
    padding: 25px 20px;
}

.main-header .header-lower .search-panel .form-group {
    position: relative;
    margin: 0px;
}

.main-header .header-lower .search-panel input[type="search"] {
    display: block;
    width: 100%;
    height: 40px;
    color: #000000;
    font-size: 14px;
    line-height: 24px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 7px 40px 7px 15px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .header-lower .search-panel input:focus {
    border-color: #509cf9;
}

.main-header .header-lower .search-panel .search-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #555555;
    font-size: 12px;
    background: none;
    cursor: pointer;
}

.main-header .header-lower .language {
    position: relative;
    line-height: 1em;
    margin-top: 3px;
    margin-left: 20px;
    display: inline-block;
}

.main-header .header-lower .language .flag-icon {
    margin-right: 8px;
}

.main-header .header-lower .language .dropdown-menu {
    top: 100%;
    right: 0px;
    left: auto;
    width: 170px;
    border: none;
    padding: 0px;
    margin-top: 16px;
    border-radius: 0px;
    background-color: #222222;
    border-top: 3px solid #509cf9;
    transform: translate3d(0px, 0px, 0px) !important;
}

.main-header .header-lower .language > a {
    color: #ffffff;
    text-transform: capitalize;
    display: inline-block;
    border: 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1em;
    padding: 0px;
    border-radius: 0px;
}

.main-header .header-lower .language > a:after {
    display: none;
}

.main-header .header-lower .language a:hover {
    background: none;
}

.main-header .header-lower .language .dropdown-menu > li {
    padding-right: 0px !important;
    margin: 0px !important;
    float: none;
    display: block !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.main-header .header-lower .language .dropdown-menu > li:last-child {
    border-bottom: none;
}

.main-header .header-lower .language .dropdown-menu > li > a {
    padding: 12px 20px !important;
    color: #ffffff;
    display: block;
    text-align: left;
    font-size: 14px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .header-lower .language .dropdown-menu > li > a:hover {
    color: #ffffff !important;
    background-color: #509cf9;
}

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    background: #222222;
    z-index: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sticky-header .logo {
    padding: 4px 0px 4px;
}

.sticky-header .main-menu .navigation > li > a {
    padding: 19px 0px !important;
    color: #ffffff !important;
}

.sticky-header .main-menu .navigation > li > a:after {
    display: none;
}

.main-header .nav-outer {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    /*float: right;*/
    margin-top: 30px;
}

.header-style-two .nav-outer {
    float: left;
    margin-top: 0px;
}

.main-header .header-lower .outer-container .logo-box {
    text-align: center;
    position: relative;
    padding: 40px 0px 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header .header-lower .outer-container .logo-box .logo {
    position: relative;
}

.main-header .header-lower {
    position: relative;
    /*background-color: rgba(0, 0, 0, 0.55);*/
}

.header-style-two .header-lower .outer-container {
    position: relative;
    /*padding-left: 236px;*/
}

.main-menu {
    position: relative;
    float: left;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navbar-collapse {
    padding: 0px;
    float: left;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
}

.main-menu .navigation > li {
    position: relative;
    float: left;
    margin-right: 30px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li:last-child {
    margin-right: 0px;
}

.main-header .header-upper .upper-right {
    display: flex;
    align-items: center;
    position: relative;
}

.main-header .header-upper .info-box {
    position: relative;
    color: #333333;
    font-weight: 600;
    padding: 22px 0px;
    padding-left: 26px;
    padding-right: 12px;
    margin-right: 8px;
    display: inline-block;
    border-right: 1px solid #ecebeb;
}

.main-header .header-upper .info-box .icon-box {
    position: absolute;
    left: 0px;
    top: 24px;
    color: #091394;
    font-size: 20px;
    line-height: 1em;
}

.main-header .header-upper .social-box {
    margin-left: auto;
    position: relative;
    float: right;
    padding: 21px 0px;
}

.main-menu .navigation > li > a {
    position: relative;
    display: block;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    text-transform: capitalize;
    letter-spacing: 0px;
    opacity: 1;
    font-weight: 600;
    padding: 39px 0px;
    font-size: 16px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
}

.main-menu .navigation > li > a:after {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 25px;
    width: 0px;
    height: 4px;
    background-color: #2280ff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li:hover > a::after, .main-menu .navigation > li.current > a::after {
    width: 22px;
}

.header-style-two .main-menu .navigation > li > a {
    padding: 13px 0px;
}

.header-style-two .main-menu .navigation > li > a:after {
    display: none;
}

.header-style-two .main-menu .navigation > li:hover > a, .header-style-two .main-menu .navigation > li.current > a {
    color: #fff;
    /*color: white;*/
    /* padding: 1rem 1.5rem; */
    background: #1a459d;
}

.main-menu .navigation > li > a {
    padding: 15px 23px !important;
}

/*.main-menu .navigation > li.dropdown > a:before {*/
/*    font-family: 'FontAwesome';*/
/*    content: "\f107";*/
/*    position: absolute;*/
/*    right: 0px;*/
/*    font-size: 13px;*/
/*    line-height: 30px;*/
/*    transition: all 500ms ease;*/
/*    -moz-transition: all 500ms ease;*/
/*    -webkit-transition: all 500ms ease;*/
/*    -ms-transition: all 500ms ease;*/
/*    -o-transition: all 500ms ease;*/
/*}*/

.main-menu .navigation > li.dropdown > a:before {
    content: '';
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transition: 200ms ease-out;

}

.main-menu .navigation > li:hover > a, .main-menu .navigation > li.current > a {
    opacity: 1;
}

.main-menu .navigation > li > ul {
    position: absolute;
    left: 0px;
    top: 100%;
    /*height: 200px;*/
    /*width: 100%;*/
    width: 300px;
    z-index: 100;
    display: none;
    /*opacity: 0;*/
    /*visibility: hidden;*/
    /*transition: all 900ms ease;*/
    /*-moz-transition: all 900ms ease;*/
    /*-webkit-transition: all 900ms ease;*/
    /*-ms-transition: all 900ms ease;*/
    /*-o-transition: all 900ms ease;*/
    padding: 0px 0px;
    background-color: rgba(0,0,0, 0.55);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
}

.main-menu .navigation > li > ul:before {
    position: absolute;
    content: '';
    top: -30px;
    left: 0px;
    width: 100%;
    height: 30px;
    display: block;
}

.main-menu .navigation > li > ul > li {
    position: relative;
    width: 100%;
    /*border-bottom: 1px solid #f4f2f2;*/
}

.main-menu .navigation > li > ul > li:last-child {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > a {
    color: #fff;
    position: relative;
    display: block;
    padding: 12px 18px;
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    /*color: #7c7b7b;*/
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a {
    padding-left: 30px;
    color: #1a459d;
    background: #fff;
}

.main-menu .navigation > li.dropdown:hover > ul {
    /*visibility: visible;*/
    /*opacity: 1;*/
    top: 100%;
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.main-menu .navigation > li.dropdown:hover a:before {
    -webkit-transform: rotateX(180deg) rotate(45deg);
    -moz-transform: rotateX(180deg) rotate(45deg);
    -ms-transform: rotateX(180deg) rotate(45deg);
    -o-transform: rotateX(180deg) rotate(45deg);
    transform: rotateX(180deg) rotate(45deg);
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #ffffff;
    line-height: 28px;
    border: 1px solid #ffffff;
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.header-style-two {
    background-color: rgba(0,0,0, 0.5);
    position: absolute;
    left: 0px;
    top: 0px;
}

.header-style-two .header-upper .auto-container {
    position: relative;
}

.header-style-two .header-upper .upper-inner {
    padding-left: 236px;
    border-bottom: 1px solid #ecebeb;
}

.header-style-two .header-lower .outer-container .logo-box {
    background-color: rgba(0,0,0, 0.5);
    position: absolute;
    left: 15px;
    top: 0px;
    padding-top: 0px;
    /*background-color: rgba(0, 0, 0, 0.55);*/
    /* border: 1px solid #ecebeb; */
    padding: 10px 11px 0;
}
.header-style-two .header-lower .outer-container .logo-box .logo img{
    width: 4rem;
    height: auto;
}
.header-style-two .header-lower .outer-container .logo-box h4{
    color: #fff;
    margin-top: 8px;
    font-size: 10px;
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
    text-align: center;
    letter-spacing: 5px;
    font-weight: 600;
}

/*! CSS Used from: http://themexriver.com/tfhtml/finano/css/responsive.css */
@media only screen and (max-width: 1140px) {
    .main-header {
        margin: 0px !important;
    }

    .main-menu .navigation > li {
        margin-left: 0px;
    }

    .main-header .header-upper .social-box {
        display: none;
    }

    .main-header .header-lower .outer-container .logo-box {
        padding-top: 20px;
    }

    .header-style-two .header-lower .outer-container {
        /*padding-left: 290px;*/
    }

    .header-style-two .header-upper .upper-inner {
        padding-left: 290px;
    }

    .main-header.header-style-two .header-lower .outer-box {
        display: none;
    }

    .header-style-two .main-menu .navigation > li > a {
        color: #ffffff;
    }

    .main-header .nav-outer {
        margin-top: 0px;
    }

    .main-menu .navigation > li > a {
        color: #222222;
    }
}

@media only screen and (min-width: 768px) {
    .main-menu .navigation > li > ul {
        /*display: block !important;*/
        /*visibility: hidden;*/
        /*opacity: 0;*/
    }
}

@media only screen and (max-width: 1023px) {
    .main-menu .navigation > li > a {
        font-size: 14px;
    }

    .main-header .header-upper .upper-right {
        padding-top: 0px;
        width: 100%;
        text-align: center;
    }

    .main-menu .navigation > li {
        margin-right: 25px;
    }

    .header-style-two .header-lower .outer-container .logo-box {
        position: relative;
        left: 0px;
        text-align: center;
        width: 100%;
        border: 0px;
    }

    .header-style-two .header-upper .upper-inner, .header-style-two .header-lower .outer-container {
        padding-left: 0px;
    }

    .header-style-two {
        position: relative;
    }

    .main-header.header-style-two .header-lower {
        background-color: #091394;
    }
}

@media only screen and (max-width: 767px) {
    .main-menu {
        width: 100%;
        display: block;
    }

    .main-menu .navbar-collapse {
        max-height: 300px;
        max-width: none;
        overflow: auto;
        float: none !important;
        width: 100% !important;
        padding: 0px 0px 0px;
        border: none;
        margin: 0px 0px 15px;
        -ms-border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px;
        box-shadow: none;
    }

    .main-menu .navbar-header {
        position: relative;
        float: none;
        display: block;
        text-align: right;
        width: 100%;
        padding: 15px 0px;
        right: 0px;
        z-index: 12;
    }

    .main-menu .navbar-collapse > .navigation {
        float: none !important;
        margin: 0px !important;
        width: 100% !important;
        background: #2c2c2c;
        border: 1px solid #ffffff;
        border-top: none;
    }

    .main-menu .navbar-collapse > .navigation > li {
        margin: 0px !important;
        float: none !important;
        padding: 0px !important;
        width: 100%;
    }

    .main-menu .navigation > li > a, .main-menu .navigation > li > ul:before {
        border: none;
    }

    .main-menu .navbar-collapse > .navigation > li > a {
        padding: 10px 10px !important;
        border: none !important;
    }

    .main-menu .navigation li.dropdown > a:after, .main-menu .navigation > li.dropdown > a:before, .main-menu .navigation > li > ul > li > a::before {
        color: #ffffff !important;
        right: 15px;
        font-size: 16px;
        display: none !important;
    }

    .main-menu .navbar-collapse > .navigation > li > ul {
        position: relative;
        border: none;
        float: none;
        visibility: visible;
        opacity: 1;
        display: none;
        margin: 0px;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        padding: 0px;
        outline: none;
        width: 100%;
        background: #2c2c2c;
        -webkit-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        transition: none !important;
        -webkit-transition: none !important;
        -ms-transition: none !important;
        -o-transition: none !important;
        -moz-transition: none !important;
    }

    .main-menu .navbar-collapse > .navigation > li, .main-menu .navbar-collapse > .navigation > li > ul > li {
        border-top: 1px solid rgba(255, 255, 255, 1) !important;
        border-bottom: none;
        opacity: 1 !important;
        top: 0px !important;
        left: 0px !important;
        visibility: visible !important;
    }

    .main-menu .navbar-collapse > .navigation > li:first-child {
        border: none;
    }

    .main-menu .navbar-collapse > .navigation > li > a, .main-menu .navbar-collapse > .navigation > li > ul > li > a {
        padding: 10px 10px !important;
        line-height: 22px;
        color: #ffffff;
        background: #2c2c2c;
        text-align: left;
    }

    .main-menu .navbar-collapse > .navigation > li > a:hover, .main-menu .navbar-collapse > .navigation > li > a:active, .main-menu .navbar-collapse > .navigation > li > a:focus {
        background: #cc8809;
    }

    .main-menu .navbar-collapse > .navigation > li:hover > a, .main-menu .navbar-collapse > .navigation > li > ul > li:hover > a, .main-menu .navbar-collapse > .navigation > li.current > a {
        background: #2c2c2c;
        color: #ffffff !important;
    }

    .main-menu .navbar-collapse > .navigation li.dropdown .dropdown-btn {
        display: block;
    }

    .main-menu .navbar-collapse > .navigation li.dropdown:after, .main-menu .navigation > li > ul:before {
        display: none !important;
    }

    .main-header .search-box-outer .dropdown-menu {
        left: 0px;
        top: 47px;
    }

    .main-header .header-upper .info-box {
        padding: 0px;
        text-align: center;
        width: 100%;
        margin: 0px;
        border: none;
        margin-bottom: 20px;
    }

    .main-header .header-upper .info-box .icon-box {
        position: relative;
        margin: 0 auto;
        top: 0px;
        margin-bottom: 15px;
    }

    .main-header .header-lower .outer-box {
        position: absolute;
        z-index: 12;
        display: block;
    }

    .main-menu .navbar-header .navbar-toggler {
        display: inline-block;
        z-index: 12;
        width: 50px;
        height: 40px;
        float: none;
        padding: 0px;
        text-align: center;
        border-radius: 0px;
        background: none;
        border: 1px solid #444444;
    }

    .main-menu .navbar-header .navbar-toggler .icon-bar {
        position: relative;
        background: #444444;
        height: 2px;
        width: 26px;
        display: block;
        margin: 0 auto;
        margin: 5px 11px;
    }

    .header-style-two .main-menu .navbar-header .navbar-toggler {
        border-color: #ffffff;
    }

    .header-style-two .main-menu .navbar-header .navbar-toggler .icon-bar {
        background-color: #ffffff;
    }

    .main-header .nav-outer {
        width: 100%;
        margin-top: -80px;
    }

    .main-header .header-lower .search-box-outer .dropdown-menu {
        left: 0px !important;
    }

    .main-header .header-lower .outer-container .logo-box {
        padding: 12px 0px 12px;
        z-index: 20;
    }

    .header-style-two .nav-outer {
        margin-top: 0px;
    }

    .main-header.header-style-two .header-lower .outer-box {
        display: block;
        padding: 20px 0px;
    }

    .main-header .header-lower .search-box-outer .dropdown-menu {
        margin-top: 48px;
        transform: translate3d(0px, 0px, 0px) !important;
    }

    .main-header .header-lower .language .dropdown-menu {
        margin-top: 47px;
    }
}

@media only screen and (max-width: 599px) {
    .main-header .header-lower .search-box-outer .dropdown-menu {
        width: 250px;
    }
}

@media only screen and (max-width: 479px) {
    .main-header .search-box-outer .dropdown-menu {
        top: 44px;
    }
}

/*!*! CSS Used fontfaces *!*/
/*@font-face {*/
/*    font-family: 'FontAwesome';*/
/*    src: url('http://themexriver.com/tfhtml/finano/fonts/fontawesome-webfont.eot?v=4.6.1');*/
/*    src: url('http://themexriver.com/tfhtml/finano/fonts/fontawesome-webfont.eot#iefix&v=4.6.1') format('embedded-opentype'), url('http://themexriver.com/tfhtml/finano/fonts/fontawesome-webfont.woff2?v=4.6.1') format('woff2'), url('http://themexriver.com/tfhtml/finano/fonts/fontawesome-webfont.woff?v=4.6.1') format('woff'), url('http://themexriver.com/tfhtml/finano/fonts/fontawesome-webfont.ttf?v=4.6.1') format('truetype'), url('http://themexriver.com/tfhtml/finano/fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular') format('svg');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: "Flaticon";*/
/*    src: url("http://themexriver.com/tfhtml/finano/fonts/flaticon.eot");*/
/*    src: url("http://themexriver.com/tfhtml/finano/fonts/flaticon.eot#iefix") format("embedded-opentype"), url("http://themexriver.com/tfhtml/finano/fonts/flaticon.woff") format("woff"), url("http://themexriver.com/tfhtml/finano/fonts/flaticon.ttf") format("truetype"), url("http://themexriver.com/tfhtml/finano/fonts/flaticon.svg#Flaticon") format("svg");*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: "Flaticon";*/
/*    src: url("http://themexriver.com/tfhtml/finano/fonts/flaticon.svg#Flaticon") format("svg");*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    font-style: italic;*/
/*    font-weight: 100;*/
/*    src: local('Poppins Thin Italic'), local('Poppins-ThinItalic'), url(https://fonts.gstatic.com/s/poppins/v6/pxiAyp8kv8JHgFVrJJLmE0tDMPKzSQ.woff2) format('woff2');*/
/*    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    font-style: italic;*/
/*    font-weight: 100;*/
/*    src: local('Poppins Thin Italic'), local('Poppins-ThinItalic'), url(https://fonts.gstatic.com/s/poppins/v6/pxiAyp8kv8JHgFVrJJLmE0tMMPKzSQ.woff2) format('woff2');*/
/*    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    font-style: italic;*/
/*    font-weight: 100;*/
/*    src: local('Poppins Thin Italic'), local('Poppins-ThinItalic'), url(https://fonts.gstatic.com/s/poppins/v6/pxiAyp8kv8JHgFVrJJLmE0tCMPI.woff2) format('woff2');*/
/*    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    font-style: italic;*/
/*    font-weight: 200;*/
/*    src: local('Poppins ExtraLight Italic'), local('Poppins-ExtraLightItalic'), url(https://fonts.gstatic.com/s/poppins/v6/pxiDyp8kv8JHgFVrJJLmv1pVFteOcEg.woff2) format('woff2');*/
/*    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    font-style: italic;*/
/*    font-weight: 200;*/
/*    src: local('Poppins ExtraLight Italic'), local('Poppins-ExtraLightItalic'), url(https://fonts.gstatic.com/s/poppins/v6/pxiDyp8kv8JHgFVrJJLmv1pVGdeOcEg.woff2) format('woff2');*/
/*    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    font-style: italic;*/
/*    font-weight: 200;*/
/*    src: local('Poppins ExtraLight Italic'), local('Poppins-ExtraLightItalic'), url(https://fonts.gstatic.com/s/poppins/v6/pxiDyp8kv8JHgFVrJJLmv1pVF9eO.woff2) format('woff2');*/
/*    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    font-style: italic;*/
/*    font-weight: 300;*/
/*    src: local('Poppins Light Italic'), local('Poppins-LightItalic'), url(https://fonts.gstatic.com/s/poppins/v6/pxiDyp8kv8JHgFVrJJLm21lVFteOcEg.woff2) format('woff2');*/
/*    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    font-style: italic;*/
/*    font-weight: 300;*/
/*    src: local('Poppins Light Italic'), local('Poppins-LightItalic'), url(https://fonts.gstatic.com/s/poppins/v6/pxiDyp8kv8JHgFVrJJLm21lVGdeOcEg.woff2) format('woff2');*/
/*    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    font-style: italic;*/
/*    font-weight: 300;*/
/*    src: local('Poppins Light Italic'), local('Poppins-LightItalic'), url(https://fonts.gstatic.com/s/poppins/v6/pxiDyp8kv8JHgFVrJJLm21lVF9eO.woff2) format('woff2');*/
/*    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    font-style: italic;*/
/*    font-weight: 400;*/
/*    src: local('Poppins Italic'), local('Poppins-Italic'), url(https://fonts.gstatic.com/s/poppins/v6/pxiGyp8kv8JHgFVrJJLucXtAKPY.woff2) format('woff2');*/
/*    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    font-style: italic;*/
/*    font-weight: 400;*/
/*    src: local('Poppins Italic'), local('Poppins-Italic'), url(https://fonts.gstatic.com/s/poppins/v6/pxiGyp8kv8JHgFVrJJLufntAKPY.woff2) format('woff2');*/
/*    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    font-style: italic;*/
/*    font-weight: 400;*/
/*    src: local('Poppins Italic'), local('Poppins-Italic'), url(https://fonts.gstatic.com/s/poppins/v6/pxiGyp8kv8JHgFVrJJLucHtA.woff2) format('woff2');*/
/*    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    font-style: italic;*/
/*    font-weight: 500;*/
/*    src: local('Poppins Medium Italic'), local('Poppins-MediumItalic'), url(https://fonts.gstatic.com/s/poppins/v6/pxiDyp8kv8JHgFVrJJLmg1hVFteOcEg.woff2) format('woff2');*/
/*    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    font-style: italic;*/
/*    font-weight: 500;*/
/*    src: local('Poppins Medium Italic'), local('Poppins-MediumItalic'), url(https://fonts.gstatic.com/s/poppins/v6/pxiDyp8kv8JHgFVrJJLmg1hVGdeOcEg.woff2) format('woff2');*/
/*    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    font-style: italic;*/
/*    font-weight: 500;*/
/*    src: local('Poppins Medium Italic'), local('Poppins-MediumItalic'), url(https://fonts.gstatic.com/s/poppins/v6/pxiDyp8kv8JHgFVrJJLmg1hVF9eO.woff2) format('woff2');*/
/*    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    font-style: italic;*/
/*    font-weight: 600;*/
/*    src: local('Poppins SemiBold Italic'), local('Poppins-SemiBoldItalic'), url(https://fonts.gstatic.com/s/poppins/v6/pxiDyp8kv8JHgFVrJJLmr19VFteOcEg.woff2) format('woff2');*/
/*    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    font-style: italic;*/
/*    font-weight: 600;*/
/*    src: local('Poppins SemiBold Italic'), local('Poppins-SemiBoldItalic'), url(https://fonts.gstatic.com/s/poppins/v6/pxiDyp8kv8JHgFVrJJLmr19VGdeOcEg.woff2) format('woff2');*/
/*    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    font-style: italic;*/
/*    font-weight: 600;*/
/*    src: local('Poppins SemiBold Italic'), local('Poppins-SemiBoldItalic'), url(https://fonts.gstatic.com/s/poppins/v6/pxiDyp8kv8JHgFVrJJLmr19VF9eO.woff2) format('woff2');*/
/*    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    font-style: italic;*/
/*    font-weight: 700;*/
/*    src: local('Poppins Bold Italic'), local('Poppins-BoldItalic'), url(https://fonts.gstatic.com/s/poppins/v6/pxiDyp8kv8JHgFVrJJLmy15VFteOcEg.woff2) format('woff2');*/
/*    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    font-style: italic;*/
/*    font-weight: 700;*/
/*    src: local('Poppins Bold Italic'), local('Poppins-BoldItalic'), url(https://fonts.gstatic.com/s/poppins/v6/pxiDyp8kv8JHgFVrJJLmy15VGdeOcEg.woff2) format('woff2');*/
/*    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    font-style: italic;*/
/*    font-weight: 700;*/
/*    src: local('Poppins Bold Italic'), local('Poppins-BoldItalic'), url(https://fonts.gstatic.com/s/poppins/v6/pxiDyp8kv8JHgFVrJJLmy15VF9eO.woff2) format('woff2');*/
/*    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    font-style: italic;*/
/*    font-weight: 800;*/
/*    src: local('Poppins ExtraBold Italic'), local('Poppins-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/poppins/v6/pxiDyp8kv8JHgFVrJJLm111VFteOcEg.woff2) format('woff2');*/
/*    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    font-style: italic;*/
/*    font-weight: 800;*/
/*    src: local('Poppins ExtraBold Italic'), local('Poppins-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/poppins/v6/pxiDyp8kv8JHgFVrJJLm111VGdeOcEg.woff2) format('woff2');*/
/*    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    font-style: italic;*/
/*    font-weight: 800;*/
/*    src: local('Poppins ExtraBold Italic'), local('Poppins-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/poppins/v6/pxiDyp8kv8JHgFVrJJLm111VF9eO.woff2) format('woff2');*/
/*    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    font-style: italic;*/
/*    font-weight: 900;*/
/*    src: local('Poppins Black Italic'), local('Poppins-BlackItalic'), url(https://fonts.gstatic.com/s/poppins/v6/pxiDyp8kv8JHgFVrJJLm81xVFteOcEg.woff2) format('woff2');*/
/*    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    font-style: italic;*/
/*    font-weight: 900;*/
/*    src: local('Poppins Black Italic'), local('Poppins-BlackItalic'), url(https://fonts.gstatic.com/s/poppins/v6/pxiDyp8kv8JHgFVrJJLm81xVGdeOcEg.woff2) format('woff2');*/
/*    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    font-style: italic;*/
/*    font-weight: 900;*/
/*    src: local('Poppins Black Italic'), local('Poppins-BlackItalic'), url(https://fonts.gstatic.com/s/poppins/v6/pxiDyp8kv8JHgFVrJJLm81xVF9eO.woff2) format('woff2');*/
/*    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    font-style: normal;*/
/*    font-weight: 100;*/
/*    src: local('Poppins Thin'), local('Poppins-Thin'), url(https://fonts.gstatic.com/s/poppins/v6/pxiGyp8kv8JHgFVrLPTucXtAKPY.woff2) format('woff2');*/
/*    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    font-style: normal;*/
/*    font-weight: 100;*/
/*    src: local('Poppins Thin'), local('Poppins-Thin'), url(https://fonts.gstatic.com/s/poppins/v6/pxiGyp8kv8JHgFVrLPTufntAKPY.woff2) format('woff2');*/
/*    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    font-style: normal;*/
/*    font-weight: 100;*/
/*    src: local('Poppins Thin'), local('Poppins-Thin'), url(https://fonts.gstatic.com/s/poppins/v6/pxiGyp8kv8JHgFVrLPTucHtA.woff2) format('woff2');*/
/*    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    font-style: normal;*/
/*    font-weight: 200;*/
/*    src: local('Poppins ExtraLight'), local('Poppins-ExtraLight'), url(https://fonts.gstatic.com/s/poppins/v6/pxiByp8kv8JHgFVrLFj_Z11lFc-K.woff2) format('woff2');*/
/*    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    font-style: normal;*/
/*    font-weight: 200;*/
/*    src: local('Poppins ExtraLight'), local('Poppins-ExtraLight'), url(https://fonts.gstatic.com/s/poppins/v6/pxiByp8kv8JHgFVrLFj_Z1JlFc-K.woff2) format('woff2');*/
/*    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    font-style: normal;*/
/*    font-weight: 200;*/
/*    src: local('Poppins ExtraLight'), local('Poppins-ExtraLight'), url(https://fonts.gstatic.com/s/poppins/v6/pxiByp8kv8JHgFVrLFj_Z1xlFQ.woff2) format('woff2');*/
/*    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    font-style: normal;*/
/*    font-weight: 300;*/
/*    src: local('Poppins Light'), local('Poppins-Light'), url(https://fonts.gstatic.com/s/poppins/v6/pxiByp8kv8JHgFVrLDz8Z11lFc-K.woff2) format('woff2');*/
/*    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    font-style: normal;*/
/*    font-weight: 300;*/
/*    src: local('Poppins Light'), local('Poppins-Light'), url(https://fonts.gstatic.com/s/poppins/v6/pxiByp8kv8JHgFVrLDz8Z1JlFc-K.woff2) format('woff2');*/
/*    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    font-style: normal;*/
/*    font-weight: 300;*/
/*    src: local('Poppins Light'), local('Poppins-Light'), url(https://fonts.gstatic.com/s/poppins/v6/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2) format('woff2');*/
/*    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v6/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');*/
/*    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v6/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');*/
/*    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v6/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');*/
/*    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    font-style: normal;*/
/*    font-weight: 500;*/
/*    src: local('Poppins Medium'), local('Poppins-Medium'), url(https://fonts.gstatic.com/s/poppins/v6/pxiByp8kv8JHgFVrLGT9Z11lFc-K.woff2) format('woff2');*/
/*    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    font-style: normal;*/
/*    font-weight: 500;*/
/*    src: local('Poppins Medium'), local('Poppins-Medium'), url(https://fonts.gstatic.com/s/poppins/v6/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2) format('woff2');*/
/*    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    font-style: normal;*/
/*    font-weight: 500;*/
/*    src: local('Poppins Medium'), local('Poppins-Medium'), url(https://fonts.gstatic.com/s/poppins/v6/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format('woff2');*/
/*    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    font-style: normal;*/
/*    font-weight: 600;*/
/*    src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(https://fonts.gstatic.com/s/poppins/v6/pxiByp8kv8JHgFVrLEj6Z11lFc-K.woff2) format('woff2');*/
/*    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    font-style: normal;*/
/*    font-weight: 600;*/
/*    src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(https://fonts.gstatic.com/s/poppins/v6/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format('woff2');*/
/*    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    font-style: normal;*/
/*    font-weight: 600;*/
/*    src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(https://fonts.gstatic.com/s/poppins/v6/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format('woff2');*/
/*    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    font-style: normal;*/
/*    font-weight: 700;*/
/*    src: local('Poppins Bold'), local('Poppins-Bold'), url(https://fonts.gstatic.com/s/poppins/v6/pxiByp8kv8JHgFVrLCz7Z11lFc-K.woff2) format('woff2');*/
/*    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    font-style: normal;*/
/*    font-weight: 700;*/
/*    src: local('Poppins Bold'), local('Poppins-Bold'), url(https://fonts.gstatic.com/s/poppins/v6/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format('woff2');*/
/*    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    font-style: normal;*/
/*    font-weight: 700;*/
/*    src: local('Poppins Bold'), local('Poppins-Bold'), url(https://fonts.gstatic.com/s/poppins/v6/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');*/
/*    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    font-style: normal;*/
/*    font-weight: 800;*/
/*    src: local('Poppins ExtraBold'), local('Poppins-ExtraBold'), url(https://fonts.gstatic.com/s/poppins/v6/pxiByp8kv8JHgFVrLDD4Z11lFc-K.woff2) format('woff2');*/
/*    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    font-style: normal;*/
/*    font-weight: 800;*/
/*    src: local('Poppins ExtraBold'), local('Poppins-ExtraBold'), url(https://fonts.gstatic.com/s/poppins/v6/pxiByp8kv8JHgFVrLDD4Z1JlFc-K.woff2) format('woff2');*/
/*    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    font-style: normal;*/
/*    font-weight: 800;*/
/*    src: local('Poppins ExtraBold'), local('Poppins-ExtraBold'), url(https://fonts.gstatic.com/s/poppins/v6/pxiByp8kv8JHgFVrLDD4Z1xlFQ.woff2) format('woff2');*/
/*    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    font-style: normal;*/
/*    font-weight: 900;*/
/*    src: local('Poppins Black'), local('Poppins-Black'), url(https://fonts.gstatic.com/s/poppins/v6/pxiByp8kv8JHgFVrLBT5Z11lFc-K.woff2) format('woff2');*/
/*    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    font-style: normal;*/
/*    font-weight: 900;*/
/*    src: local('Poppins Black'), local('Poppins-Black'), url(https://fonts.gstatic.com/s/poppins/v6/pxiByp8kv8JHgFVrLBT5Z1JlFc-K.woff2) format('woff2');*/
/*    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    font-style: normal;*/
/*    font-weight: 900;*/
/*    src: local('Poppins Black'), local('Poppins-Black'), url(https://fonts.gstatic.com/s/poppins/v6/pxiByp8kv8JHgFVrLBT5Z1xlFQ.woff2) format('woff2');*/
/*    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;*/
/*}*/