/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 27, 2021, 12:24:53 AM
    Author     : UK
*/

@font-face {
    font-family: "TCB_Bold";
    src: url("../fonts/TCB_Bold.TTF");
}

@font-face {
    font-family: "TCB_Regular";
    src: url("../fonts/TCM_Regular.TTF");
}

body, html{
    font-family: "TCB_Regular" !important;
    overflow-x: hidden;
    background: #fff;

}

.brand-logo{
    height: 75px;
}

.footer-bg{
    background-color: #fff !important;
}

.navbar-nav li a{
    text-transform: uppercase;
    font-size: 16px;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #0098d4;
}

.main-section{
    margin-top: 100px !important;
}

.slider-section{
    height: calc(100vh - 101px);
    background-color: #fff;
    display: flow-root;
    align-items: center;
    justify-content: center;
}

.banner-right-content{
    height: 100%;
}

.image-1{
    max-height: calc(100vh - 200px);
}

.image-2{
    height: calc(100vh - 400px);
}

.center-image-2{
    text-align: center;
}

.banner-p{
    font-weight: bold;
    text-align: center;
    font-size: 22px;
}

.banner-p span{
    color: #00a8cd !important;
}

.arrow-down-footer{
    height: 40px
}

.footer-images img{
    height: 45px;
    width: 45px;
    margin-right: 5px
}

.sm-only{
    display: none;
}

.md-above{
    display: block;
}

.mt-100px{
    margin-top: 100px !important;
}

.mt-25px{
    margin-top: 25px !important;
}

.mt-140px{
    margin-top: 140px !important;
}

.mb-150px{
    margin-bottom: 150px !important;
}

.heading{
    font-size: 42px;
    font-weight: 700;
    display: block;
    line-height: 42px;
}

.number{
    display: inline-block;
    padding: 0px 15px;
    color: #ffffff;
    font-weight: 600;
    font-size: 28px;
    font-family: "TCB_Bold";
    border-radius: 50%;
}

.number-title{
    color: #ffffff;
    font-weight: 600;
    font-size: 32px;
    text-transform: uppercase;
}

.blue-sub-copy{
    font-size: 15px;
    color: #000;
    font-weight: 400;
}

.sub-copy{
    color: #000 !important;
    font-size: 32px;
    font-weight: 500;
    display: block;
    line-height: 42px;
}

.form-control{
    border: 6px solid #00a8cd;
    border-radius: 0;
}
.form-control:focus{
    box-shadow: none;
    border: 6px solid #00a8cd;
}

.left-row{
    font-weight: 300;
    font-size: 14px;
    color: #00a8cd;
}

.right-row{
    font-weight: 300;
    font-size: 14px;
    color: #000;
}
.table .thead-dark th{
    background-color: #00a8cd;
    border-color: #00a8cd;
}

