/*
 * Blaze Fire Games
 * Author: Ikbal Hossain
 */


@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;900&display=swap');

body {
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
}

/*
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("../img/logo.png") 50% 50% no-repeat rgb(255, 255, 255);
}
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
}

ul {
    padding: 0;
    margin: 0 !important;
}

:focus {
    outline: none !important;
}

li {
    list-style: none;
    font-family: 'Roboto', sans-serif;
}

p {
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none !important;
}

.nopad {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.mmt {
    margin-top: -100px;
}

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

.mt-30 {
    margin-top: 30px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-200 {
    margin-top: 200px;
}

.w-100 {
    width: 100%;
}

.nopad-left {
    padding-left: 0px !important;
}

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

.nopad {
    padding-left: 0px !important;
    padding-right: 0px !important;
}


/**************************************************************************/
/**Home Banner Section**/
/**************************************************************************/

.side_meni_sec {
    position: fixed;
    z-index: 99999
}

.logo {
    width: 70px;
}

.menu_head {
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0 0 15px 0;
    width: 250px;
    padding: 5px 25px 5px 10px;
    box-shadow: 5px 12px 16px rgb(0 0 0 / 35%);
}

.menu_toggle {
    display: grid;
    text-align: center;
    cursor: pointer
}

.menu_toggle span {
    font-weight: 500
}

.menu_toggle i {
    font-size: 25px;
}

.sidebar ul li a,
.sidebar .dropdown a.dropdown-toggle {
    color: #fff;
    display: block;
    padding: 20px 10px;
    font-size: 20px;
    transition: ease-in all 0.3s;
    cursor: pointer
}

.sidebar .dropdown {
    display: none
}

.sidebar ul li:hover a {
    padding-left: 20px;
    transition: ease-in all 0.3s;
}

.sidebar {
    position: fixed;
    width: 350px;
    height: 100%;
    left: -350px;
    background: #9a0002;
    transition: left 0.4s ease;
    padding-top: 150px;
    padding-left: 30px;
}

.sidebar.show {
    left: 0px;
}

.hamburger .line {
    width: 40px;
    height: 2px;
    background-color: #9a0002;
    display: block;
    margin: 10px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger:hover {
    cursor: pointer;
}


#hamburger-6.is-active {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#hamburger-6.is-active .line:nth-child(2) {
    width: 0px;
}

#hamburger-6.is-active .line:nth-child(1),
#hamburger-6.is-active .line:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

#hamburger-6.is-active .line:nth-child(1) {
    -webkit-transform: translateY(13px);
    -ms-transform: translateY(13px);
    -o-transform: translateY(13px);
    transform: translateY(13px);
}

#hamburger-6.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(90deg);
    -ms-transform: translateY(-13px) rotate(90deg);
    -o-transform: translateY(-13px) rotate(90deg);
    transform: translateY(-13px) rotate(90deg);
}

section.top_bar {
    position: absolute;
    z-index: 999;
    left: 0;
    width: 100%;
    padding: 20px 0;
    transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);
    animation: 1s ease-out 0s 1 slideInFromLeft;
}

@keyframes slideInFromLeft {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

.top_bar ul li {
    padding: 0px 10px;
    width: 110px;
    position: relative
}

.top_bar ul li.active a span {
    box-shadow: 0px 12px 16px rgb(0 0 0 / 45%);
    transform: scale(1.1);
    transition: ease-in all 0.3s
}

.top_bar ul li a {
    color: #000;
    font-size: 13px;
    display: grid;
    text-align: center;
    text-transform: uppercase
}

.top_bar ul li a small {
    height: 32px;
    position: absolute;
    bottom: -38px;
    left: 50%;
    transform: translate(-50%, 0%);
    line-height: 11px;
}

.top_bar ul li a span {
    font-size: 22px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin: 0px auto;
    color: #fff;
    transition: ease-in all 0.3s
}

.read_more {
    display: inline-block;
    color: #fff;
    background-color: #9a0002;
    padding: 15px 40px;
    font-size: 18px;
    font-family: 'Roboto';
    letter-spacing: 1px;
    border-radius: 8px;
    border: 2px solid #800002;
    margin: 15px 0;
    text-transform: uppercase
}

.read_more:hover {
    color: #fff;
}

.top_bar ul li:first-child a span {
    background-color: #dca700;
}

.top_bar ul li:nth-child(2) a span {
    background-color: #e8276e;
}

.top_bar ul li:nth-child(3) a span {
    background-color: #6d821d;
}

.top_bar ul li:nth-child(4) a span {
    background-color: #228bc7;
}

.top_bar ul li:nth-child(5) a span {
    background-color: #943be4;
}

.top_bar ul li:nth-child(6) a span {
    background-color: #11bd6e;
}

.preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-image: url('../img/logo.jpg');
    background-repeat: no-repeat;
    background-color: #FFF;
    background-position: center;
}

