/*
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.
 * Version: 1.7
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/

/*Import Global Compulsory CSS Files*/
@import url(ie8-rtl.css);
@import url(blocks-rtl.css);
@import url(plugins-rtl.css);
@import url(app-rtl.css);

body {
    color: #333;
    font-size: 13px;
    line-height: 1.6;
}

    body.header-fixed-space {
        padding-top: 94px;
    }

@media (max-width: 991px) {
    body.header-fixed-space {
        padding-top: 0;
    }

}

p,
li,
li a,
label {
    color: #505050;
    font-size: 16px;
    line-height: 22px;
}

a {
    color: #73be41;
    text-decoration: none;
}

    a,
    a:focus,
    a:hover,
    a:active {
        outline: 0 !important;
        color: #73be41;
    }

        a:focus {
            text-decoration: underline;
        }

        a:hover {
            color: #73be41;
            text-decoration: underline;
        }

/*Boxed Layout
------------------------------------*/
.wrapper {
    background: #fff;
}

.boxed-layout {
    padding: 0;
    box-shadow: 0 0 5px #ccc;
    margin-left: auto !important;
    margin-right: auto !important;
    background: url(../../img/patterns/15.png) repeat;
}

/*Main Styles
------------------------------------*/
/*Purchase Block*/
.purchase {
    /*padding-top: 70px;
    padding-bottom: 50px;*/
    /*border-bottom: solid 1px #eee;*/
    /*background: url(../../img/patterns/breadcrumbs.png) repeat;*/
}

    .purchase p {
        margin-bottom: 0;
    }

    .purchase span {
        color: #585f69;
        display: block;
        font-size: 14px!important;
        line-height: 30px;
        font-weight: normal;
        font-family: "Open Sans", Arial, sans-serif;
        padding-top:10px;
        /*padding-bottom:10px;*/
    }

    .purchase .btn-buy {
        text-align: center;
    }

        .purchase .btn-buy a {
            margin-top: 27px;
        }

            .purchase .btn-buy a i {
                margin-right: 5px;
            }

@media (max-width: 992px) {
    .purchase {
        text-align: center;
    }

        .purchase span {
            font-size: 22px;
            line-height: 29px;
        }

        .purchase .btn-buy a {
            margin-top: 25px;
            font-size: 16px;
        }
}

