/*** Spinner Start ***/

body{
    font-family: "Arial";
    font-size:17px;
}
p{
    color:#4d4d4d;
    font-size:17px;
    text-align: justify;
}

/*** Topbar Start ***/


.topbar .top-link {
    display: flex;
}

#note {
    width: 900px;
    overflow: hidden;
}

#note small {
    position: relative;
    display: inline-block;
    animation: mymove 10s infinite;
    animation-timing-function: all;
}

@keyframes mymove {
    from {left: -100%;}
    to {left: 100%;}
}

/*** Topbar End ***/


        /**
* Desktop Navigation
*/


       /*** Navbar ***/
       
       .sticky-top {
        top: -200px;
        background-color: white;
    }
    .navbar .navbar-nav .nav-item {
        margin-right: 10px;
        padding: 10px 0;
        color: #454545;
        font-size: 16px;
        font-weight:550;
    }

    .navbar-nav>.dropdown>.dropdown-menu>a{
        font-size: 14px;
        margin-left: 3px;
        padding-left:5px;
        width: 300px;
    }
    .navbar-nav>.dropdown>.dropdown-menu>a:before
    {
                color:#454545;
                font:bolder;
                background-color: #7DB41E;
                transition: all 0.3s ease-in-out 0s;

    }
    
    .navbar .navbar-nav .nav-item:hover,
    .navbar .navbar-nav .nav-item.active,
    .navbar-nav>.dropdown>.dropdown-menu>a:hover
    {
        color: #7DB41E;
        font-weight: bolder;
    }
    
    
    
    @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) {
        
    .sticky-top {
        margin: 0px;
        padding: 0px;
        background-color: white;
    }
    .navbar{
        margin: 0px;
        height: 60px;
    }
    
        .navbar-nav .dropdown>a {
                font-size: 14px;
                text-transform: none;
                font-weight: 500;
                color: black;
        }
    
        .navbar .nav-item:hover .dropdown-menu {
            top: 100%;
            visibility: visible;
            transition: .5s;
            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 ***/




/*** Slide Start ***/
.carousel-item {
    position: relative;
}

.carousel-item::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
}

.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,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
}

.carousel-caption .carousel-content a button.carousel-content-btn1:hover {

    color: #ffffff;
    border: 0;
    opacity: 1;
    transition: 1s;
}

.carousel-caption .carousel-content a button.carousel-content-btn2 {
   
    opacity: 1;
    border: 0;
}

.carousel-caption .carousel-content a button.carousel-content-btn2:hover {
    
    border: 0;
    opacity: 1;
    transition: 1s;
}

#carouselId .carousel-indicators li {
    
    margin: 10px;
    opacity: 1;
}

#carouselId .carousel-indicators li:hover {
   
    opacity: 1;
}

@media (max-width: 992px) {
    .carousel-item {
        min-height: 500px;
    }
    
    .carousel-item img {
        min-height: 500px;
        object-fit: cover;
    }

    .carousel-item h1 {
        font-size: 40px !important;
    }

    .carousel-item p {
        font-size: 16px !important;
    }
}

@media (max-width: 768px) {
    .carousel-item {
        min-height: 400px;
    }
    
    .carousel-item img {
        min-height: 400px;
        object-fit: cover;
    }

    .carousel-item h1 {
        font-size: 28px !important;
    }

    .carousel-item p {
        font-size: 14px !important;
    }
}
.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-white);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--bs-white);
}

/*** slide End ***/

/*** Features ***/
.feature {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTyp38L2vskyAhjKqRnUr3ZCuIwOG-Vd-zb4Q&usqp=CAU") left center no-repeat;
    background-size: cover;
}

.feature-row {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.feature-item {
    border-color: rgba(0, 0, 0, .03) !important;
}

.experience .progress {
    height: 5px;
}

.experience .progress .progress-bar {
    width: 0px;
    transition: 3s;
}

.experience .nav-pills .nav-link {
    color: var(--dark);
}

.experience .nav-pills .nav-link.active {
    color: #FFFFFF;
}

.experience .tab-content hr {
    width: 30px;
}


/*** About ***/
.about-fact {
    width: 220px;
    height: 220px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

@media (min-width: 576px) {
    .about-fact.mt-n130 {
        margin-top: -130px;
    }
}



.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    background:white;
    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: 30px;
    height: 30px;
    border-radius: 100%;
    transition: all 200ms;
}

@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;
}