.header_sec {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    z-index: 999;
}

.custom_nav {
    width: 100%;
    justify-content: flex-end;
    display: flex;
}

.custom_nav li a {
    color: #fff;
    font-size: 15px;
}

.get_demo_btn {
    background-color: #BE0F20;
    border-radius: 50px;
    padding: 0px 20px;
}

.box {
    position: relative;
}

.box > div > div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.one {
    background-color: #c5bf00;
}

.two {
    background-color: #35c500;
}

.tre {
    background-color: #c500b5;
}

.four {
    background-color: #321;
}

.five {
    background-color: #857;
}

.six {
    background-color: #00c56a;
}

.section-wrapper {
    height: 100vh;
}

.mascetti {
    height: 100vh;
    width: 100%;
    position: relative;
    animation: smoothScroll 5s forwards;
    display: flex;
    align-items: center;
}

.section-wrapper.fixed .mascetti {
    position: fixed;
    top: 0;
    left: 0;
    animation: smoothScroll 5s forwards;
}

.section-wrapper-one.fixed .mascetti {
    position: fixed;
    top: 0;
    left: 0;
    animation: smoothScroll 5s forwards;
}

.box ul {
    position: absolute;
    z-index: 9999;
    right: 2%;
    bottom: 3%;
    display: none
}

.box ul li {
    height: 15px;
    width: 15px;
    border-radius: 30px;
    border: 2px solid #9a0002;
    margin: 15px 0px;
}

.box ul li.active {
    background-color: #9a0002;
    border: none
}

.slider_one_content h2 {
    font-size: 60px;
    color: #000000;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px;
    margin-top: 30px;
}

.slider_one_content p {
    margin-bottom: 30px
}

.slider_one_content h2 span {
    font-weight: 600;
    color: #9a0002
}

.get_demo_banner_btn {
        padding: 8px 60px;
    border-radius: 6px !important;
    color: #fff !important;
    transition: ease-in all 0.3s;
    display: inline-block;
    background-color: #9a0002 !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    cursor: pointer !important;
}

.header_nav_sec .dropdown {
    margin-left: 7px
}

.slider_one_content h4 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #cc9833;
}

.find_work_btn {
    background-color: #cc9833 !important
}

.get_demo_banner_btn:hover {
    background-color: #BE0F20;
    color: #fff;
    transition: ease-in all 0.3s;
}

section.footer_sec {
    position: absolute;
    width: 100%;
    z-index: 999;
    bottom: 0;
}

.video_inner {
    position: relative;
}

.video_inner span a {
    color: #fff
}

