<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/********** Template CSS **********/


a{
    text-decoration: none;
    color: var(--secondary);
}

.heading-sub-title{
    position:relative;
}
.heading-sub-title:before{
        position: absolute;
        content: "";
        left: -9px;
        top: -11px;
        width: 30px;
        height: 25px;
        background: #9ba2c3;
        opacity: .2;
        border-radius: 3px;
        transition: .5s;
}
.heading-sub-title:hover:before{
        width: 110%;
}
.ctg_btn:first-child:active, {
	background:var(--secondary-dark);
}
.ctg_btn:hover{
	border-color: transparent;
}
.ctg_btn.show, .ctg_btn:first-child:active{
	background:var(--secondary-dark);
}
.ctg_btn, .navbar-search_btn{
	background:var(--secondary-dark);
}
.ctg_btn:hover, .navbar-search_btn:hover{
	background:var(--secondary-dark);
}
.left-social-top li a {
    color: var(--white);
    font-size: 17px;
}
.top_nav_soc{
    background:var(--secondary-dark);
    color:var(--white);
}
.right-content-top {
    max-width: 843px;
    margin-left: auto;
}


.right-content-top li .icon {
    display: inline-block;
    width: 49px;
    height: 55px;
    border-radius: 15%;
    background: var(--secondary);
    color: #ffffff;
    text-align: center;
    font-size: 25px;
    line-height: 51px;
    position: absolute;
    left: 1px;
    top: 1px;
    padding-left: 2px;
}
.left-social-top li {
    display: inline-block;
}

.right-content-top li h6 {
    color: var(--navbar-icon-text);
    font-weight: 600!important;
    font-size: 11px;
    padding-top:2px;
}
.right-content-top li h4 {
    font-weight: 700!important;
    font-size: 16px;
    color: var(--navbar-link-color);
    line-height: 0.3;
    margin-top: 3px;
    padding-top:7px;
}
.right-content-top li:nth-of-type(3) {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.right-content-top li:nth-of-type(3) {
    width: 258px;
    text-overflow: ellipsis;
}
.top_nav_soc {
    padding-top: 15px;
}
.left-social-top li:not(:last-child) {
    margin-right: 12px;    
}
.main-navbar_menu_bar{
    background: #fff;
    border-radius: 5px;
    position: relative;
    z-index: 11;
    box-shadow: 2px 2px 3px gray;
    outline: 1px solid #8080801c;
    height: 43px;
}
.nav-menu-parent{
    background:var(--secondary);
}
.right-content-top li {
    display: inline-block;
    position: relative;
    padding-left: 56px;
    max-width: 100%;
    width: 250px;
}
.project-title .text-muted{
     display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.project-title {
    position:relative;
}
.project-title .explore-btn{
    bottom: 7px;
    left: 35%;
}
.project-title .card-heading{
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.navbar-nav .dropdown-item {
    color: var(--text-color);
    transition: all ease 0.5s;
    padding: 0.55rem 1rem;
    transition-duration: 0.5s;
    position: relative;
    white-space: normal;
    width: 255px;
    border-bottom: 1px solid grey;
}
.navbar-nav .dropdown-item:last-child{
    border-bottom:1px solid transparent;
}
.project-title {
    max-height: 195px;  
}
.com15_innter_container{
    position: relative;
    border-radius: 6px;
    padding: 2rem 2rem 0.5rem 2rem;
    margin-bottom: 2.5rem;
    background-color: #fff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
    font-size: 1rem;
    transition: all 400ms ease-in-out;
}
.com15_innter_container a .fa-arrow-right{
        width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--secondary);
    color: #fff;
    border-radius: 50%;
    font-size: 1.2rem;
    margin-bottom: -2rem;
    margin-top: 1rem;
}
.com15_innter_container a:hover .fa-arrow-right{
        background: #3f4b4b;
}

.heading-sub-title{
    line-height: 0;
    font-size: 15px;
    font-weight: 700;
    color: #004399;
    margin: 0 0 19px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
.coupon_code_text{
	border-bottom: 0.5px solid var(--breadcrumb-shadow-color);
    background-image: url(../images/img-coupon-bg-img.jpg);
   background-size: contain;
    background-repeat: no-repeat;
    font-weight: 600;
    border-bottom: 0.5px dashed;
    text-align: center;
    position: relative;
    height: 178px;
}
.ui-menu-item:hover{
	backround: var(--secandry-dark);
}
.ui-menu .ui-menu-item-wrapper:hover{
	background: var(--secondary)!important;
}
.coupon_code_text span{
	  position: absolute;
    display: inline-block;
    z-index: 111;
    top: 20px;
    color: #cb1010;
    font-size: 20px;
    left: 41%;
    font-weight: 700;
}
.coupon_code_text span i{
	   color: var(--secondary-dark);
    transform: rotate(90deg);
    display: inline-block;
}
.ui-menu .ui-menu-item{
text-align:left;
}
.dropdown-menu .dropdown-item:hover:before{
    content: '';
    width: 4px;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--secondary);
    z-index: 11;
}

.add-new_place{
    display: block;
    background: #f7f7f7;
    float: right;
    clear: both;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 1px 1px 1px 1px;
    -webkit-box-shadow: 6px 0px 5px 1px rgba(0,0,0,0.45);
    -moz-box-shadow: 6px 0px 5px 1px rgba(0,0,0,0.45);
    box-shadow: 6px 0px 5px 1px rgba(0,0,0,0.45);

}

.footer{
    background-color: var(--footer-background)!important;
    position: relative;
    background: url('../../upload/slider/default2.jpg');
}

.footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(15 33 44 / 80%);
}
.nav-item{
    position: relative;
}
.navbar-nav .nav-item:hover::before{
    content: '';
    background: var(--secondary-dark);
    width: 71%;
    height: 2px;
    position: absolute;
    top: 46px;
    z-index: 111;
    margin: 0 auto;
    margin-left: 12px;
    margin-top: -12px;
}

.customize-header_logo{
    margin: auto 0;
}
.customize-header_img{
    height: 100%;
    margin: auto 0;
}
.explore-btn {
	border: 1px solid var(--secondary);;
   	padding: 5px 16px;
    border-radius: 10px;
    transition: all 0.5s;
}
.card-heading{
    position: relative;
    font-weight: 700!important;
    color: var(--dark);
    padding:2px 4px;
}
.customize-card_box .explore-btn {
    padding: 9px 32px !important;
    margin: 0.5px 0 4px 0;
    transition: all 0.3s ease;
    font-weight: 600;
}
.card-heading::before{
    content: '';
    background: #080504;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    opacity: 0.1;
    /* margin-left: 17px; */
    border-radius: 10px;
}
#add_address, .btn-primary_add{
    background: var(--secondary);
    color: #ffffff;
    border: 1px solid var(--secondary);
    font-size:13px;
}
.btn-primary_add:hover{
    color: #000!important;
}
.explore-btn:hover, .btn-primary_add:hover{
    background: var(--secondary-light);
    color: #ffffff;
    border-color: transparent;
}

