

/*-- Principles --*/

.	 {
    padding: 100px 0 300px;
    position: relative;
    background-color: #EEE;
}

.about-right p {
    line-height: 30px;
}

.abt-btm.agileits.about {
    margin: 4em 0 0;
}

.bottom-gds {
    padding: 0;
}

.bott-img {
    padding: 2em;
    background: #eee;
    height: 180px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bott-img.bott-img1 {
    margin-left: 1em;
}

.bott-img:hover {
    background-color: #e85342;
}

.bottom-gds:hover h4.mission {
    color: #fff;
}

.bott-img .icon-holder {
    position: relative;
    top: 0px;
    display: inline-block;
    margin-bottom: 20px;
    padding: 20px 18px;
    background: #34c663;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 100%;
    color: #fff;
    font-size: 26px;
    /*--about--*/
    /*--agileits--*/
}

.bott-img .mission {
    position: relative;
    top: 0;
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    color: #000;
    font-size: 20px;
    text-transform: capitalize;
}

.bott-img .description {
    margin: -5em auto 0;
    opacity: 0;
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.description.agileits.about p {
    margin: 2em;
    color: #fff;
}

.bott-img .icon-holder>.service-icon {
    width: 40px;
}

.bott-img:hover .icon-holder {
    top: -65px;
    background: #f7c052;
    margin-bottom: 2em;
}

.bott-img:hover .mission {
    top: -90px;
}

.bott-img .mission h4 {
    color: #fff;
}

.bott-img:hover .description {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    font-size: 14px;
    line-height: 2.2em;
}

.bott-img:hover .description a {
    top: -60px;
}


/*-- //BOOK FOR --*/

/* -- Responsive code -- */

@media screen and (max-width: 1600px) {
   
}

@media screen and (max-width: 1440px) {
 
}

@media screen and (max-width: 1366px) {

}

@media screen and (max-width: 1280px) {
   
}

@media screen and (max-width: 1080px) {
  
}

@media screen and (max-width: 1050px) {
   
}

@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 991px) {
    
.about-right-grid {
margin-top: 3em;
}

}

@media screen and (max-width: 900px) {
  
}

@media screen and (max-width: 800px) {
    
}

@media screen and (max-width:767px) {
   
}

@media screen and (max-width: 736px) {
.inner-about2 h4 {
font-size: 1.8em;
}
    
.bott-img.bott-img1 {
margin-left: 0;
margin-top: 3em;
}
 
}

@media screen and (max-width: 667px) {
   
}

@media screen and (max-width: 640px) {
 
    .inner-about2 {
        padding: 3em;
    }
.about-right-grid {
min-height: 716px;
}
  
}

@media screen and (max-width: 600px) {

}

@media screen and (max-width: 568px) {
  
.about-right-grid {
min-height: 650px;
}
.about-bottom-right p {
width: 100%;
}
.bg-right {
width: 100%;
min-height: 350px;
}
   
}

@media screen and (max-width: 480px) {
    
.about-right-grid {
	min-height: 600px;
}

	.about-right-grid {
		min-height: 563px;
	}
    
}

@media screen and (max-width: 414px) {
    
}

@media screen and (max-width: 384px) {
    
}

@media screen and (max-width: 375px) {
    .inner-about2 h4 {
        font-size: 1.5em;
    }
    .
    .about-bottom.section span.abtext {
        display: block;
        width: 63%;
        margin-top: 10px;
    }
   
}

@media screen and (max-width: 320px) {
   
    .ab1 {
        padding: 17px 19px 15px;
    }
    .about-bottom-right {
        padding: 0;
    }
   
    .inner-about2 h4 {
        font-size: 1.23em;
    }
    .about-bottom.section span.abtext {
        width: 72%
    }
    .about-bottom-right .ab1-icon {
        width: 39px;
        height: 38px;
        padding: 0;
    }
   
}

/* -- //Responsive code -- */

