/*
 *
 *    [Table of contents]
 *
 *    [&. Content / #key]
 *    [Let press Ctrl + f and type of paste the key, then press Enter to search the content ]
 *
 *    Summary:
 *
 *    0. GLOBAL STYLE
 *        - 0.1. Scaffolding
 *        - 0.2. Pages' Rules
 *    1. HEADER
 *        - 1.1. Topbar Header
 *        - 1.2. Main Header
 *        - 1.3. Navigation
 *    2. CONTENT
 *        - 2.1. Slide Banner
 *        - 2.2. Page Title & Breadcrumb
 *        - 2.3. Main Content
 *    3. SIDEBAR
 *        - 3.1. Left Sidebar
 *        - 3.2. Right Sidebar
 *        - 3.3. Both Sidebar
 *    4. FOOTER
 *        - 4.1. Main Footer
 *        - 4.2. Sub Footer
 *        - 4.3. Copyright
 *
 */


/*
 *
 *    [Table of contents]
 *
 *    [&. Content / #key]
 *    [Let press Ctrl + f and type of paste the key, then press Enter to search the content ]
 *
 *    Summary:
 *
 *    0. VARIABLE LESS
 *        - 0.1. Color
 *        - 0.2. Font
 *    1. MIXINS


/*
=============================
====    VARIABLE LESS    ====
=============================
*/


/*
----------  0.1. Color  ----------
*/


/*
----------  0.2. Font  ----------
*/


/*
=============================
===   END VARIABLE LESS   ===
=============================
*/


/*
=============================
====        MIXINS       ====
=============================
*/


/*
=============================
===       END MIXINS      ===
=============================
*/


/*
====================================
=            GLOBAL STYLE          =
====================================
*/


/*
----------  0.1. Scaffolding  ----------
*/

html * {
    outline: 0 !important;
}

body,
html {
    min-height: 100%;
    overflow-x: hidden;
    font-size: 14px;
}

body {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    line-height: 24px;
    font-weight: 400;
    color: #696969;
    background-color: #fff;
}

.mycenter {
    width: 60%;
    margin-left: 103px;
}

.mycenter2 {
    width: 60%
}

.fpp {
    color: #9fa2ab;
    padding-top: 10px;
}

.fverify {
    color: white;
    font-size: 16px;
    border: 1px solid #211d1d;
    padding: 10px 73px;
    background: #c8272d;
}

a,
label,
p,
span {
    font-size: 1em;
    text-align: justify !important;
}

a {
    transition: all .2s ease;
}

a:active,
a:focus,
a:hover {
    text-decoration: none;
    color: #FF3A1D;
}


/*
----------  0.2. Pages' Rules  ----------
*/

.padding-top {
    padding-top: 100px;
}

.padding-bottom {
    padding-bottom: 100px;
}

.margin-bottom {
    margin-bottom: 100px;
}

.padding-bottom-350 {
    padding-bottom: 350px;
}

.padding-top-small {
    padding-top: 70px;
}

.padding-bottom-small {
    padding-bottom: 70px;
}

.padding-top-xs {
    padding-top: 50px;
}

