/*
Theme Name: LMC Theme NEW
Theme URI: https://berikashvili.com/lmc/
Author: the LMC team
Author URI: https://berikashvili.com/
Description: LMC theme
Version: 0.0.1
Tags: lmc, development, value, construction, etc
Text Domain: lmc

*/

/* * 
FONTS
/* */
@font-face {
    font-family: 'BPG Glaho WEB Caps';
    src: url('./assets/fonts/bpg-glaho-web-caps-webfont.eot'); /* IE9 Compat Modes */
    src: url('./assets/fonts/bpg-glaho-web-caps-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('./assets/fonts/bpg-glaho-web-caps-webfont.woff2') format('woff2'), /* Super Modern Browsers */
         url('./assets/fonts/bpg-glaho-web-caps-webfont.woff') format('woff'), /* Pretty Modern Browsers */
         url('./assets/fonts/bpg-glaho-web-caps-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
         url('./assets/fonts/bpg-glaho-web-caps-webfont.svg#bpg_glaho_web_capsregular') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'DejaVu Sans Condensed';
    src: url('./assets/fonts/DejaVuSansCondensed.eot');
    src: url('./assets/fonts/DejaVuSansCondensed.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/DejaVuSansCondensed.woff2') format('woff2'),
        url('./assets/fonts/DejaVuSansCondensed.woff') format('woff'),
        url('./assets/fonts/DejaVuSansCondensed.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* */
/* */


.font-geo {
    font-family: 'BPG Nino Mtavruli';
    font-family: 'BPG Glaho WEB Caps', sans-serif;
    text-transform: none; /* Georgian script Fix */
}
html[lang="en-US"] .font-geo {
    text-transform: uppercase;
}
.font-geo-regular {
    font-family: 'DejaVu Sans Condensed';
    letter-spacing: 0;
}

.white-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
}
.main-nav.small-height .white-bg {
    background: #ffffff;
}

.video-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #f8f8f8;
    height: 50px;
    padding: 10px;
    border-top: 1px solid gainsboro;
    color: black;
    line-height: 35px;
    font-size: 15px;
}

/** 
.scroll-down {
    margin-bottom: 80px;
}
/**/

.inner-nav ul li a {
    font-family: BPG Glaho WEB Caps;
    /*color: #000 !important;*/
    font-size: 14px;
    position: relative;
    padding: 2px 2px 0 5px;
}

.inner-nav, .inner-nav ul li  {
    /* position: initial; */
    padding: 0 0 13px 0;
    margin-bottom: -13px;
    /* margin: 10px 0; */
}
.inner-nav {
    margin: 30px 0;
}
.mobile-on .desktop-nav {
    margin: 0;
}
.small-height .inner-nav, .small-height .inner-nav ul li {
    padding: 0 0 3px 0;
    margin-bottom: -3px;
}

.inner-nav ul li:hover a {
    color: #fff !important;
    z-index: 2;
}
.inner-nav ul.no_hover li:hover a {
    color: #333 !important;
}

.inner-nav ul li a.dropdown:before {
    content: '';
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    
    right: -10px;
    bottom: -2px;
    width: 7px;
    height: 100%;

}
.inner-nav ul.black_hover > li > a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0%;
    height: 100%;
    background: #202020;
    -webkit-transition: all .25s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
    -moz-transition: all .25s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
    -ms-transition: all .25s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
    -o-transition: all .25s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
    transition: all .25s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
    z-index: -1;
}

/* mobile-nav animate */
.mobile-on .mobile-nav {
    width: 70px;
    height: 70px;
    color: #828282;
    max-height: 70px;
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.mobile-on.small-height .mobile-nav {
    width: 70px;
    height: 50px;
    max-height: 50px;
    color: #828282;
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.mobile_nav_container {
    position: absolute;    
    right: 0;
    top: 70px;
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box;
}
.mobile_nav_container ul {
    background: rgb(249, 249, 250);
}
.mobile_nav_container ul li {
    margin: 0 !important;
    margin-bottom: 20px;
    border-bottom: 1px solid gainsboro;
}
.mobile_nav_container ul li a {
    display: block;
    width: 100%;
    height: 38px !important;
    line-height: 40px !important;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    text-align: left;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255, .065);
    color: #000;
    letter-spacing: 1px;
    cursor: pointer;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
}
.mobile_nav_container ul li:hover a {
    background: rgb(249, 249, 250);
    color: #333;
}

.mobile_nav_container ul li .mn-sub li {
    margin-left: 0;
    padding-left: 0;
}
.mobile_nav_container ul li .mn-sub li:last-child {
    border-bottom: none;
}

.mobile-on .mn-sub {
    opacity: 1 !important;
}
.mobile-on .mn-has-sub > .fa {
    border: none !important;
}

.inner-nav ul li:hover > a:after {
    left: 0;
    width: 100% !important;
}
.transparent .inner-nav ul li a {
    font-family: BPG Glaho WEB Caps;
    color: #ffffff;
        height: auto !important;
    line-height: normal !important;
}
.sticky-wrapper .inner-nav ul li a, .small-height .inner-nav ul li a {
    font-family: BPG Glaho WEB Caps;
    color: #000000;
}
.inner-nav ul li .mn-sub li a {
    color: #000 !important;
}
.inner-nav ul li:hover  .mn-sub li:hover a {
    /* color:  #fff !important; */
}
.mn-sub li a:hover, .inner-nav ul li .mn-sub li a:hover, .mn-sub li a.active {
    color: #111 !important;
}

.mobile-on .sticky-wrapper .inner-nav ul li a, .mobile-on .small-height .inner-nav ul li a {
    color: initial;
}
.mobile-on .desktop-nav ul {
    background: rgb(249, 249, 250);
    border-top: 1px solid gainsboro;
}

/* *
.font-geo {
    font-family: 'BPG Nino Mtavruli';
    font-family: 'BPG Glaho WEB Caps', sans-serif;
}
.font-geo-regular {
    font-family: 'BPG Glaho';
    font-family: 'BPG Arial';
    letter-spacing: 0;
}
.font-geo-regular-2 {
    font-family: 'BPG Glaho Web Caps';
}


/**
.inner-nav ul li a {
    background: transparent;
    background: linear-gradient(to right, black 50%, transparent 50%);
    background-size: 200% 100%;
    background-position:right bottom;
    transition:all 0.5s ease;
}
.inner-nav ul li:hover a {
    background-position:left bottom;
}
/**/

/*
.transparent a.logo {
    background: url(./images/lmc-logo-white2.png) center center no-repeat;
    width: 118px;
    height: 75px;
    background-size: 118px;
}*/


a.logo img {
    display: none;
}
.main-nav{
    height: 70px !important;
}
.main-nav a.logo {
    width: 118px;
    height: 70px;
}
.main-nav a.logo svg {
    width: 100px;
    height: 70px;
    fill: white;
    border: none;
    border-radius: 0;
}
.main-nav.small-height a.logo svg {
    fill: black;
}
.main-nav a.logo svg:hover {
    background: transparent;
}
.main-nav a.logo svg:hover * {
    fill: unset;
}

/* *
.sticky-wrapper a.logo, .small-height a.logo {
    background: url(./images/lmc-logo.png) center center no-repeat;
    width: 118px;
    height: 75px;
    background-size: 118px;


    width: 100x;
    height: 50px;
    background-size: 100px;
}
.front-page .sticky-wrapper a.logo, .small-height a.logo {    
    background: url(./images/lmc-logo2.png) center center no-repeat;
    width: 118px;
    height: 75px;
    background-size: 118px;


    width: 100x;
    height: 50px;
    background-size: 100px;
}
/* */

.small-height .inner-nav ul li a {
    height: auto !important;
    line-height: normal !important;
}



.no-spacing {
    letter-spacing: 0.3em;
}


/* projects */
.work-navigation {
    width: auto;
}
.works-filter a {
    margin: 0 0.75em;
    letter-spacing: 0.1em;
}



blockquote p {
    font-size: 20px;
}



/**
ul.sub-menu {
    display: none;
    min-width: 600px;
    width: auto;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 20px;
    background: rgba(30,30,30, .97);

}
ul.sub-menu li {
    display: block;
    float: none;
    padding: 0;
    margin: 10px;
    border-bottom: 1px solid red;
    text-align: left;
}
ul.sub-menu li a {
    color: #fff !important;
    padding: 0px;
    text-align: left;
    margin: 0;
}
/**/


.mega-menu {
    width: 100%;
    padding: 2em 1em;
    background: #f8f8f8;
    background: #ffffff;
    position: fixed;
    color: rgb(51, 51, 51);
    display: block;
    
    left: 0;

    min-height: 210px;
    box-sizing: border-box;

    left: 0;
    opacity: 0;
    padding: 40px 20px;
    
    top: 55px;
    
    transform: translateY(-100%) translateY(-75px);
    
    /*-webkit-transition: all .3s ease-in-out 0s, visibility 0s linear .3s, z-index 0s linear .3s;*/
    transition: all .5s ease-in-out 0s, visibility 0s linear .5s, z-index 0s linear .5s;

    visibility: visible;

    width: 100%;
    z-index: -1;

    border-top: 1px solid gainsboro;
    border-bottom: 1px solid gainsboro;

}

.small-height .mega-menu {
    top: 50px !important;
}
/* mega -s ub */
ul.mega-menu-sub {
    float: left;
    -webkit-columns: 230px 2;
    -moz-columns: 230px 2;
    columns: 230px 2;
    vertical-align: top;
    line-height: 1;
}
ul.mega-menu-sub li {
    float: none;
    display: block;
    text-align: left;
    margin-bottom: 1.5em;
    max-width: 256px;
    /* display: list-item; */
    /* float: left; */
    padding-bottom: 0px;
    padding-top: 4px;
    height: 63px !important;
}
ul.mega-menu-sub li a {
    color: #333 !important;
    padding: 1.1em;
}
ul.mega-menu-sub li:hover a {
    /* background: #c7c7c7; */
    color: red !important;
    border-bottom: 1px solid black !important;
}


.mobile_nav_container {
    display: none;
}

.mobile-on .mega-menu {
    display: none;
}

.work-full-detail p {
    clear: both;
}
.work-full-detail p strong {
    width: 40%;
    float: left;
}
.work-full-detail p span {
    float: left;
    width: 60%;
}

section.xsmall-section {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
    height: 65px;
    box-sizing: border-box;
}



.inner-nav ul li:hover > a:after {
    left: 0;
    width: 100% !important;
}
.transparent .inner-nav ul li a {
    font-family: BPG Glaho WEB Caps;
    color: #ffffff;
}
.sticky-wrapper .inner-nav ul li a, .small-height .inner-nav ul li a {
    font-family: BPG Glaho WEB Caps;
    color: #000000;
}
html[lang="ka-GE"] .inner-nav ul li a,
html[lang="ka-GE"] .fm-menu-links a  {
    text-transform: none !important;
}
.inner-nav ul li .mn-sub li a {
    color: #000 !important;
}
.inner-nav ul li:hover  .mn-sub li:hover a {
    /* color:  #fff !important; */
}
.mn-sub li a:hover, .inner-nav ul li .mn-sub li a:hover, .mn-sub li a.active {
    color: #111 !important;
}

.mobile-on .sticky-wrapper .inner-nav ul li a, .mobile-on .small-height .inner-nav ul li a {
    color: initial;
}
/*
.mobile-on .desktop-nav ul {
    background: rgb(249, 249, 250);
    border-top: 1px solid gainsboro;
}

/* */

.desktop-nav .mn-sub.sub-menu.search-menu {
    float: right;
    left: auto;
    right: 0;
    /* margin-top: 1em; */
    padding-top: 1em;
    background: transparent;
}

.desktop-nav ul.mn-sub.sub-menu.lng-sub {
    background: transparent;
    left: auto !important;
    right: 0 !important;
    position: absolute;
    padding: 0 1em !important;
    width: auto !important;
    padding-top: 1em;
    width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    background: rgba(30,30,30, .97);
    background: #fff;
    border: 1px solid black;
}

.desktop-nav ul.mn-sub.sub-menu.lng-sub li {
    padding: 0;
    background: transparent;
}
.desktop-nav ul.mn-sub.sub-menu.lng-sub a {
    color: #6f6f6f !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: block;
    width: 100%;
    height: auto !important;
    line-height: 1.3 !important;
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 11px 15px;
    font-size: 13px;
    text-align: left;
    text-transform: none;
    border-left: none;
    border-right: none;
    letter-spacing: 0;
    color: #000000 !important;
    cursor: pointer;
    text-align: right;
}
.desktop-nav ul.mn-sub.sub-menu.lng-sub  li a:hover, .inner-nav ul li ul.mn-sub.sub-menu.lng-sub  li a:hover, ul.mn-sub.sub-menu.lng-sub  li a.active {
    
    color: #888888 !important;
}
.inner-nav ul.black_hover .lng-sub li > a:after {
    background: transparent;
    color:red
}


/**
.inner-nav ul li a {
    background: transparent;
    background: linear-gradient(to right, black 50%, transparent 50%);
    background-size: 200% 100%;
    background-position:right bottom;
    transition:all 0.5s ease;
}
.inner-nav ul li:hover a {
    background-position:left bottom;
}
/**/


.submenu_description h1,
.submenu_description h2,
.submenu_description h3,
.submenu_description h4,
.submenu_description h5,
.submenu_description h6 {
    margin-top: 0;
}

.work-item .work-img > img {
    height: 185px;
    object-fit: cover;
}

.single-project .work-full-media img {
    max-height: 600px;
    width: 100%;
    object-fit: cover;
}



nav.main-nav {
    border-bottom: 0 !important;
    box-shadow: none !important;
}
.mobile-nav {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}
a.fm-button {
    top: 8px;
    right: 0px;
    position: relative;
}



/* Projects inner */
.fm-wrapper {
    padding: 30px !important;
}
.load.loading:after {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 1px solid rgba(255,255,255, 0.08);
    border-right: 1px solid rgba(255,255,255, 0.08);
    border-bottom: 1px solid rgba(255,255,255, 0.08);
    border-left: 1px solid rgba(255,255,255, 0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    -moz-animation: spinner 700ms infinite linear;
    -ms-animation: spinner 700ms infinite linear;
    -o-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
    z-index: 100001;
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.close_pr{                                
    display: block;
    position: fixed;
    top: 30px;
    right: 30px;
    width: 54px;
    height: 54px;
    background: #111;
    opacity: .85;
    text-indent: -12345px;
    z-index: 1030;
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    
    -webkit-transition: opacity 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: opacity 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: opacity 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: opacity 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: opacity 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.close_pr:hover{
    opacity: 1;
}
.close_pr span{
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -11px;
    
    -webkit-transition: all 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.close_pr span:before,
.close_pr span:after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: -6px;
    left: 0;

    -webkit-transition: top 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000), bottom 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000), -webkit-transform 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000) 0.07s;
    -moz-transition: top 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000), bottom 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000), -moz-transform 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000) 0.07s;
    -o-transition: top 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000), bottom 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000), -o-transform 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000) 0.07s;
    -ms-transition: top 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000), bottom 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000), -ms-transform 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000) 0.07s;
    transition: top 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000), bottom 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000), transform 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000) 0.07s;
}
.close_pr span:after{
    top: auto;
    bottom: -6px;
}

