.about-com
{
	padding: 16px;
    font-size: 33px;
    font-weight: 600;
    color: #323232;
}
.about-para
{
	line-height: 29px;
    font-size: 15px;
    text-align: justify;
    color: #6d6c6c;
}
.about-back
{
	padding: 20px;
    margin-bottom: 0px;
}

/*   about carousel css   */
.ooo{
    margin-top: -55px;
}
.carousel-icon
{
	background: #222;
    padding: 6px;
    padding-right: 10px;
    padding-left: 10px;
    color: #fff;
    font-size: 19px;
    margin-right: 13px;
}
@media (max-width: 767px){
    .ooo{
        margin-top: 0px;
    }
}
.footer-ul
{
	margin-left: -38px;
	margin-top: 13px;
}
.footer-back
{
	background: #86ae8a;
    padding: 20px;
}
.footer-link
{
	padding-bottom: 8px;
}
.footer-icon
{
 font-size: 20px;
 padding-right: 8px;
}
.footer-1
{
 color: #222;
}
.f-1
{
 font-size: 24px;
 font-weight: 600;
}
/*  end about carousel   */

.copy-back
{
  background: #141414;
  padding: 0px;
}
.c-1
{
	color: #b9b5b5;
    padding-top: 22px;
    padding-bottom: 8px;
}
.top
{
	color: #b9b5b5;
    padding-top: 15px;
    padding-bottom: 8px;
    display: flex;
    float: right;
}
.carousel1
{
	margin-top: 25px;
    margin-bottom: 4px;
}
.c-border
{
	border: 9px solid #065ba5;
    border-radius: 15px;
}
.our-video
{
 text-align: center;
 color: #fff;
 font-size: 32px;
 padding-bottom: 23px;
 font-weight: 600;
}

/*   background image csss  */
.video-back
{
    background-image: url(../img2/video-back.png);
    padding: 15px;
    background-size: 100%;
    /* height: 175px; */
    display: block;
    /* padding: 22px !important; */
    margin: 0;
}
.about-image
{
    border: 7px solid #86ae8a;
    border-radius: 13px;
}
/* end background image css   */


/* zoom image css  */

.wrapper {
  width: 100%;
  
}

.zoom-effect-container {
    float: left;
    position: relative;
    width: 100%;
    height: 312px;
    
    overflow: hidden;
}

.image-card {
  position: absolute;
  top: 0;
  left: 0;
  
}

.image-card img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.zoom-effect-container:hover .image-card img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

/*  end zoom image css  */


/*   enquiry css  */
.form-sec{width:100%; background:#ccc; padding:15px;width: 100%;
    background: #f8f9fa;padding: 15px;box-shadow: 0 0 4px #ccc;}
    
    .model-txt
    {
        text-align: center;
        font-size: 30px;
        font-weight: 600;
        border-bottom: 1px solid #737373;
        padding-bottom: 18px;
        color: #508892;
    }
    /* enquiry form end  */


    /* inner page content */
    .subbanner-ttle {
        background: url(../img3/subbanner.png) center no-repeat;
        width: 100%;
        background-size: cover;
        padding: 50px 0;
        text-align: left;
        position: relative;
        height: 300px;
    }
    #crumbs a, #crumbs span {
        display: inline-block;
        color: #fff;
        font-size: 16px;
    }   
    .sub-ba-txt
    {
        color: #fff;
        padding: 10px;
    }
    @media (max-width: 767px) and (min-width: 240px)
    {
        .subbanner-ttle {
            height: 130px;
            width: 100%;
            padding: 0px 0;
            padding-bottom: 33px;
        }
    }
    .c1-img
    {
        border: 1px solid #ccc;
        margin-bottom: 30px;
    }
    .c-back
    {
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .model-txt1 {
        text-align: center;
        font-size: 30px;
        font-weight: 600;
        border-bottom: 1px solid #737373;
        padding-bottom: 18px;
        color: #508892;
        margin-bottom: 25px;
    }
    /*  contact page css   */
.contact-back
{
    background: #f6fcfd;
    padding: 25px;
}
.c-get
{
        text-align: center;
    font-size: 33px;
    font-weight: 600;
}
.c-mail
{
        font-size: 20px;
    font-weight: 600;
    margin-top: 23px;
    margin-bottom: 13px;
}
.btn-danger {
    color: #fff;
    background-color: #86ae8a;
    border-color: #86ae8a;
    margin-left: 17px;
}
/*  end contact page  css*/

/*  content page  */
.air-back
{
    background: #86ae8a;
    padding: 34px;
}
.air-li
{
    font-size: 15px;
    margin-bottom: 10px;
}
.air-i
{
        font-size: 22px;
    padding-right: 7px;
    color: #1c1c1c;
}
.air-img
{
    margin: 0 auto;
    border: 9px solid #ef2a3d;
    border-radius: 12px;
    box-shadow: 3px 3px 3px 3px #fff;
}
.air-img1
{
    margin: 0 auto;
    border: 0px solid #222;
    border-radius: 12px;
    box-shadow: 3px 3px 3px 3px #fff;
}
.air-h2
{
    text-align: center;
    color: #222;
    font-weight: 600;
    font-size: 34px;
    margin-bottom: 26px;
    border-bottom: 2px solid #fff;
    padding-bottom: 21px;
}
/* end content page  */