/*Service*/
.service {
    overflow: hidden;
    margin-bottom: 10px;
    padding: 15px 15px 10px;
}

    .service:hover {
        background: #f7f7f7;
        box-shadow: 0 0 5px #ddd;
        -webkit-transition: box-shadow 0.2s ease-in-out;
        -moz-transition: box-shadow 0.2s ease-in-out;
        -o-transition: box-shadow 0.2s ease-in-out;
        transition: box-shadow 0.2s ease-in-out;
    }

        .service:hover i {
            color: #428462;
        }

    .service .desc:hover h4 {
        color: #614827;
    }

    .service:hover .desc {
        color: white;
    }

    .service .desc {
        padding: 0 15px;
        overflow: hidden;
    }

        .service .desc h4 {
            font-size: 22px;
            line-height: 25px;
        }

    .service .service-icon {
        float: right;
        padding: 10px;
        color: #A7A2A2;
        font-size: 35px;
        text-align: center;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .service .service-icon.icon-cogs {
            font-size: 37px;
        }

        .service .service-icon.icon-plane {
            font-size: 43px;
        }

/* Recent Work  */
.recent-work a {
    text-align: center;
    background: #fcfcfc;
    display: inline-block;
}

    .recent-work a:hover {
        text-decoration: none;
    }

        .recent-work a:hover strong {
            color: #555;
        }

.recent-work em.overflow-hidden {
    display: block;
}

.recent-work a span {
    display: block;
    padding: 10px;
    border-bottom: solid 2px #eee;
}

.recent-work a strong {
    color: #555;
    display: block;
}

.recent-work a i {
    color: #777;
}

.recent-work a img {
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.recent-work a:hover img {
    opacity: 0.8;
    -webkit-transform: scale(1.2) rotate(3deg);
    -moz-transform: scale(1.2) rotate(3deg);
    -o-transform: scale(1.0) rotate(3deg);
    -ms-transform: scale(1.2) rotate(3deg);
    transform: scale(1.2) rotate(3deg);
}

.recent-work a:hover span {
    border-bottom: solid 2px #428462;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* Work */
.work {
    margin-top: 6px;
}

    .work .details {
        padding: 10px;
    }

    .work .caption {
        display: block;
        padding-top: 5px;
        color: #585f69 !important;
        font-size: 18px !important;
    }

        .work .caption:hover {
            cursor: pointer;
            color: #444 !important;
            text-decoration: underline;
        }

/*Other Footer Common Classes
------------------------------------*/
/*Thumb Headline*/
.thumb-headline h2 {
    color: #eee;
    font-size: 16px;
}

/*Footer Logo*/
.footer-logo {
    margin-bottom: 10px;
    width: 250px;
    display: block;
    margin: auto;
    margin-top: 20px;
}

/*Latest List*/
.latest-list li {
    padding: 8px 0;
    border-top: 1px solid #353535;
}

    .latest-list li:first-child {
        padding-top: 0;
        border-top: none;
    }

    .latest-list li a {
        color: #eee;
    }

.latest-list small {
    color: #999;
    display: block;
}

/*Link List*/
.link-list li {
    border-top: solid 1px #353535;
}

    .link-list li:first-child {
        border-top: none !important;
    }

.link-list a {
    color: #eee;
    font-size: 11px;
    padding: 0 0;
    display: inline-block;
    text-transform: uppercase;
}

.link-list li i {
    color: #bbb;
    float: right;
    margin-top: 10px;
}

/*Latest Tweets*/
.latest-tweets .latest-tweets-inner p {
    color: #555;
    font-size: 13px;
}

.latest-tweets .latest-tweets-inner a {
    /*color: #3498db;*/
    text-decoration: none;
}

    .latest-tweets .latest-tweets-inner a:hover {
        text-decoration: underline;
    }

.latest-tweets .latest-tweets-inner i.fa {
    top: 2px;
    float: left;
    color: #bbb;
    color: #55acee;
    font-size: 18px;
    margin-right: 5px;
    position: relative;
}

.latest-tweets .latest-tweets-inner small {
    color: #777;
    display: block;
}

/*Social Icons*/
.social-icons {
    margin-top: 5px;
}

    .social-icons li {
        margin: 0;
    }

        .social-icons li a {
            margin: 0 3px;
        }

/*Thumbnails
------------------------------------*/
a.thumbnail {
    padding: 0;
    border: none;
    margin-bottom: 15px;
}

.thumbnail-style {
    padding: 7px;
    margin-bottom: 20px;
}

    .thumbnail-style:hover {
        box-shadow: 0 0 8px #ddd;
        -webkit-transition: box-shadow 0.2s ease-in-out;
        -moz-transition: box-shadow 0.2s ease-in-out;
        -o-transition: box-shadow 0.2s ease-in-out;
        transition: box-shadow 0.2s ease-in-out;
    }

    .thumbnail h3,
    .thumbnail-style h3 {
        margin: 6px 0 8px 0;
    }

        .thumbnail h3 a,
        .thumbnail-style h3 a {
            color: #585f69;
            font-size: 18px;
        }

            .thumbnail h3 a:hover,
            .thumbnail-style h3 a:hover {
                color: #009646;
                text-decoration: none;
            }

    .thumbnail-style .thumbnail-img {
        position: relative;
        margin-bottom: 11px;
    }

    .thumbnail-style a.btn-more {
        right: -10px;
        bottom: 10px;
        color: #fff;
        padding: 1px 6px;
        position: absolute;
        background: #73be41;
        display: inline-block;
    }

        .thumbnail-style a.btn-more:hover {
            text-decoration: none;
            box-shadow: 0 0 0 0px #C2740B;
        }

    .thumbnail-style:hover a.btn-more {
        right: 10px;
    }

.thumbnail-kenburn img {
    /*left: 10px;*/
    margin-left: -10px;
    position: relative;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.thumbnail-kenburn:hover img {
    -webkit-transform: scale(1.2) rotate(2deg);
    -moz-transform: scale(1.2) rotate(2deg);
    -o-transform: scale(1.2) rotate(2deg);
    -ms-transform: scale(1.2) rotate(2deg);
    transform: scale(1.2) rotate(2deg);
}

/*Servive Blocks
------------------------------------*/
/*Service Alternative Block*/
.service-alternative .service:hover {
    background: #76ca2c;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .service-alternative .service:hover i,
    .service-alternative .service:hover p,
    .service-alternative .service:hover h4 {
        color: #fff;
    }

/*Servive Block Versions*/
.service-v1 h2 {
    margin: 15px 0 10px;
    font-size: 20px;
    line-height: 28px;
}

.service-v1 p {
    text-align: justify;
}

/*Blog Posts
------------------------------------*/
.posts .dl-horizontal a {
    color: #555;
}

.posts .dl-horizontal {
    margin-bottom: 15px;
    overflow: hidden;
}

    .posts .dl-horizontal dt {
        width: 60px;
        float: left;
    }

        .posts .dl-horizontal dt img {
            width: 60px;
            height: 60px;
            padding: 2px;
            margin-top: 2px;
            border: solid 1px #ddd;
        }

    .posts .dl-horizontal dd {
        margin-left: 70px;
    }

        .posts .dl-horizontal dd p {
            margin: 0;
        }

        .posts .dl-horizontal dd a {
            font-size: 14px;
            line-height: 16px !important;
        }

            .posts .dl-horizontal dd a:hover {
                color: #428462;
                text-decoration: none;
            }

    .posts .dl-horizontal:hover dt img,
    .posts .dl-horizontal:hover dd a {
        color: #428462;
        border-color: #428462 !important;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

/*About Page
------------------------------------*/
.team ul.team-socail {
    text-align: right;
}

    .team ul.team-socail li {
        margin: 0 !important;
        padding: 0 !important;
    }

        .team ul.team-socail li a,
        .team ul.team-socail li a:hover {
            text-decoration: none;
        }

        .team ul.team-socail li i {
            color: #aaa;
            padding: 6px 7px;
            min-width: 30px;
            font-size: 18px;
            text-align: center;
            background: #f7f7f7;
            display: inline-block;
        }

            .team ul.team-socail li i:hover {
                color: #fff;
                background: #428462;
                -webkit-transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
            }

.team .thumbnail-style {
    padding: 12px;
}

    .team .thumbnail-style img {
        margin-bottom: 7px;
    }

    .team .thumbnail-style h3 {
        margin-bottom: 5px;
    }

    .team .thumbnail-style:hover h3 a {
        color: #428462 !important;
    }

    .team .thumbnail-style small {
        display: block;
        margin-top: 5px;
        font-size: 12px;
    }

/*About Me Page
------------------------------------*/
.about-me {
    overflow: hidden;
}

    .about-me h2 {
        margin: 0;
        font-size: 20px;
        text-transform: uppercase;
    }

    .about-me span {
        color: #999;
        display: block;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .about-me .social-icons {
        margin-top: 7px;
    }

/*About My Goals*/
.about-my-goals h2 {
    text-transform: uppercase;
}

/*About Skills*/
.about-skills {
    padding: 40px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: url(../../img/breadcrumbs.png) repeat;
}

/*Gallery Page
------------------------------------*/
.gallery-page .thumbnail,
.gallery-page .thumbnail:hover {
    padding: 0;
    border: none;
    box-shadow: none;
}

.gallery-page .thumbnails {
    margin-bottom: 6px;
}

/*Privacy Page
------------------------------------*/
.privacy a {
    text-decoration: underline;
}

    .privacy a:hover {
        color: #428462;
        text-decoration: none;
    }

/*Portfolio Item Page v1
------------------------------------*/
.portfolio-item h2 {
    color: #555;
    font-size: 24px;
    margin: 0 0 15px;
}

.portfolio-item li {
    padding: 3px 0;
}

.portfolio-item p a {
    text-decoration: underline;
}

    .portfolio-item p a:hover {
        text-decoration: none;
    }

/*Portfolio Item v1*/
.portfolio-item1 ul {
    margin: 10px 0 20px;
}

.portfolio-item1 li {
    font-size: 16px;
    margin-bottom: 3px;
}

    .portfolio-item1 li i {
        font-size: 18px;
        margin-right: 4px;
    }

/*Sidebar Features
------------------------------------*/
/*Blog Tags*/
ul.blog-tags li {
    display: inline-block;
}

ul.blog-tags a {
    font-size: 13px;
    padding: 2px 7px;
    background: #f7f7f7;
    margin: 0 3px 6px 0;
    display: inline-block;
}

    ul.blog-tags a i {
        color: #666;
    }

    ul.blog-tags a:hover {
        background: #428462;
    }

        ul.blog-tags a:hover,
        ul.blog-tags a:hover i {
            color: #fff !important;
            text-decoration: none;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

/*Blog Photo Stream*/
.blog-photos li {
    display: inline;
}

    .blog-photos li img {
        width: 58px;
        height: 58px;
        margin: 0 2px 8px;
    }

        .blog-photos li img:hover {
            box-shadow: 0 0 0 2px #428462;
        }

/*Blog Latest Tweets*/
.blog-twitter .blog-twitter-inner {
    padding: 10px;
    position: relative;
    background: #f7f7f7;
    margin-bottom: 10px;
}

    .blog-twitter .blog-twitter-inner,
    .blog-twitter .blog-twitter-inner:after,
    .blog-twitter .blog-twitter-inner:before {
        transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
    }

        .blog-twitter .blog-twitter-inner:after,
        .blog-twitter .blog-twitter-inner:before {
            width: 0;
            height: 0;
            right: 0px;
            bottom: 0px;
            content: " ";
            display: block;
            position: absolute;
        }

        .blog-twitter .blog-twitter-inner:after {
            border-top: 15px solid #eee;
            border-right: 15px solid transparent;
            border-left: 0px solid transparent;
            border-left-style: inset; /*FF fixes*/
            border-right-style: inset; /*FF fixes*/
        }

        .blog-twitter .blog-twitter-inner:before {
            border-bottom: 15px solid #fff;
            border-right: 0 solid transparent;
            border-left: 15px solid transparent;
            border-left-style: inset; /*FF fixes*/
            border-bottom-style: inset; /*FF fixes*/
        }

        .blog-twitter .blog-twitter-inner:hover {
            border-color: #428462;
            border-top-color: #428462;
        }

            .blog-twitter .blog-twitter-inner:hover:after {
                border-top-color: #428462;
            }

        .blog-twitter .blog-twitter-inner span.twitter-time {
            color: #777;
            display: block;
            font-size: 11px;
        }

        .blog-twitter .blog-twitter-inner a {
            color: #428462;
            text-decoration: none;
        }

            .blog-twitter .blog-twitter-inner a:hover {
                text-decoration: underline;
            }

        .blog-twitter .blog-twitter-inner i.fa {
            top: 2px;
            color: #bbb;
            font-size: 18px;
            position: relative;
        }

/*Choose Block*/
.who li {
    margin-bottom: 6px;
}

    .who li i {
        color: #428462;
        font-size: 13px;
        min-width: 15px;
        margin-right: 8px;
        text-align: center;
        position: relative;
    }

    .who li:hover i,
    .who li:hover a {
        color: #777;
    }

        .who li:hover a:hover {
            text-decoration: none;
        }

/*Promo Page
------------------------------------*/
/*Slider Part*/
.fullwidthbanner-container.slider-promo {
    max-height: 460px !important;
}

.slider-promo-info-bg {
    padding: 25px 20px 20px;
    background: url(../../img/bg-black.png) repeat;
}

.slider-promo-info span.big-size {
    color: #fff;
    display: block;
    font-size: 30px;
    margin-bottom: 25px;
    text-shadow: none !important;
}

.slider-promo-info p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}

/*Promo Box*/
.promo-box {
    padding: 20px;
    margin: 25px 0 20px;
    text-align: center;
}

    .promo-box i {
        display: block;
        font-size: 50px;
    }

    .promo-box p {
        font-size: 14px;
        margin-bottom: 0;
    }

    .promo-box strong,
    .promo-box strong a {
        color: #555;
        display: block;
        font-size: 20px;
        font-weight: 200;
        margin: 20px 0 15px;
    }

    .promo-box:hover strong,
    .promo-box:hover strong a {
        color: #428462;
    }

/*Promo Service*/
.promo-service {
    margin-bottom: 20px;
}

    .promo-service li {
        margin-bottom: 5px;
    }

    .promo-service a.btn-u {
        margin: 0 20px 10px 0;
    }

/*Promo Elements*/
.title-box {
    font-size: 16px;
    text-align: center;
    padding: 10px 0 30px;
    border-bottom: solid 1px #eee;
}

    .title-box .title-box-text {
        color: #555;
        display: block;
        font-size: 35px;
        font-weight: 200;
    }

@media (max-width: 768px) {
    .title-box .title-box-text {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 10px;
    }

    .title-box p {
        font-size: 15px;
    }
}

.block-blockquote {
    margin: 20px 0;
    text-align: center;
    border: dashed 1px #ccc;
}

.block-blockquote-inner {
    padding: 15px;
}

.block-blockquote p {
    font-size: 26px;
    margin-bottom: 0;
}

/*Info Blocks*/
.info-blocks {
    margin-bottom: 15px;
}

    .info-blocks:hover i.icon-info-blocks {
        color: #428462;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .info-blocks i.icon-info-blocks {
        float: left;
        color: #777;
        font-size: 30px;
        min-width: 50px;
        margin-top: 10px;
        text-align: center;
    }

    .info-blocks .info-blocks-in {
        padding: 0 10px;
        overflow: hidden;
    }

        .info-blocks .info-blocks-in h3 {
            color: #555;
            font-size: 20px;
            line-height: 28px;
        }

        .info-blocks .info-blocks-in p {
            font-size: 12px;
        }

/*Brand Page
------------------------------------*/
.brand-page .btn {
    margin-bottom: 10px;
}

/*Form Pages
------------------------------------*/
.form-page input,
.form-page select {
    margin-bottom: 10px;
}

/*Labels and Badges Page
------------------------------------*/
ul.labels-demo {
    margin: 5px 0;
}

    ul.labels-demo li {
        list-style: none;
        display: inline-block;
        margin: 0 5px 2px 0;
    }

.badge-sidebar {
    border-left: solid 1px #eee;
}

@media (max-width: 991px) {
    .badge-sidebar {
        border-left: none;
    }
}

/*Line Icon Page
------------------------------------*/
.line-icon-page .item-box {
    width: 25%;
    float: left;
    height: 90px;
    text-align: center;
    padding: 20px 10px;
    margin: 0 -1px -1px 0;
    word-wrap: break-word;
    border: 1px solid #ddd;
}

@media (max-width: 768px) {
    .line-icon-page .item-box {
        height: 115px;
    }
}

@media (max-width: 450px) {
    .line-icon-page .item-box {
        height: 130px;
    }
}

.line-icon-page .item-box:hover {
    background: #fafafa;
}

.line-icon-page .item span {
    display: block;
    font-size: 28px;
    margin-bottom: 10px;
}

.line-icon-page .item:hover {
    color: #428462;
}

/*Line Icon Page
------------------------------------*/
.icon-page-fa {
    margin-bottom: 20px;
}

    .icon-page-fa .item-box {
        float: left;
        height: 100px;
        width: 16% !important;
    }

    .icon-page-fa .item {
        font-size: 12px;
    }

        .icon-page-fa .item i {
            color: #555;
            display: block;
            font-size: 24px;
            margin-bottom: 10px;
        }

@media (max-width: 767px) {
    .icon-page-fa .item-box {
        width: 20% !important;
    }
}

@media (max-width: 600px) {
    .icon-page-fa .item-box {
        width: 30% !important;
    }
}

@media (max-width: 400px) {
    .icon-page-fa .item-box {
        width: 50% !important;
    }
}

/*GLYPHICONS Icons Page
------------------------------------*/
/*Special styles for displaying the icons and their classes*/
.bs-glyphicons {
    padding-left: 0;
    list-style: none;
    overflow: hidden;
    padding-bottom: 1px;
    margin-bottom: 20px;
}

    .bs-glyphicons li {
        width: 25%;
        float: left;
        height: 115px;
        padding: 10px;
        font-size: 11px;
        line-height: 1.4;
        text-align: center;
        margin: 0 -1px -1px 0;
        border: 1px solid #ddd;
    }

    .bs-glyphicons .glyphicon {
        display: block;
        font-size: 18px;
        margin: 5px auto 10px;
    }

    .bs-glyphicons li:hover {
        color: #428462;
        background-color: #fafafa;
    }

@media (min-width: 768px) {
    .bs-glyphicons li {
        width: 12.5%;
    }
}

/*Glyphicons Pro*/
.demo-pro-glyphicons li {
    width: 170px;
    height: 100px;
    padding: 20px 10px 30px;
}

.demo-pro-glyphicons span {
    height: 40px;
    display: block;
}

    .demo-pro-glyphicons span:before {
        color: #555;
        padding: 10px 62px;
    }

    .demo-pro-glyphicons span.glyphicons:before {
        font-size: 22px;
    }

    /*Glyphicons Pro Halflings*/
    .demo-pro-glyphicons span.halflings {
        height: 30px;
    }

        .demo-pro-glyphicons span.halflings:before {
            padding: 10px 70px;
        }

/*Contact Pages
------------------------------------*/
.map {
    width: 100%;
    height: 350px;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
}

.map-box {
    height: 250px;
}

.map-box-space {
    margin-top: 15px;
}

.map-box-space1 {
    margin-top: 7px;
}

/*Background Opacity
------------------------------------*/
.service-or {
    overflow: hidden;
    position: relative;
}

.service-bg {
    width: 250px;
    padding: 60px;
    position: absolute;
    top: -10px;
    right: -100px;
    background-color: rgba(255,255,255,0.1);
    transform: rotate(55deg);
    -o-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    -moz-transform: rotate(55deg);
    -webkit-transform: rotate(55deg);
}

/*Easy Block (used for image badges)
------------------------------------*/
.easy-block-v1 {
    position: relative;
}

    .easy-block-v1 img {
        width: 100%;
    }

    .easy-block-v1 .overflow-h h3 {
        width: 60%;
        float: left;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .easy-block-v1 .easy-block-v1-badge {
        left: 0px;
        top: 10px;
        z-index: 1;
        color: #fff;
        padding: 4px 10px;
        position: absolute;
    }

/*Easy Block v2 (used for image badges)
------------------------------------*/
.easy-block-v2 {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

    .easy-block-v2 img {
        width: 100%;
    }

    .easy-block-v2 .easy-bg-v2 {
        top: 5px;
        color: #fff;
        width: 100px;
        padding: 5px;
        right: -32px;
        font-size: 13px;
        position: absolute;
        text-align: center;
        letter-spacing: 2px;
        transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

/*Easy Block v3 (used for image badges)
------------------------------------*/
.easy-block-v3 {
    text-align: left;
    background: #585f69;
    padding: 30px 20px 20px;
}

    .easy-block-v3.first {
        background: #696f77;
    }

    .easy-block-v3.second {
        background: #707780;
    }

    .easy-block-v3.third {
        background: #787f88;
    }

    .easy-block-v3 i {
        color: #fff;
        float: left;
        font-size: 30px;
        min-width: 45px;
        padding-top: 10px;
    }

    .easy-block-v3 .inner-faq-b {
        overflow: hidden;
    }

        .easy-block-v3 .inner-faq-b h2,
        .easy-block-v3 .inner-faq-b h3 {
            font-size: 21px;
            margin-bottom: 8px;
        }

        .easy-block-v3 .inner-faq-b h4 {
            color: #fff;
            font-size: 17px;
            margin-bottom: 2px;
        }

        .easy-block-v3 .inner-faq-b h2,
        .easy-block-v3 .inner-faq-b h3,
        .easy-block-v3 .inner-faq-b p {
            color: #fff;
        }

/*Full Width Block
------------------------------------*/
.full-w-block {
    padding: 30px 0;
    background: #282828;
}

    .full-w-block .info-blocks i,
    .full-w-block .info-blocks-in h3 {
        color: #fff;
    }

    .full-w-block .info-blocks-in p {
        color: #ccc;
    }

    .full-w-block .info-blocks:hover i.icon-info-blocks {
        color: #fff;
    }

/*Simple Block
------------------------------------*/
.simple-block {
    margin-bottom: 20px;
}

    .simple-block img {
        width: 100%;
    }

    .simple-block p {
        text-align: center;
    }

    .simple-block .carousel-indicators {
        top: 10px;
        left: 65%;
        text-align: right;
    }

        .simple-block .carousel-indicators .active {
            background: #555;
        }

        .simple-block .carousel-indicators li {
            border-color: #555;
        }

    .simple-block .carousel-inner > .item {
        margin: 0;
    }

    .simple-block .responsive-video {
        margin-bottom: 3px;
    }

/*Two Blocks
------------------------------------*/
.two-blocks {
    text-align: center;
}

.two-blocks-in {
    margin-bottom: 30px;
}

    .two-blocks-in i {
        color: #fff;
        padding: 11px;
        font-size: 30px;
        min-width: 50px;
        text-align: center;
        background: #585f69;
        margin-bottom: 10px;
        display: inline-block;
    }

/*Three Blocks
------------------------------------*/
.three-blocks {
    text-align: center;
}

.three-blocks-in {
    margin-bottom: 30px;
}

    .three-blocks-in i {
        color: #777;
        padding: 9px 6px;
        font-size: 20px;
        min-width: 40px;
        margin-bottom: 10px;
        border: 1px solid #777;
    }

    .three-blocks-in h3 {
        font-size: 20px;
        margin-bottom: 7px;
    }

/*Temperory Classes
------------------------------------*/
/*Banner-info*/
.banner-info {
    margin-bottom: 10px;
}

    .banner-info i {
        float: left;
        color: #fff;
        padding: 11px;
        /*min-width works with line-icon*/
        min-width: 40px;
        font-size: 22px;
        text-align: center;
        margin: 7px 20px 0 0;
    }

        /*min-width works with FontAwesome*/
        .banner-info i.fa {
            min-width: 46px;
        }

    .banner-info.light i {
        border: 1px solid #fff;
    }

    .banner-info.dark i {
        background: #555;
    }

    .banner-info h3 {
        font-size: 21px;
        margin-bottom: 5px;
    }

    .banner-info.light h3 {
        color: #fff;
    }

    .banner-info.light p {
        color: #eee;
    }

/*Title-Box-V2*/
.title-box-v2 {
    text-align: center;
    margin-bottom: 40px;
}

    .title-box-v2 h2 {
        font-size: 25px;
        text-transform: uppercase;
    }

    .title-box-v2 p {
        font-size: 13px;
    }

/*remove padding from "Col-"*/
.no-space {
    padding: 0;
}

.no-space-left {
    padding-left: 0;
    padding-right: 15px !important;
}

.no-space-right {
    padding-right: 0;
    padding-left: 15px !important;
}

/*List Style v1*/
.list-style-v1 li {
    margin-bottom: 7px;
}

.list-style-v1 i {
    margin-right: 5px;
}

/*Social Contacts
------------------------------------*/
.social-contacts li {
    padding: 5px 0;
    border-top: 1px solid #ddd;
}

    .social-contacts li:first-child {
        border-top: none;
    }

    .social-contacts li i {
        color: #777;
        font-size: 13px;
        min-width: 13px;
        margin-right: 12px;
        text-align: center;
    }

/*Status Bar
------------------------------------*/
.status-bar li {
    padding-left: 9px;
    border-left: 1px solid #eee;
}

    .status-bar li:first-child {
        border-left: none;
    }

    .status-bar li i {
        color: #428462;
        margin-right: 5px;
    }

    .status-bar li a:hover {
        text-decoration: none;
    }

.status-bar-in {
    padding: 10px;
    position: relative;
    background: #f0f0f0;
}

    .status-bar-in:after {
        width: 0;
        height: 0;
        top: -10px;
        left: 50px;
        content: " ";
        display: block;
        position: absolute;
        border-bottom: 11px solid #f0f0f0;
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        border-left-style: inset; /*FF fixes*/
        border-right-style: inset; /*FF fixes*/
    }

/*Share List*/
.share-list {
    margin-bottom: 0;
}

    .share-list li {
        padding-left: 20px;
    }

        .share-list li:first-child {
            padding-left: 0;
        }

        .share-list li i {
            color: #428462;
            margin-right: 5px;
        }

/*People Say
------------------------------------*/
.people-say img {
    float: left;
    width: 40px;
    height: auto;
    margin: 6px 10px 0 0;
}

.people-say .overflow-h span {
    font-weight: 700;
}

.people-say .overflow-h p {
    font-style: italic;
    line-height: 1.3;
}

.people-say .overflow-h small {
    text-align: right;
    font-style: italic;
}

/*Inspire Page
------------------------------------*/
img.img-mouse {
    width: 150px;
    height: auto;
    margin: 0 auto 60px;
}

/*Desire Page
------------------------------------*/
/*Service Info*/
.service-info {
    position: relative;
    padding: 40px 0 50px;
    background: url(../../img/patterns/17.png) repeat;
}

    .service-info .info-description {
        overflow: hidden;
    }

    .service-info i.service-info-icon {
        color: #777;
        float: left;
        width: 50px;
        height: 50px;
        padding: 15px;
        font-size: 20px;
        line-height: 17px;
        margin-right: 20px;
        text-align: center;
        display: inline-block;
        border: 1px solid #777;
    }

    .service-info .info-description h3 {
        margin: 0 0 10px;
    }

    .service-info .info-description p {
        color: #777;
    }

/*Portfolio Single Item Page
------------------------------------*/
/*Project Details*/
.project-details li {
    color: #555;
    font-weight: 200;
    margin-bottom: 5px;
}

.project-details strong {
    min-width: 100px;
    display: inline-block;
}

.project-details a {
    text-decoration: underline;
}

/*Bootstrap Testimonials
------------------------------------*/
.testimonials-bs {
    /*padding: 50px 0;*/
    /*background: url(../../img/team/faces.jpg) 50% 0 repeat fixed;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

    .testimonials-bs .headline-center-v2 span.author {
        color: #777;
        font-size: 17px;
    }

    /*Removes Bootstrap carousel background images*/
    .testimonials-bs .item {
        margin-bottom: 30px;
    }

    .testimonials-bs .carousel-arrow {
        text-align: center;
    }

    .testimonials-bs .carousel-control-v2 i {
        color: #888;
        width: 30px;
        height: 30px;
        padding: 5px;
        font-size: 22px;
        display: inline-block;
        border: 2px solid #888;
    }

        .testimonials-bs .carousel-control-v2 i:hover {
            color: #428462;
            border-color: #428462;
            text-decoration: none;
            transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
        }

    .testimonials-bs .carousel-control-v2.left,
    .testimonials-bs .carousel-control-v2.right {
        text-decoration: none;
        background-image: none;
    }

/*Team v1*/
.team-v1 li > h3 {
    color: #555;
}

.divform {
    width: 50%;
    float: right;
}

    .divform p {
        text-align: center;
        font-size: 18px;
        line-height: 30px;
        padding-top: 60px;
    }

.sky-form .col-4 {
    width: 70% !important;
}
/*=======MapSite============*/

#siteMapContainer {
    margin: 20px 0 50px 0;
}

#sitemap, #sitemap ul, #sitemap li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sitemap {
}

    #sitemap ul {
        display: none;
    }

    #sitemap li {
        line-height: 200%;
        margin-top: 1px;
        background: #eee;
        position: relative;
        width: 100%;
    }
    /* IE leaves a blank space where span is added so this is to avoid that */
    * html #sitemap li {
        float: right;
        display: inline;
    }

        #sitemap li a {
            padding: 5px 28px;
            display: block;
            font-size: 20px;
            color: #525252;
        }

            #sitemap li a:hover {
                color: #428462;
                text-decoration: none;
            }

        #sitemap li span {
            float: right;
            position: absolute;
            top: 12px;
            right: 8px;
            width: 20px;
            height: 20px;
            cursor: auto;
            font-size: 0;
        }

            #sitemap li span, #sitemap li span.collapsed {
                background: url(/img/collapsed.gif) no-repeat 0 0;
            }

                #sitemap li span.expanded {
                    background: url(/img/expanded.gif) no-repeat 0 0;
                }
        /* second level */
        #sitemap li li {
            background: #fff;
        }

            #sitemap li li a {
                padding: 0px 55px 0px 20px;
                display: block;
                font-size: 16px;
            }

            #sitemap li li span {
                right: 28px;
                top: 7px;
            }
            /* third level */
            #sitemap li li li a {
                padding-right: 84px;
                display: block;
                border-top: 1px solid rgba(0, 0, 0, 0.07);
            }

            #sitemap li li li span {
                right: 56px;
            }


