﻿body {
    background-color: #ffffff; /*this is the main bg-color that the logo has*/
    /*height:auto;*/
    /*background-color:blue;*/
    /*position:relative;*/
    /*min-height:100%;*/
}

/*footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #333;
    color:--;
    /*height: 60px;
    line-height: 60px;
    background-color: orange;
}*/

/*.wrapper {
    display: flex;
    align-items: stretch;  // comment that
    width: 100%;
}*/

/*#sidebar {
    min-width: 250px;
    max-width: 250px;
    min-height: 100vh;
}*/
#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #333;
    /*color: #fff;*/
    color: rgba(255,255,255,.3);
    transition: all 0.3s;
}

.sidebar-header {
    padding-top: 20px;
}

.sidebar-item-color {
    color: rgba(255,255,255,.3);
}

    .sidebar-item-color:hover {
        color: #7ec34b;
    }

.slider-menu-group {
    background: #333;
    padding-right: 0px;
}

.slider-menu-group-item {
    background: #333;
    cursor: pointer;
}

    .slider-menu-group-item:hover {
        color: #7ec34b;
    }

.slider-menu-group-sub-item {
    padding:0.25rem 1.75rem;
}

.expand-arrow-up {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid black;
}

.expand-arrow-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f00;
}

.expand-arrow-left {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid blue;
}

    .slider-close-button {
        background-color: #7ec34b;
        cursor: pointer;
    }

.slider-invisible {
    visibility: collapse;
}
/*#sidebar.active {
        margin-left: -250px;
    }


a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}*/

/*@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }

        #sidebar.active {
            margin-left: 0;
        }
}*/


.padding-right-0 {
    padding-right: 0px;
}

.padding-0 {
    padding: 0px;
}

.padding-5 {
    padding: 5px;
}

.padding-15 {
    padding: 15px;
}

.padding-left-0 {
    padding-left: 0px !important;
}

.margin-right-40 {
    margin-right: 40px;
}

.padding-left-right-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.padding-left-right-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-5{
    padding-top:5px;
}

.padding-top-bottom-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.padding-bottom-20{
    padding-bottom:10px;
}

.margin-15{
    margin:15px;
}

.margin-mines-15 {
    margin: -15px;
}

