/*--about --*/

h3.tittle_w3ls {
    color: #292828;
    font-size: 3.5em;
    text-align: left;
    letter-spacing: 1px;
    margin-bottom: .7em;
    text-shadow: 0 2px 12px rgba(86, 86, 86, 0.05);
}

.about-main {
    position: relative;
    margin: 0 auto;
}

p.paragraph {
    color: #fff;
    line-height: 2em;
	text-align: left;
}

.about-right,
.about-right.two {
    padding: 10em 4em;
    float: right;
    background: #1B1B1B;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.about-right.two {
    float: left;
}

.about-left {
    background: url(../images/pro12.JPG)no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 400px;
    border: 10px solid #eaebec;
    position: absolute;
    left: 4%;
    top: 10%;
    z-index: 9;
}

.about-left.two {
    background: url(../images/ab1.jpg)no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 400px;
    position: absolute;
    left: 46%;
    top: 10%;
    z-index: 9;
}

h3.subheading {
    color: #be0027;
    font-size: 25px;
    letter-spacing: 4px;
    line-height: 35px;
    margin-bottom: 0.5em;
	text-align:center;
}

.about-right h3 {
    color: #fac11b;
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 35px;
    margin-bottom: 0.5em;
    font-weight: 400;
}

.about-top {
    text-align: center;
    margin: 0em 0em 1.5em;
    width: 66%;
}

.ab_content {
    padding: 6em 0;
}

.about-main.sec {
    margin-top: 5em;
}

.event-bottom ul li:nth-child(1) a span,
.event-bottom ul li:nth-child(2) a span {
    color: #fff;
    margin-right: 7px;
}

.event-bottom ul li:nth-child(3),
.event-bottom ul li:nth-child(4) {
    background-color: #fff;
    width: 32px;
    height: 32px;
    font-size: 14px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    line-height: 36px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    display: inline-block;
    text-decoration: none;
    float: right;
    margin-left: 7px;
}

.event-bottom {
    margin-top: 1em;
}

.event-bottom ul li {
    margin-top: 5px;
    display: inline-block;
}

.event-bottom ul li a {
    letter-spacing: 2px;
    color: rgb(133, 134, 134);
}

.event-bottom .fa-w-16,
.event-bottom .fa-w-14,
.event-bottom .fa-w-13,
.event-bottom .fa-w-18,
.event-bottom .fa-w-9 {
    color: #be0027;
}

/*--// about --*/
/*--responsive--*/



@media(max-width:1440px) {
    
    .ab_content
    {
        padding: 5em 0;
    }
    
}


@media(max-width:1080px) {
   
    h3.subheading {
        font-size: 22px;
    }
    .about-right,
    .about-right.two {
        padding: 8em 3em;
    }
}

@media(max-width:1024px) {
    
    .ab_content
     {
        padding: 4em 0;
    }
}

@media(max-width:991px) {
    
    .ab-bottom-grid,
    .ab-bottom-grid.second {
        text-align: center;
    }
    .ab-bottom-grid img {
        text-align: center;
        margin: 0 auto;
    }
    .bottom-inn {
        padding: 1em 0 1em 0;
    }
    
    .about-left {
        min-height: 300px;
        position: static;
        left: 0;
        top: 0;
        z-index: 9;
    }
    .about-right.two {
        float: none;
    }
    .about-right,
    .about-right.two {
        padding: 3em 3em;
    }
    .about-left.two {
        min-height: 300px;
        position: static;
        left: 0;
        top: 0%;
        z-index: 9;
    }
    .about-main.sec {
        margin-top: 2em;
    }
    .events-coming {
        padding: 4em 0;
    }
    
}

@media(max-width:736px) {
   
    .about-right h3 {
        font-size: 22px;
    }
    
}

@media(max-width:640px) {
    
    .about-top {
        text-align: left;
        margin: 0em 0em 1.5em;
        width: 100%;
    }
}

@media(max-width:600px) {}



@media(max-width:480px) {
    
    .ab-bottom-grid {
        margin: 2em 0;
    }
    
    .ab_content
     {
        padding: 3em 0;
    }
    
}


@media(max-width:414px) {
    
    h3.subheading {
        font-size: 20px;
        letter-spacing: 1px;
    }
    .about-right,
    .about-right.two {
        padding: 3em 2em;
    }
    .events-coming {
        padding: 2em 0;
    }
    
    .ab_content
     {
        padding: 2.2em 0;
    }
    
    h3.subheading {
        font-size: 18px;
        letter-spacing: 1px;
    }
    
}




@media(max-width:320px) {
    
    .ab-bottom-grid-text h4
     {
        font-size: 1.1em;
    }
    .ab-bottom-grid-icon .fa-w-16,
    .ab-bottom-grid-icon .fa-w-13,
    .ab-bottom-grid-icon .fa-w-12,
    .ab-bottom-grid-icon .fa-w-20 {
        font-size: 2em;
    }
  
    
}

/*--//responsive--*/
