﻿/*for loading start */
.overlay {
    position: fixed;
    z-index: 99;
    top: 0px;
    left: 0px;
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    filter: Alpha(Opacity=70);
    opacity: 0.70;
    -moz-opacity: 0.70;
}

* html .overlay {
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
    width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
}

.loader {
    z-index: 100;
    position: fixed;
    width: 120px;
    margin-left: -60px;
    top: 50%;
    left: 50%;
}

* html .loader {
    position: absolute;
    margin-top: expression((document.body.scrollHeight / 4) + (0 - parseInt(this.offsetParent.clientHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)) + 'px');
}
/*for loading end */ /*by vijay*/

.Pager span {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #a3a3a3;
    display: block;
    border-radius: 5px;
    float: left;
    margin-right: 10px;
    border: 1px solid #7fbc03;
}

.Pager a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #a3a3a3;
    display: block;
    border-radius: 5px;
    float: left;
    margin-right: 10px;
}
    .Pager a:last-child, .Pager span:last-child {
        margin-right: 0px;
    }
    /*{
        text-align: center;
        display: inline-block;
        width: 20px;
        background-color: #3AC0F2;
        color: #fff;
        border: 1px solid #3AC0F2;
        margin-right: 3px;
        line-height: 150%;
        text-decoration: none;
    }*/
    .Pager a:hover {
        color: #7fbc03;
    }

    .Pager a .icon {
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    /*.Pager a:hover {
        background-color: #eee !important;
        border-color: #eee !important;
    }*/
.Pager b {
    display: none
}

.Pager a:hover .flaticon-right-arrow-1 {
    padding-left: 10px;
}

.Pager a:hover .flaticon-left-arrow-1 {
    padding-right: 10px;
}


.contact-section .contact-form .form > div {
    margin-bottom: 45px;
}

.newsletter-section .newsletter .form {
    position: relative;
}

.contact-pg-section div input, .contact-pg-section-s2 .form input,
.contact-pg-section .form textarea,
.contact-pg-section-s2 .form textarea {
    background-color: #f8f8f8;
    height: 55px;
    padding: 6px 15px;
    border: 2px solid #f8f8f8;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-pg-section form, .contact-pg-section-s2 .form {
    overflow: hidden;
    margin: 0 -15px;
}

@media (max-width: 767px) {
    .contact-pg-section form, .contact-pg-section-s2 .form {
        margin: 0 0 0 -15px;
    }
}

.contact-pg-section .form .half-col, .contact-pg-section-s2 .form .half-col {
    width: 50%;
    float: left;
}

@media (max-width: 600px) {
    .contact-pg-section .form .half-col, .contact-pg-section-s2 .form .half-col {
        width: 100%;
        float: left;
    }
}

.contact-pg-section .form div, .contact-pg-section-s2 .form div {
    padding: 0 15px 30px;
}

@media (max-width: 767px) {
    .contact-pg-section .form div, .contact-pg-section-s2 .form div {
        padding: 0 0 15px 15px;
    }
}

.contact-pg-section .form .submit-btn-wrapper, .contact-pg-section-s2 .form .submit-btn-wrapper {
    padding-bottom: 0;
}

.contact-pg-section .form input, .contact-pg-section-s2 .form input,
.contact-pg-section .form textarea,
.contact-pg-section-s2 .form textarea {
    background-color: #f8f8f8;
    height: 55px;
    padding: 6px 15px;
    border: 2px solid #f8f8f8;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 767px) {
    .contact-pg-section .form input, .contact-pg-section-s2 .form input,
    .contact-pg-section .form textarea,
    .contact-pg-section-s2 .form textarea {
        height: 45px;
    }
}

.contact-pg-section .form input:focus, .contact-pg-section-s2 .form input:focus,
.contact-pg-section .form textarea:focus,
.contact-pg-section-s2 .form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #f7941d;
}


.contact-pg-section .form textarea,
.contact-pg-section-s2 .form textarea {
    height: 200px;
    padding: 15px;
}
