/*
author: Boostraptheme
author URL: https://boostraptheme.com
License: Creative Commons Attribution 4.0 Unported
License URL: https://creativecommons.org/licenses/by/4.0/
*/ 

/* Title */

.title-loop {
    background: rgba(128, 128, 128, 0.55);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.95);
    border-radius: 2rem;
    padding: 1rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.65);
}


/*====================================================
                       ABOUT-P
======================================================*/
#about-p1 {
    margin: 100px 0;
}

.about-wrapper {
    display: flex;
    align-items: center;
    gap: 3rem;
}

.about-text {
    flex: 1.2;
}

.about-image {
    flex: 1;
    display: flex;
    justify-content: center;
}

    .about-image img {
        max-width: 420px;
        width: 100%;
        object-fit: contain;
    }

#about-p1 .mis-card {
    background: #0d385c;
    margin-top: 30px;
    padding: 2rem;
    text-align: justify;
    border: 2px solid #ffffff;
    border-radius: 1rem;
    color: white;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.65);
}


@media (min-width: 768px) and (max-width: 991px) {
    .about-p1-cont {
        padding: 0 10px 0 0px;
    }
}

@media (max-width: 768px) {
    .about-wrapper {
        flex-direction: column-reverse;
        text-align: center;
    }

    .about-image img {
        max-width: 280px;
    }
}


/*====================================================
                       ABOUT-P2
======================================================*/

.about-p2 {
    padding: 100px;
}

.about-p2-heading {
    padding: 20px;
    color: #fff;
    text-transform: uppercase;
}

.about-p2-cont h5,
.about-p2-cont p {
    color: #fff;
}

.about-p2-cont h5 {
    font-weight: 700;
    line-height: 30px;
}

@media (max-width: 1200px) {
    .about-p2 {
        padding: 100px 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .about-p2 .col-md-4:first-child {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .about-p2 .col-md-4:first-child img {
        text-align: center;
        display: block;
        margin: auto;
    }
    .about-p2 .col-md-4:nth-child(2),
    .about-p2 .col-md-4:nth-child(3) {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-top: 40px;
    }
}

@media (max-width: 768px){
	.about-p2 .col-md-4:first-child img {
        text-align: center;
        display: block;
        margin: 0 auto 40px auto;
    }
}    


/*====================================================
                       ABOUT-P3
======================================================*/

.about-p3{
    padding:50px 0 100px 0;
}

.about-p3 .container{
    padding-top:100px;
}

.about-p3 .container .story-himg-middle-u{
	display: block;
}

.about-p3 .container .story-himg-middle-l{
	display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
	.about-p3 .story-himg{
		padding-top: 50px;
	}
}

@media  (max-width: 768px){

	.about-p3 .container {
	    padding-top: 20px;
	}
	
	.about-p3 .container .story-himg-middle-u{
		display: none;
	}

	.about-p3 .container .story-himg-middle-l{
		display: block;
	}
	 
}
 
