.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ddd;     padding:6px;
}
table td{


}

.banner-area {


    position: relative;  clear: both; margin-top: 50px;
}

.banner-area-ptb {

    padding-bottom: 130px 
}
.banner-content{padding-top: 0px; text-align: justify; position: relative; left:13em;}


.banner-content span {
    font-size: 16px;
    color: var(--mainColor);
    display: block;
    margin-bottom: 15px; float: left;
}

.banner-content h5 {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 7px;
    color: #fac93e;
}

.banner-content h1 {
    font-family: 'Oswald', sans-serif;
    margin: 0;
    font-size: 70px;
    color: #FFF;
    display: block;
    line-height: 1.5em;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 3px;
}

.banner-content .banner-form-area {
    margin-bottom: 30px
}

.banner-content .banner-form-area .banner-form {
    position: relative;
    width: 650px
}

.banner-content .banner-form-area .banner-form .form-control {
    background: var(--whiteColor);
    height: 55px;
    line-height: 55px;
    margin: 0;
    border-radius: 0;
    border: none;
    padding: 0 25px;
    max-width: 100%;
    color: var(--bodyColor);
    width: 600px
}

.banner-content .banner-form-area .banner-form .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.banner-content .banner-form-area .banner-form .default-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 55px;
    border: 0
}

.banner-content .banner-form-area .banner-form .default-btn i {
    position: relative;
    top: 2px;
    margin-right: 10px
}

.banner-content .banner-popular-tag {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.banner-content .banner-popular-tag li {
    display: inline-block
}

.banner-content .banner-popular-tag li.title {
    color: var(--titleColor);
    font-weight: 600
}

.banner-content .banner-popular-tag li a {
    color: var(--bodyColor);
    text-decoration: underline;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.banner-content .banner-popular-tag li a:hover {
    color: var(--mainColor);
    letter-spacing: .25px
}

.banner-content .banner-counter h3 {
    color: var(--titleColor);
    font-size: 25px;
    margin-bottom: 0;
    font-weight: 600;
    display: inline-block
}

.banner-content .banner-counter h3 .odometer {
    
    font-weight: 500
}

.banner-content .banner-counter p {
    margin-bottom: 0;
    color: var(--bodyColor)
}

.banner-img {
    margin-left: 70px;
    position: relative;
    z-index: 1
}

.banner-img .bg-shape {
    position: absolute;
    z-index: -1;
    top: 160px;
    left: -120px;
    right: 0;
    text-align: center
}

.banner-img .bg-shape img {
    max-width: 550px
}

.banner-img .top-content {
    position: absolute;
    top: 140px;
    left: -20px;
    padding: 15px;
    background-color: var(--whiteColor);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite
}

.banner-img .top-content i {
    width: 45px;
    height: 45px;
    line-height: 50px;
    font-size: 20px;
    color: var(--whiteColor);
    background-color: var(--titleColor);
    margin-right: 12px;
    text-align: center
}

.banner-img .top-content .content h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 3px
}

.banner-img .top-content .content p {
    font-size: 14px;
    margin-bottom: 0
}

.banner-img .right-content {
    position: absolute;
    bottom: 200px;
    right: 0;
    padding: 15px;
    background-color: var(--whiteColor);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite
}

.banner-img .right-content i {
    width: 45px;
    height: 45px;
    line-height: 50px;
    font-size: 20px;
    color: var(--whiteColor);
    background-color: var(--titleColor);
    margin-right: 12px;
    text-align: center
}

.banner-img .right-content .content h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 3px
}

.banner-img .right-content .content p {
    font-size: 14px;
    margin-bottom: 0
}

.banner-img .left-content {
    position: absolute;
    bottom: 70px;
    left: -20px;
    padding: 15px 15px 15px 65px;
    background-color: var(--whiteColor);
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite
}

.banner-img .left-content img {
    position: absolute;
    top: 15px;
    left: 15px;
    border-radius: 50%
}

.banner-img .left-content .content {
    margin-bottom: 7px
}

.banner-img .left-content .content h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 3px
}

.banner-img .left-content .content p {
    font-size: 14px;
    margin-bottom: 0
}

.banner-img .left-content .join-btn {
    padding: 7px 40px;
    background-color: var(--mainColor);
    color: var(--whiteColor);
    font-size: 13px;
    -webkit-transition: .9s;
    transition: .9s
}

.banner-img .left-content .join-btn:hover {
    background-color: var(--titleColor)
}

.banner-img .banner-img-shape .shape1 {
    position: absolute;
    top: 30px;
    left: -100px;
    z-index: -1;
    -webkit-animation: moveleftbounce 9s linear infinite;
    animation: moveleftbounce 9s linear infinite
}

.banner-img .banner-img-shape .shape2 {
    position: absolute;
    top: 30px;
    right: 0;
    z-index: -1;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite
}

.banner-img-two {
    position: relative;
    z-index: -1; margin-top: -150px;
    float: right;

}

.banner-img-two img {
  
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite
}

.banner-img-two .bg-shape {
    position: absolute;
    z-index: -1;
    top: 25px;
    left: 0;
    right: 0;
    text-align: center
}

.banner-img-two .bg-shape img {
    
}