.video_inner span {
    font-size: 50px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.modal-backdrop {
    display: none !important;
}

.custom_header_modal button {
    position: absolute;
    right: -40px;
    top: -10px;
    font-size: 35px;
    opacity: 1;
    color: #fff;
    text-shadow: none;
}



.video_modal::before {
    content: '';
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.video_modal .modal-dialog {
    z-index: 999;
}

.banner_two_left_con h4 {
    font-size: 50px;
    color: #9a0002;
    font-weight: 600;
    margin-bottom: 30px;
    font-family: 'Roboto';
    letter-spacing: 1px;
}

.slider_three_content h2,
.slider_four_content h2 {
    font-size: 40px;
    color: #000;
    font-weight: 600;
    margin-bottom: 30px;
    font-family: 'Roboto';
    letter-spacing: 1px;
}

.slider_four_content h2 {
    color: #fff !important;
}

.slider_four_content p {
    color: #fff !important;
}

.slider_three_content p,
.slider_four_content p {
    color: #000;
    font-size: 15px;
    font-family: 'Roboto';
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 25px;
}

.banner_two_left_con p {
    color: #000;
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 33px;
}

.banner_two_left_con {
    padding: 50px 0px;
}

.last_banner_cont_right h4 {
    font-size: 27px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
}

.last_banner_cont_right p {
    color: #fff;
    font-size: 16px;
}

.last_banner_cont_right {
    padding: 50px;
}

.slider_item {
    position: relative;
}

.slider_cont_min {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 999;
}

.slider_cont_min h4 {
    color: #fff;
    font-size: 15px;
}

.slider_img img {
    border-radius: 15px;
}

.last_banner_slide .owl-nav {
    text-align: center;
    margin-top: 30px;
}

.last_banner_slide .owl-nav button {
    color: #fff !important;
    margin: 0px 15px;
}

.feature ul li {
    margin-bottom: 15px;
    background-color: #cee0ec;
    padding: 17px;
    min-height: 93px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-align: center;
    border-radius: 5px;
    color: #000;
}

.feature ul {
    column-count: 4
}

.feature {
    margin: 40px 0;
}

.cta_banner_sec {
    padding: 100px 0;
    background-color: #cc9833
}

.cta_inner_cont h4 {
    color: #fff;
}

.cta_inner_cont h4 {
    color: #fff;
    font-size: 35px;
    font-weight: 400;
    line-height: 58px;
}

/*******************/

.inner_banner_sec {
    height: 100vh;
}

.banner_conetnt h2 {
    font-size: 80px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
    font-family: 'Roboto';
    letter-spacing: 1px;
}

.banner_conetnt h4 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 300;
    color: #9a0002;
}

.banner_conetnt p {
    color: #fff;
    font-size: 30px;
    font-family: 'Roboto';
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 40px;
}

.section_overview_sec {
    padding: 70px 0;
    background-color: #e6f1f9
}

.overview_cont h2,
.assets_slider_sec h2 {
    font-size: 50px;
    color: #000;
    font-weight: 600;
    margin-bottom: 30px;
    font-family: 'Roboto';
    letter-spacing: 1px;
}

.assets_slider_sec h2 {
    text-align: center;

}

.overview_cont p {
    color: #000;
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 40px;
}

.section_assets {
    padding: 70px 0px
}

.single_assets {
    margin-bottom: 50px;
    box-shadow: 0px 16px 12px rgb(0 0 0 / 8%);
    border-radius: 8px;
    overflow: hidden;
    margin: 30px;
}

.assets_cont {
    padding: 30px
}

.ream_more {
    display: inline-block;
    background-color: #9a0002;
    color: #fff;
    font-size: 20px;
    padding: 5px 20px;
    border-radius: 4px;
    margin-top: 15px;
}

.ream_more:hover {
    color: #fff
}

/*Socail Media*/

.social_media_sec {
    position: absolute;
    z-index: 9999;
    left: 2%;
    bottom: 10%;
}

.social_list li a {
    color: #da2a2d;
    font-size: 20px;
}

.social_list li {
    margin: 25px 0px;
    text-align: center
}

.footer_menu {
    display: flex;
    justify-content: flex-end;
}

.footer_menu li {
    margin-left: 30px;
}

.footer_menu li a {
    color: #fff;
    font-size: 13px;
}

.copyright_sec p {
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: baseline;
}

.copyright_sec p img {
    width: 50px;
    margin-left: 10px;
}

section.inner_footer {
    background-color: #9a0002;
    padding: 15px;
}

section.footer_sec {
    background-color: #2f2f2f;
    padding: 15px;
}


/****************************************/
/************Main Services Gallery*****************/
/****************************************/

.gal_sec {
    margin: 100px 0 100px 0
}

.services_gallery {
    height: 50vh;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.services_gallery div {
    width: 200px;
    height: 100%;
    flex: 1;
    background-position: center center;
    background-size: cover;
    transition: 1.5s;
    cursor: pointer !important;
    text-align: center;
    line-height: 50vh;
    position: relative
}

.gallery_serv_inner h2 {
    font-size: 35px;
    font-weight: 700;
    color: #9a0002;
    letter-spacing: 1px;
    font-family: 'Roboto';
    margin-bottom: 30px;
    border-bottom: 5px solid #9a0002;
    padding-bottom: 10px;
    width: fit-content;
}

.golden-bg .gallery_serv_inner h2 {
    border-color: #d5a954 !important;
    color: #d5a954 !important
}

.services_gallery div:hover {
    flex: 2;
}


.Services_single_button {
    line-height: initial;
    background-color: transparent;
    padding: 10px 25px;
    color: #fff;
    border: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    transition: ease-in all 0.3s;
    z-index: 9;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0%);
}

.services_gallery div:hover .Services_single_button {
    background-color: #fff;
    color: #000;
    transition: ease-in all 0.3s
}

.services_gallery div::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    transition: ease-in all 0.3s
}

