/* Gaually HTML Template*/

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Header Area
5. Main Slider
6. Portfolio Section
7. Service
8. Testimonial
9. Fact-counter
10. Portfolio
11. Latest News
12. Subscribe 
13. Page Title
14. Team 
15. Contact 
16. Blog 
17. Footer Area

**********************************************/

/* @import url('https://fonts.googleapis.com/css?family=Poppins:400,500,800');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,800&subset=cyrillic,cyrillic-ext'); */
/* Change poppins to Helvetica Neue Cyr Light with cyrrilic */

/*
font-family: 'Poppins', sans-serif;*/

@import "/javax.faces.resource/assets/css/fontawesome-all.css.xhtml?ln=fdp";
@import "/javax.faces.resource/assets/css/flaticon.css.xhtml?ln=fdp";
@import "/javax.faces.resource/assets/css/animate.css.xhtml?ln=fdp";
@import "/javax.faces.resource/assets/css/owl.css.xhtml?ln=fdp";
@import "/javax.faces.resource/assets/css/jquery.fancybox.min.css.xhtml?ln=fdp";
@import "/javax.faces.resource/assets/css/jquery.mCustomScrollbar.min.css.xhtml?ln=fdp";
@import "/javax.faces.resource/assets/css/custom-animate.css.xhtml?ln=fdp";


@font-face {
    font-family: 'Helvetica Neue Cyr Light';
    src: url("/javax.faces.resource/assets/fonts/HelveticaNeueCyr-Light.eot.xhtml?ln=fdp");
    src: url("/javax.faces.resource/assets/fonts/HelveticaNeueCyr-Light.eot.xhtml?ln=fdp&#iefix") format('embedded-opentype'),
    url("/javax.faces.resource/assets/fonts/HelveticaNeueCyr-Light.woff.xhtml?ln=fdp") format('woff'),
    url("/javax.faces.resource/assets/fonts/HelveticaNeueCyr-Light.ttf.xhtml?ln=fdp") format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}


/***

====================================================================
    Reset
====================================================================

 ***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}


/***

====================================================================
    Global Settings
====================================================================

 ***/

body {
    font-family: 'Helvetica Neue Cyr Light', sans-serif;
    font-size: 14px;
    color: #222;
    line-height: 1.7em;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #1d1d1d;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.6em;
    font-family: 'Helvetica Neue Cyr Light', serif;
}

input,
button,
select,
textarea {
    font-family: 'Helvetica Neue Cyr Light', sans-serif;
}

textarea {
    overflow: hidden;
}

div {
    position: relative;
    z-index: 0;
}

p {
    position: relative;
    line-height: 1.8em;
}

.ph-50 {
    padding: 0 50px;
}

.ph-30 {
    padding: 0 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-70 {
    margin-bottom: 70px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-70 {
    padding-left: 70px;
}

.no-spacing {
    margin: 0px !important;
    padding: 0px !important;
}

.strike-through {
    text-decoration: line-through;
}

.gmain-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.medium-container {
    max-width: 850px;
}

.sec-padding {
    padding: 150px 0;
}

.sec-padding-top120 {
    padding-top: 120px;
}

.sec-padding-top250 {
    padding-top: 250px;
}

.sec-padding-bottom120 {
    padding-bottom: 120px;
}

.sec-top-padding {
    padding-top: 150px;
}

.sec-bottom-padding {
    padding-bottom: 150px;
}

.sec-padding-top60 {
    padding-top: 60px !important;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

.border-bottom {
    border-bottom: 1px solid #ecf0f6;
}

ul > li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 1.8em;
    /* list-style: square outside; */
    list-style-position: inside;
}

ol > li {
    padding: 0px;
    margin: 0px;
    line-height: 1.8em;
    list-style-position: inside;
}

.panel-outer {
    list-style: none;
}

.main-button {
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.grey-bg {
    background-color: #f5f5f5;
}

.text {
    /* font-size: 16px;
    color: #999; */
    font-size: 18px;
    color: #222;
}

.centered {
    text-align: center;
}


/* section title */

.sec-title {
    position: absolute;
    right: 0;
    left: 0;
    top: 115px;
    margin-bottom: 50px;
    padding-bottom: 30px;
    margin-top: -5px;
}


.sec-title.small {
    margin-bottom: 40px;
}

.sec-title h2 {
    font-size: 120px;
    color: #eeeeee;
    font-weight: 700;
    line-height: 1.1em;
}

.top100 {
    top: 100px;
}

.top150 {
    top: 150px;
}

.top-20 {
    top: -20px;
}

.top-40 {
    top: -40px;
}

.top0 {
    top: 0;
}

.top50 {
    top: 50px;
}

.top220 {
    top: 220px;
}

.right-title {
    right: 10%;
    left: auto;
}

.left-title {
    left: 10%;
    right: auto;
}

.sec-title h5 {
    font-size: 14px;
    color: #e4007d;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.sec-title.light h2 {
    color: #ffffff;
}

.sec-title.centered {
    text-align: center;
}

.sec-title.small h2 {
    font-size: 24px;
}

.sec-title .text {
    margin-top: 25px;
}

.sec-title.with-sep {
    position: relative;
}

.sec-title.with-sep:after {
    content: "";
    position: absolute;
    top: 48px;
    left: 0;
    width: 50px;
    height: 2px;
    background: #222222;
}

.owl-carousel .owl-item .basic-clients img {
    width: inherit;
}


/*List Style One*/

.glist-one {
    position: relative;
}

.glist-one li {
    position: relative;
    margin-bottom: 35px;
    color: #111111;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Helvetica Neue Cyr Light', sans-serif;
    padding-left: 45px;
}

.glist-one li .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #111111;
    font-size: 30px;
    line-height: 1em;
}

.glist-one li:last-child .icon {
    top: 10px;
}


/*List Style Two*/

.glist-two {
    position: relative;
}

.glist-two li {
    position: relative;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.60);
    font-size: 14px;
    font-weight: 400;
    padding-left: 30px;
    line-height: 2em;
}

.glist-two li .icon {
    position: absolute;
    left: 0px;
    top: 4px;
    color: rgba(255, 255, 255, 0.60);
    font-size: 18px;
    line-height: 1.2em;
}

.glist-two li:last-child .icon {
}


/*Button One Style */

.button-one {
    position: relative;
    padding: 10px 35px;
    line-height: 25px;
    text-transform: uppercase;
    background: #222;
    color: #ffffff;
    border: 2px solid #222;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Helvetica Neue Cyr Light', sans-serif;
}

.button-one:hover {
    background: transparent;
    color: #222;
}


/*Button two Style*/

.button-two {
    position: relative;
    padding: 10px 35px;
    line-height: 25px;
    text-transform: uppercase;
    background: #ffffff;
    color: #222;
    border: 2px solid #e5e9f2;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Helvetica Neue Cyr Light', sans-serif;
}

.button-two:hover {
    background: #222222;
    color: #fff;
}


/*Button three Style*/

.button-three {
    position: relative;
    padding: 10px 35px;
    line-height: 25px;
    text-transform: uppercase;
    background: #fff;
    color: #222;
    border: 2px solid #fff;
    font-size: 15px;
    border-radius: 54px;
    font-weight: 600;
    font-family: 'Helvetica Neue Cyr Light', sans-serif;
}

.button-three:hover {
    background: transparent;
    color: #fff;
}


/*Button four Style */

.button-four {
    position: relative;
    padding: 10px 35px;
    line-height: 25px;
    text-transform: uppercase;
    background: transparent;
    color: #ffffff;
    border: 2px solid #fff;
    font-size: 15px;
    border-radius: 54px;
    font-weight: 600;
    font-family: 'Helvetica Neue Cyr Light', sans-serif;
}

.button-four:hover {
    background: #ffffff;
    color: #222;
}


/*Button five Style*/

.button-five {
    position: relative;
    padding: 10px 35px;
    line-height: 25px;
    text-transform: uppercase;
    background: #222;
    color: #ffffff;
    border: 2px solid #222;
    font-size: 15px;
    border-radius: 54px;
    font-weight: 600;
    font-family: 'Helvetica Neue Cyr Light', sans-serif;
}

.button-five:hover {
    background: transparent;
    color: #fff;
}

.main-button span {
    margin-left: 5px;
    font-size: 12px;
    color: #fff;
    position: relative;
    top: -1px;
}

.main-button:hover span {
    margin-left: 5px;
    font-size: 12px;
    color: #222;
    position: relative;
    top: -1px;
}


/*Social Icon One*/

.gsocialicons-one {
    position: relative;
    margin: auto;
    display: inline-block;
}

.gsocialicons-one li {
    position: relative;
    margin-left: 10px;
    display: inline-block;
}

.gsocialicons-one li a {
    font-size: 14px;
    color: #111111;
}

.gsocialicons-one li a:hover {
    color: #1d1d1d;
}


/*Social Icon Two*/

.gsocialicons-two {
    position: relative;
}

.gsocialicons-two li {
    position: relative;
    margin-bottom: 20px;
}

.gsocialicons-two li .name {
    opacity: 0;
    color: #ffffff;
    margin-left: 20px;
    font-weight: 500;
    font-size: 20px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.gsocialicons-two li:hover .name {
    opacity: 1;
}

.gsocialicons-two li a {
    font-size: 23px;
    font-weight: 300;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    color: rgba(255, 255, 255, 0.30);
}

.gsocialicons-two li a:hover {
    color: #ffffff;
}


.maintheme-color {
    color: #1d1d1d;
}

.sitepreloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("/javax.faces.resource/assets/images/icons/sitepreloader.svg.xhtml?ln=fdp");
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}


/***

====================================================================
    Scroll To Top style
====================================================================

***/

.about-box {
    background: url("/javax.faces.resource/assets/images/background/about.jpg.xhtml?ln=fdp");
    padding: 80px;
    text-align: center;
    min-height: 440px;
    margin-bottom: 10px;
}

.about-box h4 {
    color: #fff;
    text-transform: uppercase;
    margin: 30px 0;
    font-size: 20px
}

.about-box i {
    font-size: 48px;
    color: #fff;
}

.about-box p {
    font-size: 15px;
    margin-bottom: 30px;
    color: #fff;
}

.about-box a {
    color: #fff;
    font-size: 20px;
}

.about-main {
    padding: 70px 10px;
}

.about-main h2 {
    font-size: 30px;
    font-weight: 500;
}

.about-main h3 span {
    color: #000;
}

.service .service-top {
    border-left: 1px solid;
    padding-left: 30px;
    transition-duration: .5s;
}

.service .service-top:hover {
    box-shadow: 2px 2px 2px 2px #cecece;
    padding: 10px 10px 0;
}

.service .service-top h4 {
    color: #222;
    padding: 15px 0;
    font-weight: 500;
}

.service .service-top i {
    font-size: 48px;
}

.service .service-text {
    padding: 25px 0 15px 0;
}

.padding-top-60 {
    padding-top: 60px;
}


/***

====================================================================
    Scroll To Top style
====================================================================

***/

.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 15px;
    margin-left: 0;
    width: 50px;
    padding-top: 0;
    height: 50px;
    color: #999;
    font-size: 9px;
    text-transform: uppercase;
    line-height: inherit;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    border: 1px solid #999;
    display: block;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.back-to-top span {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 16px;
}

.back-to-top:hover {
}


/* section padding */

.sec-pad-one {
    padding: 80px 0;
}

.sec-pad-two {
    padding: 80px 0 80px;
}

.sec-pad-three {
    padding: 60px 0 60px;
}

.sec-pad-four {
    padding: 70px 0 0px;
}

.sec-pad-five {
    padding: 0px 0 80px;
}

.sec-pad-six {
    padding: 0px 0 70px;
}

.sec-pad-fond {
    padding: 0px 0 50px;
}


/***

====================================================================
    Header Area style
====================================================================

***/

.header-height {
    position: relative;
}

.header-area {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
}

.fixed-header {
    position: fixed;
    background: #ffffff;
    padding-bottom: 21px;
}

.header-area .gmain-container {
    position: relative;
}

.header-area .header-container {
    position: relative;
}

.header-area .header-container .outer-container {
    position: relative;
    padding: 0px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-area .header-container .logo-area {
    position: absolute;
    left: 30px;
    z-index: 13;
    margin-left: -8px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.fixed-header .header-container .logo-area {
    padding: 22px 0px;
    margin-left: -8px;
}

#logoimg {
    margin-top: 14px;
}

.fixed-header #logoimg {
    display: none;
    visibility: hidden;
}

#logomini {
    display: none;
    visibility: hidden;
}

.fixed-header #logomini {
    display: inline-block;
    visibility: visible;
    margin-right: 10px;
}

.header-area .header-container .logo-area .logo img {
    display: inline-block;
    max-width: 100%;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header-area .btn-outer {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -17px;
}

.header-area .nav-toggler {
    position: relative;
    float: left;
}

.header-area .nav-toggler button {
    position: relative;
    display: block;
    color: #444444;
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    font-weight: normal;
    background: none;
}


/*=======#menu=======*/

.header-area .navbar {
    margin: 0px;
    padding: 0px;
}

.header-area .navbar-inverse {
    background-color: transparent;
    border-color: transparent;
    position: relative;
}

.menu .navbar-inverse .navbar-nav > li {
    background: transparent;
    padding: 15px 22px;
}

.menu .navbar-inverse .navbar-nav > li > a {
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    padding: 35px 0px;
    background: transparent;
    text-align: left;
    color: #1d1d1d;
    transition-duration: .5s;
}

.menu .dropdown-menu > li {
    border: none;
}

.fixed-header .menu .navbar-inverse .navbar-nav > li {
    padding: 15px;
}

.fixed-header .menu .navbar-inverse .navbar-nav > li > a {
    padding: 15px 0;
}

li.dropdown:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-size: 15px;
    color: #222;
    font-weight: 900;
    position: absolute;
    top: 40%;
    right: 5px;
}

.menu .navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    color: #222;
    text-decoration: line-through;
}

.menu .navbar-inverse .navbar-nav > li > a:hover {


    color: #222222;
    background: transparent;
}

.menu .navbar-inverse .navbar-nav > li:hover > a:after {


    color: #222222;
    background: transparent;
    opacity: 1;
    transform: scaleY(1);
    color: #222;
}

.menu .navbar-inverse .navbar-nav > li > a:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f141";
    position: relative;

    bottom: -25px;
    right: 50%;
    margin: auto;
    font-size: 20px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    transition-duration: .5s;
    opacity: 0;
    transform: scaleY(0);
    color: #cecece;
    font-weight: 600;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    background: transparent !important;
    color: rgb(51, 68, 76) !important;
}

