@import url(https://fonts.googleapis.com/css?family=Montserrat);

/* font converted using font-converter.net. thank you! */
@font-face {
    font-family: 'Montserrat-Light';
    src: url('../fonts/Montserrat-Light.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Montserrat-Light.woff2') format('woff2'), /* Modern Browsers */ url('../fonts/Montserrat-Light.woff') format('woff'), /* Modern Browsers */ url('../fonts/Montserrat-Light.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/Montserrat-Light.svg') format('svg'); /* Legacy iOS */  font-weight: normal;
    font-style: normal;
}

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body, html {
    overflow-x: hidden;
}

body {
    font-family: 'Montserrat', sans-serif;
}

h1, h4, h5 {
    margin: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.button-menu .icon {
    display: block;
    height: 35px;
    position: relative;
    width: 35px;
}

.button-menu .line {
    background-color: #351d07;
    display: block;
    height: 3px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 3px;
    transition: width 0.3s ease 0s;
    width: 33px;
}

.button-menu .line + .line {
    margin-top: 8px;
}

.button-menu .line:nth-child(1) {
    transition-delay: 0.3s;
}

.button-menu .line:nth-child(2) {
    transition-delay: 0.4s;
}

.button-menu .line:nth-child(3) {
    transition-delay: 0.5s;
}

.button-menu-wrap.opened .button-menu .line {
    width: 0;
}

.button-menu .icon .close {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    opacity: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100%;
    transition: opacity 0.5s;
}

.opened .button-menu .icon .close {
    opacity: 1;
}

.button-menu .icon .close::before, .button-menu .icon .close::after {
    background-color: #000;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: transform .3s
}

.button-menu .icon .close::before {
    height: 1px;
    width: 35px;
    transform: scaleX(0);
    transform-origin: 0 50% 0;
    -webkit-transform: scaleX(0);
    -webkit-transform-origin: 0 50% 0;
}

.button-menu .icon .close::after {
    height: 35px;
    width: 1px;
    transform: scaleY(0);
    transition-delay: 0.15s;
    transform-origin: 50% 100% 0;
    -webkit-transform: scaleY(0);
    -webkit-transition-delay: 0.15s;
    -webkit-transform-origin: 50% 100% 0;
}

.button-menu-wrap.opened .button-menu .icon .close::before {
    transform: scaleX(1);
    transition-delay: .35s;
    -webkit-transform: scaleX(1);
    -webkit-transition-delay: 0.35s;
}

.button-menu-wrap.opened .button-menu .icon .close::after {
    transform: scaleY(1);
    transition-delay: .5s;
    -webkit-transform: scaleY(1);
    -webkit-transition-delay: 0.5s;
}

.container {
    padding: 0 7px;
    max-width: 1200px;
    margin: 0 auto;
}

.type-1 {
    margin: 7px 7px 0 7px;
}

#home-template .type-1 {
    margin: 0;
}

.strong {
    font-weight: 700;
}

img {
    max-width: 100%;
    display: block;
}

.align-center {
    text-align: center;
}

.clearfix:after {
    content: "";
    display: table;
    width: 100%;
    clear: both;
}

.float-l {
    float: left;
}

body {
    position: relative;
}

.body-toggle {
    background-color: rgba(59, 37, 12, 0.9);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    display: none;
}

/*header css*/
header {
    background-color: #fff;
    position: relative;
    z-index: 100;
}

.container-menu-wrap {
    position: relative;
    background: url("../images/content-bg-m.jpg") no-repeat 0 0/ 200% auto;
}

.container-menu-wrap:after {
    background: linear-gradient(to left, #1e84b5 20%, #70af4c);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
}

.header-info .inline-block-wrap {
    position: relative;
    z-index: 10;
}

.header-menu-wrap {
    background-color: #fff;
    padding: 40px 0;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 100%;
    display: none;
    z-index: 20;
}

.header-menu-wrap .contact {
    border-top: 1px solid;
    display: inline-block;
    margin-top: 30px;
    padding: 35px 0 0;
}

.header-menu-wrap .contact > * {
    color: #14508d;
    display: block;
    font-size: 15px;
    line-height: 23px;
    text-decoration: none;
}

.header-menu a {
    color: #a4a4a4;
    display: block;
    font-size: 20px;
    padding: 10px 0;
    text-decoration: none;
    transition: color 0.3s;
}

.header-menu a:hover, .header-menu a.active {
    color: #14508d;
}

header > .header-1 {
    text-align: justify;
    font-size: 1px;
    height: 100px;
}

header > .header-1::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0.0000001px;
}

.header-info .inline-block-wrap, header > .header-1 .inline-block-wrap {
    display: inline-block;
    vertical-align: middle;
    width: 98%;
}

.header-info .inline-block-wrap {
    font-size: 1px;
}

.logo-wrap > * {
    display: inline-block;
    vertical-align: middle;
}

.logo-wrap > img {
    width: 93px;
}

.blue {
    color: #14508d;
}

.brown {
    color: #7c562b;
}

header > .header-1 .inline-block-wrap > * {
    vertical-align: middle;
}

.logo-wrap > * {
    display: inline-block;
    vertical-align: middle;
}

.logo-wrap > img {
    width: 60px;
}

.logo-wrap > span {
    font-size: 12px;
    font-weight: 700;
    margin-left: 5px;
}

header .header-info {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    height: 120px;
    text-align: justify;
}

header .header-info::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0.0001px;
}