.services_gallery div:hover::before {
    background-color: rgba(0, 0, 0, 0);
    transition: ease-in all 0.3s
}



.header_nav_sec {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 99999;
    display: flex
}

.header_nav_sec a {
    padding: 10px 30px;
    font-size: 15px;
    border-radius: 4px;
    font-family: 'Roboto';
    font-weight: 400;
}

.header_nav_sec .dropdown-header {
    color: #b3b3b3
}

.contact_map_sec {
    display: flex;
    align-items: center;
    height: 100vh
}

.contact_details {
    width: 35%;
    background-color: #cc9833;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}



.contact_form_wrapper {
    width: 65%;
}

.contact_form {
    width: 65%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.contact_details_wrapper h2 {
    font-size: 50px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
    font-family: 'Roboto';
    letter-spacing: 1px;
}

.contact_form_wrapper h2 {
    font-size: 50px;
    color: #000;
    font-weight: 600;
    margin-bottom: 30px;
    font-family: 'Roboto';
    letter-spacing: 1px;
}

.carousal_titiel h2 {
    font-size: 40px;
    color: #000;
    font-weight: 600;
    margin-bottom: 30px;
    font-family: 'Roboto';
    letter-spacing: 1px;
}

.abt_info_cont h2 {
    font-size: 50px;
    color: #000;
    font-weight: 600;
    margin-bottom: 30px;
    font-family: 'Roboto';
    letter-spacing: 1px;
}

.abt_info_cont p {
    color: #000;
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 45px;
}

.black_cont h2 {
    color: #000
}

.black_cont p {
    color: #000
}

.contact_details_wrapper p {
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 30px;
    font-family: 'Roboto';
    letter-spacing: 1px;
}

.abt_info_cont {
    background-color: rgb(255 255 255 / 59%);
    padding: 40px;
    margin-left: 70px;
}

.form_inner input {
    height: 55px;
    background-color: #e7f1fa;
    border: 1px solid #c6d9ea;
    border-radius: 4px;
}

.abt_info_sec {
    padding: 100px 0
}

.form_inner textarea {
    height: 150px;
    background-color: #e7f1fa;
    border: 1px solid #c6d9ea;
    border-radius: 4px;
}

.contact_form_submit {
    cursor: pointer
}

.contact_details_wrapper {
    padding: 45px;
}

.owl-dots button span {
    height: 15px;
    width: 15px;
    background-color: #9a0002;
    border-radius: 50px;
    display: block;
}

.owl-dots button {
    margin: 0px 5px
}

.latest_industries_sec {
    padding: 70px 0px
}

.owl-dots {
    text-align: center;
    margin-top: 30px
}

.owl-dots button.active span {
    height: 15px;
    width: 40px;
    background-color: #9a0002;
    border-radius: 50px;
    display: block;
}

.fullpage-wrapper {
    width: 100% !important;
    transform: none !important;
}

.fullpage-wrapper .fp-section {
    width: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 0;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.fullpage-wrapper .fp-section.active {
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

.fullpage-wrapper .fp-section .fp-slidesContainer {
    width: 100% !important;
    transform: none !important;
}

.fullpage-wrapper .fp-section .fp-slidesContainer .fp-slide {
    width: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 0;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.fullpage-wrapper .fp-section .fp-slidesContainer .fp-slide.active {
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

.fp-tableCell {
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

#section1 {
    background: #ff9966;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #ff5e62, #ff9966);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #ff5e62, #ff9966);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

#section2 {
    background: #B2FEFA;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #0ED2F7, #B2FEFA);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #0ED2F7, #B2FEFA);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

#section3 {
    background: #141E30;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #243B55, #141E30);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #243B55, #141E30);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

#section4 {
    background: #283048;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #859398, #283048);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #859398, #283048);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.square-holder {
    padding: 30px;
    border: 1px solid #cecece;
    align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background-color: #f1f1f1;
    min-height: 200px;
}

.square-holder img {
    max-width: 100%;
    filter: grayscale(100%);
    transition: all 0.3s;
}

.square-holder:hover img {
    filter: none;
}

.section_partner {
    padding: 70px 0
}

.partner_tile {
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase
}




.card-regular {
    max-width: 100%;
    background: #ffffff;
    box-shadow: 0px 24px 25px -10px rgba(182, 194, 240, 0.54);
    grid-row-gap: 1rem;
    border-radius: 15px;
    padding: 15px 25px;
    margin-bottom: 40px
}

.card-regular__sub {
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
}

.card-regular__title {
    font-family: 'Roboto';
    display: flex;
    align-items: center;
    justify-content: space-between
}

.card-regular__price {
    font-weight: 900;
    font-size: 1.375rem;
    place-self: center;
}

.card-regular__btn {
    justify-self: start;
    display: inline-block;
    font-size: 0.875rem;
    text-transform: uppercase;
    background: #990003;
    color: white;
    padding: 15px 25px;
    border-radius: 5px;
    text-align: center;
    font-weight: 700;
}

.vacancy_sec {
    padding: 70px 0;
    background-color: #f1f1f1
}

.company_logo {
    width: 120px;
}

.company_logo img {
    width: 100%
}

.copanY_req_wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.job_desc p {
    margin-bottom: 0
}

.job_desc p span {
    margin-right: 20px;
    font-size: 14px;
    color: #2d2d2d
}

.job_desc h3 {
    margin-bottom: 15px
}

.jon_info_sec,
.jon_info_sec2 {
    padding: 70px 0px;
    position: relative;
    margin: 100px 0;
    display: grid
}

.jon_info_sec::before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 70%;
    background-color: #f1f1f1;
    border-radius: 0px 15px 15px 0;
}

.jon_info_sec2::before {
    content: '';
    position: absolute;
    right: 0;
    height: 100%;
    width: 70%;
    background-color: #f1f1f1;
    border-radius: 15px 0px 0px 15px;
}

.jon_info_con h2 {
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Roboto';
}

.jon_info_con p {
    font-size: 20px;
    font-weight: 300;
    font-family: 'Roboto';
}

.jon_info_con {
    padding: 100px 0
}




.gallery-wrap,
#gallery {
    overflow: hidden;
}

#filters {
    padding: 0;
    list-style: none;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px !important;
}



#filters li span {
    display: block;
    padding: 13px 23px;
    text-decoration: none;
    color: #666;
    cursor: pointer;
    text-transform: uppercase;
    transition: all ease-in-out 0.25s;
    border-radius: 5px;
}

#filters li:hover span {
    color: #000;
}

#filters li span.active {
    background: #9a0002;
    color: #fff;
}

