/*
Theme Name: Misbar
Theme URI: https://misbarbuilds.com
Author: InterCraft Sol Pvt Ltd
Author URI: https://intercraftsol.com
Description: Theme for Misbar Builds
Requires at least: 6.0
Tested up to: 6.4.2
Requires PHP: 5.7
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: misbar
Tags: wide-blocks, full-site-editing, 
*/


html {
    scroll-behavior: smooth;
}

.lang-ar,
.rtl {
    direction: rtl;
    text-align: right;
}

.ltr {
    direction: ltr;
}

a:hover {
    text-decoration: none;
    color: #f7b319;
}

.bg-green {
    background: #009639 !important;
}

.text-saudi-green {
    color: #009639 !important;
    font-weight: 400;
}

.heading {
    font-size: 40px;
    color: #202020;
    font-weight: 600;
    margin: 30px auto;
    border: 3px solid #202020;
    padding: 5px 30px;
    width: fit-content;
}

/*--------------------------------------------------------------
# Header Section
--------------------------------------------------------------*/

header .h_left {
    background-color: #313131;
    height: 100%;
    width: 100%;
}

header .h_left .logo {
    padding: 10px;
    min-height: 100px;
    max-height: 100px;
    text-align: center;
}

header .h_left .logo img {
    height: 100%;
    margin: auto;
}

header .h_right {
    width: 100%;
}

header .h_right .info {
    width: 100%;
    min-height: 50px !important;
    height: auto;
    text-align: right;
    background-color: #f7b319;
    border-left: 70px solid #313131;
}

header .h_right .info ul {
    /*margin-right: 1.2rem !important;*/
    list-style: none;
    display: block;
    text-align: right;
    padding: 0px;
}

header .h_right .info ul li {
    display: inline-block;
    color: black;
    padding: 5px 5px;
}

header .h_right .info ul li a {
    text-decoration: none;
    color: #313131;
}

header .h_right .info ul li a span {
    color: #313131;
}

header .h_right .info ul li i {
    padding: 0 5px;
}

header .h_right .info ul li a:hover,
header .h_right .info ul li a:hover span {
    color: white;
}

header .h_right .h_nav {
    min-height: 50px;
}

header .h_right .h_nav ul {
    margin-right: 1.2rem !important;
}

header .h_right .h_nav ul li {
    padding: 2px 5px;
}

header .h_right .h_nav ul li a {
    color: black;
}

header .h_right .h_nav ul.wp-block-navigation-submenu {
    border: 1px solid rgb(0, 150, 57);
}

header .h_right .h_nav ul.wp-block-navigation-submenu li.wp-block-navigation-item {
    border-bottom: solid 1px #ccc;
    font-size: 90%;
}

header .h_right .h_nav ul.wp-block-navigation-submenu li.wp-block-navigation-item.label {
    border-bottom: solid 1px #ccc;
    background: #6c6c6c;
    color: white;
}

header .h_right .h_nav ul.wp-block-navigation-submenu li.wp-block-navigation-item.label a{
    cursor: default;
}

/* NAVIGATION */
@media (max-width: 925px) {
    header .wp-block-columns{
        flex-wrap: wrap !important;
    }

    header .h_left {
        flex-basis: 100% !important;
        width: 100% !important;
    }

    header .h_right {
        flex-basis: 100% !important;
        width: 100% !important;
        min-height: 50px;
    }
}

@media (min-width: 770px) {
    .foldtl,
    .foldt2 {
        position: relative;
    }

    .foldtl:before {
        content: "";
        position: absolute;
        top: 0%;
        left: 0%;
        width: 0px;
        height: 0px;
        border-bottom: 50px solid transparent;
        border-left: 50px solid #313131;
    }

    .foldt2:before {
        content: "";
        position: absolute;
        top: 0%;
        left: 0%;
        width: 0px;
        height: 0px;
        border-bottom: 50px solid #f7b319 !important;
        border-left: 50px solid #313131;
    }
}