.inline-block-wrap {
    font-size: 1px;
}

.inline-block-wrap:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.inline-block-wrap > * {
    display: inline-block;
}

.header-contact {
    font-size: 11px;
    line-height: 18px;
    text-align: right;
}

.header-contact > .strong {
    font-weight: 700;
}

.header-contact > * {
    color: #fff;
    display: block;
    text-decoration: none;
    font-weight: 500;
}

.header-contact > a {
    transition: color 0.3s;
}

.header-contact > a:hover {
    color: wheat;
}

.header-info .inline-block-wrap > * {
    vertical-align: middle;
}

.header-info .slogan {
    font-size: 12px;
}

#home-template .text-content {
    background: url("../images/content-bg-m.jpg") no-repeat 0 0;
    background-size: cover;
    color: #fff;
    position: relative;
}

#home-template .text-content::after {
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#home-template .text-content .container {
    position: relative;
    z-index: 2;
}

.text-content {
    font: 15px/27px "Montserrat-Light";
    padding: 40px 0;
    text-align: center;
}

.room-wrap .item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    height: 0;
    overflow: hidden;
    padding-bottom: 38%;
    width: 50%;
}

.room-wrap .item img {
    display: none;
}

.room-wrap .item:hover{cursor: default;}

.type-1 {
    background: linear-gradient(to right, #1e84b5, #70af4c 60%);
    height: 90px;
}

.type-1 a {
    text-decoration: none;
}

.type-1 .inner-1 {
    width: 60%;
}

.type-1-inner {
    height: 100%;
}

.type-1 .inner-2 {
    border-left: 1px solid #fff;
    padding-left: 10px;
    width: 40%;
}

.type-1-inner::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0.000001px;
}

.type-1-inner > * {
    color: #fff;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    width: 95%;
}

.type-1 > .container {
    height: 100%;
}

a.inner-2 {
    font-size: 10px;
}

.service-wrap.inline-block-wrap {
    text-align: justify;
    font-size: 1px;
}

.service-section {
    padding: 40px 0;
}

.service-item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100%;
    color: #fff;
    font-size: 14px;
    height: 140px;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    width: 140px;
    margin-left: 2px;
    margin-right: 2px;
    text-decoration: none;
}

.service-item::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0.00001px;
}

