@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,700,700italic|Lato:400,300,400italic,700italic,700|Fjalla+One|Kreon:400);
#menu-top span:after,
#menu-top span:before {
    content: '';
    width: 100%
}
a,
a:focus,
a:hover {
    text-decoration: none
}
*,
.bootstrap-select .btn:focus,
:active,
:focus,
button,
button:active,
button:focus,
input,
input:active,
input:focus,
option {
    outline: 0!important
}
body {
    font-family: "Open Sans", sans-serif;
    font-size: 16px
}
.footer-section,
.mod-banner-slide,
.submenu ul,
header .text-right {
    font-family: Lato, sans-serif
}
.container {
    width: auto;
    max-width: 1366px
}
img {
    max-width: 100%
}
a {
    color: inherit
}
.wrapper {
    overflow: hidden
}
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    padding: 10px 0;
    margin: 0
}
h1 {
    font-size: 4.5em
}
h2 {
    font-size: 2.25em
}
h3 {
    font-size: 1.5em
}
h4 {
    font-size: 1.25em
}
.table-div {
    display: table;
    height: 100%;
    width: 100%
}
.table-div .table-cell {
    display: table-cell;
    vertical-align: middle
}
.footer-section {
    background: #fff;
    padding: 40px 0 10px;
    color: #666;
    font-size: 1.125em;
    font-weight: 400
}
.footer-section.indentity {
    background-color: #e05747;
    color: #fff
}
.footer-section h3 {
    font-weight: inherit;
    font-size: 1.66667em;
    padding-bottom: 20px;
    padding-top: 0
}
.footer-section ul {
    list-style: none;
    padding: 0;
    margin-top: 30px
}
.footer-section ul li {
    padding: 5px 0
}
.footer-section .social ul {
    float: right;
    margin-top: 50px
}
.footer-section .social ul li {
    padding: 0 5px;
    float: left
}
.footer-section .social ul li a {
    width: 30px;
    height: 30px;
    text-align: center;
    display: block
}
.footer-section .social ul li a .active {
    display: none
}
.footer-section .social ul li:hover a .active {
    display: block
}
.footer-section .social ul li:hover a .no-active {
    display: none
}
.footer-section .copyright {
    font-size: .77778em;
    padding-top: 20px
}
.footer-section .partner-logo {
    padding-top: 20px
}
.footer-section .partner-logo .img1 {
    width: 116px
}
.footer-section .footer-logo {
    max-width: 110px;
    display: block
}
@media only screen and (max-width: 767px) {
    .footer-section h3 {
        padding-top: 30px;
        padding-bottom: 10px
    }
}
header {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transition: top .5s;
    transition: top .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear
}
header.off {
    top: -100px
}
header .logo-top {
    display: block;
    padding: 15px 35px;
    max-width: 179px
}
#menu-top,
#menu-top span,
.submenu .close-btn,
.submenu ul li a {
    display: inline-block
}
header .text-right>span {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.5em;
    padding-right: 70px
}
.header-section {
    height: 80px;
    position: relative
}
#menu-top span,
#menu-top span:after,
#menu-top span:before {
    position: absolute;
    left: 0;
    height: 3px;
    background-color: #333
}
#menu-top {
    position: relative;
    font-size: 2.25em;
    color: #333;
    padding: 15px 40px 15px 60px;
    vertical-align: middle
}
#menu-top span {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 35px
}
#menu-top span:before {
    top: -15px
}
#menu-top span:after {
    bottom: -13px
}
body.open-menu .submenu {
    right: 0
}
.submenu {
    position: fixed;
    top: 0;
    right: -400px;
    width: 100%;
    max-width: 400px;
    height: 100%;
    background: #fff;
    padding: 15px 30px;
    z-index: 9999;
    -webkit-transition: right .5s;
    transition: right .5s
}
.submenu .close-btn {
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    border-radius: 50%;
    margin-top: 10px;
    position: relative
}
.submenu .close-btn:after,
.submenu .close-btn:before {
    content: "";
    width: 30px;
    height: 2px;
    left: 4px;
    top: 18px;
    background: #000
}
.submenu .close-btn:before {
    position: absolute;
    transform: rotate(45deg)
}
.submenu .close-btn:after {
    position: absolute;
    transform: rotate(-45deg)
}
.submenu .close-btn:hover {
    background: #000
}
.submenu .close-btn:hover:after,
.submenu .close-btn:hover:before {
    background: #fff
}
.submenu ul {
    padding: 0;
    list-style: none
}
.submenu ul li {
    text-align: right
}
.submenu ul li a {
    padding: 10px 0
}
.submenu .social {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 15px 0 30px 25px;
    background: #fff
}
.submenu .social ul li {
    float: left;
    font-size: 22px;
    padding: 0 10px
}
.submenu .social ul li a {
    width: 40px;
    height: 40px;
    padding: 0;
    text-align: center
}
.submenu .social ul li a img {
    display: block
}
.submenu .social ul li a .active {
    display: none
}
.submenu .social ul li:hover a .active {
    display: block
}
.mod-banner-slide .img,
.submenu .social ul li:hover a .no-active {
    display: none
}
@media only screen and (max-width: 1000px) {
    #menu-top {
        font-size: 1.625em;
        line-height: 1.8em;
        padding-right: 0
    }
    header .logo-top {
        padding-left: 0;
        max-width: 133px
    }
    .mod-banner-slide .content * {
        text-shadow: 0 0 5px #fff
    }
}
@media only screen and (max-width: 767px) {
    .submenu {
        overflow: auto;
        padding-bottom: 20px
    }
    .submenu .social {
        position: relative
    }
}
@media only screen and (max-width: 400px) {
    #menu-top {
        font-size: 20px;
        padding-left: 40px
    }
    #menu-top span {
        width: 30px
    }
    #menu-top span:after {
        bottom: -10px
    }
    #menu-top span:before {
        top: -10px
    }
}
.mod-banner-slide {
    font-size: 2.25em;
    color: #383838;
    position: relative
}
.mod-banner-slide video {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 0;
    height: 100%!important
}
.mod-banner-slide h1,
.mod-banner-slide h2 {
    font-size: 2em;
    font-weight: 600
}
.mod-banner-slide .btn {
    font-size: .66667em;
    font-weight: 300;
    color: #000
}
.mod-banner-slide #banner-home {
    height: 805px
}
.mod-banner-slide .item {
    height: 805px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative
}
.mod-banner-slide .item.white-color {
    color: #fff;
    height: 100%
}
.mod-banner-slide .bg {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000
}
.mod-banner-slide .content {
    position: absolute;
    bottom: 65px;
    left: 0;
    width: 100%
}
.mod-banner-slide .content h1 {
    padding: 20px 0
}
.mod-banner-slide .content p {
    padding: 40px 0
}
.mod-banner-slide .btn-origin {
    margin-top: 40px;
    padding: 3px 20px;
    background: #f4821f
}
.mod-banner-slide .slick-dots {
    width: auto;
    bottom: 10px;
    line-height: 0;
    right: 25px
}
.mod-banner-slide .slick-dots li button {
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #000;
    width: 15px;
    height: 15px
}
.mod-banner-slide .slick-dots li button:before {
    opacity: 1;
    color: transparent
}
.mod-banner-slide .slick-dots li.slick-active button {
    background-color: #000
}
.mod-banner-slide .slick-slider {
    margin-bottom: 0
}
@media only screen and (max-width: 1366px) {
    .mod-banner-slide .img {
        display: block
    }
    .mod-banner-slide .item {
        background-image: none!important;
        height: auto
    }
    .mod-banner-slide .slick-dots li {
        margin: 0 10px
    }
    .mod-banner-slide #banner-home {
        height: auto
    }
}
@media only screen and (max-width: 850px) {
    .mod-banner-slide .item {
        font-size: 18px
    }
    .mod-banner-slide .content p {
        padding: 5px 0
    }
    .mod-banner-slide .btn-origin {
        font-size: 20px
    }
}
.table-responsive {
    width: 100%;
    overflow: auto
}
@media only screen and (min-width: 767px) {
    .mod-banner-slide .item.white-color>img {
        display: none
    }
}
@media only screen and (max-width: 767px) {
    .mod-banner-slide .item {
        height: auto!important
    }
    .mod-banner-slide .item.white-color {
        color: #383838
    }
    .mod-banner-slide .bg {
        /*display: none*/
    }
}
@media only screen and (max-width: 500px) {
    .mod-banner-slide .btn-origin {
        margin-top: 5px;
        font-size: 16px
    }
    .mod-banner-slide h1,
    .mod-banner-slide h2 {
        font-size: 25px
    }
    .mod-banner-slide .content {
        bottom: 40px
    }
    .mod-banner-slide .slick-dots {
        bottom: 10px
    }
    .mod-banner-slide .slick-dots li {
        height: auto
    }
    .mod-banner-slide .slick-dots li button {
        width: 10px;
        height: 10px;
        padding: 0;
        border-width: 1px
    }
}
.mod-world-icon {
    background: url(../data/bg1.jpg) no-repeat;
    background-size: cover;
    padding: 50px
}
@media only screen and (max-width: 767px) {
    .list {
        padding: 50px 20px 20px
    }
    .list ul {
        display: table;
        width: 100%;
        list-style: none
    }
    .list ul:after {
        clear: both
    }
    .list ul li {
        float: left;
        width: 50%;
        padding-left: 60px;
        text-align: left;
        padding-bottom: 50px;
        position: relative;
        min-height: 100px;
        padding-right: 10px
    }
    .list ul li a {
        color: #fff
    }
    .list ul li img {
        position: absolute;
        top: 0;
        left: 0
    }
    .list ul li:nth-child(1) img {
        top: 7px
    }
    .mod-world-icon {
        padding: 0
    }
}
@media only screen and (max-width: 500px) {
    .list ul li {
        font-size: 13px;
        padding-right: 10px
    }
    .list ul li:nth-child(1) img {
        top: 2px
    }
}
.mod-text-image {
    position: relative
}
.mod-text-image #about {
    position: absolute;
    top: -70px
}
.mod-text-image .container {
    position: relative;
    z-index: 2
}
.mod-text-image .content {
    font-size: 1.25em;
    color: #000;
    padding: 70px 0 16px 35px;
    line-height: 1.25em
}
.mod-text-image .content h2 {
    padding-bottom: 37px;
    font-family: "Fjalla One", sans-serif
}
.mod-text-image .content p {
    margin-bottom: 20px
}
.mod-text-image .list-icon {
    font-size: .8em;
    padding-top: 55px
}
.mod-text-image .list-icon ul:after {
    content: '';
    display: table;
    clear: both
}
.mod-text-image .list-icon li {
    display: block;
    width: 50%;
    float: left;
    position: relative;
    padding-left: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 45px;
    font-size: .8em;
    color: #010101
}
.mod-text-image .list-icon li img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0
}
.mod-text-image .list-icon li:nth-child(odd):after {
    content: '';
    display: table;
    clear: both
}
.mod-text-image .image {
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    z-index: 1;
    height: 100%
}
@media only screen and (max-width: 767px) {
    .mod-text-image .image {
        position: static;
        width: 100%;
        height: 600px
    }
    .mod-text-image .content {
        padding-left: 0
    }
    .mod-text-image .list-icon {
        padding-top: 0
    }
}
@media only screen and (max-width: 480px) {
    .mod-text-image .list-icon li {
        width: 100%
    }
}
.mod-contact-form {
    background: url(../images/banner-2.jpg) center no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
    padding: 100px 15px 50px 35px
}
.mod-contact-form #contact-section {
    position: absolute;
    top: -70px
}
.mod-contact-form h2 {
    padding: 5px 0 50px
}
.mod-contact-form label {
    font-size: .875em;
    font-weight: 400
}
.mod-contact-form p {
    font-size: 1.125em
}
.mod-contact-form .btn {
    font-size: .875em
}
.mod-contact-form .form-group {
    position: relative
}
.mod-contact-form .form-group label {
    position: absolute;
    top: 8px;
    left: 0;
    z-index: 99;
    -webkit-transition: all .5s;
    transition: all .5s
}
.mod-contact-form .form-group.active label {
    top: -20px;
    font-size: 10px
}
.mod-contact-form .form-group.active .form-control:after {
    width: 100%
}
.mod-contact-form .form-group.active .form-control:before {
    width: 0
}
.mod-contact-form .form-group.error label {
    top: -20px;
    font-size: 10px;
    color: red
}
.mod-contact-form .form-group.error .form-control:after {
    width: 100%;
    border-color: red
}
.mod-contact-form .form-group.error .form-control:before {
    width: 0
}
.mod-contact-form .form-group.error .form-control.not-input {
    border-color: red
}
.mod-contact-form .form-group.text label {
    left: 10px
}
.mod-contact-form .form-group.text .form-control:after,
.mod-contact-form .form-group.text .form-control:before {
    display: none
}
.mod-contact-form .form-control {
    background-color: transparent;
    border: 0;
    position: relative;
    border-radius: 0;
    height: auto;
    margin-bottom: 40px;
    font-size: .875em;
    padding-left: 0;
    padding-right: 0
}
.mod-contact-form .form-control:after {
    border-bottom: 2px solid #0a9039;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: all .5s;
    transition: all .5s
}
.mod-contact-form .form-control:before {
    border-bottom: 2px solid #fff;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-transition: all .5s;
    transition: all .5s
}
.mod-contact-form .form-control input {
    width: 100%;
    background-color: transparent;
    padding: 0;
    border: 0;
    color: #fff
}
.mod-contact-form .form-control.not-input {
    background: url(../images/bg-area.jpg) no-repeat;
    background-size: cover;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px
}
.mod-contact-form .form-control.not-input textarea {
    background-color: transparent;
    border: 0;
    resize: none;
    color: #fff;
    overflow: auto
}
.mod-contact-form .left {
    padding-left: 60px
}
.mod-contact-form .right {
    padding-left: 95px
}
.mod-contact-form .btn {
    background: #00aeef;
    max-width: 190px;
    display: block;
    width: 100%
}
.mod-menu-page .logo,
.mod-menu-page .menu li {
    display: inline-block
}
.mod-contact-form .btn:hover {
    color: #00aeef;
    background: #fff
}
.mod-contact-form .check-box-row {
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px
}
.mod-contact-form .check-box-row input {
    opacity: 0;
    position: fixed;
    top: -50px;
    left: -10px
}
.mod-contact-form .check-box-row label {
    cursor: pointer
}
.mod-contact-form .check-box-row label:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 3px solid #fff;
    position: absolute;
    top: 0;
    left: 0
}
.mod-contact-form .check-box-row input:checked~label:before {
    background: #f4821f;
    border-color: #f4821f
}
.mod-contact-form h4 {
    font-size: .875em;
    padding-bottom: 20px
}
@media only screen and (max-width: 1000px) {
    .mod-contact-form .left,
    .mod-contact-form .right {
        padding-left: 15px
    }
    .mod-contact-form {
        padding-left: 0;
        padding-right: 0
    }
}
@media only screen and (max-width: 767px) {
    .height {
        width: auto!important
    }
    .mod-contact-form .btn {
        margin-top: 30px
    }
    .mod-menu-page .menu li a {
        font-size: 12px
    }
}
.height-menu {
    height: 75px;
    position: relative
}
.mod-menu-page {
    background-color: #555f76;
    position: fixed;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 999;
    overflow: hidden;
    -webkit-transition: top .5s;
    transition: top .5s
}
.mod-menu-page.pin {
    top: 0
}
.mod-menu-page .logo {
    padding: 14px 15px;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 144px
}
.mod-menu-page .menu {
    min-height: 75px;
    position: relative;
    padding-right: 140px;
    margin: 0
}
.mod-menu-page .menu ul {
    padding: 0;
    border: none
}
.mod-menu-page .menu li a {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    padding: 28px 45px;
    border-radius: 0;
    margin: 0;
    border: none
}
.mod-menu-page .menu li a:focus {
    background: #333;
    margin: 0;
    border: none
}
.mod-menu-page .menu li.active a,
.mod-menu-page .menu li:hover a {
    background: #333;
    margin: 0;
    border: none;
    color: #fff
}
.mod-menu-page .menu .icon-mail,
.mod-menu-page .menu .icon-menu {
    top: 0;
    width: 75px;
    height: 100%;
    margin-right: -15px;
    position: absolute
}
.mod-menu-page .menu .icon-mail {
    right: 75px;
    padding: 18px 0;
    text-align: center;
    background: #336
}
.mod-menu-page .menu .icon-menu {
    right: 0;
    display: block;
    background: #333
}
.mod-menu-page .menu .icon-menu span {
    display: block;
    width: 35px;
    height: 3px;
    background: #fff;
    top: 50%;
    position: absolute;
    left: 50%;
    margin-left: -17px
}
.mod-menu-page .menu .icon-menu span::before {
    content: '';
    position: absolute;
    top: -13px;
    left: 0;
    width: 35px;
    height: 3px;
    background: #fff
}
.mod-menu-page .menu .icon-menu span::after {
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    width: 35px;
    height: 3px;
    background: #fff
}
@media only screen and (max-width: 1024px) {
    .mod-menu-page .menu li a {
        padding-left: 15px;
        padding-right: 15px
    }
}
@media only screen and (max-width: 610px) {
    .mod-menu-page .menu li a {
        font-size: 10px;
        line-height: 30px
    }
    .mod-menu-page .logo {
        width: 122px
    }
}
@media only screen and (max-width: 570px) {
    .mod-menu-page .menu {
        min-height: 50px
    }
    .mod-menu-page .menu li a {
        padding-left: 5px;
        padding-right: 5px;
        line-height: 14px
    }
    .mod-menu-page .logo {
        width: 83px;
        padding: 23px 15px
    }
}
@media only screen and (max-width: 476px) {
    .mod-menu-page .menu {
        padding-right: 86px
    }
    .mod-menu-page .menu li a {
        font-size: 8px
    }
    .mod-menu-page .menu .icon-menu {
        width: 54px
    }
    .mod-menu-page .menu .icon-mail {
        width: 48px;
        padding-top: 11px;
        right: 54px
    }
}
@media only screen and (max-width: 380px) {
    .mod-menu-page .menu {
        display: none
    }
}
.mod-our-work {
    position: relative;
    background-color: #ccc;
    color: #3d3d3d;
    padding-bottom: 100px
}
.mod-our-work #ourwork {
    position: absolute;
    top: -70px
}
.mod-our-work .top-content {
    padding: 10px 0
}
.mod-our-work .top-content h2 {
    padding: 30px 0
}
.mod-our-work .top-content ul {
    border: none;
    float: none;
    padding: 0
}
.mod-our-work .top-content ul li {
    display: inline-block;
    padding: 0 10px;
    float: none;
    font-size: .875em
}
.mod-our-work .top-content ul li a {
    display: block;
    color: #989898;
    padding: 0;
    border: none!important;
    background: 0 0!important
}
.mod-our-work .top-content ul li a:hover {
    text-decoration: none;
    color: #383838
}
.mod-our-work .top-content ul li.active a {
    color: #383838
}
.mod-our-work .slide-block-container {
    margin-top: 50px;
    padding: 0 20px
}
.mod-our-work .slide-block-container:after {
    content: '';
    display: table;
    clear: both;
    float: left
}
.mod-our-work .block-item {
    width: 33.33%;
    padding: 15px;
    float: left;
    position: relative
}
.mod-our-work .block-item:hover .button-pri.first {
    background: #ccc;
    color: #000
}
.mod-our-work .block-item .full-ink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3
}
.mod-our-work .block-content {
    background-color: #fff;
    padding: 20px;
    position: relative
}
.mod-our-work .item-image {
    background-color: #ccc;
    height: 215px;
    text-align: center
}
.mod-our-work .item-image img {
    margin: 0 auto
}
.mod-our-work .slick-slider {
    margin-bottom: 0
}
.mod-our-work h3 {
    color: #f93;
    padding: 35px 0 30px
}
.mod-our-work h3 a {
    color: inherit
}
.mod-our-work .button-pri {
    border: 1px solid #ccc;
    color: #ccc;
    border-radius: 10px;
    padding: 3px 15px 4px;
    font-size: .6875em;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 100px;
    text-align: center
}
.mod-our-work .button-pri.first {
    left: 130px
}
.mod-our-work .button-pri:hover {
    background: #ccc;
    color: #000
}
.mod-our-work .slick-dots {
    bottom: auto;
    top: 100%;
    margin-top: 35px
}
.mod-our-work .slick-dots li button {
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #000;
    width: 15px;
    height: 15px
}
.mod-our-work .slick-dots li button:before {
    opacity: 1;
    color: transparent
}
.mod-our-work .slick-dots li.slick-active button {
    background-color: #000
}
.mod-our-work .carousel-indicators {
    bottom: -47px;
    margin: 0;
    left: 0;
    width: 100%;
    padding: 0 100px;
    right: auto;
    z-index: 1
}
.mod-our-work .carousel-indicators li {
    border: 2px solid #000;
    margin: 0 7px!important;
    width: 15px;
    height: 15px
}
.mod-our-work .carousel-indicators li.active {
    border: 2px solid #000;
    margin: 0;
    width: 15px;
    height: 15px;
    background: #000
}
.mod-our-work .carousel-control,
.mod-our-work .slick-next,
.mod-our-work .slick-prev {
    top: 100%;
    margin-top: 27px;
    z-index: 9;
    width: 50px;
    height: 50px;
    background: 0 0!important
}
.mod-our-work .carousel-control.top,
.mod-our-work .slick-next.top,
.mod-our-work .slick-prev.top {
    top: -62px
}
.mod-our-work .carousel-control span,
.mod-our-work .slick-next span,
.mod-our-work .slick-prev span {
    height: 3px;
    background: #666;
    position: absolute;
    top: 8px;
    left: 2px;
    width: 40px
}
.mod-our-work .carousel-control:before,
.mod-our-work .slick-next:before,
.mod-our-work .slick-prev:before {
    content: '';
    width: 20px;
    height: 3px;
    background-color: #666;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}
.mod-our-work .carousel-control:after,
.mod-our-work .slick-next:after,
.mod-our-work .slick-prev:after {
    content: '';
    width: 20px;
    height: 3px;
    background-color: #666;
    position: absolute;
    top: 16px;
    left: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}
.mod-our-work .left {
    left: 38px
}
.mod-our-work .right {
    right: 38px
}
.mod-our-work .right:before {
    left: auto;
    right: -3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}
.mod-our-work .right:after {
    left: auto;
    right: -3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}
.mod-our-work .right span {
    right: -1px;
    left: auto
}
.mod-our-work .web-design-link .block-item .full-ink {
    background: rgba(0, 0, 0, .3);
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 0
}
.mod-our-work .web-design-link .block-item .full-ink:hover {
    background: url(../data/link.png) center center no-repeat;
    background-color: rgba(0, 0, 0, .3);
    opacity: 1
}
.table {
    display: table;
    height: 100%;
    width: 100%
}
.table .cell {
    display: table-cell;
    vertical-align: middle
}
.mod-our-work .mobile-link .block-item .info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    opacity: 0;
    background: rgba(0, 0, 0, .3);
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}
.mod-our-work .mobile-link .block-item .info .left-link {
    background: url(../data/link2.png) no-repeat;
    width: 45px;
    height: 45px;
    display: block;
    float: right
}
.mod-our-work .mobile-link .block-item .info .right-link {
    background: url(../data/link2.png) 100% 0 no-repeat;
    width: 45px;
    height: 45px;
    display: block;
    float: left
}
.item-content {
    padding-bottom: 30px
}
.mod-our-work .mobile-link .block-item:hover .info {
    opacity: 1
}
@media only screen and (max-width: 1000px) {
    .mod-our-work .block-item {
        width: 50%
    }
}
@media only screen and (max-width: 767px) {
    .item-content,
    .mod-our-work p {
        height: auto!important
    }
    .mod-our-work .block-item {
        width: 100%;
        float: none
    }
    .mod-our-work .slide-block-container {
        padding-left: 0;
        padding-right: 0
    }
    .mod-our-work h3 {
        padding: 20px 0 0
    }
    .mod-our-work .top-content ul li {
        margin-top: 20px
    }
}
.mod-feedback {
    background-color: #666;
    padding: 40px 60px 55px
}
.mod-feedback .block-feedback {
    color: #fff
}
.mod-feedback .text-feedback {
    padding: 25px;
    background-color: #545666;
    position: relative;
    border-radius: 5px
}
.mod-feedback .text-feedback>* {
    position: relative;
    z-index: 2
}
.mod-feedback .text-feedback:after {
    background: url(../data/quote.png) center center no-repeat;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}