#cms-main {
    float: right;
    margin: 13px 27px 0 20px;
    direction: rtl;
    border: 0px solid red;
}

.sky-form .button {
    background: #003366;
    float: left !important;
    right: -29% !important;
}

/*=======End MapSite============*/
       /*big-form*/
.wrap{
    /*width: 1070px;*/
    text-align:center;
    margin: 0 auto;
    position: relative;
}
.big-form
{
  background-size:cover;
  background-position: center;
  overflow:hidden;
  /*height:190px;*/
  margin:0;
  color:white;
  /*font-size:30px;*/
 
  padding-top: 0;
  padding-bottom: 0px;

}
.big-form p {
     text-align:center;
     color:white;
     text-shadow:2px 2px 8px #000;
         /*padding-top: 20px;*/
}
.big-form  form
{
   display:block;
       /*padding-top: 20px;*/
}
    .big-form input:first-child {
        /*margin-right:110px;*/
        margin-left:0px;
    }
 .big-form input,.big-form .big-btn , .big-form textarea {
  border: 1px solid #c0c0c0;
  border-radius: 2px!important;
  display: inline-block;
  font-family: arial;
  font-size: 20px;
  padding: 4px 8px 4px 8px;
  width: 100%;
  outline: none;
  direction: rtl;
 margin-top:13px;
    color: #000;
}
 .big-form input[name=email] {
  direction: rtl;
}
 .big-form input[type=submit] {
  background-color: #428462;
  border: medium none;
  cursor: pointer;
  height: 42px;
  z-index: 2;
  width: 175px;
 font-size: 27px;
    font-weight: bold;
  color: black;
  position:relative;
  top:3px;


}
 .big-form #submit_img
 {
       width: 175px;
        position:absolute;
 }

    .big-form img {
        position: absolute;
        right: 160px!important;
        top: 13px;
        /*padding-right:30px;*/
    }
   
