
#mainid {
  
}


#mainid img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}

#mainid a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}

    #mainid a,
    button,
    a span {
        -webkit-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
    }

#mainid a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

    #mainid .btn.extra-width {
        padding: 13px 40px;
    }

    #mainid .btn:focus,
    .btn:active {
        outline: inherit;
    }

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*    direction: rtl;*/
}

#mainid p {
    margin: 0 0 15px;
}

#mainid .clear {
    clear: both;
}

#mainid img {
    max-width: 100%;
}

#mainid textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    outline: none;
}
/*.form-control {
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 16px;
    height: 45px;
}*/
#mainid .form-control {
    display: inline-block;
    height: 35px;
    padding: 6px 25px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    #mainid .form-control:focus {
        border-color: #bcefeb;
    }

#mainid h1,
h2,
h3 {
    font-weight: 400;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

#mainid h4,
h5 {
    font-weight: 400;
    margin: 0;
    line-height: 2rem;
    font-family: 'Montserrat', sans-serif;
}

#mainid h1 {
    font-size: 3.75rem;
    line-height: 5.5rem;
    color: #fff;
    letter-spacing: .4rem;
}

#mainid h2 {
    font-size: 1.875rem;
    line-height: 3rem;
    text-transform: uppercase;
}

#mainid h3 {
    font-size: 1.375rem;
    line-height: 2.5rem;
    text-transform: uppercase;
}

#mainid h4 {
    font-size: 1rem;
    line-height: 2rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

#mainid h5 {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    color: #223d61;
    text-transform: uppercase;
}

#mainid h6 {
    font-size: 1rem;
    margin-bottom: .9rem;
}

#mainid p {
    line-height: 2rem;
    font-size: 0.875rem;
}

    #mainid p:last-child {
        margin-bottom: 0px;
    }
/*.home-wrap h1,*/
#mainid .home-wrap h2,
.home-wrap h3,
.home-wrap h4,
.home-wrap h5,
.home-wrap p {
    color: #ffffff;
    /*font-family: 'roboto', sans-serif;*/
}

#mainid .text {
    color: #333333;
}

#mainid .colorstext {
    color: #5e9a28;
}

#mainid .coloricon i {
    color: #5e9a28;
}

#mainid .colorsbg {
    background: #5e9a28;
    color: #ffffff;
}

#mainid .lightbg {
    background-color: #f9f9f9;
}

#mainid .bg-grey {
    background-color: #ddd;
}

#mainid .transition {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

#mainid .outofsectiontext {
    margin-top: 40px;
}

/*
Section
*/
#mainid .sections {
    padding-top: 85px;
    padding-bottom: 105px;
    overflow: hidden;
}

    #mainid .sections.footer {
        padding-bottom: 80px;
    }

#mainid section .subtitle h5 {
    margin-top: 10px;
    font-size: 1.3rem;
}

#mainid .parallax-section {
    max-width: 100%;
    color: #ffffff;
}

#mainid section .title-half h2 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
    margin-bottom: 1.4rem;
}

#mainid section .subtitle-half h5 {
    font-weight: 100;
    font-size: 17px;
}

#mainid ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#mainid .heading {
    margin-bottom: 4rem;
}

#mainid .overlay {
    background-color: rgba(41, 39, 34, 0.75);
    width: 100%;
    height: 670px;
}




#mainid .btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.disabled,
.btn-primary.disabled:hover {
    color: #ffffff;
    background-color: #5e9a28;
    border-color: #5e9a28;
}



#mainid .btn {
    display: inline-block;
    min-width: 150px;
    line-height: 30px;
    height: 50px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    margin: 0;
    font-size: 0.8125rem;
    border-radius: 0px;
    margin-top: 20px;
    background-color: #ff7200;
    transition: .5s;
    border: 1px solid #ff7200;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

    #mainid .btn:hover {
        background-color: #f4720a;
        color: #fff;
        text-decoration: none;
        border: 1px solid #f4720a;
    }

#mainid .btn-primary {
    background-color: #ff7200;
    transition: .5s;
    padding: 9px 30px;
}

#mainid .btn_news_color {
    color: #5e9a28;
    border-color: #5e9a28;
}

#mainid .btn-md {
    border: 1px solid #5e9a28;
    color: #5e9a28;
    padding: 10px 45px 10px 0px;
}


#mainid .btn-larg {
    border: 1px solid #fff;
    color: #fff;
    padding: 6px 30px;
}




/*.btn-default:active, .btn-default:hover  {
    background: transparent;
}*/


