/********** Template CSS **********/
:root {
    --new-primary: #ffd000;
    --primary: #ff0055;
    --secondary: #555555;
    --blue: #000030;
    --light: #F1F3FA;
    --dark: #1C2035;
}

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

.fw-medium {
    font-weight: 500;
}

a{
    text-decoration: none;
}
p{
    text-align: justify;
}

h1, h2, h3, h4{
    color: var(--new-primary) !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;
}


.bg-primary{
    background-color: var(--new-primary) !important;
}

/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
    /* border-radius: 0px !important; */
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
    border-radius: 0px !important;
}

.btn-primary{
    background-color: var(--primary);
    border: 1px solid var(--primary);
}
.btn-primary:hover{
    background-color:#b6003d;
    border: 1px solid #b6003d;
}
.text-primary{
    color: var(--primary) !important;
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--dark);
}

.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;
}

.tick{
    font-size: 20px;
    color: var(--primary);
}

.top-icon{
    font-size: 20px;
    color: var(--primary);
}


/*** Navbar ***/
.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: var(--dark);
    font-size: 18px;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

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

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

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

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

.navbar-toggler{
    border: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
}

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

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 3.5rem;
    background-color: var(--primary);
    border: 15px solid var(--primary);
    display: block;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .carousel-control-prev-icon,
.carousel-control-next-icon{
    display: none;
}
}

.carousel-item img{
    height: 100vh;
    width: 100%;
    background-size: cover;
    object-fit: cover;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, 0.513), rgba(0, 0, 0, 0.527)), url(../img/pg-head.jpg) center center no-repeat;
    background-size: cover;
}

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

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}


/*** Features ***/
.feature-row {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.feature-item {
    border-color: rgba(0, 0, 0, .03) !important;
}


/*** About ***/
.about {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/slide11.png) left center no-repeat;
    background-size: cover;
}

.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 36px;
    height: 46px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: var(--primary);
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--primary);
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--primary);
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: 3px;
    border-left: 30px solid #FFFFFF;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}

.img-1{
    height: 350px !important;
    width: 100%;
    object-fit: cover;
}
.img-2{
    height: 450px !important;
    width: 100%;
    object-fit: cover;
}
@media(max-width:768px){
    .img-2{
        height: 350px !important;
    }
}


.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0.2em 0.2em 0;
    padding-top: 15px;
}
.ui-tabs .ui-tabs-nav li{
    margin-right: 20px;
}
.ui-widget-header {
    border: none;
    background: rgb(255, 255, 255);
    color: rgb(51, 51, 51);
    font-weight: bold;
    align-items: center;
    display: flex;
    justify-content: center;
}
.ui-widget-content {
    border: none !important;
    background: #ffffff;
    color: #333333;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html 
.ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: none;
    background: var(--primary);
    font-weight: normal;
    color: white !important;
}
/* .ui-tabs .ui-tabs-nav li a{
    color: var(--new-primary) !important;
} */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0px;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
    padding-top: 40px;
}
@media(max-width:768px){
    .ui-tabs .ui-tabs-nav li a{
        font-size: 10px !important;
         white-space: wrap;
    }
    .ui-tabs .ui-tabs-nav li{
        width: 110px !important;
    }
}

/* 
#tabs ul li a{
    color: var(--new-primary) !important;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active{
    color: white !important;
} */
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

/*** Service ***/
.service-item .service-text {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .06);
    transition: .5s;
    z-index: 2;
}

.service-item:hover .service-text {
    top: -1.5rem;
}

.service-item .service-text h5 {
    transition: .5s;
}

.service-item:hover .service-text h5 {
    color: var(--primary);
}

.service-item .service-btn {
    position: absolute;
    width: 80%;
    height: 3rem;
    left: 10%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    transition: .5s;
    z-index: 1;
}

.service-item:hover .service-btn {
    bottom: -1.5rem;
}


.serv-card{
    transition: .5s all ease-in-out;
    transition-delay: 0s, 0.7s;
}

.serv-card:hover{
    box-shadow: 0px 5px 5px rgb(196, 195, 195);
}

