.letest-section{
    padding:2em 0 2em 0;
}
#letest{
    padding: 0 0 5em 0;
    background: #F8F8F8;
}
.data-index {
    width:85px;
    height:100px;
    font: 300 48px/68px  'Lato', sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #ff9900;
    position: relative;
    cursor:pointer;
    margin: 0.4em 0 0.5em 0;
}
.data-index:hover{
    background:#ff9900;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.data-index span {
    font-weight: 400;
    font-size: 0.7em;
    position: absolute;
    top: 2%;
    left: 29%;
}
.data-index span.month{
    font-weight: 400;
    font-size: 0.3em;
    top: 40px;
    left: 11%;
    position: absolute;
}
.data-index:before {
    margin-top: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 9px;
    border-color: transparent transparent transparent #c7c7c7;
}
.letest-section h3{
    color: #ff5a5f;
    font-size: 2.5em;
    margin: 0em 1em 1.5em 0.7em;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}
.letest-main h4{
    color: #5b5858;
    font-size:1.4em;
    margin:0em 0 0.3em 0;
    font-family: 'Lato', sans-serif;
    font-weight:700;
    line-height: 1.5em;
    text-transform: uppercase;
}
.col-md-10.latest-text.dimand {
    width: 68%;
    margin-left: 1em;
    margin-top: 1em;
}
.latest-text.dimand p {
    color: #777;
    font-family: 'Lato', sans-serif;
    font-size: 1.1em;
    margin:0 0 0 0;
    font-weight: 400;
    line-height: 1.8em;
}
a.read-btn {
    color: #777;
    font-size:1.3em;
    border: none;
    font-family: 'Lato', sans-serif;
    text-decoration: underline;
    font-weight: 400;
}
a.read-btn:hover{
    text-decoration:none;
    color: #ff5a5f;
}
/*---Events------*/
.Events{
    padding: 2em 0 5em 0;

}
.wmuSlider.example1 h3 {
    color: #ff5a5f;
    font-size: 2.5em;
    margin: 0em 1em 1.5em 0.7em;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}














/*-------/footer------*/
.footer {
    background: #ff5a5f;
    padding: 2em 0;
}
.footer h3 {
    color:#fff;
    font-size:2.5em;
    text-decoration: none;
    font-weight:400;
    text-transform: uppercase;
    margin: 0 0 0.5em 0;
    padding-top:0.5em;
}
.footer p {
    color:#FDFBF9;
    font-size:1.2em;
    text-decoration: none;
    font-weight:400;
    margin: 0;
    line-height: 1.9em;
}
.footer p a{
    color: #fff;
    text-transform: none;

}
.footer-grid h4 {
    color: #fff;
    font-size: 1.7em;
    text-decoration: none;
    font-weight: 400;
    margin: 1em 0;
    border-bottom: 2px solid #ff9901;
    padding: 0px 0 20px 0;
}
.conatact-bottom input[type="text"],.conatact-bottom textarea {
    padding:12px;
    width: 95%;
    margin:1% 2% 0 0;
    background:#90b618;
    outline: none;
    color: rgba(255, 255, 255, 0.61);
    border:none;
    -webkit-appearance: none;
    font-size: 15px;
}
.conatact-bottom input[type="text"]:nth-child(2)
{
    margin-right: 0em;
}
.conatact-bottom form textarea{
    resize:none;
    height:140px;
}
.submit{
    margin: 1% 0;
}
.contact_desc h2,.contact_desc h3 {
    color: #ff5a5f;
    font-size: 2.5em;
    margin: 0em 1em 1.5em 0em;
    font-weight: 400;
    text-transform: uppercase;
}
.contact_desc h3 {
    color: #ff9900;
    margin: 1em 1em 0.5em 0em;
    font-size: 2em;
}
.conatact-bottom input[type="submit"]{
    font-family: 'Lato', sans-serif;
    background:#ff9901;
    color: #fff;
    font-weight: 500;
    padding: 0.6em 0.6em;
    display: inline-block;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    letter-spacing: 0.1em;
    border:double#ff9901;
    outline: none;
    cursor: pointer;
    font-size: 1em;
    text-transform: uppercase;
    width:30%;
}
.conatact-bottom input[type="submit"]:hover{
    border:double#fff;
    color: #fff;
}
ul.bottom-icons,ul.bottom-icons.two {
    padding: 0;
}
ul.bottom-icons li,ul.bottom-icons.two li{
    display: block;
    margin-left:0px;
    list-style: none;
}