.padding-bottom-xs {
    padding-bottom: 50px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.banner-01 {
    background-image: url("../img/b1.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.banner-02 {
    background-image: url("../img/b2.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.banner-03 {
    background-image: url("../img/b3.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.banner-04 {
    background-image: url("../img/b4.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.banner-05 {
    background-image: url("../img/b5.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.banner-06 {
    background-image: url("../img/b6.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.banner-07 {
    background-image: url("../img/background/homepage-banner-07.jpg");
}

.banner-08 {
    background-image: url("../img/background/banner 1.jpg");
}

.service-banner {
    background-image: url("../img/background/service-banner.jpg");
}

.who-banner {
    background-image: url("../img/background/active-working-group.jpg");
}

.testimonial-dark-banner {
    background-image: url("../img/background/active-working-group.jpg");
}

.who-alt-banner {
    background-image: url("../img/background/who-banner-alt.jpg");
}

.stats-02-banner {
    background-image: url("../img/background/stats-banner.jpg");
}

.achievement-banner {
    background-image: url("../img/background/achievement-banner.jpg");
}

.achievement-dark-banner {
    background-image: url("../img/background/stats-banner.jpg");
}

.newsletter-banner {
    background-image: url("../img/background/newsletter-banner.jpg");
}

.footer-main {
    /*background-image: url("../img/footer/footer-background.jpg");*/
}

.bg-footer-1 {
    background-image: url("../img/footer/footer-1-background.jpg");
}

.bg-footer-2 {
    background-image: url("../img/footer/footer-1-background.jpg");
}

.bg-footer-3 {
    /* background-image: url("../img/footer/footer-1-background.jpg");*/
}

.who-accountant-banner {
    background-image: url("../img/background/section-accuontant.jpg");
}

.bg-footer-accountant {
    background-image: url("../img/background/bg-footer-accountant.jpg");
}

.bg-footer-banking {
    background-image: url("../img/background/bg-footer-banking.jpg");
}

.banner-insurance {
    background-image: url("../img/background/bg-header-insurance.jpg");
}

.title,
.subtitle {
    color: black;
}

.noscroll {
    overflow: hidden;
}

.sidenav-overlay {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 99;
    transition: visibility .2s ease, opacity .2s ease;
}

.sidenav-overlay.active {
    visibility: visible;
    opacity: 1;
}

.body-wrapper-content {
    position: relative;
    left: 0;
    transition: left 0.25s ease-out;
}

.slide-right {
    left: 80%;
}

.visible-tablet {
    display: none !important;
}


/*
=====  End of GLOBAL STYLE  ======
*/


/*
==============================
=            HEADER          =
==============================
*/


/*
----------  1.1. Topbar Header  ----------
*/

.header-topbar {
    position: relative;
    z-index: 101;
    line-height: 50px;
}

.header-topbar .topbar-left-icon {
    margin-right: 10px;
}

.header-topbar ul.topbar {
    height: 50px;
    margin: 0;
}

.header-topbar li {
    padding: 0;
}

.header-topbar li a.topbar-icon {
    padding: 10px;
}

.header-topbar li:last-child a.item {
    padding-right: 0;
}

.header-topbar ul.pull-left>li {
    margin-right: 30px;
}

.header-topbar ul.pull-left>li:last-child {
    margin-right: 0;
}

.header-topbar .btn-wrapper {
    margin-left: 50px;
}

.header-topbar .btn-wrapper .button {
    position: relative;
    top: -1px;
}

.header-topbar:after {
    content: '';
    display: table;
    clear: both;
}

.bg-white .header-topbar {
    border-bottom: 1px solid rgba(95, 89, 89, 0.3);
    background-color: #c8272d;
}

.bg-white .header-topbar a.item {
    color: white;
    transition: color .2s ease;
    font-size: 1rem;
}

.bg-white .header-topbar a.item:hover {
    color: #FF3A1D;
}

.bg-center .header-topbar-wrapper {
    position: relative;
}

.bg-center .header-topbar-wrapper ul.topbar.pull-left {
    position: relative;
}

.bg-center .header-topbar-wrapper ul.topbar.pull-right {
    position: relative;
}

.bg-center .header-topbar {
    border-bottom: 1px solid rgba(244, 245, 245, 0.07);
    position: absolute;
    left: 0;
    right: 0;
}

.bg-center .header-topbar a.item {
    color: #bfbfbf;
    transition: color .2s ease;
    font-size: .93rem;
}

.bg-center .header-topbar a.item:hover {
    color: #FF3A1D;
}


/*
----------  1.2. Main Header  ----------
*/

.header-absolute {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
}

.bg-transparent .header-main-wrapper {
    position: relative;
    float: left;
    width: 100%;
}

.bg-transparent .header-main-wrapper .navbar-header {
    position: relative;
}

.bg-transparent .header-main-wrapper .navigation {
    position: relative;
}

.bg-center .navbar-header {
    float: none;
    text-align: center;
    line-height: 100px;
    border-bottom: 1px solid rgba(244, 245, 245, 0.07);
}

.bg-center img.logo {
    vertical-align: -10px;
}

.header-main {
    position: relative;
    z-index: 100;
    padding-top: 50px;
}

.header-main.header-fixed {
    position: fixed;
    width: 100%;
    height: 50px;
    top: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: top 0.6s ease;
}

.header-main.header-fixed .navbar-header {
    top: 0;
}

.header-main.header-fixed .navigation {
    top: 0;
}

.header-main.header-fixed .navbar-header .header-logo {
    line-height: 0;
}

.header-main.hide-menu {
    top: -120px !important;
}

.header-main .logo {
    width: 350px;
}

.header-main .pull-right {
    padding-right: 0;
}

.bg-transparent .header-fixed .logo,
.bg-white .header-fixed .logo,
.bg-center .header-fixed .logo {
    width: 300px;
}

.bg-transparent .header-fixed .navbar-header,
.bg-white .header-fixed .navbar-header,
.bg-center .header-fixed .navbar-header {
    line-height: 46px;
}

.bg-transparent .header-fixed .nav-wrapper,
.bg-white .header-fixed .nav-wrapper,
.bg-center .header-fixed .nav-wrapper {
    line-height: 50px;
}

.bg-transparent .header-fixed nav.navigation a.main-menu,
.bg-white .header-fixed nav.navigation a.main-menu,
.bg-center .header-fixed nav.navigation a.main-menu {
    line-height: 50px;
}

.bg-transparent .header-fixed .nav-search,
.bg-white .header-fixed .nav-search,
.bg-center .header-fixed .nav-search {
    top: 50px;
}

.bg-transparent .header-fixed nav.navigation .main-menu {
    padding-top: 0;
    padding-bottom: 0;
}

.bg-transparent .header-fixed .search-btn {
    padding-top: 0;
}

.bg-center .header-fixed .navbar-header {
    float: left;
    border: none;
}

.bg-center .header-fixed nav.navigation {
    float: right;
    border: none;
}

.bg-white .header-fixed {
    background-color: #fff;
}

.bg-center .header-fixed,
.bg-transparent .header-fixed {
    background-color: #040921;
    padding-top: 0;
}

.bg-white.navhidden-padding {
    padding-bottom: 90px;
}

.bg-transparent.navhidden-padding {
    padding-bottom: 50px;
}

.bg-center.navhidden-padding {
    padding-bottom: 172px;
}


/*
----------  1.3. Navigation  ----------
*/

ul.navbar-nav a.main-menu span.text {
    position: relative;
    font-size: 15px;
}

ul.navbar-nav a.main-menu span.text:before {
    content: '';
    position: absolute;
    top: 1px;
    left: -7px;
    width: 2px;
    height: 0;
    background-color: #FF3A1D;
    transition: height .2s ease;
}

ul.navbar-nav a.main-menu:hover {
    background-color: transparent;
}

ul.navbar-nav li a.main-menu {
    padding-left: 7px;
    padding-right: 23px;
}

ul.navbar-nav>li.active>a.main-menu,
ul.navbar-nav>li:hover>a.main-menu {
    color: #FF3A1D;
}

ul.navbar-nav>li.active>a.main-menu span.text:before,
ul.navbar-nav>li:hover>a.main-menu span.text:before {
    height: 16px;
}

.search-btn {
    display: inline-block;
    padding-left: 7px;
    float: left;
}

.search-btn:hover {
    color: #FF3A1D;
}

.search-btn:hover i:after {
    height: 14px;
}

.dropdown-menu {
    border-radius: 0;
    border: none;
    padding: 0;
    box-shadow: -3px 3px 4px rgba(0, 0, 0, 0.175);
}

.dropdown-menu>li>a {
    line-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
}

nav.navigation {
    position: relative;
}

nav.navigation li.dropdown:hover a.main-menu i {
    transform: rotate(180deg);
}

nav.navigation li.dropdown:hover .dropdown-menu {
    display: block;
}

nav.navigation li.dropdown .icons-dropdown {
    margin-left: 4px;
}

nav.navigation li.dropdown i {
    transition: transform .4s ease;
}

nav.navigation a.main-menu:focus {
    background-color: transparent;
}

.nav-search {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    position: absolute;
    right: 0;
}

.nav-search form {
    width: 100%;
    height: 40px;
    border: 1px solid #f1f1f1;
}

.nav-search form input[type="text"] {
    border: none;
    width: 225px;
    height: 38px;
    padding: 0 20px;
    vertical-align: top;
    color: #7c7c7c;
}

.nav-search form .search-btn {
    vertical-align: top;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    box-shadow: none;
    background-color: transparent;
    text-align: center;
    position: relative;
    top: -1px;
}

.bg-white .nav-wrapper {
    line-height: 90px;
}

.bg-white nav.navigation a.main-menu {
    color: black;
    line-height: 90px;
    padding-top: 0;
    padding-bottom: 0;
}

.bg-white .search-btn {
    color: #898989;
}

.bg-white .nav-search {
    top: 90px;
}

.bg-transparent nav.navigation .main-menu {
    color: #fff;
    padding-bottom: 10px;
}

.bg-transparent .search-btn {
    color: #fff;
    padding-top: 13px;
}

.bg-transparent form .search-btn {
    color: #898989;
}

.bg-transparent .nav-search {
    top: 65px;
}

.bg-center .nav-wrapper {
    position: relative;
    display: table;
    margin: 0 auto;
    line-height: 70px;
}

.bg-center nav.navigation {
    border-bottom: 1px solid rgba(244, 245, 245, 0.07);
}

.bg-center nav.navigation .main-menu {
    color: #d8d8d8;
    line-height: 70px;
    padding-top: 0;
    padding-bottom: 0;
}

.bg-center .search-btn {
    color: #d8d8d8;
}

.bg-center .nav-search {
    top: 100%;
}


/*
=====  End of HEADER  ======
*/


/*
===============================
=            CONTENT          =
===============================
*/


/*
----------  2.1. Slide Banner  ----------
*/


/* Enter your code */


/*
----------  2.2. Page Title & Breadcrumb  ----------
*/


/* Enter your code */


/*
----------  2.3. Main Content  ----------
*/


/* Enter your code */


/*
=====  End of CONTENT  ======
*/


/*
===============================
=            SIDEBAR          =
===============================
*/

.main-right {
    float: right;
}

.sidebar .col-2:last-child .widget:last-child {
    margin-bottom: 0;
}

.sidebar .widget {
    margin-bottom: 40px;
}

.sidebar .widget .title-widget {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: left;
    padding-left: 20px;
    background-color: #dcd6d6;
    border-left: 4px solid #c8272d;
    margin-bottom: 25px;
    text-transform: uppercase;
    display: inline-block;
    color: #555555;
    font-size: 16px;
    font-weight: 500;
}


/*=================================
======        WIDGET        =======
==================================*/

.thumb {
    padding: 0;
    position: relative;
    width: 100%;
    display: block;
}

.thumb:after {
    position: absolute;
    content: '';
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FF3A1D;
    opacity: 0.4;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.thumb img {
    width: 100%;
}

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

.thumb.style-2:after {
    display: none;
}

.fa-custom:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.search-widget .search-wrapper {
    width: 100%;
    border: 1px solid #ced0d6;
    display: table;
}

.search-widget .search-wrapper .search-input {
    width: inherit;
    height: 40px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    padding-left: 18px;
    padding-right: 0;
    color: #adadad;
    font-family: Helvetica, Arial, sans-serif;
}

.search-widget .search-wrapper .search-input::-webkit-input-placeholder {
    color: #d8d8d8;
}

.search-widget .search-wrapper .search-input:-moz-placeholder {
    color: #d8d8d8;
}

.search-widget .search-wrapper .search-input::-moz-placeholder {
    color: #d8d8d8;
}

.search-widget .search-wrapper .search-input:-ms-placeholder {
    color: #d8d8d8;
}

.search-widget .search-wrapper .submit-btn {
    color: #adadad;
    background-color: transparent;
    height: 40px;
    width: 40px;
    border: none;
    padding: 0;
    margin-right: 6px;
}

.search-widget .search-wrapper .submit-btn:active {
    box-shadow: none;
}

.single-recent-post-widget {
    display: table;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f5f5f5;
}

.single-recent-post-widget .img-wrapper {
    display: table-cell;
    vertical-align: top;
    width: 100px;
}

.single-recent-post-widget .img-wrapper img {
    width: 100%;
}

.single-recent-post-widget .post-info {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
}

.single-recent-post-widget .post-info .meta-info {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 5px;
    font-style: italic;
    color: #81878f;
}

.single-recent-post-widget .post-info .meta-info .comment-count:before,
.single-recent-post-widget .post-info .meta-info .view-count:before {
    margin-right: 4px;
}

.single-recent-post-widget .post-info .meta-info .comment-count:before {
    content: '\f075';
}

.single-recent-post-widget .post-info .meta-info .view-count {
    margin-right: 10px;
}

.single-recent-post-widget .post-info .meta-info .view-count:before {
    content: '\f007';
}

.single-recent-post-widget .post-info .meta-info .sep {
    font-style: normal;
    margin: 0 10px;
}

.single-recent-post-widget .post-info .description {
    color: #555555;
    font-size: 14px;
}

.single-recent-post-widget .post-info .description:hover {
    color: #FF3A1D;
}

.single-recent-post-widget:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.single-recent-post-widget:hover .thumb:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.categories-widget .category:before {
    content: '\f178';
    color: #dbdbdb;
    margin-right: 10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.categories-widget .widget-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.categories-widget .widget-list .single-widget-item {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #f5f5f5;
}

.categories-widget .widget-list .single-widget-item .link {
    display: block;
    color: #696969;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.categories-widget .widget-list .single-widget-item .link .category {
    position: relative;
    left: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.categories-widget .widget-list .single-widget-item .count {
    float: right;
}

.categories-widget .widget-list .single-widget-item:first-child {
    border-top: none;
    padding-top: 0;
}

.categories-widget .widget-list .single-widget-item:last-child {
    padding-bottom: 0;
}

.categories-widget .widget-list .single-widget-item:hover .link {
    color: #FF3A1D;
}

.categories-widget .widget-list .single-widget-item:hover .link .category {
    left: 10px;
}

.categories-widget .widget-list .single-widget-item:hover .link .category:before {
    color: #FF3A1D;
}

.tags-widget .tag {
    margin-right: 10px;
    margin-bottom: 10px;
    color: #8d8f93;
    border: 1px solid #b0b5bd;
    border-radius: 0;
    padding: 0 16px;
    line-height: 30px;
    display: inline-block;
    text-transform: capitalize;
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.tags-widget .tag:hover {
    border: 1px solid #FF3A1D;
    color: #FF3A1D;
}

.gallery-widget ul {
    margin-bottom: 0;
}

.gallery-widget li {
    width: 25%;
    padding-bottom: 5px;
}

.gallery-widget li:nth-last-child(-n+4) {
    padding-bottom: 0;
}

.social-widget ul {
    margin-bottom: 0;
}

.social-widget li {
    margin-bottom: 10px;
}

.social-widget .social-icon {
    width: 40px;
    height: 40px;
    border: 1px solid #f4f4f4;
    color: #ced0d6;
    background-color: transparent;
    text-align: center;
    line-height: 40px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.social-widget .social-icon:hover {
    border-color: #FF3A1D;
    color: #FF3A1D;
}


/*=================================
=====       END WIDGET       ======
=================================*/


/*
----------  3.1. Left Sidebar  ----------
*/

.sidebar-left {
    float: left;
}


/*
----------  3.2. Right Sidebar  ----------
*/

.sidebar-right {
    float: right;
}


/*
----------  3.3. Both Sidebar  ----------
*/


/* Enter your code */


/*
=====  End of SIDEBAR  ======
*/


/*
==============================
=            FOOTER          =
==============================
*/


/*
----------  4.1. Main Footer  ----------
*/

.bg-wp-footer {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-wp-footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0a1118;
    opacity: 0.95;
}

.bg-wp-footer .title {
    position: relative;
    color: rgba(255, 255, 255, 0.98);
    padding-left: 30px;
    font-weight: bold;
    font-size: 1.14286rem;
    margin-bottom: 50px;
    margin-top: 17px;
}

.bg-wp-footer .title:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 20px;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    background-color: #FF3A1D;
}

.footer-main {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 90%;
}

.footer-main:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 6, 16, 0.95);
}

.footer-main .title {
    position: relative;
    color: rgba(255, 255, 255, 0.98);
    padding-left: 30px;
    font-weight: bold;
    font-size: 1.14286rem;
    margin-bottom: 31px;
    margin-top: 17px;
}

.footer-main .title:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 20px;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    background-color: #FF3A1D;
}


/*
----------  4.2. Sub Footer  ----------
*/

.footer-sub {
    background-color: #000610;
}

.footer-sub .name-company {
    color: white;
    font-size: 0.928571rem;
    display: inline-block;
    position: relative;
    top: 2px;
}

.footer-sub nav.footer-nav {
    padding-right: 0;
    position: relative;
    top: 2px;
}

.footer-sub nav.footer-nav li.active a.nav-item {
    color: rgba(255, 255, 255, 0.98);
}

.footer-sub nav.footer-nav li:last-child a.nav-item {
    padding-right: 0;
}

.footer-sub nav.footer-nav a.nav-item {
    padding: 0 0 0 20px;
    color: #4e5663;
    line-height: 24px;
    font-weight: 500;
}

.footer-sub nav.footer-nav a.nav-item:hover {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.98);
}

.footer-sub ul.navbar-nav {
    height: auto;
}

.faq li {
    border-left: 4px solid #c8272d;
    margin-bottom: 13px;
    background: #eee;
    list-style: none;
    padding: 30px 10px 30px 10px;
    font-size: 21px;
}

.showmobileimage {
    display: none;
}

.aboutred {
    width: 120%;
    height: 451px;
    margin-top: -41px;
}

.header-topbar {
    padding-left: 65px;
    padding-right: 28px;
}

.shophhh {
    display: none;
}

.shuwpp {
    display: none;
}

li.sp {
    display: none;
}

.modal,
.modal-open {
    padding-right: 0px !important;
}


/**/

@import url("https://fonts.googleapis.com/css?family=Roboto:300i,400,400i,500,700,900");
.multi_step_form {
    background: #f6f9fb;
    display: block;
    overflow: hidden;
}

.multi_step_form #msform {
    text-align: center;
    position: relative;
    padding-top: 50px;
    min-height: 820px;
    max-width: 810px;
    margin: 0 auto;
    background: #ffffff;
    z-index: 1;
}

.multi_step_form #msform .tittle {
    text-align: center;
    padding-bottom: 55px;
}

.multi_step_form #msform .tittle h2 {
    font: 500 24px/35px "Roboto", sans-serif;
    color: #3f4553;
    padding-bottom: 5px;
}

.multi_step_form #msform .tittle p {
    font: 400 16px/28px "Roboto", sans-serif;
    color: #5f6771;
}

.multi_step_form #msform fieldset {
    border: 0;
    padding: 20px 105px 0;
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
}

.multi_step_form #msform fieldset:not(:first-of-type) {
    display: none;
}

.multi_step_form #msform fieldset h3 {
    font: 500 18px/35px "Roboto", sans-serif;
    color: #3f4553;
}