.menu .dropdown-menu > li {
    padding: 10px 25px;
}

.menu .dropdown-menu > li:last-child {
    border-bottom: 0px;
}

.menu .dropdown-menu > li > a {
    padding: 0px;
    display: block;

    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #33444c;
    white-space: nowrap;
}

.menu .dropdown-menu > li > a:hover {
    background: transparent;
    color: #222222;
}

/* dropdown submenu  */
.dropdown-submenu {
    position: relative;
}

li.dropdown-submenu:after {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-size: 15px;
    color: #222;
    font-weight: 900;
    position: absolute;
    top: 20%;
    right: 5px;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
    visibility: visible;
}


.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* dr submenu  */
.dr {
    position: relative;
}

li.dr:after {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-size: 15px;
    color: #222;
    font-weight: 900;
    position: absolute;
    top: 20%;
    right: 5px;
}

.dr > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dr:hover > .dropdown-menu {
    display: block;
    visibility: visible;
}


.dr.pull-left {
    float: none;
}

.dr.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


/* Effect 13: three circles */

.cl-effect-13 a {
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

.cl-effect-13 a::before {
    position: absolute;
    top: 100%;
    left: 50%;
    color: transparent;
    content: 'â€¢';
    text-shadow: 0 0 transparent;
    font-size: 1.2em;
    -webkit-transition: text-shadow 0.3s, color 0.3s;
    -moz-transition: text-shadow 0.3s, color 0.3s;
    transition: text-shadow 0.3s, color 0.3s;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
}

.cl-effect-13 a:hover::before,
.cl-effect-13 a:focus::before {
    color: #fff;
    text-shadow: 10px 0 #fff, -10px 0 #fff;
}

.cl-effect-13 a:hover,
.cl-effect-13 a:focus {
    color: #ba7700;
}


.main-menu .navigation > li > ul {
    position: absolute;
    left: 0px;
    top: 100%;
    margin-top: 25px;
    width: 250px;
    padding: 15px 0px;
    z-index: 100;
    display: none;
    background: #ffffff;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation > li > ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation > li > ul > li {
    position: relative;
    width: 100%;
}

.main-menu .navigation > li > ul > li:last-child {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    padding: 8px 25px;
    padding-left: 30px;
    line-height: 24px;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    color: #999;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a {
    color: #000;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    position: absolute;
    right: 25px;
    top: 12px;
    width: 10px;
    height: 20px;
    display: block;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation > li > ul > li > ul {
    position: absolute;
    left: 100%;
    margin-left: 30px;
    top: 0px;
    width: 250px;
    padding: 11px 0px;
    z-index: 100;
    display: none;
    background: #ffffff;
    transition: .5s ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation > li > ul > li > ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation > li > ul > li > ul > li {
    position: relative;
    width: 100%;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
    position: relative;
    display: block;
    padding: 8px 25px;
    line-height: 24px;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    color: #999;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a {
    color: #222;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    position: absolute;
    right: 15px;
    top: 12px;
    width: 10px;
    height: 20px;
    display: block;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after {
    color: #ffffff;
}

.main-menu .navigation > li.dropdown:hover > ul {
    visibility: visible;
    margin-top: 2px;
    opacity: 1;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border: 1px solid #222;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    margin-left: 2px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #ffffff;
    line-height: 28px;
    border: 1px solid #ffffff;
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none;
}


/* search box */

.header-area .info-options {
    position: relative;
    float: right;
    margin-left: 25px;
    padding: 50px 0px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.fixed-header .info-options {
    padding: 35px 0px !important;
}

.search-box-outer {
    position: relative;
    float: left;
    color: #000000;
}

.header-area .search-box-btn {
    position: relative;
    display: block;
    width: 100%;
    top: 1px;
    font-size: 18px;
    line-height: 30px !important;
    padding: 0px;
    padding-right: 20px;
    margin: 0px;
    cursor: pointer;
    background: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.header-area .search-box-outer .dropdown-menu {
    top: 65px;
    border-top: 3px solid #0b0b0b;
    padding: 0px;
    width: 280px;
    border-radius: 0px 0px 5px 5px;
}

.header-area.fixed-header .search-box-outer .dropdown-menu {
    top: 50px;
}

.header-area .search-box-outer .dropdown-menu > li {
    padding: 0px;
    border: none;
    background: none;
}

.header-area .search-panel .form-container {
    padding: 25px 20px;
}

.header-area .search-panel .form-group {
    position: relative;
    margin: 0px;
}

.header-area .search-panel input[type="text"],
.header-area .search-panel input[type="search"],
.header-area .search-panel input[type="password"],
.header-area .search-panel select {
    display: block;
    width: 100%;
    line-height: 26px;
    padding: 8px 50px 8px 15px;
    height: 44px;
    color: #000000;
    border: 1px solid #000000;
    background: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.header-area .search-panel input:focus,
.header-area .search-panel select:focus {
    /* border-color:#99cc00; */
}

.header-area .search-panel input:focus,
.header-area .search-panel select:focus {
    border-color: #dfd8d9;
}

.header-area .search-panel .search-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50px;
    height: 44px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    background: #000000;
    cursor: pointer;
}


/* header style two */

.header-area.style-two .header-container .logo-area {
    left: 50px;
}

.header-area.style-two .btn-outer {
    right: 50px;
}


/***

====================================================================
    Hidden Sidebar style
====================================================================

***/

.rsidebar-about {
    position: fixed;
    top: 0;
    width: 320px;
    height: 100%;
    background: #252525;
    z-index: 9999;
    transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
}

.rsidebar-about .mCSB_inside > .mCSB_container {
    margin-right: 0px;
}

.rsidebar-about.right-align {
    right: -400px;
}

.rsidebar-about.right-align.visible-sidebar {
    right: 0px;
}

.rsidebar-about.right-align {
    right: -400px;
}

.rsidebar-about.right-align.visible-sidebar {
    right: 0px;
}

.rsidebar-about .rsidebar-about-closer {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
    background: none;
    color: #ffffff;
    border-radius: 0px;
    text-align: center;
    line-height: 40px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    z-index: 999999;
}

.rsidebar-about .rsidebar-about-closer button {
    background: none;
    display: block;
    font-size: 16px;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.rsidebar-about .rsidebar-about-closer:hover button {
    color: #ffffff;
}

.rsidebar-about-wrapper {
    height: 100%;
    padding: 30px 5px 30px 30px;
}

.rsidebar-about .logo {
    padding: 0px 0px 30px;
}

.rsidebar-about .logo img {
    display: inline-block;
    max-width: 100%;
}

.rsidebar-about .content-area {
    position: relative;
    padding-right: 32px;
}

.rsidebar-about .content-area h2 {
    position: relative;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 20px;
}

.rsidebar-about .content-area .text {
    position: relative;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.60);
    margin-bottom: 25px;
}

.rsidebar-about .contact-info {
    position: relative;
    margin-top: 60px;
    margin-right: 20px;
}

.rsidebar-about .contact-info h2 {
    position: relative;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 20px;
}


/***

====================================================================
    Main Slider style
====================================================================

***/

.main-slider {
    position: relative;
    z-index: 10;
}

.main-slider .tp-caption {
    z-index: 5 !important;
}

.main-slider .tp-dottedoverlay {
    background: rgba(0, 0, 0, 0.40) !important;
    display: none !important;
}

.main-slider .title {
    position: relative;
    font-size: 30px;
    font-weight: 300;
    color: #000000;
    line-height: 1.7em;
    letter-spacing: 4px;
}

.main-slider h1 {
    position: relative;
    color: #222222;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2em;
    font-family: 'Helvetica Neue Cyr Light', serif;
}

.main-slider .text {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    padding: 6px 0px 8px;
    display: inline-block;
    text-transform: capitalize;
}

.main-slider .light,
.main-slider h1.light {
    color: #ffffff;
}

.main-slider .tp-bannertimer,
.main-slider .tp-bullets {
    display: none !important;
}


.main-slider .mouse-btn-down {
    position: absolute;
    left: 50%;
    margin-left: -60px;
    bottom: 50px;
    width: 120px;
    color: #222222;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    height: 80px;
    cursor: pointer;
    display: block;
    text-align: center;
    z-index: 20;
}

.main-slider .mouse-btn-down i {
    font-size: 36px;
    padding-bottom: 30px;
}

.uranus.tparrows:before {
    color: #222;
}


/* welcome title background: url(../images/icons/arrow-down.png) center bottom no-repeat;*/

.welcome-title {
    position: relative;
    padding: 150px 0;
}

.welcome-title h2 {
    position: relative;
    font-size: 30px;
    line-height: 40px;
    text-align: right;
    margin-right: 15px;
    margin-top: -5px;
}

.welcome-title h2:after {
    position: absolute;
    content: '';
    right: -30px;
    top: 2px;
    width: 1px;
    height: 124px;
    background: #ecf0f6;
}

.welcome-title .text {
    position: relative;
    margin-left: 15px;
}


/* welcome title-two */

.welcome-title-two {
    position: relative;
}

.welcome-title-two h2 {
    position: relative;
    font-size: 30px;
    line-height: 40px;
    margin-right: 15px;
    color: #222;
    margin-bottom: 30px;
    font-weight: 600;
    text-align: center;
}

.welcome-title-two hr {
    max-width: 100px;
    margin: 50px auto;
}

.welcome-title-two .text {
    position: relative;
    max-width: 865px;
    margin-bottom: 30px;
    text-align: center;
}

.welcome-title-two.text-center .text {
    margin: 0 auto;
    margin-bottom: 30px;
}


/* services-section */

.services-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
}


/* text block one */

.text-block-one {
    position: relative;
    margin-bottom: 30px;
}

.text-block-one .text {
    color: #222;
    margin-bottom: 30px;
}


/* text block two */

.text-block-two {
    position: relative;
    margin-bottom: 30px;
}

.text-block-two h3 {
    color: #222;
    margin-bottom: 15px;
}


/*Services Block one*/

.services-block-one {
    position: relative;
    margin-bottom: 30px;
    z-index: 99;
}

.services-block-one .inner-box {
    position: relative;
    padding: 15px 22px 40px;
    text-align: left;
    background: #fff;
    border: 1px solid #e5e9f2;
}

.services-block-one .inner-box .icon-box {
    position: relative;
    color: #888888;
    font-size: 40px;
    background-repeat: no-repeat;
    background-position: center;
    height: 80px;
    text-align: left;
    line-height: 80px;
    border-radius: 50%;
}

.services-block-one .inner-box h3 {
    position: relative;
    font-size: 18px;
    color: #222222;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: 'Helvetica Neue Cyr Light', sans-serif;
}

.services-block-one .inner-box .text {
    position: relative;
    color: #888888;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6em;
}

.services-block-one .inner-box .read-more {
    position: relative;
    margin-top: 10px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
}


/* Progress Bars */

.progressbars {
}

.news-skills {
}

.about-skills {
    width: 60%;
    transform: rotate(270deg);
    margin: 0 auto
}

.about-skills .progress-box {
    margin-bottom: 40px;
}

.about-skills .progress-box p {
    color: #222222;
}

.about-skills .progress-box .progress {
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 2px;
    margin-bottom: 0;
}

.about-skills .progress-box .progress .progress-bar {
    -webkit-transition: width 1.5s ease;
    -o-transition: width 1.5s ease;
    transition: width 1.5s ease;
    width: 0;
}

.about-skills h6 {
    font-size: 17px;
    font-weight: 500;
    color: #222;
}

.about-skills h6 span {
    color: #888888;
}

.wordpressbg {
    background-color: #d7c63a;
}

.htmlbg {
    background-color: #63d0ca
}

.designingbg {
    background-color: #ec646e
}

.codingbg {
    background-color: #c09283
}

.craftingbg {
    background-color: #d83a3b
}

.phpbg {
    background-color: #6372d1;
}

.redbg {
    background-color: #e9554c;
}

.greenbg {
    background-color: #0aa580;
}

.latest-news {
    margin-bottom: 80px;
    padding: 0 50px;
}

.latest-news h3 {
    font-size: 22px;
    color: #222222;
}


/***

====================================================================
    Testimonial Section Three
====================================================================

***/

.testimonial-carousel-one .thumb-item figure img {
    max-width: 250px;
}

.testimonial-section-one {
    position: relative;
    padding: 0px 0 30px;
}

.testidetails {
    text-align: left;
    background: #ffff;
    margin-left: 150px;
    padding: 20px;
    position: relative;
    bottom: 120px;
    box-shadow: 2px 2px 2px #cecece;
    right: 5px;
}

.testimonial-section-one .testimonial-outer {
    max-width: 970px;
    margin: 0 auto;
}

.testimonial-section-one .testimonial-outer .quote-icon {
    position: relative;
    width: 60px;
    height: 60px;
    text-align: left;
    margin: 0 auto;
    font-size: 41px;
    color: #ddd;
}

.testimonial-block-one {
    position: relative;
}

.testimonial-block-one .inner-box {
    position: relative;
    text-align: left;
}

.testimonial-block-one .inner-box .quote-icon {
    position: relative;
    color: #e2b13c;
    font-size: 28px;
    margin-bottom: 40px;
}

.testimonial-block-one .inner-box .text {
    position: relative;
    color: #848484;
    font-size: 16px;
    max-width: 770px;
    margin: 0 auto;
    margin-top: 40px;
    line-height: 1.8em;
    margin-bottom: 40px;
    font-weight: 400;
}

.testimonial-section-one .client-thumb-outer {
    position: relative;
    max-width: 320px;
    margin: 0 auto;
    overflow: hidden;
}

.testimonial-section-one .client-thumb-outer .owl-item {
    position: relative;
    opacity: 1;
}

.testimonial-section-one .client-thumb-outer .owl-item .thumb-box:before {
    position: absolute;
    content: '';
    background: #000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 9;
    cursor: pointer;
    border-radius: 50%;
}

.testimonial-section-one .client-thumb-outer .owl-item.active .thumb-box:before {
    opacity: 0;
}

.testimonial-section-one .client-thumb-outer .owl-item.active {
    opacity: 1;
}

.testimonial-section-one .client-thumb-outer .owl-item.active .thumb-item .thumb-box {
    -o-transform: scale(1.0, 1.0);
    -ms-transform: scale(1.0, 1.0);
    -webkit-transform: scale(1.0, 1.0);
    transform: scale(1.0, 1.0);
}

.testimonial-section-one .client-thumb-outer .client-thumbs-carousel {
    position: relative;
    max-width: 100px;
    margin: 0 auto;
    text-align: center;
}

.testimonial-section-one .client-thumb-outer .client-thumbs-carousel .owl-stage-outer {
    overflow: visible;
}


.testimonial-section-one .client-thumb-outer .thumb-item .thumb-box {
    width: 100px;
    height: 100px;
    cursor: pointer;
    border-radius: 50%;
    margin: 0 auto;
    -o-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -webkit-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
}

.testimonial-section-one .client-thumb-outer .client-thumbs-carousel .thumb-item img {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}

.testimonial-section-one .author-content {
    text-align: left;
}

.testimonial-section-one .author-content h3 {
    font-family: 'Helvetica Neue Cyr Light', sans-serif;
    color: #222;
    font-size: 20px;
    font-weight: 600;
}

.testimonial-section-one .author-content .designation {
}

.testimonial-section-one .owl-nav {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -65px;
    width: 100%;
}

.testimonial-section-one .owl-nav .owl-prev,
.testimonial-section-one .owl-nav .owl-next {
    display: inline-block;
    color: #d1d1d1;
    font-size: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 48px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-section-one .owl-nav .owl-prev:hover,
.testimonial-section-one .owl-nav .owl-next:hover {
    color: #000000;
}

.testimonial-section-one .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
}

.testimonial-section-one .owl-nav .owl-next {
    position: absolute;
    right: 0px;
}


/*fact counter*/

.left-count {
    background: #fff;
    color: #333;
    padding: 10%;
    overflow: hidden;
    box-shadow: 2px 2px 2px 2px #cecece;
    text-align: center;
    margin-top: 30px;
    cursor: pointer;
    min-height: 260px;
}

.left-count .inner .counter-title {
    position: relative;
    font-size: 1.2em;
    font-weight: 400;
    color: #333;
    text-align: center;

}

.left-count:before {
    position: absolute;
    content: '';
    width: 90%;
    height: 0;
    margin: 0 auto;
    border-right: 1px solid #999;
    border-left: 1px solid #999;
    top: 40%;
    left: 0;
    right: 0;
    transition: .5s;
    visibility: hidden;
}

.left-count:after {
    position: absolute;
    content: '';
    width: 0;
    height: 90%;
    margin: 0 auto;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    top: 5%;
    left: 0;
    right: 0;
    transition: .5s;
    visibility: hidden;
}

.left-count:hover:before {
    top: 3%;
    height: 94%;
    visibility: visible;
}

.left-count:hover:after {
    width: 94%;
    visibility: visible;
}

.left-count .count-outer .count-text {
    color: #222 !important;
}

.left-count .icon-box {
    position: static;
    font-size: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    bottom: 5;
    color: #555555 !important;
    margin-top: 0 !important;
    text-align: center;
}


/* call to actoin*/

.call-to-action-area {
    padding: 20px 0;
    margin-bottom: 12px;
}

.call-to-action a.main-button {
    margin-top: 12px;
    color: #fff;
}


/* latest news */

.blog-post-style1 {
    position: relative;
    margin-bottom: 30px;
}

.blog-post-style1 .inner-box {
    margin: 0 auto;
    position: relative;
}

.blog-post-style1 .inner-box-one {
    max-width: 370px;
}

.blog-post-style1 .image {
    position: relative;
    display: block;

}

.blog-post-style1 .image img {
    width: 100%;
}

.blog-post-style1 .date {
    position: relative;
    padding: 11px 0px;
    margin-top: 0;
    font-size: 14px;
    display: inline-block;
    font-family: 'Helvetica Neue Cyr Light', san-serif;
    font-weight: 500;
}

.blog-post-style1 .post-content {
    position: absolute;
    top: 0;
    background: #fff;
    padding: 30px 25px;
    border: 1px solid #ddd;
    transition-duration: .5s;
    /* !new (comment height) */
    /* height: 100%; */

}

.blog-post-style1 .post-content:hover {
    background: rgba(0, 0, 0, .5);
    color: #fff;
}

.blog-post-style1 .post-content:hover h4,
.blog-post-style1 .post-content:hover .text {
    color: #fff;
}

.blog-post-style1 .post-content:hover .main-button {
    color: #666666;
}

.blog-post-style1 .lower-content {
}

.blog-post-style1 .lower-content .post-info {
    margin: 30px 0;
}

.blog-post-style1 .blog-post-style3 h4 {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Helvetica Neue Cyr Light', sans-serif;
    padding-bottom: 20px;
}

.blog-post-style1 .blog-post-style3 h4:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 0px;
    background: rgba(147, 147, 147, 0.8);
}

.blog-post-style1 .text {
    margin-bottom: 25px;
}

.blog-post-style1 .main-button {
    font-size: 18px;
    font-family: 'Helvetica Neue Cyr Light', sans-serif;
    color: #666666;
    font-weight: 500;
}

.blog-post-style1 .main-button i {
    font-size: 24px;
}

.blog-post-style1 .main-button:hover i {
    font-size: 24px;
    color: #bbbbbb;
}

.blog-post-style1 .main-button span {
    opacity: 0;
    transition: .5s ease;
    font-size: 20px;
}

.blog-post-style1 .main-button:hover {
    color: #fff;
}

.blog-post-style1 .main-button:hover span {
    opacity: 1;
}


/* subscribe us */

.subscribe-section {
    padding: 60px 0;
}

.subscribe-section .sec-title:before {
    display: none;
}

.subscribe-section .sec-title {
    padding-bottom: 0px;
}

.subscribetitle {
    display: inline-block;
    float: left;
    padding-left: 60px;
    color: #222222;
    font-size: 20px;
    padding-top: 10px;
}

.subscribetitle i {
    font-size: 30px;
    padding-top: 10px;
}

.subscribe-form {
    position: relative;
    margin: 0 auto;
    margin-bottom: 10px;
    text-align: center;
}

.subscribe-form input {
    width: calc(40% - 210px);
    background: #fff;
    height: 58px;
    margin-right: 10px;
    margin-bottom: 20px;
    background: none;
    border-bottom: 1px solid;
}

.subscribe-section .sec-title:before {
    display: none;
}


/* page title */

.page-title {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    padding: 200px 0 35px 0;
    margin-bottom: 20px;
}

.page-title h1 {
    font-size: 66px;
    color: #222;
    /* font-weight: 800; */
    word-wrap: break-word;
}

.bread-crumb li {
    position: relative;
    display: inline-block;
    color: #848484;
    font-size: 20px;
    margin: 0 15px;
    font-weight: 500;
}

.bread-crumb li:before {
    position: absolute;
    content: '>>';
    right: -25px;
    top: 1px;
    color: #222;
}

.bread-crumb li:last-child:before {
    display: none;
}

.bread-crumb ul li a {
    color: #222;
}


/* our team */

.team-block-one .inner-box {
    text-align: left;
    /* max-width: 270px; */
    min-height: 500px;
    margin: 0 auto;

}

.team-block-one .image {
    position: relative;
    display: inline-block;
    max-width: 200px;

}

.team-block-one .overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding: 0px;
    opacity: 0;
    text-align: center;
    color: #333333;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    z-index: 10;
    border-bottom: 315px solid;
    border-bottom-color: rgba(40, 46, 53, 0.8);
    border-left: 270px solid transparent;
}

.team-block-one:hover .overlay {
    top: 0px;
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
}

.team-block-one .overlay-inner {
    position: absolute;
    left: -240px;
    top: 260px;
    width: 270px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 20px;
    /*background: rgba(40, 46, 53, 0.8);*/
    border-bottom: 100% solid;
    border-bottom-color: rgba(40, 46, 53, 0.8);
    border-left: 100% solid transparent;
}

.team-block-one .gsocialicons-one li {
    margin: 0 12px;
}

.team-block-one .gsocialicons-one li a {
    color: rgba(255, 255, 255, 0.75);
    font-size: 20px;
}

.team-block-one .gsocialicons-one li a:hover {
    color: #fff;
}

.team-block-one .lower-content {
    position: relative;
    margin: 25px 0 45px;
    text-align: left;
}

.team-block-one .lower-content h4 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Helvetica Neue Cyr Light', sans-serif;
    margin-bottom: 5px;
}

.team-block-one .lower-content .designation {
    font-size: 12px;
    font-family: 'Helvetica Neue Cyr Light', sans-serif;
}


/*Contact Section*/

.contact-section {
    position: relative;
    padding: 0 0 70px 0;
}

.contact-section .info-column {
    position: relative;
}

.contact-section .info-column h2 {
    position: relative;
    color: #222;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 40px;
}

.contact-section .info-column .text {
    position: relative;
    color: #777777;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8em;
    margin-bottom: 30px;
}

.contact-section .form-column {
    position: relative;
}

.contact-section .form-column h2 {
    position: relative;
    color: #222;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 40px;
}


/* socail links */

.social-link h3 {
    font-size: 20px;
    font-weight: 500;
    color: #222222;
}

.facebook {
    background-color: #4267d1;
}

.twitter {
    background-color: #21aeff;
}

.gplus {
    background-color: #ff5252;
}

.dribble {
    background-color: #3f3f3f;
}

.contact-socials li {
    display: inline-block;
    width: 37px;
    height: 37px;
    color: #fff;
    text-align: center;
    padding-top: 7px;
}

.contact-socials li a {
    color: #fff;
}


/***

====================================================================
        Contact
====================================================================

 ***/

.contactform {
    position: relative;
}

.contactform .row {
    margin: 0 -7.5px;
}

.contactform .form-group {
    position: relative;
    padding: 0 7.5px;
}

.contactform .form-group input[type="text"],
.contactform .form-group input[type="password"],
.contactform .form-group input[type="tel"],
.contactform .form-group input[type="email"],
.contactform .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 18px;
    padding: 10px 20px 10px 45px;
    height: 48px;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #dddddd;
    font-family: 'Helvetica Neue Cyr Light', sans-serif;
}

.contactform .form-group input[type="text"]:focus,
.contactform .form-group input[type="password"]:focus,
.contactform .form-group input[type="tel"]:focus,
.contactform .form-group input[type="email"]:focus,
.contactform .form-group select:focus,
.contactform .form-group textarea:focus {
    border-color: #111111;
}

.contactform .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 10px 20px 10px 45px;
    font-weight: 400;
    color: #777777;
    height: 120px;
    font-family: 'Helvetica Neue Cyr Light', sans-serif;
    font-size: 15px;
    resize: none;
    border: 1px solid #dddddd;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contactform button {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 0px;
}