.dropdown-menu{
    border-bottom: 6px solid var(--secondary);
    border-radius: 0px;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: var(--secondary-dark);
    background-color: var(--secondary-light);
    padding-left: 20px;
    text-shadow: 0.2px 0.2px #c5bab7;
}

.nav-default-active{
    color: #ffffff;
    background-color: var(--secondary-dark);
    padding-left: 20px;
    text-shadow: 0.2px 0.2px #c5bab7;
}

.breadcrumb_container{
    padding: 0px 0px;
    margin-bottom: 40px;
}
.breadcrumb_container_image{
    padding: 100px 0px;
    position: relative;
}
.breadcrumb_container_image::after{
    background-color: var(--breadcrumb-shadow-color);
    opacity: 0.4;
    content: '';
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    top: 0%;
}
.breadcrumb_container_image .container h2{
    color: var(--full-secondary);
    position: absolute;
    z-index: 1;
}
.breadcrumb {
    position: absolute;
    top: 68%;
    right: 2%;
}
.breadcrumb a{
    color: var(--header-top-secondary)
}
.breadcrumb li{
    color: #fff!important;
    z-index: 11;
    text-transform: capitalize;
}
h1,
.h1,
h2,
.h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
.h3,
h4,
.h4,
.fw-medium {
    font-weight: 600 !important;
}