.multi_step_form #msform fieldset h6 {
    font: 400 15px/28px "Roboto", sans-serif;
    color: #5f6771;
    padding-bottom: 30px;
}

.multi_step_form #msform fieldset .intl-tel-input {
    display: block;
    background: transparent;
    border: 0;
    box-shadow: none;
    outline: none;
}

.multi_step_form #msform fieldset .intl-tel-input .flag-container .selected-flag {
    padding: 0 20px;
    background: transparent;
    border: 0;
    box-shadow: none;
    outline: none;
    width: 65px;
}

.multi_step_form #msform fieldset .intl-tel-input .flag-container .selected-flag .iti-arrow {
    border: 0;
}

.multi_step_form #msform fieldset .intl-tel-input .flag-container .selected-flag .iti-arrow:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    font: normal normal normal 24px/7px Ionicons;
    color: #5f6771;
}

.multi_step_form #msform fieldset #phone {
    padding-left: 80px;
}

.multi_step_form #msform fieldset .form-group {
    padding: 0 10px;
}

.multi_step_form #msform fieldset .fg_2,
.multi_step_form #msform fieldset .fg_3 {
    padding-top: 10px;
    display: block;
    overflow: hidden;
}

.multi_step_form #msform fieldset .fg_3 {
    padding-bottom: 70px;
}