.contactform input.error,
.contactform select.error,
.contactform textarea.error {
    border-color: #ff0000 !important;
}

.contactform label.error {
    line-height: 24px;
    padding: 5px 0px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 11px;
    color: #ff0000;
    font-weight: 500;
}

.contactform .form-group i {
    position: absolute;
    left: 25px;
    top: 17px;
    z-index: 5;
}

.contact .icon-circle {
    border: 1px solid #333;
    color: #333;
}

/* !new  */
.icon-circle {
    font-size: 1.5em;
    border: 1px solid #d5d5d5;
    height: 2.67em;
    width: 2.67em;
    text-align: center;
    line-height: 2.67em;
    /* margin: 0 auto; */
    border-radius: 100%;
    display: block;
    transition-duration: .5s;
}

.icon-circle:hover {
    background: #222;
    color: #fff;
}

.icon-box-contact {
    display: inline-block;
    margin-right: 30px;
}

/* !new */
.text-box-contact {
    display: inline-block;
    font-size: 18px;
    text-align: left;
    vertical-align: bottom;
}


/*============ Contact Section ============*/

#contact {
    background-image: url("/javax.faces.resource/assets/images/background/contactbg.jpg.xhtml?ln=fdp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#contact h2 {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    color: #222;
}

#contact .contact-item h4 {
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 21px;
}

#contact .contact-item p {
    font-size: 14px;
    line-height: 24px;
}

#contact form .form-group {
    margin-bottom: 24px;
}

#contact form .form-group .form-control {
    font-size: 14px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #cccccc;
    height: 52px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#contact form .form-group textarea.form-control {
    height: auto;
}

#contact form .form-group .con-error {
    border-color: red;
}

#contact form .form-control:hover,
#contact form .form-control:active,
#contact form .form-control:focus {
    -webkit-box-shadow: none;
    -moz-webkit-box-shadow: none;
    box-shadow: none;
    border-color: #666666;
}


/***    Map    ***/

/* !new */
.map-canvas {
    height: 450px;
    text-align: center;
    margin: auto;
    padding-top: 6px;
    padding-bottom: 6px;
}


/***

====================================================================
    Sidebar Page Container
====================================================================

***/

.page-sidebar {
    /* position: relative;
     padding: 100px 0px 60px; */
    position: relative;
    padding: 0 0 70px 0;
}

.page-sidebar .content-side,
.page-sidebar .sidebar-side {
    margin-bottom: 30px;
}


/***

====================================================================
    Blog Section
====================================================================

***/

.blog-section {
    position: relative;
    margin-top: 90px;
    padding-bottom: 60px;
    z-index: 1;
}

.blog-section .section-title {
    position: relative;
    margin-bottom: 40px;
}

.blog-section .item-holder {
    position: relative;
    margin-bottom: 40px;
    transition: all 500ms ease;
}

.blog-section .item-holder:hover {
    transition: all 500ms ease;
    box-shadow: 0 0 20px 5px #f1f1f1;
}

.blog-section .item-holder .image-box {
    position: relative;
}

.blog-section .item-holder img {
    position: relative;
    width: 100%;
}

.blog-section .item-holder .image-box .date-box {
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -64px;
}

.blog-section .item-holder .date-box span {
    font-size: 16px;
    color: #ffffff;
    line-height: 18px;
    font-weight: 400;
    padding: 8px 20px;
    background: #000000;
    display: inline-block;
}

.blog-section .item-holder .text-area {
    border: 1px solid #f7f7f7;
    border-top: none;
}

.blog-section .item-holder .content-text {
    position: relative;
    padding: 0px 30px;
    margin-top: 40px;
}

.blog-section .content-text .sec-title h5 {
    position: relative;
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    color: #222222;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.blog-section .content-text .sec-title h5:before {
    position: absolute;
    left: 50%;
    bottom: 0px;
    content: '';
    width: 50px;
    height: 2px;
    margin-left: -25px;
    background: #000000;
}

.blog-section .content-text .text p {
    font-size: 14px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    padding-bottom: 15px;
}

.blog-section .item-holder .blog-info {
    padding: 0px 30px;
    border-top: 1px solid #f6f6f6;
}

.blog-section .item-holder .blog-info .info {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    color: #848484;
    padding: 12px 0px;
    text-transform: capitalize;
}

.blog-section .item-holder .blog-info .info:before {
    position: absolute;
    top: 0px;
    right: -100px;
    content: '';
    width: 1px;
    height: 100%;
    background: #f6f6f6;
}

