*{
    padding: 0;
    margin: 0;
}

ul{
    padding: 0;
    margin: 0;
}

li{
    list-style: none;
}

a{
    text-decoration: none;
}

img{
    width: 100%;
    height: 100%;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Roboto',sans-serif;
}

body{
    font-family: 'inter', sans-serif;
}

.container{
    max-width: 1240px;
}

.line{
    background: #ec6204;
    height: 4px;
    width: 20%;
    margin: 10px 0 15px;
}

/* header */
header{
    position: relative;
    background: #000;
}
/* .header-top{
    background: #fafafa;
    
} */
.header-top .logo{
   width: 14rem;
   
   margin: 0 auto;
}

.header-top .logo img{
    height: 100%;
    object-fit: cover;
    object-position: top;
} 

.header-right{
    position: relative;
    display: flex;
    margin: 50px 0 132px;
}

.main-address ul{
    display: flex;
}

.main-address li{
    display: flex;
    position: relative;
    margin-right: 32px;
    color: #fff;
}

.main-address li:before {
    position: absolute;
    top: -4px;
    bottom: -5px;
    right: -20px;
    content: "";
    width: 1px;
    background-color: rgba(209, 209, 209, 0.192);
    transform: rotate(12deg);
}

.main-address li:last-child::before{
    display: none;
}

.main-address li h5{
    font-size: 14px;
    margin-bottom: 2px;
    color: #ec6204;
}

.main-address li i{
    margin-top: 10px;
    color: #f9a608;
    margin-right: 19px;
    font-size: 18px;
}

.main-address li span{
    font-size: 14px;
}

.main-address li span a{
    color: #fff;
}

.header-social i{
    height: 40px;
    width:40px;
    background: #ec6204;
    margin-top: 0;
    color: #fff;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.13);
    margin-right: 5px;
}

.header-bottom{
   
    margin-bottom: -70px;
    position: absolute;
    margin-top: -60px;
    width: 100%;
    z-index: 1111;
}