.multi_step_form #msform fieldset .form-control,
.multi_step_form #msform fieldset .product_select {
    border-radius: 3px;
    border: 1px solid #d8e1e7;
    padding: 0 20px;
    height: auto;
    font: 400 15px/48px "Roboto", sans-serif;
    color: #5f6771;
    box-shadow: none;
    outline: none;
    width: 100%;
}

.multi_step_form #msform fieldset .form-control.placeholder,
.multi_step_form #msform fieldset .product_select.placeholder {
    color: #5f6771;
}

.multi_step_form #msform fieldset .form-control:-moz-placeholder,
.multi_step_form #msform fieldset .product_select:-moz-placeholder {
    color: #5f6771;
}

.multi_step_form #msform fieldset .form-control::-moz-placeholder,
.multi_step_form #msform fieldset .product_select::-moz-placeholder {
    color: #5f6771;
}

.multi_step_form #msform fieldset .form-control::-webkit-input-placeholder,
.multi_step_form #msform fieldset .product_select::-webkit-input-placeholder {
    color: #5f6771;
}

.multi_step_form #msform fieldset .form-control:hover,
.multi_step_form #msform fieldset .form-control:focus,
.multi_step_form #msform fieldset .product_select:hover,
.multi_step_form #msform fieldset .product_select:focus {
    border-color: #5cb85c;
}