.service-item::after {
    background-color: rgba(59, 37, 12, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transition: background-color 0.5s;
}

.service-item:hover::after {
    background-color: rgba(145, 121, 92, 0.5);
}

.service-item img {
    margin: auto;
    width: 30%;
}

.section-title {
    font-size: 20px;
    margin-bottom: 25px;
    text-align: center;
}

.service-item-inner {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 97%;
    position: relative;
    z-index: 2;
}

.service-item.gap {
    font-size: 0;
    height: 0;
    line-height: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.service-item-inner .title {
    display: block;
    font-size: 10px;
    margin-top: 5px;
}

.service-item-inner .title .sub-title {
    display: block;
    font-size: 85%;
}

#service-template .service-section {
    padding-top: 80px;
}

.image-wrap-1-item {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    height: 0;
    padding-bottom: 30%;
    width: 33.3%;
    transition: opacity 0.3s;
}

.image-wrap-1-item:hover {
    cursor: default;
}

.image-wrap-1-item:first-child, .image-wrap-1-item:nth-child(2) {
    width: 50%;
}

.image-wrap-1-item img {
    display: none;
}

.type-2 {
    background: #1e84b5;
    background: linear-gradient(to right, #1e84b5, #70af4c 60%);
    padding: 40px 0;
    text-align: center;
}

.type-2 .container > * {
    color: #fff;
    display: block;
    text-decoration: none;
}

.type-2-name {
    font-size: 20px;
}

.type-2-info {
    font-size: 13px;
    margin: 15px 0;
}

.type-2 .container .type-2-contact {
    border: 1px solid #fff;
    display: inline-block;
    font-family: "Montserrat-Light";
    font-size: 18px;
    padding: 10px 40px 12px;
    transition: all 0.3s;
}

.type-2 .container .type-2-contact:hover {
    background-color: #fff;
    color: #78b242;
}

footer {
    background-color: #3b250c;
    padding: 40px 0 0;
}

.footer-info > * {
    color: #fff;
    display: block;
}

.footer-section-title {
    color: #78b242;
    font-size: 18px;
    line-height: 32px;
}

.footer-section {
    margin-bottom: 40px;
}

.footer-menu li {
    display: block;
}

.footer-content a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-content a:hover {
    color: wheat;
}

.footer-content {
    font: 15px/27px "Montserrat-Light";
}

.copyright {
    background-color: #fff;
    font: 14px/22px "Montserrat-Light";
    padding: 20px 0 50px;
    text-align: center;
}

.footer-info .fa {
    display: inline-block;
    margin-right: 10px;
    width: 10px;
}

.footer-info .fa + * {
    display: inline-block;
    vertical-align: top;
}

.gt-1200 {
    display: none;
}

.footer-menu-wrap.inline-block-wrap {
    text-align: justify;
}

.footer-menu-wrap.inline-block-wrap > * {
    vertical-align: top;
}

/*sub page css*/
.banner-wrap-title::before {
    content: "";
    display: inline-block;
}

#about-us-template .image-wrap-1 {
    margin-top: 40px;
}

.banner-wrap-title {
    background-position: left center;
    background-size: 150% auto;
    background-repeat: no-repeat;
    color: #fff;
    height: 150px;
    position: relative;
}

.banner-wrap-title::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0.00001px;
}

.banner-wrap-title::after {
    background: linear-gradient(to right, rgba(46, 23, 4, 1) 20%, rgba(46, 23, 4, 0.8) 40%, transparent 60%) repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.banner-wrap-title .container {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    width: 98%;
}

.banner-wrap-title h1 {
    font-size: 25px;
}

.banner-wrap-title .title-note {
    font-size: 16px;
    color: #fff;
}

#about-us-template .text-content {
    text-align: justify;
}

div.main {
    margin-top: 30px;
}

.slider-inner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-bottom: 245px;
}

.slider-inner > img {
    display: none;
}

.service-item-wrap {
    margin-bottom: 40px;
    width: 100%;
}

.service-item-wrap .service-item {
    display: inline-block;
    height: 0;
    margin: 0;
    padding-bottom: 25%;
    vertical-align: middle;
    width: 25%;
}

.service-item::before {
    height: 0;
    padding-bottom: 100%;
}

.service-title {
    color: #7c562b;
    font-size: 20px;
    font-weight: 700;
}

.service-text {
    color: #3d3d3d;
    font-family: "Montserrat-Light";
    font-size: 14px;
}

.service-content .service-text {
    margin: 5px 0;
}

.service-item-wrap .service-content {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    width: 70%;
    text-align: left;
}

.read-more {
    color: #7c562b;
    font-family: "Montserrat-Light";
    font-size: 12px;
    text-decoration: none;
    transition: 0.3s;
}

.bg-grey {
    background-color: #f7f7f7;
}

.content-inner-wrap {
    padding: 25px 0 15px;
}

.read-more:hover {
    color: peru;
}

.service-item-wrap .service-item-inner {
    width: 93%;
}

.content-inner {
    margin-top: 30px;
}

.item-inner-text {
    color: #3d3d3d;
    font-family: "Montserrat-Light";
    font-size: 15px;
    line-height: 25px;
}

.input-column > * {
    background-color: #f7f7f7;
    border: medium none;
    color: #969696;
    font-family: "Montserrat-Light";
    font-size: 14px;
    margin-bottom: 20px;
    padding: 18px 25px;
    width: 100%;
}

