﻿.page-content.main-content {
    padding: 6% 8% 5% 2.5%;
}

.navigated-menu li::after {
    margin: 2px 15px 0 7px;
    content: "\f054";
}
.dropdown .dropdown-menu .nested-menu ul li a:before {
    content: "\25b8";
}
.login_form {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.company__info {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.custom-heading.style-1::after{
    left: 0;
}

.custom-heading.style-1::after {
    left: 15px;
}

.navbar-toggler {

    left: 80%;
}


@media only screen and (min-width: 1200px){

    .page-content.main-content {
        padding-top: 168px;
    }
}
