.feature-box-type-1 i, .pricing-s1, #preloader{
    background: #1c284c!important;
}
header.header-s1.has-topbar.transparent #mainmenu a {
    position: relative;
    display: block;
    font-weight: 500;
    text-transform: capitalize;
    color: black;
    font-size: 18px;
}
h2.text-light, footer h3, footer h4, footer h5, footer h6 {
    color: black;
}
.bloglist.item{
    box-shadow: 0 20px 40px -5px rgb(213 207 207 / 10%);
}
footer p{
    color: black;
}
footer a{
    color: black !important;
}
#menu-btn{
    color: black;
}
.main{
    width: 200px!important;
    max-width: 200px!important;
    min-width: 200px!important;
}
#mainmenu li:hover>ul{
    color: black;
    background: white;
}
#mainmenu li li a:hover, #mainmenu ul li:hover>a{
    background: #d64f20 !important;
}
.carousel-caption{
    position: absolute;
    top: 180px;
    transition: 0.5s;
    transform: translate(140px, 100px);
}

.carousel-item.active .carousel-caption.d-md-block {
    transform: translate(0, 0);
}
.carousel-item{
    max-height: 500px;
}
.carousel-item img {
    /* min-height: 500px; */
    /* object-fit: cover; */
}
.carousel-item.active{
    max-height: 500px;
}
.banner-main-text{
    font-size: 60px;
    font-weight: 700;
    /* line-height: 40px; */
    text-align: start;
}
footer a:hover{
    color: #d64f20 !important;
}
header{
    position: relative;
}
a.btn-custom{
    background: #d64f20 !important;
}
.choose-section{
    padding: 50px 0 !important;
    background-color: #1c284c;
}
header.smaller.has-topbar{
    height: auto !important;
}
.banner-text{
   font-size: 30px !important;
   min-width: 200px !important;
}
.post-text{
    border: solid 1px #EFEFEF;
    border-top: 0px;
    padding: 10px 20px;
    min-height: 90px;
}
.post-image img{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
 }
 header.header-s1.has-topbar.transparent{
    background: white;
}  
/* .feature-box-type-2 {
    max-width: 210px;
} */

.feature-box-type-2 img{
   max-height: 150px;
   max-width: 150px;
}
.social-icons .bi-twitter-x{
    text-shadow: none;
    color: #fff;
    padding: 12px 10px 8px 10px;
    width: 34px;
    height: 34px;
    text-align: center;
    font-size: 16px;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    margin: 0 5px 0 5px;
    background: #55aded;
}
@media screen and (max-width: 576px){
    h2.reqst-txt{
        padding-top: 50px;
    }
    header.header-mobile .logo-2 {
        margin-top: -30px;
        margin-bottom: 0px;
        max-height: 70px !important;
    }
    .why-text{
        padding-top: 20px;
    }
    header.header-mobile.has-topbar {
        height: 80px;
    }
    .banner-main-text {
            font-size: 20px; 
    }
    .carousel-caption {
        top: 215px;
    }
    header.header-s1.has-topbar.transparent.header-mobile.clone{
        height: 80px;
        position: fixed;
    }
    .copy-right{
        text-align: center;
     }
    .social-box{
        text-align: center !important;
     }
}
@media screen and (min-width: 577px) and (max-width: 992px){
    header.header-mobile .logo-2 {
        margin-top: -30px;
        margin-bottom: 0px;
        max-height: 70px !important;
    }
    header.header-mobile.has-topbar {
        height: 80px;
    }
    .banner-main-text {
        font-size: 25px; 
    }
    .carousel-caption {
        top: 230px;
    }
    .feature-box-type-2 {
        max-width: -webkit-fill-available;
    }
}
@media screen and (min-width: 567px) and (max-width: 768px){
    h2.reqst-txt{
        padding-top: 50px;
    }
    .feature-box-type-2 {
        max-width: -webkit-fill-available;
}
}
@media screen and (min-width: 826px) and (max-width: 992px){
    .feature-box-type-2 {
        max-width: 210px;
}
}
/* @media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: -webkit-fill-available;
    }
} */
@media screen and (min-width: 993px) and (max-width: 1200px){
.main-box{
    margin: 0px 20px !important;
}
#mainmenu{
    padding: 10px 0px;
}
.feature-box-type-2{
    margin-top: 20px;
}
}




.small-bar {
    width: 100px; /* Adjust the width as needed */
    height: 3px; /* Adjust the height as needed */
    background-color: #F28237; /* Change the color of the bar */
    margin: 10px auto 0; /* Center the bar and add space above it */
}

.text-main-subpage{
    /* font-size: 50px; */
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #FFFFFF;
}

.bg-blue-opacity {
    background: rgb(5 5 5);
    padding: 30px;
}
.fh-form-1 .fh-form-row {
    margin-left: -10px;
    margin-right: -10px;
}
.fh-form .field {
    margin-bottom: 20px;
}
.btn-success {
    color: #fff;
    background-color:  #F28237;
    border-color:  #F28237;
}
.fh-form textarea, .fh-form input[type="text"], .fh-form input[type="email"], .fh-form select, .fh-form input[type="number"] {
    width: 100%;
    border: 1px solid #ececec;
    padding-left: 15px;
    padding-right: 15px;
    color: #848484;
    background-color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.fh-form input[type="text"], .fh-form input[type="email"], .fh-form select, .fh-form input[type="number"] {
    font-size: 16px;
    height: 45px;
    line-height: 45px;
}
.btn-dark {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}

.text-justify{
    text-align: justify;
}


.bg-primary {
    background-color: #091d58 !important;
}
.page-title-section {
    padding: 80px 0 80px 0px;
    position: relative;
}
.position-relative {
    position: relative !important;
}
.page-title-section h1 {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.text-justify {
    text-align: justify;
}
.teamlist {
    width: 100%;
    float: left;
    /* box-shadow: #c3c3c3 3px 3px 5px; */
    padding: 0px !important;
    position: relative;
    height: -webkit-fill-available;
}
.teamlist li {
    float: none;
    list-style: none;
}
.myproductlist {
    width: 100%;
    float: left;
    padding: 0;
    position: relative;
    height: -webkit-fill-available;
}
.myproductlist::before {
    position: absolute;
    content: '';
    top: 0;
    width: 20px;
    height: 100%;
    right: -20px;
}
.teamlist h3 {
    border-bottom: #0e266a dashed 2px;
    padding-bottom: 8px;
}
.teamlist li ul {
    list-style: circle;
}
.myproductlist ul li {
    color: #0b1553;
    width: 100%;
}
.teamlist li a {
    color: #000000;
    display: block;
    padding: 5px;
    font-size: 16px;
}
#mainmenu li li:hover a{
    color: white !important;
    font-size: 16px;
}
#mainmenu li li a{
    font-size: 16px !important;
    line-height: 30px;
}
#mainmenu li ul li:hover svg path{
    color: white !important;
}
.copyright{
    background: #dddddd2b;
}

@media (min-width: 990px) {
    .mobImg {
        float: right;
        width: 450px;
        margin-left: 20px;
    }
    .list-left{
         box-shadow: #f4f4f1 0px -2px 10px;
         padding-top: 40px;
    }
}
@media (max-width: 992px) {
    .svg-arrowss{
        display: none;
    }
    .mobImg {
        width: -webkit-fill-available;
    }
}