.effect-1 {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.effect-1 .effect-img {
    font-size: 0;
}

.effect-1 .effect-img img {
    width: 100%;
    height: 350px;
    background-size: cover;
    object-fit: cover;
}

.effect-1 .effect-text {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 30px;
    top: calc(100% - 60px);
    left: 0;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    transition: .5s;
}

.effect-1:hover .effect-text {
    top: 0;
}

.effect-1 .effect-text h5 {
    height: 45px;
    color: var(--new-primary) !important;
    font-size: 18px;
    margin: -15px 0 0 0;
    transition: .5s;
}

.effect-1:hover .effect-text h5 {
    margin: 0;
}

.effect-1 .effect-text p {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 20px;
}


.effect-1 .effect-btn .btn {
    display: inline-block;
    height: 35px;
    padding: 7px 15px;
    color: #333333;
    background: #ffffff;
}



/* .services {
    background: var(--section-bg-color);
  } */
  
  .nav-tabs {
    border-bottom: 0 !important;
  }
  
  .nav-tabs .nav-link,
  .nav-tabs .nav-link span {
    color: black !important;
    display: block;
    text-align: left;
  }
  
  .nav-tabs .nav-link {
    border-radius: 0 !important;
    border: 0 !important;
    border-left: 7px solid grey !important;
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 10px !important;
    padding: 10px !important;
    transition: all 0.3s ease-in-out !important;
  }
  .nav-tabs button {
    width: 100%;
  }
  .nav-tabs .nav-item.show .nav-link, 
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-link:focus, 
  .nav-tabs .nav-link:hover {
    border-left-color: var(--primary) !important;
    background: var(--white-color);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.144) !important;
  }
  
  .nav-tabs .nav-link.active h3,
  .nav-tabs .nav-link:focus h3, 
  .nav-tabs .nav-link:hover h3 {
    color: var(--primary) !important;
  }
  
  .tab-img{
    height: 510px !important;
    width: 100%;
    object-fit: cover;
  }
  

@media(max-width:768px){
    .serv-card p{
        font-size: 13px;
        padding: 1px !important;
      }
}

/*** Project ***/
.project-item {
    position: relative;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.project-item .project-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    padding-top: 60px;
    transition: .5s;
}

.project-item:hover .project-overlay {
    opacity: 1;
    padding-top: 0;
}

.project-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
    display: flex;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    margin-left: 15px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 55px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .15);
    font-size: 25px;
    transition: .5s;
}

.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .project-carousel .owl-nav {
        top: -70px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .project-carousel .owl-nav .owl-prev,
    .project-carousel .owl-nav .owl-next {
        margin: 0 7px;
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}




.gallery-img{
    height: 250px !important;
    width: 100%;
    object-fit: cover;
}

.gallery .gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    cursor: pointer;
}

.gallery .gallery-item img {
    min-height: 300px;
    object-fit: cover;
}
.gallery .gallery-item img {
    transition: 0.5s;
}

.gallery .gallery-item:hover img {
    transform: scale(1.2);
}

.gallery .gallery-item:hover .gallery-content {
    background: rgba(19, 53, 123, 0.8);
}

.gallery .tab-class .nav-item {
    padding: 0 0 20px 0;
}
.gallery .tab-class .nav-item a.active {
    background: var(--primary) !important;
}

.gallery .tab-class .nav-item a.active span {
    color: var(--white) !important;
}
.tab-content img{
    height: 250px !important;
    width: 100%;
    object-fit: cover;
    background-size: cover;
}

.nav-item .active{
    color: white !important;
}
.nav-item a{
    color: var(--blue) !important;
}

@media(max-width:768px){
    .gallery .nav-item a span{
        width: 150px !important;
        font-size: 10px !important;
    }
}

input, textarea{
    border-radius: 0px !important;
    box-shadow: none !important;
}


/*** Footer ***/
.footer {
    color: #B0B9AE;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #B0B9AE;
    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: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer-icon{
    font-size: 20px;
    color: white;
}
.copyright {
    color: #B0B9AE;
}

.copyright, .bg-dark {
    background:#000018 !important;
}

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

.whats a{
    transition: .5s ;
    
  }
  
  .whats span{
    font-size: 0px;
     word-spacing: -40px;
    transition: .5s ;
   
  }
  
  .whats:hover span{
   font-size: 13px;
   word-spacing:  0px;
    transition: .5s all;
    /* margin-right: 50px; */
  }

  .social{
    font-size: 20px;
    border: 1px solid white;
    color: var(--primary);
    background-color: white;
    border-radius: 30px;
    transition: .5s all ease-in-out;
    transition-delay: 0s, 0.7s;
  }
  .social:hover{
    background-color: transparent;
  }