.txtoverflow-h
{
    float:right;
    padding: 22px 22px 0px 31px;
    font-size:20px!important;
}

.big-form .big-btn
{
     border:none!important;
     position: relative;
     padding:0!important;
     min-height: 30px;
     margin-top:5px;
}
.big-form .big-btn button
{
    font-size:22px;
    width:100%;
    height:50px;
}
 @media (max-width: 991px) {
   
         /*big-form*/
         .wrap{
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-right:7px;
    padding-left:7px;
}
.big-form
{
  background-size:cover;
  background-position: center;
  overflow:hidden;
  height:auto;
  margin:0;
  color:white;
  font-size:30px;
 
    padding-top: 0px;
    padding-bottom: 0px;
  text-align:center;
}
.big-form p {
     text-align:center;
     color:white;
}
.big-form  form
{
   display:block;
}
    .big-form input ,.big-form .big-btn{
        /*margin-right:60px!important;*/
        margin-left:0px!important;
    }

   
 .big-form input ,.big-form .big-btn ,.big-form textarea{
  border: 1px solid #c0c0c0;
  border-radius: 4px!important;
  display: inline-block;
  font-family: arial;
  font-size: 20px;
  padding-right: 8px;
  padding-left: 8px;
  width: 80%;
  outline: none;
  /*direction: rtl;*/
 margin-top:17px;
 /*float:right;*/
 
}
 .big-btn
 {
   
    position: relative;
 }
 .big-form button {
  width: 100%!important;
}
 .big-form input[name=email] {
  direction: rtl;
}
 .big-form input[type=submit] {
  background-color: #72c02c;
  border: medium none;
  cursor: pointer;
  height: 42px;
  z-index: 2;
  width: 208px;
  font-size: 27px;
  font-weight: bold;
  color: black;
  position:initial;
  top:10px;
  margin-bottom: 25px;

}
 .big-form #submit_img
 {
       width: 175px;
        position:absolute;
      
 }
    .big-form img {
        position: absolute;     
        padding-right:30px;
          /*display:none;*/
    }
    .headertxt
    {
        font-size: 14px;
    max-height: 40px;
    text-align: center;
    overflow: hidden;
        min-height: 30px;
    }
        .headertxt p {
            margin:0;
        }
        .header .topbar
        {
            margin:0;
        }
}

@media (max-width: 490px)
 {
    .big-form input,.big-form .big-btn ,.big-form textarea {
 
  width: 100%;
  margin-right:0!important;
  margin-left:0!important;

 
}
     .big-form button  {

  width: 100%!important;
   margin-right:0!important;
  margin-left:0!important;

}
.big-form img
{
    right:30%!important;
}
}
.formforpage
{
    /*float:left;*/
}

 .big-form  address
 {
         font-size: 18px;
             margin-top: 20px;
 }
  .big-form  address a
 {
        color:white;
 }
.big-form .socials
{
    text-align: right;
    padding-right: 30px;
        /*margin-top: 50px;*/
}
@media(max-width:990px){
    .big-form .socials{
        text-align:center;
    }
}
@media(max-width:490px){
    .big-form .socials{
        text-align:center;
    }
}
.big-form .socials li
{
   float:none!important;
}
@media (min-width: 991px)
{
     .col-md
    {
        width:65%;
        float: right;
    }
}
.contxt
{
    float:right;
}
.col-md
{    
    padding-right: 15px
}



