:root {
    --primary: #2B3559;
    --abu: #D6D6D6;
    --red: #BB0119;
    --light: white;
    --dark: #4e4e4e;
    --black:#000;
}

/*** Control Tambahan Start ***/
.logo-web{
    width: 100px;
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

.bg-abu{
    background-color: var(--abu);
}

.bg-utama{
    background-color: var(--primary);
}

.text-utama{
    color: var(--primary);
}

.text-merah{
    color: var(--red);
}

.text-putih{
    color: var(--light);
}

.card-img-top .img{
    transform-origin: 50% 65%;
    transition: transform 1s, filter 2s ease-in-out;
}

.card-img-top:hover .img{
    transform: scale(1.1);
}

.contact-btn {
    position: fixed;
    /* display: none; */
    left: 30px;
    bottom: 30px;
    z-index: 99;
}

.button-33 {
    background-color: #009000;
    border-radius: 100px;
    box-shadow: rgba(44, 187, 99, 0.2) 0 -25px 18px -14px inset,
    rgba(44, 187, 99, 0.15) 0 1px 2px, rgba(44, 187, 99, 0.15) 0 2px 4px,
    rgba(44, 187, 99, 0.15) 0 4px 8px, rgba(44, 187, 99, 0.15) 0 8px 16px,
    rgba(44, 187, 99, 0.15) 0 16px 32px;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: CerebriSans-Regular, -apple-system, system-ui, Roboto, sans-serif;
    padding: 7px 20px;
    text-align: center;
    text-decoration: none;
    transition: all 250ms;
    border: 0;
    font-size: 16px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-33:hover {
    box-shadow: rgba(44, 187, 99, 0.35) 0 -25px 18px -14px inset,
    rgba(44, 187, 99, 0.25) 0 1px 2px, rgba(44, 187, 99, 0.25) 0 2px 4px,
    rgba(44, 187, 99, 0.25) 0 4px 8px, rgba(44, 187, 99, 0.25) 0 8px 16px,
    rgba(44, 187, 99, 0.25) 0 16px 32px;
    transform: scale(1.05) rotate(-1deg);
    color:var(--primary);
}

.btn-custom {
  width: 100%;
  background: none;
  border: 2px solid;
  font: inherit;
  line-height: 1;
  /*margin: 0.5em;*/
  padding: 15px;
  color: var(--primary);
  transition: 0.25s;
  border-radius: 30px;
}

.up:hover,
.up:focus {
  box-shadow: inset 0 -3.25em 0 0 var(--primary);
  color:var(--light);
}

.btn-custom2 {
  width: 100%;
  background: none;
  border: 2px solid;
  font: inherit;
  line-height: 1;
  /*margin: 0.5em;*/
  padding: 15px;
  color: var(--light);
  transition: 0.25s;
  border-radius: 30px;
}

.up2:hover,
.up2:focus {
  box-shadow: inset 0 -3.25em 0 0 var(--light);
  color:var(--primary);
}

.btn-custom3 {
  width: 100%;
  background: none;
  border: 2px solid;
  font: inherit;
  line-height: 1;
  /*margin: 0.5em;*/
  padding: 15px;
  color: var(--red);
  transition: 0.25s;
  border-radius: 30px;
}

.up3:hover,
.up3:focus {
  box-shadow: inset 0 -3.25em 0 0 var(--red);
  color:var(--light);
}

@media (min-width: 992px) {
    .wdt-50{
        width: 50% !important;
    }
    
    .wdt-25{
        width: 25% !important;
    }
}

/*** Artikel CSS ***/
.img-zoom {
    transition: .3s ease-in-out
}

.artikel-item:hover .img-zoom,
.pengumuman-item:hover .img-zoom {
    transform: scale(1.2)
}

.owl-carousel .owl-stage {
    display: flex
}

.artikel-item {
    display: flex;
    flex: 1 0 auto;
    height: 100%
}

.artikel-box {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch
}


/*** Control Tambahan End ***/
/*** Spinner Start ***/

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .8s ease-out, visibility 0s linear .0s;
    visibility: visible;
    opacity: 1;
}

/*** Spinner End ***/


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-md-square {
    width: 46px;
    height: 46px;
}

.btn-lg-square {
    width: 58px;
    height: 58px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.back-to-top {
    position: fixed;
    width: 50px;
    height: 50px;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

/*** Button End ***/


/*** Topbar Start ***/

.topbar .top-info {
    letter-spacing: 1px;
}

.topbar .top-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.topbar .top-link a {
    margin-right: 10px;
}

#note {
    width: 500px;
    overflow: hidden;
}

#note small {
    position: relative;
    display: inline-block;
    animation: mymove 5s infinite;
    animation-timing-function: all;
}

@keyframes mymove {
    from {left: -100%;}
    to {left: 100%;}
}

/*** Topbar End ***/


/*** Navbar Start ***/
#navbar {
    position: sticky;
    top: 0;
    z-index: 20;
    background-color: var(--light);
}

