@import url(https://fonts.googleapis.com/css?family=Muli:300,400,500,600,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800&display=swap);
body{
    padding:0;
    margin:0;
    font-size:14px;
    line-height:1.8;
    font-family:Muli,sans-serif;
    color:#4a4a4a
}
a{
    display:inline-block;
    -webkit-transition:all .5s;
    transition:all .5s;
    text-decoration:none
}
a:hover{
    text-decoration:none;
    color:#000
}
a:focus{
    text-decoration:none
}
button{
    outline:0!important;
    -webkit-box-shadow:none;
    box-shadow:none;
    border:none
}
button:focus{
    -webkit-box-shadow:none;
    box-shadow:none
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
    color:#000;
    font-weight:700;
    font-family:Poppins,sans-serif
}
h3{
    font-size:18px
}
/*.d-table{
    width:100%;
    height:100%
}
.d-table-cell{
    vertical-align:middle
}*/
p{
    font-size:15px;
    margin-bottom:15px
}
p:last-child{
    margin-bottom:0
}
img{
    max-width:100%;
    height:auto
}
.form-control{
    height:50px;
    color:#6e6e6e;
    border:2px solid #606060;
    background-color:transparent;
    border-radius:0;
    padding:0;
    font-size:15px;
    padding:10px 20px;
    width:100%;
    border-radius:4px
}
.form-control::-webkit-input-placeholder{
    color:#6e6e6e
}
.form-control:-ms-input-placeholder{
    color:#6e6e6e
}
.form-control::-ms-input-placeholder{
    color:#6e6e6e
}
.form-control::placeholder{
    color:#6e6e6e
}
.form-control:focus{
    color:#000;
    background-color:transparent;
    -webkit-box-shadow:unset;
    box-shadow:unset;
    outline:0;
    border:1px solid #C3342C
}
.form-control:focus,.form-control:hover:focus{
    -webkit-box-shadow:unset;
    box-shadow:unset
}
.form-group label{
    margin-bottom: 2px;
    font-weight: 500;
}
.video-wrap .video-btn-wrap{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%
}
.video-wrap .video-play{
    position:absolute;
    top:16px;
    left:80px;
    text-transform:uppercase;
    width:129px;
    line-height:1
}
.video-wrap .video-play p{
    border-bottom:1px solid #fff;
    margin-bottom:0
}
.video-btn{
    display:inline-block;
    width:60px;
    height:60px;
    line-height:65px;
    text-align:center;
    border-radius:50%;
    color:#fff;
    position:relative;
    top:3px;
    z-index:1;
    background-image:-webkit-gradient(linear,left top,right top,from(#C3342C),to(#8E0A02));
    background-image:linear-gradient(to right,#C3342C,#8E0A02)
}
.video-btn i{
    font-size:20px;
    font-weight:700;
    padding-left:4px;
    color:#fff
}
/*.video-btn::after{
    z-index:-1;
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:60px;
    height:60px;
    -webkit-animation:ripple 1.6s ease-out infinite;
    animation:ripple 1.6s ease-out infinite;
    opacity:0;
    border-radius:50%;
    background-image:-webkit-gradient(linear,left top,right top,from(#C3342C),to(#8E0A02));
    background-image:linear-gradient(to right,#C3342C,#8E0A02)
}*/
.video-btn:hover{
    background-color:#121232;
    color:#fff
}
#myTab .nav-link {
    font-weight: bold;
    color: #E9430A;
}
#myTab .nav-link.active{
    color: #666;
}
@-webkit-keyframes ripple{
    0%,35%{
        -webkit-transform:scale(0);
        transform:scale(0);
        opacity:1
    }
    50%{
        -webkit-transform:scale(1.5);
        transform:scale(1.5);
        opacity:.8
    }
    100%{
        opacity:0;
        -webkit-transform:scale(2);
        transform:scale(2)
    }
}
.default-btn{
    font-size:15px;
    color:#fff;
    font-weight:600;
    background-image:-webkit-gradient(linear,left top,right top,from(#FA4A0D),to(#AB0D04));
    background-image:linear-gradient(to right,#FA4A0D,#AB0D04);
    padding:12px 25px;
    line-height:1;
    border-radius:4px;
    -webkit-transition:all .5s;
    transition:all .5s;
    position:relative;
    z-index:1
}
.default-btn::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:0;
    height:100%;
    background-image: linear-gradient(to right, #E7000A, #FCAB29);
    z-index:-1;
    -webkit-transition:all .5s;
    transition:all .5s;
    border-radius:4px
}
.default-btn:hover{
    color:#fff
}
.default-btn:hover::before{
    width:100%
}
.section-title{
    text-align:center;
    margin:-8px auto 60px;
    max-width:800px
}
.section-title span{
    font-family:Poppins,sans-serif;
    font-size:15px;
    font-weight:600;
    color:#C3342C;
    display:inline-block;
    margin-bottom:10px
}
.section-title h2{
    font-size:28px;
    margin-bottom:0
}
.main-nav .main-nav{
    background-color:#fff;
    /*background-image: linear-gradient(to right, #E7000A, #FCAB29);*/
    position:relative;
    z-index:1;
    font-family:Poppins,sans-serif;
    padding:5px 0
}
.navbar-brand {
    width: 240px;
}
.main-nav .main-nav nav .navbar-nav .nav-item a{
    font-weight:600;
    font-size:14px;
    text-transform:capitalize;
    color:#606060;
    margin-left:12px;
    margin-right:12px
}
.main-nav .main-nav nav .navbar-nav .nav-item a.active{
    color:#000
}
.main-nav .main-nav nav .navbar-nav .nav-item a:hover{
    color:#000
}
.main-nav .main-nav nav .navbar-nav .nav-item .dropdown-menu{
    width:240px;
    background-color:#fff;
    border: 1px solid #ccc;
    margin-top: 0;
}
.main-nav .main-nav nav .navbar-nav .nav-item .dropdown-menu li a{
    color:#C3342C
}
.main-nav .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu{
    left:100%;
    border:none
}
.main-nav .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a{
    color:#233d63;
    text-transform:capitalize
}
.main-nav .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active{
    color:#000
}
.main-nav .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover{
    color:#000
}
.main-nav .main-nav nav .navbar-nav .nav-item .dropdown-menu li a{
    padding:5px 15px;
    font-size:14px;
    color:#000;
    font-weight:500
}
.main-nav .main-nav nav .navbar-nav .nav-item .dropdown-menu li a::after{
    float:right;
    position:relative;
    top:11px
}
.main-nav .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active{
    color:#C3342C
}
.main-nav .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover{
    color:#C3342C
}
.main-nav .others-option{
    margin-left:60px
}
.main-nav .others-option .contact-number{
    color:#606060;
    font-size:14px;
    font-weight:600;
    -webkit-transition:all .5s;
    transition:all .5s;
    margin-right:20px
}
.main-nav .others-option .contact-number i{
    display:inline-block;
    width:25px;
    height:25px;
    background-color:#e8e8e7;
    text-align:center;
    border-radius:50%;
    line-height:26px;
    padding-right:0;
    margin-right:5px;
    color:#606060;
    -webkit-transition:all .5s;
    transition:all .5s
}
.main-nav .others-option .contact-number:hover{
    color:#000
}
.main-nav .others-option .contact-number:hover i{
    color:#fff;
    background-color:#000
}
.main-nav .others-option .default-btn{
    font-size:14px;
    font-weight:600;
    padding:12px 25px
}
.dropdown-style{
    position:relative
}
.dropdown-style::before{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background-image:url(../img/shape/2.png);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    opacity:.1
}
.nav-item.dropdown:hover > .dropdown-menu {
    display: block;
}
.nav-item.dropdown > a::after{
    display: inline-block;
    margin-left: .455em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.is-sticky{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:999;
    background-color:#fff;
    -webkit-box-shadow:0 8px 6px -6px rgba(0,0,0,.4);
    box-shadow:0 8px 6px -6px rgba(0,0,0,.4);
    -webkit-animation:.5s ease-in-out 0s normal none 1 running fadeInDown;
    animation:.5s ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-transition:all .5s;
    transition:all .5s;
    max-width:100%;
    margin-top:0
}
#MainHeader.active .navbar-brand {
    width: 160px;
}
#MainHeader.active {
    margin-bottom: 25px;
}
#MainHeader.active .navbar-brand img{
    filter: brightness(0%) grayscale(100%) invert(100%);
}
#MainHeader.active .main-nav{
    background-image: linear-gradient(to right, #E9430A, #E9430A);
}
#MainHeader.active .main-nav nav .navbar-nav > .nav-item > a,
#MainHeader.active .others-option .contact-number{
    color: #fff;
}
#HomeBlog .card {
    height: 100%;
}
.banner-area{
    background-image:url(../img/home-one/slider/1.jpg);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    width:100%;
    height:100vh;
    position:relative;
    z-index:1
}
.banner-area::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:101%;
    background-image:url(../img/shape/9.png);
    background-size:cover;
    background-repeat:no-repeat;
    background-position:bottom;
    z-index:-1
}
.banner-area .banner-text{
    max-width:700px;
    margin-top:100px
}
.banner-area .banner-text span{
    font-size:15px;
    display:inline-block;
    margin-bottom:10px;
    font-family:Poppins,sans-serif;
    font-weight:600;
    color:#C3342C
}
.banner-area .banner-text h1{
    font-size:60px;
    color:#000;
    font-weight:700;
    margin-bottom:15px
}
.banner-area .banner-text h1 span{
    font-size:60px;
    color:#C3342C;
    font-weight:700
}
.banner-area .banner-text p{
    color:#747171;
    font-size:14px;
    margin-bottom:40px;
    font-weight:700
}
.banner-area .video-wrap{
    text-align:center
}
.carousel-main-item {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translate(0, -50%);
    text-align:left;
}
#HomeBanner{
    position:relative;
    text-align: center;
    z-index:1
}
#HomeBanner .carousel-item h1,
#HomeBanner .carousel-item h2 {
    font-size: 42px;
    color: #000;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
    margin-top: 0;
}
#HomeBanner .carousel-control-prev{
    position:absolute;
    top:47%;
    left:30px;
    width:50px;
    height:50px;
    border:1px solid #C3342C!important;
    border-radius:10px 0;
    background-color:#C3342C;
    -webkit-transition:all .5s;
    transition:all .5s;
    margin:0
}
#HomeBanner .carousel-control-prev:hover{
    border:2px solid #C3342C!important;
    background-color:transparent
}
#HomeBanner .carousel-control-prev:hover i{
    color:#C3342C
}
#HomeBanner .carousel-control-next i{
    color:#fff;
    font-size:18px
}
#HomeBanner .carousel-control-next{
    position:absolute;
    top:47%;
    right:30px;
    width:50px;
    height:50px;
    border:2px solid #C3342C!important;
    border-radius:10px 0;
    background-color:#C3342C;
    -webkit-transition:all .5s;
    transition:all .5s;
    margin:0
}
#HomeBanner .carousel-control-next:hover{
    border:2px solid #C3342C!important;
    background-color:transparent
}
#HomeBanner .carousel-control-next:hover i{
    color:#C3342C
}
#HomeBanner .carousel-control-next i{
    color:#fff;
    font-size:18px
}
.box-area{
    margin-top:-100px
}
.single-box{
    text-align:center;
    padding:30px;
    border-radius:30px 0;
    margin-bottom:30px;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    position:relative;
    z-index:1;
    -webkit-transition:all .5s;
    transition:all .5s;
    height: 100%;
}
.single-box::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#E9430A;
    opacity:1;
    z-index:-1;
    border-radius:30px 0;
    -webkit-transition:all .5s;
    transition:all .5s
}
.single-box:hover{
    border-radius:0
}
/*.single-box:hover::before{
    opacity:.5;
    border-radius:0
}*/
.single-box:hover svg{
    color:#fff
}
/*.single-box:hover svg::after{
    -webkit-transform:scale(1);
    transform:scale(1)
}*/
.single-box .single-box-icon svg {
    font-size: 25px;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #fff;
    color: #C3342C;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    padding: 10px;
    fill: #C3342C;
}
.single-box .single-box-icon {
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    width: 60px;
    height: 60px;
}
/*.single-box i::after{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:50px;
    height:50px;
    line-height:50px;
    background-image:-webkit-gradient(linear,left top,right top,from(#C3342C),to(#8E0A02));
    background-image:linear-gradient(to right,#C3342C,#8E0A02);
    border-radius:50%;
    z-index:-1;
    -webkit-transform:scale(0);
    transform:scale(0);
    -webkit-transition:all .5s;
    transition:all .5s
}*/
.single-box h3{
    color:#fff;
    margin-bottom:12px
}
.single-box p{
    color:#e6e1e1;
    margin-bottom:-6px
}
.single-box.single-box-2{
    position:relative;
    z-index:1;
    background-color:#fff;
    -webkit-box-shadow:0 2px 48px 0 rgba(0,0,0,.08);
    box-shadow:0 2px 48px 0 rgba(0,0,0,.08)
}
.single-box.single-box-2::after{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-image:url(../img/shape/2.png);
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    z-index:-1;
    opacity:.1;
    -webkit-transform:scale(0);
    transform:scale(0);
    -webkit-transition:all .5s;
    transition:all .5s
}
.single-box.single-box-2::before{
    display:none
}
.single-box.single-box-2:hover::after{
    -webkit-transform:scale(1);
    transform:scale(1)
}
.single-box.single-box-2 i{
    background-color:#e4f4c5
}
.single-box.single-box-2 h3{
    color:#000;
    margin-bottom:12px
}
.single-box.single-box-2 p{
    color:#4a4a4a;
    margin-bottom:-6px
}
#HomeAbout{
    padding-bottom: 100px;
}
.about-title{
    margin-top:-8px
}
.about-title span{
    font-family:Poppins,sans-serif;
    font-size:15px;
    font-weight:600;
    color:#C3342C;
    display:inline-block;
    margin-bottom:10px
}
.about-title h2{
    font-size:22px;
    margin-bottom:30px
}
.about-title ul{
    margin-bottom:40px
}
.about-title ul li{
    margin-bottom:10px;
    color:Poppins,sans-serif;
    color:#000;
    font-weight:600;
    font-size:15px;
    -webkit-transition:all .5s;
    transition:all .5s
}
.about-title ul li:last-child{
    margin-bottom:0
}
.about-title ul li i{
    padding-right:5px;
    -webkit-transition:all .5s;
    transition:all .5s
}
.about-title ul li:hover{
    color:#C3342C
}
.about-title ul li:hover i{
    margin-right:5px
}
.about-us-img{
    position: relative;
    display: inline-block;
    background-image: linear-gradient(to right, #fff 40%, #FA4A0D 40%,#AB0D04 100%);
    padding: 20px;
}
.about-us-img img{
    border-radius:4px;
    width: 250px;
    border: 5px solid #fff;
}
.about-us-img .about-img-2 {
    /*position: absolute;
    top: calc(100% - 50px );
    right: 0;*/
    margin-top: 15px;
}
#HomeServices{
    background-color:#f0f1f8;
    padding: 100px 0;
}
#HomeServices .tab-content .tab-pane{
    -webkit-box-shadow:0 2px 48px 0 rgba(0,0,0,.08);
    box-shadow:0 2px 48px 0 rgba(0,0,0,.08);
    background-color:#fff;
    padding:30px;
    border-radius:4px
}
#HomeServices .best-service-img img{
    border-radius:4px;
    border: 4px solid #fff;
}
.best-service-img {
    background-image: linear-gradient(to left, #fff 50%, #FA4A0D 50%,#AB0D04 100%);
    padding: 30px;
}
#HomeServices .nav-pills{
    margin-bottom:30px
}
#HomeServices .nav-pills .nav-link{
    color:#292a2c;
    background-color:#fff;
    -webkit-box-shadow:0 2px 48px 0 rgba(0,0,0,.08);
    box-shadow:0 2px 48px 0 rgba(0,0,0,.08);
    padding:15px;
    border-radius:4px;
    font-weight:600;
    font-size:14px;
    font-family:Poppins,sans-serif;
    -webkit-transition:all .5s;
    transition:all .5s;
    position:relative;
    z-index:1;
    width: 100%;
    height: 100%;
    line-height: 1.2;
    display: grid;
    align-items: center;
}
#HomeServices .nav-pills .nav-link::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-image:-webkit-gradient(linear,left top,right top,from(#FA4A0D),to(#AB0D04));
    background-image:linear-gradient(to right,#FA4A0D,#AB0D04);
    z-index:-1;
    -webkit-transform:scale(0);
    transform:scale(0);
    -webkit-transition:all .5s;
    transition:all .5s;
    border-radius:4px
}
#HomeServices .nav-pills .nav-link svg{
    display:block;
    font-size:30px;
    font-weight:400;
    line-height:1;
    color:#C3342C;
    -webkit-transition:all .5s;
    transition:all .5s;
    height:75px;
    margin-left: auto;
    margin-right: auto;
    fill: #C3342C;
}
#HomeServices .nav-pills .nav-link svg path{
    fill: #C3342C;
}
#HomeServices .nav-pills .nav-link:hover{
    color:#fff;
    -webkit-box-shadow:none;
    box-shadow:none
}
#HomeServices .nav-pills .nav-link.active svg,
#HomeServices .nav-pills .nav-link:hover svg,
#HomeServices .nav-pills .nav-link:hover svg path{
    fill:#fff;
}
#HomeServices .nav-pills .nav-link:hover::before{
    -webkit-transform:scale(1);
    transform:scale(1)
}
#HomeServices .nav-pills .nav-link:hover svg{
    color:#fff
}
#HomeServices .nav-pills .nav-link.active{
    color:#fff;
    background-image:-webkit-gradient(linear,left top,right top,from(#FA4A0D),to(#AB0D04));
    background-image:linear-gradient(to right,#FA4A0D,#AB0D04);
    -webkit-box-shadow:none;
    box-shadow:none
}
#HomeServices .nav-pills .nav-link.active svg path{
    fill: #fff;
}
#HomeServices .nav-pills .nav-link.active i{
    color:#fff
}
#HomeServices .best-service-area h3{
    margin-bottom:20px
}
#HomeServices .best-service-area ul{
    margin-bottom:35px
}
#HomeServices .best-service-area ul li{
    margin-bottom:10px;
    color:#000;
    font-size:13px;
    font-weight:600;
    font-family:Poppins,sans-serif;
    padding-left:10px;
    position:relative
}
#HomeServices .best-service-area ul li:last-child{
    margin-bottom:0
}
#HomeServices .best-service-area ul li i{
    display:inline-block;
    width:25px;
    height:25px;
    line-height:25px;
    background-color:#000;
    text-align:center;
    color:#fff;
    margin-right:5px;
    font-weight:400;
    border-radius:4px;
    position:absolute;
    top:0;
    left:0
}
#BestServiceTab li{
    margin-right: 20px;
}
#BestServiceTab li:last-child{
    margin-right: 0;
}
#HomeWhyUs{
    padding: 100px 0;
}
.choose-bg-area{
    max-width:650px;
    margin-left:auto
}
.choose-bg-area .single-box{
    border-radius:0;
    margin-bottom:0;
    border:1px solid #FF834B;
    padding:20px;
}
.choose-bg-area .single-box::before{
    border-radius:0
}
.choose-bg-area .single-box:hover::before{
    border-radius:0;
    opacity:.9
}
.choose-bg-area:hover .choose-1{
    margin-right:15px;
    margin-bottom:15px
}
.choose-bg-area:hover .choose-2{
    margin-left:15px;
    margin-bottom:15px
}
.choose-bg-area:hover .choose-3{
    margin-top:15px;
    margin-right:15px
}
.choose-bg-area:hover .choose-4{
    margin-top:15px;
    margin-left:15px
}
.choose-img{
    background-image:url(../img/choose-bg.jpg);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    height:100%;
    height:100%;
    text-align:center;
    position:relative;
    z-index:1;
    padding:25px
}
.choose-img::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-image:linear-gradient(to right, #fff 50%, #FA4A0D 50%,#AB0D04 100%);
    opacity:.9;
    z-index:-1
}
.choose-img .video-wrap .video-btn-wrap{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
.choose-img img{
    border-radius:4px
}
.financial-text-wrap{
    position:relative
}
.financial-text-wrap .financial-text{
    position:absolute;
    top:0;
    left:0
}
.financial-area{
    background-color:#000
}
.company-group-title h2{
    text-align: center;
    color: #000;
    margin-bottom: 40px;
}
.financial-image{
    width:100%;
    height:100%;
    background-position:top center;
    background-size:cover;
    background-repeat:no-repeat;
    color:#fff
}
.financial-text{
    text-align:center;
    overflow:hidden;
    position:relative;
    z-index:1;
    padding-top:35px;
    padding-bottom:35px;
    padding-left:30px;
    padding-right:30px;
    background-color: #E9430A;
    height: 100%
}
.financial-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.financial-text .icon{
    color:#C3342C;
    font-size:25px;
    margin-bottom:20px;
    line-height:1;
    width:50px;
    height:50px;
    text-align:center;
    background-color:#fff;
    display:inline-block;
    border-radius:50%;
    overflow: hidden;
}
.financial-text h3{
    color:#fff;
    margin-bottom:18px
}
.financial-text p{
    color:#fff;
    margin-bottom:0
}
.financial-text .default-btn{
    margin-top:22px
}
.financial-text .shape{
    position:absolute;
    left:0;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    right:0;
    margin:0 auto;
    z-index:-1
}
#our_team{
    max-height: 220px;
}
.team-area{
    background-color: #F0F1F8 !important;
}
.single-team {
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    display: inline-block;
    max-height: 220px;
}
.single-team .team-text {
    text-align: center;
    padding: 20px;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    align-content: center;
}
.single-team:hover .team-text{
    top: 0;
}
.single-team .team-text h3{
    margin-bottom:5px;
    margin-top:-2px
}
.single-team .team-text span{
    display:block;
    margin-bottom:-4px
}
.single-team .team-img{
    position:relative;
    /*border-right:10px solid #C3342C;
    border-top:10px solid #C3342C;
    height: 250px;*/
    text-align: center;
    border-radius: 50%;
overflow: hidden;
}
.single-team .team-img img{
    max-height: 100%;
}
.single-team .team-img .team-icon{
    position:absolute;
    bottom:-25px;
    left:0;
    right:0;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-transition:all .5s;
    transition:all .5s
}
.single-team .team-img .team-icon li{
    display:inline-block;
    padding:0 10px
}
.single-team .team-img .team-icon li a{
    color:#fff;
    font-size:17px;
    line-height:1
}
.single-team .team-img .team-icon li a i{
    line-height:20px;
    width:20px;
    height:20px;
    text-align:center
}
.single-team .team-img .team-icon li a:hover{
    color:#C3342C;
    background-color:#fff
}
/*.single-team .team-img::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#E7000A;
    opacity:0;
    -webkit-transition:all .5s;
    transition:all .5s
}
.single-team:hover .team-img::before{
    opacity:.5
}*/
.single-team:hover .team-img .team-icon{
    bottom:0
}
.single-team:hover .team-text{
    background-color:rgba(233, 67, 10, 0.9)
}
.single-team:hover .team-text h3{
    color:#fff
}
.single-team:hover .team-text span{
    color:#fff
}
#HappyCustomers{
    padding-bottom: 80px;
    padding-top: 70px;
    
}
#HappyCustomers h2{
    color: #000;
    text-align: center;
    margin-bottom: 40px;
}
.happycustomer-item img {
    width: 80px;
    border-radius: 5px;
    border: 2px solid #C3342C;
    width: 100%;
}
.happycustomer-item h4 {
    font-size: 13px;
    margin-bottom: 0;
}
.happycustomer-item h4 {
    padding: 10px;
    border-width: 2px 2px 2px 0;
    border-color: #C3342C;
    border-style: solid;
    border-radius: 0 10px 10px 0;
    align-self: center;
    width: 100%;
    height: 90%;
    display: grid;
    align-items: center;
}
.happy-customer-item {
    height: 115px;
    display: flex;
    padding: 5px;
    border-radius: 3px;
}
.happy-customer-item img {
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: auto;
    align-self: center;
    object-fit: cover;
}
#HomeTestimonial{
    background-image: url('../images/bg-testimonial.jpg');
    background-size: cover;
    padding: 80px 0;
}
#TestimonialsCarousel .carousel-item {
    background-color: #E4E4F0;
    padding: 30px;
    border-radius: 30px;
}
.testimonial-title{
    text-align: center;
    color: #fff;
}
.testimonial-title span{
    font-family: Poppins,sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #e5e5e5;
    display: inline-block;
    margin-bottom: 10px;
}
.testimonial-title h2{
    color: #fff;
    margin-bottom: 60px;
}
#TestimonialsCarousel p {
    font-weight: 600;
    font-size: 18px;
}
#HomeBlog{
    padding: 80px 0;
    background-color: #EFEFEF;
}
#HomeEnquiry{
    padding: 80px 0;
}
#HomeEnquiry .form-control {
    border-radius: 50px;
    padding: 35px 40px;
    border-color: #606060;
    border-width: 2px;
}
.questions-area.two .section-title{
    text-align:left;
    max-width:unset;
    margin:0 auto 60px
}
.questions-bg-area{
    max-width:700px;
    margin-left:auto
}
.questions .contact-form {
    padding: 30px;
    background-image: linear-gradient(to right, #E7000A, #FCAB29);
    margin-left: 60px;
    margin-right: 60px;
    background-size: cover;
    margin-bottom: 30px;
}
.contact-form h5 {
    background-color: #9B0007;
    color: #fff;
    padding: 10px 30px;
    margin-left: -45px;
    margin-right: -30px;
    text-align: center;
    position: relative;
}
.contact-form h5::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 0;
    border-color: transparent #1C1C1C transparent transparent;
}
.questions .contact-form label{
    float:left;
    color:#fff
}
.questions .contact-form .form-group{
    margin-bottom:20px
}
.questions .contact-form .form-group .form-control{
    color:#fff
}
.questions .contact-form .form-group textarea.form-control{
    height:200px
}
.questions .contact-form .default-btn{
    cursor:pointer
}
.faq-accordion .accordion{
    list-style-type:none;
    padding-left:0;
    margin-bottom:0
}
.faq-accordion .accordion .accordion-item{
    display:block;
    -webkit-box-shadow:0 0 1.25rem rgba(108,118,134,.1);
    box-shadow:0 0 1.25rem rgba(108,118,134,.1);
    background:#fff;
    margin-bottom:10px
}
.faq-accordion .accordion .accordion-item:last-child{
    margin-bottom:0
}
.faq-accordion .accordion .accordion-title{
    padding:12px 20px 12px 51px;
    color:#000;
    position:relative;
    border-bottom:1px solid transparent;
    margin-bottom:-1px;
    display:block;
    font-size:18px;
    font-weight:500
}
.faq-accordion .accordion .accordion-title i{
    position:absolute;
    left:0;
    top:0;
    width:40px;
    text-align:center;
    height:100%;
    background:#faf5f5;
    color:#C3342C;
    font-size:14px;
    -webkit-transition:.5s;
    transition:.5s
}
.faq-accordion .accordion .accordion-title i::before{
    position:absolute;
    left:0;
    top:50%;
    right:0;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%)
}
.faq-accordion .accordion .accordion-title[aria-expanded="true"]{
    border-bottom-color:#eee
}
.faq-accordion .accordion .accordion-title[aria-expanded="true"] i{
    background-color:#C3342C;
    color:#fff
}
.faq-accordion .accordion .accordion-title[aria-expanded="true"] i::before{
    content:"\f063"
}
.faq-accordion .accordion .accordion-content{
    display:none;
    position:relative;
    padding:15px;
    font-size:15
}
.faq-accordion .accordion .accordion-content.show{
    display:block
}
#MainFooter {
    padding-top: 80px;
    padding-bottom: 40px;
    background-image: linear-gradient(to right, rgba(233, 67, 10, 0.92), rgba(233, 67, 10, 0.92)), url('../images/footer-bg.jpg');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% auto;
}
.single-widget{
    margin-bottom:25px
}
.single-widget h3{
    color:#fff;
    margin-bottom:20px
}
.single-widget p{
    color:#fafafa;
    margin-top:10px
}
.single-widget .address{
    margin-top:20px
}
.single-widget .address li{
    color:#fafafa;
    position:relative;
    padding-left:40px;
    margin-bottom:15px;
    -webkit-transition:all .5s;
    transition:all .5s
}
.single-widget .address li a{
    color:#fafafa;
    -webkit-transition:all .5s;
    transition:all .5s
}
.single-widget .address li i{
    position:absolute;
    top:-4px;
    left:0;
    width:30px;
    height:30px;
    line-height:30px;
    background-color:#C3342C;
    text-align:center;
    border-radius:50%;
    color:#fff
}
.single-widget .address li:hover{
    color:#C3342C
}
.single-widget .address li:hover a{
    color:#C3342C
}
.single-widget .address li:last-child{
    margin-bottom:0
}
.single-widget .links li a {
    color: #fafafa;
    padding: 3px 0;
}
.single-widget .links li:last-child{
    margin-bottom:0
}
.single-widget .links li:hover{
    color:#C3342C
}
.single-widget .links li:hover a{
    color:#000
}
.single-widget .instragram{
    margin-top:-10px
}
.single-widget .instragram li{
    display:inline-block;
    margin-left:7px;
    margin-right:7px;
    margin-top:17px
}
.single-widget .instragram li a{
    color:#fafafa
}
.single-widget .instragram li:hover{
    color:#C3342C
}
.single-widget .instragram li:hover a{
    color:#C3342C
}
.footer-bottom-area p{
    color:#fff;
    margin-top:4px
}
.footer-bottom-area .social-icon{
    text-align:right
}
.footer-bottom-area .social-icon li{
    display:inline-block;
    padding-left:5px
}
.footer-bottom-area .social-icon li a i{
    display:inline-block;
    width:30px;
    height:30px;
    line-height:30px;
    background-color:#C3342C;
    color:#fff;
    border-radius:50%;
    text-align:center;
    -webkit-transition:all .5s;
    transition:all .5s
}
.footer-bottom-area .social-icon li a i.fa-facebook-f{
    background-color: #2E89FF;
}
.footer-bottom-area .social-icon li a i.fa-twitter{
    background-color: #1DA1F2;
}
.footer-bottom-area .social-icon li a i.fa-linkedin-in{
    background-color: #0077B5;
}
.footer-bottom-area .social-icon li a i.fa-pinterest-p{
    background-color: #CC2127;
}
.footer-bottom-area .social-icon li a i.fa-youtube{
    background-color: #F60001;
}
.footer-bottom-area .social-icon li a i:hover{
    background-color:#000
}
.help-block.with-errors{
    margin-top:10px
}
.list-unstyled li{
    color:#dc3545;
    text-align:left
}
.text-danger{
    color:#dc3545!important;
    margin-top:10px
}
.text-success{
    color:#28a745!important;
    margin-top:10px
}
.breadcrumb{
    background-color: transparent !important;
}
.breadcrumb-item + .breadcrumb-item::before{
    content: ">";
}