@media only screen and (max-width: 992px) {
    .close_pr {
        top: 20px !important;
        width: 24px !important;
        height: 24px !important;
    }
    .close_pr span:before, .close_pr span:after {
        width: 70% !important;
        margin-left: 15% !important;
    }
}


/* Active menu button */

.close_pr{
    background: #222;
    z-index: 2001;
}
.close_pr span{
    background: transparent;
}
.close_pr span:before{ 
    top: 0;   
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close_pr span:after{    
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg); 
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* Projects inner */


.footer-social-links a:before {
    border-radius: 18px;
}

.gm-style img { max-width: none !important; }
.gm-style label { width: auto !important; display: inline !important; }


/* Accordion */ /* start */
.accordion > dt > a.active { cursor: pointer !important; }

.accordion > dt > a {
    border: 1px solid #000;
    color: black;
    cursor: pointer;
}
.accordion > dt > a.active, .accordion >dt >a:hover {
    color: white;
    background: black;
    cursor: pointer;
}
.accordion > dt > a.active:after, .accordion > dt > a:hover:after, .accordion > dt > a.active:hover:after {
    color: white;
}
.accordion > dt > a:after {
    color: black;
}
/* Accordion */ /* end */


/* Body scroll */ /* start */

/* * html, body {overflow: hidden !important;} /* *

body .nicescroll-cursors {
    z-index: 999999 !important;
    width: 10px !important;
    border: none !important;
    background-color: red !important;
}
body .nicescroll-rails {
    z-index: 999999 !important;
    width: 12px !important;
}

/* Body scroll */ /* end */
.nicescroll-cursors {
    border: none !important;
}

#contact .ci-icon:before {
    border-radius: 23px;
    background: white;
    cursor: pointer;
}
#contact .ci-icon {
    border: 1px solid black;
    border-radius: 100%;
    background: white;
}
#contact .ci-icon .fa:before {
    color: #050000;

    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