/*-------- ---------*/
@media(min-width:992px) {
    .logo {
        /*float: right;*/
        /*margin-bottom: 59px;*/
    }

    .header-fixed-shrink .logo {
        margin-bottom: 60px !important;
    }
}



.phon-big {
    width: 210px;
    position: absolute;
    left: 30px;
    top: 16px;
    text-align: center;
    background-color: #F3F3F3;
    border-radius: 9px !important;
}

.phon-big-title {
    font-weight: bold;
    padding-top: 3px;
}

.phon-big-phon {
    color: #079152;
    font-size: 22px;
    font-weight: bold;
    position: relative;
}

.phon-big > .phon-big-phon > img {
    position: absolute;
    left: -31px;
    top: 1px;
}

@media(min-width:991px) {
    .header.header-sticky.header-fixed-shrink > .container > .English-top {
        padding-top: 45px;
    }
}

.header.header-sticky.header-fixed-shrink > .container > .phon-big {
    top: 35px;
    width: 190px;
}

    .header.header-sticky.header-fixed-shrink > .container > .phon-big > .phon-big-title {
        font-size: 14px;
    }

    .header.header-sticky.header-fixed-shrink > .container > .phon-big > .phon-big-phon {
        font-size: 16px;
    }

        .header.header-sticky.header-fixed-shrink > .container > .phon-big > .phon-big-phon > img {
            position: absolute;
            left: -24px;
            top: 0px;
            width: 21px;
        }

@media (min-width: 450px) {

    .formforpage {
        width: 250px;
        min-height: 305px;
        text-align: center;
        line-height: 25px;
        background-color: #ded9d9;
        /*margin-top:84px;*/
        /*padding-top:10px;*/
        margin-right: 25px;
        margin-bottom: 15px;
        position: relative;
        border-radius: 0px 0px 7px 7px !important;
        padding-bottom: 15px;
    }

    .formforpage-title {
        background-color: #73be41;
        font-size: 23px;
        font-weight: 400;
        color: white;
        min-height: 60px;
        padding-bottom: 10px;
        padding-top: 10px;
        line-height: 30px;
    }

    .formforpage span p {
        padding-top: 20px;
        font-size: 16px;
        font-weight: 600;
        color: white;
        margin-bottom: 18px;
    }

    #mshulash {
        display: block;
        right: 10px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 13px 15.5px 0 15.5px;
        border-color: #73be41 transparent transparent transparent;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .formforpage label, .formforpage input[type=text], textarea {
        display: block;
        width: 85%;
        text-align: right;
        margin: 0 auto;
    }

    .formforpage label {
        font-size: 14px;
        color: white;
        font-weight: 600;
        text-align: right;
    }

    .formforpage textarea {
        padding: 5px 6px 40px 0px;
        box-sizing: border-box;
        margin-bottom: 6px;
        border: 1px solid #041d35;
    }

    .formforpage input[type=text] {
        padding: 5px 6px;
        box-sizing: border-box;
        margin-bottom: 6px;
        border: 1px solid #041d35;
        margin-bottom: 15px;
        margin-top: 15px;
        height: 35px;
        font-size: 16px;
    }

    .formforpage img {
        position: absolute;
        top: 262px;
        left: 60px;
        height: 15px;
    }

    .formforpage input[type=submit] {
        color: white;
        background-color: #73be41;
        font-size: 32px;
        font-weight: 400;
        padding: 7px 4px 7px 0;
        height: 50px;
        border-radius: 0px 0px 7px 7px;
        margin: 0 auto;
        /*box-shadow:0px 1px 0px #3C463B;*/
        width: 85%;
        position: relative;
        border: none;
        border-radius: 3px !important;
    }

        .formforpage input[type=submit]:hover {
            cursor: pointer;
        }

    /*input[type=text].not-valid, select.not-valid {
    background: #FFAAAA !important;
    border:1px solid red;
}*/

    .phon-bottom-form {
        width: 250px;
        min-height: 70px;
        background-color: #73be41;
        color: white;
        text-align: center;
        border-radius: 5px !important;
        position: relative;
        float: right;
        margin-left: 10px;
        margin-bottom: 15px;
        margin-right: 25px;
        padding-top: 5px;
    }

    .sticky-wrapper.is-sticky .move-element .left-side .phon-bottom-form, .sticky-wrapper.is-sticky .move-element .left-side .newsTopBoxWrapper {
        margin-left: 0;
        float: none;
    }

    .phon-bottom-form-title {
        padding-top: 5px;
    }

    .phon-bottom-form-phon {
        font-size: 28px;
        /*font-weight: bold;*/
    }

    .phon-bottom-form > .phon-bottom-form-phon > img {
        position: absolute;
        /*left: 30px;*/
        bottom: 10px;
    }


    .newsTopBoxWrapper {
        width: 300px;
        height: 190px;
        background-color: white;
        border: 1px solid rgba(106, 106, 106, 0.5);
        border-radius: 20px 0px 0px 0px;
        display: block;
        position: relative;
        overflow: hidden;
        float: left;
        margin-left: 10px;
        margin-right: 25px;
        margin-bottom: 15px;
        border-radius: 0px 0px 7px 7px !important;
    }

    #as {
        display: block;
        background-color: #002A54;
        color: white;
        text-align: center;
        font-size: 24px;
        top: 0px;
        padding-top: 9px;
        padding-bottom: 7px;
        font-size: 18px;
        float: none;
        border-radius: 20px 0px 0px 0px;
        margin: 0;
    }

    .newsTopBoxWrapper .news-item {
        width: 85%;
        padding-bottom: 15px;
        margin: 6px auto 0 auto;
        text-align: right;
    }

        .newsTopBoxWrapper .news-item h3 {
            font-size: 16px;
            font-weight: bold;
            color: #083D61;
            padding: 4px 0 0 0;
            margin: 0;
        }

        .newsTopBoxWrapper .news-item p {
            font-size: 13px;
            line-height: 16px;
            margin: 0;
        }

    .newsTopBoxWrapper a {
        height: 220px;
    }

    .newsTopBoxWrapper ul {
        list-style: none;
        padding-right: 20px;
    }
}



@media (max-width: 490px) {

    .formforpage {
    width: 250px;
    min-height: 305px;
    text-align: center;
    line-height: 25px;
    background-color: #ded9d9;
    /* margin-top: 84px; */
    /* padding-top: 10px; */
    margin-right: 25px;
    margin-bottom: 15px;
    position: relative;
    border-radius: 0px 0px 7px 7px !important;
    padding-bottom: 15px;
    }

    .formforpage-title {
        background-color: #73be41;
        font-size: 23px;
        font-weight: 400;
        color: white;
        min-height: 60px;
        padding-bottom: 10px;
        padding-top: 10px;
        line-height: 30px;
    }
    /*.formforpage span
 {
    font-size:16px;
    font-weight:600;
    color: white;
    
 }*/
    .formforpage span p {
        padding-top: 20px;
        font-size: 16px;
        font-weight: 600;
        color: white;
    }

    #mshulash {
        display: block;
        right: 10px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 13px 15.5px 0 15.5px;
        border-color: #73be41 transparent transparent transparent;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .formforpage label, .formforpage input[type=text], textarea {
        display: block;
        width: 90%;
        text-align: right;
        margin: 0 auto;
    }

    .formforpage label {
        font-size: 14px;
        color: white;
        font-weight: 600;
        text-align: right;
    }

    .formforpage textarea {
        padding: 5px 6px 40px 0px;
        box-sizing: border-box;
        margin-bottom: 6px;
        border: 1px solid #66A652;
    }

    .formforpage input[type=text] {
        padding: 5px 6px;
        box-sizing: border-box;
        border: 1px solid #66A652;
        height: 50px;
        margin-bottom: 15px;
        margin-top: 15px;
        font-size: 20px;
    }

    .formforpage img {
    position: absolute;
    top: 307px;
    left: 60px;
    height: 15px;
    }

    .formforpage input[type=submit] {
        color: white;
        background-color: #73be41;
        font-size: 32px;
        font-weight: 400;
        padding: 7px 4px 7px 0;
        height: 50px;
        border-radius: 0px 0px 7px 7px;
        margin: 0 auto;
        /* box-shadow: 0px 1px 0px #3C463B; */
        width: 90%;
        position: relative;
        border: none;
        border-radius: 3px !important;
    }

        .formforpage input[type=submit]:hover {
            cursor: pointer;
        }

    /*input[type=text].not-valid, select.not-valid {
    background: #FFAAAA !important;
    border:1px solid red;
}*/

    .phon-bottom-form {
    width: 250px;
    min-height: 70px;
    background-color: #73be41;
    color: white;
    text-align: center;
    border-radius: 5px !important;
    position: relative;
    float: right;
    margin-left: 10px;
    margin-bottom: 15px;
    margin-right: 25px;
    padding-top: 5px;
    }

    .sticky-wrapper.is-sticky .move-element .left-side .phon-bottom-form {
        margin-left: 0;
    }

    .phon-bottom-form-title {
        padding-top: 5px;
    }

    .phon-bottom-form-phon {
        font-size: 28px;
        font-weight: bold;
    }

    .phon-bottom-form > .phon-bottom-form-phon > img {
        position: absolute;
        /*left: 30px;*/
        bottom: 10px;
    }
}


.team-img {
    cursor: pointer;
}

