/******************************

INDEX:

    00 - Home
    01 - Inner Page
    02 - Team Member
    03 - Counter
    04 - Service
    05 - Blog
    06 - Pricing
    07 - Testimonial
    
******************************/


/*----------------------------------------*/


/*  00 - Home
/*----------------------------------------*/


/* banner */

.home-banner .carousel-caption {
    right: 30px;
    left: 30px;
    text-align: left;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: inherit;
}

.home-banner .carousel-item h1 span {
    color: #ffffff;
    display: inline-block;
    margin: 0px;
    padding: 1px 7px;
}

.home-banner .carousel-item h6 {
    margin-bottom: 20px;
}

.home-banner .carousel-indicators li {
    width: 3px;
    height: 3px;
    background: rgba(127, 127, 127, 1);
    cursor: pointer;
    border: 5px solid rgba(255, 255, 255, 1);
    box-sizing: content-box;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
    -webkit-perspective: 400px;
    perspective: 400px;
    -webkit-transform: translatez(0.01px);
    transform: translatez(0.01px);
}

.home-banner .carousel-indicators li.active,
.home-banner .carousel-indicators li:hover {
    background: rgba(86, 86, 86, 1);
    border-color: rgba(255, 255, 255, 1);
}

.home-banner.home-slider-one .carousel-indicators {
    bottom: 0;
}

.home-banner .carousel-control-prev,
.home-banner .carousel-control-next {
    top: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    line-height: 50px;
    position: absolute;
    display: block;
    z-index: 100;
    border-radius: 50%;
}

.home-banner .carousel-control-next {
    right: 50px;
}

