.about_sec {
    padding: 50px 0;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.about_sec .ab_head h1 {
    text-align: center;
    font-size: var(--font-hl);
    color:#000;
    font-family: "Playfair Display", serif;
}

.about-heading {
    position: relative;
}

.about-heading::before {
    content: "";
    position: absolute;
    left: 24%;
    top: 50%;
    transform: translateY(-50%);
    width: 108px;
    height: 3px;
    background-color: #000000;
    border-radius: 2px;
}

.about_sec .sub-one h2 {
    font-size: 25px;
    font-weight: bold;
    color:#bd9b00;
}

.about_sec .ab_subtxt {
    width: 86%;
    margin: auto;
    text-align: justify;
    padding-top: 20px;
}
.about_sec .sub-one{
    width: 75%;
    margin-left: auto;
}
.about_sec .ab-imbox img {
    width: 100%;
    height: 200px;
    margin: 0 10px;
    border: 1px solid #ff9200;
    box-shadow: rgba(93, 70, 45, 0.35) 0px 5px 15px;
    object-fit: cover;
}

.about_sec .ab-imbox {
    display: flex;

}

.about_sec .ab-imtxt p {
    text-align: justify;
    font-size: 16px;
    line-height: 1.4;
}

.about_sec .ab_img {
    width: 80%;
    margin: auto;
    margin-top: 15px;
}
.about_sec .sub-two h6{
    font-size: 16px;
    line-height: 1.3;
    color:#727170 ;
}

.about_sec .top-dot {
    top: 38%;
    right: 71%;
}


.about_sec .bottom-dot {
    bottom: 10px;
    left: 88%;
}

.about_sec .dot {
    position: absolute;
    width: 147px;
    height: 51px;
    background-image: radial-gradient(#8d8f8f 2px, transparent 2px);
    background-size: 12px 12px;
    opacity: 0.9;
    z-index: 10;
}


/*************************************/
/********* responsive start ***********/
/*************************************/
@media (min-width:1200px) and (max-width:1399px){
    .about_sec .ab_head h1 {
        font-size: 36px;
    }
    .about-heading::before {
    left: 20%;
    top: 50%;
}
.about_sec .sub-one h2 {
    font-size: 22px;
}
.about_sec .sub-two h6 {
    font-size: 14px;
}
.about_sec .ab-imtxt p {
    font-size: 14px;
    line-height: 1.4;
}
.about_sec .top-dot
 {
    top: 37%;
    right: 75%;
}
.about_sec .dot{
    height: 32px;
}
.about_sec .ab-imbox img{
	height:150px;
}

}

@media (min-width:1400px) and (max-width:1500px){
    .about-heading::before {
    left: 22%;
}
.about_sec .ab-imtxt p {
    font-size: 15px;
}
.about_sec .sub-two h6 {
    font-size: 15px;
}
}
@media (min-width:1700px) and (max-width:1900px) {
.about_sec .ab_head h1 {
    font-size: 45px;
}
.about_sec .sub-one h2 {
    font-size: 30px;
}
.about_sec .sub-two h6 {
    font-size: 18px;
}
.about_sec .ab-imtxt p {
    font-size: 19px;
}
.about_sec .ab-imbox img {
    height: 254px;
}
}

@media (min-width:1901px) and (max-width:3000px) {
    .about_sec .ab_head h1 {
    font-size: 50px;
}
.about_sec .sub-two h6 {
    font-size: 20px;
}
.about_sec .sub-one h2 {
    font-size: 30px;
}
.about_sec .ab-imtxt p {
    font-size: 20px;
}
.about_sec .ab-imbox img {
    height: 250px;
}
}
@media (max-width:990px) {
    .about_sec .ab_subtxt {
        width: 100%;
    }
    .about_sec .ab-imbox {
        margin-top: 20px;
        flex-direction: column;
    }
    
.about_sec .ab-imbox img {
    margin-left: 1px;
}
.about-heading::before {
    display: none;
}
.about_sec .sub-one {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
}
}