.gallery-item {
    float: left;
    width: 33.333%;
    padding: 10px;
    position: relative;
    z-index: 10;
    display: none;
}

.inside {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.details,
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
}

.details {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: all 0.3s ease-in-out;
}

.details h2 {
    color: #fff;
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    margin: 0;
}

.details p {
    color: #fff;
    font-size: 1em;
    letter-spacing: 2px;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
}

.inside img {
    float: left;
    width: 100%;
}

.overlay {
    background: rgb(204 152 51 / 71%);
    z-index: 1;
    transition: all 0.7s ease-in-out;
}

.gallery-item:hover .details,
.gallery-item:hover .overlay {
    opacity: 1;
}

@media (max-width: 30em) {
    .wrap {
        padding-left: 1em;
        padding-right: 1em;
    }

    .gallery-item {
        float: none;
        width: 100%;
    }
}

.wrap h1 {
    font-size: 50px;
    color: #000;
    font-weight: 600;
    font-family: 'Roboto';
    letter-spacing: 1px;
}

.portfolio_sec {
    padding: 70px 0;
}

.business_form_wrapper .form_inner {
    padding: 35px;
    background-color: #9b0204;
    border-radius: 8px;
}


.business_form_wrapper .form_inner input {
    background-color: transparent;
    border: 1px solid #ffffff;
}