.multi_step_form #msform fieldset .form-control:focus.placeholder,
.multi_step_form #msform fieldset .product_select:focus.placeholder {
    color: transparent;
}

.multi_step_form #msform fieldset .form-control:focus:-moz-placeholder,
.multi_step_form #msform fieldset .product_select:focus:-moz-placeholder {
    color: transparent;
}

.multi_step_form #msform fieldset .form-control:focus::-moz-placeholder,
.multi_step_form #msform fieldset .product_select:focus::-moz-placeholder {
    color: transparent;
}

.multi_step_form #msform fieldset .form-control:focus::-webkit-input-placeholder,
.multi_step_form #msform fieldset .product_select:focus::-webkit-input-placeholder {
    color: transparent;
}

.multi_step_form #msform fieldset .product_select:after {
    display: none;
}

.multi_step_form #msform fieldset .product_select:before {
    content: "";
    position: absolute;
    top: 0;
    right: 20px;
    font: normal normal normal 24px/48px Ionicons;
    color: #5f6771;
}

.multi_step_form #msform fieldset .product_select .list {
    width: 100%;
}

.multi_step_form #msform fieldset .done_text {
    padding-top: 40px;
}

.multi_step_form #msform fieldset .done_text .don_icon {
    height: 36px;
    width: 36px;
    line-height: 36px;
    font-size: 22px;
    margin-bottom: 10px;
    background: #5cb85c;
    display: inline-block;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
}