.navbar .navbar-nav {
    padding: 15px 0;
}

.navbar .navbar-nav .nav-link {
    padding: 10px;
    color: var(--primary);
    font-size: 18px;
    outline: none;
    
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--red) !important;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "font awesome 5 free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@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;
}

/*** Navbar End ***/


/*** Carousel Start ***/

.carousel-item {
    position: relative;
}

.carousel-item::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background: rgba(0, 0, 0, .6); */
}

.carousel-caption {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.carousel-item p {
    max-width: 700px;
    margin: 0 auto 35px auto;
}

.carousel-control-prev {
    position: absolute;
    left: 0;
    background: rgba(43, 53, 89, .2);
    border-radius: 0 50px 50px 0;
    opacity: 1;
}

.carousel-control-prev:hover {
    background: var(--primary);
    transition: .8s;
}

.carousel-control-next {
    position: absolute;
    right: 0;
    background: rgba(43, 53, 89, .2);
    border-radius: 50px 0 0 50px;
    opacity: 1;
}

.carousel-control-next:hover {
    background: var(--primary);
    transition: .8s;
}

.carousel-caption .carousel-content a button.carousel-content-btn1 {
    background: var(--bs-secondary);
    color: var(--bs-dark);
    opacity: 1;
    border: 0;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn1:hover {
    background: var(--bs-primary);
    color: #ffffff;
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2 {
    background: var(--bs-primary);
    color: var(--bs-white);
    opacity: 1;
    border: 0;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2:hover {
    background: var(--bs-secondary);
    color: var(--bs-dark);
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}

#carouselId .carousel-indicators li {
    width: 30px;
    height: 10px;
    background: var(--bs-primary);
    margin: 10px;
    border-radius: 30px;
    opacity: 1;
}

#carouselId .carousel-indicators li:hover {
    background: var(--bs-secondary);
    opacity: 1;
}

@media (min-width: 992px) {
    .carousel-control-prev {
        width: 60px;
        height: 60px;
        top: 50%;
    }
    
    .carousel-control-next {
        width: 60px;
        height: 60px;
        top: 50%;
    }
}

@media (max-width: 992px) {
    .carousel-item {
        width: 100%;
        height: auto;
    }
    
    .carousel-item img {
        width: 100%;
        object-fit: cover;
    }

    .carousel-item h1 {
        font-size: 40px !important;
    }

    .carousel-item p {
        font-size: 16px !important;
    }
}

@media (max-width: 768px) {
    .carousel-item {
        width: 100%;
        height: auto;
    }
    
    .carousel-item img {
        width: 100%;
        object-fit: cover;
    }

    .carousel-item h1 {
        font-size: 28px !important;
    }

    .carousel-item p {
        font-size: 14px !important;
    }
    
    .carousel-control-prev {
        width: 30px;
        height: 30px;
        top: 35%;
    }
    
    .carousel-control-next {
        width: 30px;
        height: 30px;
        top: 35%;
    }
    .carousel-control-prev-icon, .carousel-control-next-icon{
        width: 20px;
        height: 20px;
    }
}

/* .page-header {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/carousel-1.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);
}

/*** Carousel End ***/


/*** Services Start ***/

.services .services-item {
    box-shadow: 0 0 60px rgba(0, 0, 0, .2);
    width: 100%;
    height: 100%;
    border-radius: 10px;
    /* padding: 10px 0; */
    position: relative;
}


.services-content::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-radius: 10px 10px 0 0;
    background: rgba(187, 1, 25, 0.8);
    transition: .5s;
}

.services-content::after {
    top: 0;
    bottom: auto;
    border-radius: 10px 10px 10px 10px;
}

.services-item:hover .services-content::after {
    height: 100%;
    opacity: 1;
    transition: .5s;
}

.services-item:hover .services-content-icon {
    position: relative;
    z-index: 2;
}

.services-item .services-content-icon i,
.services-item .services-content-icon p {
    transition: .5s;
}

.services-item:hover .services-content-icon i {
    color: var(--red) !important;
}

.services-item:hover .services-content-icon p {
    color: var(--bs-white);
}

/*** Services End ***/


/*** Project Start ***/

.project-img {
    position: relative;
    padding: 15px;
}

.project-img::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    top: 0;
    left: 0;
    background: var(--bs-secondary);
    border-radius: 10px;
    opacity: 1;
    z-index: -1;
    transition: .5s;
}

