@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import "animate.css";
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700,300italic);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700,300italic);
/*========================================================
                    Main layout styles
=========================================================*/
.overlay {
    background-color: #aaa;
    bottom: 0px;
    filter: alpha(opacity=80);
    left: 0px;
    opacity: 0.8;
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 98;
}

.overlayFlotaer {
    width: 100%;
    height: 100%;
    background-color: #aaa;
    bottom: 0px;
    filter: alpha(opacity=80);
    left: 0px;
    opacity: 0.8;
    right: 0px;
    top: 0px;
    z-index: 98;
}

.overlayContent {
    height: 80px;
    margin: 250px auto;
    width: 80px;
    z-index: 99;
}

    .overlayContent h2 {
        color: #000;
        font-size: 18px;
        font-weight: bold;
    }
    body {
    background: url(/App_Themes/Theme/images/footer_bg.jpg) repeat;
    color: #777;
    font: 400 18px/24px 'Open Sans', sans-serif;
}

a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

a {
    text-decoration: none;
    outline: none;
    border: none;
    color: #222;
}

* {
    -webkit-text-size-adjust: none;
}

h1,
h3,
h5 {
    font-weight: 600;
}

h2,
h5 {
    font-weight: 700;
    color: #222;
    
    
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
}

h3 {
    font-size: 38px;
    line-height: 54px;
    color: #222;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

.h-content {
    text-transform: uppercase;
    color: #222;
    font-weight: 700;
    line-height: 30px;
    padding-right: 70px;
}

.h-content-priv {
    text-transform: uppercase;
    color: #222;
    font-weight: 700;
    line-height: 30px;
    padding-top: 26px;
    padding-bottom: 20px;
}

.h-content2 {
    text-transform: uppercase;
    color: #222;
    font-weight: 700;
    line-height: 30px;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}
/*========================================================
                    HEADER styles
=========================================================*/
.logo_container,
.logo_cont_home {
    float: left;
    margin-top: 11px;
    text-decoration: none;
    border: 0;
}

.logo_cont_home {
    margin-top: 17px;
}

.slogan {
    display: inline;
}

.slogan_a h1 {
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    line-height: 25px;
    margin-left: 10px;
    vertical-align: top;
}

.header_banner {
    margin: 0 auto;
    text-align: center;
}

    .header_banner h2 {
        color: #fff;
        font-size: 40px;
        font-weight: 500;
        line-height: 55px;
        margin: 0 auto;
        text-align: center;
    }

.banner_count {
    margin: 70px auto 0;
    max-width: 100%;
    height: 220px;
}

.user_count {
    color: #fff;
    margin: 52px auto 0;
    text-align: center;
    font-size: 16px;
}

    .user_count span {
        display: block;
        font-size: 65px;
        line-height: 65px;
        padding-bottom: 10px;
    }

.nav {
    float: right;
}

.header {
    padding: 13px 0 41px;
    background: #ffffff url(/App_Themes/Theme/images/page-1_img01.jpg) center top no-repeat;
}

    .header h3 {
        color: #fff;
    }

.header_container {
    padding-top: 120px;
    padding-bottom: 132px;
}

.header2 {
    padding: 15px 0 25px;
    background: #ffffff url(/App_Themes/Theme/images/page-1_img01.jpg) center top no-repeat;
}

.parall {
    padding: 4px 0 61px;
    background: #ffffff url(/App_Themes/Theme/images/page-1_img01.jpg) center center no-repeat;
}
/* Main menu styles
========================================================*/
.menu-container {
    width: 1600px;
    margin: 0 auto;
}

nav {
    padding-top: 13px;
}

.sf-menu {
    float: right;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 1px;
    z-index: 2222;
}

    .sf-menu > li {
        float: left;
        position: relative;
    }

        .sf-menu > li + li {
            margin-left: 70px;
        }

        .sf-menu > li > a {
            display: inline-block;
            padding: 5px 0;
            background: none;
            color: white;
            -webkit-transition: 0.3s all ease;
            transition: 0.3s all ease;
            text-decoration: none;
            border-bottom: 3px solid rgba(0, 0, 0, 0);
        }

            .sf-menu > li > a:hover {
                background: none;
                border-bottom: 3px solid #fff;
                -webkit-transition: 0.3s all ease;
                transition: 0.3s all ease;
            }

        .sf-menu > li.current a {
            border-bottom: 3px solid #fff;
        }

        .sf-menu > li.sfHover > a {
            border-bottom: 3px solid #fff;
        }

    .sf-menu a {
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
    }

        .sf-menu a:hover {
            -webkit-transition: 0.3s all ease;
            transition: 0.3s all ease;
        }
    /* First level sub-menu styles
========================================================*/
    .sf-menu ul {
        position: absolute;
        top: 50px;
        left: -135px;
        background: #fff;
        padding: 10px 20px;
        width: 325px;
        z-index: 2;
        display: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-decoration: none;
        border-radius: 3px;
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 30px;
        letter-spacing: 0px;
    }

        .sf-menu ul:before {
            content: "\f0d8";
            display: inline-block;
            text-indent: 0;
            margin-top: 0;
            font: 400 22px/22px "FontAwesome";
            position: absolute;
            top: -15px;
            left: 170px;
            color: #fff;
        }

        .sf-menu ul li {
            line-height: 18px;
            position: relative;
            padding-top: 10px;
        }

            .sf-menu ul li a {
                color: #222;
                text-decoration: none;
            }

                .sf-menu ul li a:hover {
                    text-decoration: underline;
                }

            .sf-menu ul li.sfHover > a {
                text-decoration: underline;
            }
        /* Second level sub-menu styles
========================================================*/
        .sf-menu ul ul {
            position: absolute;
            top: -38px;
            left: -243px;
            background: #fff;
            padding: 10px 20px;
            z-index: 4;
            font-size: 12px;
            border-radius: 3px;
            font-family: "Open Sans", sans-serif;
            font-size: 14px;
            font-weight: 500;
            line-height: 30px;
            letter-spacing: 0px;
            text-decoration: none;
        }

            .sf-menu ul ul:before {
                content: "\f0da";
                display: inline-block;
                text-indent: 0;
                margin-top: 0;
                font: 400 22px/22px "FontAwesome";
                position: absolute;
                top: 33px;
                left: 209px;
                color: #fff;
            }

            .sf-menu ul ul li {
                line-height: 18px;
            }

                .sf-menu ul ul li a {
                    color: #222;
                }

@media only screen and (max-width: 767px) {
    .sf-menu {
        display: none;
    }

    .select-menu {
        display: block;
        width: 100%;
    }
}
/* Stuck menu styles
========================================================*/
.isStuck {
    background: #222;
    padding: 5px 0 12px;
    z-index: 999;
}

@media only screen and (max-width: 979px) {
    .isStuck {
        display: none !important;
    }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
    overflow: hidden;
}

.bg-secondary1 {
    background: url(/App_Themes/Theme/images/content_bg.jpg) repeat;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #dbdbdb;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
}

.bg-secondary2 {
    border-bottom: 1px solid #dbdbdb;
}

.cont-1 {
    padding-top: 2px;
    padding-bottom: 55px;
}

.cont-2 {
    padding: 0 0 0 50px;
    text-align: left;
}

.cont-3 {
    padding-top: 2px;
    padding-bottom: 23px;
}

.slogan2 {
    color: #4b4b4b;
}

.slogan3 {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
}

.p3-prll-h {
    color: #fff;
    padding-bottom: 9px;
    padding-top: 36px;
}

.box:before,
.box:after {
    content: " ";
    display: table;
}

.box:after {
    clear: both;
}

.box_aside {
    float: left;
}

.box_cnt__no-flow {
    overflow: hidden;
}

.well {
    padding-bottom: 24px;
    padding-top: 47px;
}

.well-h2 {
    padding-bottom: 24px;
    padding-top: 45px;
}

.well2 {
    padding-bottom: 39px;
    padding-top: 38px;
}

.well3 {
    padding-bottom: 7px;
    padding-top: 40px;
}

.well4 {
    padding-bottom: 15px;
    padding-top: 12px;
}

.well5 {
    padding-bottom: 24px;
    padding-top: 57px;
}

.well6 {
    padding-bottom: 24px;
    padding-top: 53px;
}

.well7 {
    padding-bottom: 31px;
    padding-top: 32px;
}

.well-p2-cont {
    padding-bottom: 34px;
    padding-top: 22px;
}

.well-p2-h1 {
    padding-bottom: 21px;
    padding-top: 26px;
}

.well-p2-owl {
    padding-bottom: 26px;
    padding-top: 36px;
}

.well-p3-h1-1 {
    padding-bottom: 11px;
    padding-top: 25px;
}

.well-p3-h1-2 {
    padding-bottom: 11px;
    padding-top: 27px;
}

.well-p3-h1-3 {
    padding-bottom: 27px;
    padding-top: 0;
}

.well-p3-cont {
    padding-bottom: 27px;
    padding-top: 0;
}

.well-p4-cont {
    padding-bottom: 15px;
    padding-top: 16px;
}

.well-p4-cont2 {
    padding-bottom: 18px;
    padding-top: 16px;
}

.well-p4-cont3 {
    padding-bottom: 62px;
    padding-top: 16px;
}

.well-p4-h1-1 {
    padding-bottom: 0;
    padding-top: 32px;
}

.well-p4-h1-2 {
    padding-bottom: 0;
    padding-top: 32px;
}

.well-p5-cont {
    padding-bottom: 61px;
    padding-top: 0;
}

.circle-bg-1 {
    border: 9px solid #e8edf4;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    width: 179px;
    height: 179px;
    color: #fff;
    text-transform: uppercase;
    vertical-align: middle;
    background: url(/App_Themes/Theme/images/page-1_crc01.jpg) no-repeat;
}

.circle-bg-2 {
    border: 9px solid #e8edf4;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    width: 179px;
    height: 179px;
    color: #fff;
    text-transform: uppercase;
    vertical-align: middle;
    background: url(/App_Themes/Theme/images/page-1_crc02.jpg) no-repeat;
}

.circle-bg-3 {
    border: 9px solid #e8edf4;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    width: 179px;
    height: 179px;
    color: #fff;
    text-transform: uppercase;
    vertical-align: middle;
    background: url(/App_Themes/Theme/images/page-1_crc03.jpg) no-repeat;
}

.circle-txt-1 {
    line-height: 30px;
    padding: 55px 0 0;
}

.circle-txt-2 {
    padding: 76px 0 0;
}

.circle-txt-3 {
    padding: 76px 0 0;
}

.circle-2txt-1 {
    font-size: 60px;
    font-weight: 700;
    padding: 74px 0 0 14px;
}

.circle-p {
    display: inline-block;
    padding: 17px 80px 28px;
    font-size: 16px;
    line-height: 24px;
}

.circle-p-2 {
    display: inline-block;
    padding: 15px 20px 30px;
    font-size: 16px;
    line-height: 24px;
}

.box-icon {
    margin: 46px 37px 7px 0;
}

.box-icon-2 {
    margin: 41px 37px 1px 0;
}

.icon-circle {
    background: none repeat scroll 0 0 #c0c5c9;
    border-radius: 50%;
    display: inline-block;
    height: 44px;
    position: relative;
    width: 40px;
    padding: 16px 0 0 21px;
}

.icon-circle-2 {
    background: none repeat scroll 0 0 #c0c5c9;
    border-radius: 50%;
    display: inline-block;
    height: 43px;
    position: relative;
    width: 43px;
    padding: 17px 0 0 18px;
}

.icon-circle-3 {
    background: none repeat scroll 0 0 #c0c5c9;
    border-radius: 50%;
    display: inline-block;
    height: 45px;
    position: relative;
    width: 46px;
    padding: 15px 0 0 16px;
}

.icon-2circle {
    background: none repeat scroll 0 0 #c0c5c9;
    border-radius: 50%;
    display: inline-block;
    height: 42px;
    position: relative;
    width: 40px;
    padding: 17px 7px 0 14px;
}

.icon-2circle-2 {
    background: none repeat scroll 0 0 #c0c5c9;
    border-radius: 50%;
    display: inline-block;
    height: 45px;
    position: relative;
    width: 40px;
    padding: 15px 7px 0 14px;
}

.icon-box-cont {
    padding: 0 90px 0 99px;
    font-size: 16px;
}

.icon-box-cont2 {
    font-size: 16px;
}

.circl2_pic {
    border: 9px solid #e8edf4;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    width: 350px !important;
    height: 350px;
    color: #fff;
    text-transform: uppercase;
    vertical-align: middle;
}

.arr-cont {
    color: #585858;
    text-transform: uppercase;
    text-align: left;
    font-weight: 700;
    padding: 0 0 13px;
}

    .arr-cont:before {
        content: "\f054";
        font: 400 15px/5px "FontAwesome";
        margin-right: 10px;
    }

    .arr-cont a {
        color: #777;
        transition: all 0.3s ease 0s;
    }

        .arr-cont a:hover {
            color: #222;
        }

.btn-more,
.btn-more2 {
    display: block;
    background: none repeat scroll 0 0 #288dc2;
   
    height: 55px;
    line-height: 53px;
    margin: 25px auto 0;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
    width: 200px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

    .btn-more a,
    .btn-more2 a {
        color: #fff;
    }

    .btn-more:hover,
    .btn-more2:hover {
        background: #c0c5c9;
    }

.btn-more2 {
    margin: 28px 0 0;
}

.map {
    height: 420px;
    border: 9px solid #e8edf4;
    margin-top: 25px;
}

.p-link {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    float: left;
    margin: 65px 0 40px;
    text-transform: uppercase;
}

    .p-link:hover {
        text-decoration: underline;
    }

.mrg0 {
    margin-left: 0;
}

.mrg1 {
    margin-left: -30px;
}

.mrg2 {
    margin-left: -15px;
}

.cntct-ico {
    margin-top: 7px;
}

.cntct-txt {
    text-transform: uppercase;
    line-height: 30px;
}

.select-menu {
    background: url("data:image/png;base64,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") no-repeat scroll right center #ffffff;
    display: none;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 420px;
}

    .select-menu .select {
        background-color: transparent;
        border: medium none;
        border-radius: 0;
        box-shadow: none;
        color: #585858;
        font: 400 15px/30px "Roboto", sans-serif;
        height: 30px;
        outline: medium none;
        width: 440px;
    }

.hidd {
    overflow: hidden;
}
/*========================================================
                  Owl Carousel styles
=========================================================*/
.owl-wrap {
    padding: 15px 40px 0;
}

.owl-block {
    width: 300px;
}

.gall-cont {
    text-align: center;
}

.gall1_pic {
    border: 9px solid #e8edf4;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    width: 180px !important;
    height: 180px;
    color: #fff;
    text-transform: uppercase;
    vertical-align: middle;
}

.gall2_pic {
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    width: 122px !important;
    height: 122px;
    color: #fff;
    text-transform: uppercase;
    vertical-align: middle;
}

.gall-a {
    text-transform: uppercase;
    color: #222 !important;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 5px;
    padding-top: 20px;
}

    .gall-a:hover {
        text-decoration: underline;
    }

.gall-h2 {
    text-transform: uppercase;
    color: #777;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 5px;
    padding-top: 20px;
}

.gall-slogan {
    font-size: 16px;
    padding-bottom: 25px;
}

.gall-slogan2 {
    font-size: 30px;
    padding: 7px 0 3px;
    font-style: italic;
    line-height: 36px;
    color: #4b4b4b;
}

.blog-slogan {
    font-size: 16px;
    padding-bottom: 6px;
}

.social-list {
    margin: 21px 0 0;
}

    .social-list li {
        display: inline-block;
        font-size: 18px;
        margin: 0 1px;
    }

        .social-list li a {
            background: none;
            border: 1px solid #787879;
            border-radius: 50%;
            padding: 8px;
            transition: all 0.3s ease 0s;
        }

            .social-list li a:hover {
                background: none repeat scroll 0 0 #c0c5c9;
                border-color: #c0c5c9;
                text-decoration: none;
                transition: all 0.3s ease 0s;
            }

.fa-google-plus:before {
    content: "\f1a0";
    display: inline-block;
    font: 500 13px/11px "FontAwesome";
    color: #303031;
    padding: 0 4px 0 5px;
    vertical-align: 2px;
}

.fa-facebook {
    margin-right: 14px;
}

    .fa-facebook:before {
        content: "\f09a";
        display: inline-block;
        font: 300 13px/11px "FontAwesome";
        color: #303031;
        padding: 0 5px 0 6px;
        vertical-align: 2px;
    }

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}
/*========================================================
                    Contact styles
=========================================================*/
.contact-cont {
    color: #777;
    margin: 3px 0 35px;
}

.cf-marg {
    padding: 0 0 0 39px;
}

.cf-lbl-mrg {
    margin-left: -22px;
}

.well-cnt {
    padding-bottom: 13px;
    padding-top: 41px;
}

.btn-wr {
    text-transform: uppercase;
    background: #288dc2;
    border-radius: 3px;
    width: 160px;
    height: 55px;
    padding: 14px 57px 15px;
    text-align: center;
    line-height: 53px;
    transition: all 0.2s ease 0s;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

    .btn-wr:hover {
        background: #c0c5c9;
    }

    .btn-wrASPX {
    text-transform: uppercase;
    background: #288dc2;
    border-radius: 3px;
    width: 160px;
    height: 55px;
    padding: 14px 57px 15px;
    text-align: center;
    line-height: 53px;
    transition: all 0.2s ease 0s;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

    .btn-wrASPX:hover {
        background: #c0c5c9;
    }
/*========================================================
                    FOOTER styles
=========================================================*/
#footer,
#footer2 {
    padding: 2px 0 35px;
    background: none;
    color: #777;
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) inset;
}

#footer2 {
    border-top: 1px solid #fff;
}

