<style>
    /*post comment css start*/
    .demo .item{
        margin-bottom: 60px;
    }
    .content-slider li{
       /* background-color: #ed3020;*/
        /*text-align: center;*/
    }
    .content-slider h3 {
        margin: 0;
        padding: 70px 0;
    }
    .content-slider1 li{
       /* background-color: #ed3020;*/
       /* text-align: center;*/
    }
    .content-slider1 h3 {
        margin: 0;
        padding: 70px 0;
    }
    .demo{
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .menucontainer{
        margin-top: 12px;
    }
    .be-comment-block {
        margin-bottom: 50px !important;
        border: 1px solid #edeff2;
        border-radius: 2px;
        padding: 50px 70px;
        border:1px #ffffff;
    }

    .comments-title {
        font-size: 16px;
        color: #262626;
        margin-bottom: 15px;
    }

    .be-img-comment {
        width: 60px;
        height: 60px;
        float: left;
        margin-bottom: 15px;
    }

    .be-ava-comment {
        width: 60px;
        height: 60px;
        border-radius: 50%;
    }

    .be-comment-content {
        margin-left: 80px;
    }

    .be-comment-content span {
        display: inline-block;
        width: 49%;
        margin-bottom: 15px;
    }

    .be-comment-name {
        font-size: 13px;
    }

    .be-comment-content a {
        color: #383b43;
    }

    .be-comment-content span {
        display: inline-block;
        width: 49%;
        margin-bottom: 15px;
    }

    .be-comment-time {
        text-align: right;
    }

    .be-comment-time {
        font-size: 11px;
        color: #b4b7c1;
    }

    .be-comment-text {
        font-size: 13px;
        line-height: 18px;
        color: #7a8192;
        display: block;
        background: #f6f6f7;
        border: 1px solid #edeff2;
        padding: 15px 20px 20px 20px;
    }

    .form-group.fl_icon .icon {
        position: absolute;
        top: 1px;
        left: 16px;
        width: 48px;
        height: 48px;
        background: #f6f6f7;
        color: #b5b8c2;
        text-align: center;
        line-height: 50px;
        -webkit-border-top-left-radius: 2px;
        -webkit-border-bottom-left-radius: 2px;
        -moz-border-radius-topleft: 2px;
        -moz-border-radius-bottomleft: 2px;
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
    }

    .form-group .form-input {
        font-size: 13px;
        line-height: 50px;
        font-weight: 400;
        color: #b4b7c1;
        width: 100%;
        height: 50px;
        padding-left: 20px;
        padding-right: 20px;
        border: 1px solid #edeff2;
        border-radius: 3px;
    }

    .form-group.fl_icon .form-input {
        padding-left: 70px;
    }

    .form-group textarea.form-input {
        height: 150px;
    }   
    #imgthum {
            border: 1px solid #ddd;
            border-radius: 4px;
            padding: 5px;
            width:100px;
            overflow: scroll;
    }
    #imgthum:hover {
            box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
            overflow: scroll;
    }
    .wrapper{
    width: 500px; 
    overflow-x:none;     
    white-space: nowrap;
    }
    .pcard{
        margin-top: 50px;background: #eee;
    }
    .imgdes{
        margin-top:20px;
        text-align: center;
    }
    @media only screen and (max-width: 600px) {
      .be-comment-content span {
        width:70%;
      }
      .be-comment-content {
        margin-left:0px;
      }
    }
    #jsimg{
        max-width: 600px !important;
        max-height:400px !important;
    }
/*post comment css end*/

/* Category List page css Start */

.btn-primary:hover,
.btn-primary:focus {
    background-color: #108d6f;
    border-color: #108d6f;
    box-shadow: none;
    outline: none;
}

.btn-primary {
    color: #fff;
    background-color: #007b5e;
    border-color: #007b5e;
}

#catelistmain {
    padding: 60px 0;
    background: #eee !important;
}

.catelist-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#team .card {
    border: none;
    background: #ffffff;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    min-height: 312px;
}

.backside .card a {
    font-size: 18px;
    color: #007b5e !important;
}

.frontside .card .card-title,
.backside .card .card-title {
    color: #e7ab3c !important;
}

.frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
/* Category List page css End */