#contact .contact-item:hover .ci-icon {
    background: black;    
}
#contact .contact-item:hover .ci-icon:before {
    cursor: pointer;
    background: black;
}
#contact .contact-item:hover .ci-icon .fa:before {
    color: #fff;
}


/* .load */
.load { height: calc(100vh - 60px); }


/* about tabs blackize */
#about .tpl-alt-tabs > li > a {
    border: 1px solid black !important;
    color: black !important;
    padding: 0 0 5px 0;
    border-radius: 25px;
}
@media only screen and (max-width: 992px) {
    #about .tpl-alt-tabs > li:first-child {
        margin-top: 10px;
    }
    #about .tpl-alt-tabs > li {
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 10px;
    }
}
#about .tpl-alt-tabs li.active a,
#about .tpl-alt-tabs li a:hover,
#about .tpl-alt-tabs li a:focus {
    background: black !important;
    color: white !important;
}
#about .tpl-alt-tabs > li {
    /*max-width: 220px;*/
    width: 32.7%;
}
@media only screen and (max-width: 992px) {
    #about .tpl-alt-tabs > li {
        max-width: 160px;
    }
}


/* portfolio */
#portfolio .works-filter a {
    background: white;
    color: #000;
    padding: 5px 10px 0px;
    border: 1px solid #000;
    border-radius: 20px;
    margin: -10px 2px 10px;
}
@media only screen and (max-width: 992px) {
    #portfolio .works-filter a {
        width: 100%;
        margin-bottom: 10px;
    }
}
#portfolio .works-filter a.active,
#portfolio .works-filter a:hover,
#portfolio .works-filter a:focus {
    background: black;
    color: #fff;
    padding: 5px 10px 0px;
    border-radius: 20px;
}