.cont-foot {
    padding-bottom: 30px;
    padding-top: 2px;
}

.footer-block li {
    display: inline-block;
}

    .footer-block li + li {
        margin-left: 63px;
    }

.footer-links {
    margin: 0;
}

.btn-footer {
    color: #222;
    font-size: 24px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

    .btn-footer:hover {
        color: #777;
        text-decoration: underline;
    }

.btn-prp {
    color: #777;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

    .btn-prp:hover {
        color: #777;
        text-decoration: underline;
    }
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 80px;
    right: 30px;
    overflow: hidden;
    border: none;
    color: #288dc2;
    width: 40px;
    height: 43px;
    font-size: 38px;
    line-height: 38px;
    z-index: 20;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

    #toTop:hover {
        outline: none;
        color: #c0c5c9;
    }

@media only screen and (max-width: 1199px) {
    #toTop {
        display: none !important;
    }
}
/* Stellar(parallaxBG) styles
========================================================*/
.stellar-block {
    background-attachment: fixed;
    background-position: center 0%;
    position: relative;
    background-repeat: no-repeat;
    padding-bottom: 100px;
    z-index: 8;
}

.first {
    background-image: url(/App_Themes/Theme/images/bg_pic2.jpg);
    background-color: #fff;
    background-position: 50% 100%;
}