.how_we_work_1 .text-container{
    text-align: left; 
    background: #6fa6f8; 
    padding: 5px 15px; 
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.how_we_work_2 .text-container{
    text-align: left; 
    background: #bcd657; 
    padding: 5px 15px; 
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.how_we_work_3 .text-container{
    text-align: left; 
    background: #e78dd7; 
    padding: 5px 15px; 
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.how_we_work_4 .text-container{
    text-align: left; 
    background: #6fa6f8; 
    padding: 5px 15px; 
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.how_we_work_5 .text-container{
    text-align: left; 
    background: #6ff8c0; 
    padding: 5px 15px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.know-more{
    color: #fff;
    width: 100%;
    text-align: center;
    z-index: 999;
    font-size: 30px;
}

.about-us ol{
    padding-left: 0 !important;
}

.about-us-content .title-head{
    padding-bottom: 0 !important;
}

.text-container .number{
    background: #bcd657;
}

.text-container .number2{
    background-color: #6fa6f8;
}

.text-container .number3{
    background-color: #f5b947;
}

.text-container .number4{
    background-color: #e78dd7;
}

.last-section{
    margin-bottom: 140px;
}

/*.workout-container{
    border: 1px solid #f5f5f5;
}*/
.workout-container{
    border: 1px solid #f5f5f5;
    display: flex;
    justify-content: center;
}

.collapse-content{
    margin-bottom: 50px;
}

.workout-container .text-container-wo{
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #0098d4;
    color: #fff;
    font-weight: bold;
}

.workout-container .image-container-wo{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.workout-container .image-container-wo .wk-img{
    height: 100% !important;
    max-height: 250px;
    width: 100%;
    min-height: 150px;
}

.expand-workout-plan{
    position: absolute;
    bottom: -15px;
    cursor: pointer;
    z-index: 999;
}

.expand-workout-plan img{
    height: 50px;
}

.workout-plan-title{
    font-size: 30px;
    color: #6fa6f8;
    font-weight: bold
}

.workout-section{
    margin-top: 30px;
}

.workout-list{
    margin-top: 5px;
}

.plan_name{
    color: #000;
    font-size: 25px;
    font-weight: bold;
}

.plan_description{
    color: #6fa6f8;
    font-size: 25px;
    font-weight: bold;
}

.plan_description_container p{
    font-size: 14px;
}

.day_section{
    color: #6fa6f8;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.download-pdf{
    text-align: center;
    margin-bottom: 25px;
}

.close-section{
    margin-top: 5px;
}

/*.how_we_work_image{
    display: inline-block;
}*/

.mt-30px{
    margin-top: 30px !important;
}

.no-padding-left-right{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.what-we-do-services img{
    height: 150px;
    border-radius: 50%;
    border: 2px solid #00a8cd;
}

.what-we-do-services .what-we-do-content{
    display: inline-flex; 
    border: 2px solid #00a8cd; 
    width: 100%;
    /*    margin-left: 5px;
        padding: 15px;*/
    align-items: center;
    justify-content: center;
    color: #cecece;
	flex-direction: column;
}

.what-we-do-services .what-we-do-content .title{
    font-size: 25px;
    margin-bottom: 0;
    transition: all .4s ease-in-out;
    color: #00a8cd;
}

.what-we-do-services .what-we-do-content .description{
    opacity: 0;
    display: none;
    transform: translateY(100px);
    transition: all .4s ease-in-out;
    color: #00a8cd;
    font-size: 20px;
}

.what-we-do-services .what-we-do-content:hover .title{
    align-items: flex-start !important;
    font-size: 20px;
    top: 0;
    position: absolute;
}

.what-we-do-services .what-we-do-content:hover .description{
    opacity: 1;
    display: inline-block;
    margin-bottom: 20px;
    transform: translateY(0);
	transition: all .4s ease-in-out;
	margin-top: 25px;
}

/*.what-we-do-services .what-we-do-content:before {
    content: "";
    display: block;
    background: #f5f5f5;
    position: absolute;
    top: -9px;
    left: -9px;
    width: 100px;
    height: 100px;
    border-radius: 20px;
    border: 2px solid #00a8cd; 
}
.what-we-do-services .what-we-do-content:after{
    content: "";
    display: block;
    background: #f5f5f5;
    position: absolute;
    bottom: -9px;
    left: -9px;
    width: 100px;
    height: 100px;
    border-radius: 20px;
    border: 2px solid #00a8cd; 
}*/

.how_we_work_image_mobile{
    display: none !important;
}

.con-instagram{
    color: #969696;
    font-size: 30px;
}

.con-facebook{
    color: #969696;
    font-size: 30px;
}

.con-youtube{
    color: #969696;
    font-size: 35px;
}

.con-instagram:hover{
    text-decoration: none;
    color: #ee020f;
}

.con-facebook:hover{
    color: #4867aa;
    text-decoration: none;
}

.con-youtube:hover{
    color: #ff0000;
    text-decoration: none;
}

.contact-form .form-control{
    text-align: center;
}

.contact-form input{
    height: 50px;  
}

.contact-form ::placeholder{
    text-align: center;
}

.desktop_banner_container{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
        width: 101%;
}

.carousel {
    position: relative;
    width: 100% !important;
}

.mobile_banner_container{
    display: none;
}

.mobile_banner_container .div1{
    height: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mobile_banner_container .div2{
    height: 25%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mobile_banner_container .div3{
    height: 25%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mobile_banner_container .div1 img{
    height: 100%;
}

.mobile_banner_container .div2 img{
    height: 100%;
}

@media only screen and (max-width: 768px) {
    .sm-only {
        display: block;
    }

    .md-above{
        display: none;
    }

    .mt-30px{
        margin-top: 30px !important;
    }
    .p-mob-30px{
        padding: 0 30px !important;
    }

    .image-2{
        min-height: 100px;
        max-height: 100px;
    }

    .center-image-1{
        text-align: center;
    }

    .banner-p{
        font-size: 1em;
    }

    .main-section{
        margin-top: 100px;
    }

    .height-100p{
        height: 100% !important;
    }
    .number{
        padding: 0px 8px !important;
        font-size: 15px !important;
    }
    .number-title{
        font-size: 20px !important;
    }
    .how_we_work_image{
        display: none !important;
    }
    .how_we_work_image_mobile{
        display: inline-block !important;
        margin: 0 auto;
        text-align: center;
    }
    /*.image-container-wo{*/
    /*    display: none !important;*/
    /*}*/
    .text-container-wo{
        min-height: 150px;
    }
    .text-container{
        min-height: 170px !important;
    }
    .mobile_banner{
        height: calc(100vh - 170px);
    }
    /*    .slider-section .image_content{
            height: 50vh !important;
        }
        .slider-section .text_content{
            height: 50vh !important;
        }*/
    .slider-section .image-1{
        height: 100%;
    }
    .desktop_banner_container{
        display: none !important;
    }
    .mobile_banner_container{
        display: inline-flex !important;
        flex-direction: column;
        width: 100%;
          /*  height: calc(100vh - 184px);*/
    }
    .what-we-do-services .what-we-do-content .title{
        font-size: 2em;
    }
}

.breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;    
    background-color: #0098d4;
    margin-bottom: 0px;
    padding: 0px;
}
.breadcrumb ol {
    display: flex;
    list-style-type: none;
    margin-bottom: 0px;
    z-index: 999;
}
.breadcrumb ol li {
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-right: 5px;
}
.breadcrumb .active {
    color: #fff;
}
.breadcrumb ol li a {
    color: #343a40;
}
.title-head {
    text-align: center;
    width: 100%;
    letter-spacing: 2px;
    padding-bottom: 50px;
}
.title-head h6 {
    margin-bottom: 0;
}
.col-blue {
    color: #0056b3;
}
.border-bot {
    width: 50px;
    height: 1px;
    background: #3974d4;
    display: inline-block;
}
section {
    padding: 30px 0;
}
.video{
    padding: 100px 0;
}
.blog {
    display: contents;
    width: 100%;
}
.blog-img img {
    display: block;
    width: 100%;
}
.blog-title a h3 {
    font-size: 26px;
}
.blog-title ul {
    display: flex;
    padding-left: 0px;
    margin-bottom: 0px;
}
.blog-title ul li {
    list-style-type: none;
    padding-right: 13px;
    color: #c6c6c6;
}
.blog-title ul li:last-child {
    padding-right: 0px;
}
.blog-div {
    padding: 15px;
}
.blog-div:hover {
    padding: 20px;
    transition: all 0.3s ease-out;
}


/**********************Recipes**********************/
.filterDiv {
    float: left;
    color: #000;
    line-height: 50px;
    text-align: center;
    padding: 8px;
    display: none;
}

.show {
    display: block;
}

.container {
    margin-top: 20px;
    overflow: hidden;
}

/* Style the buttons */
.btn {
    border: none;
    outline: none;
    padding: 12px 16px;
    background-color: #f1f1f1;
    cursor: pointer;
}

.btn:hover {
    background-color: #ddd;
}

.btn.active {
    background-color: #666;
    color: white;
}
.content {
    border-radius: 10px;
    transition: all ease-in-out 0.3s;
    padding: 10px;
    border: 1px solid #eae3e3;
}
.content:hover {
    box-shadow: 0px 4px 4px 5px rgba(32, 32, 34, 0.5);
}
.content img {
    border-radius: 5px;
}
.content h4 {
    padding: 15px;
    margin-bottom: 0px;
}
.content p {
    line-height: 20px;
}



/**********************Testimonials***********************/

.card {
    border-radius: 1rem;
    box-shadow: 0px -10px 0px rgb(0, 152, 212);
    margin-bottom: 30px;
    margin-top: 10px;
}

@media(max-width:767px) {
    .card {
        margin: 1rem 0.7rem 1rem;
        max-width: 80vw;
    }
    .workout-sub-title{
        font-size: 16px !important;
        padding: 0 10px !important;
        text-align: center !important;
    }
}

.card-image img {
    width: 6.2rem;
    border-radius: 5rem;
    margin: 1.3rem auto 1rem auto;
}
.card-image iframe {
    border-radius: 1rem 1rem 0 0;
    margin-top: -1px;
}

.col-md-4 {
    padding: 0 0.5rem;
}

.card-title {
    font-size: 1rem;
    margin-bottom: 0;
    font-weight: bold;
}

.card-text {
    text-align: center;
    padding: 1rem 2rem;
    font-size: 0.8rem;
    color: rgb(82, 81, 81);
    line-height: 1.4rem;
}

.tes-footer {
    border-top: none;
    text-align: center;
    line-height: 1.2rem;
    padding: 1rem 0 1.4rem 0;
}

#name {
    font-size: 0.8rem;
    font-weight: bold;
}

#position {
    font-size: 0.7rem;
}

.video {
    position: relative;
    overflow: hidden;
}
.video-play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0098d4;
}
.color-overlay {    
    opacity: 0.5;
}
.video-play video {
    width: auto;
}




/*********************Workout***********************/

.expan-cent-a {
    position: absolute;
    left: -25px;
    bottom: -16px;
    cursor: pointer;
}
.expan-cent-b {
    position: absolute;
    right: -25px;
    bottom: -16px;
    z-index: 999;
    cursor: pointer;
}
.bg-blue {
    background: #0098d4;
}
.bg-sky {
    background-color: skyblue;
}
.my-flex-ht {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}
.workoutplans-main-container{
    margin-bottom: 30px;
}

.expand-workout-plan-main{
    position: absolute;
    bottom: -15px;
    cursor: pointer;
    z-index: 999;
    right: -25px;
}

.expand-workout-plan-main img{
    height: 50px;
}

.plandetails{
    margin-top: 15px;
}

.plandetails h1{
    color: #00a8cd; 
    font-weight: 300; 
    font-size: 20px;
}

.plandetails h2{
    color: #000;
    font-size: 25px;
    font-weight: bold;
    margin-top: 15px;
}

.plandetails h3{
    color: #6fa6f8;
    font-size: 25px;
    font-weight: bold;
    margin-top: 15px;
}

.plandetails h4{
    color: #6fa6f8;
    font-size: 22px;
    font-weight: bold;
    margin-top: 15px;
}

.plandetails .summary > tbody > tr > td:first-child{
    font-weight: 300;
    font-size: 14px;
    color: #00a8cd;
}

.plandetails .summary > tbody > tr > td:nth-child(2){
    font-weight: 300;
    font-size: 14px;
    color: #000;
}

.plandetails .summary td{
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.plandetails .summary th{
    background-color: #00a8cd;
    border-color: #00a8cd;
}

.plandetails .day_plan th{
    background-color: #00a8cd;
    border-color: #00a8cd;
    padding: 10px;
}

.plandetails .day_plan td{
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.blog-title {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.blog-content {
    display: block;
    padding-top: 50px;
}
.blog-content p {
    padding-left: 15px;

}
.blog-img {
    display: inline-block;
}
.recipes-content {
    display: block;
    padding-top: 50px;
}
.recipes-ingre {
    background-color: #c4e3ff;
    padding: 20px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
}
.recipes-ingre form select {
    width: 100%;
    padding: 8px;
}
.recipes-ingre ul {
    padding-left: 0px;
    list-style-type: none;
    padding-top: 15px;
}
.recipes-inst {
    padding: 20px;
}
.recipes-inst ul li {
    font-size: 20px;
    padding: 10px;
}
.recipe_instructions{
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.recipe_instructions li{
    padding: 0.5rem 2rem;
    display: flex;
    align-items: center;
}
.recipe_number{
    font-size: 50px;
    color: #fff;
    font-weight: bold;
}
.recipe_content{
    display: inline-block;
    margin-left: -18px;
    font-size: 25px;
    transition: all 1s ease-in-out;
}
.recipes-inst ul li:hover{
    background-color: #eee;
}
.recipes-inst ul li:hover .recipe_content{
    margin-left: 8px;
    transition: all 1s ease-in-out;
}
.recipes-inst ul li:hover .recipe_number{
    color: #aaa;
}

.footer{
    background-color: #323232;
    padding: 25px 0 !important;
}

.footer_logo{
    color: #0098d4;
    font-weight: bold;
}

.footer-company{
    text-align: left;
}

.footer_address{
    color: #fff;
    text-align: left;
}

.footer_address a{
    text-decoration: none;
    color: #fff;
}

.footer_address a:hover{
    text-decoration: none;
    color: #fff;
}

.footer-contact a{
    text-decoration: none;
    color: #fff;
}

.footer-contact a:hover{
    text-decoration: none;
    color: #fff;
}

.contactus-mail a{
    text-decoration: none;
    color: #fff;
}

.contactus-mail a:hover{
    text-decoration: none;
    color: #fff;
}

.footer-contact{
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    color: #fff;
    flex-direction: column;
}

.footer-joinnow{
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer-joinnow button{
    background-color: #0098d4;
    color: #fff;
    padding: 3px 25px;
    font-size: 14px;
    font-weight: 500;
}

.footer-joinnow button:hover{
    background-color: #0098d4;
    color: #fff;
}

.footer-social-icons{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.footer-social-icons .con-instagram{
    color: #fff;
}

.footer-social-icons .con-facebook{
    color: #fff;
}

.footer-social-icons .con-youtube{
    color: #fff;
}

.footer-social-icons .con-instagram:hover{
    text-decoration: none;
    color: #ee020f;
}

.footer-social-icons .con-facebook:hover{
    color: #4867aa;
    text-decoration: none;
}

.footer-social-icons .con-youtube:hover{
    color: #ff0000;
    text-decoration: none;
}

.footer-social-icons .follow-us{
    color: #0098d4;
    font-size: 18px;
}

.footer-social-icons .happy-day{
    margin-top: 15px;
    color: #0098d4;
    font-size: 18px;
}

.footer-contact p{
    margin-bottom: 5px;
}

.about-us-section{
    padding: 69.5px 0;
}

.contact_submit{
    background: #00a8cd; 
    text-align: center; 
    padding: 5px; 
    text-transform: uppercase; 
    font-size: 20px; 
    font-weight: 500;
    margin-top: 10px;
    width: 100%;
    border: none;
    cursor: pointer;
}

.floating-container{
    position: fixed;
    bottom: 5px;
    width: 100%;
}

.align-right{
    text-align: right;
}

.tes-card-text{
    max-height: 156px;
    overflow: auto;
}

.faqs .pd-2{
    padding:2%;
}
.faqs .pd-r-2{
    padding-right:2%;
}
.faqs .pd-l-2{
    padding-left:2%;
}
.faqs .pd-t-2{
    padding-top:2%;
}
.faqs .pd-b-2{
    padding-bottom:2%;
}
.faqs ul li{
    list-style:one;
}
.faqs div[data-toggle="collapse"]{
   border-bottom:1px solid #BBDEFB;
   width:100%;
   cursor:pointer;
   padding:1%;
}
.faqs .collapse{
    background:#F5F5F5;
}
.blue-text{
    color: #00a8cd;
}
.about_our_members ul{
    list-style-type: none;
}
.about_our_members ul li::before{
    content: "-";
}
.align-text-center{
    text-align: center;
}
.why-choose-us .col-sm-6{
    margin-bottom: 30px;
}
.copyright{
    padding: 10px !important;
}
.copyright p{
    margin-bottom: 0;
}
.inner-workout{
    border-bottom: 1px solid #fff !important;
    line-height: 4 !important;
}


.whtt {
    background: aliceblue;
    padding: 13px;
        margin-bottom: 10px;
}

.section.bnrr {
    padding: 30px 0;
    margin-bottom: -65px;
}


h2.mobile-text {
    text-align: center;
    margin-top: -407px;
    color: white;
        background: #0000004f;
    padding: 13px;
}

 a.butn {
       background: #343a40;
 padding: 10px  10px;
 color: white;
 font-size: 19px;
     text-decoration: none;
}


a.butn:hover {
    background: #0098d4;

}


.about-t {
    text-align: justify;
}

section.clour {
    padding: 30px 0;
   
    background: #343a40;
}


.ser-img img {
    display: block;
    width: 100%;
   /* border: solid 2px #0098d4;*/
    padding: 2px;
}

h4.align-text-centers a {
    text-align: center;
    color: #0098d4;
    font-weight: 600;
    margin-top: 4px;
        margin-bottom: 0px;
        text-decoration: none;
}

.whtts {
    background: white;
    /* padding: 13px; */
    margin-bottom: 10px;
        border: solid 3px #0098d4;
}

h4.align-text-centers {
    text-align-last: center;
      margin-top: 4px;
    margin-bottom: 0pc;
}

h4.align-text-centers a:hover {
    color: #343a40;
}


a.butn-blue {
    background: #0098d4;
    padding: 10px 10px;
    color: white;
    font-size: 19px;
    text-decoration: none;
}

a.butn-blue:hover {
    background: #ffffff;
    color: #000;
}


.courses-area-three .owl-next i {
    color: #000000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #000000;
    border-radius: 50%;
    font-size: 15px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}


.bx {
    font-family: 'boxicons'!important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}








.service-media-bx {
    padding: 25px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 6px 6px 35px 0 rgba(0,0,0,0.05);
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.dlab-media, .dlab-media, .dlab-post-media {
    background-color: #FFF;
    position: relative;
}


.panel-blog-post .panel-heading {
    position: relative;
    padding: 18px 20px 18px 80px;
     margin-bottom: 10px;
    background-color: #e7eaeb;
}


.panel-group .panel {
    border-radius: 5px;
    background-color: transparent;
}

.panel-blog-post {
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

 .entry-meta-corner span:first-child {
    font-size: 24px;
    font-weight: 500;
}



.entry-meta-corner span {
    display: block;
    line-height: 1;
    font-size: 14px;
}

.panel-blog-post .panel-heading h4 {
    margin: 0;
    font-size: 20px;
}

.content-justify {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fontsize_12 {
    font-size: 12px;
}

.collapse.in {
    display: block;
}

.panel-blog-post .panel-body {
    border: 2px solid #e7eaeb;
    border-radius: 0 0 5px 5px;
        padding: 11px;
    margin-bottom: 10px;
}

.entry-meta-corner {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 11px 3px;
    min-width: 60px;
    text-align: center;
}

.panel-blog-post .entry-meta-corner {
    bottom: 0;
    color: #ffffff;
    background-color: #ec5c42;
    border-radius: 5px 0 0 0;

}

.panel-blog-post .entry-meta-corner {
    transition: all 0.2s ease 0s;
}


.panel-blog-post .panel-heading a[data-toggle] {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.panel-group {
    margin-bottom: 20px;
}






.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

#box_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

a {
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
}

.services-side-bar {
    margin-bottom: 30px;
}

.quickkk {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: white;
    padding: 20px 0px;
}

.services-bar-widget .title {
       font-size: 25px;
    color: #0098d4;
    padding: 0 30px 15px;
    font-weight: 600;
   
}

.services-bar-widget {
    margin-bottom: 35px;
}

.services-bar-widget .services-bar-contact {
    margin-bottom: 30px;
       background-color: #0098d4;
    position: relative;
    padding: 15px;
    text-align: center;
    border-radius: 3px;
}

.services-bar-widget .services-bar-contact i {
    font-size: 60px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.services-bar-widget .services-bar-contact h3 {
    font-size: 28px;
    color: #fff;
    font-weight: 400;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.services-bar-widget .services-bar-contact span {
    font-size: 22px;
    position: relative;
    z-index: 1;
}

.services-bar-widget .services-bar-contact span a {
    display: block;
       color: #000000;
}

img.rightimgg {
      border: 1px solid #0098d4;
    padding: 4px;
    width: 100%;
    box-shadow: 4px 6px #d1cbcb;
    margin-bottom: 30px;
}

.services-bar-widget .services-bar-categories {
    padding: 0 20px;
}

.services-bar-widget .services-bar-categories ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.services-bar-widget .services-bar-categories ul li {
    position: relative;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
      background-color: #343a40 !important;
    padding: 12px 20px;
    border-radius: 5px;
}

.services-bar-widget .services-bar-categories ul li a {
    display: inline-block;
       color: #000000;
    font-weight: 400;
    font-weight: 600;
    font-size: 14px;
}

.services-bar-widget .services-bar-categories ul li:hover {
      background-color: #0098d4;
    color: #fff;
}

.services-bar-widget .services-bar-categories ul li a:hover {
   
    color: #fff;
}



h4.hover-color2 a {
    color: black;
}

.content-justify.greylinks.fontsize_12 a {
    color: black;
}



.section-title a img {
    width: 255px;
    height: 193px;
    margin-bottom: 15px;
    border: 2px solid #343a40;
    padding: 5px;
    margin: 7px;
}


a.nav-link {
    color: white !important;
}

a.nav-link:hover {
    color: #0098d4 !important;
}







img.leftttimg.img-responsive {
    width: 200px;
    float: left;
    margin-right: 44px;
    margin-bottom: 8px;
}
#news-slider {
  margin-top: 20px;
}
.post-slide {
  background: #fff;
  margin: 20px 15px 20px;
  border-radius: 15px;
  padding-top: 1px;
  box-shadow: 0px 14px 22px -9px #bbcbd8;

}
.post-slide .post-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
 /* margin: -12px 15px 8px 15px;
  margin-left: -10px;*/
}
.post-slide .post-img img {
  width: 100%;
  height: auto;
  transform: scale(1, 1);
  transition: transform 0.2s linear;
}
.post-slide:hover .post-img img {
  transform: scale(1.1, 1.1);
}
.post-slide .over-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(
    -45deg,
    rgba(6, 190, 244, 0.75) 0%,
    rgba(45, 112, 253, 0.6) 100%
  );
  transition: all 0.5s linear;
}
.post-slide:hover .over-layer {
  opacity: 1;
  text-decoration: none;
}
.post-slide .over-layer i {
  position: relative;
  top: 45%;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 25px;
}
.post-slide .post-content {
  background: #fff;
  padding: 2px 20px 50px;
  border-radius: 15px;
}
.post-slide .post-title a {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover {
  text-decoration: none;
  color: #3498db;
}
.post-slide .post-description {
  line-height: 24px;
  color: #808080;
  margin-bottom: 25px;
}
.post-slide .post-date {
  color: #a9a9a9;
  font-size: 14px;
}
.post-slide .post-date i {
  font-size: 20px;
  margin-right: 8px;
  color: #cfdace;
}
.post-slide .read-more {
  padding: 7px 20px;
  float: right;
  font-size: 12px;
  background: #2196f3;
  color: #ffffff;
  box-shadow: 0px 10px 20px -10px #1376c5;
  border-radius: 25px;
  text-transform: uppercase;
}


.post-slide .read-more:hover {
  background: #343a40;
  text-decoration: none;
  color: #fff;
}
.owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}
.owl-controls .owl-buttons .owl-prev {
  background: #fff;
  position: absolute;
  top: -13%;
  left: 15px;
  padding: 0 18px 0 15px;
  border-radius: 50px;
  box-shadow: 3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next {
  background: #fff;
  position: absolute;
  top: -13%;
  right: 15px;
  padding: 0 15px 0 18px;
  border-radius: 50px;
  box-shadow: -3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #333;
  font-size: 30px;
}
.owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
}
@media only screen and (max-width: 1280px) {
  .post-slide .post-content {
    padding: 0px 15px 25px 15px;
  }
}


 






.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff !important;
    background-color: #0098d4;
    border: 2px solid #524f4f;
    border-radius: 50px;
}


.nav-tabs .nav-link {
    border: 2px solid #524f4f;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-radius: 50px;
    color: black !important;
}

ul.nav.nav-tabs li {
    padding-right: 13px;
    margin: 13px 0px;
    position: relative;
    top: 15px;
}

.ringgg img {
    width: 100%;
}
.tab-datee.jkllll {
    padding: 34px 0px;
}

























