.banner-shape .banner-shape1 {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: -1;
    -webkit-animation: moveleftbounce 9s linear infinite;
    animation: moveleftbounce 9s linear infinite
}
.default-btn {
    padding: 5px 32px;
    cursor: pointer;
    background: #fac93e;
    -webkit-appearance: none;
    position: relative;
    color: #000;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    border-radius: 0;
    border-radius: 50px;
}

.default-btn a:hover{color:#fff !important;}

.our-team{
    text-align: center;
    margin-bottom: 100px;
    z-index: 1;
    position: relative;
}

.our-team .pic{
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.our-team .pic:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}

.our-team:hover .pic:after{ opacity: 1; }

.our-team .pic img{
    width: 100%;
    height: auto;
}

.our-team .social{
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    position: absolute;
    top: 45%;
    left: 0;
    z-index: 1;
    transition: all 0.5s ease 0s;
}

.our-team:hover .social{ opacity: 1; }

.our-team .social li{ display: inline-block; }

.our-team .social li a{
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 15px;
    color: #fff;
    margin-right: 10px;
    transition: all 0.5s ease 0s;
}

.our-team .social li a:hover{
    background: #fff;
    color: #000;
}

.our-team .team-content{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px dotted #ddd;
    position: absolute;
    bottom: -175px;
    left: 0;
    z-index: -1;
    transition: all 0.5s ease 0s;
}

.our-team:hover .team-content{ border: 2px dotted #00adae; }

.our-team .team-info{
    width: 100%;
    color: #000;
    position: absolute;
    bottom:30px;
    left: 0;
}

.our-team .title{
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin: 0 0 5px 0;
    transition: all 0.5s ease 0s;
}

.our-team:hover .title{ color: #000; }

.our-team .post{
    display: block;
    font-size: 14px;
    color: #000;
}
.text-uppercase{text-transform: uppercase; font-weight: bold; line-height:1.2;}

.testimonial-bg{
    border: 10px solid #3d6133;
    padding: 40px 30px;
    text-align: center;
    position: relative;
}

.testimonial-bg:before{
    content: "\f10d";
    font-family: "Font Awesome 5 Free";font-weight: 900;
    width: 75px;
    height: 75px;
    line-height: 75px;
    background: #fff;
    text-align: center;
    font-size: 50px;
    color: #3c414c;
    position: absolute;
    top: -40px;
    left: 2%;
}

.testimonial{
    padding: 0 15px;
}

.testimonial .description{
    font-size: 16px;
    font-weight:400;
    font-style: italic;
    color: #000;
    line-height: 30px;

    margin-bottom: 15px;
    position: relative; background:#f1f2f4; padding:20px;
}
.testimonial .description p strong{font-size:20px;}

.testimonial .description:before{
    content: "";
    width: 75%;
    border-top: 1px solid #ddd;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.testimonial .description:after{
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 50%;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    transform: translateX(-50%) rotate(45deg);
}

.testimonial .pic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 25px auto;
    overflow: hidden;
}

.testimonial .pic img{
    width: 100%;
    height: auto;
}

.testimonial .title{
    display: inline-block;
    font-size: 23px;
    font-weight: 700;
    color: #848484;
    text-transform: capitalize;
    margin: 0;
}

.testimonial .post{
    display: inline-block;
    font-size: 20px;
    color: #848484;
}

.owl-theme .owl-controls{
    background: #fff;
    margin-top: 10px;
    position: absolute;
    bottom: -34%;
    right: 0;
}

.owl-theme .owl-controls .owl-buttons div{
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #34363b;
    opacity: 1;
    padding: 0;
}

.owl-prev:before,
.owl-next:before{
    content: "\f104";
    font-family: "Font Awesome 5 Free";font-weight: 900;
    font-size: 23px;
    /*font-weight: 700;*/
    color: #fff;
}

.owl-next:before{
    content:"\f105";
}

@media only screen and (max-width:767px){
    .testimonial-bg{ padding: 50px 40px; }
    .owl-theme .owl-controls{ bottom: -22%; }
}

@media only screen and (max-width:480px){
    .testimonial-bg:before{
        width: 55px;
        height: 55px;
        line-height: 55px;
        font-size: 40px;
    }
    .testimonial-bg{ padding: 30px 10px; }
    .owl-theme .owl-controls{ bottom: -15%; }
}

@media only screen and (max-width:360px){
    .testimonial .title,
    .testimonial .post{
        font-size: 16px;
    }
    .owl-theme .owl-controls{ bottom: -12%; }
}

.featured-card {
    background-color: var(--whiteColor);
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 6%);
    box-shadow: 0 0 15px rgb(0 0 0 / 6%);
    padding: 40px 30px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px; text-align: center;
}


.featured-card:hover::before {
    opacity: 1;
    width: 100%;   
}

.featured-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background-color: var(--mainColor);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.featured-card a {
  
   
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.featured-card:hover a i {
    background-color: var(--whiteColor);
    color: var(--mainColor);
}

.featured-card a i {
    width: 60px;
    height: 60px;
    line-height: 65px;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    color: var(--mainColor);
    background: rgba(8, 169, 230, 0.1);
    margin-right: 15px;
    -webkit-transition: 0.9s;
    transition: 0.9s;
}
.featured-card:hover a h3 {
    color: var(--whiteColor);
}
.featured-card a h3 {
    margin-bottom: 0;
    -webkit-transition: 0.9s;
    transition: 0.9s; font-size: 19px; text-align: center; margin-top: 20px;
}