.select2-results__option {
    color: #969696;
    font-size: 14px;
    padding: 18px 25px;
    display: block;
}

.input-column > textarea {
    height: 170px;
}

.input-text option {
    color: #969696;
    font-family: "Montserrat-Light";
    font-weight: 300;
    margin: 0;
    padding: 0 20px;
}

.form-wrap input.button {
    background: #14508d url("../images/send_icon.png") no-repeat left 30% center;
    border: medium none;
    color: #fff;
    display: block;
    font-family: "Montserrat-Light";
    font-size: 19px;
    height: 100%;
    padding: 12px 0;
    width: 100%;
}

.item-inner-text.contact > a {
    color: #3d3d3d;
    display: block;
    text-decoration: none;
}

.section-content {
    margin-top: 5px;
}

form.section-content {
    margin-top: 15px;
}

.title-note {
    color: #3d3d3d;
    font-size: 18px;
}

.map-img {
    width: 100%;
}

#form-container {
    margin-bottom: 100px;
}

#contact-us-template .section-title {
    line-height: 28px;
    text-align: left;
    margin: 0;
}

.content-inner-item:first-child {
    margin-bottom: 25px;
}

.contact a i {
    width: 22px;
}

.input-column > .select2 {
    padding-left: 19px;
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    border: none;
    background-color: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #969696;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.input-column-wrap.full-width {
    width: 100%;
    clear: both;
}

#portfolio-template .type-1 {
    height: 60px;
}

#portfolio-template .type-1 .inner-1 {
    font-size: 14px;
    width: 50%;
    font-weight: 700;
}

#portfolio-template .type-1 .inner-2 {
    text-align: right;
    width: 50%;
}

.show-filter {
    color: #3d3d3d;
    font-family: "Montserrat-Light";
    font-size: 14px;
    line-height: 22px;
    padding: 15px 0 20px;
    position: relative;
}

.show-filter-inner-wrap {
    left: 0;
    padding: 0 7px 7px;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 10;
    display: none;
}

.show-filter-inner-sub {
    background-color: #f7f7f7;
    padding: 15px;
}

.show-filter-inner a {
    text-decoration: none;
}

.show-filter .show-filter-inner > a {
    display: block;
    cursor: pointer;
    color: #3d3d3d;
    transition: color 0.3s;
}

.show-filter .show-filter-inner > a:hover {
    color: #70af4c;
}

#portfolio-template a.type-1 {
    color: #fff;
    display: block;
    text-align: center;
    font-weight: 700;
    margin: 20px 0 70px;
    cursor: pointer;
}

#portfolio-template a.type-1:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0.000001px;
}

.type-1.load-more > span {
    display: inline-block;
    vertical-align: middle;
    width: 99%;
}

.free-wall {
    text-align: justify;
}

.free-wall .cell {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 0;
    margin-bottom: 15px;
    padding-bottom: 65%;
    position: relative;
}

.free-wall .cell img {
    display: none;
}

.free-wall .cell.gap {
    padding-bottom: 0;
    font-size: 0;
    margin-bottom: 0;
    height: 0;
}

.free-wall .cell:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding-bottom: 65%;
    background-color: #fff;
    opacity: 0;
    transition: opacity 0.3s;
}

.free-wall .cel:hover:after {
    opacity: 0.2;
}

.filter-section-inner {
    margin-bottom: 20px;
}

#portfolio-template {
    margin-bottom: 70px;
}

#portfolio-template .section-title {
    border-bottom: 1px solid;
    margin-bottom: 15px;
    padding-bottom: 10px;
    text-align: left;
}

#portfolio-template a.type-1.load-more {
    margin-top: 0;
}

.thankyou {
    color: red;
    display: block;
    margin: 10px 0;
}



@media screen and (min-width: 360px) {
    .container {
        padding: 0 15px;
    }

    .type-1 {
        margin: 15px 15px 0 15px;
    }

    .show-filter-inner-wrap {
        padding: 0 15px 15px;
    }

    .type-1 .inner-2 {
        text-align: center;
    }

    .banner-wrap-title {

        background-position: right 125% center;
    }

    .header-contact {
        font-size: 12px;
    }

    .logo-wrap > span {
        font-size: 13px;
    }

    .service-item-wrap .service-item-inner {
        width: 88%;
    }
}