ul.bottom-icons.two li a span{
    width:32px;
    height:32px;
    display: inline-block;
    background: url('../images/footer.png') no-repeat;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0 16px;
}
ul.bottom-icons li a span{
    width:32px;
    height:38px;
    display: inline-block;
    background: url('../images/icons.png') no-repeat;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0 12px;
}
ul.bottom-icons  li a.home span{
    background-position: 0px -119px;
}
ul.bottom-icons li a.mail span{
    background-position: 0px -179px;
}
ul.bottom-icons li a.mbl span{
    background-position: 0px -219px;
}
ul.bottom-icons.two  li a.fbook span{
    background-position: -0px -0px;
}
ul.bottom-icons.two li a.twt span{
    background-position: -0px -32px;
}
ul.bottom-icons.two li a.iin span{
    background-position: -0px -64px;
}
.bottom-icons li a,.bottom-icons.two li a,.bottom-icons li,.bottom-icons.two li {
    font-weight: 400;
    font-size: 1.1em;
    text-decoration: none;
    color: #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.bottom-icons li a:hover,ul.bottom-icons li a span:hover{
    opacity: 0.8;
}
.bottom-icons.two li a {
    line-height: 2.4em;
}
.product-head li a {
    color: #ff5a5f;
    font-weight:600;
    font-size: 0.9em;
    padding-bottom: 0.2em;
    display: inline-block;
    text-transform: uppercase;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.product-head li.active-page {
    color: #333;
    font-size: 0.9em;
    padding-bottom: 0.2em;
    text-transform: uppercase;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    font-weight:600;
}
ul.product-head {
    padding: 0;
}
.product-head li {
    display: inline-block;
}
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 29px;
    right: 3%;
    overflow: hidden;
    width:38px;
    height:25px;
    border: none;
    text-indent: 100%;
    background: url("../img/move-up.png") no-repeat 0px 0px;
}
#toTopHover {
    width:38px;
    height:25px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