.project-img::after {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: var(--bs-primary);
    border-radius: 10px;
    opacity: 1;
    z-index: -1;
    transition: .5s;
}

.project-content {
    border-radius: 10px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    background: rgba(230, 250, 245, .5);
}

.project-content a {
    display: inline-block;
    padding: 20px 25px;
    background: var(--bs-primary);
    border-radius: 30px;
}

.project-item:hover .project-content {
    opacity: 1;
    transition: .5s;
}

.project-item:hover .project-img::before,
.project-item:hover .project-img::after {
    opacity: 0;
}

/*** Project End ***/


/*** Blog Start ***/
.blog-item .blog-btn {
    z-index: 2;
}

.blog-btn .blog-btn-icon {
    height: 50px;
    position: relative;
    overflow: hidden;
}

.blog-btn-icon .blog-icon-2 {
    display: flex;
    position: absolute;
    top: 6px;
    left: -140px;
    
}

.blog-btn-icon:hover .blog-icon-2 {
    transition: 1s;
    left: 5px;
    top: 6px;
    padding-bottom: 5px;
}
.blog-icon-1 {
    position: relative;
    top: -4px;
}
.blog-btn-icon:hover .blog-icon-1 {
    top: 0;
    right: -140px;
    transition: 1s;
}

/*================================================
Blog Details Page CSS
=================================================*/
.blog-details-text-area img {
    border-radius: 15px;
  }
  
  .blog-details-text-area span {
    display: inline-block;
    padding: 8px 25px;
    border-radius: 25px;
    color: var(--whiteColor);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    background-color: var(--mainColor);
    position: relative;
    top: -20px;
    left: 20px;
    font-size: 15px;
    font-weight: 400;
    font-family: var(--fontFamily2);
  }
  
  .blog-details-text-area .blog-date {
    margin-bottom: 15px;
  }
  
  .blog-details-text-area .blog-qoute {
    padding: 30px;
    position: relative;
    margin-bottom: 20px;
  }
  
  .blog-details-text-area .blog-qoute i {
    font-size: 25px;
    position: absolute;
    top: 50%;
    left: 25px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: var(--mainColor);
  }
  
  .blog-details-text-area .blog-qoute p {
    max-width: 600px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: var(--blackColor);
    font-size: 17px;
    font-weight: 600;
  }
  
  .recent-news-card {
    margin-top: 20px;
    min-height: 90px;
    position: relative;
    padding-left: 105px;
  }
  
  .recent-news-card img {
    position: absolute;
    left: 0;
  }
  
  .recent-news-card h5 {
    line-height: 1.4;
    padding-top: 5px;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 16px !important;
    font-size: var(--fontSize);
  }
  
  .recent-news-card p {
    font-size: 14px;
  }
  
  .blog-text-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 5px;
    padding: 3px 15px 15px 15px;
    background-color: var(--abu);
  }
  
  .blog-text-footer ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
  }
  
  .blog-text-footer ul li {
    display: inline-block;
  }
  
  .blog-text-footer ul li span {
    font-weight: 600;
    /*margin-right: 10px;*/
    padding: 0px !important;
    background-color: transparent !important;
  }
  
  .blog-text-footer .tag-area {
    margin-top: 12px;
  }
  
  .blog-text-footer .tag-area ul li {
    margin-right: 5px;
    cursor: pointer;
    font-size: var(--fontSize);
    font-family: var(--fontFamily2);
  }
  
  .blog-text-footer .tag-area ul li i {
    color: var(--mainColor);
  }
  
  .blog-text-footer .tag-area ul li:hover {
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    color: var(--mainColor);
  }
  
  .blog-text-footer .tag-area ul li:first-child {
    padding: 0px;
  }
  
  .blog-text-footer .social-icons {
    margin-top: 12px;
  }
  
  .blog-text-footer .social-icons ul li a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: var(--mainColor);
    background-color: white;
    -webkit-box-shadow: var(--boxShadow);
            box-shadow: var(--boxShadow);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .blog-text-footer .social-icons ul li a:hover {
    color: var(--whiteColor);
    background-color: var(--mainColor);
  }
  
  .bd-comments {
    margin-top: 30px;
  }
  
  .bd-comments h3 {
    font-size: var(--card-title-fontSize);
    font-weight: 700;
  }
  
  .comment-card {
    margin-top: 30px;
    position: relative;
    padding-left: 90px;
  }
  
  .comment-card img {
    border-radius: 50%;
    position: absolute;
    left: 0;
  }
  
  .comment-card h5 {
    margin-bottom: 0px;
    font-weight: 600;
    font-size: var(--fontSize);
  }
  
  .comment-card span {
    color: var(--paragraphColor);
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    font-family: var(--fontFamily);
  }
  
  .comment-card p {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  .comment-card a {
    color: var(--mainColor);
    font-weight: 500;
  }
  
  .bd-form {
    margin-top: 30px;
    border-radius: 15px;
    background-color: #f9fafb;
    padding: 30px;
  }
  
  .bd-form h3 {
    font-size: var(--card-title-fontSize);
    font-weight: 700;
    margin-top: 0px;
  }
  
  .bd-form p {
    font-size: 14px;
    margin-bottom: 5px;
  }
  
  .bd-form .form-control {
    border: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 12px 15px;
    border-radius: 0px;
    background-color: var(--whiteColor);
  }
  
  .bd-form .default-button {
    margin-top: 15px;
  }
  
/*================================================
# Side Bar Detail Artikel CSS
=================================================*/

  .sidebar-box {
    margin-bottom: 30px;
    padding: 25px;
    font-size: 15px;
    width: 100%;
  }
  .sidebar-box h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  
  .block-21 .blog-img {
    border-radius: 5px;
    display: block;
    height: 80px;
    width: 80px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  
  .block-21 .text {
    width: calc(100% - 100px);
  }
  .block-21 .text .heading {
    font-size: 18px;
    font-weight: 300;
  }
  .block-21 .text .heading a {
    color: var(--primary);
  }
  .block-21 .text .heading a:hover,
  .block-21 .text .heading a:active,
  .block-21 .text .heading a:focus {
    color: var(--secondary);
  }
  .block-21 .text .meta > div {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
  }
  .block-21 .text .meta > div a {
    color: gray;
  }

/*================================================
Sidebar area CSS
=================================================*/
.sidebar-card {
    padding: 30px 25px;
    border-radius: 15px;
    -webkit-box-shadow: var(--boxShadow);
            box-shadow: var(--boxShadow);
    background-color: var(--whiteColor);
  }
  
  .sidebar-card h3 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: var(--card-title-fontSize);
    font-weight: 700;
  }
  
  .sidebar-card h3::before {
    content: '';
    width: 30%;
    height: 2px;
    background-color: var(--mainColor);
    position: absolute;
    left: 0;
    bottom: 0;
  }
  
  .popular-cases-sidebar-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 25px;
  }
  
  .popular-cases-sidebar-card img {
    margin-right: 15px;
    border-radius: 10px;
  }
  
  .popular-cases-sidebar-card h5 {
    line-height: 1.4;
    margin-bottom: 3px;
    font-size: 18px;
    font-weight: 600;
  }
  
  .popular-cases-sidebar-card p a {
    font-size: 14px;
    font-weight: 400;
    font-family: var(--fontFamily2);
  }
  
  .sidebar-category-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .sidebar-category-card ul li {
    margin-top: 12px;
    font-weight: 500;
    font-size: var(--fontSize);
    font-family: var(--fontFamily2);
  }
  
  .sidebar-category-card ul li i {
    font-size: 12px;
    color: var(--mainColor);
    margin-right: 5px;
  }
  
  .sidebar-event-info .sidebar-event-info-card {
    margin-bottom: 15px;
  }
  
  .sidebar-event-info .sidebar-event-info-card h6 {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
  }
  
  .sidebar-event-info .sidebar-event-info-card p i {
    color: var(--mainColor);
    margin-right: 3px;
  }
  
  .sidebar-event-organizer .seo-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
  }
  
  .sidebar-event-organizer .seo-name img {
    border-radius: 50%;
    margin-right: 10px;
  }
  
  .sidebar-event-organizer .seo-name h6 {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 700;
  }
  
  .sidebar-event-organizer .sidebar-event-organizer-card {
    margin-top: 15px;
  }
  
  .sidebar-event-organizer .sidebar-event-organizer-card h6 {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
  }
  
  .sidebar-event-organizer .sidebar-event-organizer-card p i {
    color: var(--mainColor);
    margin-right: 3px;
  }
  
  .search-box .input-group {
    border: 1px solid #eeeeee;
    border-radius: 15px;
    overflow: hidden;
  }
  
  .search-box .form-control {
    background-color: var(--whiteColor);
    border: 0px;
    padding: 10px;
    border-radius: 15px 0px 0px 15px;
  }
  
  .search-box .btn {
    border-radius: 0px;
    color: var(--whiteColor);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    background-color: var(--mainColor);
  }
  
  .search-box .btn:hover {
    background-color: var(--secondColor);
  }
  
  .sidebar-tag ul {
    margin: 10px 0px 0px;
    padding: 0px;
    list-style: none;
  }
  
  .sidebar-tag ul li {
    display: inline-block;
  }
  
  .sidebar-tag ul li a {
    padding: 5px 15px;
    border-radius: 5px;
    display: inline-block;
    border: 1px solid #eeeeee;
    background-color: var(--whiteColor);
    font-size: 14px;
    font-family: var(--fontFamily2);
    margin-right: 5px;
    margin-top: 10px;
  }
  
  .sidebar-tag ul li a:hover {
    color: var(--whiteColor);
    background-color: var(--mainColor);
  }
  