.business_form_wrapper .form_inner textarea {
    background-color: transparent;
    border: 1px solid #ffffff;
}

.business_form_wrapper .form_inner .form-control::placeholder {
    color: #fff
}

.business_form_wrapper .form_inner .form-control {
    color: #fff
}

.business_form_wrapper .get_demo_banner_btn {
    padding: 15px 70px;
    background-color: #cc9833;
    font-size: 16px;
    border: none;
}

.apply_job_banner {
    background-color: #dc4648;
    padding: 250px 0 80px 0px;
    min-height: 500px;
    margin-bottom: 100px;
}

.apply_job_img {
    position: absolute;
    top: -100px;
    width: 85%
}

.job_post_con h2 {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 30px
}

.job_post_con p {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400
}


.apply_job_form {
    padding: 100px 0
}

.con_foo_input_wrapper {
    margin-bottom: 20px;
}

.con_foo_input_wrapper label {
    font-weight: 600;
    font-size: 14px;
}

.con_foo_input_wrapper label sup {
    color: red;
}

.con_foo_input_wrapper input,
.con_foo_input_wrapper select,
.con_foo_input_wrapper textarea {
    width: 100%;
    height: 40px;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 16%), 0 0 0 1px rgb(0 0 0 / 8%);
    border: none;
    padding: 10px;
    font-weight: 600;
    font-size: 14px;
}

.apply_form_inner {
    background-color: #fff;
    padding: 45px;
    box-shadow: 0px 2px 36px rgb(0 0 0 / 12%);
    border-radius: 8px;
}

.apply_form_inner h6 {
    font-size: 40px;
    text-align: center;
    color: #dc4648;
    font-family: 'Roboto';
    font-weight: 600;
    letter-spacing: 1px;
}


.tasks-lists {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -11px;
    padding: 10px 4px;
    width: 19px;
    height: 3px;
    font: 0/0 serif;
    text-shadow: none;
    color: transparent;
}

.tasks-lists:before {
    content: '';
    display: block;
    height: 3px;
    background: #8c959d;
    border-radius: 1px;
    -webkit-box-shadow: 0 6px #8c959d, 0 -6px #8c959d;
    box-shadow: 0 6px #8c959d, 0 -6px #8c959d;
}