@media only screen and (max-width: 770px) {
    header .wp-block-columns{
        flex-wrap: wrap !important;
    }

    header .h_left {
        width: 100%;
    }

    header .h_right .info {
        border-left: none;
    }

    header .h_left .logo {
        max-height: 150px;
        text-align: center;
    }

    header .h_left .logo img {
        height: 100px;
        margin: 10px auto;
    }

    header .h_right {
        width: 100%;
        min-height: 50px;
    }

    header .h_right .info {
        min-height: 40px !important;
        justify-content: center !important;
    }

    header .h_right .info ul {
    }

    header .h_right .info ul li {
    }

    header .h_right .info ul li a,
    header .h_right .info ul li a span {
    }

    header .h_right .info ul li i {
    }

    header .h_right .info ul li a:hover,
    header .h_right .info ul li a:hover span {
    }

    header .h_right .h_nav {
        justify-content: flex-end;
    }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.jumbotron {
    color: white;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
    margin-bottom: 0rem;
}

/*--------------------------------------------------------------
# About Us Section
--------------------------------------------------------------*/
.bg-img::before {
    content: "";
    background: url("assets/images/vision2030.svg") no-repeat !important;
    background-size: cover;
    background-size: 30% !important;
    background-position: top right !important;
    position: absolute;
    top: 0rem;
    right: 0rem;
    bottom: 0rem;
    left: 0rem;
    opacity: 0.1;
    transform: translateY(100%);
    z-index: -1000;
}

.our-about-sec .about-card {
    transition: 0.3s ease;
    padding: 70px 35px;
    cursor: pointer;
    overflow: hidden;
    height: 100%;
}

.our-about-sec .about-card.active,
.our-about-sec .about-card:hover {
    background: #f7b319;
    color: #fff !important;
}

.our-about-sec .about-card .image-holder {
    margin-bottom: 25px;
}

.our-about-sec .about-card .image-holder i.fa {
    font-size: 50px;
    font-weight: 300;
    transition: 0.8s ease;
    color: #f7b319 !important;
}

.our-about-sec .about-card:hover .image-holder i.fa,
.our-about-sec .about-card.active .image-holder i.fa,
.our-about-sec .about-card:hover p {
    color: #fff !important;
}

.our-about-sec .about-card .about-card-heading {
    font-size: 24px;
    font-weight: normal;
    text-transform: capitalize;
    margin-bottom: 25px;
    transition: 0.3s ease;
}

.our-about-sec .about-card .about-card-detail {
    font-family: Roboto, sans-serif;
    font-weight: normal;
    opacity: 0.8;
    font-size: 16px;
    color: #202020;
}

.our-about-sec a {
    text-decoration: none;
    color: #202020;
}

.about-card.active .image-holder,
.about-card.active .about-card-heading,
.about-card.active .about-card-detail {
    color: #ffffff !important;
    opacity: 1 !important;
}

/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
#our_team .owl-item{
    margin: auto 5px;
    padding: auto 5px;
}

.modal-body.rtl ul.align-items-start,
.modal-body.rtl ul.align-items-start li {
    list-style: none;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/

ul.contact_us {
    list-style-type: none;
}

.rtl ul.contact_us {
    text-align: right;
    direction: rtl;
}

ul.contact_us li {
    list-style: none;
    padding-left: 50px;
    position: relative;
}

.rtl ul.contact_us li {
    padding-left: 0;
    padding-right: 50px;
}

ul.contact_us li a,
ul.contact_us li a:link,
ul.contact_us li a:visited {
    text-decoration: none;
    color: #EDB644;
}

ul.contact_us li a:hover {
    text-decoration: underline;
}

ul.contact_us li:before {
    font-family: FontAwesome;
    left: 20px;
    position:absolute;
    top:0;
    color: #9F9FA1;
}

.rtl ul.contact_us li:before {
    left: 0px;
    right: 20px;
}

ul.contact_us li.address:before {
    content: "\f041";
}

ul.contact_us li.phone:before {
    content: "\f098";
}

ul.contact_us li.email:before {
    content: "\f0e0";
}

/*

 */


/* Unnecessary Styles to be removed after the revision */

/*--------------------------------------------------------------
# Vision Section
--------------------------------------------------------------*/

#vision_left .bg-card {
    background: url("/../img/bg-visionY.png") top center no-repeat;
    background-size: 100% 100%;
}