/*--Responsive--------*/
@media(max-width:1440px){
    .wmuSliderPrev {
        background-position: -311px -170px;
        left:77px;
    }
    .wmuSliderNext {
        background-position: -375px -170px;
        right:70px;
    }
    .strip{
    }

}
@media(max-width:1366px){
    .main {
        margin: 6em auto 0;
        width: 89%;
    }
    .wmuSliderNext {
        background-position: -375px -170px;
        right: 50px;
    }
    .wmuSliderPrev, .wmuSliderNext {
        top: 47%;
    }
    .wmuSliderPrev {
        background-position: -311px -170px;
        left: 55px;
    }
}
@media(max-width:1280px){


}
@media(max-width:1024px){
    .client-img img {
        width: 100%;
    }
    .banner-head {
        width: 47%;
        margin: 23% 0 auto 0;
    }
    .banner-section {
        min-height: 593px;
    }
    .about-textside h4 {
        margin: 1em 0 0em 0;
        font-size: 1.4em;
    }
    .about-textside p {
        font-size: 1.05em;
    }
    .inspiration-text p {
        font-size: 1em;
        overflow: hidden;
        height: 97px;
    }
    .About-section h3,.inspiration h3,.letest-section h3 {
        font-size: 2.1em;
    }
    .letest-main h4 {
        font-size: 1.3em;
    }
    .wmuSliderPrev, .wmuSliderNext {
        top: 41%;
    }
    .banner-head h1 {
        font-size: 3.15em;
    }
    .data-index span {
        font-size: 0.6em;
    }
    .data-index {
        width: 76px;
        height: 100px;
    }
    .data-index span.month {
        font-size: 0.27em;
    }
    #testimonial p {
        overflow: hidden;
        height: 144px;
    }
    .gallery-box:hover span.rollover1 {
        height: 214px;
        width: 292px;
    }
    .top-blog a.fast h2 {
        font-size: 1.25em;
        font-weight: 400;
        line-height: 1.8em;
    }
    a.read-more {
        width: 27%;
    }
    .top-blog p {
        overflow: hidden;
        height: 106px;
    }
    .contact-form input[type="text"], .contact-form textarea {
        padding: 14px 15px;
    }
    .left-form, .right-form {
        float: left;
        margin: 22px 28px;
        width: 42%;
    }
}
/*@media(max-width:768px){*/
    /*.banner-head {*/
        /*width: 60%;*/
        /*margin: 23% 0 auto 0;*/
    /*}*/
    /*.banner-section {*/
        /*min-height: 507px;*/
    /*}*/
    /*.col-md-6.welcom-grid-img {*/
        /*padding-bottom: 2em;*/
    /*}*/
    /*.col-md-10.latest-text.dimand {*/
        /*width: 68%;*/
        /*margin-left: 1em;*/
        /*margin-top: 1em;*/
        /*float: right;*/
    /*}*/
    /*.data-index {*/
        /*float: left;*/
    /*}*/
    /*#testimonial p {*/
        /*overflow: hidden;*/
        /*height: 56px;*/
    /*}*/
    /*.item img {*/
        /*width: 20%;*/
    /*}*/
    /*.client-img img {*/
        /*width: 49%;*/
    /*}*/
    /*.col-md-10.latest-text.dimand {*/
        /*width: 82%;*/
        /*margin: 0;*/
        /*margin-top: 1em;*/
    /*}*/
    /*div#testimonial h3,.footer h3 {*/
        /*font-size: 2em;*/
    /*}*/
    /*div#testimonial {*/
        /*min-height: 440px;*/
    /*}*/
    /*.testmonial-text form input[type="text"] {*/
        /*padding: 12px 12px;*/
    /*}*/
    /*.curl-top-right {*/
        /*font-size: 18px;*/
        /*font-weight: 400;*/
        /*padding: 13px 24px;*/
    /*}*/
    /*.wmuSlider.example1 h3 {*/
        /*font-size: 2em;*/
    /*}*/
    /*.about-textside p {*/
        /*font-size: 1.05em;*/
        /*display: none;*/
    /*}*/
    /*.About-section h3, .inspiration h3, .letest-section h3 {*/
        /*font-size: 2em;*/
    /*}*/
    /*.inspiration-text h5 {*/
        /*margin: 1.3em 0 0.5em 0;*/
        /*font-size: 1.2em;*/
    /*}*/
    /*.service-grid-text {*/
        /*float: right;*/
        /*width: 97%;*/
        /*margin-top: 2em;*/
        /*display: none;*/
    /*}*/
    /*.service-section h3, .works h3, .gallery-section h3 {*/
        /*margin: 1em 0 0.5em;*/
        /*font-size: 2em;*/
    /*}*/
    /*.col-md-6.gallery-box {*/
        /*width: 47%;*/
        /*margin: -10px 8px 23px 11px;*/
        /*float: left;*/
    /*}*/
    /*.gallery-box:hover span.rollover1 {*/
        /*height: 249px;*/
        /*width: 338px;*/
    /*}*/
    /*.service-section {*/
        /*padding: 4em 0 1em 0;*/
    /*}*/
    /*.section.group {*/
        /*margin: 6% 0 0% 0;*/
    /*}*/
    /*.about-textside {*/
        /*float: right;*/
        /*width: 42%;*/
        /*padding: 1em 2em 1em 0em;*/
    /*}*/
    /*.About-section {*/
        /*padding: 5em 0 2em 0;*/
    /*}*/
    /*.left-blog {*/
        /*width: 39%;*/
    /*}*/
    /*a.read-more {*/
        /*width:23%;*/
    /*}*/
    /*.top-blog {*/
        /*width: 94%;*/
        /*padding: 1.2em 0 0 9em;*/
    /*}*/
    /*.left-blog {*/
        /*width: 71%;*/
    /*}*/
    /*.blog-left {*/
        /*width:18.9%;*/
    /*}*/
    /*.blog-left p {*/
        /*font-size: 5em;*/
        /*margin-left: 1em;*/
    /*}*/
    /*.blog-left span {*/
        /*font-size: 2.7em;*/
        /*margin-left: 1.7em;*/
    /*}*/
    /*.blog {*/
        /*background: #fff;*/
        /*padding: 2em 0;*/
    /*}*/
    /*.blog-top {*/
        /*padding-top: 4em;*/
    /*}*/
    /*.blog-top h3 {*/
        /*margin: 0 0 0.5em;*/
        /*font-size: 2.2em;*/
    /*}*/
    /*.logo-content {*/
        /*float: left;*/
        /*width: 53%;*/
        /*padding: 6px 0 7px 0;*/
    /*}*/
    /*.content {*/
        /*margin-top: 4em;*/
    /*}*/
    /*.artical-content h3 {*/
        /*padding: 5px 0px 15px 0;*/
        /*font-size: 1.4em;*/
    /*}*/
    /*.artical-content p {*/
        /*padding: 26px 0px 13px 0;*/
        /*font-size: 1.05em;*/
    /*}*/
    /*.Error-found img {*/
        /*width: 55%;*/
    /*}*/
    /*.Error-found h3 {*/
        /*font-size: 3em;*/
    /*}*/
    /*.Error-found {*/
        /*padding: 7em 0 4em 0;*/
    /*}*/
    /*.left-form, .right-form {*/
        /*float: left;*/
        /*margin: 10px 28px 20px 20px;*/
        /*width:93%;*/
    /*}*/
    /*.contact_desc {*/
        /*padding: 6em 0 2em 0;*/
    /*}*/
    /*.contact_desc h2, .contact_desc h3 {*/
        /*font-size: 2.1em;*/
    /*}*/
    /*.contact-form input[type="submit"] {*/
        /*border: none;*/
        /*outline: none;*/
        /*padding: 12px 25px;*/
    /*}*/
