/********** Template CSS **********/
:root {
    /*--primary: #00B98E;
    --light: #F3F6F8;*/
    --primary: #6796ce;
    --light: #c9d9ed;
    --dark: #0E2E50;
}

.text-themecolor {
    color: #6796ce;
}
/*** 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;
}

/*************** Milestone ***************/

.milestone-block {
    display: inline-block;
    margin-bottom: 25px;
    margin-right: 50px;
}

    .milestone-block:last-child {
        margin-right: 0;
    }

    .milestone-block .milestone-icon {
        float: left;
        width: 48px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        margin-right: 9px;
        margin-bottom: 12px;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        position: relative;
    }

        .milestone-block .milestone-icon:after {
            content: "";
            display: block;
            width: 8px;
            height: 8px;
            position: absolute;
            top: 21px;
            right: -2px;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
        }

        .milestone-block .milestone-icon i {
            font-size: 25px;
            color: #fff;
        }

    .milestone-block .milestone-right {
        /*float: left;*/
        text-align: left;
    }

    .milestone-block .milestone-number {
        position:relative;
        font-size: 21px;
        line-height: 28px;
        font-weight: 500;
    }

    .milestone-block .milestone-text {
        font-size: 18px;
        color: #444;
    }

    .milestone-block .milestone-icon {
        background-color: #0a0969;
    }

    .milestone-block .milestone-icon:after {
    background-color: #0a0969;
}


/*************** brochers Section ***************/

.section-video {
    position: absolute;
    z-index: 33;
    left: 0;
    top: -100px;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}

.section-overlay {
    background-color:#0a0969;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 34;
    opacity: 0.7;
}

.brochurecolor {
    color: #fdff86;
    font-size: 31px;
    font-weight:500;
}

.fs34 {
    font-size: 34px;
    font-weight:600;
}

.uppercase {
    text-transform: uppercase;
}

.wite-text {
    color: #fff;
}

.btn-system.border-btn.btn-wite {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.btn-large.border-btn {
     padding: 8px 22px;
     font-weight:200;
}
.fw-300 span{
    font-weight:300 !important;
}


/*************** brochers Section animated text starts ***************/
ul {
    padding: 0;
    margin: 0;
}

.wrapper div {
    width: 100%;
}
.list_slider{
    padding:20px;
}

.list_slider li {
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    opacity: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
}

.item-a {
    animation: slideIn 12s forwards cubic-bezier(0.1, 0.67, 0.29, 0.98) infinite;
}

.item-b {
    /* Start with 4 seconds delay */
    animation: slideIn 12s 4s forwards cubic-bezier(0.1, 0.67, 0.29, 0.98) infinite;
}

.item-c {
    /* Start with 8 seconds delay */
    animation: slideIn 12s 8s forwards cubic-bezier(0.1, 0.67, 0.29, 0.98) infinite;
}

/*@keyframes slideIn {
    0% {
        transform: translate3d(50%, 0, 0);
        opacity: 0;
    }

    5.33% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    21.33% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    26.66% {
        transform: translate3d(-50%, 0, 0);
        opacity: 0;
    }

    26.67% {
        transform: translate3d(50%, 0, 0);
        opacity: 0;
    }

    100% {
        transform: translate3d(50%, 0, 0);
        opacity: 0;
    }
}*/

@keyframes slideIn {
    0% {
        transform: translate3d(50%, 0, 0);
        opacity: 0;
    }

    6.66% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    26.66% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    33.30% {
        transform: translate3d(-50%, 0, 0);
        opacity: 0;
    }

    33.33% {
        transform: translate3d(50%, 0, 0);
        opacity: 0;
    }

    100% {
        transform: translate3d(50%, 0, 0);
        opacity: 0;
    }
}


/*************** brochers Section animated text ends ***************/
/*************** brochers Section ends ***************/
.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    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;
    border-radius: 50px;
}


