body{
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background-color: #f1f1f1;
    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: #343399;
    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;
    font-family: 'Times New Roman', Times, serif;
}
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: 270px;
}
.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: #0064ff;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
    color: #ff8100;
}
.navbar .navbar-toggler-icon{
    color: #ff8100;
}
.navbar-toggler:focus {
    text-decoration: none;
    box-shadow: 0 0 0 0.25rem #fff;
}


/* ************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: 100px;
    font-weight: 200;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.banner .carousel .carousel-inner .carousel-item .carousel-caption h5 span{
    font-weight: 300;
    color: #ff8100;
    text-shadow: 3px 5px 4px #0000009d;
}
.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********** */

.about img{
    border-radius: 20px;
}
.about{
    padding: 100px 0;
    background-color: #efefef;
}
.about .wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.about .wrap h1{
    color: #3533d9;
    font-size: 40px;
    line-height: 46px;
    font-weight: 600;
    margin-bottom: 25px;
}
.about .wrap h2{
    color: #f6584d;
    font-size: 25px;
    line-height: 31px;
    font-weight: 400;
    margin-bottom: 25px;
}
.about .wrap p{
    color: #000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 25px;
}
.about .wrap p b{
    color: #36a652;
}

/* ************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;

    justify-content: center;
    padding-left: 30px;
}
.why-choose h4{
    font-size: 42px;
    line-height: 48px;
    font-weight: 400;
    color: #4c4c4c;
    margin: 0 0 30px 0;
    padding-right: 6px;
}
.why-choose ul li{
    list-style-type: disc;

    margin: 5px 0;
}
.why-choose ul li p{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #4c4c4c;
}





/* ************Counterpart************ */



.counterpart{
    position: relative;
}
.counterpart::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #485461;
    background-image: linear-gradient(315deg, #485461 0%, #28313b 74%);
}
.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: 100px 0 0;
}
footer .footer-wrap{
    margin: 25px 0 40px;
}
footer .footer-wrap img{
    width: 333px;
    margin-top: 40px;
    margin-bottom: 15px;
}
footer .footer-wrap p{
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}
footer .footer-wrap .social-icon a i{
    color: #ff7759;
    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: #ff7759;
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    margin: 55px 0 20px 0;
}
footer .footer-wrap ul li a{
    color: #fff;
    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: #ff8100;
    transform: scale(1.2);
}
footer .footer-wrap .tags li a i{
    color: #ff8100;
    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: #fff;
    transform: scale(1.2);
}

footer .footer-wrap ul li a i{
    color: #ff7759;
    margin-right: 10px;
    transition: all 0.5s ease;
}
footer .footer-wrap ul li a:hover i{
    color: #fff;
}
footer .footer-bottom{
    background-color: transparent;
    border-top: 1px solid #ff8100;
}
footer .copy-right{
    margin: 30px 0 20px;
}
footer .copy-right span{
   color: #ff8100;
   font-weight: 600;
}
footer .copy-right a{
   color: #ff8100;
   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 h1{
    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: 40px;
    line-height: 46px;
    font-weight: 600;
    color: #252525;
    margin-bottom: 30px;
}
.about-us h2{
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    color: #252525;
    text-align: right;
    margin-bottom: 30px;
}
.about-us figure img{
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
.about-us p{
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
    color: #252525;
    margin-bottom: 10px;
}
.about-us p b{
    color: #ff8100;
}
.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: #252525;
    margin-bottom: 20px;
}
.a-counter .wrap h5 span{
    font-weight: 600;
    line-height: 80px;
    color: #252525;
    margin-left: 15px;
}
.a-counter .wrap p{
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    color: #252525;
}





/* ************process*********** */


.process .wrap h6{
    font-size: 40px;
    line-height: 46px;
    font-weight: 600;
    color: #252525;
    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: 1px solid #cfcfcf;
    border-radius: 50%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;

    position: relative;
    z-index: 1;
}

.process .box figure .h-1{
    width: 70px;
    display: block;

}


.process .box:hover figure .h-2{
    display: block;
}
.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;

}

.process .box figcaption h5{
    font-size: 25px;
    line-height: 31px;
    font-weight: 800;
    color: #252525;
    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;
}


/* *************lets************* */