.second {
    background-image: url(/App_Themes/Theme/images/slide.jpg);
    background-color: #fff;
}

@media only screen and (max-width: 979px) {
    .stellar-block {
        background-attachment: scroll;
        background-position: 50% 50%;
        position: relative;
        background-repeat: no-repeat;
        background-size: auto 100%;
        padding-bottom: 100px;
        z-index: 8;
    }
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media only screen and (max-width: 1199px) {
    .slogan h1 {
        font-size: 21px;
    }

    .circle-txt-1 {
        left: 86px;
    }

    .circle-txt-2 {
        left: 114px;
    }

    .circle-txt-3 {
        left: 102px;
    }

    .owl-carousel .owl-stage-outer {
        margin: 0 20px 0 38px;
    }

    .owl-carousel2 .owl-stage-outer {
        margin: 0;
    }

    .owl-block {
        width: 230px;
    }

    .owl-carousel .owl-controls {
        width: 940px;
        top: -304px;
    }

    .owl-carousel2 .owl-controls {
        margin: 0 auto;
        top: 7px;
        width: 70px;
    }

    .owl-wrap {
        padding: 15px 20px 0;
    }

    .circl2_pic {
        height: 280px;
        margin-top: 30px;
        width: 280px !important;
    }

    .circle-2txt-1 {
        left: 111px;
    }

    .btn-wr {
        margin: 40px 314px 0;
    }

    .cntct-txt {
        padding-bottom: 30px;
    }

    .h-content {
        padding-right: 30px;
    }
}

@media only screen and (max-width: 979px) {
    body {
        font: 400 14px/20px "Open Sans", sans-serif;
    }

    .header_container {
        padding-bottom: 40px;
        padding-top: 60px;
    }

    .logo_container,
    .logo_cont_home {
        float: none;
        text-align: center;
    }

    .header h3 {
        font-size: 20px;
        line-height: 22px;
    }

    .h-content {
        font-size: 19px;
        line-height: 20px;
        padding-right: 10px;
    }

    .nav {
        padding: 30px 77px 0 0;
    }

    .user_count span {
        display: block;
        font-size: 45px;
        line-height: 65px;
        padding-bottom: 0;
    }

    .circle-txt-1 {
        left: 53px;
    }

    .circle-txt-2 {
        left: 82px;
    }

    .circle-txt-3 {
        left: 73px;
    }

    .circle-p {
        padding: 15px 36px 30px;
    }

    .box-icon {
        margin: 46px 25px 7px 0;
    }

    .icon-box-cont {
        font-size: 14px;
        padding: 0 40px 0 89px;
    }

    .gall-cont {
        font-size: 14px;
    }

    .gall-slogan2 {
        font-size: 14px;
        padding: 7px 0 3px;
        font-style: italic;
        line-height: 16px;
        color: #4b4b4b;
    }

    .owl-block {
        width: 170px;
    }

    .owl-carousel .owl-stage-outer {
        margin: 0 37px;
    }

    .owl-carousel2 .owl-stage-outer {
        margin: 0;
    }

    .owl-carousel .owl-controls {
        width: 750px;
    }

    .owl-carousel2 .owl-controls {
        margin: 0 auto;
        top: 7px;
        width: 70px;
    }

    .gall1_pic {
        height: 130px;
        width: 130px !important;
    }

    .contact-cont {
        color: #777;
        margin: 5px 67px 25px;
    }

    .btn-wr {
        margin: 40px auto 0;
    }

    .btn-footer {
        font-size: 18px;
    }

    #footer,
    #footer2 {
        font-size: 16px;
    }

    .circle-2txt-1 {
        left: 81px;
    }

    .circl2_pic {
        width: 180px !important;
        height: 180px;
        margin-top: 25px;
    }

    .cntct-ico {
        margin-left: 15px;
        margin-top: 7px;
        margin-right: 10px;
    }

    .cntct-txt h5 {
        font-size: 13px;
        line-height: 15px;
        padding: 5px 0 50px 15px;
    }
}

