body {
    background: #fff;
    color: #666666;
    font-family: 'OpenSans-Regular';
}

/* @font-face {
    font-family: 'Muli';
    src: url('../fonts/muli/Muli.ttf');
} */

@font-face {
    font-family: 'HindGuntur-SemiBold';
    src: url('../fonts/Hind_Guntur/HindGuntur-SemiBold.ttf');
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../fonts/Open_Sans/OpenSans-Regular.ttf');
}

ul {
    list-style: none;
}

p {
    margin-bottom: 0;
    font-family: 'OpenSans-Regular';
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'HindGuntur-SemiBold';
}

.btn {
    outline: none;
}

.indexPage {
    width: 100%;
    float: left;
    overflow: hidden;
}

.theme_clr_text {
    color: #CC9B55;
}

.mob_view {
    display: none;
}

/* Header Block CSS Starts Here */

.header_block {
    width: 100%;
    float: left;
}

.menu_nav {
    position: relative;
    z-index: 999999;
}

.navbar_white {
    width: 100%;
    float: left;
    padding: 0 30px;
    position: initial;
    top: 0;
    z-index: 999;
    transition: all 0.5s;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    transition: all 0.5s;
}

.fixed .navbar-nav .nav-link {
    color: #000 !important;
}

.fixed .black_logo {
    display: block !important;
}

.fixed .white_logo {
    display: none !important;
}

.navbar_white .white_logo {
    display: block;
}

.navbar_white .black_logo {
    display: none;
}

.logo_img img {
    height: 50px;
}

.navbar_white .navbar-nav .nav-link {
    color: #fff;
    font-size: 16px;
    padding: 15px;
}

.nav-link span {
    vertical-align: middle;
}

.toggle_icon {
    color: #000000;
    font-size: 24px;
}

/* .fixed .navbar-nav .nav-link:focus, .fixed .navbar-nav .nav-link:hover {
    color: #000000;
} */

.navbar_white .navbar-nav .nav-link:focus, .navbar_white .navbar-nav .nav-link:hover {
    color: #fff;
}

.cmn_font {
    /* font-family: "BarlowCondensed-Bold" !important; */
    font-weight: 600;
}

/* Mega menu CSS Starts Here */

.mega_menu_link {
    float: left;
    overflow: hidden;
}

.mega_menu_link .nav-link {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 23px 16px;
    background-color: inherit;
    margin: 0;
}

.down_icon {
    vertical-align: middle;
    margin-left: 3px;
    color: #CC9B55;
    font-size: 25px;
}

.mega_menu_link .nav-link .down_icon i {
    transition-duration: 0.5s;
}

.mega_menu_link:hover .nav-link .down_icon i {
    transform: rotate(-180deg);
    transition-duration: 0.5s;
}

.mega_menu_hover {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 100%;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    transition-duration: 0.5s;
}

.mega_menu_hover .submega_menu {
    background: #fff;
    border: 1px solid #CC9B55;
    /* padding: 16px; */
    color: #000000;
    width: 100%;
    float: left;
}

.mega_menu_link:hover .mega_menu_hover {
    display: block;
}

.mega_menu_link .shape {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 30px solid #555;
    display: none;
    position: absolute;
    top: -20px;
}

.shape_icon {
    position: relative;
    width: 100%;
    float: left;
}

.mega_menu_link:hover .shape {
    display: block;
}

.leftheader_bg {
    width: 100%;
    float: left;
    background-color: #F2F3F4;
    padding: 30px 60px;
}

.rightheader_bg {
    width: 100%;
    float: left;
    padding: 10px 60px 30px 60px;
}

.submenu_title {
    width: 100%;
    float: left;
}

.submenu_title h4 {
    font-size: 28px;
    color: #000000;
}

.submenu_title p {
    font-size: 18px;
    color: #707B7C;
    margin-top: 40px;
}

.submenu_links {
    width: 100%;
    float: left;
}

.submenu_list {
    padding-left: 0;
}

.submenu_list li.links_title {
    color: #707B7C !important;
    padding-top: 20px;
}

.submenu_list li.theme_menu_link {
    color: #CC9B55 !important;
}

.submenu_list li {
    width: 100%;
    float: left;
    font-size: 16px;
    padding: 1px 0;
}

/* .submenu_list li a {
    color: #000000;
    text-decoration: none;
}

.submenu_list li a:hover {
    border-bottom: 2px solid #CC9B55;
} */

.submenu_list li a {
    color: #000000;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
}

.submenu_list li a::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #CC9B55;
    transition: width 0.3s;
}

.submenu_list li a:hover::after {
    width: 100%;
}

.knowmore_link {
    color: #CC9B55 !important;
    display: inline-block;
    text-decoration: none !important;
    font-size: 18px;
    margin-top: 30px;
}

.knowmore_link::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #CC9B55;
    transition: width 0.3s;
}

.knowmore_link:hover::after {
    width: 100%;
    color: #CC9B55 !important;
}

.mobile_view_navitem {
    display: none;
}

.mobile_view_navlinks {
    padding-left: 25px;
    display: none;
}

.mobile_view_navlinks li {
    padding: 5px 0;
}

.fixed .mobile_view_navlinks li a {
    color: #000000 !important;
    font-size: 16px;
    display: inline-block;
    text-decoration: none !important;
}

.navbar_white .mobile_view_navlinks li a {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    text-decoration: none !important;
}

.mobile_view_navlinks li a::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #CC9B55;
    transition: width 0.3s;
}

.mobile_view_navlinks li a:hover::after {
    width: 100%;
    color: #CC9B55 !important;
}

/* Mega menu CSS Ends Here */

/* On click header menu css */

.megamenu-li {
    position: inherit;
}

.megamenu.dropdown-menu {
    z-index: -1 !important;
    border-radius: 0 !important;
}

.megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    border: 0;
    transition: all 0.5s;
    z-index: -1 !important;
}

.static_header {
    background-color: #000 !important;
    z-index: 9999 !important;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    display: none;
}

.navbar-nav .nav-item.show {
    background-color: #fff;
}

.navbar-dark .navbar-nav .show>.nav-link {
    color: #000;
    padding: 15px;
}