.home-banner .carousel-control-prev,
.home-banner .carousel-control-next {
    display: none;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.home-banner:hover .carousel-control-prev,
.home-banner:hover .carousel-control-next {
    display: block;
}

.home-banner .carousel-item .slider-paragraph {
    line-height: 28px;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 18px;
    color: rgb(3, 27, 78);
    margin: 15px 0;
}

.home-banner .carousel-item .anim-1,
.home-banner .carousel-item .anim-2,
.home-banner .carousel-item .anim-3 {
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.home-banner .carousel-item.first-slide .anim-1,
.home-banner .carousel-item.active.first-slide-active .anim-1,
.home-banner .carousel-item.active:not(:first-child) .anim-1,
.home-banner .carousel-item.first-slide .anim-2,
.home-banner .carousel-item.active.first-slide-active .anim-2,
.home-banner .carousel-item.active:not(:first-child) .anim-2,
.home-banner .carousel-item.first-slide .anim-3,
.home-banner .carousel-item.active.first-slide-active .anim-3,
.home-banner .carousel-item.active:not(:first-child) .anim-3 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.home-banner .carousel-item.first-slide .anim-1,
.home-banner .carousel-item.active.first-slide-active .anim-1,
.home-banner .carousel-item.active:not(:first-child) .anim-1 {
    transition-delay: 500ms;
}

.home-banner .carousel-item.first-slide .anim-2,
.home-banner .carousel-item.active.first-slide-active .anim-2,
.home-banner .carousel-item.active:not(:first-child) .anim-2 {
    transition-delay: 800ms;
}

.home-banner .carousel-item.first-slide .anim-3,
.home-banner .carousel-item.active.first-slide-active .anim-3,
.home-banner .carousel-item.active:not(:first-child) .anim-3 {
    transition-delay: 1000ms;
}

.home-banner .carousel-item h1 {
    line-height: 60px;
    letter-spacing: -2px;
    font-weight: 300;
    font-size: 48px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.home-banner .carousel-item h1 strong {
    font-weight: 800;
}

.home-banner .carousel-item h1 span {
    background-color: inherit;
}

.home-banner .carousel-item .shapewrapper-inner {
    line-height: 22px;
    letter-spacing: 7px;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
}

.slider-layout2 .slider-content div.slider-sub-text {
    animation: fadeInUp 1000ms ease-in-out;
}

.slider-layout2 .slider-content div.slider-paragraph {
    animation: fadeInUp 2000ms ease-in-out;
}

.slider-layout2 .slider-content .slider-btn-area {}

.home-banner .carousel-item .tagline {
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
    color: rgb(66, 70, 78);
    margin-bottom: 25px;
}


/** Home Slider 2 **/

.home-banner.home-slider-two .carousel-item .shapewrapper-inner {
    display: inline-block;
    background: #fff;
    padding: 7px 10px;
}

.home-banner.home-slider-two .carousel-item .tagline {
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
    font-style: normal;
    letter-spacing: 3px;
}

.home-banner.home-slider-two .square-shape {
    border: 10px solid rgba(255, 255, 255, 0.5);
    padding: 40px 30px 30px 40px;
}


/** Play Button **/

a.play-btn .play-icn {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    border: 1px solid;
    border-color: inherit;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    cursor: pointer;
    display: inline-block;
    margin-right: 15px;
}

a.play-btn .play-icn:after,
a.play-btn .play-icn:before {
    content: "";
    border: 1px solid;
    border-color: inherit;
    width: 150%;
    height: 150%;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    position: absolute;
    left: -25%;
    top: -25%;
    opacity: 1;
    -webkit-animation: 1s videomodule-anim linear infinite;
    animation: 1s videomodule-anim linear infinite;
}

a.play-btn span {
    font-weight: bold;
}

@-webkit-keyframes videomodule-anim {
    0% {
        -webkit-transform: scale(0.68);
        transform: scale(0.68);
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

@keyframes videomodule-anim {
    0% {
        -webkit-transform: scale(0.68);
        transform: scale(0.68);
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}


/** Image Shadow **/

.img-shadow {
    border-radius: 8px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.13);
}


/** Homepage 01 **/

.intro-section .container>.row {
    margin-top: -40px;
    position: relative;
}

.iconbox-border {
    border-right: 1px solid #e5e5e5;
}

.welcome-company {
    padding-top: 25px;
}

.sing-owner {
    padding-top: 35px;
}

.owner-author {
    padding-left: 30px;
}

.owner-name {
    font-size: 15px;
    line-height: 25px;
    margin-top: 20px;
    margin-bottom: 0;
}

.owner-postion {
    font-size: 13px;
    line-height: 23px;
    color: #7f7f7f;
}

.opt-underline-dotted {
    border-bottom: 1px dotted;
}

.play-video a {
    border: 6px solid #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 55px;
    display: inline-block;
    text-align: center;
    margin-left: 40%;
    margin-top: 20%;
}

.play-video h4 {
    margin-left: 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    border-bottom: 1px solid;
}

.play-video h4:hover {
    border-bottom: none;
    color: #202020;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.play-video a i {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    margin-left: 7px;
}

.counter-section {
    background-image: url(../images/bg/bg-01.jpg);
    background-position: 0 0;
    background-size: cover;
    margin-top: -160px;
    padding-top: 130px;
    padding-bottom: 75px;
}

.get-appointment {
    background-image: url(../images/bg/bg-02.jpg);
    background-position: 0 0;
    background-size: cover;
}

.get-appointment {
    padding-top: 90px;
    padding-bottom: 315px;
}

.appointment-from {
    padding-top: 1px;
}

.appointment-from .container>.row {
    background-color: #fff;
    position: relative;
    margin-top: -280px;
    margin-left: 0;
}

.appointment-image {
    background-image: url(../images/img-02.jpg);
    background-size: cover;
    background-position: center;
    padding-left: 0px;
}

.appointment-inner {
    /* padding: 60px 60px 40px;*/
}

.testimonial-box {
    padding: 50px 50px 20px;
    margin-bottom: 20px;
}


/** Homepage 02 **/

.step-section {
    padding-top: 90px;
}

.step-section>.container>.row {
    padding-bottom: 70px;
    border-bottom: 1px solid #ebebeb;
}

.eye-offer {
    background-image: url(../images/bg/bg-03.jpg);
    background-position: 0 0;
    background-size: cover;
}

.expert-eye {
    margin-top: -269px;
    padding-top: 225px;
}

.offer-service {
    background-image: url(../images/bg/bg-03.jpg);
    background-position: 0 0;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 90px;
}

.offer-service .section-title h4 {
    font-size: 16px;
    line-height: 26px;
}

.offer-service .section-title h2 {
    font-size: 46px;
    line-height: 56px;
}

.who-we-are {
    padding-top: 90px;
    padding-bottom: 250px;
}

.before-after-sec {
    padding-top: 0;
}

.before-after-sec>.container>.row {
    margin-top: -215px;
}

.our-pricing-sec {
    padding-top: 90px;
    padding-bottom: 170px;
}

.pricing-table-sec {
    padding-top: 300px;
    padding-bottom: 100px;
}

.pricing-table-sec>.container>.row {
    margin-top: -150px;
}

.treat-us {
    padding-right: 0;
}

.treat-us ul li span {
    color: #636363;
    font-size: 14px;
    line-height: 24px;
}

.packages-section {
    padding-top: 90px;
    padding-bottom: 280px;
}

.pricing-section {
    margin-top: -290px !important;
}


/** Homepage 03 **/

.basic-information {
    padding-top: 90px;
    padding-bottom: 180px;
}

.professional a i {
    font-size: 33px;
    padding-left: 0;
    font-weight: normal;
    padding-right: 10px;
}

.professional a {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    color: #666;
    padding-right: 30px;
    line-height: 33px;
    margin-top: 50px;
}

.best-clinic-colum {
    background: url(../images/bg/bg-04.jpg) no-repeat 0 0;
    background-size: cover;
    background-position: center;
}

.best-clinic-content {
    position: relative;
    max-width: 500px;
    margin-top: 70px;
    margin-left: 60px;
    margin-bottom: 60px;
    display: table;
    width: 100%;
    height: 100%;
}

.open-time .timelist-blok li {
    font-size: 14px;
    line-height: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 12px 0px;
}

.open-time .timelist-blok li:after {
    display: block;
    clear: both;
    content: "";
}

.open-time .timelist-blok span {
    float: right;
}

.img-overlap-top {
    margin-top: -180px;
    margin-bottom: 20px;
}

.our-team {
    background-image: url(../images/bg/bg-05.jpg);
    background-position: 0 0;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 370px;
}

.our-team-sec {
    padding-top: 1px;
    padding-bottom: 0;
}

.our-team-sec>.container>.row {
    margin-top: -371px;
}

.appointment-sec {
    position: relative;
    padding-top: 40px;
}

.right-bg-effect {
    position: absolute;
    z-index: 0;
    width: 33%;
    height: 100%;
    right: 0;
    top: 0;
}


/** Treatments **/

.treatments-head-sec {
    padding-top: 90px;
    padding-bottom: 170px;
}

.treatments-sec>.container>.row {
    margin-top: -170px;
}


/** Ccontact Page **/

.contact-appointment {
    margin-bottom: -150px;
    z-index: 999;
    position: relative;
    margin-top: 70px;
    margin-left: 0;
}


/** Overlap Wrapper **/

.overlap-img {
    margin-top: -124px;
    margin-left: -130px;
}


/** Award-box **/

.award-box {
    padding: 40px 40px;
}

.bg-white .award-box {
    padding: 35px 30px 45px;
}


/** Client Logo **/

.client-logo li {
    position: relative;
    display: inline-block;
    float: left;
    text-align: center;
    padding-bottom: 30px;
}

.client-style img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.4;
    padding: 0 10px;
    display: inline-block;
    max-width: 100%;
}


/** Slick */

.main-services .slick-carousel .slick-dots {
    bottom: -47px;
}

.slick-carousel.no-mrg .slick-slide {
    margin: 0 0;
}

.slick-carousel.no-mrg .slick-dots {
    bottom: -50px;
}

.video-tagline {
    letter-spacing: 4px;
    margin-left: 20px;
}


/** Testimonial **/

.testimonial-bg {
    margin-bottom: -60px;
    padding-right: 40px;
}

.reaseach-bg {
    position: absolute;
    bottom: 0;
    left: 0;
}

.overlap-content-desc {
    padding: 40px 0px 40px 0px;
}


/** Companies Skill **/

.companies-skill {
    margin-top: 20px;
}


/** skill **/

.award-skill {
    overflow: hidden;
}

.award-skill .skill-title {
    font-size: 16px;
    font-weight: 500;
}


/** form **/

.form-box {
    padding: 60px 60px;
}

.form-box .form-group {
    margin-bottom: 25px;
}

.form-box .form-control {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 15px 20px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 55px;
}

.form-box textarea.form-control {
    height: auto;
}

.form-box .form-control::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.form-box form .form-group {
    margin-bottom: 25px;
}


/*----------------------------------------*/


/*  01 - Inner Page
/*----------------------------------------*/

.inner-banner {
    background-color: #fff;
    border-bottom: 1px solid #eac1c9;
    border-top: 1px solid #eac1c9;
    height: 70px;
    position: relative;
    display: table;
    width: 100%;
}

.inner-banner .titlebar-main {
    display: table-cell;
    vertical-align: middle;
}

.inner-banner .inner-page-title {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 3rm!important;
    line-height: 50px;
    text-align: left;
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 0;
}

.inner-banner .breadcrumb {
    background-color: inherit;
    border-radius: 0;
    margin-bottom: 0;
}

.inner-banner .breadcrumb li {
    color: #b72849;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.inner-banner .breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff;
}

.inner-banner .breadcrumb li a {
    color: #000;
}

.inner-banner .breadcrumb li a:hover {
    color: #000;
}


/** About **/

.about-contents-left {
    padding-right: 15%;
}

.about-bg-desc {
    padding: 0px 30px 30px;
}

.about-bg-left {
    padding-right: 15%;
    margin-top: -190px;
}


/** Services **/

.heading-inner-box {
    padding-top: 35px;
    padding-left: 35px;
}


/** Research **/


/** Sidebar Left**/

.sidebar-left {
    padding: 20px 30px;
    background: #f7f9fa;
    padding-top: 40px;
}

.sidebar-left .widget-title {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #2c2c2c;
    margin-bottom: 35px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
}

.sidebar-left .widget-title:after {
    content: "";
    width: 100%;
    height: 1px;
    bottom: -10px;
    left: 0;
    position: absolute;
    z-index: 1;
    background: #e8e9ea;
}

.post-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.post-list li {
    border: none;
    padding: 0 !important;
    margin-bottom: 10px;
}

.post-list li a {
    background-color: #fff;
    padding: 17px 20px;
    display: block;
    position: relative;
    color: #222;
    font-size: 16px;
    font-weight: 500;
}

.post-list li.active a,
.post-list li a:focus {
    color: #ffffff;
}

.post-list li a:after {
    content: "\f105";
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: 400;
    position: absolute;
    top: 15px;
    right: 20px;
}

.download-area .item-download-pdf {
    background-color: #86bb46;
    margin-bottom: 5px;
    position: relative;
}

.download-area .item-download-txt {
    background-color: #2c2c2c;
    margin-bottom: 5px;
    position: relative;
}

.download-area .item-download-pdf a,
.download-area .item-download-txt a {
    display: block;
    padding: 20px;
    color: #fff;
}

.download-area .item-download-pdf a,
.download-area .item-download-txt a {
    padding-left: 20px;
}

.download-area .item-download-pdf .fa,
.download-area .item-download-txt .fa {
    color: #fff;
    font-size: 18px;
    padding-right: 20px;
}

.single-service-contact {
    padding: 25px;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.single-service-contact h3 {
    font-size: 22px;
    margin: 0;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.single-service-contact p {
    font-size: 16px;
    color: #222;
    margin: 0 0 25px 0;
}

.single-service-contact a {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none !important;
}

.single-service-contact a:hover {
    color: #202020;
}

.single-service-contact a i {
    margin: 0 0 0 10px;
}


/** Project Detail **/

.detailbox {
    margin-top: 0;
    margin-bottom: 0;
    border: none;
}

.detailbox-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.detailbox-list .details-date {
    margin-bottom: 15px;
    border-bottom: 1px solid #f0f2f7;
    padding-bottom: 20px;
}

.detailbox-list .details-date .details-heading {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 8px;
    margin-right: 5px;
}

.details-label {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 17px;
    display: block;
    color: #222;
}

.media-box {
    margin-top: 45px;
    margin-bottom: 30px;
}

.media-box .media {
    margin-bottom: 40px;
}

.media-box .media .media-box-icon {
    padding-right: 20px;
    padding-top: 7px;
}

.media-box .media .media-box-icon i {
    font-size: 22px;
    color: #5472d2;
}

.single-category a {
    display: inline-block;
    background-color: #f8f8f8;
    color: #4d4d4d;
    font-size: 12px;
    padding: 3px 10px;
    margin-right: 3px;
}

.single-category a:hover {
    color: #ffffff;
}

.portfolio-social ul {
    text-align: right;
    list-style: none;
    padding: 0;
    margin: 0;
}

.portfolio-social ul li {
    display: inline-block;
    padding-top: 6px;
}

.portfolio-social ul li a {
    display: block;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #282828;
}

.single-np-nav {
    position: relative;
    margin-bottom: 75px;
    margin-top: 55px;
    display: inline-block;
    width: 100%;
}

.single-np-nav:after {
    background-color: #e5e5e5;
    content: "";
    width: 100%;
    height: 1px;
    z-index: 11;
    position: absolute;
    top: -30px;
    left: 0;
}

.single-np-nav .nav-links .nav-previous {
    float: left;
    position: relative;
    display: inline-block;
}

.single-np-nav .nav-links .nav-next {
    float: right;
    position: relative;
    display: inline-block;
}

.single-np-nav .nav-links .nav-next:before,
.single-np-nav .nav-links .nav-previous:before {
    border-bottom-color: #b72849 !important;
}

.single-np-nav .nav-links .nav-previous:before,
.single-np-nav .nav-links .nav-next:before {
    position: absolute;
    z-index: 1;
    display: block;
    bottom: 0;
    content: "";
    border-bottom: 1px solid;
    width: 0%;
    right: 0;
    left: auto;
    -webkit-transition: width 0.3s linear 0s, right 0s linear 0.3s, left 0s linear 0.3s;
    -o-transition: width 0.3s linear 0s, right 0s linear 0.3s, left 0s linear 0.3s;
    -moz-transition: width 0.3s linear 0s, right 0s linear 0.3s, left 0s linear 0.3s;
    transition: width 0.3s linear 0s, right 0s linear 0.3s, left 0s linear 0.3s;
}

.single-np-nav .nav-links a {
    font-size: 18px;
    font-weight: 600;
    color: #031b4e;
    position: relative;
    display: inline-block;
}

.single-np-nav .nav-links .nav-previous a {
    padding-left: 20px;
}

.single-np-nav .nav-links .nav-next a:after,
.single-np-nav .nav-links .nav-previous a:after {
    position: absolute;
    top: 0;
    font-family: "FontAwesome";
}

.single-np-nav .nav-links .nav-previous a:after {
    left: 0;
    content: "\f104";
}

.single-np-nav .nav-links .nav-next a {
    padding-right: 20px;
}

.single-np-nav .nav-links .nav-next a:after {
    right: 0;
    content: "\f105";
}

.single-np-nav .nav-links .nav-next:hover:before {
    width: 100%;
    right: auto;
    left: 0;
}

.single-np-nav .nav-links .nav-previous:hover:before {
    width: 100%;
    right: 0;
    left: auto;
}

.single-related-title h5 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 30px;
}


/** Project Detail 02 **/

.single-content-left-image .detailbox-list .details-date {
    margin-bottom: 15px;
    border-bottom: 1px solid #f0f2f7;
    padding-bottom: 10px;
}

.single-content-left-image .detailbox-list .details-date .details-heading {
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 8px;
    color: #869ab8;
}

.single-content-left-image .detailbox-list .details-date .details-content {
    font-size: 15px;
}

.single-content-area {
    margin-top: 60px;
}


/** Project Detail 03 **/

.single-content-top-image .detailbox {
    margin-top: 60px;
    margin-bottom: 40px;
    border-top: 1px solid #f0f2f7;
    border-bottom: 1px solid #f0f2f7;
    display: inline-block;
    width: 100%;
}

.acitv {
    color: red;
}

.single-content-top-image .detailbox-list .details-date {
    float: left;
    width: 20%;
}

.single-content-top-image .detailbox-list .details-date .details-heading {
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 8px;
    display: block;
    color: #869ab8;
}


/** Blog **/


/** Sidebar Right**/

.sidebar .widget {
    margin: 45px 0 35px;
    font-size: 14px;
}

.search-form input {
    height: 58px;
    line-height: 58px;
}

.widget.widget-search {
    border: none;
    margin: 0;
}

.widget .search-form {
    position: relative;
    margin-top: 15px;
}

.widget .search-form .search-field {
    display: block;
    width: 100%;
    height: 35px;
    font-size: 14px;
    color: #848484;
    line-height: 40px;
    padding: 10px 10px;
    font-weight: 400;
    background: #fff;
    border: 1px solid #b72748;
    border-radius: 2px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

.widget .search-form a {
    position: absolute;
    color: #B72847;
    right: -21px;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    top: 50%;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    font-size: 16px;
    z-index: 1;
    width: 50px;
}

.widget .widget-title {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 22px;
    line-height: 32px;
    color: #313131;
    margin-bottom: 30px;
}

.sidebar .widget-categories ul li {
    padding-bottom: 0;
    position: relative;
    margin: 15px 0;
    padding: 0 !important;
    font-weight: 400;
    list-style: none;
}

.sidebar .widget-categories ul li a {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    padding-left: 15px;
}

.sidebar .widget-categories li span {
    position: absolute;
    right: 0;
    top: 0;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: #eee;
    text-align: center;
    border-radius: 50%;
    display: block;
    font-size: 12px;
    font-weight: normal;
}

.sidebar .widget-categories ul li a:before {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    top: 4px;
    left: 0px;
    line-height: 1em;
    font-size: 14px;
}

.sidebar .recent-post-list li {
    padding: 15px 0px;
    font-weight: 400;
}

.sidebar .recent-post-list li:first-child {
    padding-top: 0;
}

.sidebar .recent-post-list .recent-post-thum {
    display: block;
    width: 70px;
    height: 70px;
    margin-right: 20px;
    padding: 3px;
}

.sidebar .widget a {
    color: #222;
    font-size: 14px;
    font-weight: 600;
}

.sidebar .recent-post-list a {
    font-size: 15px;
    font-weight: normal;
}

.sidebar .recent-post-list .post-date {
    line-height: 17px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
}

.sidebar .widget .tagcloud a {
    font-size: 13px;
    position: relative;
    display: inline-block;
    padding: 5px 11px;
    margin-bottom: 6px;
    margin-right: 6px;
    font-weight: 500;
    color: #222;
    text-transform: uppercase;
    padding: 0 18px;
    height: 42px;
    line-height: 42px;
    background-color: transparent;
    border: 1px solid #eee;
    border-radius: 4px;
}

.sidebar .widget .tagcloud a:hover {
    color: #fff;
}

.sidebar .widget.widget-archive ul li {
    padding: 0 0 15px 0;
}

.sidebar .widget.widget-flickr a {
    overflow: hidden;
    display: block;
    margin: 0 8px 0px 0px;
    width: 80px;
    height: 80px;
    display: inline-block;
    background: none;
}


/** Blog Large **/

.blog-style-1 .blog-box-title {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 38px;
    font-weight: 600;
}

.blog-style-1 .link-btn {
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 0px;
    position: relative;
    display: inline-block;
}

.blog-style-1 {
    padding-bottom: 40px;
}


/** Blog Detail **/

.blog-content .alignleft {
    float: left;
    margin: 5px 25px 25px 0px;
    width: 300px;
    height: 200px;
}

.blog-content blockquote {
    position: relative;
    border: none;
    color: #686868;
    font-size: 16px;
    line-height: 28px;
    font-style: italic;
    font-weight: 300;
    margin: 25px 0px;
    background-color: #fff;
    padding: 30px 75px 30px 90px;
}

.blog-content blockquote p {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

.blog-content blockquote:after {
    position: absolute;
    content: "\f10e";
    font-family: "optico-icons";
    font-size: 37px;
    line-height: 37px;
    top: 31px;
    left: 21px;
}

.blog-single-detail.blog-style-1 .blog-content {
    border-bottom: none;
}

.blog-single-detail .blog-categories a {
    background-color: #b72849;
    color: #fff;
    font-size: 13px;
    line-height: 24px;
    padding: 5px 10px;
    border-radius: 5px;
    letter-spacing: 1px;
}

.blog-box .blog-entry-meta .blog-categories:after {
    content: "";
    position: absolute;
    right: -20px;
    background-color: #d7d7d7;
    width: 1px;
    height: 80%;
    top: 50%;
    transform: translateY(-50%);
}

.blog-single-detail .blog-title h2 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 10px;
}

.blog-single-detail .blog-entry-meta {
    position: relative;
    font-size: 13px;
    margin-top: 10px;
}

.entry-contant {
    padding: 20px 0;
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.entry-contant-title {
    padding-right: 10px;
    position: relative;
    margin-right: 20px;
    margin-top: 12px;
    font-weight: 500;
    font-size: 18px;
}

.entry-contant-tag {
    color: #8b90a0;
    font-weight: 400;
}

.entry-social-right ul li {
    margin-right: 8px;
    display: inline-block;
}

.entry-social-right ul li a {
    border: 1px solid #ededed;
    border-radius: 50%;
    display: block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.entry-social-right ul li a:hover {
    color: #fff;
    border-color: transparent;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.entry-np-nav {
    padding-top: 45px;
    border-top: 1px solid rgba(51, 51, 51, 0.07);
    margin-top: 20px;
    margin-bottom: 90px;
    border-color: #e5e5e5;
}

.entry-np-nav .nav-links .nav-previous {
    float: left;
    position: relative;
    display: inline-block;
}

.entry-np-nav .nav-links .nav-previous a:after {
    position: absolute;
    top: 0;
    font-family: "FontAwesome";
    left: 20px;
    content: "\f104";
}

.entry-np-nav .nav-links .nav-previous a,
.entry-np-nav .nav-links .nav-next a {
    background-color: #b72849;
    color: #fff;
    padding-left: 48px;
    font-weight: bold;
    font-size: 14px;
    padding: 12px 40px;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.entry-np-nav .nav-links .nav-next {
    float: right;
    position: relative;
    display: inline-block;
}

.entry-np-nav .nav-links .nav-next a:after {
    position: absolute;
    top: 0;
    font-family: "FontAwesome";
    right: 20px;
    content: "\f105";
}

.entry-author-box {
    padding: 40px;
    display: flex;
    position: relative;
    margin-bottom: 30px;
    border-radius: 4px;
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.entry-author-content {
    -webkit-flex-shrink: 100;
    flex-shrink: 100;
    margin-left: 36px;
}

.entry-author-name {
    font-size: 22px;
    line-height: 32px;
    margin-top: 0;
}

.entry-author-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-right: 15px;
    padding-top: 0px;
}

.entry-author-social ul li {
    display: inline-block;
    padding-right: 10px;
    padding-top: 6px;
}

.entry-author-social ul li a {
    display: block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    color: #42464e;
}

.comments-area .comments-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 40px;
}

.comments-box {
    margin-top: 35px;
}

.comments-box .media {
    margin-bottom: 50px;
}

.comments-box .children .media.even.depth-2 {
    margin-left: 35px;
}

.comment-author {
    text-align: center;
    width: 80px;
    height: 80px;
    display: block;
    margin-right: 25px;
    overflow: hidden;
}

.comment-author img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.comment-meta {
    margin-left: 5px;
    margin-bottom: 30px;
    padding: 20px;
    position: relative;
    border: 2px solid #e1e4e7;
    border-radius: 4px;
}

.comment-meta:before {
    content: "";
    position: absolute;
    top: 14px;
    left: -10px;
    z-index: 10;
    width: 0;
    height: 0;
    border-style: solid solid outset;
    border-width: 8px 10px 8px 0;
    border-color: transparent #e1e4e7 transparent transparent;
}

.comment-meta .comment-owner {
    display: block;
    font-size: 18px;
    font-style: normal;
}

.comment-meta a {
    color: #a2a2a2;
    font-size: 14px;
}

.comment-meta p {
    display: block;
}

.comment-meta .reply {
    position: absolute;
    right: 15px;
    top: 24px;
}

.comment-meta .reply a {
    font-size: 13px;
    line-height: 30px;
    padding: 8px 30px 8px 18px;
    background-color: #42464e;
    color: #fff;
    margin-right: 5px;
    border-radius: 5px;
}

.comment-meta .reply a:after {
    content: "\f105";
    position: absolute;
    top: 0;
    margin-left: 7px;
    font-family: "FontAwesome";
    font-size: 14px;
    opacity: 0.8;
}

.comment-reply-title {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 0px;
    font-size: 22px;
    line-height: 30px;
}

.comment-form .form-group {
    margin-bottom: 20px;
}

.comments-box p {
    margin-top: 30px;
    display: block;
}

.comment-form form .form-group:last-child {
    margin-bottom: 10px;
}


/** Team Single **/

.team-member-inner {
    position: relative;
}

.team-member-img {
    position: relative;
    z-index: 9;
}

.team-member-img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: -30px;
    top: -30px;
}

.team-member-details .team-member-name {
    font-size: 30px;
    line-height: 36px;
}

.team-member-details .team-member-position {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 600;
}

.team-details-list .team-details-line {
    margin-bottom: 12px;
    clear: both;
    display: block;
}

.team-details-list .team-details-line .team-list-title {
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 8px;
    font-size: 14px;
    margin-bottom: 15px;
    color: #222;
}

.team-member-ditels .team-about h5 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 17px;
    display: block;
    color: #222;
}

.team-details-list .team-details-line .team-list-value {
    color: #5f656d;
}

.team-details-list {
    list-style: none;
    margin: 0;
    padding: 0;
    grid-gap: 30px 30px;
    margin-top: 30px;
}

.team-social-links {
    -webkit-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
    margin-top: 30px;
}

.team-social-links li {
    margin-right: 10px;
    display: inline-block;
}

.team-social-links li a {
    position: relative;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    font-size: 15px;
    padding: 7px;
    color: #a3a3a3;
}

.team-separator {
    border-top: 1px solid #eee;
    margin-top: 30px;
}


/** contact **/

.contact-bg:before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: 1;
}

.map-box iframe {
    border: 0;
    width: 100%;
    height: 550px;
}

.contact-form form .form-group {
    margin-bottom: 25px;
}

.map-box {
    overflow: hidden;
}


/** Comment Form **/

.comment-form .comment-notes {
    margin-bottom: 25px;
}

.home-banner h1 {
    color: #fff;
    font-weight: bold;
    font-size: 40px !important;
}

.home-banner p {
    color: #fff;
}

.yellow {
    width: 600px;
    background-color: #fabd00;
    height: 565px;
    border-radius: 0% 0% 0% 600%;
}

.yellow .quotation {
    font-size: 50px;
    line-height: 60px;
    float: right !important;
    text-align: right;
    padding-right: 20px;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

.yellow .quotation p {
    font-size: 18px;
    float: right !important;
    text-align: right;
    padding-right: 10px;
    color: #fff;
}

.red {
    background-color: #dbd6db;
    padding: 35px 10px;
    height: 150px;
}

.red p {
    font-size: 15px;
    line-height: 20px;
    color: #000;
}

.blue {
    background-color: #6f8d92;
    top: -150px;
    height: 150px;
    padding: 35px 10px;
}

.blue p {
    font-size: 15px;
    line-height: 20px;
    color: #fff;
}

.limg {
    background-image: url(../images/news.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
    background-size: cover;
}

.limg p {
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    margin-top: 60%;
}

.limg1 {
    background-image: url(../images/news1.jpg);
    background-repeat: no-repeat;
    width: 100%;
    right: 50%;
}

.limg1 p {
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    padding: 35px 17px;
}

.blue1 {
    background-color: #e3e4f8;
    padding: 35px 10px;
    left: 50%;
    bottom: 25%;
}

.blue1 p {
    font-size: 15px;
    line-height: 20px;
    color: #000;
}

.brown {
    background-color: #a69e80;
    padding: 35px 10px;
    left: 50%;
    bottom: 25%;
}

.brown p {
    font-size: 15px;
    line-height: 20px;
    color: #fff;
}

.bg-lightgrey1 {
    margin-top: 30px;
    background-image: url(../images/banner/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.feature p {
    width: 75%;
}


/*testimonial*/

.testimonial-section2 {
    /*height: 600px;*/
    position: relative;
    padding: 20px 0px 0px 0px;
    background-color: #ececed;
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 10px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #b72748;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: #2b288d;
}

.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #b72748;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #b72748;
    border-color: #b72748;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale 0.5s ease-in-out forwards;
    -moz-animation: testim-scale 0.5s ease-in-out forwards;
    -ms-animation: testim-scale 0.5s ease-in-out forwards;
    -o-animation: testim-scale 0.5s ease-in-out forwards;
    animation: testim-scale 0.5s ease-in-out forwards;
}

.testim .cont {
    position: relative;
    overflow: hidden;
}

.testim .cont>div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont>div.inactive {
    opacity: 1;
}

.testim .cont>div.active {
    position: relative;
    opacity: 1;
}

.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
    background-color: #b72748;
}

.testim .cont div .h4 {
    color: #b72748;
    font-size: 1.2em;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 15px;
    color: #000;
    width: 80%;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show 0.5s ease-in-out forwards;
    -moz-animation: testim-show 0.5s ease-in-out forwards;
    -ms-animation: testim-show 0.5s ease-in-out forwards;
    -o-animation: testim-show 0.5s ease-in-out forwards;
    animation: testim-show 0.5s ease-in-out forwards;
}

.testim .cont div.active .h4 {
    -webkit-animation: testim-content-in 0.4s ease-in-out forwards;
    -moz-animation: testim-content-in 0.4s ease-in-out forwards;
    -ms-animation: testim-content-in 0.4s ease-in-out forwards;
    -o-animation: testim-content-in 0.4s ease-in-out forwards;
    animation: testim-content-in 0.4s ease-in-out forwards;
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in 0.5s ease-in-out forwards;
    -moz-animation: testim-content-in 0.5s ease-in-out forwards;
    -ms-animation: testim-content-in 0.5s ease-in-out forwards;
    -o-animation: testim-content-in 0.5s ease-in-out forwards;
    animation: testim-content-in 0.5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide 0.5s ease-in-out forwards;
    -moz-animation: testim-hide 0.5s ease-in-out forwards;
    -ms-animation: testim-hide 0.5s ease-in-out forwards;
    -o-animation: testim-hide 0.5s ease-in-out forwards;
    animation: testim-hide 0.5s ease-in-out forwards;
}

.testim .cont div.inactive .h4 {
    -webkit-animation: testim-content-out 0.4s ease-in-out forwards;
    -moz-animation: testim-content-out 0.4s ease-in-out forwards;
    -ms-animation: testim-content-out 0.4s ease-in-out forwards;
    -o-animation: testim-content-out 0.4s ease-in-out forwards;
    animation: testim-content-out 0.4s ease-in-out forwards;
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out 0.5s ease-in-out forwards;
    -moz-animation: testim-content-out 0.5s ease-in-out forwards;
    -ms-animation: testim-content-out 0.5s ease-in-out forwards;
    -o-animation: testim-content-out 0.5s ease-in-out forwards;
    animation: testim-content-out 0.5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }
    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }
    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }
    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }
    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }
    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }
    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }
    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }
    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }
    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }
    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }
    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }
    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }
    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }
    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;
    }
    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
    body {
        font-size: 14px;
    }
}