/*** Blog End ***/


/*** Team Start ***/

.team-item {
    border-top: 30px solid var(--bs-secondary) !important;
    background: rgba(239, 239, 241, 0.8);
}

.team-content::before {
    height: 200px;
    display: block;
    content: "";
    position: relative;
    top: -101px;
    background: var(--bs-secondary);
    clip-path: polygon(50% 50%, 100% 50%, 50% 100%, 0% 50%);
    padding: 60px;
    opacity: 1;
}

.team-img-icon {
    position: relative;
    margin-top: -200px;
    padding: 30px;
    padding-bottom: 0;
}

.team-img {
    border: 15px solid var(--bs-white);
}

.team-img img {
    border: 10px solid var(--bs-secondary);
    transition: .5s;
}

.team-item:hover h4 {
    color: var(--bs-primary);
    transition: .5s;
}

.team-item:hover .team-img img {
    transform: scale(1.05);
    border: 10px solid var(--bs-secondary);
}

.team-carousel .owl-stage {
    position: relative;
    width: 100%;
    height: 100%;
}

.team-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 50px;
    display: flex;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    width: 56px;
    height: 56px;
    border-radius: 56px;
    margin-left: 15px;
    background: var(--bs-secondary);
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

@media (max-width: 992px) {
    .team-carousel {
        margin-top: 3rem;
    }

    .team-carousel .owl-nav {
        top: -85px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        margin-left: -15px;
    }
}