.tasks-list-item {
    display: block;
    line-height: 24px;
    padding: 4px 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tasks-list-item + .tasks-list-item {
    border-top: 1px solid #f0f2f3;
}

.tasks-list-cb {
    display: none;
}

.tasks-list-mark {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
    width: 18px;
    height: 18px;
    border: 2px solid #c4cbd2;
    border-radius: 12px;
}

.tasks-list-mark:before {
    content: '';
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -4px 0 0 -5px;
    height: 6px;
    width: 10px;
    border: solid #9a0002;
    border-width: 0 0 2px 2px;
    -webkit-transform: rotate(-56deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.tasks-list-cb:checked ~ .tasks-list-mark {
    border-color: #9a0002;
}

.tasks-list-cb:checked ~ .tasks-list-mark:before {
    display: block;
}

.tasks-list-desc {
    color: #2f2f2f;
    font-family: 'Roboto';
}

.tasks-list-cb:checked ~ .tasks-list-desc {
    color: #9a0002;
    text-decoration: line-through;
}

ul.tasks-list {
    column-count: 4;
}

.job_filter {
    background-color: #fff;
    margin-bottom: 60px;
    padding: 25px;
    border-radius: 10px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #9a0002 !important;
}

.nav-pills .nav-link {
    border-radius: .25rem;
    color: #000;
    background-color: #f1f1f1;
}

.nav-pills li {
    margin-right: 10px
}































@media (max-width: 1400px) {
    .slider_one_content {
        width: 70%
    }

    .slider_one_content h2 {
        font-size: 40px;
        margin-bottom: 30px;
        margin-top: 10px;
    }

    .sidebar ul li a {
        padding: 13px 10px
    }

    .header_nav_sec a {
        padding: 10px 20px;
        font-size: 12px;
    }

    .contact_details_wrapper h2 {
        font-size: 40px;
    }

    .contact_details_wrapper p {
        font-size: 25px
    }

}

@media (max-width: 991.98px) {}

@media (max-width: 767.98px) {
    .apply_job_img {
        position: inherit;
        width: 100%
    }

    .sidebar .dropdown {
        display: block
    }

    section.top_bar {
        bottom: 0;
        background-color: #fff;
        z-index: 99999;
        padding: 20px 0 40px 0px;
    }

    .social_media_sec,
    .header_nav_sec {
        display: none !important
    }

    .menu_head {
        width: 90%
    }

    .slider_one_content {
        width: 100%
    }

    .get_demo_banner_btn {
        padding: 8px 20px;
        font-size: 16px;
    }

    .slider_three_content h2,
    .slider_four_content h2 {
        font-size: 35px
    }

    .slider_three_content p,
    .slider_four_content p {
        font-size: 16px;
        line-height: 26px
    }

    .abt_info_cont {
        padding: 30px;
        margin-left: 0;
    }

    .abt_info_cont p {
        font-size: 16px;
        line-height: 34px
    }

    .carousal_titiel h2 {
        font-size: 30px
    }

    .contact_map_sec {
        display: block;
        height: 100%;
    }

    .contact_details,
    .contact_form {
        width: 100%
    }

    .banner_two_left_con p {
        font-size: 18px;
        line-height: 30px
    }

    .contact_form_wrapper h2,
    .banner_two_left_con h4 {
        padding-top: 20px;
        font-size: 40px;
    }

    .contact_form_wrapper {
        width: 85%;
    }

    .contact_form {
        padding: 30px 0px
    }

    .contact_details_wrapper p {
        font-size: 18px
    }

    .contact_details_wrapper h2 {
        font-size: 40px
    }

    .contact_details {
        padding-top: 120px
    }

    .banner_conetnt h2 {
        font-size: 30px
    }

    .banner_conetnt p {
        font-size: 18px;
        line-height: 25px
    }

    .abt_info_cont h2 {
        font-size: 30px
    }
}

@media (max-width: 575.98px) {
    .top_bar ul li a small {
        display: none
    }

    section.top_bar {
        padding: 20px 0
    }

    .slider_one_content h2 {
        font-size: 34px
    }

    .slider_three_content h2,
    .slider_four_content h2 {
        font-size: 25px
    }

    .slider_three_content p,
    .slider_four_content p {
        font-size: 15px;
        line-height: 24px;
        font-weight: 500;
    }
}

@media (max-width: 1199.98px) {}