.margin-top-15{
    margin-top:15px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-8{
    margin-top:8px;
}

.margin-top-0 {
    margin-top: 0px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-right-15 {
    margin-right: 15px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-left-30 {
    margin-left: 30px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-0{
    margin-left:0px;
}

.line-green {
    border: 2px solid #7ec34b;
    margin-top: 0px;
    margin-bottom: 8px;
}

.line-gray {
    border: 1px solid #dfdfdf;
    /*margin-left:-15px;
    margin-right:-15px;
    margin-bottom:0px;*/
    margin: 12px -15px 10px -15px;
}

.line-footer {
    border: 1px solid #dfdfdf;
}

.nav-section {
    margin-top: 40px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 0px;
}

.nav-item {
    color: #4f555e;
    margin-right: 5px;
}

    .nav-item:hover {
        color: #7ec34b;
    }

.nav-item-xl {
    font-size: 15px;
    font-weight: 500;
    padding: 0.2rem 0.8rem;
}

.nav-item-lg {
    font-size: 15px;
    font-weight: 500;
    padding: 0.2rem 0.8rem;
}

.nav-item-md {
    font-size: 12px;
    font-weight: 500;
    padding: 0.5rem 0.3rem;
}

.three-line-icon {
    margin-top: 30px;
    cursor: pointer;
}

.opacity-30 {
    opacity: 0.3;
}

.country-flag {
    /*width:70%;
    height:70%;*/
    width: 25px;
    height: 16.89px;
    margin-top: 3px;
}

.footer-color {
    background-color: #333;
}

.footer-item {
    background-color: transparent;
    padding: 2px 0px;
    border: none;
    color: white;
    font-size: 14px;
    padding-left: 15px;
}

.footer-header {
    background-color: transparent;
    padding: 5px 0px 2px 15px;
    border: none;
    color: white;
    font-size: 18px;
    font-weight: 500;
}

.footer-horizontal-line-green {
    height: 10px;
    padding: 0px;
    width: 10px;
    margin: 0px;
    text-align: center;
    background-color: #7ec34b;
    /*border-left: 7px solid #7ec34b;*/
    /*border-top: 3px solid #7ec34b;*/
}


.cursor-hand {
    cursor: pointer;
}

/*menu item on hover*/
.dropdown-menu {
    display: none;
    position: absolute;
    border: 0px;
    /*background-color: #7ec34b;*/
    /*border: 1px solid #7ec34b;*/
    /*border-left: 1px solid #7ec34b;
    border-right: 1px solid #7ec34b;*/
    /*border-bottom: 1px solid #7ec34b;*/
    background-color: #ffffff;
    padding: 0px;
}

.dropdown-item {
    color: #4f555e;
}

    .dropdown-item:hover {
        background-color: #7ec34b;
    }

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown:hover #navbarDropdown {
    color: #7ec34b;
    border-top: 1px solid #7ec34b;
    border-left: 1px solid #7ec34b;
    border-right: 1px solid #7ec34b;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

/*.nav-menu, .nav-menu-logo, .nav-menu-text {
}*/

/*@media (max-width: 576px) {
    .nav-menu .nav-menu-logo {
        display: none !important;
    }

    .nav-menu .nav-menu-text {
        display: none !important;
    }
}*/



/*Contact Form*/
.contact-send-btn {
    background-color: #4f555e;
    color: #7ec34b;
}

.contact-card-title {
    background-color: #7ec34b;
    color: #4f555e;
    padding: 10px;
    font-weight: 600;
    margin-bottom: 0px;
}

.contact-card-text, li > .contact-phone-item {
    /*margin-left: 15px;
    margin-right: 15px;*/
    margin: 10px 15px 5px 15px !important;
    font-weight: 400;
}

/*Company Form*/
.page-main-title {
    color: #4f555e;
    font-size: 28px;
    font-weight: 600;
}

.company-office-icon-title {
    background-color: #4f555e;
    color: #7ec34b;
}

.company-office-icon-sub-title {
    /*background-color: #4f555e;*/
    color: #4f555e;
    font-size: 18px;
    font-weight: 500;
}

.company-office-icon-text {
    /*background-color: #4f555e;*/
    color: #4f555e;
    font-size: 16px;
    font-weight: 400;
}

/*Carousel on main page*/
.carousel-li-custom {
    /*background-color: #4f555e !important;*/
    background-color:white !important;
    width: 50px !important;
    height: 3px !important;
}

    /*.carousel-li-custom:active {
        background-color: #7ec34b ;
    }*/

    .carousel-li-custom.active {
        background-color: #7ec34b !important;
        width: 50px;
        height: 3px;
    }

/*.carousel-control-prev-icon {
    color: black;
    text-decoration: none;
    outline: 0;
    opacity: 1;
}*/

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#7ec34b' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#7ec34b' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}


.color-deep-blue {
    color: #4f555e;
}

li.service-companies {
    display: block;
    margin: 15px 0px;
}

img.service-companies-tick-icon {
    position: absolute;
    left: 15px
}

.services-line-separator {
    color: #4f555e;
    border-width: 2px;
    margin: 15px 0px;
    /*border: 2px solid #4f555e;*/
}

.service-pension-item-right {
    width: 30px;
    min-width:30px;
    max-width:30px;
    max-height:30px;
    /*margin-top: -15px;*/
    /*margin-bottom: -15px;*/
    /*margin-right: -15px;*/
    background-color: #4f555e;
}

.main-section-title {
    color: #4f555e;
    font-size: 28px;
    font-weight: 500;
}

.main-vertical-line {
    /*border-left: 4px solid #7ec34b;
    height: 400px;*/
    width: 4px; /* Line width */
    background-color: #7ec34b; /* Line color */
    height: 100%; /* Override in-line if you want specific height. */
    float: left;
    margin-left: 25px;
    margin-right:5px;
}

.main-company-office-icon-title {
    background-color: #4f555e;
    color: #7ec34b;
}

.main-company-office-icon-sub-title {
    /*background-color: #4f555e;*/
    color: #4f555e;
    font-size: 16px;
    font-weight: 500;
}

.main-company-office-icon-text {
    /*background-color: #4f555e;*/
    color: #4f555e;
    font-size: 14px;
    font-weight: 400;
}

.main-services-in-title {
    /*background-color: #FF0;*/
    border-width: 2px;
    color: #212529 !important;
}

    .main-services-in-title :hover {
        /*background-color: #AD310B;*/
        background-color: #7ec34b;
        -webkit-transition: background-color 1000ms linear;
        -ms-transition: background-color 1000ms linear;
        transition: background-color 1000ms linear;
    }

.main-why-us-card-title {
    color: #212529;
    font-size:24px;
    font-weight:400;
}

a {
    color:white;
}

a:focus, a:hover{
    color:white;
}


/*main logo green color 7ec34b*/
/*main logo blue color 4f555e*/
/*main background color  #ffffff*/