.navbar-dark .navbar-nav .show .megamenu {
    transition: all 0.5s;
}

.navbar_white .navbar-nav .nav-link:hover {
    background-color: #fff;
    color: #000;
    /* padding-bottom: 16px; */
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes slideInDown {
    from {
        top: -200px;
    }
    to {
        top: 67px;
    }
}

.megamenu-li.show a .down_icon i {
    transform: rotate(-180deg);
    transition-duration: 0.3s;
}

.megamenu-li a .down_icon i {
    transition-duration: 0.3s;
}

/* Header Block CSS Ends Here */

/* Border bottom common styles Starts here */

/* Border bottom common styles end here */

/* Home Banner Block Css Starts Here */

/* .home_banner_block {
    width: 100%;
    float: left;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/banner.jpg');
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 570px;
    background-attachment: fixed;
} */

/* .home_banner_text video {
    width: 100%;
    float: left;
} */

.bg-video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}

video {
    min-width: 100%;
    min-height: 100vh;
    z-index: 1;
}

.video_overlay {
    width: 100%;
    float: left;
    position: relative;
}

.overlay {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    /* background-image: linear-gradient(45deg, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .3) 50%);
    background-size: 3px 3px; */
    background-color: rgba(0, 0, 0, .5);
    z-index: 2;
}

.home_banner_text {
    color: #fff;
    width: 100%;
    float: left;
    /* padding: 0 50px; */
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    z-index: 3;
}

.home_banner_text h1 {
    font-size: 40px;
    animation: left_to_right 3s ease;
    margin-bottom: 0;
}

@keyframes left_to_right {
    from {
        margin-left: -10%;
    }
    to {
        margin-left: 0;
    }
}

.banner_tabs {
    width: 100%;
    float: left;
    position: absolute;
    overflow: hidden;
    bottom: 50px;
    z-index: 3;
}

.bannertab_link {
    width: 100%;
    float: left;
    color: #fff;
    animation: left_to_right 3s ease;
    margin-top: 10px;
}

.link_text {
    width: 100%;
    float: left;
}

.link_text .linktext {
    width: calc(100% - 100px);
    font-size: 18px;
    color: #fff;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    margin: 0;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.link_text .linktext::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    transition: all 0.7s;
    opacity: 0;
}

.link_text .linktext:hover::after {
    width: 100%;
    opacity: 1;
    transition: all 0.4s;
}

.link_text:hover {
    color: #fff;
}

.link_icon span {
    color: #CC9B55 !important;
    vertical-align: middle;
}

.link_icon {
    width: 100px;
    float: right;
}

/* Home Banner Block Css Ends Here */

/* About our impact Block CSS Starts here */

.about_impact_block {
    width: 100%;
    float: left;
    background-color: #0B0B0E;
    padding: 50px 0;
}

.about_impact_block_title {
    width: 100%;
    float: left;
    margin-bottom: 70px;
}

.about_impact_block_title h1 {
    width: 100%;
    float: left;
    font-size: 35px;
    color: #CC9B55;
}

.about_impact_block_title p {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fff;
    margin-top: 25px;
}

.aboutimpact_details {
    width: 100%;
    float: left;
    padding: 30px 0;
}

.about_border_right {
    border-right: 4px solid #211f1fb5;
}

.aboutimpact_details h1 {
    width: 100%;
    float: left;
    color: #CC9B55;
    font-size: 35px;
}

.aboutimpact_details p {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 20px;
}

.learn_about_button {
    width: 100%;
    float: left;
    margin-top: 50px;
}

.learn_about_btn {
    background-color: #242525;
    padding: 15px 40px;
    border: none;
    line-height: 20px;
    color: #fff;
    font-size: 16px;
    transition: all 0.5s;
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 20%), 0 4px 20px 0 rgb(0 0 0 / 19%);
}

.footer_block .learn_about_btn {
    box-shadow: none !important;
}

.learn_about_btn:hover {
    background-color: #CC9B55;
    color: #fff;
    transition: all 0.5s;
}

.learn_impact {
    width: 230px !important;
}

.learn_impact .eff-5 {
    width: 230px;
    height: 50px;
    left: -230px;
    /* top: -50px;
    background: #CC9B55;
    position: absolute;
    transition: all .5s ease;
    z-index: 1; */
}

.learn_about_btn:focus {
    outline: none;
}

/* About our impact Block CSS Ends here */

/* Perspectives, News, Investors CSS Block Starts here */

.investors_block {
    width: 100%;
    float: left;
    padding: 50px 0;
    background-color: #fff;
}

.pad_30 {
    padding: 15px 30px !important;
}

.pad_15 {
    padding: 0 15px !important;
}

.investors_block_title {
    width: 100%;
    float: left;
}

.investors_block_title h1 {
    width: 100%;
    float: left;
    color: #CC9B55;
    font-size: 35px;
}

.investors_block_title p {
    width: 100%;
    float: left;
    color: #000;
    font-size: 16px;
    padding: 15px 0;
}

.weinvest_img {
    width: 100%;
    float: left;
    height: 100%;
    max-height: 250px;
    overflow: hidden;
    position: relative;
}

.weinvest_img img {
    width: 100%;
    float: left;
    transition: all 0.5s;
    object-fit: cover;
    height: 250px;
}

.weinvest_img:hover img {
    transform: scale(1.2);
    transition: all 0.5s;
}

.weinvest_img:hover .weinvest_title p {
    color: #CC9B55;
    transition: 0.3s;
}

.invest_margin {
    width: 100%;
    float: left;
    padding: 20px;
}

.weinvest_title {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    width: 100%;
    float: left;
    padding: 15px;
}

.weinvest_title p {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    width: calc(100% - 50px);
    float: left;
    transition: 0.3s;
}

.weinvest_title span {
    width: 50px;
    float: right;
    font-size: 24px;
    text-align: center;
    vertical-align: middle;
    color: #CC9B55;
    transition: all 0.5s;
}

.weinvest_img:hover .weinvest_title span {
    margin-left: 30px;
    transition: all 0.5s;
}

/* .investors_list {
    float: left;
    width: 100%;
    height: 100%;
    min-height: 270px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
} */

/* .investors_list:hover {
    box-shadow: #adb5bd 0px 0px 15px;
} */