h5,
.h5,
h6,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
}

 .header-nav-top {
    display: flex;
    align-self: stretch;
    align-items: center;
}
#header  {
    display: flex;
    align-self: stretch;
    align-items: center;
    flex-grow: 1;
    flex-direction: column;
}
.custom-header-top-nav-background:before {
    background: var(--secondary) !important;
}
.custom-header-top-nav-background:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    background: var(--header-top-secondary);
    transform: skewX(-25deg);
    z-index: 1;
}
.custom-header-top-nav-background:after {
    background: var(--secondary) !important;
    opacity:0.4;
}
.font-weight-semibold, .font-weight-semi-bold {
    font-weight: 500!important;
}
html .text-color-dark, html .text-dark {
    color: var(--text-color)!important;
    font-weight: 700 !important;
}
.social-icons.social-icons-big li a, .social-icons.social-icons-lg li a {
    height: 48px;
    line-height: 50px;
    width: 48px;
    font-size: 20px;
}
._minusBtn, ._plusBtn{
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    margin: auto;
    background: var(--secondary);
    border: none;
}
._minusBtn:hover, ._plusBtn:hover{
    background: var(--secondary-light);
    color: #000;
}
._minNum{
    margin: 0 5px;
    padding: 0px;
    border-color: var(--secondary);
    font-size: 20px;
    font-weight: 600;
    color: var(--secondary);
}
.single-dimention-inner {
    display: flex;
   background: #FFFFFF;
   border-radius: 5px;
   padding: 40px 30px 15px;
   margin-bottom: 30px;
}



.carousel-control-prev-icon, .carousel-control-next-icon{
    background-color: var(--secondary)!important;
    border: 10px solid var(--secondary)!important;
    border-radius: 50%!important;
}
.carousel-control-prev, .carousel-control-next{
    opacity: 1!important;
}

#header .header-nav-top .nav&gt;li&gt;a, #header .header-nav-top .nav&gt;li&gt;span{
    color: #999;
    font-size: .9em;
    padding: 6px 10px;
    display: inline-block;
    letter-spacing: -.5px;
}
.social-icons li a {
    transition: all .2s ease;
    border-radius: 100%;
    display: block;
    height: 28px;
    line-height: 28px;
    width: 28px;
    text-align: center;
    color: #333!important;
    text-decoration: none;
    font-size: 12.8px;
    font-size: .8rem;
}

.social-icons li{
    position: relative;
}
.social-icons li::before{
    content: '';
    background: var(--secondary);
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    display: block;
    z-index: -1;
    opacity: 0.2;
}

.social-icons li:hover.social-icons-instagram a{
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    color: var(--light)!important;
}
.social-icons li:hover.social-icons-twitter a {
    background: var(--icon-hover-secondary);
    color: var(--light)!important;
}
.social-icons li:hover.social-icons-facebook a {
    background: var(--icon-hover-third);
    color: var(--light)!important;
}
.custom-header-top-nav-background:after {
    content: '';
    position: absolute;
    top: 7px;
    right: -7px;
    width: 100vw;
    height: 100%;
    background: #CCC;
    transform: skewX(-25deg);
    z-index: 0;
}
#header .header-nav-top .nav&gt;li&gt;a, #header .header-nav-top .nav&gt;li&gt;span {
    color: #999;
    font-size: .9em;
    padding: 6px 10px;
    display: inline-block;
    letter-spacing: -.5px;
}
#header .header-nav-top {
    display: flex;
    align-self: stretch;
    align-items: center;
}
#header .header-column {
    display: flex;
    align-self: stretch;
    align-items: center;
    flex-grow: 1;
    flex-direction: column;
}

.social-icons li {
    display: inline-block;
    margin: -1px 1px 0 0;
    padding: 0;
    border-radius: 100%;
    overflow: visible;
}

.z-index-1 {
    z-index: 1!important;
}
.custom-header-top-nav-background {
    position: relative;
}
.header-top-opening-hours {
    font-size: 12px !important;
    letter-spacing: -0.3px;
}
.header-top-button-make-as-appoitment {
    width: 230px;
}
 .header-top-email &gt; span,  .header-top-opening-hours &gt; span{
    width: 34px;
    height: 34px;
    line-height: 31px;
    background-color: #dde2ea;
    border-radius: 50%;
    text-align: center;
    margin-right: 6px;
}
.text-color-hover-primary:hover, html .text-hover-primary:hover {
    color: #e8465f !important;
}
.header-top .header-top-phone {
    font-size: 16px !important;
    padding: 6px 17px 6px 0 !important;
}
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.fixed-top {
    transition: .5s;
}