@media all and (max-width: 500px) {
    .testim .arrow {
        font-size: 1.5em;
    }
    .testim .cont div p {
        line-height: 25px;
    }
}

.form-control-borderless {
    border: none;
}

.form-control-borderless:hover,
.form-control-borderless:active,
.form-control-borderless:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.card-body {
    padding-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 12px;
    border: 1px solid #fff;
}

.src_fild {
    border-radius: 0;
}

.src_btn {
    line-height: 0.5;
    height: 50px;
    border-radius: 0;
}

.address-box p {
    color: #000;
}

.footer_p {
    color: #000;
}

.mini li a {
    font-weight: 600;
    color: #000;
}

.link-btn a {
    background-color: #fff;
    color: #b72849;
    border: 1px solid #b72849;
    padding: 10px 20px;
    font-size: 14px;
    text-transform: capitalize;
}

.service-desc p {
    color: #fff;
    text-align: left;
}

.service-box {
    background: -webkit-linear-gradient(top, #b72848, #c8647a);
    background: linear-gradient(top, #b72848, #b72848);
    border-radius: 10px;
}

.service-inner .service-box-title {
    color: #fff !important;
}

.site-footer1 {
    padding-top: 60px;
}


/*tabs*/

.tabs {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

#tab-button {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

#tab-button li {
    display: table-cell;
    width: 20%;
}

#tab-button li a {
    display: block;
    padding: 0.5em;
    background: #f0eaea;
    border: 2px solid #e8cdd1;
    text-align: center;
    margin-right: 5px;
    color: #b72848;
    text-decoration: none;
}

#tab-button li:not(:first-child) a {
    /* border-left: none;*/
}