.blog-section .item-holder .blog-info li {
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    color: #848484;
    padding: 12px 0px;
    margin-right: 10px;
    text-transform: capitalize;
}

.blog-section .item-holder .blog-info i {
    font-size: 13px;
    margin-right: 8px;
}


/***

====================================================================
    News Section
====================================================================

***/

.news-section {
    position: relative;
}

.news-section.with-pt {
    padding-top: 80px;
}

.news-section .title-box {
    position: relative;
    margin-bottom: 60px;
    padding-bottom: 32px;
    text-align: center;
}

.news-section .title-box:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -25px;
    width: 50px;
    border-bottom: 2px solid #333333;
}

.news-section .title-box .subtitle {
    position: relative;
    display: inline-block;
    padding: 0px 70px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #dddddd;
    margin-bottom: 15px;
}

.news-section .title-box .subtitle:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: 1px;
    width: 50px;
    border-bottom: 1px solid #dddddd;
}

.news-section .title-box .subtitle:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: 1px;
    width: 50px;
    border-bottom: 1px solid #dddddd;
}

.news-section .title-box h2 {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    color: #333333;
    line-height: 1.2em;
    margin-bottom: 10px;
}

.news-section .title-box h4 {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #888888;
    line-height: 1.4em;
    text-transform: uppercase;
}


.news-block {
    position: relative;
    margin-bottom: 40px;
    height: 100%;
}

.news-block .inner-box {
    position: relative;
    box-shadow: 0 0 10px 2px hsla(0, 0%, 0%, 0.05);
}

.news-block .inner-box .image {
    position: relative;
}

.news-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.news-block .inner-box .image .overlay-box {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0%;
    opacity: 0;
    display: block;
    transition: all 0.6s ease;
    background-color: rgba(27, 27, 27, 0.62);
}

.news-block .inner-box .image .overlay-box .overlay-content {
    position: relative;
    padding: 20px 20px;
    width: 100%;
    height: 100%;
}

.news-block .inner-box .date {
    position: absolute;
    margin-bottom: 20px;
    font-weight: 400;
    bottom: 5px;
    left: 25px;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    padding: 5px 16px;
}

.news-block .inner-box .image .overlay-box .overlay-content .link-box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 70px;
    height: 70px;
    color: #ffffff;
    font-size: 22px;
    text-align: center;
    border-radius: 50%;
    line-height: 66px;
    margin: 0 auto;
    display: block;
    margin-left: -38px;
    margin-top: -38px;
    background-color: rgba(255, 255, 255, 0.22);
}

.news-block .inner-box:hover .image .overlay-box {
    opacity: 1;
    height: 100%;
}

.news-block .inner-box .lower-box {
    position: relative;
    padding: 30px 30px 35px;
}

.news-block .inner-box .lower-box h3 {
    position: relative;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
}

.news-block .inner-box .lower-box h3 a {
    position: relative;
    color: #111111;
}

.news-block .inner-box .lower-box .post-meta {
    position: relative;
    margin-bottom: 18px;
}

.news-block .inner-box .lower-box .post-meta li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.news-block .inner-box .lower-box .post-meta li a {
    position: relative;
    color: #454545;
    font-size: 16px;
}

.news-block .inner-box .lower-box .post-meta li a .icon {
    margin-right: 10px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-block .inner-box:hover .lower-box .post-meta li a .icon {
    color: #222222;
}


/***

====================================================================
    News List Section
====================================================================

***/

.post-list-area {
    position: relative;
    padding: 100px 0px;
}

.blog-post-style2 {
    position: relative;
    margin-bottom: 50px;
}

.blog-post-style2 .inner-box {
    position: relative;
    background-color: #f6f6f6;
}

.blog-post-style2 .inner-box .image-column {
    position: relative;
}

.blog-post-style2 .inner-box .image-column .image {
    position: relative;
    border-right: 10px solid #ffffff;
}

.blog-post-style2 .inner-box .image-column .image img {
    position: relative;
    width: 100%;
    display: block;
}

.blog-post-style2 .inner-box .image-column .image .overlay-box {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: rgba(27, 27, 27, 0.90);
}

.blog-post-style2 .inner-box .image-column .image .overlay-box .link-box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 70px;
    height: 70px;
    color: #ffffff;
    font-size: 22px;
    text-align: center;
    border-radius: 50%;
    line-height: 66px;
    margin: 0 auto;
    display: block;
    margin-left: -38px;
    margin-top: -38px;
    background-color: rgba(255, 255, 255, 0.22);
}

.blog-post-style2 .inner-box:hover .image-column .image .overlay-box {
    opacity: 1;
}

.blog-post-style2 .inner-box .content-column {
    position: relative;
}

.blog-post-style2 .inner-box .content-column .inner-column {
    position: relative;
    padding: 55px 50px;
}

.blog-post-style2 .inner-box .content-column .inner-column .post-info {
    position: relative;
    color: #aaaaaa;
    font-size: 13px;
    margin-bottom: 5px;
}

.blog-post-style2 .inner-box .content-column .inner-column h3 {
    position: relative;
    color: #111111;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 14px;
}

.blog-post-style2 .inner-box .content-column .inner-column h3 a {
    position: relative;
    color: #111111;
}

.blog-post-style2 .inner-box .content-column .inner-column .text {
    position: relative;
    color: #777777;
    font-size: 14px;
    line-height: 1.9em;
    font-weight: 300;
    margin-bottom: 20px;
}


.blog-post-style2 .inner-box .content-column .inner-column .post-meta {
    position: relative;
}

.blog-post-style2 .inner-box .content-column .inner-column .post-meta li {
    position: relative;
}

.blog-post-style2 .inner-box .content-column .inner-column .post-meta li a {
    position: relative;
    color: #aaaaaa;
    font-size: 13px;
}

