﻿.agn-about-us {
    position: relative;
    padding:30px 0;
    background: #fff;
    z-index: 1;
    overflow: hidden
}

.prsdnt-msg-div {
    background: 0 0
}

.prsdnt-msg-div {
    width: 100%;
    padding-right: 15px;
    max-height: 450px;
    overflow: auto;
    max-height: unset;
    margin-bottom: 25px
}

.prsdnt-msg-div .owl-nav {
    position: absolute;
    width: 30px;
    margin: 0 !important
}

.prsdnt-msg-div .owl-carousel .owl-nav button {
    margin: 10px;
    opacity: 0
}

.agn-about-us .shape-one {
    display: none;
    position: absolute;
    left: 52%;
    top: 2%;
    animation: animationFramesOne 35s alternate infinite linear;
    width: 25px;
    height: 25px
}

.company p
{
    font-size:18px;
    padding-bottom:10px;
}

.agn-about-us .shape-two {
    position: absolute;
    right: 0;
    top: -15%;
    width: 215px;
    height: 435px
}

.agn-about-us .shape-three {
    position: absolute;
    left: 0;
    top: 20%;
    z-index: -1;
    width: 400px;
    height: 535px
}

.agn-about-us .shape-four {
    position: absolute;
    left: 50%;
    bottom: -16%;
    animation: animationFramesTwo 25s alternate infinite linear;
    width: 12px;
    height: 12px
}

.agn-about-us .theme-title-one {
    padding-bottom: 35px
}

.agn-about-us .img-box {
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    transition: all ease-in-out .35s;
    margin: 20px 0;
    float: left;
    max-width: 100%;
    /* width: 414px; */
}

.agn-about-us .img-box:hover {
    transform: scale(.95)
}

.agn-about-us .img-box .main-img {
    border-radius: 5px
}



.agn-about-us .text-wrapper .quote {
    font-size: 20px;
    line-height: 34px;
    color: #233d63;
    padding: 45px 0 35px
}

.author {
    position: relative;
    padding-left: 35px;
    margin-top: 5px;
    margin-bottom: 25px;
    font-size: 16px;
    color: #056839;
    float: right
}

.author .name {
    font-size: 20px;
    color: #056739
}

.author:before {
    content: '';
    width: 20px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 14px;
    background: #056739
}

.agn-about-us .learn-more {
    font-size: 20px;
    width: 230px;
    line-height: 70px;
    position: absolute;
    bottom: 0;
    right: 0
}

.agn-about-us:before {
    content: url(../images/shape/2.png);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.bg-prs-msg {
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 100%
}

@media (max-width:767px) {
    .agn-about-us .img-box {
        width: 100%;
        display: block;
        float: none;
        max-width: unset;
        margin: 0px auto;
        padding: 15px
    }

    .agn-about-us {
        padding: 40px 15px 15px
    }
}