﻿
.banner-text {
    margin-left: 100px;
    margin-top: 140px;
    font-size: 42px;
    color: #3c4d6b;
    font-weight: 800;
}

@media(max-width:768px) {
    .banner-text {
        display: none;
    }
}

.imagebox {
    width: 40%;
    float: left;
    margin: 0;
    position: absolute;
    padding-top: 10px;
    padding-bottom: 10px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.textbox {
    width: 60%;
    float: right;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*  =================three card start ========================  */

.box-part {
    background: #F8F9FA;
    border-radius: 0;
    padding: 60px 10px;
    margin: 10px 0px;
    border-radius: 10px
}

.text {
    margin: 20px 0px;
    padding: 25px;
}

.readmore {
    text-decoration: none;
    display: block;
    width: 120px;
    height: 40px;
    background: #D92A1D;
    padding-top: 8px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    margin: auto;
}

    .readmore:hover {
        text-decoration: none;
        background: white;
        color: #D92A1D;
        transition-delay: 0.2s;
        transition-duration: 2s;
    }
/*  =================three card end ========================  */
/*======================= choose us ============================*/
.choose-image {
    float: left;
    margin: 0;
    position: absolute;
}

.choose-text {
    float: right;
    text-align: left;
}

/*popup-youtube*/
.popup-youtube {
    margin-top: -340px;
    margin-left: -37px;
}

@media(max-width:768px) {
    .popup-youtube {
        margin-top: -340px;
        margin-left: 120px;
    }
}

@media(max-width:400px) {
    .verticle-center {
        padding-top: 60px;
    }
}

/*=======================testimonial===================*/

.testimonial {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    padding: 30px 30px 30px 30px;
    margin: 0 15px 30px 15px;
    overflow: hidden;
    position: relative;
}

    .testimonial:before {
        content: "";
        position: absolute;
        bottom: -4px;
        left: -17px;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        transform: rotate(45deg);
    }

    .testimonial:after {
        content: "";
        position: absolute;
        top: -4px;
        left: -17px;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        transform: rotate(135deg);
    }

    .testimonial .pic {
        display: inline-block;
        width: 80px;
        height: 80px;
        border-radius: 30%;
        overflow: hidden;
        position: relative;
        left: 20px;
    }

        .testimonial .pic img {
            width: 100%;
            height: auto;
        }

    .testimonial .description {
        font-size: 15px;
        letter-spacing: 1px;
        color: #6f6f6f;
        line-height: 25px;
        margin-bottom: 15px;
    }

    .testimonial .title {
        display: inline-block;
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #D92A1D;
        margin: 0;
    }

.owl-theme .owl-controls .owl-page span {
    border: 2px solid #2a3d7d;
    background: #fff !important;
    border-radius: 0 !important;
    opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
    background: #29d18b !important;
    border-color: #29d18b;
}

@media only screen and (max-width: 767px) {
    .testimonial {
        padding: 20px;
        text-align: center;
    }

        .testimonial .pic {
            display: block;
            position: static;
            margin: 0 auto 15px;
        }
}

/*=============================contact us =================================*/
