/********** Template CSS **********/
:root {
    --primary: #39abe2;
	--primary-deep: #009CFF;
    --secondary: #777777;
    --light: #F8F8F8;
    --dark: #252525;
    --ash: #f6f6f6;
    --white: #ffffff;
}
.bg-dark{background:var(--dark);}
.bg-ash{background:var(--ash);}
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
img{max-width:100%;}
a{border:0;outline:0;}
.text-primary {color:var(--primary) !important;}
.fix{overflow:hidden;}
.section-padding{padding:100px 0;}
/*** 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 ***/
.theme-btn{
    background: var(--primary);
    padding: 13px 30px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 4px;
    color: #fff;
    line-height: 18px;
    letter-spacing: .5px;
	margin: 5px;
}
.theme-btn:hover{color:#fff;background: rgba(57, 171, 226, 0.9);}
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    color: #FFFFFF;
}

.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;
}



.full-header{
	background-image: linear-gradient(150deg, #020c1e 18%, rgba(2, 12, 30, 0.33) 61%), url('../img/main-bg.jpg');
	background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    position: fixed !important;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
}


/* Top header */
.top-header-con {
    text-align: right;
    color: #fff;
    border-bottom: 1px solid #33333382;
}

.top-header-con a {
    color: #fff;
    margin-right: 34px;
    padding: 15px 0;
    display: inline-block;
}

.top-header-con i {
    margin-right: 5px;
}

/* Hero area */
.hero-area {
    padding: 130px 0 200px;
}
.hero-area h1 {
    font-size: 3em;
}
.hero-area p {
    font-size: 25px;
    margin: 40px 0 65px;
}

/*Page Hero*/
.hero-area.page-hero {
    text-align: center;
    padding: 66px 0!important;
}

.hero-area.page-hero p {
    margin: 0;
}


/*** Navbar ***/
.dropdown-item{border-bottom:1px solid #eee;}

.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: 20px 0;
    color: #FFFFFF;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.top-header-con a:hover  {
    color: var(--primary);
}

.ournav.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 8px 0;
    }

    .navbar .navbar-nav {
        margin-top: 8px;
        border-top: 1px solid rgba(256, 256, 256, .1)
    }
}

@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 ***/
#header-carousel .carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
}

#header-carousel .carousel-control-prev,
#header-carousel .carousel-control-next {
    width: 10%;
}

#header-carousel .carousel-control-prev-icon,
#header-carousel .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

#header-carousel .carousel-indicators [data-bs-target] {
    width: 60px;
    height: 60px;
    text-indent: 0;
    margin-bottom: 15px;
    border: 2px solid #FFFFFF;
    border-radius: 60px;
    overflow: hidden;
}

#header-carousel .carousel-indicators [data-bs-target] img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.carousel-desc{text-align:left;}
.page-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--secondary);
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}