.blog-post-style2 .inner-box .content-column .inner-column .post-meta li a .icon {
    margin-right: 10px;
    font-size: 16px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.blog-post-style2 .inner-box:hover .content-column .inner-column .post-meta li a .icon {
    color: #222222;
}

.post-list-area .load-btn {
    padding: 9px 27px;
}


/*News Block Three*/

.blog-post-style3 {
    position: relative;
    margin-bottom: 90px;
}

.blog-post-style3 .inner-box {
    position: relative;
}

.blog-post-style3 .inner-box .image {
    position: relative;
    background-color: #0b0b0b;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.blog-post-style3 .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.blog-post-style3 .inner-box:hover .image img {
    opacity: 0.6;
}

.blog-post-style3 .inner-box .image .post-date {
    position: absolute;
    left: 0px;
    bottom: 0px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7em;
    text-align: center;
    padding: 5px 10px;
    text-transform: uppercase;
    background-color: #222222;
    font-family: 'Helvetica Neue Cyr Light', sans-serif;
}

.blog-post-style3 .inner-box .lower-content {
    position: relative;
    padding-top: 42px;
}

.blog-post-style3 .inner-box .lower-content .post-meta {
    position: relative;
}

.blog-post-style3 .inner-box .lower-content .post-meta li {
    position: relative;
    margin-right: 12px;
    display: inline-block;
}

.blog-post-style3 .inner-box .lower-content .post-meta li a {
    position: relative;
    color: #666666;
    font-size: 14px;
}

.blog-post-style3 .inner-box .lower-content .post-meta li .icon {
    position: relative;
    color: #666666;
    font-size: 16px;
    margin-right: 1px;
    line-height: 1em;
}

.blog-post-style3 .inner-box .lower-content h3 {
    position: relative;
    margin-bottom: 15px;
    margin-top: 12px;
    color: #222222;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1em;
    /* text-transform: capitalize; */
}

.blog-post-style3 .inner-box .lower-content h3 a {
    position: relative;
    color: #222222;
    font-size: 24px;
    font-weight: 700;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.blog-post-style3 .inner-box .lower-content .text {
    position: relative;
    color: #666666;
    font-size: 14px;
    line-height: 1.9em;
}

.blog-post-style3 .inner-box .lower-content .text p {
    position: relative;
    color: #666666;
    font-size: 14px;
    margin-bottom: 35px;
}

.blog-post-style3 .inner-box .lower-content .text p:last-child {
    margin-bottom: 0px;
}

.blog-post-style3 .inner-box .lower-content .text blockquote {
    position: relative;
    color: #222222;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6em;
    padding: 0px;
    border: 0px;
    margin-left: 65px;
    padding-left: 40px;
    font-style: italic;
    margin-bottom: 40px;
}

.blog-post-style3 .inner-box .lower-content .text blockquote .icon {
    position: absolute;
    left: 0px;
    top: 5px;
    color: #e54761;
    font-size: 24px;
    line-height: 1em;
    margin-right: 20px;
    display: inline-block;
}


/*Blog Single*/

.blog-single {
    position: relative;
}

.blog-single .inner-box {
    position: relative;
}

.blog-single .inner-box .image {
    position: relative;
    margin-bottom: 22px;
}

.blog-single .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.blog-single .inner-box .lower-content {
    position: relative;
}

.blog-single .inner-box .lower-content .post-info {
    position: relative;
    color: #aaaaaa;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 6px;
}

.blog-single .inner-box .lower-content h2 {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 15px;
}

.blog-single .inner-box .lower-content .text {
    position: relative;
}

.blog-single .inner-box .lower-content .text p {
    position: relative;
    color: #222;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
}

.blog-single .inner-box .lower-content .text p a {
    color: #222222;
    text-decoration: underline;
}

.blog-single .inner-box .lower-content .text blockquote {
    position: relative;
    color: #111111;
    font-size: 18px;
    border: none;
    font-weight: 300;
    margin-left: 55px;
    padding-left: 100px;
    padding-top: 16px;
    padding-bottom: 20px;
    line-height: 1.8em;
    margin-top: 30px;
    margin-bottom: 30px;
}

.blog-single .inner-box .lower-content .text blockquote:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 73px;
    height: 93px;
    text-align: center;
    background: #333333 url(../images/icons/quote-icon-2.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.post-share-options {
    position: relative;
    margin-top: 50px;
    color: #222;
    font-weight: 600;
}

.post-share-options .gsocialicons-one li {
    margin: 0;
    margin-right: 5px;
}

.post-share-options .gsocialicons-one li a {
    padding: 0px 5px;
    color: #888;
    font-weight: 500;
    transition-duration: .5s;
}

.post-share-options .gsocialicons-one li a:hover {
    color: #222;
}

.post-share-options .share {
    position: relative;
    color: #111111;
    font-size: 14px;
    font-weight: 400;
}

.post-tags {
    color: #222;
    font-weight: 600;
    margin-top: 50px;
}

.post-tags a {
    color: #888;
    font-weight: 500;
    transition-duration: .5s;
}

.post-tags a:hover {
    color: #222;
}


/***

====================================================================
    Comments Area
====================================================================

 ***/

.page-sidebar .comments-area {
    position: relative;
    margin-top: 80px;
    margin-bottom: 70px;
}

.page-sidebar .group-title {
    position: relative;
    margin-bottom: 38px;
}

.page-sidebar .group-title h2 {
    position: relative;
    font-size: 30px;
    color: #111111;
    font-weight: 700;
    padding-bottom: 0px;
}

.page-sidebar .comments-area .comment-box {
    position: relative;
    padding: 0px 0px 0px;
    margin-bottom: 45px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.page-sidebar .comments-area .comment-box.reply-comment {
    margin-left: 100px;
}

.page-sidebar .comments-area .comment-box:last-child .comment .comment-inner {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border: 0px;
}

.page-sidebar .comments-area .comment-box:hover {
    border-color: #222222;
}

.page-sidebar .comments-area .comment {
    position: relative;
    font-size: 14px;
    padding: 0px 0px 40px 110px;
    border-bottom: 1px solid #ebebeb;
}

.page-sidebar .comments-area .comment .comment-inner {
    position: relative;
}

.page-sidebar .comments-area .comment .comment-reply {
    position: absolute;
    top: 0;
    right: 0;
    color: #111111;
    font-size: 15px;
    font-weight: 500;
    /* text-transform: capitalize; */
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.page-sidebar .comments-area .comment .comment-reply .icon {
    font-size: 13px;
    margin-right: 8px;
}

.page-sidebar .comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 86px;
    overflow: hidden;
    margin-bottom: 20px;
}

.page-sidebar .comments-area .comment-box .author-thumb img {
    display: block;
}

.page-sidebar .comments-area .comment-info {
    color: #3e5773;
    line-height: 24px;
    font-size: 13px;
}

.page-sidebar .comments-area .comment-box strong {
    font-size: 20px;
    font-weight: 500;
    color: #111111;
    line-height: 16px;
    /* text-transform: capitalize; */
}

.page-sidebar .comments-area .comment-box .text {
    color: #777777;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 1.8em;
    font-weight: 300;
    max-width: 510px;
}

.page-sidebar .comments-area .comment-info .comment-time {
    position: relative;
    font-size: 13px;
    color: #777777;
    font-weight: 300;
}

.page-sidebar .comments-area .comment-box .main-button {
    padding: 5px 30px;
    font-size: 12px;
    border: 1px solid #fbca00;
    text-transform: uppercase;
    letter-spacing: 1px;
}


/***

====================================================================
    Comment Form
====================================================================

 ***/

.comment-form {
    position: relative;
}

.comment-form .row {
}

.comment-form .form-group {
    position: relative;
    margin-bottom: 30px;
    padding: 0px 15px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 18px;
    padding: 10px 0px;
    height: 48px;
    font-size: 15px;
    font-weight: 300;
    color: #777777;
    border-bottom: 1px solid #dddddd;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
    border-color: #111111;
}

.comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 10px 0px;
    color: #777777;
    height: 200px;
    font-size: 15px;
    resize: none;
    border-bottom: 1px solid #dddddd;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comment-form button {
    font-weight: 600;
    border-radius: 0px;
    text-transform: capitalize;
}

.sidebar-widget {
    position: relative;
    margin-bottom: 32px;
}


.sidebar-title {
    position: relative;
    margin-bottom: 25px;
}

.sidebar-title h2 {
    position: relative;
    color: #111111;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
}


/*Search Area Widget*/

.sidebar .search-box .form-group {
    position: relative;
    margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
    position: relative;
    line-height: 35px;
    padding: 10px 50px 10px 20px;
    border: 1px solid #eceff5;
    display: block;
    font-size: 14px;
    width: 100%;
    height: 55px;
    color: #000000;
    font-weight: 300;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sidebar .search-box .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 55px;
    width: 57px;
    display: block;
    font-size: 22px;
    color: #222;
    line-height: 100%;
    background: none;
}


.categories-blog .inner-box {
    position: relative;
}

.categories-blog .inner-box ul {
    position: relative;
}

.categories-blog .inner-box ul li {
    position: relative;
    padding: 5px 0px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.categories-blog .inner-box ul li:last-child {
}

.categories-blog .inner-box ul li a {
    position: relative;
    font-size: 14px;
    font-family: 'Helvetica Neue Cyr Light', sans-serif;
    color: #222;
}

.categories-blog .inner-box ul li a:before {
}


/*Tweet Widget*/

.recent-news .news-widget {
    position: relative;
    padding-left: 0px;
    margin-bottom: 30px;
}

.recent-news .news-widget .image {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.recent-news .news-widget .text {
    color: #777777;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    font-family: 'Helvetica Neue Cyr Light', sans-serif;
}

.recent-news .news-widget .text a {
    color: #888888;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.recent-news .news-widget .text a:hover {
    color: #111111;
}

.recent-news .news-widget p {
    margin-bottom: 0px;
    color: #9799a9;
    font-size: 17px;
    line-height: 1.6em;
}

.recent-news .news-widget .days {
    color: #c4c4c4;
    font-size: 14px;
}


/*Popular Tags*/

.sidebar .popular-tags a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 8px 10px 8px;
    margin: 0px 3px 6px 0px;
    color: #777777;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #eceff5;
    text-transform: capitalize;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.sidebar .popular-tags a:hover {
    background-color: #111111;
    border-color: #111111;
    color: #ffffff;
}

.sidebar {
}


/* home 2 header */

.parallax,
.fixed-bg {
    height: 100%;
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
}

.parallax.no-parallax {
    background-size: cover !important;
    background-position: 0 0 !important;
}

.fixed-bg {
    background-attachment: fixed !important;
    background-size: cover !important;
}

.blackish:before {
    background: #222222;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.whitish:before {
    background: #f2f2f2;
    opacity: 0.8;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

iframe {
    border: 0;
    width: 100%;
    float: left;
}

.container.full-container {
    width: 100%;
}

.parallax.light {
    opacity: 0.18;
}

.block .container {
    position: relative;
    z-index: 2;
}

header.minimal-header {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 74px;
    z-index: 1;
}

header.minimal-header.dark .side-bar {
    background: #2b2b2b none repeat scroll 0 0;
}

header.minimal-header.dark .side-bar .logo::before {
    background: #636363 none repeat scroll 0 0;
}

header.minimal-header.dark .side-bar .logo a {
    color: #ffffff;
}

header.minimal-header.dark .gside-menu {
    background: #333333 none repeat scroll 0 0;
}

header.minimal-header.dark .gside-menu .logo-text a strong {
    color: #ffffff;
}

header.minimal-header.dark .header-gallery > h3 {
    color: #bfbfbf;
}

header.minimal-header.dark .gside-menu .logo-text a i {
    color: #dfdfdf;
}

header.minimal-header.dark .gside-menu .logo-text::before {
    background: #636363 none repeat scroll 0 0;
}

header.minimal-header.dark .search-header form {
    background: #2b2b2b none repeat scroll 0 0;
}

.side-bar {
    background: #222222 none repeat scroll 0 0;

    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    color: #888888;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 74px;
    z-index: 1;
}

.side-bar .logo {
    float: left;
    position: relative;
    top: 0;
    width: 100%;
}

.side-bar .logo a {
    color: #424242;
    float: left;
    font-size: 28px;
    margin-top: 9px;
    padding-left: 73px;
    text-align: center;

    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);

    width: 100%;
}

.side-bar .logo::before {
    background: #e6e6e6 none repeat scroll 0 0;
    content: "";
    height: 50px;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    top: 0;
    width: 10px;
}

.open-gside-menu {
    color: #a6a5a5;
    cursor: pointer;
    font-size: 25px;
    left: 50%;
    margin-left: -18px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 36px;
}

.bottom-text {
    color: #8c8c8c;
    font-family: Helvetica Neue Cyr Light;
    font-size: 13px;
    font-weight: 200;
    margin-left: 0;
    position: absolute;
    text-align: left;
    top: 100%;

    -webkit-transform: rotate(-90deg) translateX(180px) translateY(-106px);
    -moz-transform: rotate(-90deg) translateX(180px) translateY(-106px);
    -ms-transform: rotate(-90deg) translateX(180px) translateY(-106px);
    -o-transform: rotate(-90deg) translateX(180px) translateY(-106px);
    transform: rotate(-90deg) translateX(180px) translateY(-106px);

    width: 290px;
}

.gside-menu {
    background: #333333 none repeat scroll 0 0;

    -webkit-box-shadow: 10px 0 20px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 10px 0 20px rgba(0, 0, 0, 0.07);
    -ms-box-shadow: 10px 0 20px rgba(0, 0, 0, 0.07);
    -o-box-shadow: 10px 0 20px rgba(0, 0, 0, 0.07);
    box-shadow: 10px 0 20px rgba(0, 0, 0, 0.07);

    height: 100%;
    left: -292px;
    padding: 0 52px;
    position: fixed;
    width: 292px !important;
}

.mini-gallery-sec {
    float: left;
    width: 100%;
}

.logo-text {
    float: left;
    padding-top: 74px;
    position: relative;
    width: 100%;
}

.logo-text > a {
    float: left;
    width: 100%;
    color: #ffffff;
}

.logo-text::before {
    background: #e6e6e6 none repeat scroll 0 0;
    content: "";
    height: 65px;
    left: 0;
    position: absolute;
    top: 0;
    width: 10px;
}

.slimScrollDiv {
    float: left;
}

.logo-text i {
    bottom: 6px;
    color: #424242;
    font-size: 28px;
    left: -11px;
    position: absolute;

    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.logo-text strong {
    color: #ffffff;
    float: left;
    font-family: Helvetica Neue Cyr Light;
    font-size: 30px;
    font-weight: normal;
    margin-top: 5px;
    width: 100%;
    font-weight: 600;
}

.logo-text span {
    color: #a1a0a0;
    float: left;
    font-size: 13px;
    line-height: 11px;
    width: 100%;
}

.search-header {
    float: left;
    width: 100%;
}

.search-header form {
    background: #222222 none repeat scroll 0 0;
    float: left;
    position: relative;
    width: 100%;
}

.search-header form input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #a79b9b;
    float: left;
    height: 42px;
    padding: 0 40px 0 20px;
    width: 100%;
}

.search-header form button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #a9a9a9;
    font-size: 13px;
    padding: 11px 15px;
    position: absolute;
    right: 0;
}

.search-header {
    float: left;
    margin-top: 50px;
    width: 100%;
}

.gside-menu,
.logo {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.gside-menu nav > ul > li.menu-item-has-children > ul {
    display: none;
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0 0 0 20px;
    width: 100%;
}

.gside-menu nav > ul > li.menu-item-has-children > ul > li {
    float: left;
    position: relative;
    width: 100%;
}

.gside-menu nav > ul > li.menu-item-has-children > ul > li::before {
    color: #b3b3b3;
    content: "\f105";
    font-family: fontawesome;
    font-size: 13px;
    left: -16px;
    position: absolute;
    top: 3px;
}

.gside-menu nav > ul > li.menu-item-has-children > ul > li > a {
    color: #939393;
    float: left;
    font-family: Rubik;
    font-size: 14px;
    padding: 3px 0;
    position: relative;
    width: 100%;
}

.gside-menu nav {
    float: left;
    padding: 70px 0;
    width: 100%;
}

.gside-menu nav > ul {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.gside-menu nav > ul > li {
    float: left;
    width: 100%;
}

.gside-menu nav > ul > li > a {
    color: #909090;
    float: left;
    font-family: Helvetica Neue Cyr Light;
    font-size: 15px;
    padding: 10px 0;
    width: 100%;
}

.header-gallery {
    float: left;
    width: 100%;
}

.header-gallery > h3 {
    color: #000000;
    float: left;
    font-family: Helvetica Neue Cyr Light;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.3px;
    margin-bottom: 30px;
    width: 100%;
}

.mini-gallery {
    margin: 0 -5px;
}

.mini-gallery a {
    float: left;
    overflow: hidden;
    padding: 5px;
    position: relative;
}

.mini-gallery:hover a {
    opacity: 0.2;
}

.mini-gallery > div {
    width: 50%;
}

.header-social {
    float: left;
    list-style: outside none none;
    margin: 60px 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

.header-social > li {
    display: inline-block;
    float: none;
    margin: 0;
}

.header-social > li > a {
    float: left;
    padding: 0 10px;
    color: #888888;
}

.menu-global {
    backface-visibility: hidden;
    position: absolute;
    left: 0;
    border-top: 7px solid #333333;
    width: 100%;

    -webkit-transition: 0.55s;
    -moz-transition: 0.55s;
    -ms-transition: 0.55s;
    -o-transition: 0.55s;
    transition: 0.55s;
}

.menu-top {
    top: 0;
}

.menu-middle {
    top: 18px;
}

.menu-bottom {
    top: 36px;
}

.menu-top-click {
    backface-visibility: hidden;
    top: 15px;

    -webkit-transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    -o-transform: rotate(50deg);
    transform: rotate(50deg);

    -webkit-transition: 0.55s 0.5s;
    -moz-transition: 0.55s 0.5s;
    -ms-transition: 0.55s 0.5s;
    -o-transition: 0.55s 0.5s;
    transition: 0.55s 0.5s;
}

.menu-middle-click {
    opacity: 0;
}

.menu-bottom-click {
    backface-visibility: hidden;
    top: 15px;

    -webkit-transform: rotate(-410deg);
    -moz-transform: rotate(-410deg);
    -ms-transform: rotate(-410deg);
    -o-transform: rotate(-410deg);
    transform: rotate(-410deg);

    -webkit-transition: 0.55s 0.5s;
    -moz-transition: 0.55s 0.5s;
    -ms-transition: 0.55s 0.5s;
    -o-transition: 0.55s 0.5s;
    transition: 0.55s 0.5s;
}


/* Hamburger two */

#hamburger-two {

    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

#hamburger-two:before {
    content: '';
    display: block;
    position: absolute;
    height: 80px;
    width: 80px;
    background: transparent;
    top: -23px;
    left: -5px;

    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

#hamburger-two span {
    display: block;
    width: 70%;
    height: 3px;
    left: 15%;
    background: #8b8b8b;
    position: absolute;
}

#hamburger-two span:nth-of-type(1) {
    top: 0px;
    left: auto;
    right: 15%;
}

#hamburger-two span:nth-of-type(2) {
    top: 9px;
}

#hamburger-two span:nth-of-type(2):before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #8b8b8b;
    width: 100%;
    height: 100%;
}

#hamburger-two span:nth-of-type(3) {
    top: 18px;
    left: 15%;
}

#hamburger-two.active span:nth-of-type(1),
#hamburger-two.active span:nth-of-type(3) {
    width: 0%;
}

#hamburger-two.active span:nth-of-type(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);

    background: #0986bf;
}

#hamburger-two.active span:nth-of-type(2):before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);

    background: #0986bf;
}

header.active .gside-menu {
    left: 74px;
}

header.active .side-bar .logo {
    opacity: 0;
    top: -120px;
    visibility: hidden;
}


/* Main Text */

.main-text {
    float: left;
    margin-bottom: 110px;
    position: relative;
    width: 100%;
    padding-left: 300px;
}

.main-text h1 {
    color: #222222;
    float: left;
    font-family: Helvetica Neue Cyr Light;
    font-size: 60px;
    font-weight: 900;
    letter-spacing: -4px;
    margin: 0;
    width: 100%;
}

.main-text > span {
    color: #666666;
    float: left;
    font-family: Helvetica Neue Cyr Light;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.4px;
    line-height: 40px;
    text-transform: uppercase;
    width: 100%;
    margin-top: 10px;
}


/*.main-button:hover {
    background: #333333 none repeat scroll 0 0;
    color: #ffffff;
}
.main-button {
    background: #424242 none repeat scroll 0 0;
    color: #ffffff;
    float: left;
    font-family: Rubik;
    font-size: 13px;
    letter-spacing: 2px;
    margin-top: 30px;
    padding: 16px 35px;
    text-transform: uppercase;
}*/

.gside-menu nav > ul > li:hover > a {
    color: #ffffff;
}

.gside-menu nav > ul > li {
    float: left;
    position: relative;
    width: 100%;
}

.gside-menu nav > ul > li::before {
    background: #b5b5b5 none repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute;
    right: -53px;
    top: 23px;
    width: 0;
}

.gside-menu nav > ul > li.active::before {
    width: 50px;
}

.gside-menu nav > ul > li:hover::before {
    width: 50px;
}

.theme-layout.side-header {
    padding-left: 74px;
}

.gside-menu nav > ul > li.active > a {
    color: #ffffff;
}

.gside-menu nav > ul > li.active.menu-item-has-children > ul {
    margin-bottom: 10px;
}

.mini-gallery:hover a:hover {
    opacity: 1;
}

.header-social > li > a:hover {
    color: #232323;
}

header.classic nav > ul > li:hover > a {
    border-radius: 0;
    color: #202020;
    text-decoration: line-through;
}