@media only screen and (max-width: 767px) {
    h2 {
        font-size: 30px;
    }

    .slogan {
        padding-bottom: 30px;
    }

        .slogan h1 {
            font-size: 19px;
        }

    .header h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .header_container {
        padding-bottom: 32px;
        padding-top: 48px;
    }

    .select-menu {
        float: none;
    }

    .well3 {
        padding-bottom: 7px;
        padding-top: 10px;
    }

    .wow {
        margin: 30px 0 10px;
    }

    .icon-box-cont {
        font-size: 14px;
        padding: 0 80px 0 0;
    }

    .nav {
        padding: 30px 0;
    }

    .owl-block {
        width: 170px;
    }

    .owl-carousel .owl-stage-outer {
        margin: 0 107px;
    }

    .owl-carousel2 .owl-stage-outer {
        margin: 0;
    }

    .owl-carousel .owl-controls {
        width: 380px;
    }

    .owl-carousel2 .owl-controls {
        margin: 0 auto;
        top: 7px;
        width: 70px;
    }

    .owl-wrap {
        padding: 15px 20px 0;
    }

    .h-content {
        font-size: 16px;
        line-height: 20px;
        padding-right: 10px;
    }

    .circle-txt-1 {
        left: 144px;
        top: 75px;
        line-height: 22px;
    }

    .circle-txt-2 {
        left: 174px;
        top: 88px;
    }

    .circle-txt-3 {
        left: 161px;
        top: 87px;
    }

    .box-icon {
        margin: 13px 25px 7px 0;
    }

    .icon-circle {
        padding: 8px 0 0 13px;
        width: 45px;
        float: left;
    }

    .icon-circle-2 {
        padding: 9px 0 0 10px;
        width: 44px;
        float: left;
    }

    .icon-2circle {
        padding: 8px 5px 0;
        width: 43px;
        float: left;
    }

    .icon-circle-3 {
        padding: 9px 0 0 8px;
        width: 47px;
        float: left;
    }

    .icon-2circle-2 {
        padding: 7px 7px 0 4px;
        width: 45px;
        float: left;
    }

    .circle-2txt-1 {
        left: 172px;
    }

    .footer-block li + li {
        margin-left: 50px;
    }

    .btn-footer {
        font-size: 18px;
    }

    .btn-wr {
        margin: 40px 95px 0;
    }

    #footer,
    #footer2 {
        font-size: 12px;
    }

    .mrg0,
    .mrg1,
    .mrg2 {
        margin-left: 0;
    }

    .cntct-txt h5 {
        font-size: 16px;
        text-align: center;
        padding: 0;
    }

    .cntct-ico {
        text-align: center;
    }
}