/*====About One =======*/
/*right bar*/
.ef-about-area {}
.ef-about{}
.ef-about h2{color:#fff;}
.ef-about p{font-size:20px;line-height:1.4;color:#fff;}

.wpb_wrapper {
    /* background: #005685 url(https://www.appliedsoftware.co.uk/wp-content/uploads/dynamik-gen/theme/images/sidebar-1.jpg) no-repeat bottom right; */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
}
/*

.right-bar {
    background: #005685 url(../img/sidebar-1.jpg) no-repeat bottom right;
    color: #fff;
    min-height: 380px;
    padding: 25px;
    margin-bottom: 0px;
}

.wpb_wrapper h3 {
    color: #00bff3;
    font-size: 16px;
    font-weight: 600;
    margin: 25px 0 10px;
}

.wpb_wrapper h2 {
    color: #fff;
    font-size: 24px;
    background: url(../img/h2-bg.png) no-repeat bottom left;
    font-size: 24px;
    padding-bottom: 15px;
}

span.word1 {
    color: #00bff5;
}

.right-bar-2 {
    background: #fff url(../img/sidebar-2.jpg) no-repeat bottom right;
    border-left: 1px solid #ebebeb;
    min-height: 270px;
    padding: 25px;
}

*/


.services-accordion {}

.services-accordion .accordion-item {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

.services-accordion .accordion-button {
    background: transparent;
    color: #ffffff;
    font-weight: 600;
    font-size: 17px;
    padding: 12px 0;
    box-shadow: none;
    display: flex;
    align-items: center;
}

.services-accordion .accordion-button:focus {
    box-shadow: none;
}

.services-accordion .accordion-button::after {
    display: none; /* remove default arrow */
}

/* PLUS / MINUS ICON */
.services-accordion .icon {
    width: 28px;
    font-size: 14px;
    color: #4da3ff;
    margin-right: 14px;
    transition: transform 0.3s ease;
}

.services-accordion .accordion-button:not(.collapsed) .icon {
    transform: rotate(180deg);
}

/* BODY */
.services-accordion .accordion-body {
    color: rgba(255,255,255,0.75);
    padding: 0 0 25px 42px;
    font-size: 15px;
    line-height: 1.7;
}

/* ACTIVE TITLE */
.services-accordion .accordion-button:not(.collapsed) {
    color: #ffffff;
}



.single-service-item {
    padding: 5px;
    background: #eee;
}




/*==About two==*/
.about-two-details h2, .about-two-details p {color: #fff;}





/*NEWS*/
.single-news-title {
    margin: 15px 0;
}


.sector-side {
    border: 4px solid #777;
    overflow: hidden;
    padding: 21px;
    max-width: 400px;
    margin: 15px 0;
}

.sector-side p {
    margin: 22px 0;
}




/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 4px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}



/*** Img Border ***/
.img-border {
    position: relative;
    min-height: 400px;
}

.img-border::before {
    content: "";
    position: absolute;
    inset: 0;
    right: 3rem;
    bottom: 3rem;
    border-radius: 6px;
    padding: 5px;

    /* clean dashed border */
    background:
        linear-gradient(90deg, var(--primary) 50%, transparent 0) repeat-x,
        linear-gradient(90deg, var(--primary) 50%, transparent 0) repeat-x,
        linear-gradient(0deg,  var(--primary) 50%, transparent 0) repeat-y,
        linear-gradient(0deg,  var(--primary) 50%, transparent 0) repeat-y;

    background-size:
        20px 5px,
        20px 5px,
        5px 20px,
        5px 20px;

    background-position:
        0 0,
        0 100%,
        0 0,
        100% 0;

    animation: borderMove 1.5s linear infinite;
}

@keyframes borderMove {
    to {
        background-position:
            40px 0,
            -40px 100%,
            0 40px,
            100% -40px;
    }
}



.img-border img {
    position: absolute;
    top: 3rem;
    left: 3rem;
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    object-fit: cover;
    border-radius: 6px;
}



/*** Facts ***/
.fact-item {
    transition: .5s;
}

.fact-item:hover {
    margin-top: -10px;
    background: #FFFFFF !important;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    border: 1px solid transparent;
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    box-shadow: none;
    border: 1px solid #DEE2E6;
}


/*** Feature ***/
.progress {
    height: 5px;
}

.progress .progress-bar {
    width: 0px;
    transition: 3s;
}


/*** Project ***/
.project-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: rgba(0, 0, 0, .5);
    border-radius: 6px;
    opacity: 0;
    transition: .5s;
}

.project-item:hover a {
    opacity: 1;
}

.project-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.project-carousel .owl-dot {
    width: 35px;
    height: 35px;
    margin: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DEE2E6;
    border-radius: 35px;
    transition: .5s;
}

.project-carousel .owl-dot:hover,
.project-carousel .owl-dot.active {
    color: #FFFFFF;
    border-color: var(--primary);
    background: var(--primary);
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.team-item .team-text {
    position: relative;
    height: 65px;
    overflow: hidden;
}

.team-item .team-title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-item:hover .team-title {
    top: -65px;
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 65px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    transition: .5s;
}

.team-item .team-social .btn {
    margin: 0 3px;
}

.team-item:hover .team-social {
    top: 0;
}


/*** Testimonial ***/

.testimonial-carousel .owl-item .testimonial-item img {
    width: 60px;
    height: 60px;
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DEE2E6;
    border-radius: 50px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    border-color: var(--primary);
    background: var(--primary);
}






/*** Contact ***/

.single-contact h2 {
    margin-bottom: 25px;
}
.contact-info-area {
    padding-right: 55px;
}



.contact-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-info ul li {
    display: flex;
}

.contact-info ul li span {
    margin-right: 14px;
}

.contact-info ul li p a {
    color: #777;
}

.contact-info ul li span i {
    color: var(--primary);
}






/*** Footer ***/
.single-footer{
color: var(--white);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--white);
    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;
    color: var(--secondary);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}
.footer-bottom {
    border-top: 1px solid #333;
    padding: 15px 0;
    margin-top: 29px;
}


