﻿/*--------------------------------------------------------------------- layout new css ---------------------------------------------------------------------*/
.relative {
    position: absolute;
    right: 0;
    top: 53%;
    transform: translateY(-47%);
    bottom: auto;
    text-align: left;
    padding: 0;
}

.banner-main {
    position: relative;
}

    .banner-main .carousel-caption h1 {
        font-size: 51px;
        line-height: 72px;
        color: #fff;
        font-weight: bold;
        padding-bottom: 35px;
        padding-top: 25px;
    }


    .banner-main .carousel-caption p {
        font-size: 18px;
        line-height: 30px;
        color: #fff;
    }

.carousel-indicators .active {
    background-color: #ff3115;
}

.carousel-indicators li {
    background-color: #000;
    width: 20px;
    height: 20px;
    border-radius: 20px;
}



.banner-main .carousel-indicators {
    right: inherit;
}


ul.locat_icon {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}

    ul.locat_icon li {
        float: left;
        height: 70px;
        color: #fff;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding-right: 20px;
    }

        ul.locat_icon li:last-child {
            padding-right: 0px;
        }

        ul.locat_icon li a {
            margin-bottom: 23px;
        }



.about {
    background: url(../images/about/bg-image.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 90px 0px;
}

.aboutheading {
    text-align: center;
    padding-bottom: 50px;
}

    .aboutheading h2 {
        padding: 0px 0px 20px 0px;
        font-size: 50px;
        font-weight: bold;
        color: #f71f09;
        line-height: 50px;
    }

    .aboutheading span {
        color: #141012;
        font-size: 17px;
        line-height: 32px;
    }

.black {
    color: #141012
}

.about .about-box {
}

    .about .about-box figure {
        margin: 0px;
    }

    .about .about-box p {
        font-size: 17px;
        line-height: 32px;
        color: #141012;
    }

    .about .about-box a {
        width: 200px;
        font-size: 17px;
        padding: 20px 0px;
        background-color: #f71f09;
        color: #fff;
        display: inline-block;
        line-height: 20px;
        border-radius: 30px;
        text-align: center;
        margin-top: 30px;
    }

        .about .about-box a:hover {
            color: #fff;
            background-color: #81256c;
        }

.border {
    border-radius: 30px;
    border: #0c19ab solid 3px !important;
    padding: 40px 40px;
}

.Library {
    background-color: #fff;
    padding: 90px 0px;
}

    .Library .titlepage {
        text-align: center;
        padding-bottom: 54px;
    }

        .Library .titlepage h2 {
            padding: 0px 0px 20px 0px;
            font-size: 50px;
            font-weight: bold;
            color: #b32137;
            line-height: 50px;
        }

        .Library .titlepage span {
            color: #141012;
            font-size: 17px;
            line-height: 32px;
        }

.bg {
    background-color: #81256c;
}

.Library-box {
    padding: 20px 0px 10px 0px;
}

.bg .Library-box figure {
    margin: 0;
}

.read-more {
    justify-content: center;
    display: flex;
}



    .read-more a {
        width: 200px;
        font-size: 17px;
        padding: 20px 0px;
        background-color: #81256c;
        color: #fff;
        display: inline-block;
        line-height: 20px;
        border-radius: 30px;
        text-align: center;
        margin-top: 30px;
    }

        .read-more a:hover {
            background-color: #000;
        }


.box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}

.Books {
    background-color: #fff;
}

    .Books .titlepage {
        text-align: center;
        padding-bottom: 65px;
    }

        .Books .titlepage h2 {
            padding: 0px 0px 20px 0px;
            font-size: 50px;
            font-weight: bold;
            color: #b32137;
            line-height: 50px;
        }

        .Books .titlepage span {
            color: #141012;
            font-size: 17px;
            line-height: 32px;
        }


    .Books .book-box figure {
        margin: 0px;
    }

    .Books p {
        padding: 30px 46px;
        color: #141012;
        font-size: 17px;
        line-height: 30px;
        text-align: center;
    }
.aboutheading span {
    color: #141012;
    font-size: 17px;
    line-height: 32px;
}
/*****testimonial********/

