/*-----------------------------------------------------------------------------------------------
 @Author: Roman Gryndii
 @URL: http://themeforest.net/user/gryndii
[Table of contents]
1.  COMMON ELEMENTS (main text, accordion, tabs, progress bars, buttons, wave overlay...)
2.  HEADER
3.  TOP SLIDER
4.  FEATURES SECTION
5.  PORTFOLIO SECTION
6.  TESTIMONIALS SECTION
7.  STATISTICS SECTION
8.  BLOG SECTION
9.  ABOUT US SECTION
10. SERVICES SECTION
11. TESTIMONIALS VER.2 SECTION
12. OUR CLIENTS SECTION
13. FOOTER
14. ABOUT US/ABOUT US VER.2 PAGE
15. SERVICES PAGE
16. CONTACT PAGE
17. PORTFOLIO PAGE
18. PORTFOLIO INNER PAGE
19. BLOG PAGE
20. BLOG INNER PAGE
21. SHORTCODES PAGE
22. MEDIA 
-----------------------------------------------------------------------------------------------*/


/*--common styles--*/


/* Fonts */
body {
    font-family: 'Roboto', sans-serif;
    color: #626878;
    position: relative;
    min-height: 100vh;
}

.bg-fixed {
    background-attachment: fixed;
}

::-moz-selection {
    background: #903c5a;
    color: #fff;
}

::-webkit-selection {
    background: #903c5a;
    color: #fff;
}

::selection {
    background: #915c70;
    color: #fff;
}

.section-title {
    font-weight: 400;
    font-size: 25px;
    color: #474e5e;
    padding-bottom: 30px;
}

.section-title-left {
    padding-bottom: 30px;
    font-weight: 400;
    font-size: 25px;
    text-align: left;
    color: #474e5e;
}

.section-title-left a,
.section-title a {
    font-size: 17px;
    font-weight: 300;
}

.section-subtitle {
    font-weight: 300;
    font-size: 17px;
    color: #626878;
}

.section-subtitle:before,
.section-title-left a:before,
.section-title a:before {
    content: " / ";
}

.section-title-left a:hover::before,
.section-title a:hover::before {
    color: #903c5a;
    text-decoration: none;
}

/*Wave-overlay, v1.0.0*/

.wave-overlay {
    border-radius: inherit;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    background-color: rgba(145, 62, 92, 0.9);
}

.wave-circle {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: red;
    border-radius: 100%;
    opacity: 0;
    transform: scale(1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

/*end wave overlay*/


h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

a {
    color: #903c5a;
}

a:hover {
    color: #e67b62;
}

a:focus {
    color: #e67b62;
}

a:hover,
a:focus {
    text-decoration: none;
}

table {
    width: 100%;
}

table th,
table td {
    border: 1px solid #eaeaea;
    padding: 5px;
    text-align: center;
}

.alignnone {
    max-width: 100%;
    height: auto;
    display: block;
}

.post-password-form input[type="password"] {
    width: 100%;
    font-weight: 300;
    padding-right: 29px;
    padding-left: 6px;
    border: 1px solid #ededed;
    box-shadow: none;
}

.post-password-form input[type="submit"] {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    border-radius: 3px;
    font-weight: 300;
    border: 1px solid #eaeaea;
    color: #626878;
    background-color: #fff;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    outline: none!important;
    width: inherit;
}
.no-padding {
    padding-left: 0;
    padding-right: 0;
}


/*animations*/

@-webkit-keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/*end animations*/


.accordion-wrap .panel-group .panel+.panel {
    margin-top: 0;
}

.accordion-wrap .panel-group .panel {
    border-radius: 0;
    margin-bottom: 3px;
    box-shadow: none;
    border: none;
}

.accordion-wrap .panel-heading {
    padding: 0;
}

.accordion-wrap .panel-heading a {
    display: block;
    padding: 10px 15px;
    background-color: #f0f0f0;
    color: #903c5a;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    line-height: 1.42857143;
}

.accordion-wrap .panel-heading a:before {
    float: right;
    transform: rotate(180deg);
    transition: transform .4s ease;
    color: #4f5668;
}

.accordion-wrap .panel-heading a:hover::before {
    color: #903c5a;
}

.accordion-wrap .panel-heading a.collapsed {
    color: #4f5668 !important;
}

.accordion-wrap .panel-heading a.collapsed:before {
    transform: rotate(0deg);
    transition: transform .4s ease;
}

.accordion-wrap .panel-heading a.collapsed:hover {
    background-color: #e7e7e7;
}

.accordion-wrap .panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
    color: #626878;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
}

.accordion-wrap.light .panel-heading a {
    background-color: #f8f8f8;
}

.accordion-wrap.light .panel-heading a.collapsed:hover {
    background-color: #f0f0f0;
}

.accordion-wrap.light .panel-body {
    border: 1px solid #f8f8f8;
}

.headline-block.light.text-left h2,
.headline-block.dark.text-left h2 {
    margin-bottom: 24px;
}

.tabs-wrap .nav-tabs>li.active>a,
.tabs-wrap .nav-tabs>li.active>a:focus,
.tabs-wrap .nav-tabs>li.active>a:hover {
    border: none;
}

.tabs-wrap .nav-tabs>li {
    background-color: #f0f0f0;
    margin-bottom: 3px;
}

.tabs-wrap .nav-tabs>li:hover a {
    background-color: #e7e7e7;
    box-shadow: none;
}

.tabs-wrap .nav-tabs>li:last-child {
    margin-right: 0;
}

.tabs-wrap .nav-tabs>li a {
    color: #903c5a;
    background-color: #f2eff1;
    padding: 3px 16px;
    margin: 0;
    border: 0;
    outline: none;
}

.tabs-wrap .nav-tabs>li.active {
    background-color: #903c5a!important;
    margin-bottom: 3px;
}

.tabs-wrap .nav-tabs>li.active a {
    color: #fff;
    background-color: #903c5a;
}

.tabs-wrap .nav-tabs>li:hover.active a {
    background-color: #903c5a;
}

.tabs-wrap .nav-tabs li a .fa:before {
    font-size: 34px;
    padding-left: 3px;
    line-height: 1.6;
}

.tabs-wrap ul li a {
    border-radius: 0;
}

.tabs-wrap .nav-tabs {
    border-bottom: none;
}

.tabs-wrap .tab-content {
    background-color: #903c5a;
    position: relative;
    left: -2px;
    padding: 8px 27px 25px 27px;
    line-height: 1.7;
    font-weight: 300;
    color: #fff;
}

.tabs-wrap .tab-content p strong {
    opacity: 0.9;
    color: white;
    font-family: Oswald, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: 2.7px;
}

.tabs-wrap .tab-content p:nth-of-type(2) {
    opacity: 0.6;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0.3px;
}

.tabs-wrap .tab-content ul {
    padding-top: 8px;
    padding-left: 31px;
    font-size: 13px;
}

.tabs-wrap .tab-content ul li {
    padding-bottom: 2px;
    color: white;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}

.tabs-wrap.light .nav-tabs>li {
    background-color: #f8f8f8;
}

.tabs-wrap.light .nav-tabs>li:hover a {
    background-color: #f0f0f0;
}

.tabs-wrap.light .nav-tabs>li.active:hover a {
    background-color: #fff;
}

.tabs-wrap.light li.active {
    border: 1px solid #f8f8f8;
    border-bottom: none;
}

.tabs-wrap.light .tab-content {
    border: 1px solid #f8f8f8;
    position: relative;
    top: -1px;
    z-index: -1;
}

.bar-item {
    width: 88%;
    margin-top: 5px;
}

.bar-item .bar-title {
    color: #000000;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: Oswald;
    font-weight: 400;
}

.bar-item .progress {
    background-color: #e7e7e7;
    box-shadow: none;
    position: relative;
    bottom: 5px;
    height: 6px;
    overflow: visible;
    margin-bottom: 21px;
}

.bar-item .progress-bar {
    box-shadow: none;
    line-height: 16px;
    position: relative;
}

.bar-item .progress-bar-number {
    position: absolute;
    width: 39px;
    right: -19px;
    top: -35px;
    background-color: #915c70;
    padding: 4px 6px;
    font-size: 14px;
    color: #fff;
    letter-spacing: 2px;
    font-family: Oswald, sans-serif;
    font-weight: 300;
}

.bar-item .progress-bar-number:before {
    font-size: 25px;
    position: absolute;
    bottom: -15px;
    left: 12px;
    color: #915c70;
}

.bar-item .progress-bar-info {
    background-color: #915c70;
}


/*buttons*/

.btn.btn-lg {
    padding: 8px 15px;
    font-size: 16px;
}

.btn {
    border-radius: 3px;
    font-weight: 300;
}

.btn:active {
    box-shadow: none;
}

.btn.btn-sm {
    padding: 3px 9px;
}

.btn.btn-xs {}

.btn-default,
.btn-default:focus {
    border-color: #eaeaea;
    color: #626878;
    background-color: #fff;
    outline: none!important;
}

.btn-default:hover,
.wrap-buttons a:hover {
    background-color: #f8f8f8;
    border-color: #eaeaea;
    color: #626878;
    transition: 0.3s;
}

.btn-default:active,
.btn-default:active:focus {
    background-color: #f0f0f0!important;
    box-shadow: none;
    border-color: #eaeaea!important;
    color: #626878!important;
}


/*--end common styles--*/




/*--header--*/

header {
    min-height: 120px;
}

.no-menu {
    display: inline-block;
    float: right;
    padding: 35px 0;
}

.current-menu-item {
    color: #903c5a;
    background-color: #f8f8f8;
}

header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    min-height: 120px;
}

.header-top {
    background-color: #4d424a;
    padding: 8px;
}

.navbar.navbar-default.menu-fixed {
    background-color: white;
}

.contacts-top {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    padding-top: 2px;
    font-weight: 300;
    font-size: 12px;
    color: #626878;
}

.fa.fa-envelope-o {
    position: relative;
    bottom: 2px;
}

.contacts-top li {
    display: inline-block;
    padding-right: 9px;
}

.contacts-top li:last-child {
    padding-right: 0;
}

.contacts-top li a {
    text-transform: uppercase;
    color: white;
    letter-spacing: 3.5px;
    font-family: Oswald, sans-serif;
    font-weight: 200;
}

.contacts-top i {
    padding-right: 3px;
    padding-left: 25px;
    line-height: 1;
    font-size: 18px;
    vertical-align: middle;
}

.contacts-top li:first-child i {
    border-left: none;
    padding-left: 0;
}

.social-top {
    cursor: pointer;
    list-style: none;
    margin-bottom: 0;
    text-align: right;
    position: relative;
}

.social-top li {
    display: inline-block;
    padding-left: 1px;
}

.social-top li a i:before {
    color: white;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    vertical-align: middle;
}

.social-top li:last-child a i:before {
    padding-right: 0;
    border-right: none;
}

.social-top li:first-child a i:before {
    padding-left: 0;
}

.social-top li i:hover::before {
    color: #91425e;
}

.social-top .ion-social-vimeo-outline:hover::before {
    content: "\f245";
    color: #91425e;
}

.social-top .ion-social-instagram-outline:hover::before {
    content: "\f351";
    color: #91425e;
}

.social-top .ion-social-github-outline:hover::before {
    content: "\f233";
    color: #91425e;
}

.social-top .ion-social-facebook-outline:hover::before {
    content: "\f231";
    color: #91425e;
}

.social-top .ion-social-twitter-outline:hover::before {
    content: "\f243";
    color: #91425e;
}

.social-top .ion-social-googleplus-outline:hover::before {
    content: "\f235";
    color: #91425e;
}

.navbar.navbar-default {
    background-color: transparent;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
    line-height: 100%;
}

.nav.navbar-nav.navbar-right.menu-fixed>li>a {
    padding-top: 0px;
}

.navbar-brand {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 80px;
    height: 90px;
    position: relative;
    top: 6px;
}

.navbar-brand:focus {
    outline: none;
}

.navbar-brand img {
    max-height: 50px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 0;
}

.nav>li>a {
    padding: 10px 0px;
    letter-spacing: 3.1px;
    margin-left: 13px;
    margin-right: 10px;
    font-size: 12px;
}

.nav.navbar-nav.navbar-right>li>a {
    background-color: transparent;
    font-weight: 400;
    color: #7b808e;
    border-bottom: 1px solid transparent;
    padding-top: 24px;
    padding-bottom: 0;
    line-height: 42px;
    font-family: 'Oswald', sans-serif;
    color: rgba(1, 1, 1, 0.5);
    text-transform: uppercase;
}

.nav.navbar-nav.navbar-right>li>a:hover {
    color: #4d424a;
    background-color: transparent;
    border-bottom: 1px solid #4d424a;
}

.nav.navbar-nav.navbar-right li.current-menu-parent>a,
.nav.navbar-nav.navbar-right li.current-menu-item>a {
    border-bottom: 1px solid #4d424a;
}

.nav.navbar-nav.navbar-right>li>a>span {
    font-size: 10px;
    padding-left: 3px;
    vertical-align: middle;
    z-index: 100;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    left: 12px;
}

.nav.navbar-nav.navbar-right>li.open>a>span:before {
    transform: rotate(180deg);
    transition: transform .3s;
}

.navbar .dropdown-menu {
    left: 0;
    right: auto;
    border: none;
    border-radius: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    padding: 0;
}

.navbar .dropdown-menu.active {
    display: block;
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #eaeaea;
}

.navbar .dropdown-menu li:hover .dropdown-menu {
    display: block;
    left: 100%;
    top: 0;
}

.navbar .dropdown-menu li .ion-ios-arrow-down {
    transform: rotate(-90deg);
    right: 15px;
    position: absolute;
}

.navbar .dropdown-menu li a {
    padding: 7px 14px;
    border-bottom: 1px solid #eaeaea;
    font-weight: 300;
    color: #626878;
    font-size: 13px;
}

.navbar .dropdown-menu li:first-child a {
    padding-top: 9px;
}

.navbar .dropdown-menu li:last-child a {
    padding-bottom: 9px;
}

.navbar .dropdown-menu li a:hover {
    background-color: #f8f8f8;
    color: #4d424a;
}

.nav>li>a.search-open {
    padding-right: 0;
}

.search-open {
    font-size: 20px;
    position: relative;
    top: 33.65px;
    border-left: 1px solid #eaeaea;
    cursor: pointer;
}