@media only screen and (max-width: 480px) {
    body {
        font: 400 14px/18px "Open Sans", sans-serif;
    }

    h2 {
        font-size: 30px;
    }

    .slogan {
        padding-bottom: 30px;
    }

        .slogan h1 {
            font-size: 19px;
        }

    .header h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .header_container {
        padding-bottom: 32px;
        padding-top: 48px;
    }

    .well3 {
        padding-bottom: 7px;
        padding-top: 10px;
    }

    .wow {
        margin: 15px 0 10px;
    }

    .icon-box-cont {
        font-size: 14px;
        padding: 0 80px 0 0;
    }

    .nav {
        float: none;
        padding: 30px 0;
    }

    .select-menu {
        width: 420px;
    }

    .h-content {
        font-size: 16px;
        line-height: 20px;
    }

    .circle-txt-1 {
        left: 144px;
    }

    .circle-txt-2 {
        left: 172px;
        top: 90px;
    }

    .circle-txt-3 {
        left: 160px;
        top: 89px;
    }

    .icon-circle {
        padding: 8px 0 0 13px;
        width: 45px;
        float: none;
    }

    .icon-circle-2 {
        padding: 9px 0 0 10px;
        width: 44px;
        float: none;
    }

    .icon-2circle {
        padding: 8px 5px 0;
        width: 43px;
        float: none;
    }

    .icon-circle-3 {
        padding: 9px 0 0 8px;
        width: 47px;
        float: none;
    }

    .icon-2circle-2 {
        padding: 7px 7px 0 4px;
        width: 45px;
        float: none;
    }

    .circle-2txt-1 {
        left: 174px;
    }

    .owl-carousel .owl-stage-outer {
        margin: 0 110px;
        width: 220px;
    }

    .owl-carousel2 .owl-stage-outer {
        margin: 0 10px;
        width: 380px;
    }

    .owl-block {
        width: 205px;
    }

    .owl-carousel .owl-controls {
        width: 417px;
        top: -282px;
    }

    .owl-carousel2 .owl-controls {
        margin: 0 auto;
        top: 7px;
        width: 70px;
    }

    .owl-wrap {
        padding: 15px 0 0;
    }

    .btn-footer {
        font-size: 18px;
    }

    #footer,
    #footer2 {
        font-size: 12px;
    }

    .footer-block li + li {
        margin-left: 40px;
    }

    .mrg1,
    .mrg2 {
        margin-left: 0;
    }

    .cntct-txt h5 {
        font-size: 16px;
        padding: 15px 0 0;
    }

    .icon-circle,
    .icon-circle-1,
    .icon-circle-2,
    .icon-circle-3,
    .icon-2circle,
    .icon-2circle-2 {
        margin-left: 190px;
    }

    .icon-box-cont,
    .icon-box-cont2,
    .h-content {
        text-align: center;
        padding: 0;
    }
}