.font-siz18 {
    font-size: 18px !important;
    margin-top: 0 !important;
}

.title-v1 {
    margin-bottom: 0;
}

.owl-clients-v2, .owl-stage-outer {
    max-height: 150px !important;
}

.owl-item {
    width: 230px !important;
}

    .owl-item > img {
        width: auto !important;
        height: auto !important;
    }

.btnR {
    position: absolute;
    right: 100px;
}

.btnL {
    position: absolute;
    left: 100px;
}

@media(min-width: 1200px) {
    .rightdiv {
        width: 70% !important;
        float: right;
    }
}

@media(max-width: 1200px) {
    .rightdiv {
        width: 62% !important;
        float: right;
    }
}

@media(max-width: 991px) {
    .rightdiv {
        /*width: 100% !important;*/
        float: right;
    }
}

#movePanel {
    float: left;
    /* left: 14px; */
    width: 260px;
    margin-top: 66px;
    /* padding-left: 11px; */
}


.borderSup {
    border: 1px solid #9FCEB5;
}


.view-tenth img {
    display: block !important;
    margin: 0 auto !important;
    right: 0px !important;
}

.portfolio-4-columns .mask h2 {
    font-weight: bold;
}

.BigSuppliers {
    text-align: center;
}

    .BigSuppliers img {
        margin: 30px;
        width: 150px;
    }

.img-responsive {
    width: 100% !important;
}

.articleSlider {
    /*padding: 9px 0 !important;*/
    /*min-height: 470px;*/
    padding-top:10px;
    padding-bottom:50px;
}

.artical {
    padding-bottom: 10px;
}

@media(max-width:991px) {
    .img-article, .phon-big {
        display: none;
    }
}

.img-article {
    width: 380px;
    position: absolute;
    bottom: -232px;
}


.li-links {
    padding-left: 20px !important;
    font-size: 21px;
}

@media(max-width:991px) {
    .foatl {
        float: right !important;
    }
}

@media(min-width:991px) {
    .foatl {
        padding-top: 3px;
        float: left !important;
    }
}


.rightdiv img:not(.more-article-img), .minivew img:not(.more-article-img) {
    max-width: 100% !important;
    /*height: 98px!important;*/
}

.borderSup > img {
    width: 170px !important;
    height: 100px !important;
}

body > iframe {
    position: absolute;
    bottom: 0px;
}

/*.padding-top-20 {
    padding-top: 20px;
}*/

.thumbnail-img > .overflow-hidden {
    height: 125px;
}

.thumbnails:hover .caption > h3 > a {
    color: #73be41;
}

.thumbnail-style .thumbnail-img {
    margin-bottom: 0;
}

.caption h3 a {
    font-size: 16px;
    font-weight: bold;
}

.caption h3 {
    margin: 0;
}

.caption p {
    font-size: 13px;
    line-height: 18px;
}



.row-mor-articel {
    margin-bottom: 0 !important;
    background-color: #F0EFEF !important;
    border: none !important;
    border-bottom: solid 1px #e5e5e5 !important;
    border-top: solid 1px #e5e5e5 !important;
}

    .row-mor-articel:hover {
        background-color: #f7f7f7 !important;
        border-bottom: solid 1px #bbb !important;
        border-top: solid 1px #bbb !important;
    }

.bg-light a {
    color: black;
}

.bg-light strong {
    display: block;
    font-size: 18px;
}

.bg-light:hover strong {
    color: #73be41 !important;
}

.overflow-hidden > a > img {
    width: 225px !important;
    height: 125px;
}

.caption {
    height: 70px;
}


a.article.MoreArticlesSquares, a.article.MoreArticlesSquaresText {
    display: block;
    float: right;
    width: 100%;
    height: 150px;
    margin: 10px 0 0 20px;
    position: relative;
    border: 1px solid #73be41;
    overflow: hidden;
    background-color:white;
}

    a.article.MoreArticlesSquares img, a.article.MoreArticlesSquaresText img {
        width: 98% !important;
        height: 110px !important;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

    a.article.MoreArticlesSquares:hover img, a.article.MoreArticlesSquaresText:hover img {
        width: 110% !important;
        height: 180px !important;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

    a.article.MoreArticlesSquares span, a.article.MoreArticlesSquaresText span {
        display: block;
        text-align: center;
        background: rgba(255,255,255,.8);
        padding: 9px 0 5px 0;
        width: 100%;
        position: absolute;
        bottom: 0px;
        left: 0px;
        -moz-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
        -webkit-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out;
        color: #434446;
        font-weight: bold;
        font-size: 16px;
    }

    a.article.MoreArticlesSquares:hover span, a.article.MoreArticlesSquaresText:hover span {
        bottom: 0px;
        -moz-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
        -webkit-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out;
    }






.overflow-img {
    overflow: hidden;
    float: right;
    /*height: 150px;*/
}

.img-forums {
    height: 150px;
}

    .img-forums img {
        height: 75px !important;
        width: 80px !important;
        margin-left: 10px;
        margin-bottom: 7px;
        margin-top: 7px;
    }

.forum-forums p {
    line-height: 18px;
}


@media(max-width:450px) {
    .forum-btn {
        padding: 2px 16px 1px 22px !important;
    }

    .content.forum-compose article.text .row.wide.submit-wrapper {
        width: 220px !important;
    }

    .content.forum-compose article.text input[type=submit] {
        width: 190px !important;
    }
}
/*forum start*/
.forum-btn {
    background-color: #009646;
    /* border-bottom: 3px solid #bf710a; */
    color: white;
    text-align: center;
    /*position: relative;*/
    left: -621px;
    bottom: 53px;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    padding: 2px 23px 1px 29px;
    cursor: pointer;
    font-size: 18px;
    float: left;
}

    .forum-btn:hover {
        color: white !important;
    }

.content.Forums .CmsItem {
    width: 386px;
    padding: 10px 0 11px 0;
    border-top: 1px solid #F59109;
    min-height: 95px;
    background-color: white;
    display: inline-block;
}

.BoxGrey {
    padding: 10px 10px;
    background-color: #eee;
    border: 1px solid #ccc;
}

.BoxGreyForum {
    padding: 10px 10px;
    background-color: #eee;
    border: 1px solid #ccc;
    min-height: 115px;
}

    .BoxGreyForum img {
        padding: 0px 10px;
        height: 115px !important;
        width: 115px !important;
    }


.content.Forums .CmsItemName2 {
    margin: 3px 0 0 0;
    height: 80px;
    width: 245px;
    /* white-space: nowrap; */
    display: inline-block;
    overflow: hidden;
    font-size: 15px;
}

.content.Forums .CmsItem:hover {
    background-color: #f7f7f7;
}

.content.Forums .txt {
    width: 780px;
    margin: 0px 0 14px 0;
}

.forums-title {
    width: 100%;
    font-size: 23px;
    border-bottom: #009948 1px solid;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

/*forum from mort*/



/*Forum*/
.forum-text {
    width: 780px;
}

.forum-container {
    border-top: 1px solid #cbc9ca;
    margin-top: 20px;
    /*clear: both;*/
}

.forumMessageContainer {
    /*min-height: 35px;*/
    padding: 5px 0 5px 0;
    border-bottom: 1px dashed #cbc9ca;
}

    .forumMessageContainer .forumMessageContainer {
        border-bottom: none;
        padding-right: 30px;
    }

.forumHeaderText {
    padding-bottom: 3px;
}

    .forumHeaderText a {
        font-size: 15px;
        color: black;
    }

        .forumHeaderText a:hover {
            color: #079152;
        }

.forumDot {
    float: right;
    padding-right: 10px;
}

    .forumDot img {
        padding-top: 1px;
    }

.forumMessageContainer .forumDot {
    background: url('/../img/ForumOrange.png')no-repeat;
    margin-top: 3px;
    margin-left: 5px;
    width: 17px;
    height: 17px;
}

.forumMessageContainer .forumMessageContainer .forumDot {
    background: url('/../img/ForumGrayCircle.png')no-repeat;
    margin-top: 10px;
    margin-left: 5px;
    width: 7px;
    height: 7px;
}

.forumDot2 {
    float: right;
    padding: 6px 0px 0px 3px;
}

.forumDate {
    width: 115px;
    float: left;
    color: #9F9E9F;
    font-size: 14px;
}

.forumMessage {
    margin: 1px 26px 5px 0;
    padding: 10px;
    background-color: #F7F7F7;
    border-radius: 0 0 5px 5px;
    display: none;
}

    .forumMessage p {
        line-height: 16px;
        font-size: 14px;
        text-decoration: none;
    }

.big-forumMessage-link {
}

.forumMessage-link {
    line-height: 16px;
    font-size: 14px;
    text-decoration: none;
    display: block;
    width: 80%;
    margin-top: 15px;
    padding: 0 !important;
}

.editedMessage {
    margin: 0px 0px 0px 14px;
    width: 100%;
    /* overflow: hidden; */
    height: 109px;
    background-color: #F7F7F7;
    border: none;
    resize: none;
    line-height: 16px;
    font-size: 14px;
    text-decoration: none;
}

.ForumMessagecontent {
    width: 80%;
}

@media (max-width: 991px) {
    .forumMessage a {
        line-height: 16px;
        font-size: 14px;
        text-decoration: underline;
        color: #04B262;
        padding-left: 20px;
    }

    .close-btn {
        float: none !important;
        padding-right: 20px;
    }
}

@media (min-width: 991px) {
    .forumMessage a {
        line-height: 16px;
        font-size: 14px;
        text-decoration: underline;
        color: #04B262;
        padding-right: 24px;
        padding-left: 14px;
    }
}

.close-btn {
    background-image: url('/../img/IconX.png');
    width: 19px;
    height: 18px;
    /* margin: 20px 20px 0 30px; */
    background-repeat: no-repeat;
    background-position: right center;
    float: left !important;
}

.paging {
    width: 100%;
    text-align: center;
    margin: 15px auto;
}

    .paging a {
        font-size: 17px;
        text-shadow: 1px 0px 1px #c0c0c0;
        line-height: 18px;
    }

        .paging a:hover {
            text-decoration: none;
        }

        .paging a.start-end {
        }

    .paging strong {
        font-size: 17px;
        font-weight: bold;
        text-shadow: 1px 1px 1px #c0c0c0;
    }

    .paging span {
        color: #c0c0c0;
        font-size: 14px;
    }
/*ForumCompose*/


.content.forum-compose .title {
    /*background-color: #F48A19;
border-radius: 7px 7px 0 0;
color: #FFFFFF;
font-family: Alef Hebrew;
font-size: 32px;
letter-spacing: 0.5px;
margin-bottom: 16px;
margin-top: 20px;
padding: 11px 0px 0px 0px;
width:720px;*/
}

.content.forum-compose h1 {
    margin: 20px 0;
    font-size: 25px;
    text-align: right;
}

.content.forum-compose article.text h3 {
    margin: 15px 0 15px 0;
    font-size: 32px;
    font-weight: bold;
}



.content.forum-compose article.text .row {
    width: 100%;
    clear: both;
    margin-right: 0;
    margin-left: 0;
    margin-top: 5px;
    float: right;
}

    .content.forum-compose article.text .row:before {
        clear: both;
    }

    .content.forum-compose article.text .row label {
        width: 100px;
        float: right;
    }

    .content.forum-compose article.text .row.wide {
        margin: 5px 100px 0 0;
        width: auto;
        font-size: 14px !important;
    }

@media(max-width:450px) {
    .content.forum-compose article.text .row.wide {
        margin-right: 0 !important;
    }
}

.content.forum-compose article.text .row.wide label {
    width: auto;
    font-size: 14px;
}

.content.forum-compose article.text .row input {
    float: right;
    border-radius: 3px !important;
    padding: 5px 7px;
    font-size: 16px;
}

    .content.forum-compose article.text .row input[type=text] {
        width: 250px;
        border: 1px solid #9C9A9A;
        font-size: 16px;
    }

    .content.forum-compose article.text .row input[type=checkbox] {
        width: 17px;
        /*margin-top: -2px;*/
    }

    .content.forum-compose article.text .row input.not-valid {
        background: #FFAAAA;
    }

.content.forum-compose article.text .row textarea {
    width: 70%;
    height: 155px;
    border-radius: 4px !important;
    padding: 5px 7px;
    font-size: 16px;
    border: 1px solid #9C9A9A;
    display: initial;
}

.content.forum-compose article.text .row.wide.submit-wrapper {
    width: 259px;
    position: relative;
    margin-top: 20px;
}

.content.forum-compose article.text .row img {
    margin-top: 5px;
    position: absolute;
    left: 63px;
}

.content.forum-compose article.text input[type=submit] {
    /*background: url(/Img/ckFiles/images/SiteImages/ButtonSendHome.png) no-repeat;
        width: 259px;
        height: 41px;
        border: none;
        cursor: pointer;
        margin: 0px;
        position: absolute;
        z-index: 1000;*/
    position: relative;
    width: 250px;
    padding: 9px 0 9px 0;
    font-size: 22px;
    /* margin: 15px 168px 0 0; */
}

.green-btn {
    background-color: #079152;
    border-bottom: 3px solid #428462;
    color: white;
    text-align: center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 7px 20px 6px 34px;
    cursor: pointer;
    font-size: 18px;
}

iframe[name=google_conversion_frame], iframe[name=google_conversion_frame] * {
    display: none;
}
/*forumsearch*/
#search-form .search2 {
    outline: none;
    border: 1px solid #009948;
    color: #009948;
    border-radius: 4px !important;
    /* height: 29px; */
    z-index: 2;
    position: relative;
    top: 2px;
    /*right: 9%;*/
    /*right: 0;*/
    width: 150px;
    font-size: 80%;
    padding: 5px 4px 2px 32px;
    margin-left: 15px;
}

#search-form input[type=submit] {
    background-image: url('/../img/magnifieing-glass.jpg');
    width: 19px;
    height: 18px;
    position: absolute;
    top: 7px;
    left: 1px;
    z-index: 2;
    cursor: pointer;
    border: none;
    margin-left: 15px;
}

#search-form {
    display: inline-block;
    /*float: left;*/
    position: relative;
    /*right: 400px;
    bottom: 72px;*/
    float: left;
}
/* search*/
/*.content.search  .sub-title {
width: 100%;
background: #F7F7F7;
padding: 10px 10px 10px 0;
font-size: 18px;
color: #F59109;
border-radius: 3px;
}*/