.nav.navbar-nav.navbar-right>li>a.search-open {
    line-height: 1;
    position: relative;
    left: 16px;
    padding-top: 4px;
    font-size: 17px;
    border-bottom: 1px solid transparent;
    border-left: none;
}
.nav.navbar-nav.navbar-right>li:last-child {
    margin-left: 23px;
}

.top-slider-caption.text-left .top-slider-title {
    padding-top: 112px;
    font-family: Oswald;
    font-weight: 300;
    letter-spacing: 8.65px;
    margin-bottom: 35px;
}

.search-open:before {
    color: rgba(1, 1, 1, 0.6);
}

.search-open:hover::before {
    color: #4d424a;
    text-decoration: none;
}

.pos-rel {
    position: relative;
}

.nav>li.mobile-search {
    display: none;
}

.search-form-wrap {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #fff;
    padding: 0 15px;
    display: none;
}

.search-form-wrap form {
    margin-bottom: 0;
    margin-right: 65px;
}

.search-form-wrap form label {
    width: 100%;
}

.search-form-wrap form .search-field {
    position: relative;
    padding: 0px 40px;
    border: none;
    height: 90px;
    line-height: 90px;
    font-size: 35px;
    font-weight: 300;
    color: #626878;
    width: 100%;
    ;
    outline: none;
}

.search-form-wrap form .search-field::-webkit-input-placeholder {
    font-weight: 300;
    font-size: 35px;
    color: #626878;
}

.search-form-wrap form .search-field:-moz-placeholder {
    font-weight: 300;
    font-size: 35px;
    color: #626878;
}

.search-form-wrap form .search-submit {
    display: none;
}

.search-close {
    float: right;
    position: relative;
    top: 28px;
    font-size: 35px;
    border-left: 1px solid #eaeaea;
    padding-left: 20px;
    color: #626878;
    cursor: pointer;
}

.search-close:hover {
    color: #903c5a;
}

.navbar.navbar-default .search-close {
    line-height: 1;
    z-index: 3;
    border: none;
}

.menu-fixed {
    position: fixed;
    z-index: 2;
    top: 0;
    width: 100%;
}

.admin-bar .menu-fixed {
    top: 32px;
}

.navbar-default .navbar-toggle {
    border: none;
}

.menu-fixed.navbar.navbar-default .navbar-brand {
    line-height: 100%;
    height: 60px;
}

.menu-fixed.navbar.navbar-default .navbar-brand img {
    max-height: 40px;
}

.menu-fixed.navbar.navbar-default .nav.navbar-nav.navbar-right>li>a {
    font-size: 13px;
    padding-top: 12px;
}

.menu-fixed.navbar.navbar-default .nav.navbar-nav.navbar-right>li>a {
    padding-bottom: 6px;
}

.menu-fixed.navbar.navbar-default .nav.navbar-nav.navbar-right>li.dropdown>a {
    padding-bottom: 5px;
}

.menu-fixed.navbar.navbar-default .nav.navbar-nav.navbar-right>li>a.search-open {
    top: 11px;
    font-size: 19px;
    line-height: 1;
    border-left: none;
}

.menu-fixed.navbar.navbar-default .search-form-wrap form input {
    line-height: 100%;
    font-size: 30px;
    height: 61px;
}

.menu-fixed.navbar.navbar-default .search-form-wrap .search-close {
    top: 13px;
}


/*--end header--*/