@media screen and (min-width: 480px) {
    .banner-wrap-title {
        height: 240px;
    }

    .banner-wrap-title h1 {
        font-size: 36px;
    }

    .banner-wrap-title .title-note {
        font-size: 30px;
    }

    .contact a i {
        width: 35px;
    }

    .form-wrap input.button {
        background-position: left 38% center;
    }

    #portfolio-template .type-1 .inner-2 {
        font-size: 13px;
    }

    .service-item-wrap .service-item-inner {
        padding: 0 5px;
        width: 90%;
    }

    .service-item-inner .title {
        font-size: 13px;
    }
}

@media screen and (min-width: 640px) {
    .free-wall .cell {
        float: left;
        margin-right: 1.9%;
        padding-bottom: 26%;
        width: 32%;
    }

    .free-wall .cell:nth-child(3n) {
        margin-right: 0;
    }

    #portfolio-template a.type-1 {
        font-size: 22px;
        margin-bottom: 100px;
    }

    #portfolio-template .type-1 {
        height: 100px;
    }

    #portfolio-template .type-1 .inner-1 {
        padding-right: 60px;
        font-size: 22px;
    }

    .container {
        padding: 0 20px;
    }

    .type-1 {
        margin: 20px 20px 0px 20px;
    }

    .show-filter-inner-wrap {
        padding: 0 20px 20px;
    }

    .show-filter-inner {
        float: left;
        margin-right: 30px;
    }

    .header-info .slogan {
        font-size: 24px;
    }

    .header-contact {
        font-size: 15px;
        line-height: 23px;
    }

    .container-menu-wrap {
        position: relative;
        background: url("../images/content-bg-m.jpg") no-repeat 0 0;
        background-size: cover;
    }

    .service-item-wrap .service-item {
        padding-bottom: 20%;
        width: 20%;
    }

    .service-item-wrap .service-content {
        margin-left: 30px;
        width: 72%;
    }

    .form-wrap input.button {
        background-position: left 41% center;
    }
}

@media screen and (min-width: 768px) {
    .slider-inner {
        padding-bottom: 600px;
    }

    .show-filter-inner {
        margin-right: 90px;
    }

    #portfolio-template .type-1 {
        height: 70px;
    }

    #portfolio-template .type-1 .inner-1 {
        width: 70%;
    }

    #portfolio-template .type-1 .inner-2 {
        width: 30%;
    }

    .type-1 {
        height: 150px;
    }

    .type-1 .inner-1 {
        font-size: 27px;
        font-weight: 700;
    }

    .type-1 .inner-2 {
        font-size: 20px;
        font-weight: 700;
    }

    .section-title {
        font-size: 36px;
        margin: 45px 0;
    }

    .service-item {
        height: 155px;
        width: 155px;
    }

    .service-item-inner .title {
        font-size: 20px;
    }

    .service-item img {
        width: auto;
    }

    .service-item-inner .title {
        margin: 5px auto 0;
        width: 92%;
    }

    .service-item-wrap {
        width: 48%;
    }

    .service-item-wrap .service-item {
        padding-bottom: 33%;
        width: 33%;
        margin-bottom: 5%;
    }

    .service-item-wrap .service-item img {
        width: 32%;
    }

    .service-item-wrap .service-content {
        margin-left: 15px;
    }

    .service-item-wrap .service-item-inner .title {
        font-size: 17px;
    }

    .title-note {
        display: block;
        font-size: 30px;
        margin-top: 5px;
    }

    .input-column > *, .select2-results__option {
        font-size: 24px;
    }

    .section-content {
        font-size: 24px;
        line-height: 35px;
        margin-top: 10px;
    }

    .service-item-wrap .service-item-inner .title {
        font-size: 13px;
    }
}

