body{
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background-color: #fbfbfb;
    font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}
p {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}
a{
    text-decoration: none;
}
ul, ol, figcaption, figure, p{
    margin: 0;
    padding: 0;
}
ul li, ol li{
    list-style: none;
}
::selection {
    background: #ff8100;
    color: #fff;
}

/* ************Header*********** */

header{
    background-color: #324bc4;
    padding: 15px 0;
}
header a{
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin: 0 10px;
    text-align: center;
    display: block;
    transition: all 0.5s ease;
}
header a i{
    margin-right: 10px;
}
header a:hover{
    color: #ff8100;
}

.navbar {
    background-color: #fff;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 3;
}
.navbar .navbar-brand img{
    width: 205px;
}
.navbar .navbar-nav .nav-item .nav-link {
    color: #252525;
    font-weight: 800;
    font-size: 16px;
    margin: 0 10px;
    text-transform: uppercase;
    transition: all 0.5s ease;
    position: relative;
}
.navbar .navbar-nav .nav-item .nav-link.active {
    color: #324bc4
}
.navbar .navbar-nav .nav-item .nav-link:hover {
    color: #324bc4
}
.navbar .navbar-toggler-icon{
    color: #324bc4;
}
.navbar-toggler:focus {
    text-decoration: none;
    box-shadow: 0 0 0 0.25rem #fff;
}

.dropdown-menu[data-bs-popper] {
    top: 140%;
    left: 0;
    margin-top: 0.125rem;
}
.dropdown-menu {
    box-shadow: 1px 2px 15px rgb(0 0 0 / 55%);
}
.dropdown-item {
    margin: 2px 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}