/*}*/
/*@media(max-width:640px){*/
    /*.contact_desc h2, .contact_desc h3,div#testimonial h3, .footer h3,.welcom-grid-text h2, .welcom-grid-list h3,.About-section h3, .inspiration h3, .letest-section h3,.service-section h3, .works h3, .gallery-section h3 {*/
        /*font-size: 1.8em;*/
    /*}*/
    /*.contact_desc {*/
        /*padding: 5em 0 2em 0;*/
    /*}*/
    /*.login-form h1 {*/
        /*color: #ff5a5f;*/
        /*font-weight: 600;*/
        /*font-size: 22px;*/
    /*}*/
    /*.main p {*/
        /*font-size: 15px;*/
    /*}*/
    /*.main h2, .main h3 {*/
        /*font-size: 18px;*/
    /*}*/
    /*.social-content {*/
        /*float: right;*/
        /*width: 46%;*/
        /*padding: 18px 0;*/
    /*}*/
    /*.logo h6 {*/
        /*margin-left: 3em;*/
    /*}*/
    /*.welcome-section {*/
        /*padding: 5em 0 1em 0;*/
    /*}*/
    /*.letest-main h4 {*/
        /*font-size: 1.2em;*/
    /*}*/
    /*.banner-head h1 {*/
        /*font-size: 2.6em;*/
    /*}*/
    /*.banner-section {*/
        /*min-height: 438px;*/
    /*}*/
    /*.about-pic {*/
        /*float: none;*/
        /*width: 100%;*/
    /*}*/
    /*.about-textside {*/
        /*float: none;*/
        /*width: 90%;*/
        /*padding: 1em 0em 1em 3em;*/
    /*}*/
    /*.about-textside p {*/
        /*font-size: 1.05em;*/
        /*display: block;*/
    /*}*/
    /*.inner-text p {*/
        /*font-size: 1em;*/
        /*overflow: hidden;*/
        /*height: 150px;*/
    /*}*/
    /*.col-md-6.gallery-box {*/
        /*width: 46%;*/
        /*margin: -10px 8px 23px 11px;*/
        /*float: left;*/
    /*}*/
    /*.gallery-box:hover span.rollover1 {*/
        /*height: 201px;*/
        /*width: 275px;*/
    /*}*/
    /*.artical-links ul li:last-child {*/
        /*float: right;*/
        /*display: none;*/
    /*}*/
    /*.strip {*/
        /*background: url(../images/strip.jpg) no-repeat -101px 0px;*/
        /*background-size: 144%;*/
    /*}*/