.gside-menu,
.logo {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.gside-menu nav > ul > li.menu-item-has-children > ul {
    display: none;
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0 0 0 20px;
    width: 100%;
}

.gside-menu nav > ul > li.menu-item-has-children > ul > li {
    float: left;
    position: relative;
    width: 100%;
}

.gside-menu nav > ul > li.menu-item-has-children > ul > li::before {
    color: #b3b3b3;
    content: ">";
    font-family: 'Font Awesome 5 Free';
    font-size: 13px;
    left: -16px;
    position: absolute;
    top: 3px;
}

.gside-menu nav > ul > li.menu-item-has-children > ul > li > a {
    color: #939393;
    float: left;
    font-family: Helvetica Neue Cyr Light;
    font-size: 14px;
    padding: 3px 0;
    position: relative;
    width: 100%;
}

.gside-menu nav {
    float: left;
    padding: 70px 0;
    width: 100%;
}

.gside-menu nav > ul {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.gside-menu nav > ul > li {
    float: left;
    width: 100%;
}

.gside-menu nav > ul > li > a {
    color: #909090;
    float: left;
    font-family: Helvetica Neue Cyr Light;
    font-size: 15px;
    padding: 10px 0;
    width: 100%;
}

.icon-box i.fa {
    background: #ffffff none repeat scroll 0 0;

    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);

    color: #ababab;
    float: left;
    font-size: 30px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    width: 72px;
}

.icon-box {
    float: left;
    margin-top: 30px;
    width: 100%;
}


/* Title */

.pro-details .title {
    float: left;
    margin-bottom: 0px;
    position: relative;
    text-align: left;
    width: 100%;
}

.title h2 {
    color: #222222;
    float: left;
    font-family: Helvetica Neue Cyr Light;
    font-size: 32px;
    margin: 0;
    width: 100%;
}

.title > span {
    color: #f3f3f3;
    float: left;
    font-family: Helvetica Neue Cyr Light;
    font-size: 110px;
    font-weight: bold;
    left: 0;
    line-height: 90px;
    position: absolute;
    text-align: center;
    top: -20px;
    width: 100%;
    z-index: -1;
}

.title p {
    color: #625757;
    float: left;
    font-family: Helvetica Neue Cyr Light;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 30px;
    margin-top: 6px;
    width: 100%;
}


/* Title 2 */

.title2 {
    float: left;
    margin-bottom: 50px;
    text-align: center;
    width: 100%;
}

.title2 > h3 {
    color: #625757;
    float: left;
    font-family: Helvetica Neue Cyr Light;
    font-size: 32px;
    font-weight: 100;
    margin: 0 0 10px;
    width: 100%;
}

.title2 > span {
    color: #625757;
    float: left;
    font-size: 13px;
    letter-spacing: 2px;
    margin-top: 9px;
    text-transform: uppercase;
    width: 100%;
}

.title2 > p {
    color: #636363;
    float: left;
    font-family: Helvetica Neue Cyr Light;
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 27px;
    margin: 25px 0 0;
    padding: 0 110px;
    width: 100%;
}


.reviews-sec {
    float: left;
    position: relative;
    text-align: center;
    width: 100%;
}

.reviews-sec > ul {
    float: left;
    list-style: outside none none;
    margin: 0 0 50px;
    padding: 0;
    width: 100%;
}

.review {
    float: left;
    padding: 0 30px;
    text-align: center;
    width: 100%;
}

.review > img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    display: inline-block !important;
    float: none;
}

.review > h3 {
    color: #373737;
    float: left;
    font-family: Helvetica Neue Cyr Light;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.3px;
    width: 100%;
}

.review > span {
    color: #707070;
    float: left;
    font-family: Helvetica Neue Cyr Light;
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 22px;
    margin-top: -6px;
    width: 100%;
}

.review > p {
    color: #818080;
    float: left;
    font-size: 17px;
    font-style: italic;
    font-weight: normal;
    letter-spacing: 0.3px;
    line-height: 32px;
    margin-bottom: 0;
    margin-top: 12px;
    padding: 0 50px;
    width: 100%;
}


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/* Arrows */

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}


/* Dots */

.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 20px;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}


.porto-sec {
    padding-top: 100px;
}

.filter-tabs {
    text-align: center;
}

#mobileporto {
    display: none;
}

#desktopporto {
    display: block;
}

.left-filters li {
    display: block !important;
    margin-left: 0 !important;
}

.filter-tabs a {
    padding: 10px 30px;
    border: 1px solid transparent;
    margin-right: 20px;
    transition-duration: .5s;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 15px;
}

.filter-tabs a.current,
.filter-tabs a:hover {
    border: 1px solid #dddddd;
}


.filter-tabs {
    margin: 0;
    margin-bottom: 55px;
}

.filter-tabs li {
    padding: 0;
    margin: 0px 7px 10px;
}

.filter-tabs li.active {
}

.filter-tabs li span {
    color: #464646;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding: 8px 40px;
    border-radius: 21px;
    font-family: 'Helvetica Neue Cyr Light', sans-serif;
    display: block;
    cursor: pointer;
    transition: .5s ease;
}

.filter-tabs li:last-child span {
    border-right: 0px;
}

.filter-tabs li:hover span,
.filter-tabs li.active span {
    color: #000000;
    background: #f7f7f7;
    border-color: #0a0a0a;
    transition: .5s ease;
}

.filter-tabs li span i {
    font-size: 14px;
    margin-right: 5px;
}

.porto-style1.mix {
    display: none;
}


#portfolio_filter {
    text-align: center;
    margin: 0;
    margin-bottom: 55px;
}

#portfolio_filter ul {
    list-style: none;
    margin-bottom: 0;
}

#portfolio_filter ul li {
    position: relative;
    display: inline-block;
    padding: 5px 20px;
    line-height: 24px;
    color: #333333;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: none;
    font-size: 16px;
    font-weight: 500;
    margin: 0px 20px 10px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    border: 1px solid;
    border-color: transparent;
}

#portfolio_filter ul li:first-child {
    margin-left: 0;
}

#portfolio_filter ul li.active,
#portfolio_filter ul li:hover {
    cursor: pointer;
    border: 1px solid #dddddd;
}

.side-filter-porto #portfolio_filter ul li {
    display: block;

    margin: 0;
    margin-bottom: 10px;
}


/* portfolio item */

.portfolio-item {
    position: relative;
    margin: 0 5px;
    margin-bottom: 30px;
}

.portfolio-item .inner-box {
    position: relative;
}

.portfolio-item .image {
    position: relative;
    overflow: hidden;
}

.portfolio-item .image img {
    width: 100%;
    transition: .5s ease;
    transform: scale(1.05);
}

.portfolio-item:hover .image img {
    transform: scale(1);
}

.portfolio-item .image::before {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9;
    background: #1e2125;
    bottom: 0px;
    content: "";
    left: 0px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
}

.portfolio-item:hover .image::before {
    opacity: 0.8;
}

.portfolio-item .overlay a {
    background: rgba(255, 255, 255, 0.25) none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    height: 60px;
    margin: 0 5px;
    line-height: 60px;
    opacity: 0;
    display: inline-block;
    text-align: center;
    transform: translateX(0%) translateY(-30%) scale(0.5);
    transition: all 0.4s ease 0s;
    width: 60px;
}

.portfolio-style-two .overlay a {
    background: rgba(255, 255, 255, 0.25) none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    height: 40px;
    margin: 0 5px;
    line-height: 40px;
    opacity: 0;
    display: inline-block;
    text-align: center;
    transform: translateX(0%) translateY(-30%) scale(0.5);
    transition: all 0.4s ease 0s;
    width: 40px;
}

.portfolio-item .overlay a:hover {
    background: rgba(255, 255, 255, .8) none repeat scroll 0 0;
    color: #000;
}

.portfolio-item:hover .overlay a {
    opacity: 1;
    transform: translateX(0) translateY(0%) scale(1);
}

.portfolio-item .overlay {
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 65%;
    transform: translateY(-50%);
    transition: all 0.5s ease 0s;
    z-index: 10;
}

.portfolio-style-two .overlay {
    opacity: 0;
    position: absolute;
    right: 10%;
    left: auto;
    text-align: center;
    top: 20%;
    transform: translateY(-50%);
    transition: all 0.5s ease 0s;
    z-index: 10;
}

.portfolio-item:hover .overlay {
    opacity: 1;
}

.portfolio-item .overlay-title {
    top: 30%;
    left: 0;
    right: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease-in-out 0s;
    z-index: 12;
    text-align: center;
}

.portfolio-style-two .overlay-title {
    top: auto;
    bottom: 10%;
    left: 10%;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease-in-out 0s;
    z-index: 12;
    text-align: left;
}

.portfolio-item:hover .overlay-title {
    opacity: 1;
}

.portfolio-item .overlay-title h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    transform: translateY(15px);
    transition: all 0.4s ease-in-out 0s;
    font-family: 'Helvetica Neue Cyr Light', sans-serif;
}

.portfolio-item .overlay-title h4 a {
    color: #fff;
}

.portfolio-item:hover .overlay-title h4,
.portfolio-item:hover .overlay-title span {
    transform: translateX(0px);
}

.portfolio-item .overlay-title span {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 16px;
    transform: translateY(15px);
    transition: all 0.4s ease-in-out 0s;
    text-transform: capitalize;
}

.portfolio-item .overlay-title-two {
    padding-top: 20px;
    padding-left: 30px;
    padding-bottom: 20px;
    border: 1px solid #ecf0f6;
}

.portfolio-item .p-object h4 {
    font-family: 'Helvetica Neue Cyr Light', sans-serif;
    color: #222;
    font-size: 20px;
    font-weight: 600;
}

.portfolio-item .overlay-title-two h4 {
    font-family: 'Helvetica Neue Cyr Light', sans-serif;
}

.portfolio-item .overlay-title-two h4 a {
    color: #222;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}


.portfolio-item .overlay-title-two span {
    font-size: 15px;
    line-height: 16px;
    font-weight: 500;
    text-transform: capitalize;
}


/* service potfolio*/

.portfolio-item .portfolio-thumb::before {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9;
    background: #1e2125;
    bottom: 0px;
    content: "";
    left: 0px;
    opacity: 0;

    transition: all 0.4s ease-in-out 0s;
    width: 100%;
}

.portfolio-item:hover .portfolio-thumb::before {
    opacity: 0.7;
}

.portfolio-item .view-info a {
    background: rgba(255, 255, 255, 0.25) none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    height: 60px;
    margin: 0 5px;
    line-height: 60px;
    opacity: 0;
    display: inline-block;
    text-align: center;
    transform: translateX(0%) translateY(-30%) scale(0.5);
    transition: all 0.4s ease 0s;
    width: 60px;
}

.portfolio-item .view-info a:hover {
    background: rgba(255, 255, 255, .8) none repeat scroll 0 0;
    color: #000;
}

.portfolio-item:hover .view-info a {
    opacity: 1;
    transform: translateX(0) translateY(0%) scale(1);
}

.portfolio-item .view-info {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;


    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease 0s;
    z-index: 10;
    color: #ffffff;
}

.portfolio-item:hover .view-info {
    opacity: 1;
}


/* portfolio item one */

.portfolio-item-one {
    position: relative;
    margin-bottom: 30px;
}

.portfolio-item-one .inner-box {
    position: relative;
}

.portfolio-item-one .image {
    position: relative;
    overflow: hidden;
}

.portfolio-item-one .image img {
    width: 100%;
    transition: .5s ease;
    transform: scale(1.05);
}

.portfolio-item-one:hover .image img {
    transform: scale(1);
}

.portfolio-item-one .image::before {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9;
    background: #1e2125;
    bottom: 0px;
    content: "";
    left: 0px;
    opacity: 0;

    transition: all 0.4s ease-in-out 0s;
}

.portfolio-item-one:hover .image::before {
    opacity: 0.8;
}

.portfolio-item-one .overlay a {
    background: rgba(255, 255, 255, 0.25) none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    height: 60px;
    margin: 0 5px;
    line-height: 60px;
    opacity: 0;
    display: inline-block;
    text-align: center;
    transform: translateX(0%) translateY(-30%) scale(0.5);
    transition: all 0.4s ease 0s;
    width: 60px;
}

.portfolio-item-one .overlay a:hover {
    background: rgba(255, 255, 255, .8) none repeat scroll 0 0;
    color: #000;
}

.portfolio-item-one:hover .overlay a {
    opacity: 1;
    transform: translateX(0) translateY(0%) scale(1);
}

.portfolio-item-one .overlay {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;


    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease 0s;
    z-index: 10;
}

.portfolio-item-one:hover .overlay {
    opacity: 1;
}

.portfolio-item-one .overlay-title {
    bottom: 20px;
    left: 20px;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease-in-out 0s;
    z-index: 12;
}

.portfolio-item-one:hover .overlay-title {
    opacity: 1;
}

.portfolio-item-one .overlay-title h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    transform: translateY(15px);
    transition: all 0.4s ease-in-out 0s;
    font-family: 'Helvetica Neue Cyr Light', sans-serif;
}

.portfolio-item-one .overlay-title h4 a {
    color: #fff;
}

.portfolio-item-one:hover .overlay-title h4,
.portfolio-item-one:hover .overlay-title span {
    transform: translateX(0px);
}

.portfolio-item-one .overlay-title span {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 16px;
    transform: translateY(15px);
    transition: all 0.4s ease-in-out 0s;
    text-transform: capitalize;
}

.portfolio-item-one .overlay-title-two {
    padding-top: 20px;
    padding-left: 30px;
    padding-bottom: 20px;
    border: 1px solid #ecf0f6;
}

.portfolio-item-one .overlay-title-two h4 {
    font-family: 'Helvetica Neue Cyr Light', sans-serif;
}

.portfolio-item-one .overlay-title-two h4 a {
    color: #222;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.portfolio-item-one .overlay-title-two span {
    font-size: 15px;
    line-height: 16px;
    font-weight: 500;
    text-transform: capitalize;
}


/* projects block one */

.porto-style1 {
    position: relative;
    margin-bottom: 30px;
}

.porto-style1 .inner-box {
    position: relative;
}

.porto-style1 .image {
    position: relative;
    overflow: hidden;
}

.porto-style1 .image img {
    width: 100%;
    transition: .5s ease;
    transform: scale(1.05);
}

.porto-style1:hover .image img {
    transform: scale(1);
}

.porto-style1 .image::before {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9;
    background: #1e2125;
    bottom: 0px;
    content: "";
    left: 0px;
    opacity: 0;

    transition: all 0.4s ease-in-out 0s;
}

.porto-style1:hover .image::before {
    opacity: 0.8;
}

.porto-style1 .overlay a {
    background: rgba(255, 255, 255, 0.25) none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    height: 60px;
    margin: 0 5px;
    line-height: 60px;
    opacity: 0;
    display: inline-block;
    text-align: center;
    transform: translateX(0%) translateY(-30%) scale(0.5);
    transition: all 0.4s ease 0s;
    width: 60px;
}

.porto-style1 .overlay a:hover {
    background: rgba(255, 255, 255, .8) none repeat scroll 0 0;
    color: #000;
}

.porto-style1:hover .overlay a {
    opacity: 1;
    transform: translateX(0) translateY(0%) scale(1);
}

.porto-style1 .overlay {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;

    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease 0s;
    z-index: 10;
}

.porto-style1:hover .overlay {
    opacity: 1;
}

.porto-style1 .overlay-title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
    z-index: 12;
}

.porto-style1:hover .overlay-title {
    opacity: 1;
}

.porto-style1 .overlay-title h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    transform: translateY(15px);
    transition: all 0.4s ease-in-out 0s;
    font-family: 'Helvetica Neue Cyr Light', sans-serif;
}

.porto-style1 .overlay-title h4 a {
    color: #fff;
}

.porto-style1:hover .overlay-title h4,
.porto-style1:hover .overlay-title span {
    transform: translateX(0px);
}

.porto-style1 .overlay-title span {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 16px;
    transform: translateY(15px);
    transition: all 0.4s ease-in-out 0s;
    text-transform: capitalize;
}