#MainHeading {
    background: linear-gradient(to right,#C3342C,#8E0A02);
    color: #fff;
    background-size: 100% auto;
    padding-top: 200px;
    padding-bottom: 75px;
    background-position: center bottom;
    background-repeat: no-repeat;
}
#MainHeading h1,
#MainHeading .breadcrumb-item::before,
#MainHeading .breadcrumb-item.active {
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}


.breadcrumb-item a{
    color: #ccc;
}
.team-content {
    /*padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;*/
    padding-top: 100px;
    margin-top: -100px;
}
.team-content img{
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 10px solid #E53D0D;
}
.about-us-text-container h2 {
    color: #E9430A;
}
.faq-container{
    padding: 60px 0;
    background-color: #e5e5e5;
}
.faq-container .card-body {
    box-shadow: inset 0px -7px 7px -9px rgba(0, 0, 0, 0.8), inset 0px 7px 7px -8px rgba(0, 0, 0, 0.8);
}
.faq-container h2 button {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
.faq-container h2 button:focus{
    outline: none;
    box-shadow: none;
}
#BlogDetail h1{
    color: #E9430A;
}
#ReservationForm .form-control {
    padding: 5px 17px;
}
#ReservationForm .form-group {
    margin-bottom: 7px;
}
@media only screen and (max-width: 767px) {
    #HomeBanner .carousel-item h1, #HomeBanner .carousel-item h2 {
        font-size: 13px;
    }
  .shape {
    display: none;
  }
  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .pb-70 {
    padding-bottom: 20px;
  }
  .peru-nav .others-option {
    display: none;
  }
  .hero-slider-area .hero-slider-item {
    z-index: -1;
    position: relative;
    padding: 100px 0 50px !important;
    height: 100%;
    padding: 50px 0 120px;
  }
  .hero-slider-area .hero-slider-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
    z-index: -1;
  }
  .hero-slider-area .hero-slider-item .hero-slider-text {
    max-width: unset;
    text-align: center;
  }
  .hero-slider-area .hero-slider-item .hero-slider-text span {
    font-size: 13px;
    color: #ffffff;
  }
  .hero-slider-area .hero-slider-item .hero-slider-text h1 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #ffffff;
    line-height: 1.4 !important;
  }
  .hero-slider-area .hero-slider-item .hero-slider-text h1 span {
    font-size: 30px;
    margin-bottom: 0;
    color: #ffffff;
  }
  .hero-slider-area .hero-slider-item .hero-slider-text p {
    margin-bottom: 30px;
    color: #ffffff;
  }
  .hero-slider-area .owl-theme .owl-nav .owl-prev {
    top: 80%;
    left: 15px;
    width: 45px;
    height: 45px;
  }
  .hero-slider-area .owl-theme .owl-nav .owl-prev i {
    font-size: 15px;
  }
  .hero-slider-area .owl-theme .owl-nav .owl-next {
    top: 80%;
    right: 15px;
    width: 45px;
    height: 45px;
  }
  .hero-slider-area .owl-theme .owl-nav .owl-next i {
    font-size: 15px;
  }
  .box-area {
    margin-top: 0;
    padding-top: 50px;
  }
  .single-box {
    padding: 20px;
  }
  .single-box p {
    margin-bottom: -3px;
  }
  .about-title {
    margin-bottom: 30px;
  }
  .about-title span {
    font-size: 13px;
  }
  .about-title h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .about-title ul {
    margin-bottom: 30px;
  }
  .about-us-img img {
    width: 100%;
  }
  .about-us-img .about-img-2 {
    position: unset;
    margin-top: 30px;
  }
  .section-title {
    margin-bottom: 30px;
  }
  .section-title span {
    font-size: 13px;
  }
  .section-title h2 {
    font-size: 25px;
  }
  #HomeServices .nav-pills {
    margin-bottom: 40px;
  }
  #HomeServices .nav-pills .nav-link {
    width: 100%;
    margin-bottom: 30px;
  }
  #HomeServices .tab-content {
    padding: 15px;
  }
  #HomeServices .best-service-area h3 {
    margin-top: 30px;
  }
  #HomeServices .best-service-img img {
    width: 100%;
  }
  .choose-area .choose-bg-area .single-box {
    margin: 15px;
    padding: 15px;
  }
  .choose-area .choose-bg-area .single-box.choose-2 {
    margin-left: 30px;
  }
  .choose-area .choose-bg-area .single-box.choose-4 {
    margin-left: 30px;
    margin-bottom: 30px;
  }
  .choose-area .choose-bg-area .col-lg-6.pl-0 {
    padding-right: 0;
  }
  .choose-area .col-lg-5.pr-0 {
    margin-right: 15px;
  }
  .financial-area.owl-carousel .owl-item img {
    display: block !important;
    width: 100%;
  }
  .client-details {
    padding: 15px;
  }
  .client-bg {
    margin-left: 0;
    margin-right: 0;
  }
  .questions-bg-area {
    padding-left: 15px;
    max-width: 520px;
    margin: auto;
  }
  .questions-area.two .section-title {
    margin: 0 auto 30px;
    text-align: center;
  }
  .questions {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .questions .contact-form {
    margin-left: 15px;
    margin-right: 15px;
    padding: 15px;
  }
  .faq-accordion .accordion {
    margin-bottom: 30px;
  }
  .questions-area .col-lg-5.pr-0 {
    padding-left: 0;
  }
  .footer-bottom-area .social-icon {
    text-align: center;
    margin-top: 5px;
  }
  .footer-bottom-area p {
    text-align: center;
  }
  .choose-area .container-fluid {
    max-width: 540px;
  }
  .choose-img {
    padding: 30px;
  }
  .financial-text {
    padding-left: 20px;
    padding-right: 20px;
  }
  .single-widget .links li {
    margin-bottom: 5px;
  }
  .single-processing::before {
    display: none;
  }
  .services-area .owl-next {
    top: 38%;
    right: 0;
  }
  .services-area .owl-prev {
    top: 38%;
    left: 0;
  }
  .banner-area {
    height: 100%;
    padding: 50px 0 50px;
    position: relative;
    z-index: -1;
  }
  .banner-area::before {
    display: none;
  }
  .banner-area::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.7;
    z-index: -1;
  }
  .banner-area .banner-text {
    max-width: unset;
    text-align: center;
    margin-bottom: 30px;
  }
  .banner-area .banner-text span {
    font-size: 13px;
    color: #ffffff;
  }
  .banner-area .banner-text h1 {
    font-size: 30px;
    color: #ffffff;
    line-height: 1.4;
  }
  .banner-area .banner-text p {
    font-size: 13px;
    color: #ffffff;
    margin-bottom: 30px;
  }
  .banner-area .video-wrap .video-btn-wrap {
    position: unset;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-nav .others-option {
    display: none;
  }
  .hero-slider-area .hero-slider-item {
    position: relative;
    z-index: -1;
    padding: 125px 0 100px !important;
    height: 100%;
    padding: 88px 0 100px;
  }
  .hero-slider-area .hero-slider-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
    z-index: -1;
  }
  .hero-slider-area .hero-slider-item .hero-slider-text {
    max-width: 500px;
    text-align: center;
    margin: auto;
  }
  .hero-slider-area .hero-slider-item .hero-slider-text span {
    font-size: 13px;
    color: #ffffff;
  }
  .hero-slider-area .hero-slider-item .hero-slider-text h1 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #ffffff;
    line-height: 1.4 !important;
  }
  .hero-slider-area .hero-slider-item .hero-slider-text h1 span {
    font-size: 30px;
    margin-bottom: 0;
    color: #ffffff;
  }
  .hero-slider-area .hero-slider-item .hero-slider-text p {
    margin-bottom: 30px;
    color: #45b432;
    color: #ffffff;
  }
  .hero-slider-area .owl-theme .owl-nav .owl-prev {
    width: 45px;
    height: 45px;
  }
  .hero-slider-area .owl-theme .owl-nav .owl-prev i {
    font-size: 15px;
  }
  .hero-slider-area .owl-theme .owl-nav .owl-next {
    width: 45px;
    height: 45px;
  }
  .hero-slider-area .owl-theme .owl-nav .owl-next i {
    font-size: 15px;
  }
  .box-area {
    margin-top: 0;
    padding-top: 50px;
  }
  .single-box {
    padding: 30px;
  }
  .single-box p {
    margin-bottom: -3px;
  }
  .about-title {
    margin-bottom: 30px;
  }
  .about-title span {
    font-size: 13px;
  }
  .about-title h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .about-title ul {
    margin-bottom: 30px;
  }
  .about-us-img img {
    width: 100%;
  }
  .about-us-img .about-img-2 {
    position: unset;
    margin-top: 30px;
  }
  .section-title {
    margin-bottom: 30px;
  }
  .section-title span {
    font-size: 13px;
  }
  .section-title h2 {
    font-size: 25px;
  }
  #HomeServices .nav-pills {
    margin-bottom: 40px;
  }
  #HomeServices .nav-pills .nav-link {
    width: 100%;
    padding: 19px;
  }
  #HomeServices .tab-content {
    padding: 30px;
  }
  #HomeServices .best-service-area h3 {
    margin-top: 30px;
  }
  #HomeServices .best-service-img img {
    width: 100%;
  }
  .choose-area .choose-bg-area {
    max-width: 675px;
    margin: auto;
  }
  .choose-area .choose-bg-area .single-box {
    margin-bottom: 30px;
  }
  .choose-area .choose-bg-area .single-box.choose-2 {
    margin-left: 30px;
  }
  .choose-area .choose-bg-area .single-box.choose-4 {
    margin-left: 30px;
    margin-bottom: 30px;
  }
  .choose-area .choose-bg-area .col-lg-6.pl-0 {
    padding-right: 0;
  }
  .choose-area .col-lg-5.pr-0 {
    margin-right: 15px;
  }
  .financial-area.owl-carousel .owl-item img {
    display: block !important;
    width: 100%;
  }
  .client-details {
    padding: 30px;
  }
  .client-bg {
    margin-left: 0;
    margin-right: 0;
  }
  .questions-bg-area {
    padding-left: 15px;
    max-width: 710px;
    margin: auto;
  }
  .questions-area.two .section-title {
    margin: 0 auto 30px;
    text-align: center;
  }
  .questions {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .questions .contact-form {
    margin-left: 15px;
    margin-right: 15px;
    padding: 30px;
    max-width: 700px;
    margin: auto;
  }
  .faq-accordion .accordion {
    margin-bottom: 30px;
  }
  .questions-area .col-lg-5.pr-0 {
    padding-left: 0;
  }
  .footer-bottom-area .social-icon {
    text-align: center;
    margin-top: 5px;
  }
  .footer-bottom-area p {
    text-align: center;
  }
  .choose-area .container-fluid {
    max-width: 720px;
  }
  .choose-img {
    padding: 30px;
  }
  .financial-text {
    padding-left: 20px;
    padding-right: 20px;
  }
  .team-img img {
    width: 100%;
  }
  .banner-area {
    height: 100%;
    padding: 115px 0 70px;
    position: relative;
  }
  .banner-area::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.7;
    z-index: -1;
  }
  .banner-area::before {
    display: none;
  }
  .banner-area .banner-text {
    max-width: 400px;
    margin: auto;
  }
  .banner-area .banner-text span {
    font-size: 13px;
    color: #ffffff;
  }
  .banner-area .banner-text h1 {
    font-size: 30px;
    color: #ffffff;
  }
  .banner-area .banner-text p {
    font-size: 13px;
    color: #ffffff;
    margin-bottom: 30px;
  }
  .banner-area .video-wrap .video-btn-wrap {
    position: unset;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-nav .others-option .contact-number {
    display: none;
  }
  .hero-slider-area .hero-slider-item .hero-slider-text {
    max-width: 700px;
    text-align: center;
    margin: 0 auto 0;
  }
  .shape.shape-8 {
    display: none;
  }
  .shape.shape-4 {
    left: 200px;
  }
  .single-box {
    padding: 20px;
  }
  .about-us-img .about-img-2 {
    top: 90px;
  }
  .banner-area {
    height: 100%;
    padding-top: 100px;
    padding-bottom: 1px;
  }
  .questions-area .container-fluid {
    max-width: 930px;
  }
  .services-area .owl-next {
    right: 0;
  }
  .services-area .owl-prev {
    left: 0;
  }
  .about-title span {
    font-size: 13px;
  }
  .about-title h2 {
    font-size: 35px;
  }
  .section-title span {
    font-size: 13px;
  }
  .section-title h2 {
    font-size: 35px;
  }
  .banner-area .banner-text h1 {
    font-size: 50px;
  }
  .slider-area .hero-slider-text h1 {
    font-size: 50px;
  }
  .slider-area .hero-slider-text h1 span {
    font-size: 50px;
  }
  .hero-slider-area .hero-slider-item {
    position: relative;
    z-index: -1;
  }
  .hero-slider-area .hero-slider-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
    z-index: -1;
  }
  .hero-slider-area .hero-slider-item .hero-slider-text span {
    color: #ffffff;
  }
  .hero-slider-area .hero-slider-item .hero-slider-text h1 {
    color: #ffffff;
  }
  .hero-slider-area .hero-slider-item .hero-slider-text h1 span {
    color: #ffffff;
  }
  .hero-slider-area .hero-slider-item .hero-slider-text p {
    color: #ffffff;
  }
}