.header-res{
    padding: 5px 20px;
    background: linear-gradient(90deg, #ed570c 0%, #f9a608 100%);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    
}

.header-button a{
    padding: 15px 24px;
    color: #fff;
    background: #000;
    font-weight: 700;
}

.dropdown-menu li a{
    padding: 15px 25px;
    transition: all 200ms ease-in-out;
}

.dropdown-menu li a:hover{
    background: #ec6204;
    color: #fff;
}

.header-res .nav-link{
    color: #fff;
    font-weight: 500;
}

.header-res .nav-link.active{
    font-weight: 700;
    color: #fff;
}

.span-title{
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.navbar-brand{
    display: none;
}

/* banner */
.banner{
    overflow: hidden;
    width: 100%;
}
.strike{
    padding: 12rem 0;
    transform: scale(1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: 1;
    filter: grayscale(0);
    background-position: center top;
}
.b1{
    background:linear-gradient(rgba(0, 0, 0, 0.377),rgba(0, 0, 0, 0.349)), url(b1.jpg);
    background-size: cover;
}
.b2{
    background:linear-gradient(rgba(0, 0, 0, 0.377),rgba(0, 0, 0, 0.349)), url(b2.jpeg);
    background-size: cover;
}

.xd{
    padding:15rem 0;
    color: #fff;
    /* background: rgba(0, 0, 0, 0.582); */
    position: relative;
    z-index: 11;
    text-shadow: 0 0 10px #000;
}

.xd h3{
    font-size: 20px;
    color: #fff;
    opacity: 0;
    transform: translateY(100px);
    -webkit-transition: all 1200ms ease;
}

.xd h1{
    font-weight: 900;
    margin-bottom: 20px;
    font-size: 40px;
    text-transform: capitalize !important;
    opacity: 0;
    transform: translateY(100px);
    -webkit-transition: all 1200ms ease;
}

.xd p{
    font-size: 18px;
    opacity: 0;
    transform: translateY(100px);
    -webkit-transition: all 1200ms ease;
}

.banner-btn-group{
    margin-top: 30px;
    opacity: 0;
    transform: translateY(100px);
    -webkit-transition: all 1200ms ease;
}

.b-btn{
    padding: 15px 35px;
    background: #ec6204;
    color: #fff;
    font-weight: 800;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border-radius: 10px;
    text-shadow: none;
}

.b-btn span{
    position: relative;
    z-index: 111;
}
.b-btn::before{
    position: absolute;
    top: 115px;
    left: -50px;
    right: -50px;
    height: 170px;
    content: "";
    background: #7a7a7a;
    -webkit-transform: translateY(-55px);
    transform: translateY(-55px);
    border-radius: 50%;
    
    transition-duration: 800ms;
    z-index: 1;

}



.b-btn:hover::before{
    top:0%;
    left: -70px;
    right: -70px;
}

.banner .owl-nav{
    position: absolute;
    width: 100%;
    top: 50%;
}

.banner .owl-dots{
    bottom: 2%;
    position: absolute;
    width: 100%;
    right: -2%;
}

.banner .owl-prev, .banner .owl-next{
    
}

.banner .owl-prev{
    position: absolute;
    left: 0;
}

.banner .owl-next{
    position: absolute;
    right: 0;
}

.banner .owl-nav i{
    background: rgba(105, 105, 105, 0.603);
    color: #fff;
    height: 60px;
    width: 60px;
    line-height:60px;
    border-radius: 50%;
    font-weight: 900;
    font-size: 22px;
    transition: all 500ms ease-in-out;
}

.banner .owl-nav i:hover{
    background: #003db8;
}

.banner .owl-nav button:hover{
    background: transparent !important;
}

.banner .owl-dot span{
    border-radius: 0 !important;
    height: 5px !important;
    width: 25px !important;
    background: #003db8 !important;
}


.banner .owl-dot.active span{
    background: #696969 !important;
}

.banner .owl-item.active .strike{
    transform: scale(1.15);
    transition: all 6000ms ease-in-out;
}

.slide{
    position: relative;
    overflow: hidden;
}


.banner .owl-item.active h3{
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 300ms
}
.banner .owl-item.active h1{
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 600ms;
}
.banner .owl-item.active p{
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 900ms;
}
.banner .owl-item.active .banner-btn-group{
    opacity: 1;
    transform: translateY(0px);
    transition-delay:1200ms ;
}

.banner-btn-group{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.slider-phone{
    position: relative;
    font-weight: 400;
    font-size: 12px;
    padding-left: 70px;
}

.slider-icon{
    position: absolute;
    left: 0px;
    top: -7px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50px;
    background: #fff;
    color: #003db8;
    font-size: 18px;
    text-shadow: none;
}

.slider-phone a{
    font-size: 16px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    color: #fff;
    transition: all 500ms ease-in-out;
    text-shadow: none;
}

.slider-phone a:hover{
    color: #003db8;
}

.banner-button{
    margin-right: 30px;
    
}

/* waves */
.wave{
    position: relative;
}
.waves {
    position: absolute;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    min-height: 100px;
    max-height: 150px;
    left: 0;
    bottom: 0px;
    z-index: 11;
}

.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

.parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}


@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    
    100% {
        transform: translate3d(85px, 0, 0);
    }
}




/* about */
.about{
    padding: 5rem 0;
}

.about .span-title{
    font-size: 15px;
    color: #ec6204;
}

.about h2{
    font-weight: 700;
    margin-bottom: 32px;
    position: relative;                                     
    font-size: 33px;
}

.about p{
    font-size: 15px;
}

/* .about h2::before{
    position: absolute;
    bottom: -18px;
    left: 0;
    height: 2px;
    width: 40px;
    content: "";
    background-color: #ec6204;
}

.about h2::after{
    position: absolute;
    bottom: -18px;
    left: 45px;
    height: 2px;
    width: 6px;
    content: "";
    background-color: #00b3ff;
} */

.about-list{
    display: flex;
    margin: 50px 0 30px;
}

.about-list li{
    margin-right: 17px;
}

.about-context{
    position: relative;
    padding: 15px 30px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border:3px solid #ec6204;
    align-items: center;
    display: flex;
}

.about-text{
    margin-left: 10px;
}
.about-context p{
    color: #ec6204;
    font-weight: 700;
    margin-bottom: 0;
}

.ac-icon i{
    font-size: 30px;
    color: #ec6204;
}

.about-btn{
    margin-top: 40px;
}

.a-btn a{
    background: #ec6204;
    color: #fff;
    font-weight: 700;
    padding: 16px 38px;
    font-size: 14px;
    border-radius: 5px;
}

.about-img{
    position: relative;
}

.about-img1{
    border-top-right-radius: 70px;
    border-bottom-left-radius: 70px;
    overflow: hidden;
}


.about-project{
    position: absolute;
    bottom: -33px;
    right: -30px;
    background: #ec6204;
    padding: 30px 45px;
    color: #fff;
    border-top-right-radius: 45px;
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;

}

.about-project h3{
    font-size: 50px;
    font-weight: 700;
    color: #fff;
}

.about-project p{
    font-size: 18px;
}

/*services */
.services{
    padding: 5rem 0;
    background: linear-gradient(90deg,#d64902 ,#ec6204);
    /* background: #f6f6f6; */
}

.services h3{
    font-size: 18px;
    color: #fff;
}

.services p{
    color: #fff;
    
}

.service-para{
    margin-bottom: 30px;
    text-align: center;
}

.services h1{
    font-size: 35px;
    padding-left: 20px;
   color: #fff;
    font-weight: 700;
    text-align: center;
}

.ser-desc p{
    margin-top: 30px;
}

.service-desc{
    margin-top: 30px;
}

.service-desc .nav-pills .nav-link.active{
    background: linear-gradient(90deg, #ec6204, #d9854d);
    color: #fff;
}

.service-desc .nav-pills .nav-link{
    padding: 15px 45px;
    border-radius: 0;
    background: #fff;
    color: #000;
    border-bottom: 4px solid #ec6204; 
    
}

.service-box{
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

.service-box .item-content{
    background-color: #ffffff;
    border-radius: 6px 6px 0 0;
    padding: 35px 30px;
    border: 1px solid #ECECEC;
    border-bottom: none;
}

.service-box h5 a{
    font-size: 20px;
    color: #ec6204;
    font-weight: 700;
}

.service-box .item-title{
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.service-box .item-title::after{
    content: "";
    height: 4px;
    width: 90px;
    background-color: #ec6204;
    position: absolute;
    bottom: 0;
    left: 0;
}

.service-box p{
    color: #1D222A;
    font-size: 15px;
}

.service-box .item-img{
    height: 15rem;
    position: relative;
}

.service-box .item-img::after{
    content: "";
    height: 17px;
    width: 35px;
    position: absolute;
    left: 30px;
    top: 94%;
    z-index: 1;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background-color: #ffffff;
}

.service-box .item-img img{
    height: 100%;
    object-fit: cover;
}

.s-btn{
    /* display: flex;
    justify-content: start; */
    text-align: center;
    margin-top: 30px;
    
}

.s-btn a{
    position: relative;
	padding: 15px 45px;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	
	
	font-weight: 700;
	overflow: hidden !important;
	background: #000;
	box-shadow: 0 5px 5px rgba(0,0,0,.2);
    transition: all .3s ease-in-out;
}

/* pro */
.pro{
    padding: 7rem 0;
    background: linear-gradient(rgba(0, 0, 0, 0.842),rgba(0, 0, 0, 0.726)), url(pro.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.pro .span-title{
    color: #ececec;
}

.pro h3{
    color: #fff;
    font-weight: 700;
    font-size: 50px;
    line-height: 1.1em;
}

.pro p{
    color: #cecece;
}

/* choose */
.choose{
    padding: 5rem 0;
}


.choose h3{
    font-weight: 700;
    color: #000;
}

.choose-img{
    position: relative;
}

.a1{
   
    margin-left: 4em;
}

.a2{
    position: absolute;
    width: 55%;
    top: 70%;
}

.a2 img{
    border: 5px solid #fff;
    border-radius: 20px;
}

.choose-box{
    display: flex;
    align-items: center;
    margin:20px 0
}

.choose-icon{
    
    
}



.choose-icon i{
    font-size: 80px;
    line-height: 1;
    transition: all 120ms ease-in-out;
    color: #000;
}

.choose-icon:hover i{
    color: #fff;
}

.choose-desc{
    margin-left: 15px;
}

.choose-desc h5{
    margin-bottom: 7px;
    color: #000;
    font-weight: 700;
}

.choose-desc p{
    font-size: 15px;
    
    color: #4b4b4b;
}

/* contact */
.contact{
    padding: 7rem 0;
}

.contact h3{
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 20px;
}

.c-btn{
    margin-top: 30px;
}

.c-btn a{
    padding: 15px 30px;
    color: #fff;
    background: #ec6204;
    font-weight: 700;
    border-radius: 5px;
}

/* footer */
footer{
    background: #000;
    color: #b8b8b8;
}

.footer-top{
    padding: 5rem 0;
    border-bottom: 1px solid #242323;
}

.footer-top h3{
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.footer-top p{
    font-size: 16px;
}

.footer-top li{
    font-size: 16px;
    margin-bottom: 5px;
}

.footer-top a{
    color: #b8b8b8;
}

.footer-top i{
    color: #ec6204;
    margin-right: 10px;
}

.footer-bottom{
    padding: 20px 0;
}

.footer-bottom p{
    font-size: 14px;
    color: #b8b8b8;
}

.copyright{
    text-align: center;
}

.footer-social{
    text-align: end;
}

.footer-social i{
    color: #fff;
    background: #ec6204;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
}

@media (min-width:1200px){
    .header-bottom .nav-link{
        margin: 0 20px;
    }
}

@media screen  and (min-width:992px) and (max-width:1200px){
    .header-social{
        display: none;
    }

    .about-project{
        right: 0;
    }
}

@media (max-width:992px){
    .header-right{
        display: none;
    }

    .about-project{
        right: 0;
    }

    .about-img{
        margin-top: 40px;
    }

    .owl-nav{
        display: none;
    }

    .header-res{
        background: #fff;
        box-shadow: none;
    }

    .header-res .nav-link.active{
        color: #ec6204;
    }

    .header-res .nav-link{
        color: #1d1d1d;
    }

    .header-top{
        display: none;
    }

    .header-bottom{
        margin-bottom: 0;
        margin-top: 0;
        background: #fff;
        position: relative;
    }

    .navbar-brand{
        display: block;
        width:10rem
    }
}

@media (max-width:767px){
    .s-header{
        
        width: 100%;
    }
}