﻿._about {
     background-color: #182841!important;
     color:#f3f3f3;
}
._about .about-intro{
    padding: 30px 0 50px;
    /*background:#fff;*/
    margin-top:30px
}
._about .about-intro .image  img{
    max-width: 500px;
    margin: 0 auto;
    display: block;
    border: 5px solid #ececec;
    width: 100%;
    background:#fff;
    border-radius: 50%;
}
._about .about-intro .text h2{
    font-family: 'Taviraj', serif;    color: #fff;
}
._about h2.title{
    color: #ec6707;
    font-weight: bold;
    max-width: 800px;
    margin: 30px auto;
    padding: 0 10px;
    font-size: 29px;
    text-align: center;
    letter-spacing:1px;
    text-transform:uppercase;
    font-weight: 800;
    background: linear-gradient(to right,#cfa74c,#e0b936,#e3da6c,#be9945,#efdb6d,#dfcc50,#cda446);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
._about h3 {
    color: #fff;
    font-weight: bold;
    max-width: 800px;
    margin: 15px  auto;
    padding: 0;
    font-size: 28px;
    font-family: 'Taviraj', serif;
}
._about .about01{
    /*background: #fff;*/
    padding: 20px 0 0;
}

._about .about02{
    /*background: #f6f6f6;*/
    padding: 20px 0 0;
}
._about .about02 .image a{
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
    display: inline-block;
    margin: 0 auto;
}
._about .about02 .image img{
     border: 6px solid #fff;
     max-width:580px;
     margin: 0 auto;
    width: 100%;
}

._about .about03{
    /*background: #fff;*/
    padding: 20px 0 0;
}
._about .about03 .image img{max-width:500px;display:block;margin:0 auto;    width: 100%;}
._about .about03 .text{}
._about .about03 .text h3{
    font-size: 25px;
    color: #dcc15d;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    letter-spacing: 1px;
    padding-left: 20px;
    background: linear-gradient(to right,#7fbc42,#f08d20,#f8b817,#54aa46,#c5d02d,#f08d20,#e96724);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
._about .about03 .text .has-icon{
    margin-left: 15px;
}
._about .about03 .text h3:before {
    background-image: url(/favicon.ico);
    width: 30px;
    height: 30px;
    margin: 5px 10px 0 0;
    left: 5px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
}

._about .about04{
    /*background: #f9f9f9;*/
    padding: 20px 0 0;
}

._about .about05{
    /*background: #f6f6f6;*/
    padding: 20px 0 0;
}
._about .about05 h3 {
    font-weight: bold;
    margin: 0px auto 10px;
    padding: 0;
    font-size: 21px;
    color: #222;
}
._about .about05 h3 span{
    display: block;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    font-size:18px; color: #222;
}
._about .about05 .about-intro .image img {
    max-width: 580px;
}
._about .about05 .more{
    text-align: left;
}
._about .about05 .about-intro {
    /*background: #f6f6f6;*/
}
._about .about06{
    /*background: #f6f6f6;*/
    padding: 20px 0 0;
}
._about .about06 .slick_4t {
/*    -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);*/
    border-radius: 10px;
    box-shadow: 5px 5px 1px -1px rgb(194 161 74);
    max-width: 98%;
    overflow:hidden;
}
._about .about06 .slick_4t img{border-radius:10px;}
._about .about06 .slick_4t .slick-slide{margin-left:0;}
@media screen and (min-width: 850px)
{
    .text-justify{
        text-align: justify;
    }

}