#vision_left .vision-container {
    margin-left: 18%;
}

@media only screen and (max-width: 425px) {
    #vision_left .vision-container {
        margin-left: auto;
    }

    #vision_left .bg-card {
        background: #e3e3e3;
    }
}

#vision_right .bg-card {
    background: url("/../img/bg-visionX.png") top center no-repeat;
    background-size: 100% 100%;
}

#vision_right .vision-container {
    margin-left: 1%;
}

#vision_right .vision-container h2 {
    margin-left: 2rem;
}

#vision_right .vision-container p {
    margin: 1rem;
}

@media only screen and (max-width: 425px) {
    #vision_right .vision-container {
        margin-left: auto;
    }

    #vision_right .bg-card {
        background: #e3e3e3;
    }
}

/*--------------------------------------------------------------
# Values Section
--------------------------------------------------------------*/

#values .bg-card {
    background: url("/../img/bg-values.png") top center no-repeat;
    background-size: 100% 100%;
}

#values .values-container {
    margin-left: 18%;
}

#values .values-container h2 {
    margin-left: 3rem;
}

#values ul {
    list-style: none;
    padding: 0;
}

#values ul li {
    padding-left: 28px;
    position: relative;
}

#values ul li + li {
    margin-top: 10px;
}

#values ul i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    color: #0880e8;
    line-height: 1;
}

#values .list-icon {
    margin-right: 1%;
    color: #f7b319;
}

@media only screen and (max-width: 425px) {
    #values .values-container {
        margin-left: auto;
    }

    #values .bg-card {
        background: #e3e3e3;
    }
}

/*--------------------------------------------------------------
# Projects
--------------------------------------------------------------*/

.projects {
    background-color: #f9f9f9;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact {
    position: relative;
}

.contact .container {
    position: relative;
}

.contact .info {
    width: 100%;
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #043c6d;
}

.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #444444;
}

.contact .info .email,
.contact .info .phone {
    margin-top: 40px;
}

.svg-font-25 {
    font-size: 1.5rem;
}

.footer {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 12px;
}

.border-b-margin-b {
    border-bottom: 1px solid white;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
}

/* ===================================
     UI-Block-03
==================================== */

.ui-block-03.about-sec .heading-area .text {
    font-family: Roboto, sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #6b6b6b;
    margin-bottom: 40px;
    width: 95%;
}

.ui-block-03.about-sec .heading-area .sub-heading {
    font-size: 18px;
    font-weight: 400;
    color: #202020;
}

.ui-block-03.about-sec .our-about-sec {
    padding-top: 70px;
    overflow: hidden;
    padding-bottom: 10px;
}

.ui-block-03.about-sec .text-purple {
    color: #f7b319;
}

.ui-block-03.about-sec .text-green {
    color: #f7b319;
}

.ui-block-03.about-sec .text-blue {
    color: #f7b319;
}

.margin-3 {
    margin: 3rem;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .ui-block-03.about-sec .heading-area .heading {
        font-size: 34px;
    }

    .ui-block-03.about-sec .heading-area .sub-heading {
        font-size: 16px;
    }

    .ui-block-03.about-sec .our-about-sec .about-card {
        width: 60%;
        margin: auto;
    }

    .margin-3 {
        margin: 3rem;
    }
}

@media screen and (max-width: 767px) {
    .ui-block-03.about-sec .heading-area .sub-heading {
        font-size: 14px;
    }

    .ui-block-03.about-sec .heading-area .heading {
        font-size: 26px;
    }

    .ui-block-03.about-sec .heading-area .text {
        font-size: 14px;
    }

    .ui-block-03.about-sec .our-about-sec {
        padding: 0;
    }

    .margin-3 {
        margin: 3rem;
    }
}