.mod-feedback .image,
.mod-feedback.feedback-application {
    background-color: #fff
}
.mod-feedback .text-feedback:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 35px solid transparent;
    border-top: 55px solid #545666;
    border-right: 35px solid transparent
}
.mod-feedback .image {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    margin-top: 75px;
    margin-left: auto;
    margin-right: auto;
    line-height: 90px
}
.mod-feedback .image img {
    width: 50px
}
.mod-feedback.feedback-application h2 {
    position: relative;
    margin-bottom: 40px;
    font-size: 3.75em;
    font-family: "Fjalla One", sans-serif;
    padding-bottom: 20px
}
.mod-feedback.feedback-application h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(../data/line-feedback.png);
    width: 349px;
    height: 10px
}
.mod-feedback.feedback-application .block-feedback {
    color: #333;
    border: 1px solid #333;
    font-weight: 300;
    font-style: italic;
    padding-bottom: 30px
}
.mod-feedback.feedback-application .text-feedback {
    padding: 25px;
    background-color: transparent;
    box-shadow: none;
    position: relative
}
.mod-feedback.feedback-application .text-feedback:before {
    display: none
}
.mod-feedback.feedback-application .author {
    text-align: left;
    font-weight: 400;
    color: #000;
    font-style: normal
}
.mod-feedback.feedback-application h3 {
    color: #f93;
    padding: 0
}
@media only screen and (max-width: 991px) {
    .mod-feedback .blog-feedback {
        text-align: center
    }
    .mod-feedback .blog-feedback .col-sm-6 {
        width: 100%
    }
    .mod-feedback.feedback-application .author {
        padding-top: 20px;
        text-align: center
    }
}
@media only screen and (max-width: 767px) {
    .mod-feedback .block-feedback {
        margin-bottom: 30px
    }
    .mod-feedback {
        padding-left: 0;
        padding-right: 0
    }
}
.mod-past-company {
    background-color: #fff;
    text-align: center
}
.mod-past-company .container {
    height: 100%
}
.mod-past-company li {
    display: inline-block;
    padding: 0 45px
}
.mod-past-company li a {
    display: block
}
.mod-past-company .item-sl {
    float: left;
    width: 20%;
    height: 150px
}
.mod-past-company .item-sl img {
    display: inline
}
@media only screen and (max-width: 767px) {
    .mod-past-company .item-sl {
        width: 33.33%
    }
    .mod-past-company .slick-list {
        padding: 0!important
    }
}
.mod-full-services {
    color: #fff;
    text-align: center;
    background-color: #000;
    padding: 50px 20px;
    position: relative
}
.mod-full-services #services {
    position: absolute;
    top: -70px
}
.mod-full-services h2 {
    padding: 25px 0
}
.mod-full-services .row .col-sm-3 {
    width: 20%;
    text-align: left;
    padding-top: 50px
}
.mod-howdowe,
.mod-howdowe .top-icon {
    text-align: center
}
.mod-full-services h3 {
    font-size: 1.125em;
    padding: 10px 0 55px
}
.mod-full-services ul {
    padding-top: 0
}
.mod-full-services ul li {
    display: block;
    padding: 5px 0;
    font-size: .875em
}
@media only screen and (max-width: 1000px) {
    .mod-full-services .row .col-sm-3 {
        width: 33.33%
    }
}
@media only screen and (max-width: 767px) {
    .mod-full-services .row .col-sm-3 {
        padding-top: 10px;
        width: 100%;
        float: none;
        height: auto!important
    }
    .mod-full-services {
        padding-left: 0
    }
    .mod-full-services h3 {
        padding-bottom: 10px
    }
    .mod-full-services h2 {
        font-size: 25px
    }
}
.after-footer {
    background: center no-repeat #292929;
    background-size: cover;
    position: relative;
    height: 757px;
    overflow: hidden
}
.after-footer .container {
    position: relative;
    z-index: 2
}
.after-footer .social {
    position: absolute;
    top: 50px;
    right: 15px
}
.after-footer .social ul {
    list-style: none;
    padding: 0
}
.after-footer .social ul li {
    float: left;
    padding: 0 10px
}
.after-footer .social ul li a {
    width: 60px;
    height: 60px;
    text-align: center;
    display: block
}
.after-footer .social ul li a .active {
    display: none
}
.after-footer .social ul li:hover a .active {
    display: block
}
.after-footer .social ul li:hover a .no-active {
    display: none
}
.after-footer .pin-icon {
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 78px;
    margin-left: -35px
}
.after-footer .btn {
    border: 2px solid #000;
    padding: 5px;
    font-size: 1em;
    margin-bottom: 10px;
    border-radius: 0
}
.after-footer .btn:hover {
    background: #000;
    color: #fff
}
.after-footer .popup-box {
    border-radius: 5px;
    background: #fff;
    width: 370px;
    padding: 5px 20px;
    position: absolute;
    bottom: 100%;
    left: 50%;
    font-size: 1.125em;
    margin-bottom: 60px;
    margin-left: -185px
}
.after-footer .popup-box:after {
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -20px;
    border-left: 20px solid transparent;
    border-top: 40px solid #fff;
    border-right: 20px solid transparent
}
#content {
    background: #dcdcdc;
    padding: 50px 0
}
@media only screen and (max-width: 767px) {
    .after-footer .social ul li a {
        width: 40px;
        height: 40px
    }
}
@media only screen and (max-width: 400px) {
    .after-footer .popup-box {
        width: 300px;
        margin-left: -150px
    }
}
.gm-style-iw {
    max-width: 300px
}
.mod-howdowe {
    background-color: #cc4e40;
    color: #fff;
    padding: 80px 0
}
.mod-howdowe h2 {
    font-family: Kreon, serif;
    padding: 20px 0
}
.mod-banner-application h1,
.mod-hosting-domain h2,
.mod-our-services h2 {
    font-family: "Fjalla One", sans-serif
}
.mod-howdowe p {
    padding: 20px 0
}
.mod-howdowe .row {
    padding-top: 80px
}
.mod-howdowe .top-icon span {
    display: block
}
.mod-howdowe .top-icon span img {
    max-height: 190px
}
.mod-howdowe h3 {
    font-size: 1.875em;
    padding: 20px 0;
    text-transform: uppercase
}
.mod-howdowe ul.col-li {
    column-count: 2
}
.mod-howdowe ul li {
    padding-left: 20px;
    position: relative;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px
}
.mod-howdowe ul li:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    width: 12px;
    height: 12px;
    background: url(../images/icon-li.png) no-repeat
}
.mod-howdowe .content-icon {
    text-align: left
}
@media only screen and (max-width: 767px) {
    .mod-howdowe .row {
        padding-top: 20px
    }
    .mod-howdowe .top-icon {
        padding-top: 40px
    }
}
.mod-new-banner {
    background-color: #e05747;
    height: 875px;
    text-align: center;
    color: #fff
}
.mod-new-banner .img-banner {
    max-width: 480px;
    margin: auto
}
.mod-new-banner .container {
    height: 100%
}
.mod-new-banner h2 {
    padding: 80px 50px
}
.mod-new-banner h3 {
    font-size: 1.875em;
    padding: 20px 0
}
.mod-new-banner p {
    padding: 30px 0
}
.mod-banner-application {
    height: 805px;
    color: #fff;
    font-size: 1.125em;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: 50px
}
.mod-banner-application .table-cell {
    vertical-align: bottom
}
.mod-banner-application:after {
    background: rgba(0, 0, 0, .46);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}