/* damrgvaleba */
.scroll-down:before {border-radius: 10px;}


/* Mobile Menu */
a.fm-button {
    background: white;
}
a.fm-button span,a.fm-button span:before,a.fm-button span:after {
    background: black;
}
a.fm-button.active {
    background: #7c7c7c;
}


/* svg */
svg.svg {
    width: 90px;
    height: 90px;
    border-radius: 10px;
    border: 1px solid black;

    -webkit-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
li.active svg.svg {
    background: black;
}
li.active svg.svg * {
    fill: white;
}
svg.svg:hover {
    background: black;
}
svg.svg:hover * {
    fill: white;
}
li.active svg.svg .invert, li.active svg.svg .invert *,
svg.svg:hover .invert, svg.svg:hover .invert * {
    fill: black;
}

li:hover svg.svg {
    background: black;
}
li:hover svg.svg * {
    fill: white;
}
li.active svg.svg .invert, li.active svg.svg .invert *,
li:hover svg.svg .invert, li:hover svg.svg .invert * {
    fill: black;
}



/* Reset Width of Bootstrap */
@media (min-width: 992px) {
    .container {
        width: unset;
    }
}
@media (min-width: 768px) {
    .container {
        width: unset;
    }
}
.container {
    max-width: 1170px;
}

.alt-features-title {
    letter-spacing: 0.2em;
}


/* Fix georgian script destruction */
h2.section-title, .ci-title {
    text-transform: unset;
}


.box {
    position: relative;
    padding: 10px 0;
}
.box2 {
    padding: 0px 20px 1px;
}
.box:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0, .015);
    opacity: 0;
    -webkit-transition: all 0.37s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}
.box:hover:after {
    background: #dfdfdf3d;
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}