/*** Navbar ***/
.navbar .navbar-nav .nav-link {
    position: relative;
    margin-left: 50px;
    padding: 25px 0;
    color: #000000;
    font-weight: 500;
    outline: none;
    transition: .5s;
}

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

.sticky-top.navbar .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark);
}

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

.navbar .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar .navbar-brand img {
    max-height: 45px;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar {
        position: relative;
        background: #FFFFFF;
    }

    .navbar .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar .navbar-nav .nav-link,
    .sticky-top.navbar .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark);
    }

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

    .navbar .navbar-brand h1 {
        color: var(--primary);
    }

    .navbar .navbar-brand img {
        max-height: 45px;
        margin-left:0px !important;
    }
}
@media (max-width: 700px){
    .hr1{
        margin-top:70px;
    }
    .btn-large.border-btn{
        padding:0px;
        margin:2%;
    }
    .list_slider li {
        font-size:26px;
    }
}
@media (min-width: 992px) {
    .navbar {
        /*position: absolute;*/
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .2);
        z-index: 999;
    }
    
    .sticky-top.navbar {
        position: fixed;
        background: #FFFFFF;
    }

    .navbar .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        bottom: 10px;
        left: 0;
        background: #FFFFFF;
        opacity: 0;
        transition: .5s;
    }

    .sticky-top.navbar .navbar-nav .nav-link::before {
        background: var(--primary);
    }

    .navbar .navbar-nav .nav-link:hover::before,
    .navbar .navbar-nav .nav-link.active::before {
        bottom: -1px;
        left: 0;
        opacity: 1;
    }

    .navbar .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar .navbar-brand h1 {
        color: var(--primary);
    }

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


/*** Hero Header ***/
.hero-header {
    margin-bottom: 3rem;
    padding: 8rem 0 9rem 0;
    background: url(../img/shape-bottom.png) center bottom no-repeat;
}

/*.page-header {
    background-image:url('../PTC_Images/PTC_Banner_aboutus.jpg');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    margin-bottom: 3rem;
    padding: 18rem 0 0rem 0;
}*/

@media (max-width: 991.98px) {
    .hero-header {
        padding: 6rem 0 9rem 0;
    }

    .page-header {
        padding: 6rem 0;
    }
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: rgba(256, 256, 256, .5);
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    border: 1px solid transparent;
    transition: .5s;
}

.service-item:hover {
    box-shadow: none;
    border-color: var(--primary);
}

.service-item .service-icon,
.service-item .service-btn {
    margin: -1px 0 0 -1px;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 5px 0;
    transition: .5s;
}

.service-item .service-btn {
    margin: -1px -1px 0 0;
    border-radius: 0 5px;
    opacity: 0;
}

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


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    border: 1px solid transparent;
    transform: scale(.85);
    transition: .5s;
    height:320px;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    box-shadow: none;
    border-color: var(--primary);
    transform: scale(1);
}

.testimonial-carousel .owl-item .testimonial-item img {
    width: 50px;
    height: 50px;
}

.testimonial-carousel .owl-nav {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 45px;
    transition: .5s;
}

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


/*** Team ***/
.team-item {
    position: relative;
    padding: 30px;
    text-align: center;
    transition: .5s;
    z-index: 1;
}

.team-item::before,
.team-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 40%;
    top: 0;
    left: 0;
    border-radius: 5px;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    transition: .5s;
    z-index: -1;
}

.team-item::after {
    top: auto;
    bottom: 0;
}

.team-item:hover::before,
.team-item:hover::after {
    background: var(--primary);
}

.team-item h5,
.team-item p {
    transition: .5s;
}

.team-item:hover h5,
.team-item:hover p {
    color: #FFFFFF;
}

.team-item img {
    padding: 15px;
    border: 1px solid var(--primary);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid rgba(256, 256, 256, .1);
    border-radius: 40px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: #fff;
    font-weight: normal;
    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 {
        letter-spacing: 1px;
        box-shadow: none;
        color: #FFBA0A;
    }

.footer .copyright {
    padding: 25px 0;
    font-size: 14px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

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

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}