/* .investors_1 {
    background-image: url(../images/innovations.png);
}

.investors_2 {
    background-image: url(../images/investment_mgt.png);
}

.investors_3 {
    background-image: url(../images/red_assets.png);
}

.investors_4 {
    background-image: url(../images/Infrastructure.png);
}

.investors_5 {
    background-image: url(../images/asset_finance.png);
}

.investors_6 {
    background-image: url(../images/manufacturing.png);
} */

/* .investors_list img{
    width: 100%;
    float: left;
} */

/* .investors_blk_text {
    position: absolute;
    bottom: 40px;
    left: 40px;
    color: #CC9B55;
    width: calc(100% - 40px);
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
} */

/* .rightarrow_img {
    width: 32px;
    float: right;
    position: absolute;
    bottom: 32px;
    right: 20px;
    display: none;
    transition: .5s ease;
    transition-duration: 0.5s;
} */

/* .investors_list:hover .rightarrow_img {
    display: block;
    right: 40px;
    transition: .5s ease;
    transition-duration: 0.5s;
} */

/* .rightarrow_img img {
    width: 100%;
    float: left;
    filter: invert(63%) sepia(31%) saturate(622%) hue-rotate(356deg) brightness(94%) contrast(98%);
} */

/* Perspectives, News, Investors CSS Block Ends here */

/* Careers CSS Block Starts Here */

.careers_block {
    width: 100%;
    float: left;
    background-color: #0B0B0E;
    padding: 30px 0;
}

.landing_careers_blk {
    background-color: #fff !important;
}

.careers_text_blk {
    width: 100%;
    float: left;
    color: #fff;
}

.careers_text_blk h1 {
    font-size: 35px;
    color: #CC9B55;
}

.careers_text_blk p {
    font-size: 18px;
    margin-top: 30px;
    /* text-align: justify; */
}

.landing_careers_text_blk h1 {
    font-size: 35px;
    color: #000000;
}

.landing_careers_text_blk p {
    font-size: 18px;
    margin-top: 30px;
    color: #000000;
}

.careers_img {
    width: 100%;
    float: left;
    border: 2px solid #2B2C30;
}

.careers_img img {
    width: 100%;
    float: left;
    height: 250px;
    object-fit: cover;
    margin: 20px 20px -20px;
}

.pad_50 {
    padding: 30px 50px;
}

.viewjobs_link {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.learnmore_link {
    width: 100%;
    float: left;
    text-align: end;
    margin-top: 20px;
}

.learnmore_link a {
    color: #CC9B55;
    font-size: 20px;
    display: inline-block;
    text-decoration: none;
    margin: 0;
}

.learnmore_link a::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #CC9B55;
    transition: all 0.7s;
    opacity: 0;
}

.learnmore_link a:hover::after {
    width: 100%;
    transition: all 0.4s;
    opacity: 1;
}

.rightarrow_icon {
    vertical-align: middle;
}

/* Careers CSS Block Ends Here */

/* Footer Block CSS Strats Here */

.footer_block {
    width: 100%;
    float: left;
    background-color: #2C2C2E;
    padding: 50px 0;
}

.footer_logo {
    width: 85px;
}

.footer_logo_text {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.footersub_link {
    color: #CC9B55;
    font-size: 18px;
}

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

.footer_details {
    width: 100%;
    float: left;
}

.footer_details ul {
    width: 100%;
    float: left;
    padding-left: 0;
}

.footer_details ul li {
    color: #fff;
}

.footer_links {
    width: 100%;
    float: left;
    padding: 0;
    color: #fff;
    position: relative;
}

.footer_links li a {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    margin: 0;
}

.footer_links li a::after {
    content: "";
    display: block;
    width: 0px;
    height: 2px;
    background: #fff;
    transition: all 0.6s;
    opacity: 0;
}

.footer_links li a:hover::after {
    width: 100%;
    opacity: 1;
    transition: all 0.4s;
}

.footer_sub_text {
    width: 100%;
    float: left;
    text-align: end;
    margin-top: 40px;
}

.footer_sub_text span {
    font-size: 18px;
    letter-spacing: 5px;
    color: #fff;
}

.followus_links {
    width: 100%;
    float: left;
}

.footer_social_icons {
    width: 100%;
    float: left;
}

.footer_social_icons ul {
    display: inline-block;
    padding-left: 0;
}

.footer_social_icons ul li {
    display: inline-block;
    padding: 0 5px;
}

.footer_social_icons ul li a {
    padding: 1px;
    font-size: 20px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    background-color: #fff;
    color: #000000;
    margin-bottom: 5px;
    transition: all .3s ease;
}

.footer_social_icons ul li a:hover {
    transform: scale(1.1);
    transition: all .3s ease;
    background-color: #CC9B55;
    color: #fff;
}

.privacy_text_links {
    display: inline-block;
    margin-top: 40px;
}

.privacy_text_links li {
    display: inline-block;
    padding: 0 15px;
}

.privacy_text_links li a {
    color: #747474 !important;
    transition: all 0.3s;
}

.privacy_text_links li a:hover {
    color: #fff !important;
    transition: all 0.3s;
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    background-color: #CC9B55;
    color: #000;
    font-size: 30px;
    text-align: center;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 20%), 0 4px 20px 0 rgb(0 0 0 / 20%);
    z-index: 999999;
}

.back-to-top:hover {
    color: #000;
}

.cookies_popup {
    background-color: #fff;
    width: 100%;
    float: left;
    padding: 20px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99999;
}

.cookies_popup h1 {
    font-size: 16px;
}

.cookies_popup p {
    font-size: 14px;
}

.cookie_btn {
    border: 1px solid #CC9B55;
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 5px;
    color: #000;
    width: auto;
    float: left;
    margin-top: 20px;
}

.cookie_btn:hover {
    color: #000;
    text-decoration: none;
}

/* Footer Block CSS Ends Here */

/* Error Modal popup CSS Starts Here */

.error_img {
    width: 100%;
    float: left;
    text-align: center;
}

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

.error_img p {
    width: 100%;
    float: left;
    margin-top: 50px;
    font-size: 16px;
}

/* Error Modal popup CSS Ends Here */

/* Landing Page banner Block CSS Starts Here */

