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

/*====================================================
                       ABOUT-P
======================================================*/
.wrappertwo{
    width: 100%;
    height: 100%;
    margin-top: -120px;
}
.wrappertwo img{
    width: 100%;
    height: 100%;
}
#about-p1 {
    padding: 50px 0;
    background: radial-gradient(circle, #555555, #999999, #CCCCCC);
}


.about-p1-cont h1 {
    font-size: 45px;
    font-weight: 300;
    color: #fff;
    padding-bottom: 10px;
    margin-top: 40px;
    letter-spacing: 0.15rem;
}
.about-p1-cont h2{
    font-size: 40px;
    font-weight: 900;
    color: #fff;
}
.arrtow{
    display: flex;
  }
  .arrtow>img{
    margin-top: 8px;
    margin-left:18px;
  }
/* .about-p1-cont img{
    width: 45px;
    height: 16px;
} */




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

@media (max-width: 768px){
    .about-p1-cont {
        padding: 0 60px;
    }

    .about-p1-img {
	    padding-top: 25px;
	}
}

@media (max-width: 420px){
 .about-p1-cont {
        padding: 0 20px;
    }
    .about-p1-cont h1 {
	    font-size: 45px;
	    font-weight: 700;
	    color: #2196f3;
	    padding-bottom: 10px;
	}
}


/*====================================================
                       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;
	}
	 
}
 
.team-title{
    display: flex;
    justify-content: center;
    align-items: center;
}
.team-point{
    width: 12px;
    height: 12px;
    background-color: #c00000;
    margin-right: 10px;
    border-radius: 6px;
}
.worker-item{
    text-align: center;
    width: 300px;
    height: 300px;
}
.worker-item img{
    height: 100%;
}
.mb-30{
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    .wrapper{
      margin-top:0;
    }
  }
  .imgs{
    display: flex;
  }
 
 
  .cl-one{
    font-size: 30px;
    margin-top: 4%;
    color: #fff;
  }
  .cl-two{
    font-size: 20px;
    color: #fff;
    margin-top: -6px;
  }
  .cl-three{
    display: block;
    width: 170px;
    height: 35px;
    background-color: red;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-top: 25px;
    cursor: pointer;
  }
  



  
 