.multi_step_form #msform fieldset .done_text h6 {
    line-height: 23px;
}

.multi_step_form #msform fieldset .code_group {
    margin-bottom: 60px;
}

.multi_step_form #msform fieldset .code_group .form-control {
    border: 0;
    border-bottom: 1px solid #a1a7ac;
    border-radius: 0;
    display: inline-block;
    width: 30px;
    font-size: 30px;
    color: #5f6771;
    padding: 0;
    margin-right: 7px;
    text-align: center;
    line-height: 1;
}

.multi_step_form #msform fieldset .passport {
    margin-top: -10px;
    padding-bottom: 30px;
    position: relative;
}

.multi_step_form #msform fieldset .passport .don_icon {
    height: 36px;
    width: 36px;
    line-height: 36px;
    font-size: 22px;
    position: absolute;
    top: 4px;
    right: 0;
    background: #5cb85c;
    display: inline-block;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
}

.multi_step_form #msform fieldset .passport h4 {
    font: 500 15px/23px "Roboto", sans-serif;
    color: #5f6771;
    padding: 0;
}

.multi_step_form #msform fieldset .input-group {
    padding-bottom: 40px;
}

.multi_step_form #msform fieldset .input-group .custom-file {
    width: 100%;
    height: auto;
}

.multi_step_form #msform fieldset .input-group .custom-file .custom-file-label {
    width: 168px;
    border-radius: 5px;
    cursor: pointer;
    font: 700 14px/40px "Roboto", sans-serif;
    border: 1px solid #99a2a8;
    text-align: center;
    transition: all 300ms linear 0s;
    color: #5f6771;
}