@media screen and (min-width: 1024px) {
    header > .header-1 {
        height: 212px;
    }

    #portfolio-template .type-1 .inner-2 {
        font-size: 18px;
    }

    .logo-wrap > img {
        width: auto;
    }

    .logo-wrap > span {
        font-size: 24px;
        margin-left: 20px;
    }

    .image-wrap-1-item, .image-wrap-1-item:first-child, .image-wrap-1-item:nth-child(2) {
        width: 20%;
    }

    .image-wrap-1-item:nth-child(5) ~ .image-wrap-1-item {
        width: 16.66666%;
    }

    .footer-section-title {
        font-size: 22px;
    }

    .footer-content {
        font-size: 20px;
        line-height: 31px;
    }

    .image-wrap-1-item {
        padding-bottom: 15%;
    }

    .text-content .container {
        max-width: 960px;
        padding: 0;
    }

    .text-content {
        font-size: 24px;
        line-height: 35px;
        padding: 60px 0 70px;
    }

    #form-container {
        width: 100%;
    }

    .input-column-wrap:first-child {
        float: left;
    }

    .input-column-wrap {
        width: 49%;
        display: inline-table;
    }

    .input-column-wrap:first-child + .input-column-wrap {
        float: right;
    }

    .form-wrap input.button {
        float: right;
        width: 48%;
    }

    .service-item-wrap .service-item {
        padding-bottom: 24%;
        width: 24%;
        margin-bottom: 0;
    }

    .container-inner.bg-grey > * {
        display: inline-block;
        vertical-align: middle;
        width: auto;
    }

    .container-inner.bg-grey > *:first-child {
        margin-right: 30px;
    }

    .content-inner-wrap {
        padding: 0;
    }

    .content-inner-item:first-child {
        margin-bottom: 40px;
    }

    .form-wrap input.button {
        background-position: left 39% center;
    }

    .service-item-wrap .service-item-inner {
        width: 95%;
    }
    .input-column-wrap.fix-margin{margin-left: 12px;}
}

@media screen and (min-width: 1200px) {
    .show-filter-inner-wrap {
        padding: 0;
    }

    #portfolio-template {
        margin-bottom: 100px;
    }

    .slick-next {
        right: 0;
    }

    .slick-prev {
        left: 0;
    }

    .slick-next::before {
        background-image: url("../images/nav_btn_next.png");
    }

    .slick-prev::before {
        background-image: url("../images/nav_btn_prev.png");
    }

    .slick-next, .slick-prev {
        background-color: rgba(255, 255, 255, 0.6);
        height: 78px;
        width: 68px;
        z-index: 10;
        transition: background-color 0.5s;
    }

    .slick-next::before {
        right: 21px;
    }

    .slick-prev::before {
        left: 21px;
    }

    .slick-next::before, .slick-prev::before {
        font-size: 0;
        background-repeat: no-repeat;
        bottom: 0;
        content: "";
        height: 36px;
        margin: auto;
        position: absolute;
        top: 0;
        width: 19px;
        opacity: 1;
    }

    .slick-prev:focus, .slick-next:focus {
        background-color: rgba(255, 255, 255, 0.6);
    }

    .slick-next:hover, .slick-prev:hover {
        background-color: rgba(255, 255, 255, 0.8);
    }

    .slick-prev:hover::before, .slick-prev:focus::before, .slick-next:hover::before, .slick-next:focus::before {
        opacity: 1;
    }

    .service-item {
        margin-left: 0;
        margin-right: 0;
    }

    .content-wrap {
        display: block;
        margin: 0 auto;
        max-width: 1200px;
    }

    header .header-info {
        height: 145px;
    }

    .header-info .slogan {
        font-size: 36px;
    }

    .header-contact {
        font-size: 24px;
        line-height: 34px;
    }

    .header-mail {
        font-family: "Montserrat-Light";
    }

    .gt-1200 {
        display: block;
    }

    .lt-1200 {
        display: none;
    }

    .header-1 .header-menu {
        display: inline-block;
    }

    .header-1 .header-menu li {
        display: inline-block;
    }

    .header-1 .header-menu li a {
        display: block;
        padding: 20px 30px;
    }

    .header-1 .header-menu li:last-child a {
        padding-right: 0;
    }

    .type-1 .inner-1 {
        font-size: 32px;
        padding-right: 10%;
        width: 70%;
    }

    .type-1 .inner-2 {
        font-size: 24px;
        width: 30%;
    }

    .type-1 a.inner-2 > span {
        transition: all 0.3s;
    }

    .type-1 a.inner-2:hover > * {
        text-shadow: 1px 1px 5px #1c83b7;
    }

    .service-section .container, footer .container {
        padding: 0;
    }

    .footer-menu-wrap {
        text-align: left;

    }

    footer > .container {
        text-align: justify;
    }

    footer > .container:after {
        display: inline-block;
        content: "";
        width: 100%;
    }

    .footer-section {
        display: inline-block;
        vertical-align: top;
    }

    .footer-section:first-child {
        width: 68%;
    }

    #about-us-template .room-wrap .container {
        padding: 0;
    }

    #about-us-template .text-content .container {
        max-width: inherit;
        padding: 0 40px;
    }

    .banner-wrap-title {
        background-position: right 0 center;
        background-size: 65% auto;
    }

    .type-1 {
        background: #1e84b5;
        background: linear-gradient(to right, #1e84b5 30%, #76b344 65%);
        margin: 0px;
    }

    .footer-info .fa {
        width: 15px;
    }

    .copyright {
        font-size: 17px;
        padding: 30px 0 70px;
    }

    #about-us-template .image-wrap-1 {
        margin-top: 190px;
    }

    .type-2-name {
        font-size: 30px;
    }

    .type-2-info {
        font-size: 18px;
    }

    .type-2 {
        padding: 70px 0;
    }

    .type-2 .container .type-2-contact {
        font-size: 25px;
        margin-top: 15px;
        padding: 15px 65px 17px;
    }

    .service-content .service-text {
        font-size: 17px;
        height: 70px;
        overflow: hidden;
    }

    .read-more {
        font-size: 14px;
    }

    .service-title {
        font-size: 25px;
    }

    .service-item-wrap .service-item-inner .title {
        font-size: 16px;
    }

    .input-column > *, .select2-results__option {
        padding: 25px;
    }

    .container-custom-1 {
        padding: 0;
    }

    .container-inner.bg-grey > *:first-child {
        margin-right: 60px;
    }

    #form-container .container {
        padding: 0;
    }

    .input-column > textarea {
        height: 195px;
    }

    .header-menu-gt-1200-wrap {
        display: inline-block;
    }

    #portfolio-template a.type-1 {
        font-size: 24px;
        height: 80px;
    }

    #portfolio-template .section-title {
        margin-bottom: 21px;
        margin-top: 25px;
    }

    .free-wall .cell {
        float: left;
        margin-right: 1.4%;
        padding-bottom: 26%;
        width: 32.4%;
    }

    .show-filter-inner {
        margin-right: 100px;
    }
    .input-column-wrap.fix-margin{margin-left: 17px;}
}