@media only screen and (max-width: 990px) {
    .our-team {
        margin-bottom: 20px;
    }

    .margin-3 {
        margin: 3rem;
    }
}

@media only screen and (max-width: 767px) {
    .our-team .social-icon {
        right: 25px;
    }

    .our-team .team-info {
        bottom: 30px;
    }

    .margin-3 {
        margin: 3rem;
    }
}

@media only screen and (max-width: 767px) {
    .our-team .team-info {
        bottom: 65px;
    }

    .margin-3 {
        margin: 3rem;
    }
}

@media only screen and (max-width: 600px) {
    .margin-3 {
        margin: 0rem;
    }
}

/* ===================================
     UI-Block-08
==================================== */

.ui-block-08.team-sec .left-overlay {
    background-color: #f7b319;
}

.ui-block-08.team-sec .right-overlay {
    background-color: #f7b319;
}

.ui-block-08.team-sec .inner-team-sec {
    background-color: #f7b319;
}

.ui-block-08.team-sec .heading {
    margin-bottom: 30px;
    color: #202020;
}

.ui-block-08.team-sec .text {
    color: #202020;
}

.ui-block-08.team-sec .inner-team-sec .team-area {
    width: 80%;
    margin: 0 auto;
}

.area-95 {
    width: 95%;
}

.ui-block-08.team-sec .inner-team-sec .team-area .team-nav {
    position: absolute;
    top: 40%;
    height: 35px;
    width: 35px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #202020;
    color: #ffffff;
    z-index: 11;
    border-radius: 50%;
    transition: 0.5s ease;
}

.ui-block-08.team-sec .inner-team-sec .team-area .team-nav:hover {
    background-color: #009639;
}

.ui-block-08.team-sec .inner-team-sec .team-area .team-nav:hover i {
    color: #202020;
}

.ui-block-08.team-sec .inner-team-sec .team-area .team-nav.team-prev {
    left: 25px;
}

.ui-block-08.team-sec .inner-team-sec .team-area .team-nav.team-next {
    right: 30px;
}

.ui-block-08.team-sec .inner-team-sec .team-area .team-nav i {
    font-size: 14px;
}

.ui-block-08.team-sec .team-detail {
    margin-top: 20px;
}

.ui-block-08.team-sec .inner-team-sec .team-carousel .team-box .team-info {
    color: #202020;
    margin-top: 30px;
}

.ui-block-08.team-sec .inner-team-sec .team-carousel .team-box .team-info .team-name {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 8px;
}

.ui-block-08.team-sec .inner-team-sec .team-carousel .team-box .team-info .team-designation {
    font-size: 16px;
    font-weight: 300;
}

.ui-block-08.team-sec .inner-team-sec .team-carousel .team-box .team-info .team-designation-subtitle {
    font-size: 12px;
    font-weight: 200;
}

.ui-block-08.team-sec .team-box .overlay {
    position: absolute;
    top: 2%;
    left: 2%;
    right: 2%;
    bottom: 2%;
    opacity: 0;
    transition: 0.8s ease;
    border: 2px solid #009639;
}

.ui-block-08.team-sec .item:hover .team-box {
    cursor: pointer;
}

.ui-block-08.team-sec .item:hover .team-box .overlay {
    opacity: 1;
}

.ui-block-08.team-sec .team-box .team-social li {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
}

