@import url("//cdn.web-fonts.ge/fonts/bpg-nostalgia-bold/css/bpg-nostalgia-bold.min.css");

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

body {
    background-color: #fafcfc
}

#top-Place {
    width: 100%;
    height: 30px;
    background-color: #e2e2e2;
    border-bottom: 1px solid rgba(2, 152, 53, 0.3);
    position: relative;

}

#baner {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center center;
    margin-top: 75px;
    position: relative;

}

.cover_image_tr {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
}

.Hand-line {
    font-size: 14px;
    color: #019934;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    position: absolute;
    right: 10%;
    top: 8px;
}

#category-menu {
    max-width: 1160px;
    margin: auto;
    margin-top: 260px;
    overflow: hidden;
    position: relative;
}

#category-menu > div {
    margin-top: 165px;
}

#category-menu > a {
    margin-top: 200px;
    font-size: 20px;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    color: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

#category-menu > a:hover {
    opacity: 0.5;
}

.fa-home {
    color: #fff;
    font-size: 20px !important;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.fa-home:hover {
    opacity: 0.8;
}

.fa-chevron-right {
    color: #01fb55 !important;
    font-size: 16px !important;
}

#logo {
    position: absolute;
    z-index: 999;
    margin-left: 10%;
    top: 34px;
    cursor: pointer;
    width: 300px;
}

.logo {
    float: left;
    width: 74px;
}

#logo > p {
    position: absolute;
    z-index: 9999;
    margin-left: 70px;
    margin-top: 5px;
    top: 13px;
    cursor: pointer;
    line-height: 23px;
    width: 360px;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    font-size: 18px !important;
    width: 210px;
    color: #b5b5b5;
}

#logo > p > b {
    color: #019934;
}

.category-menu > a {
    margin-top: 200px;
    font-family: 'dejavu_sansbold';
    color: #37589b;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.category-menu > a:hover {
    color: #008abc
}

.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999999;
    display: block;
    background-color: #ffffff;
    background-image: url(../img/icons/lg.ring-loading-gif.gif);
    background-position: center center;
    background-repeat: no-repeat !important;
    background-size: 150px 150px;
}

nav {
    width: 100%;
    height: 80px;
    z-index: 99;
    position: absolute;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    background-color: #ffffff;
    box-shadow: 0px 7px 8px rgba(0, 0, 0, 0.05);
    text-align: center;

}

nav > ul {
    height: 50px;
    width: 100%;
    margin-top: 80px;
    background-color: #e2e2e2;
    border-bottom: 1px solid rgba(2, 152, 53, 0.3);
    border-top: 1px solid rgba(2, 152, 53, 0.3);
}