.mod-banner-application .container {
    height: 100%;
    position: relative;
    z-index: 2
}
.mod-banner-application h1 {
    font-size: 2.22222em;
    padding-bottom: 30px
}
.mod-banner-application .application {
    width: 450px;
    margin-left: auto
}
.mod-banner-application .application>p {
    border-bottom: 2px solid #fff;
    padding-bottom: 30px
}
.mod-banner-application .application .icon {
    padding-top: 50px;
    text-align: center
}
.mod-banner-application .form-group {
    margin-top: 40px
}
.mod-banner-application .form-control {
    height: auto;
    margin-bottom: 40px
}
.mod-banner-application .form-control input {
    border: 0;
    width: 100%
}
.mod-banner-application .btn-green {
    background-color: #3c3;
    height: 36px;
    padding: 0 20px;
    line-height: 32px
}
.mod-banner-application .btn-green:hover {
    color: #fff;
    background-color: #333
}
.mod-banner-application.strategy .application .col-xs-3:nth-child(4):after {
    content: '';
    display: table;
    clear: both
}
.mod-banner-application.strategy .application .icon {
    font-size: .75em
}
@media only screen and (max-width: 991px) {
    .mod-banner-application .application {
        width: 350px
    }
}
@media only screen and (max-width: 767px) {
    .mod-banner-application .application {
        width: 100%;
        padding-top: 50px
    }
    .mod-banner-application .application>p {
        padding-bottom: 20px
    }
}
.mod-our-services {
    text-align: center;
    position: relative;
    padding: 20px 0
}
.mod-our-services #oursevices {
    position: absolute;
    top: -70px
}
.mod-our-services h2 {
    font-size: 3.75em;
    padding: 20px 0 40px
}
.mod-our-services p {
    font-size: .875em
}
.mod-our-services .item {
    padding: 20px 30px
}
.mod-our-services .item span {
    display: block;
    margin-bottom: 20px
}
.mod-our-services .item span img {
    max-height: 80px
}
.mod-our-services.design h2 {
    position: relative
}
.mod-our-services.design h2:before {
    content: '';
    background: url(../assets/images/line-design) no-repeat;
    position: absolute;
    width: 349px;
    height: 10px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}