/*}*/
/*@media(max-width:480px) {*/
    /*.logo {*/
        /*width: 90%;*/
    /*}*/
    /*.top-icons ul li a span {*/
        /*width: 35px;*/
        /*height: 35px;*/
        /*background-size: 900%;*/
    /*}*/
    /*.top-icons ul li a.fb span {*/
        /*background-position: -142px -5px;*/
    /*}*/
    /*.top-icons ul li a.gp span {*/
        /*background-position: -190px -4px;*/
    /*}*/
    /*.top-icons ul li a.tw span {*/
        /*background-position: -237px -5px;*/
    /*}*/
    /*.top-icons ul li a.you span {*/
        /*background-position: -279px -5px;*/
    /*}*/
    /*.top-icons ul li, ul.left-icons li{*/
        /*margin-right:0;*/
    /*}*/
    /*.top-icons ul li a.fb span:hover {*/
        /*background-position: -142px -41px;*/
    /*}*/
    /*.top-icons ul li a.gp span:hover {*/
        /*background-position: -190px -41px;*/
    /*}*/
    /*.top-icons ul li a.tw span:hover {*/
        /*background-position: -237px -41px;*/
    /*}*/
    /*.top-icons ul li, ul.left-icons li{*/
        /*margin-right:0;*/
    /*}*/
    /*.top-log ul li a {*/
        /*font-size: 0.8em;*/
    /*}*/
    /*.banner-head {*/
        /*width: 72%;*/
        /*margin: 25% 0 auto 0;*/
    /*}*/
    /*.banner-head p {*/
        /*font-size: 0.85em;*/
    /*}*/
    /*.banner-section {*/
        /*min-height: 320px;*/
    /*}*/
    /*.col-md-6.welcom-grid-img {*/
        /*padding-bottom: 1em;*/
        /*text-align: center;*/
    /*}*/
    /*.welcome-section {*/
        /*padding: 2em 0 1em 0;*/
    /*}*/
    /*.welcom-grid-img img {*/
        /*width: 47%;*/
        /*margin: 0 auto;*/
    /*}*/
    /*.col-md-6.welcom-grid-text h2 {*/
        /*font-size: 1.2em;*/
    /*}*/
    /*.welcom-grid-text p {*/
        /*font-size: 0.85em;*/
    /*}*/
    /*.contact_desc h2, .contact_desc h3, div#testimonial h3, .footer h3, .welcom-grid-text h2, .welcom-grid-list h3, .About-section h3, .inspiration h3, .letest-section h3, .service-section h3, .works h3, .gallery-section h3 {*/
        /*font-size: 1.2em;*/
    /*}*/
    /*.col-md-10.latest-text.dimand {*/
        /*width: 75%;*/
    /*}*/
    /*.letest-section h3 {*/
        /*margin: 0em 1em 0em 0.7em;*/
    /*}*/
    /*.Events {*/
        /*padding: 0em 0 5em 0;*/
    /*}*/
    /*.testmonial-text form input[type="submit"] {*/
        /*font-size: 12px;*/
    /*}*/
    /*.testmonial-text form input[type="text"]{*/
        /*width:57%;*/
    /*}*/

    /*.footer p{*/
        /*font-size:0.9em;*/
    /*}*/
    /*.col-md-6.gallery-box {*/
        /*width: 45%;*/
    /*}*/
    /*.gallery-box:hover span.rollover1 {*/
        /*height: 146px;*/
        /*width: 195px;*/
    /*}*/
    /*.footer-grid{*/
        /*padding:0;*/
    /*}*/
    /*.blog-top h3 {*/
        /*font-size: 1.5em;*/
    /*}*/
    /*.blog-top {*/
        /*padding-top: 1em;*/
    /*}*/
    /*.blog {*/
        /*padding: 0em 0;*/
    /*}*/
    /*.blog-left p {*/
        /*font-size: 3em;*/
        /*margin-left: 0.2em;*/
        /*height: 45px;*/
    /*}*/
    /*.blog-left span {*/
        /*font-size: 1.7em;*/
        /*margin-left: 0;*/
    /*}*/
    /*.top-blog {*/
        /*width: 100%;*/
        /*padding: 0;*/
        /*margin-top: 0.5em;*/
    /*}*/
    /*a.read-more {*/
        /*width: 31%;*/
    /*}*/
    /*.artical-content p {*/
        /*font-size: 0.85em;*/
    /*}*/
    /*.share-artical ul li a {*/
        /*color: #333;*/
        /*padding-left: 0;*/
        /*vertical-align: top;*/
        /*font-size: 1em;*/
    /*}*/
    /*form.left_form {*/
        /*float: left;*/
        /*width: 100%;*/
    /*}*/
    /*form.right_form {*/
        /*float: right;*/
        /*width: 100%;*/
    /*}*/
    /*.company_address {*/
        /*float: left;*/
        /*width: 100%;*/
    /*}*/
    /*.contact_info {*/
        /*width: 100%;*/
    /*}*/
    /*.top-blog a.fast h2{*/
        /*font-size:1em;*/
    /*}*/