.testimonial {
    text-align: center;
    margin: 0 15px;
}

    .testimonial .description {
        padding: 15px;
        margin: 0;
        border-top: 4px solid #73438f;
        border-bottom: 1px solid #ccc;
        font-size: 18px;
        color: #454646;
        line-height: 30px;
        position: relative;
    }

        .testimonial .description:after {
            content: "";
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #73438f;
            margin: 0 auto;
            position: absolute;
            bottom: -5px;
            left: 0;
            right: 0;
        }

    .testimonial .pic {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        overflow: hidden;
        margin: 40px auto;
    }

        .testimonial .pic img {
            width: 100%;
            height: auto;
        }

    .testimonial .title {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        margin: 0 0 10px 0;
    }

    .testimonial .post {
        display: block;
        font-size: 14px;
        color: #333;
    }

.owl-theme .owl-controls {
    margin-top: 30px;
}

    .owl-theme .owl-controls .owl-page span {
        background: #ccc;
        opacity: 1;
        transition: all 0.4s ease 0s;
    }

    .owl-theme .owl-controls .owl-page.active span,
    .owl-theme .owl-controls.clickable .owl-page:hover span {
        background: #73438f;
    }
   /********services*****/
.services {
    background-image: url(https://themezinho.net/consto/images/header-pattern.png);
}
.serviceBox {
    padding-left: 30px;
    position: relative;
}

    .serviceBox:before {
        content: "";
        width: 60px;
        height: 60px;
        background: #f71f09;
        position: absolute;
        top: 20px;
        left: 5px;
        z-index: 1;
    }

    .serviceBox .service-icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        background: #0c19ab;
        font-size: 30px;
        color: #fff;
        position: absolute;
        top: 15px;
        left: 0;
        z-index: 1;
    }

    .serviceBox .service-content {
        padding: 30px;
        border-width: 2px;
        border-style: solid;
        border-color: #d5d5d5 #d5d5d5 #141012;
        position: relative;
        transition: all 0.4s ease-in-out 0s;
    }

    .serviceBox:hover .service-content {
        background: #3f4147;
        border-color: #3f4147;
    }

    .serviceBox .title {
        font-size: 18px;
        font-weight: 600;
        color: #333;
        padding-left: 30px;
        margin-bottom: 35px;
        text-transform: capitalize;
        transition: all 0.4s ease-in-out 0s;
    }

    .serviceBox:hover .title {
        color: #fff;
    }

    .serviceBox .description {
        font-size: 14px;
        color: #858585;
        margin: 0;
    }

    .serviceBox .read-more {
        display: inline-block;
        width: 32px;
        height: 30px;
        line-height: 30px;
        background: #3f4147;
        font-size: 20px;
        font-weight: 900;
        color: #fff;
        position: absolute;
        bottom: 0;
        right: -1px;
        text-align: center;
        transition: all 0.4s ease-in-out 0s;
    }

        .serviceBox .read-more:hover {
            background: #2a2b2c;
        }

@media only screen and (max-width:990px) {
    .serviceBox {
        margin-bottom: 50px;
    }
}
/**********counter*/
/*-----rs--counter-----*/
/* ------------------------------------
    11. Rs-counter
---------------------------------------*/
.rs-counter-style7 .rs-counter-list {
    display: flex;
    text-align: left;
}

    .rs-counter-style7 .rs-counter-list .icon-part {
        margin-top: 30px;
        margin-right: 25px;
    }

        .rs-counter-style7 .rs-counter-list .icon-part i:before {
            font-size: 60px;
            color: #ff3115;
        }

    .rs-counter-style7 .rs-counter-list .text-part .counter-number {
        font-size: 60px;
        color: #ffffff;
        margin-bottom: 6px;
    }

    .rs-counter-style7 .rs-counter-list .text-part .counter-desc {
        color: #ffffff;
        font-weight: 500;
        margin-bottom: 0;
        font-size: 20px;
        text-transform: uppercase;
    }