nav > ul > li {
    height: 70px;
    display: inline-block;
    position: relative;
    line-height: 50px;
    text-align: left;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

nav ul > li > a {
    display: block;
    padding: 5px 8px;
    font-size: 16px !important;
    color: #4c4c4c;
    text-decoration: none;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
}

nav ul li a:hover {
    color: #019934;
}

nav > ul > li > ul.dropdow {
    display: none;
    position: absolute;
    z-index: 999;
    top: 52px;
    left: -85px;
}

nav ul li ul.dropdow > li {
    min-width: 300px;
    background-color: #fff;
    border-bottom: 1px solid rgba(2, 152, 53, 0.3);
    display: block;
    line-height: 35px;
    position: relative;
    text-align: center;


}

nav ul li ul.dropdow > li:last-child {
    border-bottom: 3px solid #019934;
}

nav ul li ul.dropdow li a {
    padding: 8px 8px;
    font-size: 15px !important;
    color: #4c4c4c;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

nav ul li ul.dropdow li a:hover {
    opacity: 0.3;
}

nav > ul > li > ul:nth-child(3).dropdow {
    left: -162px;

}

.slide_two {
    display: none;
    position: absolute;
    z-index: 999;
    top: 0px;
    left: 271px;
}

.slide_two > li {
    width: 270px;
    height: 50px;
    background-color: #005b9e;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: block;
    text-align: center;
    line-height: 35px

}

.slide_two li a {
    padding: 8px 8px;
    font-size: 15px;
    color: #fff;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.slide_two li a:hover {
    opacity: 0.3;
}

.leng {
    position: absolute;
    right: 90px;
    top: 30px;
    color: #fff;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    z-index: 99;
    display: flex;
    align-items: center;
}

.leng a {
    flex-basis: 100%;
    margin: 4px;
    text-decoration: none;
    color: #000;
    font-size: 18px;
    line-height: 00px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: bold;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    width:32px;
}

.leng a:hover {
    color: #019934;
}

.dropdown {
    list-style: none;
    display: none;
}

.dropdown > li {
    background-color: #005b9e;
    border-radius: 5px;
    color: #fff;
}

.dropdown > li > a {

    color: #fff;
}

.icon {
    position: absolute;
    left: 3%;
    width: 80px;
    height: 60px;
    z-index: 99;

}

.icon ul {
    list-style: none;
    padding: 0;
    right: 10px;
    position: absolute;
    z-index: 9999;

}

::placeholder {
    font-size: 12px;
}

#nav-bar {
    width: 50px;
    height: 40px;
    position: absolute;
    right: 2%;
    border: 1px solid rgba(241, 103, 103, 0.3);
    top: 19px;
    border-radius: 5px;
    background-image: url(../img/icons/menu.png);
    background-size: 100% 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    display: none;
}

.nav-bar-menu {
    width: 100%;
    background-color: rgba(54, 59, 63, 0.8);
    top: 80px;
    left: -100%;
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 999999;
    text-align: center;
}

.sirkle {
    background-image: url(../img/icon-scroll-top.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    background-color: rgba(32, 27, 49, 0.1);
    border-radius: 50%;
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 80px;
    font-size: 60px;
    overflow: hidden;
    right: 2px;
    bottom: 50px;
    box-shadow: 0px 0px 8px #1b1b4a;
    position: fixed;
    cursor: pointer;
    opacity: 0;
    display: none;
}

.namber {
    position: absolute;
    color: #fff;
    background-color: rgba(252, 45, 45, 0.7);
    width: 17px;
    height: 17px;
    border: 2px solid #fc2d2d;
    border-radius: 50%;
    right: -15px;
    font-size: 13px;
    top: -20px;
}

footer {
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
    margin-top: 150px;
    background-color: #333333;
    /*background-image: url(/img/slider/161056416012.jpg);*/
    background-size: cover;
    background-position: center center;
}

#lari_ge_cb_7792333 {
    margin-left: 10px;
    margin-top: 55px;
}

.footer_tr_menu {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    z-index: 9;
}

.footer_menu {
    width: 100%;
    height: 50px;
    background-color: #e2e2e2;
    text-align: center;
    position: relative;
    z-index: 12;
}

.footer_menu a {
    margin: 0px;
    padding: 8px 30px;
    text-align: center;
    position: relative;
    color: #019934;
    font-family: 'bpg_nino_medium_capsregular';
    font-size: 17px;
    font-weight: bold;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.footer_menu a:hover {
    color: #070707;
}

.footer_is {
    position: absolute;
    left: 5px;
    bottom: 5px;
    color: #fff;
    font-size: 12px;
    font-family: 'dejavu_sansbook';
}

.footer_tr_menu ul {
    position: absolute;
    z-index: 9999;
    right: 0px;
    bottom: 5px;
    list-style: none
}

.footer_tr_menu ul li {
    float: left;
    margin: 0px 10px;
}

.footer_tr_menu ul li a {
    color: #fff;
    font-size: 12px;
    font-family: 'dejavu_sansbook';
}

.sirkle {
    background-image: url(../img/icons/icon-scroll-top.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    background-color: rgba(32, 27, 49, 0.1);
    border-radius: 50%;
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 80px;
    font-size: 60px;
    overflow: hidden;
    right: 5px;
    bottom: 50px;
    box-shadow: 0px 0px 8px #1b1b4a;
    position: fixed;
    cursor: pointer;
    opacity: 0;
}

.clock {
    position: absolute;
    top: 60px;
    right: 10px;
    color: #019934;
    font-size: 17px;
    padding: 0px 5px 0px 5px;
    z-index: 9999;
}


.custom-btn {
    background: #b2d6b6;
    background-image: -webkit-linear-gradient(top, #b2d6b6, #5acc87);
    background-image: -moz-linear-gradient(top, #b2d6b6, #5acc87);
    background-image: -ms-linear-gradient(top, #b2d6b6, #5acc87);
    background-image: -o-linear-gradient(top, #b2d6b6, #5acc87);
    background-image: linear-gradient(to bottom, #b2d6b6, #5acc87);
    -webkit-border-radius: 12;
    -moz-border-radius: 12;
    border-radius: 12px;
    -webkit-box-shadow: 0px 1px 3px #9dbd9f;
    -moz-box-shadow: 0px 1px 3px #9dbd9f;
    box-shadow: 0px 1px 3px #9dbd9f;
    font-family: Arial;
    color: #104ade;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    display: inline-block;
    margin: 10px 0;
}

.custom-btn:hover {
    background: #afccde;
    background-image: -webkit-linear-gradient(top, #afccde, #3498db);
    background-image: -moz-linear-gradient(top, #afccde, #3498db);
    background-image: -ms-linear-gradient(top, #afccde, #3498db);
    background-image: -o-linear-gradient(top, #afccde, #3498db);
    background-image: linear-gradient(to bottom, #afccde, #3498db);
    text-decoration: none;
}

nav > ul > li > ul.dropdow > .slid  .dropdow {
    position: absolute;
    z-index: 1000;
    left: 100%;
    top: 0;
}