.top-bar {
    height: 45px;
    border-bottom: 1px solid rgba(53, 94, 252, .07);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    padding: 8px 13px;
    color: var(--navbar-link-color);
    font-weight: 500;
    outline: none;
    position:relative;
}
a.nav-link.parent-nav-link:before {
    content: '';
    display: block;
    width: 2px;
    height: 66%;
    background: #9c9ca16b;
    position: absolute;
    right: 0px;
}
a.nav-link.parent-nav-link:last-child:before{
    display:none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--secondary);
}
.mobile-menu-box{
    font-size: 30px;
}
.feature-box i{
    color: var(--secondary) !important;
} 
.header-logo img{
    width: 200px;
}
.breadcrumb_container{
    text-align: center;
    color: #fff;
}
.album .card-text{
    position: relative;
}
.album .card-footer{
    padding-top: 17px;
}
.album .card-text::before{
    content: "";
    background: var(--secondary);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.2;
    z-index: 11;
    border-radius: 10px;
}
.album img{
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: 0.5s ease-in-out;
}
.album img:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1); 
}
.breadcrumb_container .breadcrumb{
    top: 59%;  
    position: relative;  
}
@media (max-width: 375px){
    .social-icons.social-icons-big li a, .social-icons.social-icons-lg li a{
        width: 42px;
        font-size: 20px;
    }
    .social-icons li::before{
        top: 2px;
    }
    .social-icons.social-icons-big li a i, .social-icons.social-icons-lg li a i{
        font-size: 17px;
    }
}

@media (max-width: 500px){
    .header06_top{
        text-align: center;
    }
    .header06_top span{
        font-size: 9px;
    }
    .header-logo{
        text-align: center;
    }
    .main-navbar_menu_bar p{
        font-size:9px!important;
    }
    .header06_top_right{
        justify-content:space-between;
    }
    .dropdown-menu.show {
        display: block;
        position: absolute;
        width: 80%;
    }
    .dropdown-menu[data-bs-popper] {
   	 left: -141px;
	}

    .navbar-nav .nav-item:hover::before{
        margin-left: 0px; 
        margin-top: 0px;
        top: 40px;
        width: 20%;
    }
    .nav-pills span img{
        width: 18px !important;
    }
    #header .header-nav-top .nav&gt;li&gt;a, #header .header-nav-top .nav&gt;li&gt;span{
        font-size:14px !important;
    }
    .breadcrumb_container_image .container h2{
        font-size: 20px;
        white-space: normal;
        position: relative;
    }

    .breadcrumb { 
        margin: 0 auto;
        display: inline-block;
        z-index: 11;
        font-size: 14px;
        position: relative; 
        display: flex; 
        justify-content: center!important;     
    }   
    .breadcrumb_container_image .col-md-4{
        text-align: center;
    }
    .dropdown-item{
        white-space: normal;
    }
    #header-carousel .carousel-item img{
        height: 220px!important;
    }

    .customize-header_box .customize-header_logo{
        position: absolute;
        left: 5px;
        width: 122px;
    }
    .customize-header_box{
        position: relative;
    }
    .customize-header_img{
        margin-top: 107px;
    }
    .header-text__box p{
        font-size: 12px!important;
    }
    .header-text__box h5{
        font-size: 17px!important;
    }
    .header-text__box{
        line-height: 0.1;font-size: 5px!important;font-weight:600;display: block;position: absolute;right: -10px;top:-20px;
    }
    .customize-card_box .explore-btn{
        margin: 22.5px 0 4px 0;
    }
    a.nav-link.parent-nav-link:before {
        background: none;
    }
}


@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, .07);
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start;
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 3rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
}

.carousel-control-prev-icon {
    border-radius: 0 3rem 3rem 0;
}

.carousel-control-next-icon {
    border-radius: 3rem 0 0 3rem;
}

.slider-box{
    margin-top: -40px;
}
.carousel-control-prev {
    margin-left:10px;
}
.carousel-control-next {
    margin-right:10px;
}
#header-carousel .carousel-item img{
    max-height: 700px;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 200px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: auto;
        object-fit: inherit;
    }
    .carousel-control-prev-icon, .carousel-control-next-icon{
        width: 2rem;
        height: 2rem;        
    }
    #header-carousel .carousel-item img{
        height: auto;
    }
   
}