#tab-button li a:hover,
#tab-button .is-active a {
    color: #fff;
    background: #b72849;
}

.tab-contents {
    padding: 1.5em 1em 0em;
    border: 1px solid #b72849;
}

.tab-button-outer {
    display: none;
}

.tab-contents {
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    .tab-button-outer {
        position: relative;
        z-index: 2;
        display: block;
    }
    .tab-select-outer {
        display: none;
    }
    .tab-contents {
        position: relative;
        top: -1px;
        margin-top: 0;
    }
}

.cream {
    background-color: #e4e4e4;
    padding: 15px;
}

.cream h5 {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.cream p {
    color: #fff;
}

.nm {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #b72849;
}


/*contact*/

.Rectangle-4031 {
    height: 130px;
    border-radius: 4px;
    /* box-shadow: 0 10px 28px 0 rgba(0, 0, 0, 0.16); */
    background-image: url(../images/banner/sectionbanner.jpg);
}

.divider-text {
    position: relative;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.divider-text span {
    padding: 7px;
    font-size: 12px;
    position: relative;
    z-index: 2;
}

.divider-text:after {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #ddd;
    top: 55%;
    left: 0;
    z-index: 1;
}

.btn-facebook {
    background-color: #405d9d;
    color: #fff;
}

.btn-twitter {
    background-color: #42aeec;
    color: #fff;
}

.mini-submenu {
    display: none;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0.9);
    border-radius: 4px;
    padding: 9px;
    /*position: relative;*/
    width: 42px;
}

.mini-submenu:hover {
    cursor: pointer;
}

.mini-submenu .icon-bar {
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
    margin-top: 3px;
}

.mini-submenu .icon-bar {
    background-color: #000;
}

#slide-submenu {
    background: rgba(0, 0, 0, 0.45);
    display: inline-block;
    padding: 0 8px;
    border-radius: 4px;
    cursor: pointer;
}