/*}*/
/*@media(max-width:320px) {*/
    /*.logo-content {*/
        /*width: 100%;*/
    /*}*/
    /*.top-log ul li {*/
        /*display: inline-block;*/
        /*margin: 0 8px 0 0;*/
    /*}*/
    /*.top-log {*/
        /*margin: 6px 0 0 0;*/
        /*width:100%;*/
    /*}*/
    /*.social-content {*/
        /*width: 100%;*/
        /*padding: 5px 0;*/
    /*}*/
    /*.top-icons ul {*/
        /*padding: 0;*/
        /*text-align:center;*/
    /*}*/
    /*.banner-head h1 {*/
        /*font-size: 1.6em;*/
    /*}*/
    /*.banner-head p {*/
        /*font-size: 0.85em;*/
        /*height: 92px;*/
        /*overflow: hidden;*/
    /*}*/
    /*.banner-section {*/
        /*min-height: 216px;*/
    /*}*/
    /*.head-section {*/
        /*text-align: center;*/
    /*}*/
    /*.welcom-grid-img img {*/
        /*width: 57%;*/
    /*}*/
    /*.col-md-6.welcom-grid-text{*/
        /*padding:0;*/
    /*}*/
    /*.col-md-6.welcom-grid-text h2 {*/
        /*font-size: 1em;*/
    /*}*/
    /*.welcom-grid-text p:nth-of-type(2){*/
        /*display:none;*/
    /*}*/
    /*.col-md-10.latest-text.dimand {*/
        /*width: 61%;*/
    /*}*/
    /*.letest-main h4 {*/
        /*font-size: 0.8em;*/
    /*}*/
    /*.latest-text.dimand p {*/
        /*font-size: 0.8em;*/
    /*}*/
    /*.client-img img{*/
        /*width:100%;*/
        /*z-index: 0;*/
    /*}*/
    /*.testmonial-text ul li a span {*/
        /*width: 24px;*/
        /*height: 24px;*/
        /*background-size: 1000%;*/
    /*}*/
    /*.testmonial-text ul li a.face span {*/
        /*background-position: -1px -17px;*/
    /*}*/
    /*.testmonial-text ul li a.in span {*/
        /*background-position: -23px -17px;*/
    /*}*/
    /*.testmonial-text ul li a.instagram span {*/
        /*background-position: -47px -18px;*/
    /*}*/
    /*.testmonial-text ul li a.face span:hover {*/
        /*background-position: -1px -42px;*/
    /*}*/
    /*.testmonial-text ul li a.in span:hover {*/
        /*background-position: -23px -42px;*/
    /*}*/
    /*.testmonial-text form input[type="text"] {*/
        /*padding: 10px;*/
        /*font-size: 13px;*/
        /*width: 56%;*/
    /*}*/
    /*.curl-top-right {*/
        /*font-size: 15px;*/
        /*padding: 10px;*/
    /*}*/
    /*div#testimonial {*/
        /*min-height: 342px;*/
    /*}*/
    /*.main {*/
        /*margin: 5em 0 0;*/
        /*width: 100%;*/
    /*}*/
    /*.left-form input[type="submit"],.right-form input[type=submit]{*/
        /*width:50%;*/
    /*}*/
    /*.main p{*/
        /*margin:10px 0 5px 0;*/
        /*padding:0 10px;*/
        /*font-size:0.85em;*/
    /*}*/
    /*.login-form h1{*/
        /*font-size:1em;*/
    /*}*/
    /*.service-images, .service-images-text {*/
        /*float: left;*/
        /*width: 100%;*/
        /*margin-bottom: 1em;*/
    /*}*/
    /*.col-md-6.gallery-box {*/
        /*width: 46%;*/
        /*margin: -10px 8px 10px 0px;*/
    /*}*/
    /*.gallery-box:hover span.rollover1 {*/
        /*height: 101px;*/
        /*width: 133px;*/
    /*}*/
    /*a.read-more {*/
        /*width: 45%;*/
    /*}*/
    /*.table-form form input[type="text"], .table-form textarea{*/
        /*width:100%;*/
    /*}*/
    /*.table-form input[type="submit"]{*/
        /*width:38%;*/
    /*}*/

/*}*/