@media only screen and (max-width: 479px) {
    body {
        font: 400 14px/18px "Open Sans", sans-serif;
    }

    h2 {
        font-size: 30px;
    }

    .slogan {
        padding-bottom: 30px;
    }

        .slogan h1 {
            font-size: 19px;
        }

    .header h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .header_container {
        padding-bottom: 32px;
        padding-top: 48px;
    }

    .well3 {
        padding-bottom: 7px;
        padding-top: 10px;
    }

    .icon-box-cont {
        font-size: 14px;
        padding: 0 80px 0 0;
    }

    .nav {
        float: none;
        padding: 30px 7px 30px 0;
    }

    .select-menu {
        width: 280px;
    }

    .h-content {
        font-size: 16px;
        line-height: 20px;
    }

    .circle-txt-1 {
        left: 71px;
    }

    .circle-txt-2 {
        left: 99px;
        top: 90px;
    }

    .circle-txt-3 {
        left: 86px;
        top: 89px;
    }

    .icon-circle {
        padding: 8px 0 0 13px;
        width: 45px;
    }

    .icon-circle-2 {
        padding: 9px 0 0 10px;
        width: 44px;
    }

    .icon-2circle {
        padding: 8px 5px 0;
        width: 43px;
    }

    .icon-circle-3 {
        padding: 9px 0 0 8px;
        width: 47px;
    }

    .icon-2circle-2 {
        padding: 7px 7px 0 4px;
        width: 45px;
    }

    .circle-2txt-1 {
        left: 97px;
    }

    .owl-carousel .owl-stage-outer {
        margin: 0 40px;
        width: 220px;
    }

    .owl-carousel2 .owl-stage-outer {
        margin: 0 10px;
        width: 270px;
    }

    .owl-block {
        width: 205px;
    }

    .owl-carousel .owl-controls {
        width: 297px;
        top: -282px;
    }

    .owl-carousel2 .owl-controls {
        margin: 0 auto;
        top: 7px;
        width: 70px;
    }

    .owl-wrap {
        padding: 15px 0 0;
    }

    .btn-wr {
        margin: 40px 36px 0;
    }

    .btn-footer {
        font-size: 15px;
    }

    #footer,
    #footer2 {
        font-size: 12px;
    }

    .footer-block li + li {
        margin-left: 15px;
    }

    .mrg1,
    .mrg2 {
        margin-left: 0;
    }

    .cntct-txt h5 {
        font-size: 16px;
        padding: 15px 0 0;
    }

    .icon-circle,
    .icon-circle-1,
    .icon-circle-2,
    .icon-circle-3,
    .icon-2circle,
    .icon-2circle-2 {
        margin-left: 110px;
    }

    .icon-box-cont,
    .icon-box-cont2,
    .h-content {
        text-align: center;
        padding: 0;
    }
}