.content.search .sub-title {
    font-size: 23px;
    border-bottom: #F59109 1px solid;
    padding-bottom: 5px;
    margin-bottom: 24px;
    width: 770px;
    margin: 25px 0 15px 0;
}

    .content.search .sub-title span {
        float: left;
        font-size: 18px;
        padding: 0;
        margin: 7px;
        color: #F59109;
    }

.content.search .CmsItem {
    width: 770px;
}
/*lost form start*/
.lostForm {
    padding-bottom: 100px;
}

    .lostForm input[type=submit] {
        width: 250px;
        padding: 12px 0 9px 0;
        margin: 15px 215px 0 0;
        position: relative;
    }

    .lostForm .submit-wrapper {
        position: relative;
        top: 10px;
        width: 100%;
        height: 51px;
    }

        .lostForm .submit-wrapper img {
            position: absolute;
            top: 32px;
            margin: 0px;
            right: 275px;
        }

    .lostForm input[type=text], .lostForm select {
        background-color: #EBEBEB;
        border-radius: 4px;
        width: 250px;
        height: 32px;
        font-size: 16px;
        padding: 2px 12px 2px 2px;
        float: left;
    }

    .lostForm .radio {
        padding-right: 95px;
    }

        .lostForm .radio label, .lostForm input[type=radio] {
            float: right;
        }

    .lostForm input[type=radio] {
        margin: 5px 0 0 5px;
        display: block;
    }


    .lostForm .radio label {
        width: 150px;
        text-align: right;
        padding: 5px 0;
    }

    .lostForm tr:last-child td:nth-child(2) {
        float: left;
        font-size: 13px;
    }

    .lostForm input[type=text] {
        width: 236px;
    }

    .lostForm td {
        padding: 9px 30px 0 0;
    }

    .lostForm tr td:first-child {
        text-align: right;
        vertical-align: middle;
    }

    .lostForm textarea {
        background-color: #EBEBEB;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        width: 236px;
        height: 100px;
        font-size: 16px;
        padding: 2px 12px 2px 2px;
        float: left;
    }

    .lostForm .upload-div {
        background: #EBEBEB;
        border: none;
        border-radius: 4px;
        width: 251px;
        height: 42px;
        clear: both;
        overflow: hidden;
        position: relative;
        float: left;
    }

.not-valid {
    background: #FA9898 !important;
    border: 1px solid red !important;
    color: white !important;
}

.lostForm .upload-div span {
    font-size: 15px;
    position: absolute;
    top: 9px;
    padding: 3px 15px 0 5px;
    color: gray;
    max-width: 132px;
    overflow: hidden;
}

.lostForm .triggerFile {
    width: 251px;
    height: 42px;
    background: url("http://media.petnet.co.il/ckFiles/images/SiteImages/upload_file.jpg") no-repeat top left;
    background-size: 57px 44px;
    display: block;
    clear: both;
    float: left;
}


/*lost form end*/
.rating {
    float: right;
}

.seker form .row section .label {
    font-size: 16px;
    line-height: 20px;
}

@media(max-width:450px) {
    /*.box-mobile {
        width: 50%;
        float: right;
    }*/

    .overflow-img {
        width: 50% !important;
    }

    .bg-light img {
        width: 80% !important;
    }
}

.bg-MoreArticles {
    /*background-image: url('../../../../img/bg-MoreArticles.jpg');*/
    /*background-image: linear-gradient(to bottom, rgba(223, 221, 221, 0.6) 0%,rgba(207, 207, 207, 0.5) 100%), url(../../../../img/bg-MoreArticles.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    /*background-color: #EAEAEA;*/
    /*background-position: right center;*/
    padding: 20px 0 0 0;
    /*opacity: 0.5*/
}


@media(min-width:991px) {
    .bg-index {
        background-image: url('../../../../img/bg-index.jpg');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right center;
    }
}

@media (max-width: 450px) {
    .links-mobile {
        /*width: 44%;
        float: right;*/
        text-align:center;
    }

    .links-mobile-clear {
        clear: both;
    }
    .footer-v2 h3 {
    color: white;
    text-align: center;
    font-size: 18px !important;
    line-height: 24px;
    font-weight: 100 !important;
    margin: 0px 0 3px 0;
    padding: 10px 0 0 0;
    }
}

.companies {
    background-color: #F5F5F5;
}

@media(min-width:991px) {
    .companies img {
        display: block;
        margin: auto;
        width: 100%;
        margin-bottom: 10px;
    }

    .companies .col-md-6 {
        padding: 0 100px 0 100px;
        margin-top: 35px;
        margin-bottom: 20px;
    }

        .companies .col-md-6 p {
        }
}