/*** Team End ***/


/*** Testimonial Start ***/

@media (min-width: 992px) {
    .testimonial-item{
        height: 320px;
    }
}

@media (max-width: 768px) {
    .testimonial-item{
        height: 350px;
    }
}

.testimonial-item {
    background: var(--abu);
}

.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--red);
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--bs-primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}

/*** Testimonial End ***/


/*** Contact Start ***/
.contact-detail::before {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(rgb(210, 243, 235, 1), rgba(230, 250, 245, .3)), url(../img/background.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 10px;
    z-index: -1;
}

.contact-map {
    background: #26d48c;
}

.contact-form {
    background: #26d48c;
}

/*** Contact End ***/


/*** Footer Start ***/

.footer .short-link a,
.footer .help-link a,
.footer .contact-link a {
    transition: .5s;
}

.footer .short-link a:hover,
.footer .help-link a:hover,
.footer .contact-link a:hover {
    letter-spacing: 1px;
}

.footer .hightech-link a:hover {
    background: var(--bs-secondary);
    border: 0;
}

/*** Footer End ***/

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item {
  background: var(--primary);
  padding: 30px;
  height: 100%;
  color: white;
  border-radius: 5px;
}

.contact .info-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  font-size: 24px;
  line-height: 0;
  color: #fff;
  background: var(--color-primary);
  border-radius: 50%;
  margin-right: 15px;
}

.contact .info-item h3 {
  font-size: 20px;
  color: #6c757d;
  font-weight: 700;
  margin: 0 0 5px 0;
}

.contact .info-item p {
  padding: 0;
  margin: 0;
  line-height: 24px;
  font-size: 14px;
}

.contact .info-item .social-links a {
  font-size: 24px;
  display: inline-block;
  color: rgba(55, 55, 63, 0.7);
  line-height: 1;
  margin: 4px 6px 0 0;
  transition: 0.3s;
}

.contact .info-item .social-links a:hover {
  color: var(--color-primary);
}

.contact .php-email-form {
  width: 100%;
  margin-top: 30px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}

.contact .php-email-form .form-group {
  padding-bottom: 20px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #059652;
  border-top-color: #fff;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--color-primary);
}

.contact .php-email-form input {
  height: 48px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: var(--color-primary);
  border: 0;
  padding: 12px 40px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: var(--color-primary);
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}