.dropdown-item:hover {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 2px 0;
    background-color: #000;
    color: #fff;
}
.dropdown-item.active {
    color: #fff;
    text-decoration: none;
    background-color: #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}



/* ************Banner************ */

.banner .carousel .carousel-inner .carousel-item .carousel-caption {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.banner .carousel .carousel-inner .carousel-item .carousel-caption h5 {
    color: #fff;
    text-shadow: 3px 5px 4px #0000009d;
    font-size: 80px;
    line-height: 25px;
    font-weight: 200;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.banner .carousel .carousel-inner .carousel-item .carousel-caption h5 span{
    font-weight: 400;
    color: #fff;
    text-shadow: 3px 5px 4px #0000009d;
    font-size: 35px;
}
.carousel-indicators{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    bottom: 40%;
}
.carousel-indicators [data-bs-target] {
    box-sizing: inherit;
    margin: 20px 0;
    opacity: .4;
}
.carousel-indicators .active {
    opacity: 1;
    position: relative;
}
.carousel-indicators .active::after{
    position: absolute;
    content: "";
    top: 22px;
    left: -550px;
    background-color: #fff;
    width: 50px;
    height: 4px;
    border-radius: 25px;
}
.banner button span{
    font-size: 25px;
    color: #fff;
    padding: 5px 15px;
}



/* ************About********** */


.about{
    background-image: url(../images/about/about-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.about .wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.about .wrap h1{
    color: #945400;
    font-size: 39px;
    line-height: 46px;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center;
}
.about .wrap h2{
    color: #4c4c4c;
    font-size: 25px;
    line-height: 31px;
    font-weight: 400;
    margin-bottom: 25px;
    text-align: center;
}
.about .wrap p{
    color: #4c4c4c;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 25px;
}

/* ***************services************** */

.services{
    overflow: hidden;
    background-color: #fff;
    
}
.residential-interior{
    overflow: hidden;
    background-color: #fff;
}
.residential-interior h1
{ font-size: 35px;
    color: #5907ff;
    margin-bottom: 4px;
    text-align: center;
    padding: 5px;
}
.residential-interior h2{ 
    font-size: 30px;
    color: #5907ff;
    margin-bottom: 4px;
    text-align: center;
    padding: 5px;
}
.residential-interior h3{ 
    font-size: 28px;
    color: #5907ff;
    margin-bottom: 4px;
    padding: 5px;
    margin-top: 10px;
}
.residential-interior h4{ 
    font-size: 26px;
    color: #5907ff;
    margin-bottom: 4px;
    text-align: center;
    padding: 5px;
}

.residential-interior h5{
    font-size: 24px;
    font-weight: 800;
    color: #5907ff;
    margin-bottom: 4px;
    text-align: center;
    padding: 5px;
}
.residential-interior img{
    width: 100%;
    height: 350px;
    border-radius: 10px;
}
.residential-interior p{

    font-size: 18px;
    color: #000000;
    margin-bottom: 4px;
}
.residential-interior ul{
    list-style: none;
}
.residential-interior ul li{
list-style-type: disc;
color: #000;
margin-left: 20px;
}
/*Commercial Interior */

.commercial-interior{
    overflow: hidden;
    background-color: #fff;
}
.commercial-interior h1{
    font-size: 35px;
    color: #5907ff;
    margin-bottom: 4px;
    text-align: center;
    padding: 5px;
}
.commercial-interior h2{ 
    font-size: 30px;
    color: #5907ff;
    margin-bottom: 4px;
    text-align: center;
    padding: 5px;
}
.commercial-interior h3{ 
    font-size: 28px;
    color: #5907ff;
    margin-bottom: 4px;
    padding: 5px;
    margin-top: 10px;
}
.commercial-interior h4{ 
    font-size: 26px;
    color: #5907ff;
    margin-bottom: 4px;
    text-align: center;
    padding: 5px;
}

.commercial-interior h5{ 
    font-size: 24px;
    color: #5907ff;
    margin-bottom: 4px;
    text-align: center;
    padding: 5px;
}
.commercial-interior img{
    width: 100%;
    height: 350px;
    border-radius: 10px;
}
.commercial-interior p{

    font-size: 18px;
    color: #000000;
    margin-bottom: 4px;
}
.commercial-interior ul{
    list-style: none;
}
.commercial-interior ul li{
list-style-type: disc;
color: #000;
margin-left: 20px;
}

/*office-interior*/
.office-interior{
    overflow: hidden;
    background-color: #fff;
}
.office-interior h1{ 
    font-size: 35px;
    color: #5907ff;
    margin-bottom: 4px;
    text-align: center;
    padding: 5px;
}
.office-interior h2{ 
    font-size: 30px;
    color: #5907ff;
    margin-bottom: 4px;
    padding: 5px;
}
.office-interior h3{ 
    font-size: 28px;
    color: #5907ff;
    margin-bottom: 4px;
    padding: 5px;
    margin-top: 10px;
}
.office-interior h4{
    font-size: 26px;
    color: #5907ff;
    margin-bottom: 4px;
    padding: 5px;
}

.office-interior h5{
    font-size: 24px;
    color: #5907ff;
    margin-bottom: 4px;
    padding: 5px;
}
.office-interior img{
    width: 100%;
    height: 500px;
    border-radius: 10px;
}
.office-interior p{

    font-size: 18px;
    color: #000000;
    margin-bottom: 4px;
}
.office-interior ul{
    list-style: none;
}
.office-interior ul li{
list-style-type: disc;
color: #000;
margin-left: 20px;
}

/*Hospitality Design*/
.hospitality-design-planning{
    overflow: hidden;
    background-color: #fff;
}
.hospitality-design-planning h1{ font-size: 35px;
    font-size: 35px;
    font-weight: 800;
    color: #5907ff;
    margin-bottom: 4px;
    text-align: center;
    padding: 5px;
}
.hospitality-design-planning h2{ font-size: 35px;
    font-size: 30px;
    font-weight: 800;
    color: #5907ff;
    margin-bottom: 4px;
    padding: 5px;
}
.hospitality-design-planning h3{ font-size: 35px;
    font-size: 28px;
    font-weight: 800;
    color: #5907ff;
    margin-bottom: 4px;
    padding: 5px;
    margin-top: 10px;
}
.hospitality-design-planning h4{ font-size: 35px;
    font-size: 26px;
    font-weight: 800;
    color: #5907ff;
    margin-bottom: 4px;
    padding: 5px;
}

.hospitality-design-planning h5{ font-size: 35px;
    font-size: 24px;
    font-weight: 800;
    color: #5907ff;
    margin-bottom: 4px;
    padding: 5px;
}
.hospitality-design-planning img{
    width: 100%;
    height: 500px;
    border-radius: 10px;
}
.hospitality-design-planning p{

    font-size: 18px;
    color: #000000;
    margin-bottom: 4px;
}
.hospitality-design-planning ul{
    list-style: none;
}
.hospitality-design-planning ul li{
list-style-type: disc;
color: #000;
margin-left: 20px;
}


.services h2{ font-size: 33px;
    font-weight: 800;
    color: #5907ff;
    margin-bottom: 4px;
    text-align: center;
}

.services h3{ font-size: 30px;
    line-height: 56px;
    font-weight: 800;
    color: #5907ff;
    margin-bottom: 4px;
    text-align: center;
}
.services h3{ font-size: 28px;
    line-height: 56px;
    font-weight: 800;
    color: #5907ff;
    margin-bottom: 4px;
    text-align: center;
}
.services ul{
    list-style-type: disc;

}
.services ul li{
   color: #000000;
   list-style-type: disc;
   margin-left: 20px;
    
}
.services p{ 
    font-size: 18px;
    color: #000000;
    margin-bottom: 4px;

}
.services h2{ font-size: 32px;
    line-height: 56px;
    font-weight: 800;
    color: #5907ff;
    margin-bottom: 4px;
   
}

.services .head h4{
    font-size: 30px;
    line-height: 56px;
    font-weight: 800;
    color: #5907ff;
    margin-bottom: 4px;
    text-align: center;
}
.services .head h5{
    font-size: 28px;
    line-height: 56px;
    font-weight: 800;
    color: #5907ff;
    margin-bottom: 4px;
    text-align: center;
}

.services .head p{
    font-size: 18px;
    font-weight: 800;
    color: #000;
    text-align: justify;
}
.services .wrap{
    border: 1px solid #b8b5b5;
    margin: 20px 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.services .wrap .media-box .content{
    padding: 25px 15px;
}
.services .wrap .media-box .content h4{
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color:#5907ff;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
}

.services .wrap .media-box .content h5{
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color:#5907ff;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
}
.services .wrap .media-box .content .rating{
    margin-top: 5px;
}
.services .wrap .media-box .content .rating a i{
    color: #fbb039;
    margin-right: 2px;
}
.services .wrap .media-box .content .rating b{
    margin-left: 20px;
    color: #000;
}
.services .wrap .media-box .content p{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
    margin: 15px 0;
}
.services .wrap .media-box .content a.btn {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    background:#8652ef;
    border: 2px solid #000000;
    display: inline-block;
    transition: all 0.5s ease;
    padding: 10px 20px;
    letter-spacing: 2px;
    width: fit-content;
    text-transform: uppercase;
    border-radius: 0;
}
.services .wrap .media-box .content a.btn:hover {
    color: #000;
    background-color: #fff;
    border: 2px solid #000;
}

/* ***************Service**************** */
.home-dessine{
    background-image: url(../images/about/home-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-dessine .wrap{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 42px;
}
.home-dessine h1{
    font-size: 42px;
    font-weight: 400;
    color:#5907ff;
    margin: 0 0 0px 0;
}
.home-dessine h2{
    font-size: 42px;
    line-height: 40px;
    font-weight: 400;
    color:#5907ff;
    margin: 0 0 0px 0;
}
.home-dessine h3{
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
    color:#5907ff;
    margin: 0 0 0px 0;
}

.home-dessine h4{
    font-size: 35px;
    line-height: 37px;
    font-weight: 400;
    color: #4c4c4c;
    margin: 0 0 30px 0;
    margin-bottom: 0px;
}
.home-dessine ul li{
    list-style-type: disc;
    color: #000;
    margin: 5px 0;
}
.home-dessine p{
    font-size: 18px;
    font-weight: 400;
    color: #4c4c4c;
    margin-top: 3px;
    margin-bottom: 14px;

}

.home-dessine figure img{
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border: #0064ae52 8px solid
}
.home-dessine ul li{
   list-style:  none;}

.home-dessine ul li span{
color: #e97f35;
font-weight: bold;

}

/* ************why-choose************* */


.why-choose{
    background-image: url(../images/about/contact-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.why-choose .wrap{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 42px;
}
.why-choose h2{
    font-size: 42px;
    line-height: 48px;
    font-weight: 400;
    color:#5907ff;
    margin: 0 0 30px 0;
}

.why-choose h4{
    font-size: 35px;
    line-height: 37px;
    font-weight: 400;
    color: #4c4c4c;
    margin: 0 0 30px 0;
    margin-bottom: 0px;
}
.why-choose ul li{
    list-style-type: disc;
    color: #000;
    margin: 5px 0;
}
.why-choose p{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #4c4c4c;
    margin-top: 20px;
}

.why-choose figure img{
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border: #0064ae52 8px solid
}
.why-choose ul li{
   list-style:  none;}

.why-choose ul li span{
color: #e97f35;
font-weight: bold;

}


/* ************Counterpart************ */



.counterpart{
    position: relative;
}
.counterpart::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color:#180049;
   
}
.counterpart .outer{
    position: relative;
}
.counterpart .wrap{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.counterpart .wrap h5{
    font-size: 72px;
    font-weight: 600;
    line-height: 80px;
    color: #fff;
    margin-bottom: 30px;
}
.counterpart .wrap h5 span{
    color: #fff;
    margin-left: 15px;
}
.counterpart .wrap p{
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    color: #fff;
}



/* *****************Footer*************** */



footer{
    background-image: url(../images/about/footer-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0px 0 0;
}
footer .footer-wrap{
    margin: 25px 0 40px;
}
footer .footer-wrap img{
    width: 150px;
    margin-top: 40px;
    margin-bottom: 15px;
}
footer .footer-wrap p{
    color: #000;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    text-align: left;
}
footer .footer-wrap .social-icon a i{
    color: #945400;
    font-size: 16px;
    margin: 0 10px;
    transition: all 0.5s ease;
}
footer .footer-wrap .social-icon a:hover i{
    color: #fff;
}

footer .footer-wrap h4{
    color: #5907ff;
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    margin: 55px 0 20px 0;
}
footer .footer-wrap ul li a{
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    display: inline-block;
    padding: 8px 0;
    transition: all 0.5s ease;
}
footer .footer-wrap ul li a:hover{
    color: #cd790b;
    transform: scale(1.2);
}
footer .footer-wrap .tags li a i{
    color: #895410;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    margin-right: 5px;
    transition: all 0.5s ease;
}
footer .footer-wrap .tags li a:hover i{
    color: #000;
    transform: scale(1.2);
}

footer .footer-wrap ul li a i{
    color: #5907ff;
    margin-right: 10px;
    transition: all 0.5s ease;
}
footer .footer-wrap ul li a:hover i{
    color: #000;
}
footer .footer-bottom{
    background-color: transparent;
    border-top: 1px solid#5907ff;
}
footer .footer-bottom p{
    color: #000;
}
footer .copy-right{
    margin: 30px 0 20px;
}
footer .copy-right span{
   color: #5907ff;
   font-weight: 600;
}
footer .copy-right a{
   color: #5907ff;
   font-weight: 600;
}





/* *************Breadcum*************** */

.breadcum{
    background-image: url(../images/breadcum/breadcum.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #ffffff;
    padding: 50px 0;
    position: relative;
}
.breadcum::after{
    background: rgb(0 0 0 / 60%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.breadcum .wrap{
    position: relative;
    z-index: 2;
}
.breadcum .wrap h5{
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.breadcum .wrap h6{
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 25px;
}
.breadcum .wrap p{
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
}
.breadcum .wrap p a{
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0 10px;
}
.breadcum .wrap p a:hover{
    color: #ff8100;
}



/* *************ABOUT************ */

.about-us h1{
    font-size: 30px;
    line-height: 29px;
    font-weight: 600;
    color:#5907ff;
    margin-bottom: 30px;
}
.about-us h2{
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    color: #6512f5;
    margin-bottom: 5px;
}
.about-us figure img{
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
.about-us p{
    font-size: 17px;
    line-height: 21px;
    font-weight: 600;
    color: #252525;
    margin-bottom: 10px;
}
.about-us p b{
    color: #5907ff;
}
.about-us .a-counter{
    position: relative;
}
.about-us .a-counter::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
}
.a-counter .outer{
    position: relative;
}
.a-counter .wrap{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    box-shadow: 0px 0px 24px 0px rgb(0 0 0 / 30%);
}
.a-counter .wrap h5{
    font-size: 72px;
    font-weight: 600;
    line-height: 80px;
    color: #5907ff;
    margin-bottom: 20px;
}
.a-counter .wrap h5 span{
    font-weight: 600;
    line-height: 80px;
    color:#5907ff
    margin-left: 15px;
}
.a-counter .wrap p{
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    color: #252525;
}



.abt ul{
    list-style: none;
    
}
.abt ul li{
    color:#000000 ;
    font-size: 15px;
    font-weight: 600;
    list-style-type: disc;
    margin-left: 25px;
  
}
.abt2 h3{
    
    color: #324bc4;
    font-size: 25px;
    font-weight: 600;
    font-weight: 600;

}
.abt2 ul li{
    color:#000000 ;
    font-size: 16px;
    font-weight: 600;
    list-style-type:square;
    margin-left: 25px;
    color: #324bc4;
}
.abt2 .tick li{
    color:#000000 ;
    font-size: 17px;
    font-weight: 600;
    margin-left: 25px;
    color: #324bc4;
}

/* ************process*********** */


.process .wrap h6{
    font-size: 40px;
    line-height: 46px;
    font-weight: 600;
    color: #5907ff;
    margin: 0 0 30px 0;
    text-align: center;
}
.process .wrap p{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #252525;
    margin: 0 0 15px 0;
}
.design .wrap p{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #252525;
    margin: 0 0 15px 0;
    text-align: center;
}
.process .box figure{
    height: 150px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #f5d753;
    border-radius: 50%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fffef9;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 1;
}


.process .box figure .h-1{
    width: 86px;
    display: block;
    transition: all .3s ease-in-out;
}

.process .box figure .h-2{
    width: 70px;
    display: none;
    transition: all .3s ease-in-out;
}

.process .box figure .number{
    position: absolute;
    top: -10px;
    right: -10px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #7c0606;
    border-radius: 50%;
    color: #000;
    font-size: 24px;
    background-color: #fff;
    transition: all .3s ease-in-out;
}

.process .box figcaption h5{
    font-size: 25px;
    line-height: 31px;
    font-weight: 800;
    color: #4771e1;
    margin: 0 0 15px 0;
    text-align: center;
}
.process .box figcaption p{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #252525;
    text-align: center;
}


/* *************get************* */

.get{
    background-image: url(../images/about/home-bg-2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #ffffff;
    padding: 80px 0;
    position: relative;
}
.get h6{
    font-size: 42px;
    line-height: 48px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    margin: 0 0 30px 0;
}
.get a.btn{
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 15px;
    display: block;
    width: fit-content;
    margin: 10px auto;
    transition: all 0.3s ease;
}
.get a.btn:hover{
    color: #fff;
    background: #ff8100;
    border: 2px solid #ff8100;
}

/* *************service************ */

.service h4{
    color: #ff8100;
    font-size: 30px;
    line-height: 36px;
    font-weight: 800;
    padding-bottom: 20px;
    width: fit-content;
    text-transform: uppercase;
    border-bottom: 2px solid #ff8100;
    margin: 0 auto 50px;
}
.service .card{
    box-shadow: 0 0 8px rgb(34 30 31 / 30%);
    margin-bottom: 30px;
}
.service .card .card-body{
    background: #f6f6f6;
    border-bottom: 2px solid transparent;
    padding: 30px 35px 35px;
    transition: all 0.3s ease;
}
.service .card:hover .card-body{
    border-color: #ff8100;
}
.service .card .card-body h5{
    color: #4c4c4c;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.service .card:hover .card-body h5{
    color: #ff8100;
}
.service a {
    color: #732800;
}



/* ------dessine-projects----- */

/* ------dessine-projects----- */

.dessine-projects h1{
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
    color: #5907ff;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
}

.dessine-projects h6{
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #5907ff;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
}


.dessine-projects p{
    font-size: 20px;
    font-weight: 700;
    color: #5907ff;
    margin-bottom: 10px;
    text-align: center;
    padding: 20px;
}
.portfolio-item .item{
	/*width:303px;*/
	float:left;
	margin-bottom:10px;
}
.portfolio-item .item img{
	/*width:303px;*/
	float:left;
	margin-bottom:10px;
    border: 2px solid #fff;
}




/* ---------------contact------------- */

.contact{

    background-color: #fff;
}
.contact .wrap h6 {
    font-size: 24px;
    font-weight: 800;
    color: #252525;
    margin-bottom: 15px;
}
.contact .wrap a {
    font-size: 16px;
    font-weight: 600;
    color: #252525;
    margin: 10px 5px;
    display: block;
    transition: 0.5s all ease;
}
.contact .wrap a i{
    color: #252525;
    margin-right: 10px;
    transition: 0.5s all ease;
}
.contact .wrap a:hover i{
    color: #ff8100;
    transform: scale(1.2);
}
.contact .wrap a:hover{
    color: #ff8100;
    transform: scale(1.2);
}
.contact h1{
    font-size: 24px;
    font-weight: 800;
    color: #252525;
    text-align: center;
}
.contact p{
    font-size: 24px;
    font-weight: 800;
    color: #252525;
    margin-bottom: 15px; 
    padding: 20px;
    text-align: center;
}
/* -----------career---------- */

.about-career{
    background-image: url(../images/about/contact-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px;
}
.about-career h6{
    font-size: 30px;
    font-weight: 700;
    color: #ff8100;
    margin-bottom: 20px;
}
.about-career .form-group {
    margin-bottom: 25px;
}
.about-career #contact-form .form-group label {
    color: #ff8100;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.about-career #contact-form .form-group .form-control{
    color: #000;
    font-size: 16px;
    background-color: #f1f1f1;
}
.about-career #contact-form .form-group .form-control:focus {
    color: #000;
    background-color: #f1f1f1;
    outline: 0;
    box-shadow: none;
    border: none;
}
.about-career #contact-form label {
    color: #b91372;
    font-size: 14px;
    margin-bottom: 15px;
}
.about-career #contact-form button.btn {
    color: #ff8100;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    background: transparent;
    border: 2px solid #ff8100;
    border-radius: 15px;
    display: inline-block;
    width: fit-content;
    margin: 10px 0;
}
.about-career #contact-form button.btn:hover{
    color: #fff;
    background-color: #ff8100;
}






/* Back to top button */

#button {
    display: inline-block;
    background-color: #ff7759;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 0;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #button::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../images/up-arrow.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    margin: 10px;
  }
  #button:hover {
    cursor: pointer;
    background-color: #ff8100;
  }
  #button:active {
    background-color: #ff8100;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }


/* ************floating-icon************* */

.floating-icon{
    position: fixed;
    bottom: 15%;
    left: 30px;
    display: flex;
    flex-direction: column;
    z-index: 4;
}
.floating-icon .wp{
    display: inline-block;
    margin: 15px;
    width: 150px;
    height: 40px;
    background-color: #0dc152;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    font-weight: 600;
}
.floating-icon .call{
    display: inline-block;
    margin: 15px;
    width: 150px;
    height: 40px;
    background-color: #009688;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    font-weight: 600;
}
.floating-icon a .fa-whatsapp{
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
}
.floating-icon a .fa-phone{
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
}



#preloader{
    background: #fff url(../images/preloader/loader.gif);
    background-size: 10%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 100;
}


/* ******************RESPONSIVE******************* */


/* 
mw-1399-----------c-1200
mw-1199-----------c-992
mw-991------------c-768
mw-767------------c-576
mw-575------------c-480
mw-479------------c-375
 */


 /* 
 xl-1399 to 1200
 lg-1199 to 992
 md-991 to 768
 sm-767 to 576 
 */

.sub-page h1{
    color: #5907ff;
    font-size: 35px;
    text-align: center;
}
.sub-page p{
    color: #000;
    font-size: 19px;
    margin-top: 10px;
}

/* ******1199px****** */                 

@media only screen and (max-width: 1199px) {

    .banner .carousel .carousel-inner .carousel-item .carousel-caption h5 {
        font-size: 55px;
        line-height: 65px;
        font-weight: 200;
        margin-bottom: 0px;
    }
    .carousel-indicators {
        bottom: 35%;
        left: 30px;
        margin-right:0;
    }
    .a-counter .wrap p {
        font-size: 20px;
        line-height: 26px;
    }
    .process .box figure {
        height: 130px;
        width: 130px;
    }
    .process .box figure .h-1 {
        width: 60px;
    }
    .process .box figure .h-2 {
        width: 60px;
    }
    .process .box figure .number {
        height: 45px;
        width: 45px;
        font-size: 20px;
    }
    .counterpart .wrap h5 {
        font-size: 60px;
        line-height: 70px;
        margin-bottom: 20px;
    }
    footer {
        padding: 50px 0 0;
    }
    .service h4 {
        font-size: 25px;
        line-height: 31px;
    }
    .service .card .card-body h5 {
        font-size: 20px;
        line-height: 26px;
    }
    .service .card .card-body {
        padding: 20px 25px 25px;
    }
}
/* ******991px****** */                 

@media only screen and (max-width: 991px) {

    .navbar-toggler-icon {
        display: inline-block;
        width: auto;
        height: auto;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
      }
    .navbar .navbar-nav {
        align-items: center;
    }
    .banner .carousel .carousel-inner .carousel-item .carousel-caption h5 {
        font-size: 45px;
        line-height: 55px;
        font-weight: 200;
    }
    .carousel-indicators {
        bottom: 25%;
        left: 270px;
        margin-right:0;
    }
    .about .wrap p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .why-choose h4 {
        font-size: 30px;
        line-height: 36px;
        margin: 0 0 20px 0;
    }
    .why-choose ul li p {
        font-size: 15px;
        line-height: 21px;
    }
    .get {
        padding: 50px 0;
    }
    .process .box figcaption h5 {
        font-size: 20px;
        line-height: 26px;
    }
    .process .box figcaption p {
        font-size: 14px;
        line-height: 20px;
    }
    .counterpart .wrap h5 {
        font-size: 50px;
        font-weight: 600;
        line-height: 60px;
    }
    .counterpart .wrap p {
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
    }
    footer .footer-wrap h4 {
        font-size: 22px;
        line-height: 26px;
    }
    footer .footer-wrap p {
        font-size: 12px;
        line-height: 18px;
    }
    footer .footer-wrap ul li a {
        font-size: 13px;
        line-height: 19px;
    }
    .about-us h1 {
        font-size: 35px;
        line-height: 41px;
    }
    .about-us h2 {
        font-size: 16px;
        line-height: 22px;
    }
    .a-counter .wrap p {
        font-size: 16px;
        line-height: 22px;
    }
    .contact .wrap a {
        font-size: 12px;
    }
    .services .wrap .media-box {
        display: block !important;
        text-align: center;
    }
}
/* ******767px****** */                 

@media only screen and (max-width: 767px) {

    header a {
        margin-bottom: 8px;
    }
    .banner .carousel .carousel-inner .carousel-item .carousel-caption h5 span{
        font-size: 35px;
        line-height: 45px;
        font-weight: 200;
    }
    .carousel-indicators {
        bottom: 15%;
        left: 460px;
        margin-right:0;
    }
    .carousel-indicators [data-bs-target] {
        margin: 10px 0;
    }
    .carousel-indicators .active::after {
        top: 20px;
        left: -525px;
        width: 30px;
        height: 2px;
    }
    .about .wrap h1 {
        font-size: 30px;
        line-height: 36px;
    }
    .process figcaption{
        margin-bottom: 20px;
    }
    .a-counter .wrap {
        margin-bottom: 20px;
    }
    .services .wrap .media-box {
        display: flex !important;
        text-align: left;
    }

}
/* ******575px****** */                 

@media only screen and (max-width: 575px) {

    .banner .carousel .carousel-inner .carousel-item .carousel-caption h5 span {
        font-size: 15px;
        line-height: 15px;
        font-weight: 600;
        margin-bottom: 10px;
    }
    .carousel-indicators {
        bottom: 15%;
        left: 0;
        margin-right: 0;
    }
    .about .wrap h1 {
        font-size: 28px;
        line-height: 34px;
    }
    .about .wrap h2 {
        font-size: 24px;
        line-height: 30px;
    }
}
/* ******479px****** */                 

@media only screen and (max-width: 479px) {

    .banner .carousel .carousel-inner .carousel-item .carousel-caption h5 {
        font-size: 17px;
        line-height: 24px;
        font-weight: 200;
        margin-bottom: 10px;
    }
    .carousel-indicators {
      bottom: 15%;
      left: 0;
      margin-right: 0;
    }
    .about .wrap h1 {
        font-size: 21px;
        line-height: 27px;
    }
    .about .wrap h2 {
        font-size: 16px;
        line-height: 20px;
    }
    .get h6 {
        font-size: 40px;
        line-height: 46px;
    }
    .services .wrap .media-box {
        display: block !important;
        text-align: center;
    }
}