.newsletter {
    position: relative;
    display: block;
    background: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('https://images.pexels.com/photos/7358746/pexels-photo-7358746.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1') center center no-repeat;
    background-size: cover;
    height:500px;

}
.fh5co-recent-news hr {
    background: #03133a;
    margin: 10px auto;
    width: 60px;
    height: 3px; }
/*** Services Start ***/

.services .services-item {
    width: 100%;
    height: 95%;
    padding: 10px 0;
    position: relative;
}

.services-content::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background:#058dd4;
    transition: .5s;
}

.services-content::after {
    top: 0;
    bottom: auto;

}

.services-item:hover .services-content::after {
    height: 100%;
    opacity: 1;
    transition: .5s;
    background-color: #058dd4;
    color:white;

}

.services-item:hover .services-content-icon {
    position: relative;
    z-index: 2;
    color:white;
}

.services-item .services-content-icon i,
.services-item .services-content-icon p {
    transition: .5s;
}

.services-item:hover .services-content-icon i {
    color:white;
}

.services-item:hover .services-content-icon p {
    color: #FFFFFF;
}

.services-item:hover .services-content-icon h4 {
    color: #FFFFFF;
}



/*** Services End ***/

        #nav-link-1 .active {
            color: #fff;
            background-color: #fbc02d;
            border-color: transparent;
            box-shadow: 0 1px 9px 0 rgb(251 192 45 / 50%);
        }
        #nav-link-2 .active {
            color: #fff;
            background-color: #077ec0;
            box-shadow: 0 12px 5px -10px rgb(33 150 243 / 55%), 0 8px 10px -5px rgb(0 0 0 / 9%), 0 4px 1px -2px rgb(0 0 0 / 14%);
        }
        #nav-link-3 .active {
            color: #fff;
            background-color: rgb(155, 187, 89);
            ;
            box-shadow: 0 12px 5px -10px rgb(102 187 106 / 55%), 0 8px 10px -5px rgb(0 0 0 / 9%), 0 4px 1px -2px rgb(0 0 0 / 14%);
        }
        #nav-link-3 a {
            color: rgb(155, 187, 89);
            ;
            background-color: #fff;
            padding: 30px;
            font-size: 19px;
            margin: 20px;
            box-shadow: 0 12px 5px -10px rgb(102 187 106 / 55%), 0 8px 10px -5px rgb(0 0 0 / 9%), 0 4px 1px -2px rgb(0 0 0 / 14%);
        }
        #nav-link-2 a {
            color: #077ec0;
            background-color: #fff;
            padding: 30px;
            font-size: 19px;
            margin: 20px;
            box-shadow: 0 12px 5px -10px rgb(102 187 106 / 55%), 0 8px 10px -5px rgb(0 0 0 / 9%), 0 4px 1px -2px rgb(0 0 0 / 14%);
        }
        #nav-link-1 a {
            color: #fbc02d;
            background-color: #fff;
            padding: 30px;
            font-size: 19px;
            margin: 20px;
            box-shadow: 0 12px 5px -10px rgb(102 187 106 / 55%), 0 8px 10px -5px rgb(0 0 0 / 9%), 0 4px 1px -2px rgb(0 0 0 / 14%);
        }
        .bg_elect {
            background-color: #fbc02d !important;
            border-color: transparent;
            box-shadow: 0 1px 9px 0 rgb(251 192 45 / 50%);
        }
        .why-us .content {
            padding: 60px 100px 0 100px;
        }
        .why-us .content h3 {
            font-weight: 400;
            font-size: 34px;
            color: #37517e;
        }
        .why-us .content h4 {
            font-size: 20px;
            font-weight: 700;
            margin-top: 5px;
        }
        .why-us .content p {
            font-size: 15px;
            color: #848484;
        }
        .why-us .img {
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center center;
        }
        .why-us .accordion-list,
        .why-us .accordion-listP,
        .why-us .accordion-listPP {
            padding: 0 100px 60px 100px;
        }
        .why-us .accordion-list ul,
        .why-us .accordion-listP ul,
        .why-us .accordion-listPP ul {
            padding: 0;
            list-style: none;
        }
        .why-us .accordion-list li+li,
        .why-us .accordion-listP li+li,
        .why-us .accordion-listPP li+li {
            margin-top: 15px;
        }
        .why-us .accordion-list li,
        .why-us .accordion-listP li,
        .why-us .accordion-listPP li {
            padding: 20px;
            background: #fff;
            border-radius: 4px;
        }
        .why-us .accordion-list a,
        .why-us .accordion-listP a,
        .why-us .accordion-listPP a {
            display: block;
            position: relative;
            font-family: "Poppins", sans-serif;
            font-size: 16px;
            line-height: 24px;
            font-weight: 500;
            padding-right: 30px;
            outline: none;
            cursor: pointer;
        }
        .why-us .accordion-list span,
        .why-us .accordion-listP span,
        .why-us .accordion-listPP span {
            color: #47b2e4;
            font-weight: 800;
            font-size: 19px;
            padding-right: 10px;
        }
        .why-us .accordion-list i,
        .why-us .accordion-listP i,
        .why-us .accordion-listPP i {
            font-size: 24px;
            position: absolute;
            right: 0;
            top: 0;
        }
        .why-us .accordion-list p,
        .why-us .accordion-listP p,
        .why-us .accordion-listPP p {
            margin-bottom: 0;
            padding: 5px 0 0 0;
        }
        .why-us .accordion-list .icon-show,
        .why-us .accordion-listP .icon-show,
        .why-us .accordion-listPP .icon-show {
            display: none;
        }
        .why-us .accordion-list a.collapsed,
        .why-us .accordion-listP a.collapsed,
        .why-us .accordion-listPP a.collapsed {
            color: #343a40;
        }
        .why-us .accordion-list a.collapsed:hover,
        .why-us .accordion-listP a.collapsed:hover,
        .why-us .accordion-listPP a.collapsed:hover {
            color: #47b2e4;
        }
        .why-us .accordion-list a.collapsed .icon-show,
        .why-us .accordion-listP a.collapsed .icon-show,
        .why-us .accordion-listPP a.collapsed .icon-show {
            display: inline-block;
        }
        .why-us .accordion-list a.collapsed .icon-close,
        .why-us .accordion-listP a.collapsed .icon-close,
        .why-us .accordion-listPP a.collapsed .icon-close {
            display: none;
        }
        @media (max-width: 1024px) {
            .why-us .content,
            .why-us .accordion-list,
            .why-us .accordion-listP,
            .why-us .accordion-listPP {
                padding-left: 0;
                padding-right: 0;
            }
        }
        @media (max-width: 992px) {
            .why-us .img {
                min-height: 400px;
            }
            .why-us .content {
                padding-top: 30px;
            }
            .why-us .accordion-list {
                padding-bottom: 30px;
            }
        }
        @media (max-width: 575px) {
            .why-us .img {
                min-height: 200px;
            }
        }
        p {
            font-size: 20px;
            font-family: Arial, sans-serif;
        }
        h3 {
            display: inline-block;
            font-size: 20px;
        }
        ol li {
            padding: 5px;
        }
        .bd-callout {
            padding: 1.25rem;
            margin-top: 1.25rem;
            margin-bottom: 1.25rem;
            border: 1px solid #e9ecef;
            border-left-width: 0.25rem;
            border-radius: 0.25rem;
            border-left-color: red;
        }

/*** 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 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.project-content a {
    display: inline-block;
    padding: 20px 25px;
    background: var(--bs-primary);
    border-radius: 10px;
}

.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 End ***/


/*** Team Start ***/

.team-item {
    border-top: 30px solid var(--bs-secondary) !important;
    background: #ffffff;
}

.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 ***/

.testimonial-item {
    background: #e3f0eb;

}

.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: #c1dad0;
    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 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:orange;
    border: 0;
}

/*** Footer End ***/