/*--top slider--*/

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(40px, 0, 0);
        transform: translate3d(40px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(40px, 0, 0);
        transform: translate3d(40px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

.top-slider {
    height: 832px;
    position: relative;
    overflow: visible;
}

.top-slider .owl-prev {
    background-color: rgba(0, 0, 0, .225);
    text-align: center;
    width: 45px;
    position: absolute;
    top: 50%;
    font-size: 30px;
    color: rgba(255, 255, 255, .5);
    left: 0px;
    margin-top: -21px;
    border-radius: 0 2px 2px 0;
}

.top-slider .owl-next {
    background-color: rgba(0, 0, 0, .225);
    text-align: center;
    width: 45px;
    position: absolute;
    top: 50%;
    font-size: 30px;
    color: rgba(255, 255, 255, .5);
    right: 0px;
    margin-top: -21px;
    border-radius: 2px 0 0 2px;
}

.top-slider .owl-prev:hover,
.top-slider .owl-next:hover {
    background-color: rgba(0, 0, 0, .385);
    color: rgba(255, 255, 255, .7);
}

.top-slider .owl-dots {
    position: absolute;
    bottom: 85px;
    text-align: center;
    width: 100%;
}

.top-slider .owl-dots .owl-dot {
    vertical-align: middle;
    opacity: .7;
    display: inline-block;
    border-radius: 100%;
    width: 8px;
    height: 8px;
    margin: 5px;
    border: 2px solid #8f4572;
}

.top-slider .owl-dots .owl-dot:hover {
    opacity: 1;
}

.top-slider .owl-dots .owl-dot.active {
    vertical-align: middle;
    opacity: 1;
    background-color: transparent;
    height: 12px;
    width: 12px;
    margin: 3px;
    background-color: #8f4572;
}

.top-slider .owl-item.animated {
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
}

.top-slider-item {
    height: 832px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.top-slider-caption {
    padding-top: 62px;
}

.top-slider .btn-default,
.wrap-buttons a,
.wpcf7-form .wpcf7-submit {
    letter-spacing: 2px;
    font-family: Montserrat, sans-serif;
    background-color: #91425e;
    border-radius: 30px;
    font-weight: 400;
    font-size: 11px;
    color: #fff;
    padding: 16px 38px;
    text-transform: uppercase;
    border: 2px solid transparent;
}

.top-slider .btn-default:hover,
.wrap-buttons a:hover {
    background-color: transparent;
    border: 2px solid #91425e;
    color: #91425e;
}

.top-slider-title  {
    opacity: 0;
    margin-top: 80px;
    -webkit-animation-duration: .35s;
    -o-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-animation-delay: .4s;
    -o-animation-delay: .4s;
    animation-delay: .4s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

.top-slider-title h2 {
    letter-spacing: 11px;
    text-transform: uppercase;
    font-size: 50px;
    font-family: Oswald, sans-serif;
    font-weight: 500;
    color: #42252f;
}

.top-slider .owl-item.active .top-slider-title {
    -webkit-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.top-slider-text {
    opacity: 0;
    letter-spacing: 1px;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    margin-top: 26px;
    font-size: 16px;
    line-height: 30px;
    color: #585858;
    -webkit-animation-duration: .35s;
    -o-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-animation-delay: .75s;
    -o-animation-delay: .75s;
    animation-delay: .75s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

.top-slider .owl-item.active .top-slider-text {
    -webkit-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.top-slider-caption .btn,
.wrap-buttons a {
    opacity: 0;
    margin-top: 50px;
    -webkit-animation-duration: .35s;
    -o-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-animation-delay: 1.45s;
    -o-animation-delay: 1.45s;
    animation-delay: 1.45s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

.top-slider .owl-item.active .btn,
.wrap-buttons a,
.wpcf7-form .wpcf7-submit,
.form-submit:after {
    -webkit-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.top-slider img {
    opacity: 0;
    -webkit-animation-duration: .35s;
    -o-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    animation-delay: 1.1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

.top-slider .owl-item.active img {
    opacity: 0;
    -webkit-animation-name: fadeInRightBig;
    -o-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

.slide-1 {
    background-position: center;
}

.slide-1 .top-slider-caption {
    margin: 0 auto;
    padding-top: 90px;
}

.slide-1 .top-slider-caption .btn {
    -webkit-animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.ion-android-arrow-forward:before {
    font-size: 14px;
    position: relative;
    vertical-align: middle;
    left: 10px;
    bottom: 1px;
}

.top-slider .slide-2 .top-slider-caption .top-slider-title {
    margin-left: 0px;
    font-family: Oswald;
    font-weight: 300;
    margin-top: 66px;
    letter-spacing: 11px;
}

.top-slider .slide-2 .top-slider-caption .top-slider-text {
    width: 50%;
    margin-top: 35px;
}

.top-slider .slide-2 img {
    max-width: 475px;
    margin-top: 55px;
    float: right;
}

.slide-3 img {
    max-width: 475px;
}

.nav-tabs {
    float: left;
}

.nav-tabs>li {
    float: none;
}

.tabs-wrap .tab-content {
    width: calc(100% - 72.1px);
    float: right;
}

/*--end top slider--*/





/*--features section--*/

.features {
    padding-top: 60px;
    padding-bottom: 60px;
}

.features-icon {
    position: relative;
    background-color: #fff;
    border: 1px solid #fff;
    color: #91425e;
    margin: 0 auto;
    top: 12px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    margin-bottom: 10px;
}

.features-item.text-center .features-icon-overlay {
    border-radius: 100%;
    position: absolute;
    background-color: #91425e;
    z-index: -1;
    margin: auto;
    position: absolute;
    width: 35%;
    height: 35%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: width .25s ease, height .25s ease;
}

.features-item.text-center:hover .features-icon {
    border: none;
    padding: 1px;
}

.features-item.text-center:hover .features-icon-overlay {
    z-index: 0;
    width: 100%;
    height: 100%;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    margin-left: 0;
    font-size: 37px;
}

.features-icon i {
    position: relative;
    color: #9197a5;
    font-size: 35px;
    margin-left: 0;
    vertical-align: middle;
    color: #42252f;
}

.features-item.text-center:hover .features-icon i {
    color: #fff;
}

.features-title h3 {
    font-family: Oswald, sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 12px;
    font-size: 19px;
}

.features-text {
    color: #343434;
    margin: auto;
    font-size: 16px;
    margin-top: 15px;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0.2px;
    font-weight: 300;
    width: 240px;
}

.headline-block h2 {
    font-size: 35px;
    padding-top: 27px;
    line-height: 46px;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    font-weight: 500;
}
.headline-block.light.text-left h2 {
    margin-bottom: 35px;
}

.headline-block.dark.text-center h2 {
    padding-top: 2px;
    color: #42252f;
    position: relative;
    right: 5px;
}

.headline-block-description {
    padding-top: 16px;
}

.headline-block-description p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.4px;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    color: #999999;
}
.headline-block-description p {
    color: #666;
    font-weight: 400;
}

.headline-block.dark.text-left {
    color: #42252f;
}

.headline-block.light.text-left {
    color: #fff;
}

.headline-block.dark.text-left p {
    padding-right: 73px;
}

.headline-block.dark.text-left p {
    padding-right: 12px;
    margin-top: 5px;
} 
.headline-block.dark.text-left p {
    padding-right: 0;
}

h2.type-2 {
    letter-spacing: 3.5px;
}
.headline-block.light.text-left p {
    color: #fff;
    font-size: 16px;
}
/*--end features section--*/
 


/* --progress-bar section */

.type-2,
.top-subtitle {
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
}`

.bar-wrapper {
    padding-top: 23px;
    padding-bottom: 29px;
}

.clients-items {
    min-height: 95px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.clients-items img {
    text-align: center;
    position: relative;
    max-width: 140px;
}

.clients-items img:first-child {
    padding-left: 0px;
}

.clients-items img:last-child {
    padding-right: 0px;
}

.vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}


/* --endprogress-bar section */



/*--portfolio section--*/

.portfolio-section {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    background-color: #f8f8f8;
    padding-top: 60px;
    padding-bottom: 60px;
}

.portfolio-items-container {
    padding-top: 25px;
}

.portfolio-item {
    padding: 0px;
    position: static;
    max-height: 430px;
    padding-bottom: 30px;
}

.portfolio-item-inner {
    display: table;
    overflow: hidden;
    display: block;
    position: relative;
    height: 400px;
    background-size: cover;
    background-position: center;
}

.portfolio-item img {
    width: 100%;
    transition: .35s;
}

.portfolio-item-overlay.half-overlay {
    position: absolute;
    opacity: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .4s;
    z-index: 0;
    width: 50%;
    transform: translateX(-100%);
    background-color: rgba(145, 62, 92, 0.9);
}

.portfolio-ov-description {
    margin-top: -40px;
    width: 100%;
    position: absolute;
    padding-left: 40px;
    padding-right: 20px;
    top: 50%;
}

.portfolio-ov-title {
    display: block;
    color: #fff;
    font-size: 18px;
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.portfolio-ov-category {
    margin-top: 5px;
    display: block;
    color: #fff;
    font-weight: 300;
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
}

.vc_col-sm-4.portfolio-item-wrap .portfolio-ov-title {
    font-size: 16px;
}

.vc_col-sm-4.portfolio-item-wrap .portfolio-ov-category {
    font-size: 12px;
}

.vc_col-sm-4.portfolio-item-wrap .portfolio-ov-description {
    padding-left: 35px;
    padding-right: 20px;
}

.vc_col-sm-4.portfolio-item-wrap .portfolio-item-inner {
    height: 277px;
}

.vc_col-sm-3.portfolio-item-wrap .portfolio-ov-title {
    font-size: 13px;
}

.vc_col-sm-3.portfolio-item-wrap .portfolio-ov-category {
    font-size: 12px;
}

.vc_col-sm-3.portfolio-item-wrap .portfolio-ov-description {
    padding-left: 15px;
    padding-right: 5px;
}

.portfolio-item-overlay.full-overlay {
    position: absolute;
    opacity: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .4s;
    z-index: 0;
    width: 100%;
    visibility: visible;
    transform: translateX(-100%);
    background-color: rgba(145, 62, 92, 0.9);
}

.portfolio-single-title {
    text-align: center;
}

.vc_col-sm-3.portfolio-item-wrap .portfolio-item-inner {
    height: 203px;
}

.portfolio-item .popup-link {
    color: #fff;
    font-size: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    margin-left: -12px;
    margin-top: 0;
    outline: none;
    opacity: 0;
    transition: opacity .4s;
}

.portfolio-item .popup-link:hover {
    color: #903c5a;
}

.portfolio-item:hover .popup-link {
    z-index: 1;
    opacity: 1;
}

.portfolio-item:hover .portfolio-item-overlay {
    opacity: 1;
    transform: translateX(0);
}

.centered {
    text-align: center;
}
.load-btn {
    display: inline-block;
    margin-bottom: 28px;
    border: none;
    margin-top: 24px;
    color: #903c5a;
    background-color: transparent;
    border: 2px solid #903c5a;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 12px;
    padding: 15px 44px;
    letter-spacing: 1px;
    border-radius: 25px;
    text-transform: uppercase;
}
.load-btn {
    margin-top: 28px;
}

.likebtn_container .likebtn-wrapper {
    display: none;
}

.load-btn:hover {
    color: #fff;
    background-color: #903c5a;
    border: 2px solid #903c5a;
    transition: 0.2s;
}

.mfp-img {
    max-height: 90vh!important;
}


/*--end portfolio section--*/




/*--testimonials section--*/

.testimonials-about-page {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    background-color: #f8f8f8;
}

.testimonials-about-page .testimonials-item {
    background-color: #fff;
}

.testimonials-carousel {
    clear: both;
    cursor: -webkit-grab;
    cursor: -moz-grab;
}

.testimonials-section .owl-item {
    opacity: .5;
    -webkit-filter: url(#blur);
    filter: url(#blur);
    -webkit-filter: blur(1px);
    filter: blur(1px);
    filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius='3');
    -webkit-transition: 1s -webkit-filter linear;
}

.like .likebtn-icon {
    display: none;
}

.like .likebtn-label {
    color: transparent !important;
    position: relative;
}

.like .likebtn-label:before {
    content: "\f387";
    font-family: "Ionicons";
    padding-right: 3px;
    font-size: 18px;
    color: #626878;
    vertical-align: text-bottom;
    position: absolute;
    top: -4px;
    left: 0;
}

.like .lb-count {
    color: #626878 !important;
    position: absolute;
    top: 1px !important;
    right: 0;
    font-weight: 300 !important;
}

.testimonials-section .owl-item.active.center {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}

.testimonials-section .owl-dots {
    position: absolute;
    top: -55px;
    right: 0;
    cursor: default;
}

.testimonials-section .owl-dot {
    vertical-align: middle;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #e7e7e7;
    margin: 5px;
    cursor: pointer;
}

.testimonials-section .owl-dot:hover {
    background-color: #d7d2d2;
}

.testimonials-section .owl-dot.active {
    width: 12px;
    height: 12px;
    background-color: transparent;
    border: 2px solid #e7e7e7;
}

.testimonials-item {
    min-height: 100px;
    padding: 25px 30px;
    border-radius: 4px;
}

.testimonials-item.gray {
    background-color: #f8f8f8;
}

.testimonials-item.white {
    background-color: #fff;
}

.testimonials-section .owl-item {
    box-shadow: none;
    transform: scale(0.8);
    transition: transform .2s ease;
}

.testimonials-section .owl-item.active.center {
    transform: scale(1);
}

.owl-carousel .owl-item .testimonials-img,
.testimonials-img {
    float: left;
    width: 75px;
    height: 75px;
    border-radius: 100%;
}

.top-slider-item.slide-3.background-banner .col-md-6 img {
    margin-top: 253px;
}

.testimonials-description {
    padding-left: 100px;
}

.testimonials-quote {
    position: relative;
    padding-bottom: 15px;
    font-size: 14px;
    font-weight: 300;
    color: #626878;
}
.testimonials-name {
    color: #4f5668;
    font-weight: 400;
}

.testimonials-position {
    font-size: 13px;
    font-weight: 300;
    color: #626878;
}

.testimonials-position:before {
    content: " / ";
}

.swiper-container.testimonials-swiper .swiper-button-prev,
.swiper-container.testimonials-swiper .swiper-button-next {
    width: 60px;
    height: 54px;
    border: 1px solid #913e5c;
    position: absolute;
    z-index: 2;
    top: 233px;
    background-image: none;
    transition: 0.5s;
}
.swiper-container.testimonials-swiper .swiper-button-prev:hover,
.swiper-container.testimonials-swiper .swiper-button-next:hover {
    background-color: #913e5c;
}
.swiper-container.testimonials-swiper .swiper-button-prev:hover i,
.swiper-container.testimonials-swiper .swiper-button-next:hover i {
    color: #fff;
}
.swiper-container.testimonials-swiper .swiper-button-prev {
    left: 0;
}
.swiper-container.testimonials-swiper .swiper-button-next {
    right: 0;
}
.swiper-container.testimonials-swiper .swiper-button-prev i,
.swiper-container.testimonials-swiper .swiper-button-next i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #913e5c;
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;  
} 
.swiper-container.testimonials-swiper .swiper-pagination {
    bottom: -18px;
}
.swiper-container.testimonials-swiper .swiper-pagination span {
    color: #554a52;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 48px;
    text-transform: uppercase;
}

/*--end testimonials section--*/




/*--statistics section--*/

.statistics-section {
    padding-top: 60px;
    padding-bottom: 30px;
    background-attachment: fixed;
}

.statistics-item {
    text-align: center;
    margin-bottom: 30px;
}

.statistics-item i {
    font-size: 50px;
    color: #903c5a;
}

.statistics-number {
    margin-top: 23px;
    font-size: 50px;
    padding-right: 11px;
    color: #343434;
    font-weight: 400;
    font-family: Oswald, sans-serif;
}

.statistics-title {
    color: #343434;
    padding-right: 11px;
    font-weight: 400;
    font-size: 14px;
    font-family: Montserrat, sans-serif;
}

.about- --wrap,
.services-testiomonials-wrap {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 60px;
    background-color: #f8f8f8;
}

/*--end statistics section--*/



/*--blog section--*/

.blog-section,
.about-section {
    padding-top: 60px;
}

.blog-item {
    padding-top: 15px;
}

.blog-item .sticky {
    position: relative;
}

.blog-item.sticky:before {
    content: '\f0c6';
    font-family: FontAwesome;
    font-size: 24px;
    position: absolute;
    top: -30px;
    left: -15px;
}

.blog-carousel .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
}

.blog-carousel .owl-nav div {
    display: inline-block;
    padding-left: 15px;
}

.blog-carousel .owl-nav i {
    font-size: 25px;
    color: #cbced8;
}

.blog-carousel .owl-nav i:hover {
    color: #a8abb3;
}

.blog-img-wrap {
    position: relative;
    display: block;
    overflow: hidden;
    height: 136px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.5s;
}

.blog-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .35s;
    z-index: 1;
}

.blog-img-overlay i {
    margin-top: -12px;
    font-size: 25px;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
}

.blog-description {
    background-color: transparent;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    padding-right: 105px;
}

.blog-title {
    display: block;
    font-size: 18px;
    letter-spacing: 0px;
    color: #42252f;
    cursor: pointer;
    font-family: Oswald, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    float: left;
    width: 67%;
}

.blog-title:hover {
    text-decoration: none;
    color: #903c5a;
    transition: 0.3s;
}
.blog-bottom {
    color: rgba(0,0,0,0.4);
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 40px;
}
.blog-bottom>span>span {
    margin-left: 10px;
    margin-right: 15px;
}
.blog-bottom span i {
    font-size: 17px;
    font-weight: 700; 
    color: rgba(0,0,0,0.6);
    margin-right: 10px;
}
.blog-text {
    color: rgba(0,0,0,0.7);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    font-family: Montserrat, sans-serif;
    padding: 10px 0px 10px 0px;
}
.wp-post-image:nth-of-type(2){
    height: 400px;
}

.blog-item-date {
    letter-spacing: 1px;
    float: right;
    color: rgba(0,0,0,0.4);
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 30px;
}

.blog-img-wrap:hover .blog-img-overlay {
    opacity: 1;
}

.blog-img-wrap:hover {
    opacity: 0.7;
}

.single-post .blog-title {
    padding: 15px 20px;
}


/*--end blog section--*/




/*--about section--*/

.about-text,
.wpb_text_column {
    font-size: 14px;
    font-weight: 300;
    color: #626878;
    line-height: 1.7;
    clear: both;
    padding-bottom: 35px;
}

.wpb_text_column ul {
    padding-left: 20px;
    padding-top: 20px;
}

.wpb_text_column li {
    list-style: none;
    font-weight: 400;
    color: #626878;
}

.wpb_text_column li:before {
    content: '\f2c7';
    font-family: "Ionicons";
    color: #903c5a;
    font-size: 18px;
    vertical-align: middle;
    padding-right: 10px;
}

.progress-item {
    display: inline-block;
    text-align: center;
    margin-right: 30px;
}

.progress-circle {
    position: relative;
}

.circle-value {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -17px;
    text-align: center;
    font-weight: 300;
    font-size: 20px;
}

.circle-title {
    margin-top: 15px;
    font-weight: 400;
    color: #4f5668;
}

.icon_text_ex_class {
    border-bottom: 1px solid rgba(255,255,255,0.15);
}


/*--end about section--*/




/*--services section--*/

.services-section {
    padding-top: 60px;
}

.services-section .accordion-wrap .panel-group {
    margin-bottom: 0;
}


/*--end services section--*/




/*--testimonials version 2--*/

.testimonials-section-2 .testimonials-item {
    margin-bottom: 20px;
    border-radius: 0;
}

.testimonials-section-2 .testimonials-item.gray {
    background-color: #f8f8f8;
}

.testimonials-section-2 .testimonials-item.white {
    background-color: #fff;
}

.testimonials-section-2 .owl-item .testimonials-item:last-child {
    margin-bottom: 0;
}

.testimonials-section-2 .testimonials-item .testimonials-position {}

.testimonials-section-2 .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
    cursor: pointer;
}

.testimonials-section-2 .owl-nav div {
    display: inline-block;
    padding-left: 15px;
}

.testimonials-section-2 .owl-nav i {
    font-size: 25px;
    color: #cbced8;
}


/*--end testimonials version 2--*/




/*--our clients section--*/

.our-clients-section {
    padding: 60px 0;
}

.clients-carousel a img {
    opacity: .75;
}

.clients-carousel a:hover img {
    opacity: .5;
}

/*--end our clients section--*/




/*--footer--*/

footer {
    padding-top: 50px;
    background-color: #4d424a;
    color: #949597;
    font-weight: 300;
    font-size: 13px;
    text-align: center;
}

footer .container {
    border-bottom: 1px solid #5f555c;
}

footer a {
    color: #949597;
}

footer .row:first-of-type {
    padding-bottom: 10px;
}

.footer-title {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    padding-bottom: 5px;
    margin-top: 10px;
    text-transform: uppercase;
    font-family: Oswald;
    letter-spacing: 2px;
}

.footer-logo {
    max-width: 100%;
    max-height: 50px;
}

.logo-widget p {
    padding-top: 20px;
    font-family: Montserrat, sans-serif;
    font-weight: 200;
    font-size: 14px;
    letter-spacing: 1px;
    width: 93%;
    line-height: 25px;
}

span.wpcf7-form-control-wrap.newsletter .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 72%;
    margin-left: 16px;
}

.span.wpcf7-form-control-wrap.newsletter input[name="newsletter"] {
    width: 78%;
}

.footer-contacts {
    margin-top: 15px;
    list-style: none;
    padding-left: 0;
    font-family: Montserrat, sans-serif;
    font-weight: 200;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 25px;
}

.footer-contacts i {
    font-size: 14px;
    padding-right: 5px;
}

.footer-social {
    padding-top: 5px;
    padding-left: 0;
    list-style: none;
    cursor: pointer;
}

.footer-social li {
    display: inline-block;
    margin-right: 15px;
}

.footer-social i {
    font-size: 18px;
}

.footer-social i:hover {
    color: #91425e;
}

.footer-twitter {
    padding-left: 20px;
    list-style: none;
}

.footer-tweet:before {
    font-size: 18px;
    margin-left: -20px;
}

.footer-tweet:first-child {
    margin-bottom: 15px;
}

.tweet-link {
    display: block;
}

.flickr_badge_image {
    margin: 0px;
    display: inline;
}

.flickr_badge_image img {
    border: 0px solid #666666 !important;
    padding: 1px;
    margin: 6px;
}

.flickr-badge-wrapper {
    width: 100%;
    text-align: left;
}

#flickr_badge_image1 img,
#flickr_badge_image5 img {
    padding-left: 0;
    margin-left: 0;
}

#flickr_badge_image4 img,
#flickr_badge_image8 img {
    padding-right: 0;
    margin-right: 0;
}

.flickr-badge-wrapper:hover img {
    opacity: 0.5;
}

.flickr-badge-wrapper img:hover {
    opacity: 1;
}

.footer-bottom {
    background-color: #4d424a;
    line-height: 35px;
    margin-top: 24px;
    text-align: center;
}

.footer-menu {
    list-style: none;
    float: right;
    margin-bottom: 0;
    padding: 0;
}

.footer-menu li {
    display: inline-block;
    padding-left: 5px;
}

.footer-menu li:after {
    content: "|";
    padding-left: 5px;
}

.footer-menu li:last-child:after {
    content: "";
}

/*FOOTER WIDGETS*/
.footer-riga-content .riga-widget {
    text-align: left;
}
.footer-riga-content .riga-widget .current-menu-item {
    background-color: transparent;
}
.footer-riga-content .riga-widget .current-menu-item a {
    font-weight: 700px;
}
.footer-riga-content .riga-widget.Info_Widget p,
.footer-riga-content .riga-widget.widget_text .textwidget p,
.footer-riga-content .riga-widget.widget_text .textwidget p a,
.footer-riga-content .riga-widget.widget_nav_menu .menu li a {
    color: rgba(255,255,255,0.5);
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 200;
    line-height: 26px;  
    transition: 0.5s;
}
.footer-riga-content .riga-widget.Info_Widget p {
    margin-top: 13px;
    padding-right: 10px;
}
.footer-riga-content .riga-widget.widget_text {
    padding-left: 119px;
}
.footer-riga-content .riga-widget.widget_text .textwidget {
    padding-top: 0;
}
.footer-riga-content .riga-widget.widget_text .textwidget p {
    margin-bottom: 0;
}
.footer-riga-content .riga-widget.widget_nav_menu {
    padding-left: 118px;
}
.footer-riga-content .wpcf7-form {
    padding-right: 0;
}
.footer-riga-content .riga-widget.widget_contact_form .list-social li {
    display: inline-block;
}
.footer-riga-content .riga-widget.widget_contact_form input[name="newsletter-form"] {
    padding: 7px 10px;
    margin-bottom: 37px;
}
.footer-riga-content .riga-widget.widget_contact_form .newsletter>span {
    max-width: calc(100% - 52px);
} 
.footer-riga-content .riga-widget.widget_contact_form .footer-button {
    width: 39px;
    height: 34px;
}
.footer-riga-content .riga-widget.widget_contact_form .list-social li {
    margin-right: 19px;
}
.footer-riga-content .riga-widget.widget_contact_form .list-social i {
    color: rgba(255,255,255,0.1);
    font-size: 16px;
    font-weight: 400;
    transition: 0.5s;
}
.footer-riga-copyright p {
    color: rgba(255,255,255,0.3);
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
}
.footer-riga-content .riga-widget.widget_nav_menu .menu li a:hover,
.footer-riga-content .riga-widget.widget_contact_form .list-social i:hover,
.footer-riga-content .riga-widget.widget_text .textwidget p a:hover {
    color: rgba(255,255,255,1);
}
footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}



/*--end footer--*/





/*--breadcrumbs section--*/

.breadcrumbs-section {
    height: 85px;
    background-color: #d3d3d3;
    background-repeat: repeat;
    line-height: 85px;
    background-attachment: fixed;
}

.breadcrumbs-sec-title {
    color: #626878;
    font-size: 20px;
    font-weight: 300;
}

.breadcrumbs-sec-crumbs {
    text-align: right;
}

.breadcrumbs-sec-crumbs li {
    list-style: none;
    display: inline-block;
}

.breadcrumbs-sec-crumbs li:last-child a:after {
    display: none;
}

.breadcrumbs-sec-crumbs li.active a {
    padding-left: 10px;
    font-weight: 300;
    color: #903c5a;
}

.breadcrumbs-sec-crumbs a {
    color: #626878;
    padding-left: 10px;
    font-weight: 300;
}

.breadcrumbs-sec-crumbs a:after {
    content: "/";
    padding-left: 10px;
}

.breadcrumbs-sec-crumbs a:hover {
    color: #903c5a;
    text-decoration: none;
}

.breadcrumbs-sec-crumbs a:hover:after {
    color: #626878;
    text-decoration: none;
}

.breadcrumbs-sec-crumbs li:last-child a {
    color: #903c5a;
}

.breadcrumbs-sec-crumbs span {
    padding-left: 10px;
    font-weight: 300;
    color: #903c5a;
    text-transform: capitalize;
}


/*--end breadcrumbs section--*/




/*--introduction section--*/

.introduction-section {
    padding: 60px 0;
}

.introduction-section img {
    width: 100%;
}

.introduction-text {
    font-size: 14px;
    font-weight: 300;
    color: #626878;
    line-height: 1.7;
}

.introduction-section ul {
    list-style: none;
    padding-top: 20px;
    padding-left: 20px;
    margin-bottom: 0;
}

.introduction-section ul li {
    line-height: 2;
    font-weight: 400;
    color: #626878;
}

.introduction-section ul li:before {
    color: #903c5a;
    font-size: 18px;
    vertical-align: middle;
    padding-right: 10px;
}

.skills-whatdo-wrap .progress-wrap {
    margin-top: 0;
}


/*--end introduction section*/





/*--skills section--*/

.skills-whatdo-wrap {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 60px;
    background-color: #f8f8f8;
}

.skills-section {
    padding-top: 60px;
}

.skills-section p {
    margin-bottom: 30px;
    font-weight: 300;
    line-height: 24px;
}



/*--end skills section--*/




/*--skills what do--*/

.what-do-section {
    padding-top: 60px;
}


/*--end what do section--*/




/*--team section--*/

.team-section {
    padding-top: 60px;
    padding-bottom: 30px;
}

.team-item,
.team-block {
    text-align: center;
    margin-bottom: 30px;
}

.team-item.gray {
    background-color: #f8f8f8;
}

.team-item.white,
.team-block {
    background-color: #fff;
}

.team-item img,
.team-block img {
    max-width: 163px;
    border-radius: 100%;
    margin-top: 27px;
}

.team-block img {
    max-height: 163px;
    position: relative;
    bottom: 90px;
}

.team-name-pos {
    text-align: center;
    padding: 27px 20px 5px 20px;
}

.team-name,
.team-text .name {
    color: #4f5668;
    font-weight: 500;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    font-size: 19px;
    letter-spacing: 1px;
    margin-right: 12px;
}

.team-text .name {
    margin-top: -70px;
}

.team-pos,
.team-text span {
    font-family: Oswald, sans-serif;
    font-weight: 300;
    font-size: 19px;
    color: #b5b5b5;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.team-desc,
.team-text p {
    color: #626878;
    padding: 53px 115px 15px 115px;
    font-style: italic;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-size: 16px;
    margin: 0 auto;
    line-height: 24px;
}
.team-desc {
    position: relative;
}
.team-desc:after {
    content: "”";
    position: absolute;
    top: 59px;
    left: 36%;
    color: rgba(85,74,82,0.07);
    font-family: Montserrat, sans-serif;
    font-size: 286px;
    font-weight: 500;
    line-height: 191px;
    text-transform: uppercase;
}

.team-text p {
    line-height: 30px;
    padding: 20px 41px 10px;
}

.team-bottom {
    padding-top: 5px;
    padding-bottom: 60px;
}

.team-bottom i,
.team-share a {
    font-size: 18px;
    padding: 0 3px;
    color: #b8bcc9;
    padding: 0 12px;
}

.team-bottom a:hover i,
.team-share a:hover {
    color: #01a2ff;
    transition: 0.3s;
}

/*--end team section--*/




/*--story carousel section--*/

.story-section {
    padding: 60px 0;
}

.story-carousel {
    margin-top: 65px;
    line-height: 1.7;
    font-weight: 300;
    color: #626878;
    font-size: 14px;
}

.story-carousel img {
    max-width: 100%;
}

#owl-paginate {
    width: 100%;
    border-bottom: 1px dashed #cecece;
}

#owl-paginate .owl-dot {
    width: 18px;
    height: 18px;
    float: left;
    position: absolute;
    margin-top: -9px;
    border-radius: 100%;
    background-color: #eaeaea;
    color: #626878;
    font-weight: 400;
    cursor: pointer;
}

#owl-paginate .owl-dot.active {
    background-color: #903c5a;
    border: 3px solid #fff;
}

#owl-paginate .owl-dot.active span {
    color: #903c5a;
    left: -7px;
}

#owl-paginate .owl-dot:nth-child(1) {
    left: 0;
    margin-left: 0;
}

#owl-paginate .owl-dot:nth-child(2) {
    left: 25%;
    margin-left: -9px;
}

#owl-paginate .owl-dot:nth-child(3) {
    left: 50%;
    margin-left: -9px;
}

#owl-paginate .owl-dot:nth-child(4) {
    left: 75%;
    margin-left: -9px;
}

#owl-paginate .owl-dot:nth-child(5) {
    left: 100%;
    margin-left: -18px;
}

#owl-paginate .owl-dot span {
    position: relative;
    top: 25px;
    left: -4px;
}


/*--end story carousel section--*/



/*----services page----*/

.all-services-section {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding-top: 60px;
    padding-bottom: 25px;
    background-color: #f8f8f8;
}

.all-services-item {
    padding-bottom: 35px;
}

.all-services-item.text-left {
    padding-left: 45px;
}

.all-services-item.text-right {
    padding-right: 45px;
}

.all-services-item:before {
    font-size: 40px;
    color: #903c5a;
    position: absolute;
}

.all-services-item.text-center:before {
    position: relative;
    top: 0;
}

.all-services-item.text-left:before {
    left: 15px;
}

.all-services-item.text-right:before {
    right: 15px;
}

.all-services-title {
    color: #4f5668;
}

.all-services-desc {
    line-height: 1.7;
    font-weight: 300;
    color: #626878;
    font-size: 13px;
}

.pricing-tables-section {
    padding-top: 60px;
    padding-bottom: 30px;
}

.pricing-item {
    background-color: #f8f8f8;
    text-align: center;
    min-height: 425px;
    margin-bottom: 100px;
}

.pricing-top {
    min-height: 70px;
    background-color: #f2eff1;
    transition: 0.5s;
}

.pricing-item {
    background-color: #f2eff1;
    transition: 0.5s;
}
.pricing-item:hover,
.pricing-item:hover .pricing-top {
    background-color: #fff;
}

.pricing-title {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #6d6c6d;
    padding-top: 70px;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
}

.pricing-subtitle {
    font-weight: 500;
    color: #626878;
    font-size: 12px;
    padding-bottom: 10px;
    font-family: Montserrat, sans-serif;
}

.price {
    padding-top: 0px;
    padding-bottom: 30px;
    font-size: 50px;
    width: 75%;
    margin: 0px auto 30px;
    color: #42252f;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    border-bottom: 1px dotted #626878;
}

.pricing-per {
    font-size: 20px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
}

.pricing-item-feature {
    font-size: 14px;
    font-weight: 400;
    color: #6d6c6d;
    padding: 1px 0 10px;
    font-family: Montserrat, sans-serif;
}

.pricing-item-feature i {
    font-size: 16px;
    padding-right: 7px;
    color: #bec2cf;
    vertical-align: middle;
}

.pricing-item.active,
.pricing-item:hover {
    box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
}

.pricing-item .btn {
    margin: 30px 0px 70px;
    background-color: #ffffff;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    color: #903c5a;
    padding: 14px 20px;
    letter-spacing: 2px;
    font-size: 12px;
    border: 2px solid #903c5a;
    border-radius: 25px;
    text-transform: uppercase;
}

.pricing-item .btn:hover {
    background-color: #903c5a;
    color: #ffffff;
    transition: 0.3s;
}

.have-question-section {
    background-repeat: repeat;
    background-attachment: fixed;
    text-align: center;
    padding: 60px 0;
}

.have-question-section a {
    color: #626878;
}

.have-question-section a:hover {
    color: #903c5a;
}

.question-phone:before,
.question-mail:before {
    vertical-align: middle;
    font-size: 30px;
    margin-right: 10px;
    color: #903c5a;
}

.question-phone,
.question-mail {
    padding-bottom: 35px;
    font-size: 20px;
    display: inline-block;
    color: #626878;
    font-weight: 300;
}

.question-phone {
    margin-right: 20px;
}

.have-question-section .btn-default {
    border-color: transparent;
}


/*----end services page----*/




/*----contacts page----*/

.contactform-info-section {
    padding-bottom: 60px;
    border-top: 1px solid #eaeaea;
    background-color: #f8f8f8;
}

.contact-form-section {
    padding-top: 60px;
}

.contact-form-section form input,
.wpcf7-form input {
    margin-bottom: 15px;
    padding: 10px 0px;
    width: 100%;
    border: none;
    color: #6d6c6d;
    font-size: 14px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    border-bottom: 1px solid #eee;
    background-color: transparent;
}

.riga-form .contact-form-section form input,
.riga-form .wpcf7-form input,
.riga-form .contact-form-section form textarea,
.riga-form .wpcf7-form textarea {
    padding: 10px 10px;
}

.contact-form-section form textarea,
.wpcf7-form textarea {
    width: 100%;
    padding: 5px 0px;
    border: none;
    color: #999;
    font-size: 14px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    border-bottom: 1px solid #eee;
    background-color: transparent;
    resize: none;
}
.riga-form textarea {
    padding: 11px 15px 17px 15px;
    resize: none;
}

.contact-form-section form input:focus,
.wpcf7-form input:focus,
.contact-form-section form textarea:focus,
.wpcf7-form textarea:focus {
    outline: none;
    color: #000;
    border-bottom: 1px solid #000;
}

.wpcf7-form {
    margin-left: -15px;
    margin-right: -15px;
}
.riga-form input:focus,
.riga-form textarea:focus {
    color: #000;
    border-bottom: 1px solid #000;
}
.wpcf7-form p {
    padding-left: 15px;
    padding-right: 15px;
}

.wpcf7-form .wpcf7-submit {
    display: inline-block;
    width: inherit;
    margin-top: 30px;
    margin-left: 15px;
    padding-right: 35px;
    padding-left: 35px;
}

.form-submit {
    display: inline;
}

.form-submit:after {
    font-family: "Ionicons";
    content: "\f30f";
    color: #ffffff;
    background-color: transparent;
    font-size: 14px;
    position: relative;
    vertical-align: middle;
    right: 50px;
    bottom: 1px;
}

.form-submit:hover:after {
    color: #903c5a;
    transition: 0.3s;
}

.newsletter {
    position: relative;
    margin-top: 22px;
    margin-left: 15px;
}

span.wpcf7-form-control-wrap.newsletter input {
    padding: 9px 11px;
}

.footer-button {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    background-color: #903c5a;
}

.footer-button input[type="submit"] {
    background-color: transparent;
    color: transparent;
    border: none;
    border-radius: 0;
    width: 30px;
    height: 31px;
    vertical-align: top;
    position: relative;
    top: 0;
    z-index: 1;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    border: none;
    margin-top: 0px;
}

.newsletter>span {
    display: inline-block;
    max-width: calc(100% - 30px);
    vertical-align: top;
}

i.fa.fa-envelope-o.footer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    cursor: pointer;
    z-index: 999;
}

.info-section {
    color: #626878;
    font-weight: 300;
}

.info-section p {
    line-height: 1.7;
}

.info-section .footer-contacts {
    font-size: 13px;
    margin-bottom: 29px;
}

.info-section .footer-contacts a {
    color: #626878;
}

.info-section .footer-contacts a:hover {
    color: #903c5a;
}

.info-section .footer-contacts li i,
.info-section .footer-social i {
    color: #b8bcc9;
}

.info-section .footer-social {
    margin-bottom: 0;
}

.footer-contacts span {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #555555;
}

.info-section .footer-social li:last-child i:after {
    content: none;
}

.info-section .footer-social a:hover {
    text-decoration: none;
}

.info-section .footer-social a:hover i:before {
    color: #91425e;
    transition: 0.3s;
}

.map-section {
    padding: 60px 0;
}

#map {
    width: 100%;
    height: 400px;
}


/*----end contacts page----*/




/*----portfolio page----*/

.portfolio-page.portfolio-section {
    background-color: #fff;
}

.portfolio-filter {
    list-style: none;
    margin-bottom: 23px;
    padding-left: 0;
    font-weight: 300;
    font-size: 13px;
    cursor: pointer;
    padding-top: 8px;
}

.portfolio-filter li {
    display: inline-block;
    border-right: none;
    padding: 12px 47px 12px 0px;
    margin-right: -3px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: Oswald, sans-serif;
    font-weight: 400;
}

.portfolio-filter li:last-child {
    border-radius: 0 3px 3px 0;
}

.portfolio-filter li.active {
    color: #913e5c;
    font-family: Oswald, sans-serif;
    font-weight: 700;
}


/*----end portfolio page----*/




/*----portfolio inner page----*/

.port-inner-proj-section {
    padding: 60px 0;
}

.title-categorie {
    margin-top: 160px;
}

.title-categorie a {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.702);
    text-transform: uppercase;
}

.default-carousel .owl-prev,
.default-carousel .owl-next {
    font-size: 40px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 2;
    opacity: .4;
    padding: 5px;
    color: #fff;
}

.default-carousel img {
    width: 100%;
    height: auto;
}

.default-carousel .owl-prev {
    left: 15px;
}

.default-carousel .owl-next {
    right: 15px;
}

.inner-portfolio-page .mfp-img {
    max-height: 100vh!important;
}

.default-carousel:hover .owl-prev,
.default-carousel:hover .owl-next {
    opacity: .6;
}

.default-carousel .owl-prev:hover,
.default-carousel .owl-next:hover {
    opacity: 1;
}

.port-inner-description {
    padding: 44px 0px 17px;
}

.port-inner-title {
    font-size: 50px;
    font-family: Oswald, sans-serif;
    font-weight: 500;
    color: #42252f;
    margin-top: 14px;
    margin-bottom: 50px;
    text-transform: uppercase;
    line-height: 0.96;
    letter-spacing: 7px;
}

input[name="newsletter-form"] {
    margin-bottom: 15px;
    padding: 5px 10px 6px;
    width: 100%;
    border: none;
    color: #6d6c6d;
    font-size: 14px;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    background-color: #fff;
}

.port-inner-description p {
    font-size: 14px;
    line-height: 1.7;
}

.owl-carousel .owl-item img {
    max-height: 726px;
}

.port-inner-description ul li.category-portfolio a {
    color: #626878;
    text-transform: capitalize;
}

.port-inner-description .col-sm-4 {
    padding: 0px 0px 39px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
}
.port-inner-description .col-sm-4 {
    text-align: left;
}
.port-inner-description .col-sm-4 p {
    margin-bottom: 0;
}
.port-inner-description .client-content {
    padding-left: 88px;
}
.port-inner-description .project-content {
    padding-left: 165px;
}
.port-inner-description .col-sm-4 p {
    font-weight: 400;
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    color: #000;
    text-transform: uppercase;
    line-height: 1.5;
}
.single-portfolio .blog-nearby-proj a span {
    color: #999;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.single-portfolio .next-proj span,
.single-portfolio .prev-proj span {
    top: 18px;
    transition: 0.3s;
}
.single-portfolio .blog-nearby-proj a span:hover, 
.single-portfolio .blog-nearby-proj a span:hover {
    color: #903c5a;
}
.portfolio-single-details {
    border-bottom: 1px solid #c6c6c6;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #999999;
    text-decoration: none;
    font-size: 13px;
}
.portfolio-single-details .banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 700px;
    margin-bottom: 50px;
}
.single-portfolio .port-inner-title {
    margin-bottom: 37px;
}

.portfolio-single-details a {
    color: #999999;
}
.single-portfolio-content {
    margin-top: 55px;
}
.single-portfolio-content p {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.3px;
}
.single-portfolio-content p:first-child {
    margin-bottom: 21px;
}
.port-inner-description ul li.category-portfolio a:hover {
    color: #e67b62;
}
.single-portfolio .share__links {
    padding-top: 18px;
}

.port-inner-description ul li span {
    color: #4f5668;
    font-weight: 400;
    padding-right: 5px;
}

.single-description {
    padding-top: 18px;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #999999;
}

.single-main-description {
    padding-top: 54px;
    font-weight: 500;
    font-family: Montserrat, sans-serif;
    color: #000;
}

@-webkit-keyframes heartbeat {
    0% {
        transform: scale(1);
    }
    20% {
        transform: scale(1.1);
    }
    40% {
        transform: scale(1);
    }
    60% {
        transform: scale(0.9);
    }
    80% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(0.8);
    }
}

@keyframes heartbeat {
    0% {
        transform: scale(1);
    }
    20% {
        transform: scale(1.1);
    }
    40% {
        transform: scale(1);
    }
    60% {
        transform: scale(0.9);
    }
    80% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(0.8);
    }
}

.like,
.share {
    display: inline-block;
    color: #626878;
    font-weight: 300;
    cursor: pointer;
}

.share:before {
    padding-right: 3px;
    font-size: 18px;
    color: #b8bcc9;
    vertical-align: text-bottom;
}

.single-post-wrap .content-bottom-info .like.post__likes--liked span::before {
    content: "\f004";
}

.share {
    position: relative;
}

.share-hidden {
    display: none;
}

.share-hidden a:before {
    padding-right: 5px;
    font-size: 16px;
    color: #b8bcc9;
    vertical-align: middle;
}

.share-hidden span {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.share-value .addthis_counter.addthis_bubble_style {
    background-image: none;
    width: 16px !important;
}

.share-value .addthis_counter.addthis_bubble_style .addthis_button_expanded {
    font-weight: 300;
    font-size: 14px;
    color: #626878;
    line-height: 18px;
    width: 6px;
}

.share-hidden svg {
    display: none;
}

.share:hover::before {
    content: none;
}

.share:hover .share-value {
    display: none;
}

.share:hover .share-hidden {
    display: inline-block;
}

.like:hover::before,
.share:hover::before,
.share-hidden a:hover::before {
    color: #903c5a;
}

.port-inner-desc-bottom .like:after {
    content: " / ";
}

.port-inner-desc-bottom .blog-nearby-proj {
    padding: 0;
    padding-top: 5px;
    margin-bottom: 20px;
}

.port-inner-desc-bottom .blog-nearby-proj i {
    position: static;
}

.port-inner-desc-bottom .blog-nearby-proj .ion-ios-arrow-left {
    padding-right: 0px;
    vertical-align: text-top;
}

.port-inner-desc-bottom .blog-nearby-proj .ion-ios-arrow-right {
    padding-left: 4px;
    vertical-align: text-top;
}
.comment {
    list-style: none;
}


/*----end portfolio inner page----*/




/*----blog page----*/

.blog-sidebar-section {
    padding-top: 20px;
    padding-bottom: 60px;
}

.blog-items .row {
    padding-bottom: 15px;
}

.blog-header {
    padding-top: 30px;
}

.blog-header-subtitle p {
    font-size: 12px;
    font-family: Montserrat, sans-serif;
    color: #808080;
    text-transform: uppercase;
    margin: 0;
    font-weight: 500;
    letter-spacing: 1px;
}

.blog-header-title h1 {
    font-size: 50px;
    font-family: Oswald;
    font-weight: 500;
    color: #42252f;
    text-transform: uppercase;
    letter-spacing: 10px;
    padding-top: 5px;
    margin: 0px;
}

.blog-items-wrap {
    padding-top: 75px;
}

.blog-items-wrap .blog-item {
    margin-bottom: 35px;
}

.blog-items-wrap .blog-description {
    cursor: auto;
}

.pagination {
    color: red;
    display: inline-block;
}

.pagination li a {
    padding: 3px 12px;
    position: static;
}

.pagination li a,
.pagination li.active a,
.pagination li.disabled a {
    border: 1px solid #eaeaea;
    color: #626878;
}

.pagination li a:hover,
.pagination li.active a,
.pagination li.active a:hover {
    background-color: #f8f8f8;
    border-color: #eaeaea;
    color: #626878;
}



/*----404, search page----*/

.page-error {
    text-align: center;
    padding: 60px 0;
}

.page-error a {
    display: block;
    margin-bottom: 20px;
}

.page-error .search-form .search-field,
#riga-empty-result .search-form .search-field {
    margin-bottom: 15px;
    padding: 5px 10px;
    width: 100%;
    font-weight: 300;
    border: 1px solid #eee;
}

.page-error .search-form .search-field::-webkit-input-placeholder,
#riga-empty-result .search-form .search-field::-webkit-input-placeholder {
    font-weight: 300;
}

.page-error .search-form .search-field::-moz-placeholder,
#riga-empty-result .search-form .search-field::-moz-placeholder {
    font-weight: 300;
}

.page-error .search-form .search-field:-ms-input-placeholder,
#riga-empty-result .search-form .search-field:-ms-input-placeholder {
    font-weight: 300;
}

.page-error .search-form .search-submit,
#riga-empty-result .search-form .search-submit {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    background-color: #f8f8f8;
    border: 1px solid #eaeaea;
    color: #626878;
    font-size: 14px;
    border-radius: 3px;
    font-weight: 300;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* PAGE 404 */

.error404 .page-error {
    margin-top: 200px;
}
.error404 .page-error .title {
    color: #42252f;
    font-family: Montserrat, sans-serif;
    font-size: 200px;
    font-weight: 500;
    text-transform: uppercase;
}
.error404 .page-error .subtitle {
    color: rgba(0,0,0,0.8);
    font-family: Oswald, sans-serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 100px;
    text-transform: uppercase;
}
.error404 .page-error a {
    color: #5c122c;
    font-family: Oswald, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 50px;
    text-decoration: underline;
    transition: 0.5s;
}
.error404 .page-error a:hover {
    opacity: 0.8;
}
.error404 .page-error .search-form .search-field,
.error404 .page-error .search-form .search-submit,
.search #riga-empty-result .search-form .search-field,
.search #riga-empty-result .search-form .search-submit {
    background-color: transparent;
    border: 1px solid #42252f;
    padding: 10px 20px;  
    font-family: Montserrat, sans-serif;;
}
.error404 .page-error .search-form .search-field,
.search #riga-empty-result .search-form .search-field {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    width: 250px;
}
.error404 .page-error .search-form .search-submit,
.search #riga-empty-result .search-form .search-submit {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    color: #fff;
    background-color: #42252f;
    transition: 0.5s;
}
.error404 .page-error .search-form .search-field:focus,
.error404 .page-error .search-form .search-submit:focus,
.search #riga-empty-result .search-form .search-field:focus,
.search #riga-empty-result .search-form .search-submit:focus {
    outline: none;
}
.error404 .page-error .search-form .search-submit:hover,
.search #riga-empty-result .search-form .search-submit:hover {
    color: #42252f;
    background-color: transparent;
}

/* PAGE SEARCH */

.search #riga-empty-result {
    padding-left: 10px;
}

.search #riga-empty-result p {
    color: rgba(0,0,0,0.8);
    font-family: Oswald, sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
}

/*----end 404, search page----*/



/*----shortcodes page----*/

.section {
    padding: 60px 0;
}

.section-gray {
    padding: 60px 0;
    background-color: #f8f8f8;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.marg-t-10 {
    margin-top: 10px;
}

.shortcodes .accordion-wrap .panel-group {
    margin-bottom: 0;
}

.top-subtitle {
    margin-bottom: 0px;
}
.top-subtitle {
    color: rgba(0, 0, 0, 0.7);
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

h2.type-2 {
    margin-top: 5px;
    letter-spacing: 2px;
    font-family: Oswald, sans-serif;
    font-weight: 400;
    letter-spacing: 10px;
}

h2.type-2 {
    font-weight: 500;
    letter-spacing: 7px;
    color: #3e242d;
    font-family: Oswald, sans-serif;
    font-size: 34px;
    line-height: 50px;
    text-transform: uppercase;
}

h2.type-2 {
    margin-top: 0;
}

.headline-block.dark.text-left p {
    padding-right: 0;
}
.bar-item {
    width: 100%;
}
.headline-block-description {
    padding-top: 5px;
}
.main-title h2.type-2 {
    letter-spacing: 4px;
    font-weight: 500;
}
.features-icon i {
    color: #913e5c;
}
.features-item.text-left {
    margin-top: 43px;
    margin-bottom: 45px;
}
.features-item.text-left .features-title,
.features-item.text-left .features-icon {
    display: inline-block;
}
.features-item.text-left .features-icon {
    width: auto;
    height: auto;
    line-height: 0;
    top: 0;
    position: static;
    background-color: transparent; 
    border: none;
}
.absolute_about_bg__color {
    background-color: #f2eff1;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
}
.absolute_about2_bg__color,
.absolute_home2_bg__color {
    background-color: #f2eff1;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
}
.absolute_home2_bg__color {
    right: auto;
    left: 0;
    width: 46%;
}
.features-item.text-left .features-title {
    margin-top: 0;
    margin-left: 32px;
    margin-bottom: 16px;
}
.features-item.text-left .features-title h3 {
    color: rgba(0,0,0,0.9);
}
.features-item.text-left .features-text {
    margin: 0;
    width: auto;
    margin-right: 50px;
}
.headline-block.light.text-left h2 {
    margin-bottom: 34px;
}
.headline-block h2 {
    letter-spacing: 3.5px;
}
.headline-block-description p {
    margin-top: 10px;
    margin-bottom: 0;
}
.headline-block-description p:last-child {
    margin-top: 0;
}
.map-head h2 {
    margin-top: 0;
    font-size: 34px;
    letter-spacing: 3.5px;
    position: relative;
}
.map-head h2:before {
    content: '\f077';
    font-family: FontAwesome;
    font-size: 24px;
    position: absolute;
    top: 0;
    right: -60px;
    color: #fff;
}
.map-head h2.active-title:before {
    content: '\f078';
}

.map-head {
    padding: 0;
    padding-bottom: 23px;
}
.map-head i {
    padding: 20px 34px 20px 32px;
}
#google-map {
    height: 590px;
}
h2.type-2 {
    letter-spacing: 4px;
}
.wpcf7-form {
    padding-right: 65px;
}
.wpcf7-form .wpcf7-submit {
    margin-top: 25px;
}
.footer-contacts li:first-child {
    margin-bottom: 10px;
}
.footer-contacts>li>span {
    letter-spacing: 0;
}
.desc {
    font-size: 14px;
    font-family: Montserrat, sans-serif;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1.714;
    letter-spacing: 0.8px;
    padding-top: 20px;
}

.desc {
    padding-top: 28px;
    padding-right: 340px;
}

.icons-example {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: -15px;
    margin-left: -15px;
    list-style: none;
}
.icons-example li {
    display: inline-block;
    padding: 15px;
    font-size: 25px;
}
/*----404, search page----*/

.page-error {
    text-align: center;
    padding: 60px 0;
}

.page-error a {
    display: block;
    margin-bottom: 20px;
}

.page-error .search-form .search-field,
#riga-empty-result .search-form .search-field {
    margin-bottom: 15px;
    padding: 5px 10px;
    width: 100%;
    font-weight: 300;
    border: 1px solid #eee;
}

.page-error .search-form .search-field::-webkit-input-placeholder,
#riga-empty-result .search-form .search-field::-webkit-input-placeholder {
    font-weight: 300;
}

.page-error .search-form .search-field::-moz-placeholder,
#riga-empty-result .search-form .search-field::-moz-placeholder {
    font-weight: 300;
}

.page-error .search-form .search-field:-ms-input-placeholder,
#riga-empty-result .search-form .search-field:-ms-input-placeholder {
    font-weight: 300;
}

.page-error .search-form .search-submit,
#riga-empty-result .search-form .search-submit {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    background-color: #f8f8f8;
    border: 1px solid #eaeaea;
    color: #626878;
    font-size: 14px;
    border-radius: 3px;
    font-weight: 300;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*ACCORDION*/

.wpc-accordion .panel-title {
    margin: 0;
    position: relative;
    cursor: pointer;
}
 .wpc-accordion .panel-content {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    height: 0;
    border-width: 0 1px;
    -webkit-transition: height .2s linear, padding-top .2s linear, padding-bottom .3s linear, border-top-width .3s linear, border-top-width .3s linear;
    transition: height .2s linear, padding-top .2s linear, padding-bottom .3s linear, border-top-width .3s linear, border-top-width .3s linear;
}
 .wpc-accordion .panel-wrap.active .panel-content {
    height: auto;
}

/*SHORTCODE TEAM*/

.team-wrap-item {
    height: 270px;
    margin-bottom: 30px;
}
.team-wrap-item.style1 {
    background-color: #f2eff1;
    padding: 83px 43px 0 42px;
}
.team-wrap-item.style1 .title {
    color: #3e242d;
    font-family: Oswald, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 57px;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    margin-bottom: 9px;
}
.team-wrap-item.style1 .text {
    color: rgba(0,0,0,0.7);
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.4px;
}
.team-wrap-item.image {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    overflow: hidden;
}
.team-wrap-item.image .team-info {
    position: absolute;
    text-align: center;
    background-color: rgba(145,62,92,0.9);
    padding: 33px 0 13px 0;
    width: 100%;
    bottom: 0;
    opacity: 0;
    transition: .5s;
    z-index: 0;
    visibility: hidden;
    transform: translateY(100%);
}
.team-wrap-item.image:hover .team-info {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}
.team-wrap-item.image .team-info .name {
    color: #fff;
    font-family: Oswald, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.team-wrap-item.image .team-info .position {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 3px;
}
.team-wrap-item.image .team-info .team-bottom {
    border: none;
    padding: 0;
}
.team-wrap-item.image .team-info .team-bottom a i {
    color: #fffeff;
    font-size: 10px;
    font-weight: 400;
    padding: 0 7px;
}
.team-wrap-item.image .team-info .team-bottom a i:hover {
    color: #01a2ff;
}
.team-wrap-item.style2 {
    position: relative;
    border: 1px solid #f2eff1;
}
.team-wrap-item.style2 .wrap-team {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.team-wrap-item.style2 img {
    margin-bottom: 15px;
}
.team-wrap-item.style2 .subtitle {
    color: rgba(0,0,0,0.8);
    font-family: Montserrat, sans-serif;
    font-weight: 400; 
    font-size: 16px;
    line-height: 24px;
}
.team-wrap-item img {
    max-height: 50px;
}
.btn-team-row {
    text-align: center;
}
.btn-team {
    margin-bottom: 40px;
}

.team-slider {
    padding-bottom: 82px;
}
.team-slider .swiper-slide {
    padding: 0px 15px;
    width: 370px;
}
.team-slider .point-style-2 {
    padding-left: 11px;
}

.absolute_bg {
    position: relative;
}

.absolute_bg__color {
    background-color: #4d424a;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
}

.wpb_column {
    z-index: 2;
}

/*SHORTCODE ICON TEXT HEAD*/

.servis-block {
    color: #fff;
}
.servis-block i {
    display: inline-block; 
}
.servis-block i:before {
    font-size: 47px;
}
.servis-text-block {
    display: inline-block; 
    padding-top: 10px;
    padding-left: 40px;
}
.servis-block.right {
    text-align: right;
}
.servis-block .servis-text-block h4 {
    opacity: 0.9;
    font-weight: 400;
    line-height: 24px;
    font-family: Oswald, sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
}
.servis-block .servis-text-block p {
    opacity: 0.9;
    font-weight: 400;
    line-height: 24px;
    color: #c5c5c5;
    font-family: Montserrat, sans-serif;
    font-size: 14px; 
    letter-spacing: 0.3px;
}
.servis-block.center {
    margin-left: 30px;
}


/*SHORTCODE SERVICE*/

.services-wrap-item {
    height: 390px;
}
.services-wrap-item.image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.services-wrap-item.text {
    position: relative;
    background-color: #fff;
    padding: 0 20px 0 40px;
    display: table-cell;
    vertical-align: middle;
}
.wrap-service i, .wrap-info-service {
    display: inline-block; 
}
.wrap-service i {
    color: #903c5a;
    margin-right: 20px;
    vertical-align: top;
}
.wrap-service i:before {
    font-size: 48px;
    line-height: 1;
}
.wrap-info-service .title {
    color: #4d424a;
    line-height: 24px;
    font-family: Oswald, sans-serif;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}
.wrap-info-service .subtitle {
    color: #4d424a;
    line-height: 24px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.wrap-service .text {
    color: rgba(0,0,0,0.6);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding-top: 23px;
    letter-spacing: 0.7px;
}
.services-wrap-item.text.right:after {
    content: '';
    position: absolute;
    right: -30px; 
    top: 187px;
    border: 10px solid transparent;
    border-left: 20px solid #fff;
    z-index: 9999;
}
.services-wrap-item.text.left:after {
    content: '';
    position: absolute;
    left: -30px; 
    top: 187px;
    border: 10px solid transparent;
    border-right: 20px solid #fff;
    z-index: 9999;
}
.services-wrap-item.text.top:after {
    content: '';
    position: absolute;
    top: -30px;
    left: 184px;
    border: 10px solid transparent;
    border-bottom: 20px solid #fff;
    z-index: 9999;
}
.services-wrap-item.text.bottom:after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 184px;
    border: 10px solid transparent;
    border-top: 20px solid #fff;
    z-index: 9999;
}

/*SHORTCODE TESTIMONIALS SLIDER - OPTIONS 3*/

.testimonials3 {
    position: relative;
    left: 350px;
}
.testimonials3-content {
    float: left;
    padding-top: 75px;
    color: white;
    width: 260px;
    margin-right: 40px;
}
.testimonials3-content .subtitle {
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}
.testimonials3-content .title {
    font-family: Oswald, sans-serif;
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.7px;
    margin-bottom: 23px;
}
.testimonials3-content .count {
    font-family: Oswald, sans-serif;
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 6px;
}
.testimonials3-content .descr {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    color: rgba(255,255,255,0.6);
}
.testimonials-swiper-3 {
    padding-top: 100px;
}
.testimonials-swiper-3 .team-img-3 {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-color: #dedede;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -54px;
}
.testimonials-swiper-3 .team-item {
    margin-bottom: 50px;
}
.testimonials-swiper-3 .team-name-pos {
    padding-top: 67px;
    padding-bottom: 0;
}
.testimonials-swiper-3 .team-bottom {
    padding-bottom: 0;
}
.testimonials-swiper-3 .team-desc {
    padding: 27px 10px 40px 10px;
}
.testimonials-swiper-3 .team-desc:after {
    content: "";
}
.testimonials-swiper-3 .swiper-pagination {
    text-align: left;
    bottom: -4px;
}
.testimonials-swiper-3 .swiper-pagination .swiper-pagination-bullet {
    border-radius: 0;
}
.testimonials-swiper-3.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}
.testimonials-swiper-3 .swiper-pagination span {
    width: 108px;
    height: 8px;
    background-color: #913e5c;
}
.testimonials-swiper-3 .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: white;
    border-radius: 4px;
}

/*SHORTCODE TABS - OPTIONS MODERN*/

.tabs-wrap.modern .nav-tabs>li.active,
.tabs-wrap.modern .nav-tabs>li,
.tabs-wrap.modern .nav-tabs>li a {
    background-color: transparent !important;
}
.tabs-wrap.modern .nav-tabs>li.active {
    padding-bottom: 0;
}
.tabs-wrap.modern .nav-tabs>li {
    margin-bottom: 0;
}
.tabs-wrap.modern .nav-tabs {
    margin-top: 13px;
}
.tabs-wrap.modern .nav-tabs>li a {
    font-family: Oswald, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 47px;
    text-transform: uppercase;
    padding: 0;
    letter-spacing: 1px;
    padding-right: 59px;
    border-right: 0.416665px solid #dcd6da;
}
.tabs-wrap.modern .nav-tabs>li.active a {
    color: #903c5a !important;
    border-right: 2px solid #903c5a;
}
.tabs-wrap.modern .tab-content {
    width: calc(100% - 129.6px);
    padding: 0;
    background-color: transparent;
    margin-top: 15px;
    padding-right: 83px;
}
.tabs-wrap.modern .tab-content p {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.4px;
}
.tabs-wrap.modern .tab-content p:nth-of-type(2) {
    margin-top: 24px;
    color: inherit;
    font-family: Montserrat, sans-serif;
    opacity: 1;
}

.section {
    padding: 60px 0;
}

.section-gray {
    padding: 60px 0;
    background-color: #f8f8f8;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.marg-t-10 {
    margin-top: 10px;
}

.shortcodes .accordion-wrap .panel-group {
    margin-bottom: 0;
}

.top-subtitle {
    margin-bottom: 0px;
}

h2.type-2 {
    margin-top: 5px;
    letter-spacing: 2px;
    font-family: Oswald, sans-serif;
    font-weight: 500;
}

.desc {
    padding-top: 20px;
}
.desc p {
    font-size: 14px;
    font-family: Montserrat, sans-serif;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1.714;
    letter-spacing: 1px;
}
.icons-example {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: -15px;
    margin-left: -15px;
    list-style: none;
}
.icons-example li {
    display: inline-block;
    padding: 15px;
    font-size: 25px;
}

.quicklinks,
.quicklinks div,
.quicklinks li,
.quicklinks a {
    font-size: inherit !important;
    color: #ccc !important;
    font-family: inherit !important;
}
.quicklinks a:hover {
    color: #00b9eb !important;
}

/*UNITTEST*/
.single-post-wrap.unit .comments-wrap .comments .children {
    padding-left: 30px;
}
.single-post-wrap.unit .comments-wrap .comments .children .comment {
    padding-left: 80px;
}
.no-riga-plugins .navbar {
    padding-top: 30px;
}


/*SWIPER*/

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}


/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}


/*----end shortcodes page----*/




/*----media----*/


@media (max-width: 500px) {
    .comments .children {
        padding-left: 0px;
    }
} 

@media (max-width: 767px) {

    .contacts-top {
        text-align: center;
    }

    .social-top {
        text-align: center;
    }

    .comments .children {
        padding-left: 50px;
    }

    .riga-widget ul.footer-twitter {
        padding-left: 15px;
    }

    .navbar-collapse {
        height: 100vh;
        padding-bottom: 109px;
        background-color: #f8f8f8;
    }

    .menu-fixed .navbar-collapse {
        padding-bottom: 50px;
    }

    .navbar-brand,
    .menu-fixed.navbar.navbar-default .navbar-brand {
        height: 50px;
    }

    .navbar-brand img,
    .menu-fixed.navbar.navbar-default .navbar-brand img {
        max-height: 30px;
    }

    button.navbar-toggle:focus {
        background-color: transparent;
    }

    header {
        min-height: 80px;
    }

    .nav.navbar-nav.navbar-right>li {
        margin: 0 15px;
        border-bottom: 1px solid #eaeaea;
    }

    .nav.navbar-nav.navbar-right>li>a,
    .nav.navbar-nav.navbar-right>li.active>a {
        line-height: 3.5;
        padding: 0;
        display: inline-block;
    }

    .nav.navbar-nav.navbar-right>.current-menu-parent>a {
        border: none !important;
    }

    .navbar-nav .open .dropdown-menu {
        border-bottom: 1px solid #eaeaea;
    }

    .nav.navbar-nav.navbar-right>li span {
        margin-left: 5px;
        margin-top: 2px;
    }

    .navbar .dropdown-menu li a {
        border: none;
        color: #7b808e;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:active {
        color: #903c5a;
    }

    .search-open {
        display: none!important;
    }

    .nav>li.mobile-search {
        display: block;
    }

    .nav>li.mobile-search input {
        margin-top: 7px;
        line-height: 2;
        width: 100%;
        border-radius: 3px;
        border: 2px solid #ededed;
        padding: 0 6px;
    }

    .nav>li.mobile-search input:focus {
        outline: none;
    }

    .nav>li.mobile-search input::-webkit-input-placeholder {
        text-align: center;
    }

    .nav>li.mobile-search input::-moz-placeholder {
        text-align: center;
    }

    .nav>li.mobile-search input:-moz-placeholder {
        text-align: center;
    }

    .nav>li.mobile-search input:-ms-input-placeholder {
        text-align: center;
    }

    .nav>li.mobile-search input:focus::-webkit-input-placeholder {
        text-align: left;
    }

    .nav>li.mobile-search input:focus::-moz-placeholder {
        text-align: left;
    }

    .nav>li.mobile-search input:focus:-moz-placeholder {
        text-align: left;
    }

    .nav>li.mobile-search input:focus:-ms-input-placeholder {
        text-align: left;
    }

    .top-slider-caption,
    .wrap-buttons {
        text-align: center;
    }

    .top-slider-caption .btn,
    .wrap-buttons a {
        -webkit-animation-delay: 1.1s;
        -o-animation-delay: 1.1s;
        animation-delay: 1.1s;
    }

    .top-slider .slide-2 .top-slider-caption {
        margin-left: 0;
    }

    .top-slider-title {
        font-size: 27px;
    }

    .top-slider-text {
        font-size: 14px;
    }

    .top-slider .slide-2 img {
        margin-top: 20px;
    }

    .top-slider .slide-2 img,
    .top-slider .slide-3 img {
        display: none;
    }

    .features-item {
        margin-top: 30px;
    }

    .features-item:first-child {
        margin-top: 0;
    }

    .testimonials-section .owl-dots {
        top: auto;
        right: auto;
        width: 100%;
        margin-top: 5px;
        text-align: center;
    }

    .testimonials-item {
        padding: 25px 15px;
    }

    .testimonials-description {
        padding-left: 90px;
    }

    .progress-item {
        display: block;
        margin-right: 0;
        margin-top: 30px;
    }

    .progress-item:first-child {
        margin-top: 0;
    }

    .flickr_badge_image img {
        margin: 6px!important;
        padding: 1px!important;
    }

    .flickr_badge_image:nth-child(7),
    .flickr_badge_image:nth-child(8) {
        display: none;
    }

    .footer-bottom {
        text-align: center;
    }

    .footer-menu {
        float: none;
    }

    .breadcrumbs-section {
        line-height: 30px;
    }

    .breadcrumbs-sec-title {
        margin-top: 15px;
    }

    .breadcrumbs-sec-title,
    .breadcrumbs-sec-crumbs {
        text-align: center;
    }

    .introduction-section img {
        margin-bottom: 30px;
    }

    .story-section img {
        margin-bottom: 30px;
    }

    .all-services-item {
        padding-left: 45px;
    }

    .all-services-item:before {
        left: 15px;
    }

    .port-inner-title {
        margin-top: 15px;
    }

    .sidebar {
        margin-top: 30px;
    }

    .blog-cover-desc {
        bottom: 10px;
    }

    .blog-cover-title {
        font-size: 20px;
    }

    .blog-cover-author {
        margin-right: 20px;
    }

    .blog-other-proj {
        padding: 30px 15px 0 15px;
    }

    .blog-other-proj .blog-item {
        margin-bottom: 30px;
    }

    .shortcodes .accordion-wrap .panel-group {
        margin-bottom: 30px;
    }
    .logo_client {
        padding-left: 0 !important;
    }
}

@media screen and ( max-width: 782px) {
    .admin-bar .menu-fixed {
        top: 0;
    }

    .menu-fixed.navbar.navbar-default {
        height: 80px;
    }

    .navbar-header {
        padding-top: 12px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #91425e;
    }

    .slide-1 {
        padding-top: 112px;
    }

    .top-slider .slide-2 .top-slider-caption .top-slider-title {
        margin-top: 0px;
    }

    .top-slider .slide-2 .top-slider-caption .top-slider-text {
        width: 100%;
    }

    .headline-block.light.text-left {
        padding-left: 0;
    }

    .clients-items img {
        padding: 10px;
    }

    .headline-block-description p {
        line-height: normal;
        padding-top: 0px;
    }

    .contacts-top li:first-of-type {
        padding-left: 30px;
    }

    .portfolio-filter {
        text-align: center;
        padding-top: 0;
    }

    .portfolio-filter li {
        padding: 12px 10px 2px 10px;
    }

    .blog-img-wrap img {
        max-width: 100%;
    }

    .blog-img-wrap img {
        width: 100%;
    }

    .blog-item-date {
        position: static;
        display: block;
        padding-left: 20px;
    }

    .blog-text {
        padding: 10px 20px 10px 20px;
    }

    .riga-widget.col-sm-4.widget_text {
        padding-left: 15px;
    }

    .margin-xs-120t {
        margin-top: 120px !important;
    }

    .margin-xs-70b {
        margin-bottom: 70px !important;
    }
}






                                        /*MIN*/
@media (min-width: 768px) {
    .riga-form p:nth-child(-n+4) {
        float: left;
        width: 33.3333%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .progress-item {
        margin-right: 15px;
    }

    .progress-item canvas {
        width: 70px;
    }

    .flickr_badge_image img {
        margin: 6px!important;
        padding: 1px!important;
        max-width: 60px;
        max-height: 60px;
    }

    .flickr_badge_image:nth-child(7),
    .flickr_badge_image:nth-child(8) {
        display: none;
    }

    .port-inner-title {
        margin-top: 15px;
    }

    .blog-items-wrap>.row {
        margin: 0 -10px;
    }

    .blog-items-wrap>.row .col-sm-6,
    .blog-items-wrap>.row .col-md-4 {
        padding: 0 10px;
    }
    .blog-description {
        padding-right: 30px;
    }
}

@media (min-width: 992px) {

    .blog-items-wrap>.row {
        margin: 0 -10px;
    }

    .blog-items-wrap>.row .col-sm-6,
    .blog-items-wrap>.row .col-md-4 {
        padding: 0 10px;
    }
}


@media (min-width: 1200px) {
    .vc_col-lg-offset-3 {
        margin-left: 22.2%!important;
    }
}
@media (max-width: 1200px) {
    .bar-wrapper {
        padding-bottom: 23px;
    }
}

@media only screen and (max-width: 992px) {
    .mb-xs-20 {
        margin-bottom: 20px !important;
    }
    .mb-xs-30 {
        margin-bottom: 30px !important;
    }
    .mb-xs-70px {
        margin-bottom: 70px !important;
    }
    .mt-xs-150px {
        margin-top: 150px !important;
    }
    .mt-xs-30 {
        margin-top: 30px !important;
    }
    .mb-xs-50 {
        margin-bottom: 50px !important;
    }
    .pt-xs-50 {
        padding-top: 50px !important;
    }
    .pt-xs-30 {
        padding-top: 30px !important;
    }
    .pt-sm-70 {
        padding-top: 70px !important;
    }
    .pt-sm-80 {
        padding-top: 80px !important;
    }
    .padding-xs-0b {
        padding-bottom: 0px !important;
    }
    .padding-xs-60b {
        padding-bottom: 60px !important;
    }
    .padding-xs-70t {
        padding-top: 70px !important;
    }
    .padding-xs-80t {
        padding-top: 80px !important;
    }
    .pb-xs-50 {
        padding-bottom: 50px !important;
    }
    .pb-xs-30 {
        padding-bottom: 30px !important;
    }
    .pt-xs-75 {
        padding-top: 75px !important;
    }
    .pt-xs-80 {
        padding-top: 80px !important;
    }
    .pb-xs-75 {
        padding-bottom: 75px !important;
    }
    .mt-sm-30 {
        margin-top: 30px !important;
    }
    .pt-xs-50 {
        padding-top: 50px !important;
    }
    .pb-xs-50 {
        padding-bottom: 50px !important;
    }
    .pt-xs-70 {
        padding-top: 70px !important;
    }
    .pt-xs-75 {
        padding-top: 75px !important;
    }
    .pb-xs-75 {
        padding-bottom: 75px !important;
    }
    .pb-xs-80 {
        padding-bottom: 80px !important;
    }
    .pt-xs-100 {
        padding-top: 100px !important;
    }
    .swiper-container,
    .swiper-scrollbar {
        width: 100%!important;
    }
    .headline-block-description {
        padding-bottom: 26px;
    }
    .headline-block h2 {
        font-size: 29px;
    }
    .features-icon {
        top: 0px;
    }
}

@media only screen and (min-width: 1024px) {
    .padd-l-50 {
        padding-left: 50px;
    }

    .padd-l-100 {
        padding-left: 100px;
    }

    .pl-md-25 {
        padding-left: 25px !important;
    }

    .pl-md-100 {
        padding-left: 100px !important;
    }

    .pr-md-25 {
        padding-right: 25px !important;
    }

    .pl-md-50,
    .padding-md-50l {
        padding-left: 50px !important;
    }

    .pl-md-100,
    .padding-md-100l {
        padding-left: 100px !important;
    }

    .pl-md-110,
    .padding-md-110l {
        padding-left: 110px !important;
    }

    .pr-md-50,
    .padding-md-50r {
        padding-right: 50px !important;
    }

    .padding-md-5t {
        padding-top: 5px;
    }

    .padding-md-15t {
        padding-top: 15px;
    }

    .padding-md-20t {
        padding-top: 20px;
    }

    .padding-md-25t {
        padding-top: 25px;
    }

    .padding-md-30t {
        padding-top: 30px;
    }

    .padding-md-35t {
        padding-top: 35px;
    }

    .padding-md-40t {
        padding-top: 40px;
    }

    .padding-md-45t {
        padding-top: 45px;
    }

    .padding-md-50t {
        padding-top: 50px;
    }

    .padding-md-55t {
        padding-top: 55px;
    }

    .padding-md-60t {
        padding-top: 60px;
    }

    .padding-md-80t {
        padding-top: 80px;
    }

    .padding-md-120t {
        padding-top: 120px;
    }

    .padding-md-140t {
        padding-top: 140px;
    }

    .padding-md-155t {
        padding-top: 155px;
    }

    .padding-md-175t {
        padding-top: 175px;
    }

    .padding-md-180t {
        padding-top: 180px;
    }

    .padding-md-210t {
        padding-top: 210px;
    }

    .padding-md-240t {
        padding-top: 240px;
    }

     .padding-md-260t {
        padding-top: 260px;
    }

    .padding-md-10b {
        padding-bottom: 10px;
    }

    .padding-md-15b {
        padding-bottom: 15px;
    }

    .padding-md-20b {
        padding-bottom: 20px;
    }

    .padding-md-25b {
        padding-bottom: 25px;
    }

    .padding-md-30b {
        padding-bottom: 30px;
    }

    .padding-md-35b {
        padding-bottom: 35px;
    }

    .padding-md-40b {
        padding-bottom: 40px;
    }

    .padding-md-45b {
        padding-bottom: 45px;
    }

    .padding-md-55b {
        padding-bottom: 55px;
    }

    .padding-md-60b {
        padding-bottom: 60px;
    }

    .padding-md-70b {
        padding-bottom: 70px;
    }

    .padding-md-80b {
        padding-bottom: 80px;
    }

    .padding-md-95b {
        padding-bottom: 95px;
    }

    .padding-md-100b {
        padding-bottom: 100px;
    }

    .padding-md-120b {
        padding-bottom: 120px;
    }

    .padding-md-125b {
        padding-bottom: 125px;
    }

    .padding-md-135b {
        padding-bottom: 135px;
    }

    .padding-md-140b {
        padding-bottom: 140px;
    }

    .padding-md-175b {
        padding-bottom: 175px;
    }

    .padding-md-60l {
        padding-left: 60px !important;
    }

    .padding-md-70l {
        padding-left: 70px !important;
    }

    .padding-md-100l {
        padding-left: 100px !important;
    }

    .padding-md-115l {
        padding-left: 115px !important;
    }

    .padding-md-70r {
        padding-right: 70px !important;
    }

    .pl-md-75 {
        padding-left: 75px !important;
    }

    .pr-md-75 {
        padding-right: 75px !important;
    }

    .mt-md-145 {
        margin-top: 145px !important;
    }

    .pt-md-10 {
        padding-top: 10px !important;
    }

    .pt-md-20 {
        padding-top: 20px !important;
    }

    .pt-md-30 {
        padding-top: 30px !important;
    }

    .pt-md-45 {
        padding-top: 45px !important;
    }

    .pt-md-50 {
        padding-top: 50px !important;
    }

    .pt-md-55 {
        padding-top: 55px !important;
    }

    .pt-md-60 {
        padding-top: 60px !important;
    }

    .mt-md-30 {
        margin-top: 30px !important;
    }

    .mt-md-40 {
        margin-top: 40px !important;
    }

    .mt-md-60 {
        margin-top: 60px !important;
    }

    .mt-md-70 {
        margin-top: 70px !important;
    }

    .mt-md-75 {
        margin-top: 75px !important;
    }

    .mt-md-80 {
        margin-top: 80px !important;
    }

    .mt-md-90 {
        margin-top: 90px !important;
    }

    .mt-md-95 {
        margin-top: 95px !important;
    }

    .mb-md-5 {
        margin-bottom: 5px !important;
    }

    .mb-md-20 {
         margin-bottom: 20px !important;
    }

    .mb-md-30 {
        margin-bottom: 30px !important;
    }

    .mb-md-40 {
        margin-bottom: 40px !important;
    }

    .mb-md-45, .margin-md-45b {
        margin-bottom: 45px !important;
    }

    .mb-md-50 {
        margin-bottom: 50px !important;
    }

    .mb-md-60 {
        margin-bottom: 60px !important;
    }

    .mb-md-70 {
        margin-bottom: 70px !important;
    }

    .mb-md-80 {
        margin-bottom: 80px !important;
    }

    .mb-md-90 {
        margin-bottom: 90px !important;
    }

    .mb-md-95 {
        margin-bottom: 95px !important;
    }

    .mb-md-110 {
        margin-bottom: 110px !important;
    }

    .mb-md-120 {
        margin-bottom: 120px !important;
    }

    .mt-md-100 {
        margin-top: 100px !important;
    }

    .mt-md-110 {
        margin-top: 110px !important;
    }

    .mt-md-115 {
        margin-top: 115px !important;
    }

    .mt-md-120 {
        margin-top: 120px !important;
    }

    .mt-md-125 {
        margin-top: 125px !important;
    }

    .mt-md-130 {
        margin-top: 130px !important;
    }

    .mt-md-180 {
        margin-top: 180px !important;
    }

    .mt-md-200 {
        margin-top: 200px !important;
    }

    .mt-md-230 {
        margin-top: 230px !important;
    }

    .pl-md-60 {
        padding-left: 60px !important;
    }

    .pl-md-100 {
        padding-left: 100px !important;
    }

    .pr-md-60 {
        padding-right: 60px !important;
    }

    .pb-md-20 {
        padding-bottom: 20px !important;
    }

    .pb-md-30 {
        padding-bottom: 30px !important;
    }

    .pb-md-35 {
        padding-bottom: 35px !important;
    }

    .pb-md-40 {
        padding-bottom: 40px !important;
    }

    .pb-md-60 {
        padding-bottom: 60px !important;
    }

    .pb-md-50 {
        padding-bottom: 50px !important;
    }

    .pb-md-70 {
        padding-bottom: 70px !important;
    }

    .pb-md-85 {
        padding-bottom: 85px !important;
    }

    .pb-md-110 {
        padding-bottom: 110px !important;
    }

    .pb-md-160 {
        padding-bottom: 160px !important;
    }

    .pt-md-70 {
        padding-top: 70px !important;
    }

    .pt-md-80 {
        padding-top: 80px !important;
    }

    .pt-md-15 {
        padding-top: 15px !important;
    }

    .pt-md-90 {
        padding-top: 90px !important;
    }

    .pt-md-100 {
        padding-top: 100px !important;
    }

    .pt-md-105 {
        padding-top: 105px !important;
    }

    .pt-md-120 {
        padding-top: 120px !important;
    }

    .pt-md-125 {
        padding-top: 125px !important;
    }

    .pb-md-60 {
        padding-bottom: 60px !important;
    }

    .pb-md-75 {
        padding-bottom: 75px !important;
    }

    .pt-md-70 {
        padding-top: 70px !important;
    }

    .pt-md-75 {
        padding-top: 75px !important;
    }

    .pt-md-100 {
        padding-top: 100px !important;
    }

    .pt-md-150 {
        padding-top: 150px !important;
    }

    .pb-md-80 {
        padding-bottom: 80px !important;
    }

    .pb-md-45 {
        padding-bottom: 45px !important;
    }

    .pb-md-50 {
        padding-bottom: 50px !important;
    }

    .pb-md-90 {
        padding-bottom: 90px !important;
    }

    .pb-md-100 {
        padding-bottom: 100px !important;
    }

    .pb-md-105 {
        padding-bottom: 105px !important;
    }

    .pb-md-120 {
        padding-bottom: 120px !important;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .translate-team-right {
        left: 5px;
    }
}

@media only screen and (max-width: 1024px) {
    .mb-sm-20 {
        margin-bottom: 20px !important;
    }
    .mb-sm-30 {
        margin-bottom: 30px !important;
    }
    .mb-sm-70px {
        margin-bottom: 70px !important;
    }
    .mt-sm-150px {
        margin-top: 150px !important;
    }
    .mt-sm-50 {
        margin-top: 50px !important;
    }
    .margin-sm-120t {
        margin-top: 120px !important;
    }
    .margin-sm-70b {
        margin-bottom: 70px !important;
    }
    .pb-sm-0 {
        padding-bottom: 0px !important;
    }
    .pb-sm-30 {
        padding-bottom: 30px !important;
    }
    .padding-sm-30b {
        padding-bottom: 30px !important;
    }
    .padding-sm-50b {
        padding-bottom: 50px !important;
    }
    .padding-sm-50b {
        padding-bottom: 80px !important;
    }
    .padding-sm-10t {
        padding-top: 10px !important;
    }
    .padding-sm-15t {
        padding-top: 15px !important;
    }
    .padding-sm-30t {
        padding-top: 30px !important;
    }
    .padding-sm-35t {
        padding-top: 35px !important;
    }
    .padding-sm-45t {
        padding-top: 45px !important;
    }
    .padding-sm-70t {
        padding-top: 70px !important;
    }
    .padding-sm-80t {
        padding-top: 80px !important;
    }
    .padding-sm-40b {
        padding-bottom: 40px !important;
    }
    .padding-sm-45b {
        padding-bottom: 45px !important;
    }
    .pb-sm-50b {
        padding-bottom: 50px !important;
    }
    .pt-sm-50t {
        padding-top: 50px !important;
    }
    .pb-sm-40 {
        padding-bottom: 40px !important;
    }
    .pt-sm-15 {
        padding-top: 15px !important;
    }
    .pt-sm-70 {
        padding-top: 70px !important;
    }
    .pt-sm-80 {
        padding-top: 80px !important;
    }
    .pt-sm-100 {
        padding-top: 100px !important;
    }
    .pb-sm-35 {
        padding-bottom: 35px !important;
    }
    .pb-sm-15 {
        padding-bottom: 15px !important;
    }
    .pb-sm-60 {
        padding-bottom: 60px !important;
    }
    .pt-sm-30 {
        padding-top: 30px !important;
    }
    .padding-sm-15b {
        padding-bottom: 15px !important;
    }
    .padding-sm-15l {
        padding-left: 15px !important;
    }
    .padding-sm-100l {
        padding-left: 100px !important;
    }
    .padding-sm-15r {
        padding-right: 15px !important;
    }
    .text-md-center .featured-item {
        padding-left: 15px;
        padding-right: 15px;
    }
    #fullpage .pl-md-50 {
        padding-left: 0 !important;
    }
    .text-md-center .text-right,
    .text-md-center .text-left {
        text-align: center;
    }
    .statistics-number {
        font-size: 35px;
    }
    .features-text {
        width: 100%;
    }
    .bar-wrapper {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .load-btn {
        margin-top: 0px;
        margin-bottom: 65px;
    }
    .top-slider-item img {
        display: none!important;
    }
}

@media only screen and (max-width: 1200px) {
    .load-btn {
        margin-top: 65px;
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 769px) {
    .h1,
    .h2,
    .h3,
    h1,
    h2,
    h3 {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .container {
        padding: 0px 15px;
    }
    .headline-block h2 {
        text-align: center;
        padding-top: 0px;
    }
    .headline-block-description {
        text-align: center;
        padding-bottom: 0px;
    }
    .clients-items {
        text-align: center;
    }
    .vc_col-has-fill>.vc_column-inner {
        padding-top: 0px;
    }
    .top-subtitle {
        margin-bottom: 0px;
    }
    .bar-item {
        width: 100%;
        padding: 0 15px;
    }
    .bar-wrapper {
        padding-top: 65px;
        padding-bottom: 0px;
    }
    .swiper-container {
        width: 100%;
    }
    .vc_col-has-fill .clients-items img {
        width: auto;
        padding: 10px 10px;
    }
    .text-md-center .text-right,
    .text-md-center .text-left {
        text-align: center;
    }
    .portfolio-item {
        height: auto;
    }
    .portfolio-item img {
        width: 100%;
        margin: auto;
    }
    .bar-wrapper {
        padding-top: 0px;
        padding-bottom: 20px;
    }
    .load-btn {
        margin-bottom: 25px;
    }
    .separate-text {
        text-align: center;
    }
    .btn.btn-default.read-more {
        padding: 5px 20px;
    }
    .main-title.vert-center,
    .separate-text {
        text-align: center;
    }
    .blog-sidebar-section {
        padding-top: 20px;
    }
}
@media only screen and (max-width: 1300px) {
    .no-padd-sm .vc_column-inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
@media ( max-width: 1600px ) {
    .testimonials3 {
        left: 200px;
    }
}
@media ( max-width: 1199px ) {
    .servis-text-block {
        display: block;
        text-align: center;
        padding-left: 0;
    }
    .servis-block i {
        display: block;
        margin: 0 auto;
    }
    .vc_custom_1501841247495 {
        margin-left: 0 !important;
    }
    .servis-block.right, .servis-block.center, .servis-block.left {
        text-align: center;
    }
    .testimonials3 {
        position: static;
        left: 0;
    }
    .testimonials3-content {
        float: none;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 20px;
    }
    .testimonials-swiper-3 .swiper-pagination {
        text-align: center;
    }
    .testimonials-swiper-3 .team-desc {
        padding: 27px 15px 40px 15px;
    }
    .servis-block.center {
        margin-left: 0 !important;
    }
    .left.blog-sidebar-section .sidebar {
        margin-left: 0 !important;
        padding-right: 20px !important;
    }
    .absolute_home2_bg__color {
        display: none;
    }
}
@media ( max-width: 991px ) {
    .headline-block.light.text-left {
        padding-left: 25px;
    }
    .team-desc {
        padding: 53px 90px 15px 90px;
    }
    .main-title {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .main-title .desc {
        max-width: 100%;
        padding: 0 100px;
        margin-top: 30px;
    }
    .services-wrap-item.text.right:after,
    .services-wrap-item.text.left:after,
    .services-wrap-item.text.top:after,
    .services-wrap-item.text.bottom:after {
        display: none;
    }
    .services-item {
        margin-bottom: 30px;
    }
    .tabs-wrap.modern .tab-content {
        padding-right: 20px;
    }
    .headline-block.dark.text-left,
    .bar-wrapper {
        margin-left: 30px;
    }
    .testimonials3-content {
        padding-top: 0;
    }
    .features-item.text-left .features-title, 
    .features-item.text-left .features-icon {
        display: block;
    }
    .features-item.text-left {
        text-align: center;
    }
    .features-item.text-left .features-title {
        margin-top: 30px;
        margin-left: 0;
    }
    .features-item.text-left .features-text {
        margin-right: 0;
    }
    .headline-block.light.text-left h2, .headline-block.dark.text-left h2 {
        padding-top: 0;
        font-size: 30px;
        letter-spacing: 2.5px;
    }
    .absolute_about2_bg__color {
        display: none;
    }
    .footer-riga-content .riga-widget.Info_Widget,
    .footer-riga-content .riga-widget.widget_text,
    .footer-riga-content .riga-widget.widget_nav_menu,
    .footer-riga-content .riga-widget.widget_contact_form {
        text-align: center;
        margin-bottom: 10px;
    }
    .footer-riga-content .riga-widget.Info_Widget p {
        padding-right: 0;
    }
    .footer-riga-content .riga-widget.widget_text,
    .footer-riga-content .riga-widget.widget_nav_menu {
        padding-left: 0
    }
    .newsletter {
        margin-left: 0;
    }
    .clients_row_class,
    .clients_home_row {
        padding-left: 40px !important;
    }
    .headline-block.light.text-left h2 {
        margin-bottom: 0;
    }
    .main-title h2.type-2 {
        font-size: 30px !important;
    }
}
@media ( max-width: 767px ) {
    .absolute_bg__color {
        display: none;
    }
    .blog-description {
        padding-right: 0;
    }
    .blog-img-wrap {
        height: 230px;
    }
    .blog-title {
        margin-top: 10px;
    }
    .headline-block.dark.text-left p {
        padding: 0 40px;
    }
    .headline-block.light.text-left {
        padding-left: 0;
    }
    .padding-sm-100l {
        padding-left: 0px !important;
    }
    .top-subtitle {
        margin-top: 30px;
    }
    .port-inner-description .client-content,
    .port-inner-description .project-content {
        padding-left: 0;
    }
    .port-inner-description .col-sm-4 {
        text-align: center;
        padding: 0px 0px 20px;
    }
    .single-portfolio .port-inner-title {
        margin-bottom: 20px;
        font-size: 35px;
    }
    .portfolio-single-details .banner {
        height: 450px;
    }
    .wpcf7-form .riga-form>div {
        padding-left: 15px;
        padding-right: 15px;
    }
    .riga-form textarea {
        padding: 11px 0 17px 0;
    }
    .headline-block.light.text-left h2, .headline-block.dark.text-left h2 {
        font-size: 25px;
        line-height: 40px;
    }
    .testimonials3-content {
        margin-bottom: 0;
    }
    .testimonials3-content .title {
        margin-bottom: 5px;
    }
    .testimonials-swiper-3 .swiper-pagination span {
        width: 50px;
    }
    .headline-block.dark.text-left,
    .bar-wrapper {
        margin-left: 0;
    }
    .icon_text_ex_class {
        border-bottom: 0;
    }
    .clients_row_class,
    .clients_home_row {
        padding-left: 0 !important;
    }
}
@media ( max-width: 600px ) {
    #wpadminbar {
        position: fixed !important;
        top: 0;
    }
}
@media ( max-width: 480px ) {
    .headline-block.dark.text-left h2 {
        margin-bottom: 0;
    }
    .team-desc {
        padding: 53px 60px 15px 60px;
    }
    .headline-block h2 {
        font-size: 30px !important;
        letter-spacing: 5px;
    }
    .map-head h2 {
        font-size: 25px;
    }
    .map-head span.icon-left i:before {
        font-size: 35px !important;
    }
    .map-head i {
        padding-left: 0;
        padding-right: 15px;
    }
    .map-head h2:before {
        right: -32px;
        font-size: 16px;
        top: 5px;
    }
    .wrap-service i, .wrap-info-service {
        display: block;
    }
     .services-wrap-item.text {
        padding: 25px;
        text-align: center;
    }
    .wrap-service i {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .features-item.text-left {
        margin: 30px 0;
    }
    .error404 .page-error .title {
        font-size: 150px;
    }
    .error404 .page-error .subtitle {
        font-size: 40px;
        margin-top: 65px;
    }
    .search #riga-empty-result {
        padding-left: 0;
    }
}
@media ( max-width: 320px ) {
    .social-top, .contacts-top i {
        padding-left: 0;
    }
    .contacts-top li:first-of-type {
        padding: 0;
    }
    .main-title {
        margin-top: 100px;
    }
    h2.type-2 {
        font-size: 30px !important;
        letter-spacing: 6px;
    }
    .main-title .desc {
        padding: 0 30px;
    }
    .team-wrap-item.style1 {
        padding: 30px;
        text-align: center;
    }
    .map-head {
        padding-top: 23px;
    }    
    .map-head h2 {
        font-size: 21px;
    }
    .map-head .icon-left {
        display: none;
    }
    .map-head h2:before {
        right: -22px;
        font-size: 14px;
        top: 4px;
    }
    h2.type-2 {
        letter-spacing: 1px;
        font-size: 26px !important;
    }
    #google-map {
        height: 480px;
    }
    .single-portfolio .port-inner-title {
        margin-bottom: 15px;
        font-size: 25px;
    }
    .portfolio-single-details .banner {
        height: 300px;
    }
    .tabs-wrap.modern .nav-tabs>li a {
        padding-right: 45px;
    }
    .tabs-wrap .tab-content p strong {
        line-height: 35px;
    }
    .testimonials3-content .title {
        font-size: 30px;
    }
    .headline-block.light.text-left h2, .headline-block.dark.text-left h2,
    .main-title h2.type-2 {
        line-height: 35px;
    }
    .error404 .page-error .title {
        font-size: 120px;
    }
    .error404 .page-error .subtitle {
        font-size: 30px;
        margin-top: 45px;
    }
    .error404 .page-error .search-form .search-field {
        width: 180px;
    }
    .search #riga-empty-result .search-form .search-field {
        width: 190px;
    }
    .top-slider-title h2 {
        font-size: 30px;
        letter-spacing: 7px;
    }
}


/*----end media----*/

.owl-carousel .owl-refresh .owl-item {
    display: block;
}