/*
Extra height css
*/
#mainid .margin-top-20 {
    margin-top: 20px;
}

#mainid .margin-bottom-20 {
    margin-bottom: 20px;
}

#mainid .margin-top-40 {
    margin-top: 40px;
}

#mainid .margin-bottom-40 {
    margin-bottom: 40px;
}

#mainid .margin-top-60 {
    margin-top: 60px;
}

#mainid .margin-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

#mainid .margin-bottom-60 {
    margin-bottom: 60px;
}

#mainid .margin-top-80 {
    margin-top: 80px;
}

#mainid .margin-bottom-80 {
    margin-bottom: 80px;
}

#mainid .padding-top-20 {
    padding-top: 1.33rem;
}

#mainid .padding-bottom-20 {
    padding-bottom: 1.33rem;
}

#mainid .padding-top-40 {
    padding-top: 2.66rem;
}

#mainid .padding-bottom-40 {
    padding-bottom: 2.66rem;
}

#mainid .padding-top-60 {
    padding-top: 5rem;
}

#mainid .padding-bottom-60 {
    padding-bottom: 5rem;
}

#mainid .padding-bottom-0 {
    padding-bottom: 0;
}
/*padding*/
#mainid .padding-twenty {
    padding: 10px 0;
}

#mainid .padding-fourty {
    padding: 20px 0;
}

#mainid .padding-sixty {
    padding: 30px 0;
}

#mainid .padding-eighty {
    padding: 40px 0;
}

#mainid h1 span {
    color: #5e9a28;
    font-weight: 400;
}

/*for placeholder changes*/

#mainid input::-webkit-input-placeholder {
    color: #ddd;
}

#mainid input::-moz-placeholder {
    color: #ddd;
}

#mainid input::-ms-input-placeholder {
    color: #ddd;
}




#mainid .culmn {
    width: 100%;
    overflow: hidden;
}
/*heading title all area*/
#mainid .head_title {
    margin-bottom: 90px;
}

    #mainid .head_title h3 {
        color: #413d4b;
    }

    #mainid .head_title p {
        font-family: 'playfair_displayregular';
    }

/
/*others service section css*/
#mainid .othersservice {
    background: #ffffff;
}

#mainid  .main_othersservice_area {
}

#mainid .othersservice .single_othersservice {
    margin-bottom: 30px;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    cursor: pointer;
}

    #mainid .othersservice .single_othersservice .single_othersservice_icon {
    }

        #mainid .othersservice .single_othersservice .single_othersservice_icon h4 i {
            color: #444;
            font-size: 2rem;
            background: url(../images/iconbg2.png) no-repeat center center;
            width: 64px;
            height: 65px;
            line-height: 65px;
            text-align: center;
            margin-right: 10px;
            transition: 0.6s;
        }

    #mainid .othersservice .single_othersservice:hover .single_othersservice_icon h4 i {
        background: url(../images/iconbgh2.png) no-repeat center center;
        color: #fff;
    }

    #mainid .othersservice .single_othersservice .single_othersservice_content {
       
    }

        #mainid .othersservice .single_othersservice .single_othersservice_content p {
            line-height: normal; /* фиксирано между редовете */
            margin: 0; /* маха автоматичните отстъпи */
            padding: 0;
        }

#mainid .tile {
    display: none;
}


#mainid .scale-anm {
    margin: 0 0 1.125rem;
    width: 100%;
}


#mainid .tile img {
    height: auto;
    display: block;
    width: 100%;
}

#mainid .single_portfolio {
    position: relative;
}

    #mainid .single_portfolio:hover .grid_item_overlay {
        opacity: 1;
    }

#mainid .grid_item_overlay {
    position: absolute;
    left: 10%;
    top: 10%;
    width: 80%;
    height: 80%;
    background: rgba(255, 114, 0, 0.75);
    color: #fff;
    padding: 20px;
    opacity: 0;
    transition: 0.6s;
    text-align: center;
    padding-top: 35%;
    z-index: 99;
}

#mainid .g_overlay_1 {
    padding-top: 16%;
}

#mainid .g_overlay_2 {
    padding-top: 85%;
}
/*.grid_item_overlay h4{
    margin-bottom:0;
    margin-top:40px;  
}
.grid_item_overlay p{

}
.grid_item_overlay .overlay_icon_area{
    overflow: hidden;
    display: block
}*/
#mainid .grid_item_overlay a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    background: transparent;
}

#mainid .grid_item_overlay a:hover i {
    color: #ff7200;
    background: #fff;
}




