*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

.nav-item a{
    color: #424242;
    padding: 0 20px;
    font-weight: 500;
    font-size: 15px;
}
.hrader-space{
    padding: 18px 0px !important;
    position: fixed;
}
.carousel-item img{
    width: 100%;
    height: 700px;
    object-fit: cover;
    }
    /* ---------------hreo-section-------------- */
  .hreo-section-margin{
    margin-top: 167px;;
  }
    /* ---------------hreo-section-------------- */
    
.portfolio.full-bg .cluom.current {
    background: rgba(0, 0, 0, 0.3);
}


.team-content{
    padding: 23px 14px;
    border-left: transparent;
    border-right: transparent;
    border-top: transparent;
    border-bottom: 1px solid #F6F6F6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s;
}
.name-area .name{
    margin-bottom: 3px;
    /* color: #30373E; */
    color: var(--text-color-white);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
.name-area .desig{
    color: var(--text-color-white);
    padding-left: 10px;
}
.social-team-one ul{
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.social-team-one ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    /* border: 1px solid #E3E3E3; */
    border: 1px solid rgb(255, 255, 255);
    transition: 0.3s;
    /* color: black; */
    color: var(--icon-color-white);
    border-radius: 8px;
}
.title-area-style-six-left .pre::after {
    position: absolute;
    top: 10px;
    content: "";
    left: 0;
    width: 40px;
    height: 1px;
    /* background-color: #b19777; */
    background-color: var(--background-white-white);
}
.title-area-style-six-left {
    margin-bottom: 30px 
}
.title-area-style-six-left .title {
    /* color: #30373E; */
    color: var(--text-color-white);
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 58px;
    text-transform: capitalize;
}
.title-area-style-six-left .pre{
    margin-bottom: 8px;
    padding-left: 50px;
    position: relative;
  /* color: #b19777; */
  color: var(--short-text-white);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 58px;
    text-transform: capitalize;
}
/* --------------------------------------------- */
.navbar-brand {
    position: relative;
    padding: 10px !important;
    margin: 0 !important;
}
.header-info {
    display: inline-block;
    float: inline-start;
    /* margin-top: 25px; */
    display: flex;
        justify-content: space-between;
        width: 100%;
}
/* .header-info .hf-item {
    display: inline-block;
    margin-left: 35px;
} */
.header-info .hf-item i {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    text-align: center;
    color: #f6783a;
    font-size: 17px;
    padding-top: 5px;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.icon-ft22 {
    font-size: 40px !important;
    color: #434343;
    padding: 10px 0px;
}
.ftw5 {
    font-weight: 550;
    font-size: 20px;
    padding: 5px 0px;
}
.header-info .hf-item i:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 1px solid #d2d2db;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 2px;
}
.hf-item .p {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #3f3f3f;
    line-height: 20px;
    margin: 5px !important;
    padding: 5px !important;
    font-weight: normal;
    text-align: justify;
}
.header-info .hf-item p {
    display: inline-block;
    margin-bottom: 0;
}
.header-info .hf-item p span {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #020031;
    font-weight: 550;
    line-height: 25px;
}
.social-media-icons a{
margin-right: 8px !important;
}
.header {
    width: 100%;
    float: left;
    background: #ffffff;
    color: #f1f1f1;
}
.header-main {
    /* margin: 20px 0px; */
    width: 100%;
    float: left;
    /* border-top: 2px solid #a40003; */
    background-color: #fff;
}
.header-info .hb {
    display: block;
    font-size: 14px !important;
    text-transform: uppercase;
    color: #020031;
    font-weight: 550;
    line-height: 25px;
}



.header-main {
    padding: 15px 0;
}
.navbar-brand img {
    max-height: 60px; /* Adjust Logo Size */
}
.header-info {
    /* display: flex;
    justify-content: flex-end;
    flex-wrap: wrap; */
    gap: 15px;
    /* text-align: right; */
}
@media (max-width: 768px) {
    .header-info {
        justify-content: center;
        /* text-align: center; */
    }
}
/* --------------------------------------------- */
/* ------------------------------------------------- */
nav {
    display: block;
    padding: 0px 0px 8px 0px;
    float: left;
    width: 100%;
}
.responsive-menu {
    display: none;
    width: 100%;
    padding: 20px 15px;
    background: #E95546;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.menu {
    display: block;
    margin-top: 8px;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu li:first-child {
    margin-left: 0;
    /* background-color: #fff; */
    border-radius: 2px;
}
.menu li a:hover, .menu li:hover>a{
    color: #000 !important;
    background: #fff;
    border-radius: 2px;
}
.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
}
.menu li a {
    font-weight: 600;
    text-decoration: none;
    padding: 8px 20px;
    display: block;
    color: #fff;
    font-size: 15px;
    transition: all 0.2s ease-in-out 0s;
    background: url(/img/headimg.png) 100% 50% no-repeat;
}

.navbar {
    background: linear-gradient(to right, #a60d00, #d43f00);
    padding: 10px 0;
}
.navbar-nav .nav-item {
    margin: 0 5px;
}
.navbar-nav .nav-item .nav-link {
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    transition: 0.3s;
    border-radius: 5px;
}
.nav-item.active .nav-link {
    background: white;
    color: black;
    border-radius: 5px;
    font-weight: bold;
}
/* ------------------------------------------------- */
/* ---------------------Media-Queary-----Start----------------------- */

@media only screen and (max-width: 992px) {
    .social-media-box {
        display: none;
    }
    .navbar-brand img {
        max-height: 36px;
    }
  }
@media only screen and (max-width: 1202px) {
    .header-info .hf-item p span {
        font-size: 10px;
    }
    .header-info .hb{
        font-size: 11px !important;
    }
  }
@media only screen and (max-width: 1678px) {
    .hreo-section-margin {
        /* margin-top: 195px !important; */
        margin-top: 156px !important;
    }
  }
@media only screen and (max-width: 580px) {
    .hreo-section-margin {
        margin-top: 180px !important;
    }
  }
@media only screen and (max-width: 418px) {
    .hreo-section-margin {
        margin-top: 327px !important;
    }
  }
@media only screen and (max-width: 418px) {
    .hreo-section-margin {
        margin-top: 184px !important;
    }
  }
@media only screen and (max-width: 292px) {
    .hreo-section-margin {
        margin-top: 440px !important;
    }
  }
@media only screen and (max-width: 292px) {
    .hreo-section-margin {
        margin-top: 208px !important;
    }
  }
   
  /* ---------------------Media-Queary-----End----------------------- */

  @media only screen and (max-width: 991px) {
    .dfga.active {
        display: block !important;
        z-index: 9999;
        position: absolute;
        top: 0;
        background: black;
        width: 20%;
        left: 0;
        padding-bottom: 100%;
        min-width: 200px;  
    }
    .menu-btn {
        display: block !important;
    }
    .close-btn {
        display: block  !important;
        position: relative;
        top: 4px;
        right: -23px;
    }
}
.close-btn {
    font-size: 24px;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    display: none;
}
.menu-btn {
    font-size: 24px;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    display:none;
}