.rs-counter-style8 .rs-counter-list {
    display: flex;
    text-align: left;
}

    .rs-counter-style8 .rs-counter-list .icon-part {
        margin-top: 30px;
        margin-right: 20px;
    }

        .rs-counter-style8 .rs-counter-list .icon-part i:before {
            font-size: 60px;
            color: #ff3115;
        }

    .rs-counter-style8 .rs-counter-list .text-part .counter-number {
        font-size: 45px;
        color: #212121;
        margin: 0;
        padding-bottom: 10px;
    }

    .rs-counter-style8 .rs-counter-list .text-part .counter-desc {
        font-size: 20px;
        color: #505050;
    }

.bg3 {
    background-image: url(../images/about/counter.gif);
    background-size: cover;
    background-attachment: fixed;
    background-position: center top;
}

.rs-counter .rs-counter-list {
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 30px;
    text-align: center;
    padding: 23px;
    transition: .3s all ease;
}

    .rs-counter .rs-counter-list:hover {
        border-color: #ff3115;
    }

    .rs-counter .rs-counter-list .counter-number {
        font-size: 60px;
        color: #ffffff;
        margin-bottom: 6px;
    }

    .rs-counter .rs-counter-list .counter-desc {
        color: #ffffff;
        font-weight: 500;
        margin-bottom: 0;
        font-size: 20px;
        text-transform: uppercase;
    }

.sec-title.white-text h2 {
    color: #ffffff;
}

.sec-title h2 {
    font-size: 30px !important;
    line-height: 24px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.sec-title.white-text p {
    color: rgba(255, 255, 255, 0.6);
}

.sec-title p {
    margin-bottom: 0;
    font-size: 16px;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.sec-title {
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 20px;
}

    .sec-title:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 3px;
        width: 100px;
        background: #ff3115;
    }

    .sec-title.text-center:after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
/*=======footer========*/
footer {
    background: #101011;
    color: #fff;
}

    footer .footer1 p {
        margin-top: 30px;
    }

    footer .footer2 h4 {
        color: #0c19ab;
        font-family: 'Lato', sans-serif;
        font-weight: 700;
        text-align: center;
        margin: 20px auto;
    }

    footer .footer2 .form-box {
        background: #fff;
        padding: 20px 30px;
        margin-top: -30px;
    }

    footer .footer2 input[type='text'], footer .footer2 input[type='email'] {
        background: transparent;
        border-radius: 0;
        border: none;
        border-bottom: 2px solid #000;
    }

        footer .footer2 input[type='text']:focus, footer .footer2 input[type='email']:focus {
            box-shadow: none;
            border-color: #ff8013;
        }

    footer .footer2 .btn {
        min-width: 150px;
        border-radius: 0;
    }

    footer .footer2 ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #262626;
    }

    footer .footer2 ::-moz-placeholder {
        /* Firefox 19+ */
        color: #262626;
    }

    footer .footer2 :-ms-input-placeholder {
        /* IE 10+ */
        color: #262626;
    }

    footer .footer2 :-moz-placeholder {
        /* Firefox 18- */
        color: #262626;
    }

    footer .footer3 {
        padding-top: 50px;
    }

        footer .footer3 a {
            background: #fff;
            border-radius: 50%;
            height: 40px;
            width: 40px;
            padding: 0;
            padding-top: 5px;
        }

            footer .footer3 a:hover {
                background: #ff8013;
            }

        footer .footer3 .nav-item li {
            margin: 0 5px;
        }

    footer .table td, footer .table th {
        border: none;
    }

    footer::before {
        content: "";
        position: absolute;
        border: 3px solid #0c19ab;
        width: 100%;
        left: 0;
    }

@media (max-width: 1199px) {
    .fh5co-content-box .pr-0 img {
        margin-top: -107px;
    }
}

@media (max-width: 991px) {
    .fh5co-content-box .pr-0 img {
        margin-top: -78px;
    }

    .fh5co-content-box .card-img-overlay {
        top: 20%;
    }
}