.ui-block-08.team-sec .team-box:hover .team-social li {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.ui-block-08.team-sec .team-box .team-social li {
    display: inline-block;
    transition: all 0.5s ease;
}

.ui-block-08.team-sec .team-box .team-social li:first-child {
    transition-delay: 0.1s;
}

.ui-block-08.team-sec .team-box .team-social li:nth-child(2) {
    transition-delay: 0.2s;
}

.ui-block-08.team-sec .team-box .team-social li:nth-child(3) {
    transition-delay: 0.3s;
}

.ui-block-08.team-sec .team-box .team-social li:nth-child(4) {
    transition-delay: 0.4s;
}

.ui-block-08.team-sec .team-box .team-social li:nth-child(5) {
    transition-delay: 0.5s;
}

.ui-block-08.team-sec .team-box .team-social li:nth-child(6) {
    transition-delay: 0.6s;
}

.ui-block-08.team-sec .team-box .team-social li:nth-child(7) {
    transition-delay: 0.7s;
}

.ui-block-08.team-sec .team-box .team-social li a {
    display: block;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid;
    width: 36px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: transparent;
    border-color: transparent;
    color: #FFFFFF;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    transition: all 0.1s ease;
}

.ui-block-08.team-sec .team-box .team-social li a:hover {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

.ui-block-08.team-sec .left-overlay {
    position: absolute;
    left: 0;
    right: 60%;
    top: 0;
    bottom: 0;
}

.ui-block-08.team-sec .right-overlay {
    position: absolute;
    left: 60%;
    right: 0;
    top: 0;
    bottom: 0;
}

.ui-block-08.team-sec .padding-bottom {
    padding-bottom: 120px;
}

.ui-block-08.team-sec .padding-top {
    padding-top: 120px;
}

.ui-block-08.team-sec .heading {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 30px;
}

.ui-block-08.team-sec .text {
    font-size: 16px;
    font-weight: 300;
}

.ui-block-08.team-sec .text-black {
    color: #202020;
}

.ui-block-08.team-sec .text-yellow {
    color: #f7b319 !important;
}

.ui-block-08.team-sec .heading span {
    display: block;
}

.ui-block-08.team-sec .facebook-text-hvr:hover {
    color: #4267B2 !important;
}

.ui-block-08.team-sec .twitter-text-hvr:hover {
    color: #1DA1F2 !important;
}

.ui-block-08.team-sec .instagram-text-hvr:hover {
    color: #fc9c2c !important;
}

.ui-block-08.team-sec .linkedin-text-hvr:hover {
    color: #0077B5 !important;
}

.ui-block-08.team-sec .pinterest-text-hvr:hover {
    color: #BD081C !important;
}

.ui-block-08.team-sec .google-text-hvr:hover {
    color: #DB4437 !important;
}

.ui-block-08.team-sec .youtube-text-hvr:hover {
    color: #e30f0f !important;
}

.ui-block-08.team-sec h1,
.ui-block-08.team-sec h2,
.ui-block-08.team-sec h3,
.ui-block-08.team-sec h4,
.ui-block-08.team-sec h5,
.ui-block-08.team-sec h6 {
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 0;
}

@media (min-width: 1600px) {
    .ui-block-08.team-sec .container {
        max-width: 1340px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .ui-block-08.team-sec .team-detail {
        margin-bottom: 80px;
    }

    .ui-block-08.team-sec .inner-team-sec .team-area {
        width: 70%;
    }

    .ui-block-08.team-sec .inner-team-sec .team-area .team-nav.team-next {
        right: 20px;
    }

    .ui-block-08.team-sec .inner-team-sec .team-area .team-nav.team-prev {
        left: 20px;
    }
}

@media screen and (max-width: 767px) {
    .ui-block-08.team-sec .heading {
        font-size: 30px;
    }

    .ui-block-08.team-sec .team-detail {
        margin-bottom: 80px;
    }

    .ui-block-08.team-sec .inner-team-sec .team-area {
        width: 70%;
    }

    .ui-block-08.team-sec .inner-team-sec .team-area .team-nav.team-next {
        right: 20px;
    }

    .ui-block-08.team-sec .inner-team-sec .team-area .team-nav.team-prev {
        left: 20px;
    }
}

.owl-item {
    border: 3px solid #009639;
    background: #009639;
}

.team-heading-name-pb-b {
    border-bottom: 2px solid white;
    padding-bottom: 5px;
}

/*-----------------------------------
            Contact Form
------------------------------------- */

.wrapper {
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
}

.img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.margin-flag-right {
    margin-right: 1rem;
}

/* End of Unnecessary Styles - To be removed after the review */