.page-header {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url(../images/img-header.jpg) top left no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-weight: 500;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--navbar-link-color);
}


/*** Facts ***/
.facts {
    background: linear-gradient(rgba(53, 94, 252, .95), rgba(53, 94, 252, .95)), url(../images/img-bg.png);
}


/*** Callback ***/
.callback {
    position: relative;
}

.callback::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(53, 94, 252, .95), rgba(53, 94, 252, .95)), url(../images/img-bg.png);
    z-index: -1;
}


/*** Feature ***/
.feature .feature-box,
.feature .feature-box * {
    transition: .5s;
}

.feature .feature-box:hover {
    background: var(--secondary);
    border-color: var(--secondary) !important;
}

.feature .feature-box:hover * {
    color: #FFFFFF !important;
}


/*** Service ***/
.service .nav .nav-link {
    transition: .5s;
}

.service .nav .nav-link.active {
    border-color: var(--secondary) !important;
    background: var(--secondary);
}

.service .nav .nav-link.active h5 {
    color: #FFFFFF !important;
}

.service .nav .nav-link.active h5 i {
    color: #FFFFFF !important;
}


/*** Project ***/
.project-item,
.project-item .project-img {
    position: relative;
}

.project-item .project-img a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    opacity: 0;
    transition: .5s;
}

.project-item:hover .project-img a {
    opacity: 1;
}

.project-item .project-title {
    position: absolute;
    top: 3rem;
    right: 0;
    bottom: 0;
    left: 3rem;
    border: 1px solid var(--light);
    border-radius: 8px;
    display: flex;
    align-items: flex-end;
    padding: 18px;
    z-index: -1;
    transition: .5s;
}

.project-item:hover .project-title {
    background: var(--secondary);
    border-color: var(--secondary);
}

.project-item .project-title h4 {
    transition: .5s;
}

.project-item:hover .project-title h4 {
    color: #FFFFFF;
}

.project-carousel .owl-nav {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    background: var(--light);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
    color: var(--light);
}


/*** Team ***/
.team-item {
    position: relative;
    padding: 4rem 0;
}

.team-item img {
    position: relative;
    z-index: 2;
}

.team-item .team-text {
    position: absolute;
    top: 0;
    right: 3rem;
    bottom: 0;
    left: 3rem;
    padding: 15px;
    border: 1px solid var(--light);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
    z-index: 1;
}

.team-item:hover .team-text {
    background: var(--primary);
    border-color: var(--primary);
}

.team-item .team-text h4 {
    transition: .5s;
}

.team-item:hover .team-text h4 {
    color: #FFFFFF;
}

.team-item .team-social .btn {
    background: var(--light);
    color: var(--primary);
}

.team-item:hover .team-social .btn {
    background: #FFFFFF;
}

.team-item .team-social .btn:hover {
    background: var(--primary);
    color: var(--light);
}


/*** Testimonial ***/
.testimonial-item {
    position: relative;
    text-align: center;
    padding-top: 30px;
}

.testimonial-item .testimonial-text {
    position: relative;
    text-align: center;
}

.testimonial-item .testimonial-text .btn-square {
    position: absolute;
    width: 60px;
    height: 60px;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-item .testimonial-text::before {
    position: absolute;
    content: "";
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    border: 30px solid;
    border-color: var(--light) transparent transparent transparent;
}

.testimonial-item .testimonial-text::after {
    position: absolute;
    content: "";
    bottom: -59px;
    left: 50%;
    transform: translateX(-50%);
    border: 30px solid;
    border-color: #FFFFFF transparent transparent transparent;
}

.testimonial-carousel .owl-item img {
    margin: 0 auto;
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots {
    margin-top: 25px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--light);
    border-radius: 30px;
    transition: .5s;
}

.testimonial-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 6px;
    left: 6px;
    border-radius: 16px;
    background: var(--light);
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    border-color: var(--primary);
}

.testimonial-carousel .owl-dot.active::after {
    background: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    text-decoration: none;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--secondary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: var(--light);
    background: #000B1C;
}
.bottom-btn{
    background: var(--secondary);
    color: var(--light);
}

.copyright a {
    color: var(--light);
}

.copyright a:hover {
    color: var(--primary);
}

.why_choose_us_details {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
}

</pre></body></html>