.list-group-item.active {
    background-color: #b72847;
    border: 1px solid #b72847;
    font-size: 15px;
}

.C {
    border-radius: 4px;
    background-color: #ffffff;
}

.C {
    padding: 5px 10px;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.65;
    letter-spacing: normal;
    text-align: left;
    color: #131212;
}

.list-group-item {
    font-size: 16px;
    background-color: #dedcdc;
    font-weight: 600;
}

.list-group-item.select {
    background-color: #fff;
    border: 1px solid #b72847;
    margin-bottom: 0px;
}

.input-group>.form-control {
    width: 80%;
    background-color: #dedcdc;
    padding-left: 10px;
}

.input-group-text {
    background-color: #b72847;
    color: #fff;
}

.form-control {
    color: #78757d;
}

.section-mdt {
    padding-bottom: 0px;
}


/*faqs*/

.Rectangle-4032 {
    height: 162px;
    border-radius: 4px;
    box-shadow: 0 10px 28px 0 rgba(0, 0, 0, 0.16);
    background-image: url(../images/banner/faqs.png);
}

.Rectangle-4056 {
    height: 55px;
    border-radius: 2px;
    background-color: #dedcdc;
}

.breadcrumb-item.active {
    color: #b72847;
}

.breadcrumb {
    background-color: transparent;
    padding: 6px 0rem;
}

