/********** Template CSS **********/
@import url('https://fonts.googleapis.com/css2?family=Italiana&family=Ysabeau+Infant:wght@200;300;400;600&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Aboreto&family=Advent+Pro:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --primary: #EB1616;
    --secondary: #191C24;
    --light: #6C7293;
    --dark: #000000;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 25px;
    z-index: 99;
}


/*** 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 {
    font-weight: 500;
    transition: .5s;
}

.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 ***/
.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 {
    margin-right: 30px;
    padding: 30px 0;
    color: #000;
    font-family: 'Italiana', serif;

    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    outline: none;
    letter-spacing: 1px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #6e7d89;
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link,
    .navbar.shadow-sm .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 8px;
        border-top: 1px solid var(--light);
    }
    
}

@media (min-width: 992px) {
    .navbar.shadow-sm .navbar-nav .nav-link {
        padding: 20px 0;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        padding:0px;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

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

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 320px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .navbar .arun.navbar-nav .nav-link {
    margin-right: 0px;
    padding: 10px 0 !important;
    
    
}
}
.navbar-brand img{width:128px;
height:70px;}
.page-header {
    background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Service ***/
.service-item .btn {
    position: absolute;
    right: -50px;
    bottom: -50px;
    width: 50px;
    height: 50px;
    color: var(--primary);
    background: var(--dark);
    opacity: 0;
}

.service-item:hover .btn {
    right: 0;
    bottom: 0;
    opacity: 1;
}


/*** Team ***/
.team-item .team-img::before,
.team-item .team-img::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .85);
    transition: .5s;
}

.team-item .team-img::after {
    left: auto;
    right: 0;
}

.team-item:hover .team-img::before,
.team-item:hover .team-img::after {
    width: 50%;
}

.team-item .team-img .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    z-index: 3;
    opacity: 0;
}

.team-item:hover .team-img .team-social {
    transition-delay: .3s;
    opacity: 1;
}

.team-item .team-social .btn {
    display: inline-flex;
    margin: 0 0px;
    color: #fff;
    background: #252d33;
    padding:10px 15px;
    font-size:1em;
}

.team-item .team-social .btn:hover {
    color: #000;
    background: #99a9b6;
}


/*** Testimonial ***/
.testimonial-carousel {
    max-width: 700px;
    margin: 0 auto;
}

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

.testimonial-carousel .owl-dots .owl-dot {
    width: 60px;
    height: 60px;
    margin: 0 5px;
    padding: 10px;
    background: var(--secondary);
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots .owl-dot img {
    opacity: .1;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.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: #99a9b6;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 1.5rem;
    font-size: 15px;
    background: var(--dark);
}

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

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

/*My styles*/

.my-blue{background-color: #d9d9d9;}

 .navbar .arun.navbar-nav .nav-link {
    margin-right: 30px;
    padding: 30px 0;
    color: #000;
    
    outline: none;
    letter-spacing: 1px;
}

 .navbar .navbar-nav.arun .nav-link:hover,
.navbar .navbar-nav.arun .nav-link.active {
    color: #6e7d89;
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.btn-arun {
    font-size:1.1em;
  color:#000;
  background-color:#99a9b6;
  border-color:#798a97
}
.btn-arun:hover {
  color:#fff;
  background-color:#252d33;
  border-color:#181e23
}
.btn-check:focus+.btn-arun,
.btn-arun:focus {
  color:#fff;
  background-color:#000;
  border-color:#000;
  box-shadow:0 0 0 .15rem rgba(0,0,0,0.5)
}
.gray-p p{color:#d9d9d9;
font-size:1.1em;}

.py-6 {
  padding-top:5rem !important;
  padding-bottom:5rem !important
}
.bg-lightgray{background-color: #c7d0d9;}
.text-gray{color:#d9d9d9;}
.text-blue{color:#99a9b6;}

/*** Featured ***/
.featured-carousel {
    /*max-width: 1200px;*/
    margin: 0 auto;
}

.featured-carousel .owl-dots {
    margin-top: 45px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.featured-carousel .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 10px;
    background: #99a9b6;
    transition: .5s;
}

.featured-carousel .owl-dots .owl-dot.active {
    width: 30px;
    height: 30px;
    background: #d9d9d9;
}

h6.project {font-size:1.2em;}
h6.project a{color:#fff;}
h6.project a:hover{color:#99a9b6;}
.servicelink a{color:#c7d0d9;
font-weight:600;}
.servicelink a:hover{color:#99a9b6;}

.bg-sketch {
    background: linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0, .0)), url(../img/interiorsketch.jpg) center center no-repeat;
    background-size: cover;
}
.dark-bg1 {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/blackbg.jpg) no-repeat;
    background-size: cover;
}
.my-border {border: 1px solid #54504b;}
.slidepara{font-size:1.2em;
font-family: 'Italiana', serif;

line-height: 24px;}
.my-shadow{
    text-shadow: 1px 2px 2px rgba(0,0,0,0.48), 0px -1px 2px rgba(0,0,0,0.48);
}
.first-image{}
.second-image{}
.owl-carousel .owl-stage { display: flex; }
.team-item{height:100%;}
.spacez{font-family: 'Italiana', serif;
letter-spacing: .04em;}
.spinterio{font-family: "Advent Pro", sans-serif;}
.sharathfont{font-family: "Aboreto", system-ui;}