body {
    font-family: 'Poppins', sans-serif;
    color: #0c0c0c;
    background-color: #ffffff;
    overflow-x: hidden;
}

.layout_padding {
    padding: 50px 0px 90px 0px;
}

.heading_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.heading_container h2 {
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
}

.heading_container.heading_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

a:hover,
a:focus {
    color: initial;
}

.btn,
.btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.body_bg {
    position: relative;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: linear-gradient(180deg, #00ccff, #007bef);
}

.sub_page .body_bg {
    min-height: auto;
}

.header_section {
    padding: 10px 0;
}

.navbar-brand {
    margin: 0;
}

.navbar-brand span {
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
    padding-left: 5px;
}

.custom_nav-container {
    padding: 0;
}

.custom_nav-container .navbar-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 10px 25px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link {
    color: #f0f0f0;
    font-weight: bold;
}

.custom_nav-container .navbar-toggler {
    outline: none;
}

.custom_nav-container .navbar-toggler {
    padding: 0;
    width: 37px;
    height: 42px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.custom_nav-container .navbar-toggler span {
    display: block;
    width: 35px;
    height: 4px;
    background-color: #ffffff;
    margin: 7px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    border-radius: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    top: -10px;
    border-radius: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.custom_nav-container .navbar-toggler span::after {
    top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0;
    margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
    display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 0;
    margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
    -webkit-transform: none;
    transform: none;
}

.slider_section {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 45px;
    padding-bottom: 90px;
}

.slider_section .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider_section #customCarousel1 {
    width: 100%;
    position: unset;
}

.slider_section .detail-box {
    color: #ffffff;
}

.slider_section .detail-box h1 {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.slider_section .detail-box a {
    display: inline-block;
    padding: 10px 45px;
    background-color: #303841;
    color: #ffffff;
    border-radius: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #303841;
    outline: none;
    margin-top: 15px;
}

.slider_section .detail-box a:hover {
    background-color: transparent;
    color: #303841;
}

.slider_section .find_container form .form-group {
    margin: 15px 0;
}

.slider_section .find_container form .form-control {
    width: 100%;
    background-color: transparent;
    border: none;
    height: 40px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 5px;
    padding: 0 15px;
    background-color: #ffffff;
}

.slider_section .find_container .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slider_section .find_container .btn-box button.btn {
    display: inline-block;
    padding: 10px 50px;
    background-color: #303841;
    color: #ffffff;
    border-radius: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #303841;
    outline: none;
    text-transform: uppercase;
}

.slider_section .find_container .btn-box button.btn:hover {
    background-color: transparent;
    color: #303841;
}

.slider_section .find_container .nice-select:after {
    content: "\f107";
    font-family: FontAwesome;
    border: none;
    width: auto;
    height: auto;
    -webkit-transform: none;
    transform: none;
    top: 7px;
    font-size: 20px;
    font-weight: bold;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.slider_section .find_container .nice-select.open:after {
    content: "\f106";
}

.slider_section .find_container .job_check_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
}

.slider_section .find_container .job_check_list li {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 15px 10px 0;
}

.slider_section .find_container .job_check_list label {
    color: #ffffff;
    margin: 0;
}

.slider_section .find_container .job_check_list .styled-checkbox {
    position: absolute;
    opacity: 0;
}

.slider_section .find_container .job_check_list .styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.slider_section .find_container .job_check_list .styled-checkbox + label:before {
    content: '';
    margin-right: 5px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
}

.slider_section .find_container .job_check_list .styled-checkbox:hover + label:before {
    background: #f35429;
}

.slider_section .find_container .job_check_list .styled-checkbox:focus + label:before {
    -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.slider_section .find_container .job_check_list .styled-checkbox:checked + label:before {
    background: #f35429;
}

.slider_section .find_container .job_check_list .styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}

.slider_section .find_container .job_check_list .styled-checkbox:disabled + label:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #ddd;
}

.slider_section .find_container .job_check_list .styled-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    -webkit-box-shadow: 2px 0 0 white,
    4px 0 0 white,
    4px -2px 0 white,
    4px -4px 0 white,
    4px -6px 0 white,
    4px -8px 0 white;
    box-shadow: 2px 0 0 white,
    4px 0 0 white,
    4px -2px 0 white,
    4px -4px 0 white,
    4px -6px 0 white,
    4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.slider_section .img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slider_section .img-box img {
    width: 100%;
    max-width: 500px;
}

.category_section .heading_container {
    margin-bottom: 20px;
}

.category_section .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 35px 15px;
    background-color: #303841;
    color: #ffffff;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-top: 25px;
}

.category_section .box .img-box {
    width: 55px;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.category_section .box .img-box img {
    width: 100%;
}

.category_section .box .detail-box {
    margin-top: 15px;
}

.category_section .box .detail-box h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.category_section .box:hover {
    background-color: #1a1f24;
}

.info_section {
    background-color: #1a1c1f;
    color: #fff;
    padding: 25px 0 10px 0;
}

.info_section h4 {
    font-weight: bold;
    margin-bottom: 10px;
}

.info_section .info_links ul {
    padding-left: 15px;
}

.info_section .info_links ul .active::before {
    background-color: #303841;
}

.info_section .info_links ul li {
    list-style-type: none;
    position: relative;
}

.info_section .info_links ul li::before {
    content: "";
    left: -15px;
    top: 50%;
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.info_section .info_links ul li a {
    color: #ffffff;
}

.info_section .info_links ul li:hover::before {
    background-color: #303841;
}

.info_section .info_form img {
    width: 120px;
    height: 120px;
    margin-right: 15px;
    outline: none;
}

.info_section .info_form .img1 {

}

.info_section .info_logo_box {
    text-align: center;
}

.info_section .info_logo_box a {
    color: white;
    text-decoration: underline;
}

.info_section .info_logo_box a:hover {
    color: #00a7d0;
    text-decoration: underline;
}

.footer_section {
    position: relative;
    background-color: #1a1c1f;
    text-align: center;
}

.footer_section p {
    border-top: 1px solid #ffffff;
    color: #ffffff;
    padding: 10px 0;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
}

.qr-btn {
    position: relative;
}

.qr-pop {
    position: absolute;
    display: none;
    width: 120px;
    height: 120px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .5)
}

.nav-item:hover .qr-pop {
    display: block
}

.qr-pop img {
    width: 120px;
    height: 120px;
}