.accordion .card-header a.collapsed {
    background-color: #dedcdc;
    color: #000 !important;
}

.accordion .card-header a,
.accordion .card-header a:hover {
    background-color: #dedcdc;
    color: #000 !important;
}


/*about*/

.about {
    padding: 50px 0px 50px;
}

.about p {
    text-align: justify;
    color: #000;
    font-weight: 500;
    font-size: 17px;
}


/*basic-bio*/

.fellow {
    padding-bottom: 20px;
}

.fellow h3 {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    color: #b72848;
    margin-bottom: 20px;
}

.box {
    background-color: #dedcdc;
    height: 340px;
}

.box h3 {
    background-color: #dedcdc;
    color: #b72848;
    padding: 10px;
    font-weight: 600;
    border-bottom: 8px solid #fff;
    font-size: 18px;
}

.box1 {
    background-color: #dedcdc;
    height: 340px;
}

.box1 h3 {
    background-image: url(../images/base1.png);
    height: 62px;
    color: #fff;
    background-position: center;
    background-size: contain;
    font-size: 18px;
    padding-top: 10px;
    border-bottom: 8px solid #fff;
}

.crt li {
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}


/*award*/

.appointment-inner h3 {
    text-align: center;
    font-size: 20px;
    color: #b72847;
    font-weight: 600;
}

