/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 25, 2022, 11:44:25 PM
    Author     : Karthikeyan
*/



.aboutus-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: #2D2D3E;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

h1 {
    /*text-align: center;*/
    font-size: 34px;
    margin-bottom: 20px;
    color:#ffffff;
}

.content {
    display: flex;
    justify-content: space-between;
    gap: 20px;    
}

.box {
    flex: 1;
    text-align: center;
}

.box img {
    width: 160px;
    height: 160px;
    margin-bottom: 20px;
}

.box h2 {
    font-size: 24px;
    margin-bottom: 10px;
    color:#ffffff;
}

.box p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    color:#ffffff;
    text-align: left;
}




.aboutus-section {
    padding: 90px 0;
}
.aboutus-title {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 32px;
    margin: 0 0 39px;
    padding: 0 0 11px;
    position: relative;
    text-transform: uppercase;
    color: #000;
}
.aboutus-title::after {
    background: #fdb801 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 54px;
}
.aboutus-text {
    color: aaaaa#606060;
    font-size:xx-large;
    line-height: 22px;
    margin: 0 0 35px;
}

a:hover, a:active {
    color: #ffb901;
    text-decoration: none;
    outline: 0;
}
.aboutus-more {
    border: 1px solid #f4b841;
    border-radius: 25px;
    color: #fdb801;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    padding: 7px 20px;
    text-transform: uppercase;
}
.feature .feature-box .iconset {
    background: #fff none repeat scroll 0 0;
    float: left;
    position: relative;
    width: 18%;
}
.feature .feature-box .iconset::after {
    background: #fdb801 none repeat scroll 0 0;
    content: "";
    height: 150%;
    left: 43%;
    position: absolute;
    top: 100%;
    width: 1px;
}

.feature .feature-box .feature-content h4 {
    /*color: #f4b841;*/
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0 0 5px;
    font-family:  arial, helvetica, sans-serif;
}


.feature .feature-box .feature-content {
    float: left;
    padding-left: 28px;
    width: 78%;
}
.feature .feature-box .feature-content h4 {
    /*color: #f4b841;*/
    color: #ea0e0e;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 50px;
    margin: 0 0 5px;
}
.feature .feature-box .feature-content p {
    color: #2f3091;
    font-family: Georgia, serif;
    font-size: 18px;
    line-height: 30px;
}
.icon {
    color : #f4b841;
    padding:0px;
    font-size:40px;
    border: 1px solid #fdb801;
    border-radius: 100px;
    color: #fdb801;
    font-size: 28px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 70px;
} 