.landing_banner_block {
    width: 100%;
    float: left;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/innovation_banner.png');
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 400px;
    padding: 30px 0;
    background-attachment: fixed;
}

.our_partnership_banner {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/our_partnership_banner.png');
}

.manage_banner {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/manage_banner.png');
    background-position: 100%;
}

.advice_banner {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/advice.png');
    background-position: 100%;
}

.finance_banner {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/finance_banner.png');
    background-position: 100%;
}

.asset_finance_banner {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/asset_financing.png');
    background-position: 100%;
}

.infrastructure_banner {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/infrastructure_banner.png');
    background-position: 100%;
}

.manufacturing_banner {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/manufacturing_banner.png');
    background-position: 100%;
}

.develop_banner {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/develop_banner.png');
    background-position: 100%;
}

.our_investment_banner {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/our_investment.png');
    background-position: 100%;
}

.real_assets_banner {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/real_assets_banner.png');
    background-position: 100%;
}

.value_bg {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/values_banner.png');
    background-position: 100%;
}

.vision_bg {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/vision_banner.png');
    background-position: 100%;
}

.what_we_do_bg {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/what_we_do.png');
    background-position: 100%;
}

.innovations_baneer {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/innovation_banner.png');
}

.impact_banner {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/impact_banner.png');
}

.aboutus_banner {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/aboutus_banner.png');
}

.prospective_banner {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/prospective_banner.png');
}

.investment_banner {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/investment_banner.png');
}

.our_philosophy_banner {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/our_philosophy_banner.png');
}

/* Landing Page banner Block CSS Ends Here */

/* Landing Page about Block CSS Starts Here */

.landing_about_blk {
    background-color: #fff !important;
}

.landingabout_details {
    width: 100%;
    float: left;
    padding: 30px 0;
}

.landingabout_details h1 {
    width: 100%;
    float: left;
    color: #000000;
    font-size: 40px;
}

.landingabout_details p {
    width: 100%;
    float: left;
    color: #000000;
    font-size: 22px;
}

.landingabout_border_right {
    border-right: 4px solid #ccc;
}

.landing_about_text_block {
    width: 100%;
    float: left;
    margin-top: 70px;
}

.landing_abouttext_blk {
    width: 100%;
    float: left;
    padding-left: 0;
    margin-bottom: 15px;
}

.landing_abouttext_blk li h4 {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #000000;
}

.landingabout_img {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.landingabout_img img {
    width: 100%;
    float: left;
    object-fit: cover;
}

/* Landing Page about Block CSS Ends Here */

/* Subacribe Block Css Starts here */

.subscribe_block {
    width: 100%;
    float: left;
    background-color: #0B0B0E;
    padding: 40px 0;
    text-align: center;
    z-index: 11;
    position: relative;
}

.subscribe_text {
    width: 100%;
    float: left;
}

.subscribe_text p {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.subscribe_text h1 {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #fff;
}

.subscribe_block .learn_about_button {
    margin-top: 20px !important;
}

/* Subacribe Block Css Ends here */

/* Contact Us Block CSS */

.contactus_section {
    background-color: #0B0B0E;
}

.contactus_form_blk {
    width: 100%;
    float: left;
    background-color: #0B0B0E;
    padding: 50px 0;
}

.contactus_title {
    width: 100%;
    float: left;
}

.contactus_title h1 {
    color: #fff;
    font-size: 30px;
    width: 100%;
    float: left;
}

.contactform {
    width: 100%;
    float: left;
    max-width: 600px;
    margin: 30px 0;
}

.contactform .form-control {
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    padding: 15px 0;
    /* margin-bottom: 15px; */
    background-color: transparent;
}

.contactform .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0 transparent;
    background-color: transparent;
}

.contactform .form-group {
    margin-bottom: 30px;
}

.contactus_bg_blk {
    width: 100%;
    float: left;
    /* background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/contactus_bg.png'); */
    background-image: url('../images/contactus_bg.png');
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 650px;
    padding: 30px 0;
    background-attachment: fixed;
}

.careers_bg {
    width: 100%;
    float: left;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/career_banner.png');
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 650px;
    padding: 30px 0;
    background-attachment: fixed;
}

.contactus_section .landing_careers_text_blk h1 {
    font-size: 35px;
    color: #fff;
}

.contactus_section .landing_careers_text_blk p {
    color: #fff;
}

.contactus_text_blk {
    width: 100%;
    float: left;
    background-color: #0B0B0E;
    padding: 50px 0;
}

.contactustext {
    width: 100%;
    float: left;
}

.contactustext h1 {
    color: #CC9B55;
    font-size: 30px;
    margin-bottom: 15px;
    width: 100%;
    float: left;
}

.contactustext p {
    width: 100%;
    float: left;
    color: #fff;
}

/* Our Prospective Carousel Block CSS Starts here */

.our_prospective_block {
    width: 100%;
    float: left;
    padding: 50px 0;
}

.our_prospective_title {
    width: 100%;
    float: left;
    padding: 0 0 20px 0;
}

.our_prospective_title h1 {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #000000;
}

.carousel {
    margin: 0 auto;
    /* padding: 0 68px; */
}

.carousel .carousel-item {
    text-align: center;
    overflow: hidden;
    height: auto;
}

.carousel .carousel-item img {
    margin: 0 auto;
}

.carousel-control-prev, .carousel-control-next {
    width: 68px;
    background: none;
}

.carousel-control-prev i, .carousel-control-next i {
    font-size: 28px;
    position: absolute;
    top: 50%;
    display: inline-block;
    margin-top: -15px;
    z-index: 5;
    left: 0;
    right: 0;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}

.carousel-indicators {
    bottom: -45px;
}

.carousel-indicators li, .carousel-indicators li.active {
    width: 14px;
    height: 9px;
    border: none;
    border-radius: 10px;
    margin: 1px 4px;
    /* box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2); */
}

.carousel-indicators li {
    border: 1px solid #CC9B55;
}

.carousel-indicators li.active {
    background: #CC9B55;
    width: 50px;
    height: 11px;
}

/* Our Prospective Carousel Block CSS Ends here */

/* Fun At work Block */

.fun_at_work {
    width: 100%;
    float: left;
    padding: 50px 0;
    background-color: #0B0B0E;
}

.fun_at_work_text {
    width: 100%;
    float: left;
}

.fun_at_work_text h1 {
    color: #CC9B55;
    font-size: 30px;
}

.fun_at_work_text p {
    width: 100%;
    float: left;
    margin-top: 20px;
    color: #fff;
    font-size: 16px;
}

.fun_at_work_images {
    width: 100%;
    float: left;
}

.funat_images {
    width: 100%;
    float: left;
    height: 100%;
    height: 200px;
    /* overflow: hidden; */
}

.funat_images img {
    width: 100%;
    float: left;
    height: 100%;
    object-fit: cover;
}

.ml_img {
    margin-top: 30px;
    z-index: 99;
}

.ml_img img {
    z-index: 99;
    position: relative;
    width: 330px;
}

.fun_lg_img {
    width: 100%;
    float: left;
    height: 100%;
    height: 400px;
    /* overflow: hidden; */
    z-index: 9;
}

.fun_lg_img img {
    width: 100%;
    float: left;
    height: 100%;
    object-fit: cover;
    z-index: 9;
}

/* Fun At work Block */

/* owl-carousel CSS Block Starts Here */

.slider_sec {
    width: 100%;
    float: left;
    padding: 30px 0;
}

.slider_in {
    width: 100%;
    float: left;
}

.owl_carousel {
    width: 100%;
    float: left;
    padding: 0;
}

.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    bottom: 0;
    right: -40px;
    z-index: 1;
    width: 30px;
    height: 30px;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* width: 15%; */
    color: #000000;
    text-align: center;
    transition: opacity .15s ease;
}