/* Footer Service Start */
.serviceBox{
    background: #fff;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    padding: 0 15px 25px;
    margin: 10px;
    border: 2px solid #ff4757;
    border-radius: 50px 0;
    box-shadow: 0 0 8px rgba(0,0,0,0.3) inset;
    position: relative;
    transition: all 0.3s ease 0s;
}
.serviceBox:before,
.serviceBox:after{
    content: "";
    width: 25px;
    height: 25px;
    border-top: 7px solid #ff6b81;
    border-right: 7px solid #ff4757;
    position: absolute;
    top: -7px;
    right: -7px;
}
.serviceBox:after{
    border-top: none;
    border-right: none;
    border-bottom: 7px solid #ff4757;
    border-left: 7px solid #ff6b81;
    top: auto;
    right: auto;
    bottom: -7px;
    left: -7px;
}
.serviceBox .service-icon{
    color: #fff;
    background: #ff6b81;
    font-size: 35px;
    width: 90px;
    padding: 0 0 5px;
    margin: 0 auto 30px;
    border-radius: 0 0 15px 15px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
    position: relative;
}
.serviceBox:hover .service-icon i{
    transform: rotateX(360deg);
    transition: all 0.3s;
}
.serviceBox .service-icon:before{
    content: "";
    background: #ff6b81;
    width: calc(100% + 14px);
    height: 10px;
    transform: translateX(-50%);
    position: absolute;
    top: -10px;
    left: 50%;
}
.serviceBox .service-icon span:before,
.serviceBox .service-icon span:after{
    content: '';
    background-color: #ff4757;
    height: 10px;
    width: 15px;
    border-radius: 10px 10px 0 0;
    position: absolute;
    left: -15px;
    top: -10px;
}
.serviceBox .service-icon span:after{
    left: auto;
    right: -15px;
}
.serviceBox .title{
    color: #ff4757;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.serviceBox .description{
    font-size: 15px;
    line-height: 25px;
}
.serviceBox.orange{ border-color: #f27100; }
.serviceBox.orange:before{
    border-top-color: #ff8d23;
    border-right-color: #f27100;
}
.serviceBox.orange:after{
    border-left-color: #ff8d23;
    border-bottom-color: #f27100;
}
.serviceBox.orange .service-icon,
.serviceBox.orange .service-icon:before{
    background-color: #ff8d23;
}
.serviceBox.orange .service-icon span:before,
.serviceBox.orange .service-icon span:after{
    background-color: #f27100;
}
.serviceBox.orange .title{ color: #f27100; }
.serviceBox.purple{ border-color: #5446A7; }
.serviceBox.purple:before{
    border-top-color: #7161C4;
    border-right-color: #5446A7;
}
.serviceBox.purple:after{
    border-left-color: #7161C4;
    border-bottom-color: #5446A7;
}
.serviceBox.purple .service-icon,
.serviceBox.purple .service-icon:before{
    background-color: #7161C4;
}
.serviceBox.purple .service-icon span:before,
.serviceBox.purple .service-icon span:after{
    background-color: #5446A7;
}
.serviceBox.purple .title{ color: #5446A7; }
.serviceBox.green{ border-color: #91c100; }
.serviceBox.green:before{
    border-top-color: #a3d313;
    border-right-color: #91c100;
}
.serviceBox.green:after{
    border-left-color: #a3d313;
    border-bottom-color: #91c100;
}
.serviceBox.green .service-icon,
.serviceBox.green .service-icon:before{
    background-color: #a3d313;
}
.serviceBox.green .service-icon span:before,
.serviceBox.green .service-icon span:after{
    background-color: #91c100;
}
.serviceBox.green .title{ color: #91c100; }
@media only screen and (max-width:990px){
    .serviceBox{ margin: 10px 10px 50px; }
}
/* Footer Section End */

/* Footer Service start */
section .section-title{
    text-align:center;
    color:#007b5e;
    margin-bottom:50px;
    text-transform:uppercase;
}
#what-we-do{
    background:#ffffff;
}
#what-we-do .card{
    padding: 1rem!important;
    border: none;
    margin-bottom:1rem;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}
#what-we-do .card:hover{
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}
#what-we-do .card .card-block{
    padding-left: 50px;
    position: relative;
}
#what-we-do .card .card-block a{
    color: #007b5e !important;
    font-weight:700;
    text-decoration:none;
}
#what-we-do .card .card-block a i{
    display:none;
    
}
#what-we-do .card:hover .card-block a i{
    display:inline-block;
    font-weight:700;
    
}
#what-we-do .card .card-block:before{
    font-family: FontAwesome;
    position: absolute;
    font-size: 39px;
    color: #007b5e;
    left: 0;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition:transform .2s ease-in-out;
}
#what-we-do .card .block-1:before{
    content: "\f0e7";
}
#what-we-do .card .block-2:before{
    content: "\f0eb";
}
#what-we-do .card .block-3:before{
    content: "\f00c";
}
#what-we-do .card .block-4:before{
    content: "\f209";
}
#what-we-do .card .block-5:before{
    content: "\f0a1";
}
#what-we-do .card .block-6:before{
    content: "\f218";
}
#what-we-do .card:hover .card-block:before{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);  
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}
/* Footer Service End */

    /* Start section Fotrer */


.footer-wrap {
   background-color:#0a1d64;
    padding-top: 30px;
    background-size: cover;
}

.footer-wrap h3 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.footer-wrap p {
    font-size: 14px;
    line-height: 24px;
    color: #b3b3b3;
    margin-top: 15px;
}

.footer-wrap p a {
    color: #fff;
    text-decoration: underline;
    font-style: italic;
}

.footer-wrap p a:hover {
    text-decoration: none;
    color: #ff7800;
}

.footer-links li a {
    font-size: 14px;
    line-height: 26px;
    color: #b3b3b3;
    text-decoration: none;
}


.footer-links li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    padding-right: 10px;
    color: #b3b3b3;
}

.footer-category li a {
    font-size: 14px;
    line-height: 26px;
    color: #b3b3b3;
    text-decoration: none;
}

.footer-category li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    padding-right: 10px;
    color: #b3b3b3;
}

.address {
    
    color: #b3b3b3;
    font-size: 14px;
    position: relative;
    padding-left: 30px;
    line-height: 30px;
}

.address:before {
    content: "\f277";
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
}

.info a {
 
    color: #b3b3b3;
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
}

.fa-phone:before {
    content: "\f095";
}

.info a {

    color: #b3b3b3;
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
}

.fa-fax:before {
    content: "\f1ac";
}

.copyright {
    border-top: 1px solid #5f5f5f;
    font-size: 14px;
    color: #b3b3b3;
    margin-top: 25px;
    padding-top: 10px;
    text-align: center;
    padding-bottom: 10px;
    font-weight: bold;
}
.imgadjust {
    /*height:auto !important;*/
    /*width:auto !important;
    height:400px !important;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;*/
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    box-shadow: 3px 3px 5px 6px #ccc;
}
.imgadjustdetails {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;

}
#detailinfo {
    text-align:left;
    padding:2px;
}
/* End section Fotrer */
</style>