@media only screen and (min-width: 1824px) {
  .hero-slider-area .hero-slider-item {
    height: 100vh;
  }
  .hero-slider-area .shape-1 {
    width: unset;
    left: 90px;
  }
  .hero-slider-area .shape-5 {
    left: 200px;
  }
  .hero-slider-area .shape-7 {
    left: 500px;
  }
  .hero-slider-area .shape-4 {
    left: 0;
  }
  .hero-slider-area .shape-8 {
    width: unset;
  }
  .choose-bg-area {
    max-width: 700px;
  }
  .page-title-area {
    padding-top: 240px;
    padding-bottom: 140px;
  }
}

/** Only Mobile Menu **/
@media only screen and (max-width: 991px) {
  .mean-container .mean-bar {
    background-color: #dddddd;
    padding: 0;
  }
  .mean-container a.meanmenu-reveal {
    color: #C3342C;
  }
  .mean-container a.meanmenu-reveal span {
    background: #C3342C;
  }
  .mobile-nav .logo {
    top: 8px;
    line-height: 1;
  }
  .mobile-nav.mean-container .mean-nav ul li a.active {
    color: #47b532;
  }
  .dropdown-style::before {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
    #HomeBanner .carousel-item img{
        width: 100%;
    }
    #HomeBanner .carousel-control-next, #HomeBanner .carousel-control-prev {
        width: 30px;
        height: 30px;
    }
    #HomeBanner .carousel-control-next span, #HomeBanner .carousel-control-prev span {
        width: 10px;
        height: 10px;
    }
    #HomeBanner .carousel-control-next{
        right: 5px;
    }
    #HomeBanner .carousel-control-prev{
        left: 5px;
    }
    .carousel-main-item {
        width: 80%;
        left: 10%;
    }
    #HomeAbout {
        margin-top: 0 !important;
        padding-bottom: 40px;
    }
    #HomeWhyUs,
    #HomeTestimonial,
    #HomeBlog,
    #HomeEnquiry,
    #MainFooter,
    #HappyCustomers,
    #HomeServices{
        padding: 40px 0;
    }
    .navbar-brand {
        width: 170px;
    }
    #HappyCustomers h2,
    .testimonial-title h2,
    .about-title h2,
    .company-group-title h2,
    .section-title h2 {
        font-size: 18px;
    }
    .section-title span {
        margin-bottom: 2px;
    }
    #MainHeading {
        padding-top: 50px;
        padding-bottom: 50px;
        background-size: cover;
    }
    #MainHeading h1 {
        font-size: 22px;
    }
    h2 {
        font-size: 20px;
    }
    h4 {
        font-size: 16px;
    }
    .default-btn{
        padding: 8px 15px;
    }
    .choose-bg-area .single-box{
        padding: 10px 5px;
    }
    .choose-bg-area .single-box p {
        font-size: 14px;
        line-height: 1.5;
    }
    .single-box h3 {
        font-size: 14px;
    }
    #TestimonialsCarousel p {
        font-size: 14px;
    }
    #TestimonialsCarousel img {
        width: 100px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    /*#HomeServices .nav-pills .nav-link {
        font-size: 8px;
        padding: 5px;
    }
    #HomeServices .tab-content{
        padding: 0;
    }
    #HomeServices .nav-pills .nav-link svg{
        height: 22px;
    }
    #BestServiceTab li {
        margin-right: 2px;
    }*/
}