.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    bottom: 0;
    z-index: 1;
    width: 30px;
    height: 30px;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    left: -40px;
    -ms-flex-pack: center;
    justify-content: center;
    /* width: 15%; */
    color: #000000;
    text-align: center;
    transition: opacity .15s ease;
}

.owl-carousel .owl-nav .owl-next span i, .owl-carousel .owl-nav .owl-prev span i {
    font-size: 50px;
    /* color: #0B0B0E; */
    color: #000000;
}

.image_wrp_text {
    position: absolute;
    width: 100%;
    float: left;
    bottom: 0;
    padding: 10px;
    background: linear-gradient( to bottom, rgba(0, 10, 0, 0), rgba(0, 0, 0, 3));
    height: auto;
    min-height: 200px;
}

.image_wrp_text p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 5px;
    letter-spacing: 1px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.image_wrp_text h4 {
    color: #fff;
    font-size: 28px;
}

.img_wrp {
    width: 100%;
    float: left;
    overflow: hidden;
}

.img_wrp img {
    transition: transform .5s ease;
}

.item .img_wrp:hover img {
    transform: scale(1.2);
    display: block;
}

/* owl-carousel CSS Block Ends Here */

/* Vertical carousel Block */

.vcarousel_blk {
    width: 100%;
    float: left;
    padding: 30px 0
}

.mobileview_swiper {
    display: none;
}

.leftfixed_blk {
    background-color: #f9f9f9;
    width: 100%;
    float: left;
    padding: 20px;
    text-align: center;
}

.leftfixed_blk h1 {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #000 !important;
}

.leftfixed_blk .leftfixed_blk_text {
    width: 100%;
    float: left;
    margin: 20px 0;
}

.page-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: linear-gradient(to right bottom, #2a1f30 50%, #383d44 50%); */
}

#home-slider {
    height: 60vh;
    width: 100%;
    float: left;
    position: relative;
}

.swiper-container {
    height: 100%;
    width: 100%;
    /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); */
}

.viewmore_btn {
    width: 100%;
    float: left;
    margin-top: 20px;
    text-align: center;
}

.btn_viewmore {
    width: 100%;
    max-width: 200px;
    float: left;
    background-color: transparent;
    border-radius: 0;
    font-size: 20px;
}

.btn_viewmore p {
    width: 100%;
    float: left;
}

.btn_viewmore p span {
    color: #CC9B55;
    font-weight: 600;
}

.vcarousel_img {
    width: 100%;
    float: left;
}

.vcarousel_img img {
    width: 100%;
    float: left;
    max-width: 230px;
    height: 210px;
    object-fit: cover;
}

.swiper-image {
    width: 100%;
    float: left;
    height: 100%;
}

.swiper-image-inner {
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-direction: column;
    /* align-items: center;
    justify-content: center; */
    width: 100%;
    height: 100%;
    /* background-color: hsla(0, 0%, 0%, 0.2); */
    background-blend-mode: overlay;
}

.swiper-image-inner.swiper-image-left {
    padding: 4rem;
}

.swiper-image-left {
    filter: sepia(100%);
    transition: all 1s linear;
    transition-delay: 1s;
}

.swiper_leftpart {
    width: 100%;
    float: left;
    margin: 20px 0;
}

.swiper_leftpart .star_icon {
    color: #FFC107;
    font-size: 24px;
}

.swiper_leftpart p {
    text-align: center;
    width: 100%;
    float: left;
    font-size: 16px;
}

.swiper_border_bottom {
    width: 100%;
    max-width: 150px;
    float: left;
    border-bottom: 5px solid #CC9B55;
    margin: 30px 0;
}

h1 span.emphasis {
    font-weight: 700;
    font-style: italic;
    opacity: 0;
    transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
    transform: translate3d(-20%, 0, 0);
    display: inline-block;
}

.paragraph {
    width: 100%;
    margin: 0;
    font-weight: 500;
    color: #000000;
    padding: 15px 30px;
}

@media screen and (max-width: 640px) {
    #home-slider {
        height: 86vh;
        width: 96vw;
    }
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    display: flex;
}

/* Pagination Styles */

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

/* Bullets */