.mod-our-services .question-service {
    padding-top: 40px;
    padding-bottom: 80px
}
.mod-our-services .question-service h3 {
    font-size: 1.875em;
    padding-bottom: 40px
}
.mod-our-services .question-service ul {
    text-align: left;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    font-size: 1.375em;
    list-style: none
}
.mod-our-services .question-service ul li {
    padding-left: 40px;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px
}
.mod-our-services .question-service ul li img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}
.mod-website-creation {
    color: #000;
    padding: 40px 0 0
}
.mod-website-creation h3 {
    font-size: 1.875em;
    font-weight: 700;
    padding-bottom: 40px
}
.mod-website-creation ul.content {
    padding-top: 40px;
    padding-bottom: 0
}
.mod-website-creation ul.content li {
    display: block;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin: 0 -15px
}
.mod-website-creation ul.content li h3 {
    padding-bottom: 20px
}
.mod-website-creation ul.content li:nth-child(odd) .bg-li {
    color: #fff;
    padding-left: 100px
}
.mod-website-creation ul.content li:nth-child(even) .bg-li {
    margin-left: auto;
    color: #000;
    padding-left: 40%;
    width: 100%;
    padding-right: 100px
}
@media only screen and (max-width: 992px) {
    .mod-website-creation ul.content li .bg-li {
        width: 700px
    }
    .mod-website-creation ul.content li:nth-child(even) .bg-li {
        padding-right: 60px
    }
    .mod-website-creation ul.content li:nth-child(odd) .bg-li {
        padding-left: 40px
    }
}
@media only screen and (max-width: 767px) {
    .mod-our-services .item span {
        height: auto!important
    }
    .mod-our-services .question-service ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
    .mod-website-creation ul.content li .bg-li {
        width: auto
    }
    .mod-website-creation ul.content li:nth-child(even) .bg-li,
    .mod-website-creation ul.content li:nth-child(odd) .bg-li {
        padding-right: 40px;
        padding-left: 40px
    }
}
.mod-hosting-domain {
    padding: 40px 0;
    text-align: center
}
.mod-hosting-domain .domain {
    text-align: left
}
.mod-hosting-domain h2 {
    font-size: 3.75em;
    padding: 20px 0 40px
}
#portfolio .portfolio-item .portfolio-caption h4,
#portfolio h2.section-heading {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif
}
.mod-hosting-domain h3 {
    position: relative;
    padding: 50px 0 50px 100px
}
.mod-hosting-domain h3 img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0
}
#content .post .image,
#content .post ul {
    top: 0;
    left: 0;
    right: 0;
    transition: all .15s ease-in-out
}
#content {
    position: relative;
    width: 100vw;
    display: flex;
    flex-flow: row wrap
}
#content .post {
    position: relative;
    width: 25vw;
    height: 25vw;
    background: #000;
    display: block;
    overflow: hidden
}
#content .post .image {
    position: absolute;
    bottom: 0;
    background-position: center;
    background-size: cover
}
#content .post ul {
    position: absolute;
    height: 50px;
    background: rgba(157, 109, 85, .8);
    display: flex;
    justify-content: space-around;
    transform: translateY(-100%);
    color: #FFF
}
#content .post ul li {
    text-align: center;
    line-height: 50px
}
#content .post:hover .image {
    opacity: .5;
    transform: scale(1.15) translate3d(0, 0, 0)
}
#content .post:hover ul {
    transform: translateX(0)
}
.portfolio-modal .modal-content {
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    min-height: 100%;
    padding: 100px 0;
    text-align: center
}
.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em
}
.portfolio-modal .modal-content p {
    margin-bottom: 30px
}
.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-style: italic;
    font-size: 16px
}
.portfolio-modal .modal-content ul.list-inline {
    margin-bottom: 30px;
    margin-top: 0
}
.portfolio-modal .modal-content img {
    margin-bottom: 30px
}
.portfolio-modal .close-modal {
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: transparent;
    top: 25px;
    right: 25px;
    cursor: pointer
}
.portfolio-modal .close-modal:hover {
    opacity: .3
}
.portfolio-modal .close-modal .lr {
    height: 75px;
    width: 1px;
    margin-left: 35px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 1051
}
.portfolio-modal .close-modal .lr .rl {
    height: 75px;
    width: 1px;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    z-index: 1052
}
.portfolio-modal .modal-backdrop {
    opacity: 0;
    display: none
}
#portfolio {
    padding: 100px 0;
    background-color: #eee
}
#portfolio h2.section-heading {
    font-size: 40px;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 700
}
#portfolio h3.section-subheading {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 75px;
    text-transform: none
}
#portfolio .portfolio-item {
    margin: 0 0 30px;
    right: 0
}
#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    max-width: 400px;
    margin: 0 auto
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    background: rgba(254, 209, 54, .9)
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    width: 100%;
    height: 20px;
    font-size: 20px;
    text-align: center;
    top: 50%;
    margin-top: -12px;
    color: #fff
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0
}
#portfolio .portfolio-item .portfolio-caption {
    max-width: 400px;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    padding: 25px
}
#portfolio .portfolio-item .portfolio-caption h4 {
    text-transform: none;
    margin: 0;
    padding: 0;
    font-variant: 700
}
#portfolio .portfolio-item .portfolio-caption p {
    font-style: italic;
    font-size: 16px;
    margin: 0
}
#portfolio * {
    z-index: 2
}
.request-quote {
    font-size: 1.875em;
    color: #cdcdcd;
    padding: 45px 0;
    background-color: #ff4c58;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative
}
.request-quote .btn-origin {
    font-size: .6em;
    text-transform: uppercase;
    color: #000;
    background: #f4821f
}
.request-quote .btn-origin:hover {
    background: #000;
    color: #f4821f
}
.request-quote span {
    padding: 0 20px
}
.request-quote #ourclient {
    position: absolute;
    top: -70px
}
@media only screen and (max-width: 767px) {
    .request-quote {
        font-size: 20px
    }
    .request-quote .btn-origin {
        margin-top: 20px
    }
    .request-quote span {
        display: block
    }
}
#content {
    padding: 0px;
}
.mod-banner-slide {
    padding-top: 90px;
}
@media only screen and (max-width: 767px) {
    #menu-page {
        height: 85px;
    }
    .mod-menu-page .menu {
        display: block;
    }
}