.appointment-inner span {
    font-size: 15px;
    font-weight: 400;
    color: #373b3d;
}

.appointment-inner .tme {
    background-color: #dedcdc;
    color: #000;
    font-weight: 600;
    padding: 10px;
}

.empl {
    font-weight: 600;
}

.epl a {
    margin: 8px 0px;
}

.march {
    background-color: #fdfdfd;
    box-shadow: 0px 2px 8px rgb(191, 192, 193);
    margin-top: 30px;
    padding: 10px 0px;
}

.march .a {
    text-align: center;
    font-size: 23px;
    color: #b72847;
    padding: 10px 0px 0px;
}

.march .b {
    text-align: center;
    font-size: 20px;
    color: #b72847;
    padding: 0px;
}


/*events*/

.evt h3 {
    text-align: justify;
    font-size: 18px;
    color: #b72847;
    font-weight: 600;
    border-bottom: 3px solid #000;
    margin-bottom: 20px;
}

.evt p {
    font-size: 15px;
    font-weight: 400;
    color: #373b3d;
}

.del {
    font-weight: 500 !important;
    margin-top: 20px;
}

.evde li {
    line-height: 40px;
}

.maps {
    font-weight: 600;
}


/*blog*/

.blog {
    padding: 40px 0px;
}

.play-video {
    background-image: url(../images/blog/b1.png);
    background-size: cover;
    height: 200px;
    background-repeat: no-repeat;
}

.b2 {
    background-image: url(../images/blog/b2.png);
    background-size: cover;
    height: 200px;
    background-repeat: no-repeat;
}

.b3 {
    background-image: url(../images/blog/b3.png);
    background-size: cover;
    height: 200px;
    background-repeat: no-repeat;
}

.b4 {
    background-image: url(../images/blog/b4.png);
    background-size: cover;
    height: 200px;
    background-repeat: no-repeat;
}

.b5 {
    background-image: url(../images/blog/b5.png);
    background-size: cover;
    height: 200px;
    background-repeat: no-repeat;
}

.b6 {
    background-image: url(../images/blog/b6.png);
    background-size: cover;
    height: 200px;
    background-repeat: no-repeat;
}

.b7 {
    background-image: url(../images/blog/b7.png);
    background-size: cover;
    height: 200px;
    background-repeat: no-repeat;
}

.b8 {
    background-image: url(../images/blog/b8.png);
    background-size: cover;
    height: 200px;
    background-repeat: no-repeat;
}

.b9 {
    background-image: url(../images/blog/b9.png);
    background-size: cover;
    height: 200px;
    background-repeat: no-repeat;
}

.teambox-style-1 .teambox-content {
    text-align: left;
    padding: 10px;
    box-shadow: 0px 2px 8px rgb(191, 192, 193);
}

.dtm a {
    color: #b72847;
    font-weight: 600;
}

.blog-desc p {
    font-weight: 600;
}


/*search*/

.header-style-1 .pre-header i {
    background-color: #b72847;
    color: #fff;
    padding: 10px 20px;
}

.scrc a i {
    background-color: #b72847;
    color: #fff;
    padding: 15px 30px;
    margin-left: -45px;
}

.widget .scrc {
    margin-top: 0px !important;
}

.yr {
    background-color: transparent;
    border: 1px solid #707070;
    color: #707070 !important;
    padding: 10px 25px;
    border-radius: 4px;
}

.yr:hover {
    background-color: transparent;
    border: 1px solid #707070;
    color: #707070 !important;
    padding: 10px 25px;
    border-radius: 4px;
}

.mnt {
    background-color: transparent;
    border: 1px solid #707070;
    color: #707070 !important;
    padding: 10px 25px;
    border-radius: 4px;
}

.mnt:hover {
    background-color: transparent;
    border: 1px solid #707070;
    color: #707070 !important;
    padding: 10px 25px;
    border-radius: 4px;
}

.show>.btn-secondary.dropdown-toggle {
    background-color: transparent;
    border: 1px solid #707070;
    color: #707070 !important;
    padding: 10px 25px;
    border-radius: 4px;
}

.widget .scrc .search-field {
    height: 45px;
}


/*fellow*/

.Rectangle-4154 {
    height: 150px;
    background-color: #b72848;
}

.box2 h3 {
    background-color: #dedcdc;
    color: #b72848;
    padding: 10px;
    font-weight: 600;
    border-top: 10px solid #fff;
    font-size: 16px;
    width: 280px;
}

#tabs {
    color: #000;
}

#tabs h6.section-title {
    color: #000;
}

#tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #000;
    font-size: 20px;
    font-weight: bold;
}

#tabs .nav-tabs .nav-link {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #b72847;
    font-size: 16px;
}

.nav-link.active {
    border-color: #fff;
}


/*fellows*/

.widget .search-form .blu_src {
    background-color: #b72847;
    color: #fff;
    height: 50px;
    padding: 5px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    z-index: 1;
    width: 120px;
    right: 0px;
}

.widget .search-form .blue_src {
    height: 50px;
    background-color: #fff !important;
}

.fll {
    font-size: 16px;
    font-weight: 600;
}

.mnt1 {
    background-color: transparent;
    border: 1px solid #b72847;
    color: #413d3e !important;
    padding: 10px 10px;
    border-radius: 4px;
    text-align: left;
    width: 170px;
    font-size: 15px;
    margin-bottom: 7px;
}

