 .testimonial{

            margin:0px 50px;

            background-color: #fff;

            color: #A58E38;

            text-align: center;

        }

        .testimonial .testimonial-content{

            padding: 40px 30px 40px;

            border-top: 1px solid #1C743E;

            border-left: 1px solid #1C743E;

            position: relative;

            margin-bottom: 50px;

            font-size: 15px;

            line-height: 30px;

            text-align: left;

        }

        .testimonial .testimonial-content:before{

            content: "\f10e";

            font-family: fontawesome;

            float: left;

            display: inline-block;

            padding:0 15px 5px 0;

            font-size: 30px;

            text-align: center;

            position:relative;

            top: 12px;

            left: 0px;

        }

        .testimonial .testimonial-content:after{

            content: "";

            position: absolute;

            bottom: 0;

            left: 0;

            width: 50%;

            height: 1px;

            background-color: #1C743E;

        }

        .testimonial .testimonial-info{

            position: relative;

        }

        .testimonial .testimonial-info:before{

            content: "";

            position: absolute;

            top: -50px;

            left: 50%;

            background-color: #1C743E;

            width: 1px;

            height: 20px;

        }

        .testimonial .testimonial-info:after{

            content: "";

            position: absolute;

            top: -70px;

            left: 50%;

            background-color: #1C743E;

            width: 2px;

            height: 40px;

            transform: skewX(-45deg);

            transform-origin: 100% 100% 0;

        }

        .testimonial .pic{

            display: inline-block;

            width: 80px;

            height: 80px;

            border-radius: 50%;

            margin-right: 7px;

        }

        .testimonial .pic img{

            width: 100%;

            height: 100%;

            border-radius: 50%;

        }

        .testimonial .testimonial-title{

            display: inline-block;

        }

        .testimonial .testimonial-title a{

            display: block;

            color:#1C743E;

            font-size: 22px;

            text-transform: capitalize;

            font-weight: 700;

            letter-spacing: 1px;

        }



        .owl-theme .owl-controls{

            margin-top: 50px;

            margin-left: 30px;

        }

        .owl-theme .owl-controls .owl-page span{

            height:15px ;

            width: 15px ;

            background-color: #A58E38 ;

            opacity: 0.8 ;

            border-radius: 0 ;

            transform:rotate(45deg) !important;

        }

        .owl-theme .owl-controls .owl-page.active span,

        .owl-theme .owl-controls.clickable .owl-page:hover span{

            background-color: #1C743E;

        }
        #about-hogo{
            background-image: url(../images/about2.jpg);
            /*background-attachment: fixed;*/
            background-position: initial;
            padding: 3% 0px;
            background-size: 100% 100%;
            background-repeat: no-repeat;
        }
        #about-hogo p{
        font-weight: 300;
        color: #777;
        /*font-size: 18px;*/
        font-size: 16px;
        text-align: justify;
        }
        p.why-p{
            text-align: left!important;
        }
        #about-hogo h4
        {
            margin-bottom: 8px;
        }
        #about-hogo h3{
            font-size: 30px;
        }
        #about-hogo .about-img{
            width: 100%;
            
            padding: 10px;
            min-height: 345px;
            border: 4px double #ccc;
            text-align: center;
            margin-top: 6px;
            background: #f7f6f9;
        }
        #about-hogo .about-img:hover{
            box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
            transition :1s ease;
        }
        #about-hogo .about-img img{
            width: 100%;
            /*transform: rotate(-25deg);*/
            padding-top: 34px;
            margin-left: -18px;
        }
        .small-device1{
            display: none;
            visibility: hidden;
        }

        .why-logo img{
            width: 100%;
            padding: 30px;
        }
        .why-logo img:hover{
            box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
            transition :1s ease;
        }
        .why-logo .img-why {
            width: 100%;
            height: auto;
            padding: 10px;
            margin-top: 12%;
        }
        .media-body p{
        display: block;
        margin-top: 10px;
        font-weight: 300;
        color: #777;
        /*font-size: 18px;*/
        font-size: 20px;
        text-align: justify;
        }
        .content{

            background-image: url(../images/about1.png);
            background-attachment: fixed;
            background-position: center;
        }
        #home-test {
            padding: 4% 0;
            background-image: url(../images/about1.png);
            background-attachment: fixed;
            background-position: center;
        }
        #home-test .media {
            width: 85%;
            margin-top: 30px;
        }
        #home-test  .media:first-child {
            margin-top: 0;
        }
        #home-test .media .media-left {
            width: 34%;
        }
        #home-test .media .media-right {
            width: 36%;
        }
        #home-test .media .img-wrap {
            width: 100px;
            float: left;
            height: 100px;
            border-radius: 50%;
            overflow: hidden;
        }
        #home-test .media .img-wrap img {
            width: 100%;
            height: auto;
        }
        #home-test .media .text-wrap {
            float: left;
            width: auto;
            padding: 30px 10px;
        }
        #home-test .media .text-wrap strong {
            font: 700 15px/21px open sans;
            text-transform: uppercase;
             margin: 0;
        }
        #home-test .media .text-wrap p {
            font: 500 14px/19px open sans;
            margin: 0;
        }
        #home-test .media .media-body {
            padding: 4px 0;
            text-align: center;
            position: relative;
        }
        #home-test .media.pull-left .media-body::after {
            content: '';
            position: absolute;
            width: 15%;
            height: 3px;
            background: #8f8c8c;
            right: 65px;
            top: 50%;
        }
        #home-test .media.pull-right .media-body::after {
            content: '';
            position: absolute;
            width: 15%;
            height: 3px;
            background: #8f8c8c;
            left: 54px;
            top: 50%;
        }
        #home-test .media.pull-left .media-body {
            padding-right: 170px;
        }
        #home-test .media.pull-right .media-body {
            padding-left: 170px;
        }
        #home-test .testimonila-wrap::before {
            content: '';
            position: absolute;
            width: 3px;
            height: calc(100% - 10px);
            background: #8f8c8c;
            left: 48.5%;
            top: 5px;
        }
        #home-test .testimonila-wrap {
            position: relative;
            display: inline-block;
        }



        /*Responsive*/
        @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait){
        #home-test .media {
            width: 97%;
            margin-top: 30px;
        }
        #home-test .media.pull-left .media-body {
            padding-right: 140px;
        }
        #home-test .media.pull-right .media-body {
            padding-left: 140px;
        }
        #home-test .media.pull-left .media-body::after {
            right: 68px;
        }
        #home-test .media .media-left,#home-test .media .media-right {
            width: 40%;
        }
        #home-test .media.pull-right .media-body::after {
            left: 50px;
        }



        }




        @media screen and (max-width:767px) and (orientation : landscape){
        #home-test .media {
            width: 94% !important;
        }
        }


        @media screen and (max-width:767px){
        #home-test .media .media-body p {
            font: 300 13px/20px open sans;
        }
        #home-test .media {
            width: 100%;
            margin-top: 30px;
        }
        #home-test .media.pull-left .media-body {
            padding-right: 15px;
        }
        #home-test .media.pull-right .media-body {
            padding-left: 15px;
        }
        #home-test .media.pull-left .media-body::after,#home-test .media.pull-right .media-body::after {
            display: none;
        }
        #home-test .media .media-right,#home-test .media .media-left {
            width: 47%;
        }
        #home-test .testimonila-wrap::before {
            left: 50%;
        }
        #home-test .media .text-wrap {
            padding: 10px 10px;
        }
        }
        .testimonials{
             background-image: url(../images/about1.png);
            background-attachment: fixed;
            background-position: center;
        }
        #test{
            margin-top: -30px;
        }
       #test h2{
        color: #fff ;
       }
       #test p{
        text-align: center;
        color: aliceblue;
       }
       .testi-meta{
        color: white;
       }
       #content{
        background-color: #f3f3f3!important; 
        background-image: url(../images/1000.jpg);
        background-size: 100% 100%;
        }
        .d-company{
        padding-top: 40px;
        }
        .d-company a{
        color: #f7f7f7;
        padding: 10px 15px;
        background: #4474aa;
        border-radius: 4px;
        }
        .d-company a:hover{
            color: white;
        }
        .modal-header
        {
            background: #4474aa!important;
        }
        .form-modal-body{
            background: #e6e6e6;
            color:#fff;
        }
        .modal-form{
            padding: 7px;
        }
        .cp{
            color: #f7f7f7!important;
            /*padding: 10px 15px;*/
            background: #4474aa!important;
            border-radius: 4px;
            padding: 7px 35px!important;
            outline: none!important;
            border: none!important;
        }
        .cp:hover{
            color: white;
        }
        .modal-title{
            color: #fff!important;
        }
        .modal-form label{
            color: #716b6b!important;
            font-family: unset!important;
        }
        .modal-footer{
            background: #efefef!important;
        }