.swiper-pagination-bullet {
    width: 10px;
    border-radius: 10px;
    height: 14px;
    display: inline-block;
    background: #f2f2f2;
    opacity: 1;
    border: 2px solid #CC9B55;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #CC9B55;
    height: 30px;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

/* Our projects CSS Block Starts Here */

.projects_blk {
    width: 100%;
    float: left;
    padding: 50px 0;
}

.ourproject_text_blk {
    width: 100%;
    float: left;
}

.ourproject_text_blk h1 {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #0B0B0E;
}

.ourproject_text_blk p {
    width: 100%;
    float: left;
    margin-top: 30px;
    padding-right: 40px;
}

.projects_img_blk {
    float: left;
    width: 100%;
}

.projects_img_blk h4 {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #fff;
}

.projects_img_blk p {
    width: 100%;
    float: left;
    font-size: 10px;
    color: #fff;
}

.projects_img_blk a {
    width: 100%;
    float: left;
    font-size: 12px;
    color: #fff;
    /* line-height: 20px; */
    text-decoration: none;
}

.projects_img_blk a .theme_clr_text {
    font-size: 16px;
}

.projects_img_blk span:hover a {
    color: #CC9B55;
}

.content-details .mt-3 {
    display: none;
    margin: 0;
}

@media screen and (max-width: 640px) {
    .projects_img_blk {
        display: block;
        width: 100%;
    }
}

.projects_img_blk .title {
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 10px;
}

.content {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
    height: 220px;
    object-fit: cover;
}

.content .content-overlay {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
    opacity: 1;
}

.content-image {
    width: 100%;
    object-fit: cover;
    height: 220px;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

/* .content:hover .content-image{
    transform: scale(1.5);
    transition: all 0.5s;
    overflow: hidden;
} */

.content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.content-details p {
    color: #fff;
    font-size: 0.8em;
}

/* .fadeIn-top {
    top: 20%;
} */

.fadeIn-left {
    left: 20%;
}

.margin_bot30 {
    margin-bottom: 30px;
}

.margin_50 {
    margin-top: 100px;
}

/* Our projects CSS Block Ends Here */

/* Harworth group CSS block Starts Here */

.harworth_group_blk {
    width: 100%;
    float: left;
    padding: 30px 0;
}

.harworth_group_img {
    width: 100%;
    float: left;
    height: 100%;
    object-fit: cover;
}

.harworth_group_img img {
    width: 100%;
    float: left;
    height: 100%;
    object-fit: cover;
}

.harworth_group_text {
    width: 100%;
    float: left;
    padding: 0 30px;
}

.harworth_group_text h1 {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #0B0B0E;
}

.harworth_group_text p {
    width: 100%;
    float: left;
    margin-top: 30px;
}

/* background black Block */

.bg_black {
    background-color: #000000;
}

.bg_black .harworth_group_text h1, .bg_black .harworth_group_text p {
    color: #fff;
}

/* Harworth group CSS block Ends Here */

.better_text_blk {
    width: 100%;
    float: left;
    padding: 30px 0;
}

/* What we do CSS Block Starts Here */

.whatwe_do_blk {
    width: 100%;
    float: left;
    padding: 30px 0;
}

.whatwe_do_blk .col-md-12 {
    width: 100%;
    float: left;
    padding: 0;
}

.title_text {
    width: 100%;
    float: left;
}

.title_text h1 {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #0B0B0E;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.title_text h4 {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #0B0B0E;
    margin-bottom: 40px;
    text-transform: capitalize;
}

.title_text p {
    width: 100%;
    float: left;
    color: #0B0B0E;
}

.whatwe_do_parts {
    width: 100%;
    float: left;
    /* margin-top: 50px; */
}

.whatwe_do_parts img {
    width: 100%;
    float: left;
    height: 400px;
    object-fit: cover;
}

.whatwe_do_parts h2 {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #0B0B0E;
    margin: 15px 0;
}

.whatwe_do_parts p {
    width: 100%;
    float: left;
    color: #0B0B0E;
}

.whatwedo_part_2 {
    margin-top: 40px;
}

/* Job Openings Block CSS Starts Here */

.job_openings {
    width: 100%;
    float: left;
    background-color: #0B0B0E;
    padding: 50px 0;
}

.jobopenings_subtext {
    width: 100%;
    float: left;
}

.jobopenings_subtext p {
    /* font-size: 14px; */
    color: #fff;
}

.openings_table_block {
    width: 100%;
    float: left;
    padding-top: 15px;
    color: #CC9B55;
}

.openings_table_block h1 {
    font-size: 30px;
    text-align: center;
}

.table_blk {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.table_blk .table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #dee2e6;
    color: #CC9B55;
    font-weight: normal;
}

.table_blk .table td, .table th {
    color: #fff;
    font-weight: normal;
    text-align: center;
}

.table_blk .table tbody tr:nth-of-type(even) {
    background-color: #2C2C2E;
}

.viewmore_text {
    text-align: end;
    color: #CC9B55;
    width: 100%;
    float: right;
    margin-top: 10px;
}

.viewmore_text:hover {
    color: #CC9B55;
    text-decoration: none;
}

.apply_now_text {
    background: #CC9B55;
    color: #fff;
    width: 105px !important;
    float: left;
    margin: 0;
    height: 35px;
    line-height: 35px;
    text-transform: uppercase;
    font-size: 14px;
}

.apply_now_text:hover {
    color: #fff;
}

/* Job Openings Block CSS Ends Here */

@media(max-width:990px) {
    /* .projects_img_blk p {
        display: none;
    } */
    .mob_display_none {
        display: none;
    }
    .ourservices_title {
        padding: 0 20px !important;
    }
    .vision_text {
        width: 100%;
        float: left;
        padding: 10px 30px !important;
        max-width: 500px;
    }
    .title_text h1 {
        margin-bottom: 0;
    }
    .title_text h4 {
        margin-bottom: 15px;
    }
    .ml_img img {
        width: 100%;
    }
}

@media(max-width:1100px) {
    .center_img {
        display: none;
    }
    .responsive_vision_img {
        display: block !important;
    }
}

/* What we do CSS Block Ends Here */

/* Our Services CSS Block Starts here */

.our_services {
    width: 100%;
    float: left;
    padding: 50px 0;
}

.ourservices_title {
    width: 100%;
    float: left;
    padding: 0 50px;
}

.ourservices_title h1 {
    width: 100%;
    float: left;
    color: #0B0B0E;
    font-size: 40px;
    margin-bottom: 30px;
}

.ourservices_title p {
    width: 100%;
    float: left;
    color: #0B0B0E;
    margin-bottom: 30px;
}

.our_services_parts {
    background-color: #F2F3F4;
    width: 100%;
    float: left;
    padding: 15px;
    text-align: center;
    margin-bottom: 20px;
}

.our_services_parts .services_icons {
    transform: scale(1);
    transition: all 1s;
}

.our_services_parts:hover .services_icons {
    transform: scale(1.3);
    transition: all 1s;
}

.col-md-6:nth-last-of-type(-n+2) .our_services_parts {
    margin-bottom: 0;
}

.our_services_parts span {
    width: 100%;
    float: left;
    font-size: 46px;
    margin-bottom: 10px;
}

.our_services_parts h4 {
    width: 100%;
    float: left;
    font-size: 24px;
    margin-bottom: 10px;
}

.our_services_parts p {
    width: 100%;
    float: left;
    font-size: 12px;
}

.our_services_bg {
    width: 100%;
    float: left;
    background-image: url('../images/sample_banner.png');
    /* min-height: 470px; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    height: 100%;
}

/* Our Services CSS Block Ends here */

/* About us CSS Block Starts Here */

.aboutus_blk {
    width: 100%;
    float: left;
    padding: 30px 0;
    position: relative;
}

.aboutus_text {
    width: 100%;
    float: left;
    background-color: #0B0B0E;
    padding: 100px 80px;
}

.aboutus_text h1 {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #fff;
}

.aboutus_text p {
    width: 100%;
    float: left;
    max-width: 400px;
}

.vision_text {
    width: 100%;
    float: left;
    padding: 10px 0;
    max-width: 300px;
}

.vision_text h1 {
    width: 100%;
    float: left;
    font-size: 40px;
    margin-bottom: 20px;
    color: #0B0B0E;
    text-align: center;
}

.vision_text p {
    width: 100%;
    float: left;
}

.center_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 250px;
    float: left;
    object-fit: cover;
    overflow: hidden;
}

.center_img img {
    width: 100%;
    float: left;
    height: 300px;
    object-fit: cover;
}

.responsive_vision_img {
    width: 100%;
    float: left;
    display: none;
    margin-top: 20px;
}

.responsive_vision_img img {
    width: 100%;
    float: left;
    height: 250px;
    object-fit: cover;
}

/* About us CSS Block Ends Here */

/* Values Block CSS Starts Here */

.values_blk {
    width: 100%;
    float: left;
    padding: 50px 0;
}

.values_title {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.values_title h1 {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #0B0B0E;
}

.values_parts {
    width: 100%;
    float: left;
    padding: 15px;
    height: 200px;
}

.values_blk .col-md-3 {
    padding: 0;
}

.black_bg {
    background-color: #0B0B0E;
    text-align: center;
}

.gray_bg {
    background-color: #D7DBDD;
    text-align: center;
}

.gray_bg:hover, .black_bg:hover {
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 20%), 0 4px 20px 0 rgb(0 0 0 / 19%);
}

.values_parts h4 {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.values_parts p {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.gray_bg h4 {
    color: #0B0B0E;
}

/* Values Block CSS Ends Here */

.blog_img img {
    width: 100%;
    float: left;
    height: auto;
    object-fit: cover;
}

span .fa {
    color: #CC9B55;
    padding: 0px 5px 0px 5px;
}

.span_ico .fa_blog {
    font-size: 13px;
}

.span_ico span a {
    color: #666666;
}

.recent_posts h3 {
    color: #CC9B55;
    text-align: center;
}

.recent_posts li a {
    color: #666666;
}

.pagi_links {
    padding: 30px;
    text-align: center;
}

.pagi_links span {
    color: #666666;
    font-weight: 700;
    font-size: 20px;
}

.pagi_links a {
    color: #CC9B55;
    font-weight: 700;
    font-size: 20px;
}

.arrow_i i, .arrow_i a {
    color: #CC9B55;
    font-size: 17px;
}

.recent_posts li i {
    color: #cc9b55;
    width: 20px;
    float: left;
    vertical-align: middle;
    line-height: 22px;
}

.recent_posts li {
    width: 100%;
    float: left;
}

.recent_posts li a {
    color: #666666;
    width: calc(100% - 20px);
    float: left;
    vertical-align: middle;
}

.single_blog_cont p {
    font-size: 14px;
    padding: 5px 0;
}

.single_blog_cont p b, .single_blog_cont p strong {
    font-size: 17px;
    color: #CC9B55;
}

.single_blog_cont ul li {
    list-style-type: disc;
    font-size: 14px;
}

.single_blog_cont ol li {
    font-size: 14px;
}

.wpcf7-response-output, .wpcf7-not-valid-tip {
    font-size: 13px !important;
}

/* On click header menu css */

.display_none {
    display: none;
}

@media(max-width: 767px) {
    .whatwe_do_blk, .harworth_group_blk {
        padding: 30px 0 !important;
    }
    .vision_text_res {
        padding-top: 0 !important;
    }
    .our_services, .aboutus_blk, .values_blk, .projects_blk {
        padding: 15px 0 !important;
    }
    .paragraph {
        padding: 10px 30px !important;
    }
    .page-wrap, .harworth_group_text {
        margin-top: 20px;
    }
    .investor_img {
        margin-bottom: 20px;
    }
    /* .careers_block {
        padding-top: 0;
    } */
    .mega_menu_link:hover .shape {
        display: none;
    }
    .mobile_view_navlinks {
        display: block;
    }
    .fixed .navbar-collapse {
        height: 100%;
        max-height: 400px;
        overflow: scroll;
    }
    .navbar_white {
        background: rgba(0, 0, 0, .8);
        position: fixed;
        max-height: 500px;
        overflow: auto;
        padding: 0 10px;
    }
    .navbar_white .navbar-collapse.collapse.show {
        padding-bottom: 15px;
    }
    .navbar_white .navbar-nav .nav-link:hover {
        background-color: transparent !important;
        color: #fff !important;
        padding-bottom: 5px !important;
    }
    .navbar_white .navbar-nav .nav-link {
        padding: 5px;
    }
    .navbar_white .toggle_icon {
        color: #fff;
    }
    .fixed .toggle_icon {
        color: #000 !important;
    }
    .fixed {
        background: #fff !important;
    }
    .image_wrp_text {
        min-height: 140px;
    }
    .image_wrp_text h4 {
        font-size: 20px;
    }
    .footer_mob_res {
        width: 50%;
        float: left;
    }
    .footer_social_icons ul {
        margin-top: 20px;
    }
    .mega_menu_link {
        display: none;
    }
    .mobile_view_navitem {
        display: block;
    }
    .owl_carousel {
        padding: 0 30px;
    }
    .our_prospective_title {
        padding: 0 0 20px 30px;
    }
    .our_prospective_title h1 {
        font-size: 26px;
    }
    .landingabout_border_right {
        border-right: 4px solid transparent;
    }
    .landingabout_details {
        padding: 5px 0;
    }
    .vcarousel_blk {
        padding: 30px 0 50px 0 !important;
    }
    .about_impact_block_title {
        margin-bottom: 35px;
    }
    .about_impact_block_title h1 {
        font-size: 30px;
    }
    .banner_tabs {
        bottom: 17px;
    }
    .about_border_right {
        border-right: 4px solid transparent;
    }
    .learn_about_button {
        margin-top: 25px;
    }
    .home_banner_text h1 {
        font-size: 32px;
    }
    .about_impact_block {
        padding: 20px 0;
    }
    .landing_about_text_block {
        margin-top: 20px;
    }
    .investors_list {
        height: 100%;
        min-height: 288px;
    }
    .careers_text_blk p {
        font-size: 20px;
        margin-top: 20px;
    }
    .viewjobs_link a {
        font-size: 26px;
    }
    .slider_sec {
        padding: 30px 0;
    }
    .viewjobs_link {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .footer_block {
        padding: 30px 0 0 0;
    }
    .careers_img img {
        height: auto;
    }
    .normal_view_swiper {
        display: none;
    }
    .mobileview_swiper {
        display: block !important;
        margin-top: 20px;
    }
    .mobileview_carousel {
        width: 100%;
        float: left;
    }
    .mobileview_carousel img {
        width: 100%;
        float: left;
        margin: 15px 0;
    }
    .mobileview_carousel .mobileview_p {
        width: 100%;
        float: left;
        font-size: 16px;
        margin-top: 20px;
    }
    /* .mobileview_carousel .btn_viewmore {
        margin-bottom: 80px;
    } */
    .footer_sub_text {
        text-align: center;
    }
    .sub_footerlinks {
        text-align: center !important;
    }
    .privacy_text_links {
        padding-left: 0;
        margin-top: 10px;
    }
    .col-md-6:nth-last-of-type(-n+2) .our_services_parts {
        margin-bottom: 20px !important;
    }
    .vision_text {
        max-width: 500px !important;
    }
    .vision_img {
        margin-top: 15px;
    }
    .job_openings {
        padding-top: 0 !important;
    }
    .fun_at_work_text p, .values_title p {
        margin-bottom: 20px;
    }
    .fun_lg_img {
        margin-top: 30px;
    }
    .res_text_blk {
        height: auto !important;
        text-align: left !important;
    }
    .black_bg, .gray_bg {
        height: 100px !important;
    }
    /* .mobileview_swiper .carousel-indicators {
        bottom: 0;
    } */
    .text_responsive, .text_responsive h1 {
        margin-top: 0 !important;
    }
    .mobile_res_blk {
        padding-top: 5px !important;
    }
    .values_title {
        margin-bottom: 0 !important;
    }
    .owl_carousel {
        width: 100%;
        float: left;
        padding: 0 50px;
    }
    .owl-carousel .owl-nav .owl-prev {
        left: 0;
    }
    .owl-carousel .owl-nav .owl-next {
        right: 0;
    }
    .megamenu-li {
        display: none;
    }
    .whatwedo_part_2 {
        margin-top: 20px;
    }
    .whatwe_do_parts {
        margin-top: 0;
    }
    .harworth_group_text {
        padding: 0 !important;
        margin-top: 0;
    }
    .mob_view {
        display: block;
    }
    .normal_view {
        display: none;
    }
    .display_block {
        display: none;
    }
    .display_none {
        display: block;
    }
    .pad_50 {
        padding: 15px;
    }
    .margin_res{
        margin-top: 20px;
    }
}

@media(max-width:480px) {
    .home_banner_text h1, .aboutimpact_details h1, .about_impact_block_title h1, .investors_block_title h1, .careers_text_blk h1, .ourproject_text_blk h1, .harworth_group_text h1, .title_text h1, .ourservices_title h1, .aboutus_text h1, .vision_text h1, .values_title h1, .leftfixed_blk h1, .subscribe_text h1, .contactustext h1, .contactus_title h1, .openings_table_block h1 {
        font-size: 26px !important;
    }
    .link_text .linktext, .investors_block_title p, .about_impact_block_title p {
        font-size: 14px;
    }
    .values_parts h4 {
        font-size: 18px;
    }
    .aboutimpact_details p, .careers_text_blk p {
        font-size: 16px;
    }
    .learn_about_btn {
        padding: 15px 30px;
    }
    .learn_about_button {
        margin: 20px 0;
    }
    .footer_social_icons .mr-3 {
        margin: 0 !important;
    }
    .privacy_text_links li {
        padding: 0 10px;
    }
    /* .landing_banner_block .home_banner_text {
        top: 50%;
    } */
    .ourproject_text_blk p, .harworth_group_text p {
        margin-top: 5px !important;
    }
    .margin_50 {
        margin-top: 30px !important;
    }
    .harworth_group_text h1, .vision_text h1 {
        margin-top: 20px !important;
    }
    .title_text h1, .title_text h4 {
        margin-bottom: 10px !important;
    }
    .title_text h4 {
        font-size: 18px !important;
        margin-top: 10px !important;
    }
    .careers_img img {
        margin: 10px 10px -20px;
    }
    .contactus_form_blk {
        padding-bottom: 5px;
    }
    .table_blk .table td, .table th {
        font-size: 14px;
    }
    .harworth_group_text {
        padding: 0 15px !important;
    }
    .better_text_blk {
        padding-bottom: 0 !important;
    }
}

@media(max-width:340px) {
    .learn_about_btn {
        padding: 15px 20px;
    }
}