@media screen and (min-width: 1300px) {
    .show-filter .show-filter-inner > a {
        font-size: 20px;
        line-height: 32px;
    }

    .service-item-wrap .service-item-inner .title {
        font-size: 20px;
    }

    .service-item-wrap .service-item {
        padding-bottom: 27%;
        width: 27%;
    }

    .service-item-wrap .service-content {
        width: 69%;
        margin-left: 20px;
    }

    .input-column > *, .select2-results__option {
        padding: 35px;
    }

    .form-wrap input.button {
        font-size: 24px;
        padding: 25px 0;
    }

    #form-container {
        margin-bottom: 200px;
    }

    .show-filter .show-filter-inner > a {
        font-size: 20px;
        line-height: 32px;
    }

    #portfolio-template .type-1 {
        height: 85px;
    }

    #portfolio-template .type-1 .inner-1 {
        font-size: 32px;
    }

    #portfolio-template .type-1 .inner-2 {
        font-size: 24px;
    }

    .filter-type {
        display: inline-block;
        font-size: 25px;
        margin: 15px 0;
    }

    #portfolio-template .section-title {
        margin-bottom: 27px;
        padding-bottom: 15px;
    }

    .filter-section-inner {
        margin-bottom: 70px;
    }

    #portfolio-template a.type-1.load-more {
        margin-bottom: 200px;
    }

}

/*fix ie*/
.lt-ie10 .banner-wrap-title::after {
    background: rgba(46, 23, 4, 0.8);
}

.lt-ie9 .image-wrap-1-item {
    width: 20%;
    overflow: hidden;
    height: 240px;
    padding-bottom: 0;
    background: none;
}

.lt-ie9 .image-wrap-1-item img {
    display: block;
    max-width: inherit;
    width: 100%;
}

.lt-ie9 header .header-info:after,
.lt-ie9 .service-item:after,
.lt-ie9 .banner-wrap-title:after,
.lt-ie9 .service-item:after,
.lt-ie9 header > .header-1:after,
.lt-ie9 .type-1-inner:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0.00001px;
}

.lt-ie9 .service-item:after {
    height: 0;
    padding-bottom: 100%;
}

.lt-ie9 .free-wall .cell:after {
    display: none;
}

.lt-ie9 .free-wall .cell {
    width: 32%;
    margin: 0 0.65%;
}