.multi_step_form #msform fieldset .input-group .custom-file .custom-file-label i {
    font-size: 20px;
    padding-right: 10px;
}

.multi_step_form #msform fieldset .input-group .custom-file .custom-file-label:hover,
.multi_step_form #msform fieldset .input-group .custom-file .custom-file-label:focus {
    background: #5cb85c;
    border-color: #5cb85c;
    color: #fff;
}

.multi_step_form #msform fieldset .input-group .custom-file input {
    display: none;
}

.multi_step_form #msform fieldset .file_added {
    text-align: left;
    padding-left: 190px;
    padding-bottom: 60px;
}

.multi_step_form #msform fieldset .file_added li {
    font: 400 15px/28px "Roboto", sans-serif;
    color: #5f6771;
}

.multi_step_form #msform fieldset .file_added li a {
    color: #5cb85c;
    font-weight: 500;
    display: inline-block;
    position: relative;
    padding-left: 15px;
}

.multi_step_form #msform fieldset .file_added li a i {
    font-size: 22px;
    padding-right: 8px;
    position: absolute;
    left: 0;
    transform: rotate(20deg);
}

.multi_step_form #msform #progressbar {
    margin-bottom: 30px;
    overflow: hidden;
}

.multi_step_form #msform #progressbar li {
    list-style-type: none;
    color: #99a2a8;
    font-size: 9px;
    width: calc(100%/3);
    float: left;
    position: relative;
    font: 500 13px/1 "Roboto", sans-serif;
}