@media (max-width: 767px) {
    body nav .navbar-nav {
        margin-left: 0 !important;
        max-width: 50px;
    }

    .fh5co-network figure, .fh5co-about-us figure {
        margin-top: 0 !important;
    }

    .fh5co-content-box .pr-0 img {
        margin: 20px auto;
    }

    .fh5co-content-box .col-md-5 {
        padding: 0 !important;
    }

    .fh5co-content-box .col-md-7 {
        padding: 0 !important;
    }

    .gallery .card {
        margin-bottom: 25px;
    }

    .footer1 {
        min-height: 150px;
    }

    .footer2 .form-box {
        margin-top: 0 !important;
    }
}
.table tbody tr  td{
    border-top: 1px solid #fff!important;
}
/*********vision And Mission******/
.main-timeline {
    position: relative;
}

    .main-timeline:before,
    .main-timeline:after {
        content: "";
        display: block;
        width: 100%;
        clear: both;
    }

    .main-timeline:before {
        width: 2px;
        height: 100%;
        background: #e5e9ed;
        margin: 0 auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    .main-timeline .timeline {
        width: 50%;
        padding-right: 30px;
        float: left;
        position: relative;
    }

        .main-timeline .timeline:last-child {
            margin-bottom: 0;
        }

        .main-timeline .timeline:after {
            content: "";
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #e5e9ed;
            position: absolute;
            top: 0;
            right: -6px;
            transition: all 0.3s ease 0s;
        }

        .main-timeline .timeline:hover:after {
            background: #e3b457;
            transform: scale(1.3);
        }

    .main-timeline .timeline-content {
        padding: 50px 40px;
        background: #e5e9ed;
        position: relative;
        transition: all 0.3s ease 0s;
    }

        .main-timeline .timeline-content:hover {
            background: #e3b457;
        }

        .main-timeline .timeline-content:after {
            content: "";
            border-top: 30px solid #e5e9ed;
            border-right: 15px solid transparent;
            position: absolute;
            top: 0;
            right: -15px;
            transition: all 0.3s ease 0s;
        }

        .main-timeline .timeline-content:hover:after {
            border-top-color: #e3b457;
        }

    .main-timeline .year {
        display: block;
        font-size: 24px;
        color: #e3b457;
        line-height: 32px;
        margin: 0;
        transition: all 0.3s ease 0s;
    }

    .main-timeline .post {
        font-weight:500;
        display: block;
        font-size: 26px;
        color: #22272c;
        padding-bottom: 8px;
        margin: 8px 0 15px 0;
        position: relative;
    }

        .main-timeline .post:after {
            content: "";
            display: block;
            width: 30px;
            border-top: 2px solid #180b8c;
            position: absolute;
            bottom: 0;
            left: 0;
            transition: all 0.3s ease 0s;
        }

    .main-timeline .timeline-content:hover .post:after {
        border-top-color: #fff;
    }

    .main-timeline .title {
        font-size: 18px;
        font-weight: 500;
        color: #e3b457;
        text-transform: capitalize;
        transition: all 0.3s ease 0s;
    }

    .main-timeline .description {
        font-size: 17px;
        color: #403d3d;
        line-height: 25px;
    }

    .main-timeline .timeline-content:hover .year,
    .main-timeline .timeline-content:hover .title,
    .main-timeline .timeline-content:hover .description {
        color: #fff;
    }

    .main-timeline .timeline:nth-child(2n) {
        padding: 0 0 0 30px;
        margin-top: 75px;
    }

        .main-timeline .timeline:nth-child(2n):after {
            right: auto;
            left: -6px;
        }

        .main-timeline .timeline:nth-child(2n) .timeline-content:after {
            border-left: 15px solid transparent;
            border-right: none;
            left: -15px;
            right: auto;
        }

@media only screen and (max-width: 767px) {
    .main-timeline:before {
        margin: 0;
        left: 0;
    }

    .main-timeline .timeline {
        width: 100%;
        float: none;
        padding: 0 0 0 30px;
        margin-bottom: 20px;
    }

        .main-timeline .timeline:after {
            right: auto;
            left: -6px;
        }

    .main-timeline .timeline-content {
        padding: 20px;
    }

        .main-timeline .timeline-content:after {
            border-left: 15px solid transparent;
            border-right: none;
            left: -15px;
            right: auto;
        }

    .main-timeline .timeline:nth-child(2n) {
        margin-top: 0;
    }
}
/**********contact ys-->
*/
.form-container {
    font-family: 'Roboto', sans-serif;
    padding: 40px 40px 0 0;
    position: relative;
}

    .form-container .form-icon {
        color: #E6145E;
        background-color: #fff;
        font-size: 40px;
        text-align: center;
        line-height: 80px;
        height: 80px;
        width: 80px;
        border: 3px solid #E6145E;
        border-radius: 50% 50% 50% 0;
        box-shadow: 0 0 20px rgba(0,0,0,0.3);
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
    }

    .form-container .form-horizontal {
        background: linear-gradient(#e7e7e7 25px,rgba(255,255,255,0.97) 25px);
        padding: 40px 20px 20px;
        box-shadow: 0 0 20px -5px rgba(0,0,0,0.3);
        border-radius: 15px;
    }

    .form-container .title {
        color: #222;
        font-size: 27px;
        font-weight: 600;
        text-transform: capitalize;
        letter-spacing: 0.5px;
        margin: 0 0 20px;
    }

        .form-container .title:after {
            content: '';
            background-color: #E6145E;
            height: 3px;
            width: 110px;
            margin: 10px 0 0;
            display: block;
            clear: both;
        }

.form-horizontal .form-group {
    background-color: rgba(255,255,255,0.15);
    margin: 0 0 15px;
    border-bottom: 2px solid #e7e7e7;
}

.form-horizontal .input-icon {
    color: #b5b5b5;
    font-size: 20px;
    text-align: center;
    line-height: 35px;
    height: 35px;
    width: 30px;
    margin: 0 0 0 4px;
    vertical-align: top;
    display: inline-block;
}

.form-horizontal .form-control {
    color: #222;
    background-color: transparent;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    width: calc(100% - 40px);
    height: 33px;
    padding: 3px 10px 0 0;
    box-shadow: none;
    border: none;
    border-radius: 0;
    display: inline-block;
    transition: all 0.3s;
}

.form-horizontal textarea.form-control {
    height: auto;
    width: 100%;
}

.form-horizontal .form-control:focus {
    box-shadow: none;
    border: none;
}

.form-horizontal .form-control::placeholder {
    color: #b5b5b5;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
}

.form-horizontal .btn {
    color: #d1d1d1;
    background-color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 15px 7px 20px;
    margin: 0 auto;
    border: 2px solid #e7e7e7;
    border-radius: 20px;
    display: block;
    transition: all 0.3s ease 0s;
}

    .form-horizontal .btn:hover,
    .form-horizontal .btn:focus {
        color: #E6145E;
        background-color: #fff;
        border: 2px solid #E6145E;
    }

    .form-horizontal .btn i {
        transition: all 0.3s ease 0s;
    }

    .form-horizontal .btn:hover i {
        color: #E6145E;
        transform: translateX(3px);
    }
    /*****Default*******/
.new {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
}

.company {
    font-size: 25px;
    color: #fff;
    font-family: 'Work Sans', sans-serif;
}

.suscribe-area {
    background: #6e6e70 none repeat scroll 0 0;
    padding: 30px 0;
}
/******products******/
/***********slider************/

.product {
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color:;
    background-image: url(../images/about/background.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment:;
    background-size:;
    -webkit-background-size:;
}
/*p {
    font-size: 1.5em;
    line-height: 1.5em;
    font-family: georgia;
}*/

.parent {
    /*background: url('https://localtvkfor.files.wordpress.com/2015/03/91.jpg?w=2000') center center fixed;
    background-size: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -100;*/
}

.wrapper, .row {
    height: 100%;
}

.child {
    /*background-color: rgba(220,220,220,.5);*/
    padding: 18px;
    height: auto;
    position: relative;
    top: 50%;
    /*transform: translateY(-50%);*/
}

carousel-caption {
    top: 10% !important;
}
/*---slider carosoal--*/
@media (max-width: 576px) {
    .ash-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        /* flex: 0 0 50%; */
        max-width: 50% !important;
    }
}