.lets{
    background-image: url(../images/about/about-contact-2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #ffffff;
    padding: 80px 0;
    position: relative;
}
.lets h6{
    font-size: 42px;
    line-height: 48px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    margin: 0 0 30px 0;
}
.lets 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;
}
.lets a.btn:hover{
    color: #fff;
    background: #ff8100;
    border: 2px solid #ff8100;
}

/* *************service************ */
.service{
    margin-top: 25px;
}



.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;
}




/* ------Gallery----- */

.gallery h6{
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #ff8100;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
}
.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{
    margin-top: 40px;
}
.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);
}


/* -----------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 
 */




/* ******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 p {
        font-size: 30px;
       
        color: #000;
    }

    .lets {
        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;
    }
}
/* ******767px****** */                 

@media only screen and (max-width: 767px) {

    header a {
        margin-bottom: 8px;
    }
    .banner .carousel .carousel-inner .carousel-item .carousel-caption h5 {
        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;
    }

}
/* ******575px****** */                 

@media only screen and (max-width: 575px) {

    .banner .carousel .carousel-inner .carousel-item .carousel-caption h5 {
        font-size: 25px;
        line-height: 35px;
        font-weight: 200;
        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;
    }
    .lets h6 {
        font-size: 40px;
        line-height: 46px;
    }
}

.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;
    
}
.dropdown-item:hover {
    border-top: 1px solid #5d2cff;
    border-bottom: 1px solid #5d2cff;
    margin: 2px 0;
    background-color: #5d2cff;
    color: #fff;
}
.dropdown-item.active {
    color: #fff;
    text-decoration: none;
    background-color: #5d2cff;
    border-top: 1px solid #5d2cff;
    border-bottom: 1px solid #5d2cff;
}

/* ***********partner********** */

.partner{
    background-color: #13034a;
}
.partner h6{
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center;
}
/* ************Service************ */

.service h4{
    font-size: 30px;
    line-height: 36px;
    font-weight: 800;
    color: #003936;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}
.service .wrap img{
    position: relative;
    width: 100%;
}
.service .wrap{
    text-align: center;
    transition: all 0.5s ease 0s;
    background-color: rgb(0 10 67);
    padding-bottom: 4px;
    border-radius: 0px 0px 15px 15px;
    margin-top: 35px;
}
.service .wrap .content{
    margin-bottom: 20px;
}
.service .wrap p{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 15px 0 12px 3px;
    text-transform: uppercase;
    transition: 0.5s all ease;
}
.service .wrap .content a.btn , .service 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: 0 auto;
    transition: all 0.5s ease;
}
.service .wrap .content a.btn:hover , .service a.btn:hover{
    color: #fff;
 
}

.about .wrap ul li{
    color: #000;
    list-style-type: circle;
    font-size: 16px;
}
/***********property heights************/
#property-highlight {
    background: #001c67;
}

#property-highlight .full-img {
    position: relative;
}

#property-highlight .full-img img {
    max-width: none;
    float: right;
}

#property-highlight .property-highlight-text {
    padding-top: 80px;
    padding-left: 75px;
}
#property-highlight .section-title {
    margin-bottom: 40px;
}



.section-title {
    margin-top: -5px;
    margin-bottom: 18px;
}

#property-highlight .section-title h2 {
    color: #FFFFFF;
}

.section-title h2 {
    font-family: 'Raleway', sans-serif;
    color: #282828;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 22px;
    font-weight: 800;
    display: block;
}

.section-title h2 span {
    display: block;
    color: #d2a513;
}

#property-highlight .single-property-highlight {
    margin-bottom: 50px;
}

#property-highlight .single-property-highlight h3 {
    color: #FFAE00;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 13px;
}

#property-highlight .single-property-highlight p {
    color: #fff;
    margin-bottom: 0;
}
#property-highlight .single-property-highlight i {
    font-size: 75px;
    margin-bottom: 13px;
    
}

/*client list */


.table-list {
    background-color: #fff;
}

.table-list .table thead tr th{
    font-size: 35px;
    line-height: 40px;
    font-weight: 900;
    color: #179757;
    text-align: center;
}
.table-list .table tbody tr .bgtd{
    background-color: #002c42;
}
.table-list .table tbody tr td h6{
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #fff;
    background-color: #002c42;
    text-align: center;
}
.table-list .table tbody tr td p{
    font-size: 18px;
    line-height: 20px;
    color: #179757;
   
}
.table-list .table tbody tr td span{
    color: #000;
}