@media(max-width:991px) {
    .companies img {
        display: block;
        margin: auto;
        max-width: 90%;
    }

    .companies .col-md-6 {
        padding: 0 25px 0 25px;
        margin-top: 35px;
        margin-bottom: 20px;
    }

        .companies .col-md-6 p {
        }
}

.bigWhatsapp {
    background-color: #4ec46d;
    background-image: url('../../../../img/icons/iconwasp.png');
    background-repeat: no-repeat;
    background-position: 45px 9px;
    /* width: 460px; */
    /* height: 65px; */
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
    padding: 15px 68px 15px 0px;
}

.bigFacebook {
    background-color: #3b579d;
    background-image: url('../../../../img/icons/iconfac.png');
    background-repeat: no-repeat;
    background-position: 45px 3px;
    /* width: 460px; */
    /* height: 65px; */
    display: block;
    margin: 0 auto;
    padding: 15px 70px 15px 0px;
}

.bigWhatsapp span {
    color: white;
    font-size: 20px;
}

.bigFacebook span {
    color: white;
    font-size: 20px;
}

ul.socialShare {
    overflow: hidden;
    margin: 18px auto 20px auto;
    padding: 0px 0 10px 0;
}

.socialShare li:first-child {
    margin-left: 0;
}

.socialShare li.mail {
    width: 46.5%;
    float: left;
}

    .socialShare li.mail a {
        background-color: #4c596a;
    }

.socialShare li.gPlus {
    width: 46.5%;
    float: right;
}

    .socialShare li.gPlus a {
        background-color: #d11414;
    }

.socialShare li.mail a:after {
    background-position: 0 -72px;
}

.socialShare li.gPlus a:after {
    background-position: 0 -24px;
}

.socialShare li a:after {
    content: '';
    display: block;
    margin: 0 auto;
    background: transparent url('../../../../img/icons/icon_social_sprite@2x.png') 0 0 no-repeat;
    width: 29px;
    height: 24px;
    background-size: 29px 96px;
}

.socialShare li a {
    width: 100%;
    display: block;
    padding: 10% 0 8% 0;
}

.socialShare li {
    margin-left: 18px;
    list-style: none;
}


/*big-form-top*/

.wrap {
    /*width: 1070px;*/
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.big-form-top {
    background-color: #D3D7DA;
    /*margin-top:90px!important;*/
    padding-top:30px!important;
    padding-bottom: 30px;
    /*background-size: cover;
    background-position: center;*/
    /*overflow: hidden;*/
    /*color: white;*/
    font-size: 30px;
    /*text-align: center;*/
}

    .big-form-top p {
        text-align: center;
        color: black;
        font-size: 24px;
    }

    .big-form-top form {
        display: block;
        /*padding-top: 20px;*
    }

    .big-form-top input:first-child {
        /*margin-right:110px;*/
        margin-left: 0px;
    }

    .big-form-top input, .big-form-top .big-btn {
        border: 1px solid #c0c0c0;
        border-radius: 2px !important;
        display: inline-block;
        font-family: arial;
        font-size: 20px;
        height: 42px;
        margin-left: 8px;
        padding-right: 8px;
        padding-left: 8px;
        width: 210px;
        outline: none;
        direction: rtl;
        /*margin-top: 17px;*/
        color: black;
        text-align:right;
    }

        .big-form-top input[name=email] {
            direction: rtl;
        }

        .big-form-top input[type=submit] {
            background-color: #3CA936;
            border: medium none;
            cursor: pointer;
            height: 42px;
            z-index: 2;
            width: 175px;
            font-size: 27px;
            font-weight: bold;
            color: black;
            position: relative;
            top: 3px;
        }

    .big-form-top #submit_img {
        width: 175px;
        position: absolute;
    }

    .big-form-top img {
        position: absolute;
        right: 44px !important;
        top: 13px;
        /*padding-right:30px;*/
    }



    .big-form-top .big-btn {
        border: none !important;
        position: relative;
        padding: 0 !important;
        min-height: 30px;
    }

        .big-form-top .big-btn button {
            font-size: 22px;
            width: 100%;
            height:40px;
        }

@media (min-width: 1010px) {
            .wrapper .imgGallery{
            height:730px;
            width:100%;
            /*margin-bottom:127px;*/
     }

}

@media (max-width: 1010px) {
    .wrapper .imgGallery{
            height:750px;
            width:100%;
            /*margin-bottom:127px;*/
     }

    /*big-form*/
    .wrap {
        width: 100%;
        margin: 0 auto;
        position: relative;
        padding-right: 7px;
        padding-left: 7px;
    }

    .big-form-top {
        background-size: cover;
        background-position: center;
        overflow: hidden;
        height: auto;
        /*margin: 0;*/
        color: white;
        font-size: 30px;
        padding-top: 15px!important;
        padding-bottom: 20px!important;
        text-align: center;

    }

        .big-form-top p {
            text-align: center;
            color: #000;
        }

        .big-form-top form {
            display: block;
        }

    .big-form input, .big-form .big-btn {
        /*margin-right:60px!important;*/
        margin-left: 0px !important;
    }


    .big-form-top input, .big-form-top .big-btn {
        border: 1px solid #c0c0c0;
        border-radius: 4px !important;
        display: inline-block;
        font-family: arial;
        font-size: 20px;
        height: 39px;
        margin-left: 8px;
        padding-right: 8px;
        padding-left: 8px;
        width: 210px;
        outline: none;
        direction: rtl;
        margin-top: 17px;
        /*float:right;*/
        text-align:right;
    }

    .big-btn {
        position: relative;
    }

    .big-form-top button {
        width: 100% !important;
    }

    .big-form-top input[name=email] {
        direction: ltr;
    }

    .big-form-top input[type=submit] {
        background-color: #72c02c;
        border: medium none;
        cursor: pointer;
        height: 42px;
        z-index: 2;
        width: 208px;
        font-size: 27px;
        font-weight: bold;
        color: black;
        position: initial;
        top: 10px;
        margin-bottom: 25px;
    }

    .big-form-top #submit_img {
        width: 175px;
        position: absolute;
    }

    .big-form-top img {
        position: absolute;
        padding-right: 30px;
        /*display:none;*/
    }

    .headertxt {
        font-size: 14px;
        max-height: 40px;
        text-align: center;
        overflow: hidden;
        min-height: 30px;
    }

        .headertxt p {
            margin: 0;
        }

    .header .topbar {
        margin: 0;
    }
}

@media (max-width: 490px) {
    .big-form-top{
        display: none;
    }

    .big-form-top input, .big-form-top .big-btn {
        width: 100%;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .big-form-top button {
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .big-form-top img {
        right: 30% !important;
    }

}

.icos {
    padding-left: 7px;
    padding-right: 7px;
}

a.btn-serbar {
    width: 120px;
    margin-bottom: 10px;
    margin-top: 10px;
    border: 0;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    font-weight: 400;
    padding: 4px 8px;
    position: relative;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
}

    a.btn-serbar:hover i {
        color: white !important;
    }

.icos {
    font-size: 15px !important;
    /*color:#003366;*/
    padding-left: 5px;
    padding-right: 0;
}

.btn-bg-Facebook {
    background-color: #231F20;
    color: white;
}

    .btn-bg-Facebook:hover {
        background-color: #3b5997 !important;
        opacity: 0.8;
        color: white;
    }

    .btn-bg-Facebook:focus {
        background-color: #3b5997 !important;
        opacity: 0.8;
        color: white;
    }

.btn-bg-googlePlus {
    background-color: #231F20;
    color: white;
}

    .btn-bg-googlePlus:hover {
        background-color: #D51F1E;
        opacity: 0.8;
        color: white;
    }

    .btn-bg-googlePlus:focus {
        background-color: #D51F1E;
        opacity: 0.8;
        color: white;
    }

.btn-bg-twitter {
    background-color: #231F20;
    color: white;
}

    .btn-bg-twitter:hover {
        background-color: #00ACED;
        opacity: 0.8;
        color: white;
    }

    .btn-bg-twitter:focus {
        background-color: #00ACED;
        opacity: 0.8;
        color: white;
    }

.btn-bg-print {
    background-color: #231F20;
    color: white;
}

    .btn-bg-print:hover {
        background-color: #9D9998;
        opacity: 0.8;
        color: white;
    }

    .btn-bg-print:focus {
        background-color: #9D9998;
        opacity: 0.8;
        color: white;
    }

.btn-bg-email {
    background-color: #231F20;
    color: white;
}

    .btn-bg-email:hover {
        background-color: #E09A03;
        opacity: 0.8;
        color: white;
    }

    .btn-bg-email:focus {
        background-color: #E09A03;
        opacity: 0.8;
        color: white;
    }

.btn-bg-whatsapp {
    background-color: #231F20;
    color: white;
}

    .btn-bg-whatsapp:hover {
        background-color: #4ec46d;
        opacity: 0.8;
        color: white;
    }

    .btn-bg-whatsapp:focus {
        background-color: #4ec46d;
        opacity: 0.8;
        color: white;
    }

.big-img {
    position: relative;
    margin-bottom: 1px;
    width: 100%;
}

    .big-img img {
        width: 100%;
    }

    .big-img .big-img-text {
        position: absolute;
        bottom: 20px;
        color: white;
        right: 35%;
    }

.container1 {
    position: relative;
    width: 50%;
}

.image1 {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.container:hover .image {
    opacity: 0.3;
}

.container:hover .middle {
    opacity: 1;
}

.text1 {
    background-color: #4CAF50;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
}

.card {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.card-body{
    text-align:center;
}
.btn-primary{
    background-color: #73be41!important;
    border-color: #73be41!important;
}