@media only screen and (max-width: 320px) {
    .circle-txt-1 {
        left: 70px;
    }

    .circle-txt-2 {
        left: 99px;
        top: 90px;
    }

    .circle-txt-3 {
        left: 87px;
        top: 89px;
    }

    .icon-circle {
        padding: 8px 0 0 13px;
        width: 45px;
    }

    .icon-circle-2 {
        padding: 9px 0 0 10px;
        width: 44px;
    }

    .icon-2circle {
        padding: 8px 5px 0;
        width: 43px;
    }

    .icon-circle-3 {
        padding: 9px 0 0 8px;
        width: 47px;
    }

    .icon-2circle-2 {
        padding: 7px 7px 0 4px;
        width: 45px;
    }

    .circle-2txt-1 {
        left: 97px;
    }

    .owl-carousel2 .owl-stage-outer {
        margin: 0 20px 0 4px;
        width: 269px;
    }

    .cntct-txt h5 {
        font-size: 14px;
        padding: 15px 0 0;
    }

    .btn-wr {
        margin: 40px 60px 0;
    }

    .btn-wrASPX {
        margin: 40px 60px 0;
    }

    .nav {
        float: none;
        padding: 30px 0;
    }

    .icon-circle,
    .icon-circle-1,
    .icon-circle-2,
    .icon-circle-3,
    .icon-2circle,
    .icon-2circle-2 {
        margin-left: 110px;
    }

    .icon-box-cont,
    .icon-box-cont2,
    .h-content {
        text-align: center;
        padding: 0;
    }

    .select-menu {
        width: 270px;
    }
}
/*Core variables and mixins*/