.porto-style1 .overlay-title-two {
    padding-top: 20px;
    padding-left: 30px;
    padding-bottom: 20px;
    border: 1px solid #ecf0f6;
}

.porto-style1 .overlay-title-two h4 {
    font-family: 'Helvetica Neue Cyr Light', sans-serif;
}

.porto-style1 .overlay-title-two h4 a {
    color: #222;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.porto-style1 .overlay-title-two span {
    font-size: 15px;
    line-height: 16px;
    font-weight: 500;
    text-transform: capitalize;
}


/* portfolio style 2 */

.porto-style2 {
    position: relative;
    padding: 0px;
}

.porto-style2 .inner-box {
    position: relative;
}

.porto-style2 .image img {
    width: 100%;
    transition: .5s ease;
}

.porto-style2:hover .image img {
    transform: scale(1.1);
}

.porto-style2 .image::before {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9;
    background: #1e2125;
    bottom: 0px;
    content: "";
    left: 0px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
}

.porto-style2:hover .image::before {
    opacity: 0.8;
}

.porto-style2 .image {
    position: relative;
    overflow: hidden;
}

.porto-style2 .overlay a {
    background: rgba(255, 255, 255, 0.25) none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    height: 60px;
    margin: 0 5px;
    line-height: 60px;
    opacity: 0;
    display: inline-block;
    text-align: center;
    transform: translateX(0%) translateY(-30%) scale(0.5);
    transition: all 0.4s ease 0s;
    width: 60px;
}

.porto-style2 .overlay a:hover {
    background: rgba(255, 255, 255, .8) none repeat scroll 0 0;
    color: #000;
}

.porto-style2:hover .overlay a {
    opacity: 1;
    transform: translateX(0) translateY(0%) scale(1);
}

.porto-style2 .overlay {
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    margin-top: -40px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease 0s;
    z-index: 10;
}

.porto-style2:hover .overlay {
    opacity: 1;
}

.porto-style2 .overlay-title {
    bottom: 50%;
    margin-bottom: -65px;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease-in-out 0s;
    z-index: 12;
}

.porto-style2:hover .overlay-title {
    opacity: 1;
}

.porto-style2 .overlay-title h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    transform: translateY(15px);
    transition: all 0.4s ease-in-out 0s;
    font-family: 'Helvetica Neue Cyr Light', sans-serif;
}

.porto-style2 .overlay-title h4 a {
    color: #fff;
}

.porto-style2:hover .overlay-title h4,
.porto-style2:hover .overlay-title span {
    transform: translateX(0px);
}

.porto-style2 .overlay-title span {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 16px;
    transform: translateY(15px);
    transition: all 0.4s ease-in-out 0s;
    text-transform: capitalize;
}


/* portfolio style 3 */

.porto-style3 {
    position: relative;
    margin-bottom: 30px;
}

.porto-style3 .inner-box {
    position: relative;
}

.porto-style3 .image img {
    width: 100%;
    transition: .5s ease;
}

.porto-style3:hover .image img {
    transform: scale(1.1);
}

.porto-style3 .image::before {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9;
    background: #1e2125;
    bottom: 0px;
    content: "";
    left: 0px;
    opacity: 0;

    transition: all 0.4s ease-in-out 0s;
}

.porto-style3:hover .image::before {
    opacity: 0.8;
}

.porto-style3 .image {
    position: relative;
    overflow: hidden;
}

.porto-style3 .overlay a {
    background: rgba(255, 255, 255, 0.25) none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    height: 60px;
    margin: 0 5px;
    line-height: 60px;
    opacity: 0;
    display: inline-block;
    text-align: center;
    transform: translateX(0%) translateY(-30%) scale(0.5);
    transition: all 0.4s ease 0s;
    width: 60px;
}

.porto-style3 .overlay a:hover {
    background: rgba(255, 255, 255, .8) none repeat scroll 0 0;
    color: #000;
}

.porto-style3:hover .overlay a {
    opacity: 1;
    transform: translateX(0) translateY(0%) scale(1);
}

.porto-style3 .overlay {
    position: absolute;
    right: 0;
    left: 0;
    opacity: 0;

    text-align: center;
    margin-top: -40px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease 0s;
    z-index: 10;
}

.porto-style3:hover .overlay {
    opacity: 1;
}

.porto-style3 .overlay-title {
    bottom: 50%;
    margin-bottom: -65px;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease-in-out 0s;
    z-index: 12;
}

.porto-style3:hover .overlay-title {
    opacity: 1;
}

.porto-style3 .overlay-title h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    transform: translateY(15px);
    transition: all 0.4s ease-in-out 0s;
    font-family: 'Helvetica Neue Cyr Light', sans-serif;
}

.porto-style3 .overlay-title h4 a {
    color: #fff;
}

.porto-style3:hover .overlay-title h4,
.porto-style3:hover .overlay-title span {
    transform: translateX(0px);
}

.porto-style3 .overlay-title span {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 16px;
    transform: translateY(15px);
    transition: all 0.4s ease-in-out 0s;
    text-transform: capitalize;
}


/* portfolio style 4 */

.porto-style4 {
    position: relative;
    margin-bottom: 35px;
}

.porto-style4 .inner-box {
    position: relative;
}

.porto-style4 .image {
    position: relative;
    overflow: hidden;
}

.porto-style4 .image img {
    width: 100%;
    transition: .5s ease;
}

.porto-style4:hover .image img {
    transform: rotateX(20deg) scale(1.1);
}

.porto-style4 .image::before {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9;
    background: #1e2125;
    bottom: 0px;
    content: "";
    left: 0px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
}

.porto-style4:hover .image::before {
    opacity: 0.8;
}

.porto-style4 .overlay a {
    background: rgba(255, 255, 255, 0.25) none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    height: 60px;
    margin: 0 5px;
    line-height: 60px;
    opacity: 0;
    display: inline-block;
    text-align: center;
    transform: translateX(0%) translateY(-30%) scale(0.5);
    transition: all 0.4s ease 0s;
    width: 60px;
}

.porto-style4 .overlay a:hover {
    background: rgba(255, 255, 255, .8) none repeat scroll 0 0;
    color: #000;
}

.porto-style4:hover .overlay a {
    opacity: 1;
    transform: translateX(0) translateY(0%) scale(1);
}

.porto-style4 .overlay {
    position: absolute;
    right: 0;
    left: 0;
    opacity: 0;

    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease 0s;
    z-index: 10;
}

.porto-style4:hover .overlay {
    opacity: 1;
}

.porto-style4 .overlay-title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 100%;
    opacity: 0;

    transition: all 0.3s ease-in-out 0s;
    z-index: 12;
}

.porto-style4:hover .overlay-title {
    opacity: 1;
}

.porto-style4 .overlay-title h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    transform: translateY(15px);
    transition: all 0.4s ease-in-out 0s;
    font-family: 'Helvetica Neue Cyr Light', sans-serif;
}

.porto-style4 .overlay-title h4 a {
    color: #fff;
}

.porto-style4:hover .overlay-title h4,
.porto-style4:hover .overlay-title span {
    transform: translateX(0px);
}

.porto-style4 .overlay-title span {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 16px;
    transform: translateY(15px);
    transition: all 0.4s ease-in-out 0s;
    text-transform: capitalize;
}

.porto-style4 .read-more {
    position: absolute;
    right: 50px;
    bottom: 10px;
}


/* portfolio sytle 5 */

.porto-style5 {
    position: relative;
}

.porto-style5 .inner-box {
    position: relative;
}

.porto-style5 .image {
    position: relative;
    overflow: hidden;
}

.porto-style5 .image img {
    position: relative;
    width: 100%;
    transition: .5s ease;
}

.porto-style5:hover .image img {
    transform: rotateY(20deg) scale(1.1) translate(-10px, -10px);
}

.porto-style5 .overlay-title {
    position: absolute;
    bottom: 70px;
    left: 75px;

    z-index: 12;
}

.porto-style5 .overlay-title h4 a {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
    display: inline-block;
}

.porto-style5 .overlay-title .text {
    color: #fff;
    margin-bottom: 10px;
    max-width: 580px;
}

.porto-style5 .read-more span {
    color: #fff;
}


/* portfolio style 6 */

.porto-style6 {
    position: relative;
    padding: 0;
}

.porto-style6 .inner-box {
    position: relative;
}

.porto-style6 .image img {
    width: 100%;
}

.porto-style6 .image::before {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9;
    background: #1e6165;
    bottom: 0px;
    content: "";
    left: 0px;
    opacity: 0;

    transition: all 0.4s ease-in-out 0s;
}

.porto-style6:hover .image::before {
    opacity: 0.8;
}

.porto-style6 .image {
    position: relative;
    overflow: hidden;
}

.porto-style6 .image img {
    transition: .5s ease;
}

.porto-style6:hover .image img {
    transform: translateX(0%) translateY(-90px) scale(1);
}

.porto-style6 .overlay a {
    background: rgba(655, 655, 655, 0.65) none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 36px;
    height: 40px;
    margin: 0 5px;
    line-height: 60px;
    opacity: 0;
    display: inline-block;
    text-align: center;
    transform: translateX(0%) translateY(-30%) scale(0.5);
    transition: all 0.4s ease 0s;
    width: 60px;
}

.porto-style6 .overlay a:hover {
    background: rgba(655, 655, 655, .8) none repeat scroll 0 0;
    color: #000;
}

.porto-style6:hover .overlay a {
    opacity: 1;
    transform: translateX(0) translateY(0%) scale(1);
}

.porto-style6 .overlay {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    text-align: center;
    top: 50%;
    margin-top: -46.5px;
    transform: translateY(-50%);
    transition: all 0.5s ease 0s;
    z-index: 10;
}

.porto-style6:hover .overlay {
    opacity: 1;
}

.porto-style6 .overlay-title {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
    z-index: 16;
    background-color: white;
    width: 100%;
    padding: 16px 30px 60px;
}

.porto-style6:hover .overlay-title {
    opacity: 1;
}

.porto-style6 .overlay-title h4 {
    color: #666;
    font-size: 46px;
    font-weight: 600;
    text-transform: capitalize;
    transform: translateY(15px);
    transition: all 0.4s ease-in-out 0s;
    font-family: 'Helvetica Neue Cyr Light', sans-serif;
}

.porto-style6 .overlay-title h4 a {
    color: #666;
}

.porto-style6:hover .overlay-title h4,
.porto-style6:hover .overlay-title span {
    transform: translateX(0px);
}

.porto-style6 .overlay-title span {
    color: #848484;
    display: inline-block;
    font-size: 15px;
    line-height: 16px;
    transform: translateY(15px);
    transition: all 0.4s ease-in-out 0s;
    text-transform: capitalize;
}


/* owl nav style one */

.owlnav-style-one .owl-nav {
    position: absolute;
    right: 0;
    font-size: 20px;
}

.owlnav-style-one .owl-nav .owl-prev {
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #a4a4a4;
}

.owlnav-style-one .owl-nav .owl-next {
    display: inline-block;
    padding: 0 10px;
}


/* portfolio style two */

.portfolio-style-two .row {
    margin: 0 -1px;
}

.portfolio-style-two .porto-style1 {
    padding: 1px;
    margin: 0;
}


/***

====================================================================
    Gallery Section
====================================================================

***/

.portfolio-sec .portfolio-filter {
    position: relative;
    display: block;
    min-height: 100px;
}

.portfolio-sec .outer-box {
    position: relative;
}

.portfolio-sec .filters {
    position: relative;
    margin-bottom: 40px;
}

.portfolio-sec .filters li {
    position: relative;
    display: inline-block;
    padding: 5px 20px;
    line-height: 24px;
    color: #333333;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: none;
    font-size: 16px;
    font-weight: 500;
    margin: 0px 20px 10px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    border: 1px solid;
    border-color: transparent;
}

.portfolio-sec .filters li:first-child {
    margin-left: 0px;
}

.portfolio-sec .filters li:before {
    content: '';
    position: absolute;
    right: 0;
    top: 11px;
    width: 100%;
    height: 2px;
    background: #000000;
    opacity: 0;
}

.portfolio-sec .filters li:hover {
    border: 1px solid #dddddd;
}

.portfolio-sec .filters li.active {
    border: 1px solid #dddddd;
}

.portfolio-sec .filters li.active:before {
    opacity: 0;
}

.default-portfolio-item {
    position: relative;
    margin-bottom: 30px;
}

.default-portfolio-item.mix {
    display: none;
}

.portfolio-mansonry .items-container {
    position: relative;
}

.portfolio-mansonry .masonry-item {
    position: relative;
}

.default-portfolio-item .inner-box {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.default-portfolio-item .image-box {
    position: relative;
    display: block;
}

.default-portfolio-item .image-box img {
    position: relative;
    display: block;
    width: 100%;
}

.default-portfolio-item .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding: 0px;
    opacity: 0;
    text-align: center;
    color: #333333;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    z-index: 10;
}

.default-portfolio-item:hover .overlay-box {
    top: 0px;
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
}

.default-portfolio-item .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 20px 20px;
    background: rgba(0, 0, 0, 0.65);
}

.default-portfolio-item .overlay-inner .overlay-content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    box-shadow: 0 0 20px #00000014;
}

.default-portfolio-item .overlay-inner .content-area {
    position: relative;
    padding: 15px 15px;
}

.default-portfolio-item .overlay-inner h3 {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333333;
    line-height: 1.4em;
}

.default-portfolio-item .overlay-inner h3 a {
    color: #ffffff;
}

.default-portfolio-item .overlay-inner .text {
    position: relative;
    line-height: 1.8em;
    font-size: 13px;
    margin-top: 5px;
    color: #eee;
}

.portfolio-sec .view-all {
    position: relative;
    text-align: center;
}

.portfolio-sec .view-all .main-button {
    padding-left: 50px;
    padding-right: 50px;
    font-weight: 600;
}

.fancybox-next span,
.fancybox-prev span {
    background-image: none !important;
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    text-align: center;
}