.mnt1:hover {
    background-color: transparent;
    border: 1px solid #b72847;
    color: #413d3e !important;
    padding: 10px 10px;
    border-radius: 4px;
    text-align: left;
    width: 170px;
    font-size: 15px;
    margin-bottom: 7px;
}

.mnt1::after {
    margin-top: 10px;
    float: right;
}

.work {
    padding-bottom: 40px;
    margin-top: 60px;
}

.work * {
    box-sizing: border-box;
}

.work .category-buttons {
    text-align: center;
    margin: 0 0 20px 0;
}

@media (max-width: 610px) {
    .work .category-buttons {
        margin: 0 0 30px 0;
    }
    .work .category-buttons a {
        display: inline-block;
        width: 46%;
        padding: 12px 10px !important;
        margin: 1.5% 1% !important;
    }
    .work .category-buttons a:nth-child(even) {
        margin-right: 0;
    }
    .work .category-buttons a:nth-child(odd) {
        margin-left: 0;
    }
}

@media (min-width: 611px) {
    .work .category-buttons a:first-child {
        margin-left: 0;
    }
    .work .category-buttons a:last-child {
        margin-right: 0;
    }
}

.work .category-buttons a {
    color: #b72847;
    text-decoration: none;
    padding: 9px 15px;
    border: 1px solid #b72847;
    margin: 0 10px;
    cursor: pointer;
    border-radius: 4px;
    background-color: #dedcdc;
}

.work .category-buttons a.active {
    color: #373b3d;
    border: 1px solid #373b3d;
}

.work .grid {
    margin-top: 40px;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 750ms cubic-bezier(1, 0, 0, 1);
    transition: all 750ms cubic-bezier(1, 0, 0, 1);
}

@media (max-width: 960px) {
    .work .grid {
        width: 700px;
    }
}

@media (max-width: 720px) {
    .work .grid {
        width: 100%;
    }
}

.work .grid .animating {
    -webkit-transition: all 750ms cubic-bezier(0.175, 0.885, 0.32, 1.1);
    transition: all 750ms cubic-bezier(0.175, 0.885, 0.32, 1.1);
}

.work .grid .setScale {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.work .grid .show {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.work .card {
    background: #fff;
    display: block;
    text-decoration: none;
    color: #2b2b2b;
    width: 32%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 5px rgba(0, 0, 0, 0.15);
    transform-origin: center center;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

@media (max-width: 700px) {
    .work .card {
        width: 49.25%;
    }
}

@media (max-width: 480px) {
    .work .card {
        width: 100%;
    }
}

.work .card img {
    display: block;
    width: 100%;
}

.work .card .title {
    padding: 10px;
    color: #2b2b2b;
}

.work .guide {
    width: 32%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1000;
}

@media (max-width: 700px) {
    .work .guide {
        width: 49.25%;
    }
}

@media (max-width: 480px) {
    .work .guide {
        width: 100%;
    }
}

.flt {
    border: none !important;
    font-weight: 600;
    color: #000 !important;
    background-color: #fff !important;
}

.appointment-inner .sku h3 {
    font-size: 18px !important;
    font-weight: 600 !important;
    text-align: left !important;
    color: #000 !important;
}


/*events*/

.fll1 {
    font-size: 16px;
    font-weight: 600;
    color: #b72847;
    margin-top: 50px;
    margin-bottom: 25px;
}

.flt1 {
    border: 1px solid #b72847 !important;
    font-weight: 500;
    color: #000 !important;
    background-color: #fff !important;
}

.evt1 h3 {
    text-align: justify;
    font-size: 18px;
    color: #b72847;
    font-weight: 600;
    border-bottom: 3px solid #000;
    margin-bottom: 20px;
}

.evt1 p {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 5px;
}

.epl1 a {
    margin: 1px 0px;
}

.arch {
    background-color: #dedcdc;
    padding: 15px;
}

.arch .rd {
    color: #b72847 !important;
    font-weight: 600;
    margin-right: 50px;
}

.arch a {
    color: #000 !important;
    font-weight: 600;
    margin-right: 50px;
}


/*news*/

.fll2 {
    font-size: 19px;
    font-weight: 600;
    color: #000;
    margin-top: 10px;
    text-transform: capitalize;
}

.fll3 {
    font-size: 16px;
    font-weight: 600;
    color: #b72847;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.raj {
    color: #000;
    text-align: right;
    margin: 2px 0px 0px;
    text-transform: capitalize;
    font-weight: 600;
}

.indall {
    color: #b72847;
    text-align: right;
    margin: 2px 0px 0px;
    text-transform: capitalize;
    font-weight: 600;
}

.rdm span {
    color: #b72847;
    font-weight: 600;
}

.work1 {
    padding-bottom: 20px;
}

.rdm a {
    background-color: #dedcdc;
    text-align: center !important;
    color: #b72847 !important;
    font-weight: 600;
    font-size: 18px;
    padding: 20px 10px;
}

.tsgss span {
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
}

.tsgss {
    color: #b72847;
    font-weight: 600;
    text-transform: capitalize;
}

.nws h3 {
    color: #000;
    font-weight: 600;
    font-size: 18px;
}

.bys {
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
}

.blog-category {
    text-transform: capitalize;
    color: #b72848;
    font-weight: 600;
    letter-spacing: 0px;
}

.blog-box-title a {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 18px;
}

.blog-box-title1 a {
    color: #fff;
    font-size: 17px;
    text-transform: capitalize;
}

.blog-date1 a {
    color: #fff !important;
}

.blog-category1 {
    color: #fff !important;
}

.bys1 {
    color: #fff !important;
}

.cont .rlt {
    color: #000000;
    font-weight: 600;
    margin: 0px;
}

.cont p {
    color: #b72848;
    font-weight: 500;
    margin: 0px;
}

.scl li a i {
    font-size: 22px;
    line-height: 40px;
}

.fng {
    width: 400% !important;
}

.fa-plus-circle {
    font-size: 17px !important;
    float: right;
    margin-top: -2px;
}

.work .lst a {
    background-color: transparent;
    border: none;
    color: #000;
}

.work p {
    margin: 0px;
}

.appointment-inner .sku h3 {
    margin: 0px;
}

.pagination>li>a,
.pagination>li>span {
    border-radius: 50% !important;
    margin: 0 5px;
    background-color: #b72847;
    color: #fff;
    padding: 10px 15px;
}


/*media*/

.slide1 {
    width: 250px;
}

.slide1 p {
    text-align: center;
    margin: 10px 0px 0px 0px;
}

.accordion p {
    margin: 10px 0px;
}


/* // fade -in */

.fade-in {
    animation: fadeIn ease 10s;
    -webkit-animation: fadeIn ease 10s;
    -moz-animation: fadeIn ease 10s;
    -o-animation: fadeIn ease 10s;
    -ms-animation: fadeIn ease 10s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}