 
.aboutpagecontainersecond{
    height: 500px;
}

 /* Left Sid CSS */
.aboutcol{
    height: 263px;
}

.imageaboutpage ::before{
    background: black;
    opacity: 0.6;
}

.overlay::before {
    position: absolute;
    top: 119px;
    left: 0.3px;
    width: 100%;
    height: 34%;
    opacity: 0.6;
    background: #1d1b1b;
    content: "";
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
}

.imageaboutpage{
    height: 100%;
    width: 100%;

}
.aboutname{
    position: relative;
    top: -181px;
    padding-left: 166px;
    color: white;
    z-index: 3;
}

@media screen and (max-width:400px){
 .aboutname{
    position: relative;
    top: -181px;
    padding-left: 47px;
    color: white;
    z-index: 3;
    font-size: 32px;
    
}

.aboutframe{
    border: 20px solid #0dbb98;
    height: 380px;
    width: 380px;
    position: relative;
    top: 38px;
}



.aboutframeinnerimage{
    height: 378px;
    width: 386px;
    position: relative;
    top: -360px;
    left: 20px;
}
.abouteinnercircle{
    background-color: #214b97;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    position: relative;
    top: -69%;
    left: 32%;
}

.abouteinnercircle:hover{
    background-color: #0dbb98;

}

.rightarrowabout{
    position: relative;
    top: 67%;
    left: 66%;
    transform: translate(-50%, -50%);
    height: 49px;
    width: 45px;
    color: #0dbb98;
}
.rightarrowabout:hover{
    color: #214b97;
}

 /* Left Sid CSS End */



/* Right Sid CSS End */
.section-title h1 span {
    display: inline-block;
    color: #fff;
    position: relative;
    border-radius: 50px;
    padding: 5px 15px;
    line-height: initial;
    font-size: 13px;
    background: #f3a712;
    margin-bottom: 15px;
}


.section-title h1 span:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    border-top: 8px solid #f3a712;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    margin-left: -8px;
}

.section-title h1 b {
    display: block;
    font-weight: 700;
}

.about-content p {
    margin-bottom: 20px;
}

.section-title p {
    display: block;
    font-size: 15px;
}

p {
    margin: 0;
    line-height: 24px;
}


.bizwheel-btn.theme-2 {
    background: #214b97;
    color: #fff;
    padding: 15px 32px;
}

.bizwheel-btn.theme-2:hover {
    background: #0dbb98; 
}

.bizwheel-btn:last-child {
    margin: 0;
}

.bizwheel-btn.theme-2 {
    background: #f3a712;
    color: #fff;
}

.about-content .button {
    margin-top: 20px;
}
/* Right Sid CSS End */
@media screen and (max-width:1400px){
    
    .overlay::before {
    position: absolute;
    top: 119px;
    left: 0.3px;
    width: 100%;
    height: 53%;
    opacity: 0.6;
    background: #1d1b1b;
    content: "";
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
}
}

@media screen and (max-width:1200px){
    
    .overlay::before {
    position: absolute;
    top: 119px;
    left: 0.3px;
    width: 100%;
    height: 53%;
    opacity: 0.6;
    background: #1d1b1b;
    content: "";
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
}
}

@media screen and (max-width:768px){
    
    .overlay::before {
    position: absolute;
    top: 119px;
    left: 0.3px;
    width: 100%;
    height: 53%;
    opacity: 0.6;
    background: #1d1b1b;
    content: "";
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
}
}

@media screen and (max-width:576px){
    
    .overlay::before {
    position: absolute;
    top: 143px;
    left: 0.3px;
    width: 100%;
    height: 53%;
    opacity: 0.6;
    background: #1d1b1b;
    content: "";
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
}
}

@media screen and (max-width:400px){
    
    .overlay::before {
    position: absolute;
    top: 143px;
    left: 0.3px;
    width: 100%;
    height: 35%;
    opacity: 0.6;
    background: #1d1b1b;
    content: "";
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
    
    


    
}
}