.fancybox-next span:before,
.fancybox-prev span:before {
    content: '';
    position: absolute;
    font-family: 'FontAwesome';
    left: 0px;
    top: 0px;
    font-size: 12px;
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    background-color: rgba(28, 28, 28, 0.40) !important;
    color: #ffffff;
    visibility: visible;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.fancybox-next span:before {
    content: '\f178';
}

.fancybox-prev span:before {
    content: '\f177';
}

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before {
    background-color: #ffffff !important;
    color: #000000;
}

.fancybox-type-image .fancybox-close {
    right: 0px;
    top: 0px;
    width: 45px;
    height: 45px;
    background: url(../images/icons/icon-cross.png) center center no-repeat;
    background-color: rgba(17, 17, 17, 0.50) !important;
}

.fancybox-type-image .fancybox-close:hover {
    background-color: #000000 !important;
}

.fancybox-type-image .fancybox-skin {
    padding: 0px !important;
}


.portfolio-sec .outer-box {
    max-width: 1500px;
    margin: 0 auto;
}


/* project details */

.project-information {
    position: relative;
    font-size: 16px;
}

.project-information .title {
    line-height: 35px;
}

.project-information .title i {
    color: #222;
    display: inline-block;
    width: 30px;
}

.project-information .detail {
    color: #222;
    line-height: 35px;
}

.project-information h4 {
    font-size: 22px;
    color: #222;
    margin-bottom: 20px;
    font-weight: 500;
}

.portfolio-details .title h2 {
    font-size: 30px;
    font-weight: 600;
    color: #222222;
    padding: 0 0 15px 0;
}

.pro-details {
    padding-bottom: 50px;
}

.project-information ul li {
}

.gallery-sitems {
    list-style: none;
    position: relative;
}

.gallery-sitems li {
    width: 90px;
    display: inline-block;
    position: relative;
}

.gallery-sitems li .overlay {
    position: absolute;
    background: rgba(0, 0, 0, .5);
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    text-align: center;
    transition-duration: .5s;
}

.gallery-sitems li a {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    color: #fff;
    transition-duration: .5s;
}

.gallery-sitems li:hover .overlay {
    display: block;
}

.gallery-sitems li:hover a {
    display: block;
}

.port-tags {
    padding: 15px 0;
}

.port-tags i {
    color: #222;
}

.port-tags a {
    padding: 0 20px;
    color: #888;
    transition-duration: .5s;
}

.port-tags a:hover {
    color: #222;
    text-decoration: underline;
}

.p-prev-btn,
.p-next-btn {
    padding: 25px;
    border: 1px solid transparent;
    display: inline-block;
}

.p-prev-btn:hover,
.p-next-btn:hover {
    border: 1px solid #222;
}

.p-prev-btn {
    text-align: left;
}

.p-next-btn {
    text-align: right;
}

.p-prev-btn i,
.p-next-btn i {
    display: inline-block;
    height: 20px;
    font-size: 16px;
    width: 30px;
    vertical-align: top;
}

.p-next-btn i {
    float: right;
}

.btn-title {
    display: inline-block;
}

.btn-title h3 {
    font-size: 22px;
    color: #222;
}

.port-pagination {
    padding: 90px 0;
}

.related-post-area {
    padding: 90px 0 0 0;
    position: relative;
}


/***

====================================================================
    Footer Area
====================================================================

***/

.footer-area {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #ffffff;
}

.footer-area .inner-container {
    position: relative;
    padding: 0px 50px;
}

.footer-area .logo {
    position: relative;
    margin-bottom: 10px;
}

.footer-area .mail-info {
    position: relative;
    color: #111111;
    font-size: 14px;
    line-height: 2.5em;
    margin-bottom: 25px;
}

.footer-area .gsocialicons-one {
    text-align: right;
    margin-bottom: 0;
    display: inline-block;
}

.footer-area .text-inline {
    position: relative;
    color: #111111;
    font-size: 14px;
    text-align: right;
    margin-top: 15px;
    display: inline-block;
}

.footer-area .follow-on {
    font-weight: 500;
    color: #222;
}

.footer-area.style-two {
    padding-top: 0px;
    padding-bottom: 30px;
}

.footer-right {
    text-align: right;
}

/* FPD style */

.border-top-red {
    border-top: rgb(183, 51, 51) 1.5px solid;
    padding-top: 2px;
}

.border-bottom-red {
    border-bottom: rgb(183, 51, 51) 1.5px solid;
}

.logo-group-p .logo-p {
    margin: 30px 0
}

.logo-p a figure figcaption p {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.logo-p {
    display: block;
    text-align: center;
    color: #2e2c2f;
    text-decoration: none
}

.logo-p svg {
    min-width: 36px !important;
    max-width: 36px !important;
    min-height: 36px !important;
}

.logo-p img, .logo-p OBJECT, .logo-p svg {
    width: 36px !important;
    -webkit-transition: all 0.4s ease;
    -khtml-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    filter: gray; /* -webkit-filter:grayscale(1); */
    filter: grayscale(1);
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -webkit-opacity: .8;
    -khtml-opacity: .8;
    -moz-opacity: .8;
    -ms-opacity: .8;
    -o-opacity: .8;
    opacity: .8;
}

.logo-p:hover img, .logo-p.active img, .logo-p:hover OBJECT, .logo-p.active OBJECT, .logo-p:hover svg, .logo-p.active svg {
    -webkit-filter: grayscale(0);
    filter: none;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

/* news_content datascroller*/
.ui-datascroller .ui-datascroller-content {
    border: none !important;
    background: transparent !important;
}

/* news_content datascroller*/

.links {
    color: #337ab7 !important;
    text-decoration: underline;
}

/* PANEL */
.panel-title a i {
    position: absolute;
    right: 5px;
    top: 5px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid #222;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/* NEWS CAROUSEL OWL NAV */
.news-carousel .owl-nav {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -65px;
    width: 100%;
    background: none !important;
}

.news-carousel .owl-nav .owl-prev,
.news-carousel .owl-nav .owl-next {
    display: inline-block;
    color: #d1d1d1;
    font-size: 50px;
    font-weight: 100;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 48px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    background: none !important;
}

.news-carousel .owl-nav .owl-prev:hover,
.news-carousel .owl-nav .owl-next:hover {
    color: #000000;
}

.news-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
}

.news-carousel .owl-nav .owl-next {
    position: absolute;
    right: 0px;
}

/* Objects */
.news-object-header {
    margin-bottom: 15px;
}

.news-object-header span {
    font-size: 16px;
    color: #ffffff;
    line-height: 18px;
    font-weight: 400;
    padding: 8px 20px;
    background: #000000;
}

/* ����������� ���� ��� � �������� � �������������� wrap */
.row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* vertical spacing between columns */
[class*=�col-�] {
    margin-bottom: 30px;
}

/* Infographic */
.bigsvg {
    width: 45em !important;
    margin-top: 15px;
    margin-bottom: 15px;
}

/* MOBILE */
#info-mobile {
    display: block;
    visibility: visible;
}

.info-box {
    padding: 10%;
    overflow: hidden;
    box-shadow: 2px 2px 2px 2px #cecece;
    text-align: center;
    margin-top: 30px;
    cursor: pointer;
    min-height: 260px;
}

.info-box .data-box {
    float: left;
    width: 100%;
    font-size: 30px;
    padding-bottom: 30px;
    bottom: 5;
    color: #777777 !important;
    margin-top: 0 !important;
    text-align: center;
}

.info-box .data-box .title-up {
    position: relative;
    font-size: 1.2em;
    font-weight: 400;
    color: #777;
    text-align: center;
}

.info-box .data-box .title-down {
    position: relative;
    font-size: 1.2em;
    font-weight: 400;
    color: #777;
    text-align: center;
}

.svg {
    width: 5em !important;
    margin-top: 15px;
    margin-bottom: 15px;
}

/* svg styles */
.cls-stroke {
    fill: none;
    stroke: #777;
    stroke-miterlimit: 10;
}

.cls-fill {
    fill: #777;
}

.white-fill {
    fill: #fff;
}

/* svg styles colors  */
.red {
    fill: #eb6b5c;
}

.green {
    fill: #01a880;
}

.gray {
    fill: #cacacd;
}

.stroke {
    stroke: #eb6b5c;
}

.red-opacity {
    fill-opacity: 0;
}

#text1-ig3 {
    font-size: 1em;
}

#text1-ig3-2 {
    font-size: 1em;
}

.arrow,
.arrow:before, .arrow-end, .arrow-end:before {
    position: absolute;
    left: 50%;
}

.arrow {
    width: 40px;
    height: 40px;
    bottom: 15px;
    margin: -20px 0 15px -20px;
    -webkit-transform: rotate(45deg);
    border-left: none;
    border-top: none;
    border-right: 2px #777 solid;
    border-bottom: 2px #777 solid;
}

.arrow:before {
    content: '';
    width: 20px;
    height: 20px;
    top: 50%;
    margin: -10px 0 0 -10px;
    border-left: none;
    border-top: none;
    border-right: 1px #777 solid;
    border-bottom: 1px #777 solid;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: arrow;
}

@keyframes arrow {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate(-10px, -10px);
    }
}

.arrow-end {
    width: 80px;
    height: 40px;
    bottom: 15px;
    margin: -20px 0 15px -40px;

    border-left: none;
    border-top: none;

    border-bottom: 2px #777 solid;
}

.arrow-end:before {
    content: '';
    width: 40px;
    height: 20px;
    top: 50%;
    margin: -10px 0 0 -20px;
    border-left: none;
    border-top: none;

    border-bottom: 1px #777 solid;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: arrow-end;
}

@keyframes arrow-end {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate(0px, -10px);
    }
}

/* MY STYLE */
/* ABOUT section */
.main-about {
    margin-bottom: 80px;
}

.main-about h1 {
    font-size: 3em;
}

#test > .about-skills {
    width: 100%;
    display: flex;
    transform: none;
    margin: none;
}

#test > .about-skills > .progress-box {
    width: min-content;
    display: grid;
    text-align: left;
}

.about-skills > .progress-box > .progress {
    height: 25px;
}

/*  .about-skills>.progress-box>.progress:before {
 max-width: 25px;
 max-height:25px;
 content: "";
 background-image:  url("/javax.faces.resource/assets/images/icons/apple-icon-57x57.png.xhtml?ln=fdp");
 background-size: 25px;

 } */
.about-skills {
    transform: none;
    width: 100%;
    margin-top: 10px;

}

.about-skills h6 {
    text-align: left;
}

.about-skills-year {
    width: min-content;
    left: 0;
    transform: rotate(270deg);
    margin: 0 auto;
    height: min-content;
}

.about-skills-year h6 {
    font-weight: bold;
}


.stat-year {
    font-size: 18px;
    font-weight: normal;
}

.current-year {
    font-size: 22px;
    font-weight: bold;
}

#map {
    width: 100%;
    height: 600px;
    padding: 0;
    margin: 0;

}

[class*="ymaps-2"][class*="-ground-pane"] {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale "); /* Firefox 3.5+ */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}


.widget-callback {
    font-family: sans-serif;
    font-size: 14px;
}

.widget-callback > div {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.widget-callback input {
    outline: none !important
}

.widget-callback .callback-button {
    position: fixed;
    right: 15px;
    bottom: 90px;
}

.widget-callback .callback-button-title {
    position: absolute;
    left: -150px;
    top: 16px;
    background: rgba(41, 41, 41, 0.75);
    color: #fff;
    padding: 6px 10px;
    border-radius: 3px;
}

.widget-callback.widget-callback-form-open .callback-button-title {
    display: none;
}

.widget-callback .callback-button-title:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 6px;
    top: 50%;
    right: -12px;
    transform: translateY(-50%);
    border-left-color: rgba(41, 41, 41, 0.75);
}

.widget-callback .callback-button-phone {
    width: 60px;
    height: 60px;
    display: block;
    background: #199c68;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    animation: 1200ms ease 0s normal none 1 running shake;
    animation-iteration-count: infinite;
    -webkit-animation: 1200ms ease 0s normal none 1 running shake;
    -webkit-animation-iteration-count: infinite;

}

.widget-callback.widget-callback-form-open .callback-button-phone {
    animation: unset;
    -webkit-animation: unset;
    background: #ddd;
}

.widget-callback .callback-button-phone:before {
    content: '';
    background: url("/javax.faces.resource/assets/images/call.svg.xhtml?ln=fdp");
    background-size: contain;
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
    transform: scale(1);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.widget-callback .callback-button-phone:after {
    content: '';
    background: url("/javax.faces.resource/assets/images/cancel.svg.xhtml?ln=fdp");
    background-size: contain;
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    left: 50%;
    top: 50%;
    margin: -12px 0 0 -12px;
    transform: scale(0);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.widget-callback.widget-callback-form-open .callback-button-phone:before {
    content: '';
    transform: scale(0);
}

.widget-callback.widget-callback-form-open .callback-button-phone:after {
    content: '';
    transform: scale(1);
}

.widget-callback .callback-form {
    display: none;
    background: #fff;
    border: 1px solid #f9f9f9;
    width: 300px;
    border-radius: 5px;
    padding: 30px 15px;
    right: 70px;
    bottom: 150px;
    position: fixed;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.08);
}

.widget-callback.widget-callback-form-open .callback-form {
    display: block;
    animation: formcbwg-in 0.1s ease;
}

@keyframes formcbwg-in {
    0% {
        transform: translateY(15%);
    }
    100% {
        transform: translateY(0%);
    }
}

@keyframes formcbwg-out {
    0% {
        transform: translateY(0%);
    }
    100% {
        transform: translateY(15%);
    }
}

.widget-callback .callback-form-title {
    text-align: center;
    display: block;
    margin: 0 0 30px;
}

.widget-callback input {
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    margin: 0 0 10px;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    font-size: 16px;
}

.ui-inputfield.ui-state-error,
.ui-widget-header .ui-inputfield.ui-state-error,
.ui-widget-content .ui-inputfield.ui-state-error input {
    border: 1px solid #c00000 !important;
}

input:required:invalid {
    border-color: #c00000;
}

.widget-callback input[type="submit"] {
    background: #199c68;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

.widget-callback .ui-button /*.ui-widget .ui-state-default .ui-corner-all .ui-button-text-only*/
{
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    margin: 0 0 10px;
    background: #199c68;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

.widget-callback input[disabled] {
    background: rgba(25, 156, 104, 0.3);
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border: none;
    cursor: default;
}

.widget-callback .success-send {
    text-align: center;
}

.widget-callback .success-send img {
    width: 60px;
    margin: 0 0 20px;
}

@media (max-width: 600px) {
    .widget-callback .callback-button {
        right: 30px;
        bottom: 30px;
    }

    .widget-callback .callback-form {
        width: 80%;
        right: 10%;
        box-sizing: border-box;
    }
}


@keyframes shake {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }
    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }
    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }
    40% {

        transform: rotateZ(7.5deg);

        -ms-transform: rotateZ(7.5deg);

        -webkit-transform: rotateZ(7.5deg);

    }
    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }
    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }
    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }
    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }
    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }
    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}

@-webkit-keyframes shake {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }
    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }
    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }
    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }
    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }
    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }
    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }
    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }
    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }
    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}