.multi_step_form #msform #progressbar li:nth-child(2):before {
    content: "";
}

.multi_step_form #msform #progressbar li:nth-child(3):before {
    content: "";
}

.multi_step_form #msform #progressbar li:before {
    content: "";
    font: normal normal normal 30px/50px Ionicons;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    background: #eaf0f4;
    border-radius: 50%;
    margin: 0 auto 10px auto;
}

.multi_step_form #msform #progressbar li:after {
    content: "";
    width: 100%;
    height: 10px;
    background: #eaf0f4;
    position: absolute;
    left: -50%;
    top: 21px;
    z-index: -1;
}

.multi_step_form #msform #progressbar li:last-child:after {
    width: 150%;
}

.multi_step_form #msform #progressbar li.active {
    color: #5cb85c;
}

.multi_step_form #msform #progressbar li.active:before,
.multi_step_form #msform #progressbar li.active:after {
    background: #5cb85c;
    color: white;
}

.multi_step_form #msform .action-button {
    background: #5cb85c;
    color: white;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    min-width: 130px;
    font: 700 14px/40px "Roboto", sans-serif;
    border: 1px solid #5cb85c;
    margin: 0 5px;
    text-transform: uppercase;
    display: inline-block;
}

.multi_step_form #msform .action-button:hover,
.multi_step_form #msform .action-button:focus {
    background: #405867;
    border-color: #405867;
}

.multi_step_form #msform .previous_button {
    background: transparent;
    color: #99a2a8;
    border-color: #99a2a8;
}

.multi_step_form #msform .previous_button:hover,
.multi_step_form #msform .previous_button:focus {
    background: #405867;
    border-color: #405867;
    color: #fff;
}