@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500|Poppins:300,400,500,600,700,900&subset=latin-ext');

@font-face {
    font-family: 'signpainter_housescriptRg';
    src: url('fonts/signpainter_housescript-webfont.woff2') format('woff2'),
    url('fonts/signpainter_housescript-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

tt{
    font-family: inherit!important;
}

html, body {
    height: 100%;
}


img {
    max-width:100%;
    height:auto;
}

a {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    text-decoration:none;
}

.editor-link {
    background-color: #e30613;
    display: inline-block;
    padding: 5px 8px;
    color: #fff!important;
    font-size: 15px;
    text-decoration: none!important;
}
.editor-link:hover {
    color: #222!important;
}
.content-text p a {
    text-decoration: underline;
    font-weight: 600!important;
}



.btn,
.btn:hover,
.btn:active,
.btn:focus
{
    outline: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.color-white {
    color:#fff;
}

.container {
    max-width: 1275px;
}

a:focus {
    outline:0 solid;
}

a:active, a:hover {
    outline: 0 none;
    color:inherit;
}

a:hover, a:focus {
    text-decoration: none;
}

.no-border{
    border: none!important;
}
.no-bg{
    background-color: transparent!important;
}
.no-shadow{
    box-shadow: none!important;
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
}
.no-padding{
    padding: 0!important;
}


body {
    background: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
}

body,
a{
    color:#1d1d1b;
}

.main-menu {
    background-color: #e30613;
}

.bg-facebook {
    background-color: #395195;
}
.bg-twitter {
    background-color: #00a9ff;
}
.bg-youtube {
    background-color: #d30b17;
}
.bg-googleplus {
    background-color: #f34a38;
}
.bg-instagram {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.services-block
{
    color:#fff;
}

.d-flex{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}


#page-preloader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 100500;
}
#page-preloader img {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 150px;
    margin-left: -75px;
    margin-top: -47px;
}


.slogan-inline {
    display: none;
}

header .top-header {
    background-color: #fff;
}



header .top-block-area {
    align-items: stretch;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

header .top-header .first h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 19px;
    margin:20px 0 20px 150px;
}


header .top-header .top-block {
    align-items: center;
    border-right: 2px solid #e5e5e5;
    padding: 0 14px;
    display: flex;
}
header .top-header .d-flex:first-child {
    border-right: none
}
header .top-header .d-flex:nth-child(1) {
    border-left: 2px solid #e5e5e5;
}



.icon-phone{
    background-color: #38929a;
    border-radius: 100%;
    padding: 3px;
    margin-right: 5px;
}

.icon-phone img {
    width: 30px;
}

.icon-phone-detail .title{
    font-size: 11px;
    font-weight: 500;
    color:#7c7c7b;
    clear: right;
    display: block;
    margin-bottom: -4px;
}

.icon-phone-detail .number {
    font-size: 18px;
    font-weight: 500;
}


.social-icons .icons{
    width: 36px;
    height: 36px;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    margin: 0 3px;
    font-size: 17px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
}


.social-icons .icons.bg-instagram{
    font-size: 20px;
}


.social-icons .icons:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

header .top-header .lang-menu{
    position: relative;
}

header .top-header .lang-menu a{
    font-weight: 500;
    color: #636362;
}

header .top-header .lang-menu a:after {
    display: none;
}

header .top-header .lang-menu > a > i{
    color:#111111;
}

header .top-header .top-block.search-area{
    cursor: pointer;
}
header .top-header .top-block.services a {
    font-size: 17px;
    padding: 15px 0;
}

header .logo {
    margin-top: -65px;
    float: left;

}
header .top-header .top-block.services{
    border-right: 0;
}
.dropdown.lang {
    padding: 0;
    margin: 0;
    min-width: 180px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    position: absolute;
    margin-top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    top: 100%;
    opacity: 0;
    visibility: hidden;
}

.dropdown.lang.active {
    opacity: 1;
    visibility: visible;
}

.dropdown.lang a {
    display: block;
    padding:10px 15px;
    border-bottom: 1px solid #efefef;
    color:#636362;
    font-size: 15px;
}


.dropdown.lang a:hover {
    background-color: #efefef;
}


.dropdown.lang a i {
    margin-right: 5px;
}


.overlay-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0,0,0,.9);
    z-index: 20;
    display: none;
    /* cursor: url(../images/icon/close.png), auto; */
}

.search-block {
    position: absolute;
    z-index: 21;
    top:50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}


.search-block.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}



.search-form input[type=text]{
    width: 100%;
    padding: 18px 65px 18px 40px;
    background-color: #fff;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    border: none;
    text-align: center;
    font-size: 23px;
}

.services-block{
    position: fixed;
    width: 100%;
    height:100%;
    overflow: auto;
    z-index: 11;
    background: url("../images/services-bg.jpg") #000000;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: local;
    padding: 5vh 0;
    display: none;
}

.services-block h1 {
    font-size: 30px;
    display: block;
    position: relative;
    margin: 40px 0;
}

.services-block h1:after {
    width:120px;
    height: 4px;
    background-color: #c6c9ca;
    position: absolute;
    content: '';
    left: 50%;
    bottom:-20px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.services-block .banner-image {
    width: 140px;
}

.services-block p {
    font-size: 18px;
}

.services-block input[type=text] {
    font-size: 18px;
}

.services-block .arrow-down{

    margin: 25px 0;
}


@-webkit-keyframes upDown /* Safari and Chrome */ {
    0% {
        -webkit-transform: translateY(0px) rotate(90deg);
        -moz-transform: translateY(0px) rotate(90deg);
        -ms-transform: translateY(0px) rotate(90deg);
        -o-transform: translateY(0px) rotate(90deg);
        transform: translateY(0px) rotate(90deg);
    }
    50% {
        -webkit-transform: translateY(20px) rotate(90deg);
        -moz-transform: translateY(20px) rotate(90deg);
        -ms-transform: translateY(20px) rotate(90deg);
        -o-transform: translateY(20px) rotate(90deg);
        transform: translateY(20px) rotate(90deg);
    }

    100%{
        -webkit-transform: translateY(0px) rotate(90deg);
        -moz-transform: translateY(0px) rotate(90deg);
        -ms-transform: translateY(0px) rotate(90deg);
        -o-transform: translateY(0px) rotate(90deg);
        transform: translateY(0px) rotate(90deg);
    }
}

@keyframes upDown {
    0% {
        -webkit-transform: translateY(0px) rotate(90deg);
        -moz-transform: translateY(0px) rotate(90deg);
        -ms-transform: translateY(0px) rotate(90deg);
        -o-transform: translateY(0px) rotate(90deg);
        transform: translateY(0px) rotate(90deg);
    }
    50% {
        -webkit-transform: translateY(20px) rotate(90deg);
        -moz-transform: translateY(20px) rotate(90deg);
        -ms-transform: translateY(20px) rotate(90deg);
        -o-transform: translateY(20px) rotate(90deg);
        transform: translateY(20px) rotate(90deg);
    }

    100%{
        -webkit-transform: translateY(0px) rotate(90deg);
        -moz-transform: translateY(0px) rotate(90deg);
        -ms-transform: translateY(0px) rotate(90deg);
        -o-transform: translateY(0px) rotate(90deg);
        transform: translateY(0px) rotate(90deg);
    }
}


.services-block .arrow-down svg {
    width: 60px;
    height: auto;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);

    -webkit-animation: upDown 3s cubic-bezier(1, 0.07, 0.45, 0.65) infinite;
    -moz-animation: upDown 3s cubic-bezier(1, 0.07, 0.45, 0.65) infinite;
    -ms-animation: upDown 3s cubic-bezier(1, 0.07, 0.45, 0.65) infinite;
    -o-animation: upDown 3s cubic-bezier(1, 0.07, 0.45, 0.65) infinite;
    animation: upDown 3s cubic-bezier(1, 0.07, 0.45, 0.65) infinite;
}


.services-block .services-list{
    margin: 60px -10px 0 -10px;
    position: relative;
    width: 100%;

}
.services-block .close-service {
    position: absolute;
    right: 20px;
    top: 0;
    cursor: pointer;
}


.services-block .close-service svg {
    width: 110px;
}

.services-block .close-service svg,
.services-block .close-service svg *{
    fill:#ffffff;
    width: 70px;
    height: 70px;
}
.services-block .services-list .services {
    width: 20%;
    display: block;
    float: left;
    padding: 0 10px;
}
.services-block .services-list .services img{
    height: 70px;
}

.services-block .services-list .services .content {
    background: url("../images/services-pattern.png") no-repeat right center #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding:23px 15px;
    margin-bottom: 20px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.services-block .services-list .services .content:hover {
    background: url("../images/services-pattern-hover.png") no-repeat right center #060a27;

    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}


.services-block .services-list .services .content svg {
    height: 70px;
    width: auto;
    margin: 0 auto;
}

.services-block .services-list .services .content svg,
.services-block .services-list .services .content svg *{
    fill: #678697;
}

.services-block .services-list .services .content:hover svg,
.services-block .services-list .services .content:hover svg *{
    fill: #ffffff;
}


.services-block .services-list .services .content .title {
    font-size: 16px;
    font-weight: 600;
    color:#000000;
    margin-top: 20px;
    margin-bottom: 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    height: 38px;
    max-height: 38px;
    overflow: hidden;
}


.services-block .services-list .services .content:hover .title {
    color: #ffffff;
}

.services-block .media {
    max-width: 300px;
    margin: 0 auto;
    text-align: left;
}

.services-block .media .icon-phone img{
    width: 50px;
}

.services-block .media h5 {
    font-size: 18px;
    margin-bottom: -6px;
}

.services-block .media a {
    font-size: 30px;
    color:#fff;
    font-weight: 600;
}



.online-area {
    position: fixed;
    width: 450px;
    height: 100%;
    background-color: #ffffff;
    padding:20px 0;
    top: 0;
    right: 0;
    z-index: 24;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}


.online-area.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}


.online-area .block-title {
    padding: 7px 10px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-color: #eaedef;
    margin-left: -120px;
}

.block-title svg{
    width: 60px;
    height: auto;
    margin-top: 9px;
    cursor: pointer;
}

.block-title svg,
.block-title svg *{
    fill:#e30613;
}


.online-area .content {
    margin: 20px 0;
    position: relative;
    height: 85%;
    overflow: auto;


}


.online-area .content .area {
    padding: 0 50px;
}

.online-area p {
    font-weight: 600;
    color:#000000;
    font-size: 18px;
}

.online-area form {
    margin-top:30px;
    margin-bottom: 50px;
}

.online-area h5.title{
    font-size: 28px;
    font-weight: 600;
    color:#2f2c2c;
    margin-bottom: 20px;
}


.online-area form input[type=text],
.online-area form input[type=password]
{
    background-color: #f3f3f3;
    padding: 27px;
    color: #b2b2b2;
    border: none;
    border-radius: 7px;
    width: 100%;
    margin-bottom: 10px;
    font-size: 15px;

}

.online-area form input[type=password]{
    margin-bottom: 20px;
}

.online-area .d-table a {
    color:#f7a600;
    font-weight: 500;
    margin-top: 15px;
    display: inline-block;
}
.remember-wrap {
    display: table-cell;
    vertical-align: middle; }
.remember-wrap .checkbox {
    position: relative; }
.remember-wrap .checkbox input[type=checkbox] {
    display: none; }
.remember-wrap .checkbox label {
    padding-left: 26px;
    color: #2f2c2c;
    vertical-align: middle;
    font-weight: 600;
}

.remember-wrap .checkbox label:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 2px;
    border-radius: 3px;
    background-color: #252525;
    border: none;
}
.remember-wrap .checkbox input[type=checkbox]:checked + label:before {
    content: "\2714";
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 18px;
}


.online-area .contacts {
    display: block;
    padding: 20px 50px;
    background-color: #f6f9f9;
    font-weight: 500;
}

.online-area .contacts .contacts-title, .online-area .contacts .heading-title {
    font-size: 30px;
    margin-bottom: 20px; }
.online-area .contacts .contacts-text {
    margin-bottom: 30px; }
.online-area .contacts .contacts-item {
    margin-bottom: 20px; }
.online-area .contacts .contacts-item img {
    float: left;
    margin: auto 30px auto auto; }
.online-area .contacts .contacts-item .content {
    overflow: hidden; }
.online-area .contacts .contacts-item .content a {
    font-size: 20px;
    color: #2f2c2c;
    transition: all .3s ease; }
.online-area .contacts .contacts-item .content a:hover {
    color: #f7a600; }
.online-area .contacts .contacts-item .content .sub-title {
    font-size: 14px;
    color: #acacac;
    margin-bottom: 0; }


input:focus{
    outline: none;
}

header .top-block.search-area svg {
    cursor: pointer;
}

.search-form button{
    background-color: transparent;
    border: none;
    position: absolute;
    right: 25px;
    top: 13px;
    outline: none !important;
}

header .logo a {
    display: inline-block;
    -webkit-border-radius:  0 0 100% 100%;
    -moz-border-radius: 0 0 100% 100%;
    border-radius: 0 0 100% 100%;
    background-color: #fff;
    border:1px solid #e5e5e5;
    padding: 8px 9px 9px;
}
header .logo a img {
    height: 105px;
}


header .navbar{
    padding: 0;
}

.menu-wrapper {
    padding: 0;
    /*height: 90px;*/
}

ul.desktop-menu{
    margin: 0;
    padding: 0;
    float: left;
}

.main-menu ul.desktop-menu li {
    display: table-cell;
    padding: 0;
    margin: 0;
    /*margin: 0 13px;*/
}

.main-menu ul.desktop-menu li a {
    color:#fff;
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: 70px;
    padding: 0 13px;
}
.main-menu ul.desktop-menu > li:hover > a {
    background-color: rgba(0, 0, 0, .1);
}




.main-menu ul.desktop-menu li a.with-sub-menu:after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    margin-left: 7px;
}


.main-menu ul.desktop-menu ul {
    margin: 0;
    padding: 0;
    position: absolute;
    background-color: #fff;
    min-width: 250px;
    border: 1px solid #efefef;
    top: 100%;
    margin-top: 10px;
    box-shadow: 2px 2px 3px rgba(0,0,0,.05);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    z-index: 3;
}


.main-menu ul.desktop-menu ul li{
    display: block;
    padding: 0;
    margin: 0;
}


.main-menu ul.desktop-menu ul li a{
    display: block;
    color:#444444;
    line-height: inherit;
    padding: 10px 15px;
    border-bottom: 1px solid #efefef;
}

.main-menu ul.desktop-menu ul li a:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    margin-right: 7px;
    font-size: 5px;
    transform: translateY(-3px);
}

.main-menu ul.desktop-menu ul li:hover a{
    background: #e8e8e8;
    border-bottom-color: #e8e8e8;
}

.main-menu ul.desktop-menu ul li:last-child a{
    border-bottom: 0;
}

.main-menu ul.desktop-menu li:hover ul{
    opacity: 1;
    margin-top: 0px;
    visibility: visible;
    z-index: 9999;
}

.online-block {
    float: right;
    background-color: #eaedef;
    padding: 5px 18px;
    border-radius: 30px 0 0 30px;
    /*margin-top: 12px;*/
    position: relative;
    height: 54px;
    margin-top: 8px;
}

.online-block-after {
    position: absolute;
    height: 54px;
    background-color: #eaedef;
    content: "";
    top: 0;
    left: 100%;
}


.online-block img{
    float: left;
    margin-top: 5px;
    display: inline-table;
}

.online-block .text {
    float: left;
    margin-left: 9px;
    font-weight: 700;
    color: #c65257;
    cursor: pointer;
    display: inline-table;
}

.banner-area{
    position: relative;
    height: 440px;
    overflow: hidden;
}

.banner-slider .item {
    position: relative;
    overflow: hidden;
}

.banner-slider .item .bg-image{
    position: absolute;
    z-index: 1;
    width: 110%;
    height: 110%;
    -webkit-transform:scaleX(-1);
    -moz-transform:scaleX(-1);
    -ms-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
    filter: blur(8px);
    -webkit-filter: blur(8px);
    top: -5%;
    left: -5%;

}

.banner-slider .item .bg-image:after{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    content: '';
    background: -moz-linear-gradient(left, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.41) 48%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.95) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.95) 0%,rgba(0,0,0,0.41) 48%,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0.95) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.90) 0%,rgba(0,0,0,0.41) 48%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0.95) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#a6000000',GradientType=1 );
    z-index: 2;
}

.banner-slider .item .content{
    position: relative;
    z-index: 3;
}



.banner-slider .item .content .image-block{
    width: 850px;
    height: 440px;
    position: relative;
}

.banner-slider .item .content .image-block .new-title{
    float: left;
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    color:#fff;
    padding:50px 25px 10px;
    background: url("../images/title_bg.png") no-repeat;
    background-size: 100% 100%;
    font-size: 32px;
    font-weight: 600;
    line-height: 43px;
}


.banner-slider .item .content .image-block .new-title .date {
    font-size: 14px;
    padding: 10px 0 0;
    line-height: 14px;
}
.banner-slider-thumb {
    position: absolute;
    top: 0;
    right: 0;
    width: 395px;
    height: 440px;
    background-color: #fff;
    z-index: 5;
}

.container.thumb {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    margin-left: -15px;
}

.banner-slider-thumb .media {
    padding:22px 15px;
    border-left:10px solid transparent;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
}

.banner-slider-thumb .media img {
    margin-right: 10px;
    border-radius: 4px;
}

.banner-slider-thumb .media h5 {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    line-height: 20px;
    max-height: 60px;
    overflow: hidden;
}
.banner-slider-thumb .media.active {
    border-left-color: #e30613;
    background-color: #eeeeee;
}


.banner-buttons{
    position: absolute;
    z-index: 5;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.banner-buttons-area {
    position: relative;
}

.banner-buttons .button{
    position: absolute;
    cursor: pointer;
}

.banner-buttons .button img {
    width:46px;
}

.banner-buttons .button.prev {
    left: 25px;
}

.banner-buttons .button.next {
    right: 25px;
}



.currency-block, .weather-block{
    float: left;

}

.currency-block{
    background-color: #fff;
}

.weather-block{
    background-color: #494949;
    height: 52px;
    position: relative;
}

.currency-block ul {
    padding: 0;
    margin: 0;
}

.currency-block ul li{
    display: block;
    width: 25%;
    border-right: 1px solid #eeeeee;
    padding:5px 15px;
    font-size: 14px;
    font-weight: 600;
    color:#000000;
    float: left;

}
.currency-block ul li:first-child{
    padding-left: 0;
}

.currency-block ul li:last-child {
    border-right: none;
}

.currency-block ul li .value{
    display: block;
}

.currency-block ul li .percent{
    display: block;
}

.currency-block ul li .title {
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    -ms-transform: translateY(12px);
    -o-transform: translateY(12px);
    transform: translateY(12px);
}

.currency-block ul li.up i, .currency-block ul li.up .percent {
    color:#3ab515;
}

.currency-block ul li.down i, .currency-block ul li.down .percent {
    color:#e30613;
}

.weather-block .icon {
    float: left;
    padding: 10px 11px;
    border-right: 1px solid #414245;
}

.weather-block .text {
    padding: 8px 0 0 65px;
    color: #fff;
}
.weather-block .text strong{
    font-weight: 500;
}
.weather-block .text div.description{
    font-size: 11px;
    font-weight: 400;
}
.weather-block .text span.degree{
    position: absolute;
    right: 8px;
    top: 16px;
    font-weight: 600;
}

.box-area {
    background-color: #eaedef;
    padding:30px 0;
}

.box-area .box {
    background: url("../images/pattern-1.png") no-repeat left bottom #eaedef;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: table;
    width: 100%;
    min-height: 166px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.box-area .box .title {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 10px;;
    color:#333333;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;

}
.box-area .box .title h4 {
    margin-bottom: 0;
}
.box-area .box .img {
    display: inline-table;
    vertical-align: bottom;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    padding: 0;
    margin: 0;
    right: 0;
    float: right;
    bottom: 0;
    height: 100%;
}
.box-area .box .img img {
    max-width: none;
}
.box-area .box:hover .title{
    -webkit-transform: translate(15px, 0);
    -moz-transform: translate(15px, 0);
    -ms-transform: translate(15px, 0);
    -o-transform: translate(15px, 0);
    transform: translate(15px, 0);
    color:#e30613;
}

.box-area .box:hover{
    -moz-box-shadow: 0 0 18px  rgba(0,0,0,.22);
    -o-box-shadow: 0 0 18px  rgba(0,0,0,.22);
    -webkit-box-shadow: 0 0 18px  rgba(0,0,0,.22);
    box-shadow: 0 0 18px rgba(0,0,0,.22);
}


.services-area {
    background: url("../images/pattern-2.png") no-repeat left bottom #4a4a49;
    padding:30px 0;
}

.section-title {
    font-size: 30px;
    margin-bottom: 15px;
}

.section-title.with-line:after{
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    background-color: #7a7b7b;
    clear: left;
    margin-top: 15px;
}

.section-title.text-center.with-line:after{
    margin-left: auto;
    margin-right: auto;
}


.section-detail {
    font-size: 16px;
    color:#d4d4d4;
}

.services-area .service{
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding:25px 15px;
    text-align: center;
    border-bottom: 4px solid transparent;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


.services-area .service img {
    height: 70px;
    width: auto;
    margin: 0 auto;

}

.services-area .service h5{
    font-size: 15px;
    color:#000000;
    margin-bottom: 0;
    margin-top: 15px;
    height: 36px;
    max-height: 36px;
    overflow: hidden;
}

.services-area .service:hover {
    border-bottom:4px solid #e30613;
}

.services-area .service:hover h5{
    color: #e30613;
}

.services-area .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
    height: 34px;
    z-index: -1;
}
.services-area .owl-nav button{
    position: absolute;
    width: 46px;
    height: 34px;

}


.services-area .owl-nav button span {
    display: none;
}

.services-area .owl-nav button.owl-next{
    background: url("../images/svg/icon-banner-next.svg") no-repeat;
    background-size: contain;
    right: -60px;
}


.services-area .owl-nav button.owl-prev{
    background: url("../images/svg/icon-banner-prev.svg") no-repeat;
    background-size: contain;
    left: -60px;
}

.services-area .owl-nav button.disabled{
    opacity: .3;
}

.theme-btn {
    padding: 10px 25px;
    color:#fff;
    font-size: 17px;
    font-weight: 500;
    display: inline-block;
    background-color: #e30613;
    line-height: 1.5;
    border-radius: .25rem;
    text-align: center;
    border: none;
}

.theme-btn:hover {
    background-color: #111;
    color:#fff;
}

.theme-btn.small {
    padding: .375rem .75rem;
    font-size: 1rem;

}

.services-area .theme-btn{
    padding: 14px 49px;
    margin-top: 25px;
    font-size: 19px;
}

.tab-area{
    padding:40px 0 20px;
}

.tab-buttons {
    width: 31.5%;
    padding: 0;
    float: left;
}

.tabbed-container {
    width: 68.5%;
    float: left;
}

.tabbed-container:after {
    display: table;
    content: "";
    clear: both;
}
.tab-buttons ul {
    margin-bottom: 0;
    padding-right: 13px;
}
.tab-buttons li {
    list-style: none;
    padding:10px 15px;
    background-color: #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border:1px solid #dadada;
    margin-bottom: 13px;
    height: 80px;
    cursor: pointer;
    position: relative;
}

.tab-buttons li{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.tab-buttons li:last-child{
    margin-bottom: 0;
}

.tab-buttons li h5 {
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 600;
    color:#111111;
    font-size: 16px;
    padding-right: 30px;
}

.tab-buttons li svg {
    width: 58px;
    height: auto;
    max-width: inherit;
}


.tab-buttons li:after{
    background-color: #ccc;
    content: "";
    width: 29px;
    height: 21px;
    background: url("../images/svg/icon-banner-next.svg") no-repeat;
    background-size: contain;
    position: absolute;
    right: 12px;
    top: 29px;
}


.tab-buttons li:hover,
.tab-buttons li.active{
    background-color: #009640;
    border-color: #009640;
}
.tab-buttons li.color-red:hover,
.tab-buttons li.color-red.active {
    background-color: #dc3545;
    border-color: #dc3545;
}
.tab-buttons li.color-blue:hover,
.tab-buttons li.color-blue.active {
    background-color: #36b7cc;
    border-color: #36b7cc;
}
.tab-buttons li.color-pink:hover,
.tab-buttons li.color-pink.active {
    background-color: #deaf45;
    border-color: #deaf45;
}
.tab-buttons li.color-maroon:hover,
.tab-buttons li.color-maroon.active {
    background-color: #f58585;
    border-color: #f58585;
}
.tab-buttons li.active:before{
    content: "";
    position: absolute;
    width: 20px;
    height: 102%;
    right: -17px;
    background-color: #009640;
    top: -1px;
}
.tab-buttons li.color-red.active:before{
    background-color: #dc3545;
}
.tab-buttons li.color-blue.active:before{
    background-color: #36b7cc;
}
.tab-buttons li.color-pink.active:before{
    background-color: #deaf45;
}
.tab-buttons li.color-maroon.active:before{
    background-color: #f58585;
}



.tab-buttons li:hover h5,
.tab-buttons li.active h5{
    color:#fff;
}

.tab-buttons li:hover svg path,
.tab-buttons li:hover svg *,
.tab-buttons li.active svg path,
.tab-buttons li.active svg *
{
    fill: #fff !important;
}






.tabbed-container h4.title{
    background-color: #4a4a49;
    color:#fff;
    text-align: center;
    padding:15px 0;
    font-size: 18px;
    margin-bottom: 0;
}

.tabbed-container h4.title a{
    color:#fff;
    font-size: 14px;
}

.tabbed-container .tabbed {
    display: none;
    background-color: #009640;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding:15px;
    min-height: 452px;
}
.tabbed-container .tabbed.color-red {
    background-color: #dc3545;
}
.tabbed-container .tabbed.color-blue {
    background-color: #36b7cc;
}
.tabbed-container .tabbed.color-pink {
    background-color: #deaf45;
}
.tabbed-container .tabbed.color-maroon {
    background-color: #f58585;
}


.tabbed-container .tabbed.active {
    display: block;
}

.tabbed .tab-content{
    background-color: #ffffff;
    /*padding: 20px;*/
    position: relative;
    height: 368px;
    overflow: auto;
    max-height: 368px;
    margin: 0;
    padding: 0;
}
.tab-area ul.new-list {
    padding: 0;
    margin: 0;
}
.tab-area ul.new-list li{
    list-style: none;
    position: relative;
    width: 50%;
    float: left;
    /*margin-bottom: 16px;
    padding: 0;
    padding-right: 30px;*/
    margin: 0;
    padding: 0;
}
.tab-area ul.new-list.full-list li{
    width: 100%;
}

.tab-area ul.new-list li:last-child {
    margin-bottom: 0;
}

.tab-area ul.new-list h5{
    max-height: 44px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 22.5px;
}
.tab-area ul.new-list img{
    max-height: 66px;

}


.tab-area ul.new-list li a{
    color:#3a3a3a;
    font-weight: 500;
    padding: 12px 10px 12px!important;
    display: block;
    border: 1px solid #efefef;
    min-height: 92px;
}

.tab-area ul.new-list li p {
    margin: 0;
    padding: 0;

}

.tab-area ul.new-list li a span {
    color:#f15f5f;
    font-size: 12px;
}

.tab-area ul.new-list li:hover a {
    color:#009640;
}


.blog-area {
    padding:10px;
    background-color: #f0f0f0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.blog-area .content {
    background-color: #fff;
    padding: 10px;
    min-height: 432px;
}
.blog-area .content>h5 {
    color:#333333;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 17px;
    padding-left: 5px;
}

.blog-area .content h5 i {
    font-size: 26px;
    color:#e30613;
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px);
    margin-right: 10px;
}
.blog-area .content .media {
    margin-bottom: 16px;
}


.blog-area .content .item:last-child .media{
    margin-bottom: 0;
}

.blog-area .content .media img {
    height: 74px;
    width: auto;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.blog-area .content .media h5 {
    font-size: 14px;
    font-weight: 600;
    color:#444;
    margin-bottom: 4px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.blog-area .content .media h5 small {
    display: block;
}

.blog-area .content .media p {
    font-size: 13px;
    color:#8b8b8b;
    margin-bottom: 0;

}


.blog-area .content .media span {
    display: inline-block;
    padding: 2px;
    background-color: #e5e5e5;
    color:#a1a1a1;
    font-size: 11px;
}


.blog-area .all-blog {
    text-align: center;
    color:#e30613;
    display: block;
    margin-top: 20px;
    margin-bottom: 6px;
}

.blog-area .content .media:hover h5{
    color:#e30613;
}


@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.timeline-button {
    position: relative;
    /*margin-top: 30px;*/
    z-index: 1;

}

.timeline-button:before {
    width: 100%;
    position: absolute;
    bottom: 4px;
    height: 4px;
    background-color: #dadada;
    content: "";
    left: 0;
}

.timeline-button .timeline-logo {
    width: 89px;
    height: 89px;
    /* left: 50%; */
    /* top: -15px; */
    background-color: #ffffff;
    /* position: absolute; */
    /* margin-left: -46px; */
    border-radius: 100%;
    border: 1px solid transparent;
    cursor: pointer;
    /* margin-bottom: -10px; */
    /* vertical-align: middle; */
    transform: translateY(45%);
}

.timeline-button .rotate-bg {
    width: 74px;
    height: 74px;
    background: url("../images/timeline-logo.png") no-repeat;
    background-size: auto;
    margin:7px 0 0 7px;
    padding: 8px 0 0 9px;
    position: relative;
    background-position: center center;
}

.timeline-button .rotate-bg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: url("../images/rotate-bg.png") 0 0 repeat;
    background-size: 100% 100%;
    -webkit-animation: rotating 3s linear infinite;
    -moz-animation: rotating 3s linear infinite;
    -ms-animation: rotating 3s linear infinite;
    -o-animation: rotating 3s linear infinite;
    animation: rotating 3s linear infinite;
}

.timeline-button .rotate-bg:after {
    position: absolute;
    z-index: 2;
    width: 13px;
    height: 12px;
    background: url("../images/rotate-after.png") no-repeat;
    content: '';
    top:-5px;
    left: 50%;
    margin-left: -6px;
}


.timeline-button h4 {
    display: table-cell;
    color: #dadada;
    font-weight: 700;
    font-size: 27px;
    padding-right: 10px;
    padding-left: 10px;
}

.timeline-button h4:last-child {
    margin-left: 112px;
}

.timeline-area {
    background: url("../images/pattern-3.png") no-repeat left bottom #dadada;
    position: relative;
    max-height: 0;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    overflow: hidden;
}

.timeline-area.active {
    max-height: 470px;
    padding:30px 0;

}

.timeline-area .title {
    font-size: 27px;
    font-weight: 800;
    color:#3c3c3b;
    text-align: center;
    margin-top: 20px;
}

.timeline-block{
    position: relative;
    margin-top: 20px;
}

.timeline-block:before {
    position: absolute;
    width: 100%;
    height: 2px;
    content: "";
    background-color: #f39200;
    left: 0;
    top: 60px;
}

.timeline-block .timeline-item {
    position: relative;
    text-align: center;
    padding-top: 60px;
}

.timeline-block .timeline-item .date{
    font-weight: 700;
    font-size: 17px;
    color:#1d1d1d;
    position: relative;
    -webkit-transform: translateY(-48px);
    -moz-transform: translateY(-48px);
    -ms-transform: translateY(-48px);
    -o-transform: translateY(-48px);
    transform: translateY(-48px);
}

.timeline-block .timeline-item .date:after {
    width: 40px;
    height: 40px;
    background: url("../images/timeline-dot.png") no-repeat;
    content: "";
    position: absolute;
    bottom: -49px;
    left: 50%;
    margin-left: -15px;

}

.timeline-block .timeline-item .content {
    background: #fdd491;
    width: 100%;
    height: 170px;
    padding: 0 20px;
    vertical-align: middle;
    font-weight: 700;
    color: #1d1d1d;
    font-size: 15px;
    margin-top: 40px;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.timeline-block .timeline-item .content:before {
    position: absolute;
    top: -40px;
    width: 2px;
    height: 45px;
    background-color: #f39200;
    content: "";
}



.timeline-block .timeline-item:hover .content,
.timeline-block .timeline-item:focus.content
{
    color:#fff;
    background-color: #f39200;
}
.timeline-prev,
.timeline-next,
.blog-prev,
.blog-next
{
    display: inline-block;
}
.timeline-next,
.blog-next
{
    margin-left: 20px;
}
.timeline-prev svg,
.timeline-next svg
{
    width: 45px;
    height: 33px;
}

.blog-prev svg,
.blog-next svg
{
    width: 35px;
    height: 23px;
}
.blog-area .owl-nav {
    text-align: center;
}

.timeline-prev path,
.timeline-next path,
.blog-prev path,
.blog-next path
{
    fill:#1d1d1d;
}

.timeline-area .owl-nav {
    text-align: center;
    margin-top: 30px;
}

.disabled .timeline-next,
.disabled .timeline-prev,
.disabled .blog-prev,
.disabled .blog-next
{
    opacity: .4;
}

.parallax {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.parallax:before {
    content: "";
    background-color: rgba(74,74,74,.7);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.archive-area{
    padding: 100px 0 20px;
    background-image: url("../images/parallax1.jpg");
    background-position: center top;
}

.archive-area .container{
    z-index: 2;
    position: relative;
}

.archive-area .archive-box-list{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-flow: row wrap;
    justify-content: space-evenly;
}

.archive-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    width: 225px;
    border:2px solid #ffffff;
    border-top:none;
    height: 160px;
    align-items: center;
    justify-content: center;
    position: relative;
    color:#fff;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 50px;
}

.archive-box:before,
.archive-box:after
{

    width: 50px;
    height: 2px;
    background-color: #fff;
    top: 0;
    position: absolute;
    content: "";
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;

}


.archive-box:before {
    left: 0;
}

.archive-box:after{
    right: 0;
}
.archive-box .icon{
    display: block;
    position: absolute;
    top: -32px;
    left: 50%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100px;
}
.archive-box .icon svg {
    width: 80px;
    height: auto;
}
.archive-box .icon.second svg {
    width: 70px;
    height: auto;
}
.archive-box .icon.third svg {
    width: 60px;
    height: auto;
}

.archive-box .icon.fifth svg {
    width: 70px;
    height: auto;
}


.archive-box .icon * {
    fill: #ffffff;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.archive-box:hover:before{
    width: 10px;
}

.archive-box:hover:after{
    width: 110px;
}
.archive-box:hover .icon{
    left:10px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.corporate-block {
    padding:30px 0 10px;
}

.corporate-block .title{
    font-weight: 700;
    color:#000000;
    margin-bottom: 20px;
    font-size: 25px;
}

.corporate-block .sub-title:after {
    width: 100px;
    height: 5px;
    position: relative;
    margin-top: 15px;
    background-color: #ea5b0c;
    content: "";
    display: block;
}

.corporate-block p {
    font-size: 15px;
    color:#838382;
    font-weight: 500;
}


.corporate-block img {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}


.corporate-block .col-lg-4 img:hover {
    -webkit-transform: rotate(-8deg) scale(1.1);
    -moz-transform: rotate(-8deg) scale(1.1);
    -ms-transform: rotate(-8deg) scale(1.1);
    -o-transform: rotate(-8deg) scale(1.1);
    transform: rotate(-8deg) scale(1.1);
}


ul.counter-list {
    margin: 0;
    padding: 0;
}

ul.counter-list li {
    display: inline-block;
    list-style: none;
    padding:20px 20px 10px;
    border-right: 1px solid #eeeeee;
}

ul.counter-list li:first-child{
    padding-left: 0;
}

ul.counter-list li:last-child{
    padding-right: 0;
    border-right: none;
}
.counter-list svg{
    width: 70px;
    height: auto;
}

ul.counter-list li:last-child svg {
    width: 55px;
    height: auto;
}

.counter-list svg,
.counter-list svg *
{
    fill:#ea5b0c;
}

ul.counter-list li .counter{
    font-size:40px;
    color:#000000;
    font-weight: 700;
    display: block;
    line-height: 40px;
}

ul.counter-list li .icon {
    float: left;
    width: 90px;
}

ul.counter-list li .content {
    float: left;
    width: 140px;
}

ul.counter-list li .detail{
    color:#3c3c3b;
    font-size: 20px;
}

.gallery-area {
    padding:40px 0;
    background: url("../images/pattern-4.png") no-repeat left bottom #4a4a49;
}

.gallery-area h4.title{
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
}
.gallery-area h4.title a{
    color: #fff;
}
.gallery-area h4.title a:hover{
    color: #e30613;
}

.gallery {
    background-color: #fff;
    padding:3px;
    min-height: 150px;
}

.gallery-title {
    font-size: 13px;
    color:#3a3a3a;
    font-weight: 500;
    margin-top: 5px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    padding: 0 5px;

}
.gallery.other-news {
    padding: 10px;
    margin-bottom: 30px;
}
.gallery .gallery-title.other-news-title {
    padding: 0;
    margin-top: 8px;
    font-size: 15px;
    max-height: 44px;
    height: 44px;
    overflow: hidden;
}
.gallery p.date{
    color: #777;
    font-size: 12px;
    font-weight: 400;
}
.gallery-list.press-list p.date{
    margin-left: 160px;
}


.gallery-img-block{
    position: relative;
    overflow: hidden;
}

.gallery-img-block:before{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    left: 0;
    top: 0;
    content: "";
    opacity: 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.in-sidebar .gallery-img-block:before{
    opacity: 1;
}
.gallery-img-block span{
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #e30613;
    background-size: 40%;
    background-position: 10px 10px;
    right: -20px;
    bottom: -20px;
    color: #fff;
    padding-left: 13px;
    padding-top: 8px;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}


.in-sidebar .gallery-img-block span{
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #e30613;
    background-size: 40%;
    background-position: 10px 10px;
    /*right: 50%;*/
    bottom: 50%;
    color: #ffffff;
    padding: 14px 0 0;
    opacity: 1;
    -webkit-transform: translateX(-50%);;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);

    left: 50%;
    text-align: center;

}
.gallery-area .col-lg-4 {
    padding:0 10px;
}
.gallery-area .gallery-list {
    margin: 0 -10px;
}
.gallery:hover .gallery-img-block:before {
    opacity: 1;
}
.gallery:hover .gallery-img-block span {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.in-sidebar .gallery:hover .gallery-img-block span {
    opacity: 1;
    -webkit-transform: translateX(-50%);;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.gallery:hover .gallery-title {
    color:#e30613;
}


.in-sidebar .data-item,
.mini-image .data-item {
    min-height: auto;
}
.mini-image .gallery-img-block {
    width: 90px;
    float: left;
}
.mini-image .gallery-img-block span{
    /*display: none;*/
}
.mini-image .gallery-title {
    margin-left: 100px;
}

.small-image .data-item {
    min-height: auto;
}
.small-image .gallery-img-block {
    width: 150px;
    float: left;
}
.small-image .gallery-img-block span{
    /*display: none;*/
}
.small-image .author,
.small-image .gallery-title {
    margin-left: 160px;
}

.small-image .blog-item .gallery-img-block {
    width: 130px;
}
.small-image .blog-item .gallery-img-block:before {
    border-radius: 100%;
}
.small-image .blog-item .gallery-img-block img{
    border-radius: 100%;
}
.small-image .blog-item .author,
.small-image .blog-item .date,
.small-image .blog-item .gallery-title {
    margin-left: 140px!important;
}
.small-image .blog-item .author{
    font-size: 22px;
    font-weight: 600;
}
.small-image .blog-item .author small{
    display: block;
}
.small-image .blog-item .gallery-title {
    color: #888;
}



.video-block {
    position: relative;
    padding:3px;
    background-color: #fff;
}

.video-img-block{
    position: relative;
}
.video-img-block:after {
    background-color: rgba(0,0,0,.5);
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
}

.video-img-block .title {
    position: absolute;
    bottom: 0;
    padding:5px 10px;
    z-index: 2;
    color:#fff;
    font-weight: 500;
    font-size: 15px;
    text-align: left;
}

.video-img-block i {
    position: absolute;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #fff;
    color:#1d1d1d;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    z-index: 3;
    left: 50%;
    top: 50%;
    margin:-25px 0 0 -25px;
}
.video-block a:hover .title {
    color: #efbfbf;
}
.video-block a:hover i{
    color: #e30613;
}

.company-area {
    padding: 15px 0;
    background-color: #ffffff;
}

.company-list{
    margin: 0;
    padding: 0;
}

.company-list li {
    list-style: none;
    display: block;
    padding:5px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    text-align: center!important;
}

.company-list li img {
    opacity: .5;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    height: 80px;
    width: auto!important;
    display: inline-block!important;
}


.company-list li:hover img {
    opacity: 1;
}

.company-list li:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.footer-top {
    background-color: #333333;
    color:#ffffff;
    padding:10px 0;
}
.footer-top  h5{
    margin-bottom: 0;
}

.footer-top.desktop h5 {
    display: none;
}


.footer-top .footer-top-content {
    display: table;
    margin: 0 auto;
    position: relative;
}


.footer-top.mobile .footer-top-content {
    display: none;
    margin: 15px -15px 0 -15px;
}
.footer-top.mobile .footer-top-content a{
    text-align: left;
    border-right: none;
}



.footer-top a {
    color:#f7f7f7;
    display: inline-block;
    font-size: 13px;
    padding: 0 15px;
    border-right: 1px solid #525252;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}



.footer-top a:last-child{
    border-right: none;
}

.footer-top a:hover {
    color:#e30613;
}

.footer {
    padding:10px 0 0;
    background-color: #1a1a1a;
    color:#fff;
    font-size: 12px;
}

.footer-block {
    display: inline-block;
    float: left;
    width: 195px;
    padding-left: 20px;
}


.footer-block:first-child{
    padding-left: 0;
    width: 250px;
}



.footer-block:last-child,
.footer-block.last{
    padding-right: 0;
    width: 332px;
    max-width: 332px;
}


.footer-block .title{
    margin:20px 0;
    display: inline-block;
    font-size: 17px;
}


.footer a {
    color: #fff;
}

.footer-link {
    margin:0;
    padding:0;
}

.footer-link li{
    list-style: square;
}

.footer-link li a:hover {
    color:#e30613;
}


.footer-logo {
    margin-bottom: 10px;
}


.newsletter {
    padding: 15px;
    border:2px solid #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 30px;
}

.newsletter .submit-btn{
    width: 40px;
    height: auto;
}

.newsletter button{
    background: transparent;
    padding: 0;
}

.newsletter .submit-btn,
.newsletter .submit-btn *{
    fill:#e30613;
}

.newsletter .newsletter-icon{
    width: 60px;
    height: auto;
}

.newsletter .title {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 600;
}


.newsletter .newsletter-icon,
.newsletter .newsletter-icon *{
    fill:#ffffff;
}

.newsletter .form-group{
    margin-bottom: 0;
}

.newsletter input {
    font-size: 13px;
    min-width: 190px !important;
    max-width: 220px !important;
    -webkit-box-shadow: none !important;;
    -moz-box-shadow: none !important;;
    box-shadow: none !important;;
}


.footer-block .media h5 {
    font-size: 12px;
}

.footer-block .media a{
    font-size: 17px;
    color:#ffffff;
}

.footer-bottom {
    border-top:1px solid #5a5a5a;
    margin-top: 10px;
    padding:15px 0;
}

.footer-bottom .d-table
{
    width: 100%;

}

.footer-bottom .d-table-cell{
    width: 50%;
    vertical-align: middle;
}


.footer-bottom .d-inline-block {
    padding: 0 10px;
    vertical-align: middle;
}

.btn,
.btn:active,
.btn:focus
{
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-success {
    background-color: #009640;
}

.btn-danger {
    background-color: #e30613;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus
{
    background-color: #333333 !important;
    border-color:#333333 !important;
}

.mobile-menu-button {
    float: right;
    margin-right: 40px;
    line-height: 78px;
    font-size: 32px;
    color: #fff;
}

.mobile-menu-button  a {
    color:#fff;
}

.nav-mobile-menu {
    position: fixed;
    width: 35%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #e30613;
    z-index: 21;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.nav-mobile-menu.active {
    -webkit-transform: translateX(-0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.logo-mobile {
    background-color: #fff;
    margin-top: 2px;
    padding: 10px 0 10px 10px;
    position: relative;
}

.logo-mobile a {
    display: inline-block;
}



.logo-mobile img{
    height: 90px;
}

.mobile-menu {
    margin: 0;
    padding: 0;
}

.mobile-menu li{
    display: block;
    width: 100%;
    border-bottom: 1px solid #c3130e;
}

.mobile-menu li a {
    padding:10px 15px;
    color:#fff;
    display: block;
    /* border-bottom:1px solid #c3120d; */
}
.mobile-menu li a.with-sub-menu i {
    float: right;
    margin-top: 5px;
}

.mobile-menu li a span{
    display: inline-block;
    margin-right: 5px;
}
.mobile-menu li ul {
    margin: 0;
    padding: 0;
    background-color: #c3140d;
    display: none;
}
.mobile-menu li ul li {
    border-bottom: 1px solid #af140e;

}

.mobile-menu li ul li:last-child {
    border-bottom: none;
}

.mobile-menu li ul li a {
    padding: 10px 30px;
}


.mobile-menu li a:hover,
.mobile-menu li a:active,
.mobile-menu li a:focus
{
    background-color: #2c2d30;
    color:#fff;
}


.nav-mobile-menu .social-icons {
    background-color: #fff;
    padding: 15px;
}

.nav-mobile-menu .d-flex.second{
    background-color: #efefef;
    padding: 15px;
}

.nav-mobile-menu .icon-phone-detail .title{
    font-size: 13px;
}

.nav-mobile-menu .icon-phone {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 38px;
}

.nav-mobile-menu .icon-phone img{
    width: 38px;
}

.mobile-search {
    margin:15px;

}

.form-control:focus{
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color:#ced4da;
}

.nav-mobile-menu .lang-menu{
    display: inline-block;
    position: relative;
    float: right;
    /* margin-right: 4px; */
}

.nav-mobile-menu .dropdown.lang  {
    left: inherit;
    right: 0;
    margin-top: 5px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);

    text-align: left;
}

.nav-mobile-menu .lang-dropdown {
    padding: 11px 15px;
    background-color: #009640;
    color: #fff;
    display: inherit;
}

.nav-mobile-menu .online-block img{
    height: 40px !important;
}

.nav-mobile-menu .online-block{
    padding: 7px 15px;
    height: 59px;
    margin-top: 17px;
}
.nav-mobile-menu .icon-list{
    background-color: #009640;
}
.nav-mobile-menu .icon-list .icon{
    display: inline-block;
    padding: 11px 21px;
    background-color: #009640;
    /* margin-right: 4px; */
    border-right: 1px solid #037d37;
    color: #fff;
}


.services.mobile a{
    display: block;
    padding: 10px 15px;

    background-color: #7b0b07;
    color: #fff;
}

.services.mobile a i {
    float: right;
    margin-top: 3px;
}


.mobile-scrollbar{
    height: 100%;
}

.close-mobile-menu{
    position: absolute;
    font-size: 30px;
    background-color: #fff;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    right: -48px;
    color: #e31913;
    display: none;
    top: 10px;
}

.nav-mobile-menu.active .close-mobile-menu {
    display: block;
}

.owl-dots{
    text-align: center;
    padding: 10px 10px 7px;
    display: block;
    z-index: 2;
    width: 100%;
}

.banner-slider .owl-dots {
    position: absolute;
    margin-top: -35px;
}

.owl-dots .owl-dot{
    width: 12px;
    height: 12px;
    background-color: #fff !important;
    border-radius: 100%;
    margin-right: 5px;
}


.owl-dots .owl-dot.active {
    background-color: #e30613 !important;
}

.accordion-news .card-header{
    padding:8px 10px;
}

.accordion-news .card-header .media svg{
    width: 40px;
    height: auto;
}

.accordion-news .card-header .media h5 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    color: #232323;
}

.tab-area #komite .card-body {
    padding-bottom: 0;
}

.stretched-link[aria-expanded="true"],
.card-header[aria-expanded="true"]{
    background-color: #009640;
}
.stretched-link[aria-expanded="true"] h5,
.accordion-news .card-header[aria-expanded="true"] h5 {
    color:#ffffff!important;
}
.stretched-link[aria-expanded="true"] svg,
.stretched-link[aria-expanded="true"] svg *,
.accordion-news .card-header[aria-expanded="true"] svg,
.accordion-news .card-header[aria-expanded="true"] svg * {
    fill:#ffffff !important;
}

.accordion-news .card:nth-child(3) svg{
    width: 33px;
    height: auto;
}

.accordion-news .card:nth-child(3) .media-body h5 {
    padding-left: 7px;
}

.company-list .owl-dots .owl-dot,
.blog-area .owl-dots .owl-dot
{
    background-color: #333 !important;

}
.company-list .owl-dots .owl-dot.active,
.blog-area .owl-dots .owl-dot.active
{
    background-color: #e30613 !important;
}
.owl-carousel.off {
    display: block;
}


.accordion-footer {
    display: block;
}









/* GÜNCELLENEN KISIM */




.sub-header {
    position: relative;
}

.sub-header .sub-header-top {
    position: relative;
    padding: 20px 0;
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-size: 100%;
    background-image: url('../images/parallax.jpg');
}

/*
.sub-header .sub-header-top:after {
    display: block;
    position: absolute;
    background-color: rgba(0, 0, 0, .8);
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
}
*/

.sub-header .sub-header-top .container{
    position: relative;
    z-index: 2;
}

.sub-header  .sub-header-top .sub-header-title {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}

@-webkit-keyframes line {
    0% {
        width: 0;
        left: 0;
    }

    25%{
        width: 140px;
        right: 0;
    }
    40%{
        width: 140px;
        right: 0;
    }
    75%{
        width: 0;
        right: 0;
    }
    90% {
        width: 0;
    }
    100% {
        width: 0;
    }

}

@keyframes line {
    0% {
        width: 0;
        left: 0;
    }

    25%{
        width: 140px;
        right: 0;
    }

    40%{
        width: 140px;
        right: 0;
    }

    75%{
        width: 0;
        right: 0;
    }

    90% {
        width: 0;
    }

    100% {
        width: 0;
    }
}


.ui-decor {
    position: relative;
    display: inline-block;
    width: 140px;
    height: 2px;
}

.ui-decor:before {
    content: "";
    width: 0;
    height: 2px;
    background-color: #e30613;
    display: block;
    -webkit-animation: line 2s ease infinite;
    animation: line 2s ease infinite;
    animation-fill-mode: backwards;
    position: absolute;
}

.ui-decor:after {
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    margin: 0 auto;
    background-color: #e30613;
    margin-top: 10px;
}



.breadcrumb-area{
    border-bottom: 3px solid #e30613;
    background: #f4f4f4 url("../images/texture-1.gif") repeat;
    height: 65px;
}

.breadcrumb {
    list-style: none;
    padding: 0;
    display: block;
    margin: 20px 0;
    background: transparent;
    border-radius: 0;
    flex-wrap: inherit;
    float: left;
    overflow: hidden;
    max-height: 45px;

}


.breadcrumb > li {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}

.breadcrumb > li + li:before {
    content: '\f105';
    padding: 0 6px 0 6px;
    font-family: "Font Awesome 5 Free";
    color: #888;
    font-size: 14px;
    font-weight: 900;
}

.breadcrumb > li > a {
    display: inline-block;
    transition: all .3s;
    font-weight: 500;
    font-size: 14px;
    color: #222;
}

.breadcrumb > li > a:hover {
    color:#e30613;
}

.back-button {
    float: right;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #d6d6d6;
    padding: 3px 13px 3px 6px;
    text-transform: uppercase;
    border-radius: 30px;
    background-color: #fff;
    margin-top: 14px;
    margin-right: 20px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}


.back-button:hover {
    background-color: #e30613;
    color:#fff;
}

.back-button span {
    width: 25px;
    height: 25px;
    margin-right: 6px;
    font-size: 14px;
    padding: 5px;
    text-align: center;
    border-radius: 100%;
    background-color: #e31913;
    color: #fff;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.back-button:hover span{
    background-color: #fff;
    color:#e30613;
}

.sidebar-default {
    padding: 0;
    margin-top: 30px;
    margin-bottom: 20px;
}

.sidebar {
    padding: 0;
    margin-top: -65px;
    margin-bottom: 20px;
}

.sidebar-default .sidebar-title{
    color: #fff;
    background-color: #222;

    margin: 0;
    font-size: 21px;
    text-align: center;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-bottom: 3px;
}

.sidebar .sidebar-title {
    margin: 0;
    font-size: 21px;
    text-align: center;
    color: #ffffff;
    background-color: #222;
    padding-bottom: 19px;
    padding-top: 18px;
    margin-bottom: 3px;
}
.sidebar .sidebar-title i {
    float: right;
    margin-right: 20px;
    margin-top: 3px;
    display: none;
}


.sidebar.mobile .sidebar-title i {
    display: block;
}
.sidebar-default a.sidebar-title,
.sidebar a.sidebar-title{
    display: none;
}


.sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar.mobile > ul {
    display: none;
}

.sidebar ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}


.sidebar ul li a {
    display: block;
    margin: 0;
    padding: 13px 40px 13px 15px;
    background-color: #ffffff;
    border-bottom: 1px solid #e2e2e2;
    font-weight: 500;
    color: #333;
    font-size: 15px;
    position: relative;
}
.sidebar ul li a i.icon {
    display: inline-block;
    width: auto;
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    right: 10px;
    color: #505050;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    height: 100%;
    background-color: #ffffff;
    top: 0;
    width: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}
.sidebar > ul > li > a,
.sidebar > ul > li > a i.icon{
    background-color: #333;
    color: #fff;
}
.sidebar > ul.white > li > a,
.sidebar > ul.white > li > a i.icon{
    background-color: #fff;
    color: #333;
}


.sidebar>ul>li>a:hover,
.sidebar>ul>li>a.active
{
    background-color: #e30613;
    color:#fff;
}

.sidebar>ul>li>a:hover>i.icon,
.sidebar>ul>li>a.active>i.icon
{
    background-color: #e30613;
    color:#fff;
    right: -10px;
}

.sidebar>ul>li>a.with-sub-menu.active>i.icon:before
{
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}





.sidebar ul.sidebar-submenu{
    padding: 0;
    margin: 0;
    background-color: #efefef;
    display: none;
    padding: 1px;
}

.sidebar ul.sidebar-submenu li a{
    background-color: #fff;
    padding-left: 30px;
    border-bottom: 1px solid #efefef;
}

.sidebar ul.sidebar-submenu li a i{
    font-weight: 700;
    margin-right: 4px;
    font-size: 12px;
}

.sidebar ul.sidebar-submenu li a:hover,
.sidebar ul.sidebar-submenu li a.active
{
    color: #e30613;
    /*padding-left: 40px;*/
}

.sidebar ul.sidebar-submenu.text-sm li a{
    font-weight: 400;
    font-size: 13px;
}
.sidebar ul.sidebar-submenu.no-icons li a i{
    display: none;
}



.page-content {
    background-color: rgba(221, 226, 232, 0.5);
}

.content-detail {
    padding: 20px;
    margin-top: 30px;
    background-color: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    margin-bottom: 35px;
}

.content-detail .content-title {
    font-weight: 600;
    margin-bottom: 15px;
    color: #e30613;
    line-height: 1.5;
}

.content-detail .content-title:after {
    display: block;
    width: 80px;
    height: 2px;
    background-color: #e30613;
    content: '';
    margin-top: 7px;
}
.content-detail .content-title span{
    font-size: 15px;
    font-weight: 500;
}

.content-header-img {
    margin-bottom: 20px;
    width: 100%;
}
.content-detail ul.file-list{
    margin: 0;
    padding: 0;
}
.content-detail ul.file-list{
    list-style: none;
}
.content-detail ul.file-list a{
    display: block;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #efefef;
    background-color: #f9f9f9;
    color: #555;
    font-size: 13px;
    max-height: 54px;
    line-height: 38px;
    overflow: hidden;
}
.content-detail ul.file-list a:hover{
    background-color: #efefef;
}
.content-detail ul.file-list li:last-child a{
    margin-bottom: 0;
}
.content-detail ul.file-list.dark a{
    display: inline-flex;
    width: 100%;
    padding-left: 15px;
    border: 1px solid #2d2d2d;
    background-color: #454545;
    color: #fff;
    line-height: 38px;
    font-size: 15px;
}
.content-detail ul.file-list.dark a:hover{
    background-color: #343434;
}
.content-detail ul.file-list li a i{
    font-size: 36px;
    margin-right: 10px;
}
.content-detail ul.file-list img.icon{
    width: 36px;
    float: left;
    margin-right: 10px;
}
.content-detail .content-info {
    color: #777;
    font-size: 13px;
    font-weight: 400;
}
.content-detail .content-text p{
    margin: 15px 0;
}

.content-detail .content-text p:first-child{
    margin-top: 0;
}
.content-detail .content-text p:last-child{
    margin-bottom: 0;
}

.content-detail .content-text a {
    font-weight: 600;
    color:#000000;
}

.content-detail .content-text a:hover {
    color:#e30613;
}

.widget {
    padding: 0;
    margin-bottom: 30px;
    border: 1px solid #efefef;
    position: relative;
    border-top:none;
    background-color: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    padding-bottom: 20px;
}

.widget:before {
    left: 0;
    top: 0;
    position: relative;
    width: 100%;
    height: 4px;
    background: -moz-linear-gradient(to right, rgb(80, 218, 124) 30%,rgb(227, 25, 19) 100%);
    background: -webkit-linear-gradient(to right, rgb(80, 218, 124) 30%,rgb(227, 25, 19) 100%);
    background: linear-gradient(to right, rgb(80, 218, 124) 30%,rgb(227, 25, 19) 100%);
    content: "";
    display: block;
}

.widget .widget-title {
    margin: 0 0 20px;
    font-weight: 600;
    font-size: 18px;
    border-bottom: 1px solid #efefef;
    padding: 12px 15px;
    color: #525252;
}

.widget .widget-content{
    padding:0 15px;
}

ul.tags {
    margin: 20px 0 0;
    padding: 0;
    border-top:1px solid #efefef;
    padding-top: 20px;
}

ul.tags li {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 13px;
}

ul.tags li a {
    background: #efefef;
    color: #333333;
    padding: 5px 15px;
    font-size: 13px;
    font-weight: 500;
    border-left: 2px solid #b9b9b9;
    background: linear-gradient(to left, #efefef 50%, #e30613 50%) right bottom;
    background-size: 205% 100%;

}

ul.tags li a:hover {
    color:#fff;
    border-left: 2px solid #e30613;
    background-position: left bottom!important;
}

.share-page {
    margin: 50px 0 10px;
    padding-top: 20px;
    border-top: 2px solid #efefef;
}

.share-page h5 {
    display: inline-block;
    margin-right: 10px;
    font-weight: 500;
    font-size: 17px;
}


.assignment-list .card{
    border: 1px solid rgba(68, 35, 35, 0.125);
    margin-bottom: 15px;
}
.assignment-list .user-card{
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.assignment-list .user-card:hover{
    box-shadow: 3px 3px 6px 0 #e4e4e4;
    border-color: #e4e4e4;
}
.assignment-list .user-card .card-img{
    position: relative;
    overflow: hidden;
}
.assignment-list .user-card img{
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}
.assignment-list .user-card:hover img{
    -ms-transform: scale(1.1) translateZ(0);
    -webkit-transform: scale(1.1) translateZ(0);
    transform: scale(1.1) translateZ(0);
}
.assignment-list .user-card .card-body{
    padding: 5px;
}
.assignment-list .user-card .card-body p{
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}
.assignment-list .user-card .card-body .card-title{
    height: 38px;
    max-height: 38px;
    overflow: hidden;
}
.assignment-list .user-card a{

}
.assignment-list .user-card a:hover .user-name{
    color: #e30613;
}
.assignment-list .user-card a:hover p{
    color: #555;
}





#news-list a,
#announce-list a,
#activity-list a,
#decision-list a {
    display: block;
    border: 1px solid #efefef;
    margin-bottom: 15px;
}
#news-list .media,
#announce-list .media,
#activity-list .media,
#decision-list .media {
    transition: all .35s ease;
    background-color: #f9f9f9;
}
#news-list a:hover .media,
#announce-list a:hover .media,
#activity-list a:hover .media,
#decision-list a:hover .media {
    background-color: #f3f3f3;
}
#news-list .media h5,
#announce-list .media h5,
#activity-list .media h5,
#decision-list .media h5{
    font-size: 16px;
    font-weight: 500;
    padding: 8px 0;
}
#news-list .media .media-body small {
    font-size: 12px;
    font-weight: 400;
    color: #8c8b8b;
}



#news-list.without-bg a,
#announce-list.without-bg a,
#activity-list.without-bg a,
#decision-list.without-bg a {
    transition: all .35s ease;
    display: block;
    border: none;
    border-bottom: 1px solid #efefef;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
#news-list.without-bg div.data-item:last-child a {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
#news-list.without-bg .media,
#announce-list.without-bg .media,
#activity-list.without-bg .media,
#decision-list.without-bg .media {
    transition: all .35s ease;
    background-color: transparent;
    border-left: 5px solid #efefef;
    padding-left: 10px;
}
/*#news-list.without-bg a:hover,
#announce-list.without-bg a:hover,
#decision-list.without-bg a:hover {
    border-bottom: 1px solid #e30613;
}*/
#news-list.without-bg a:hover .media,
#announce-list.without-bg a:hover .media,
#activity-list.without-bg a:hover .media,
#decision-list.without-bg a:hover .media {
    background-color: transparent;
    border-left: 5px solid #e30613;
}




/* PAGINATION */
.pagination{
    justify-content: center;
}
.page-link{
    font-size: 20px;
    height: 44px;
    padding: 0;
    width: 43px;
    text-align: center;
    line-height: 43px;
    border: 1px solid #efefef!important;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #e31913;
    border-color: #e31913;
}
.page-item.active .page-link:hover {
    color: #5f0c09;
}
.page-item.disabled span {
    z-index: 1;
    margin-bottom: 15px;

    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #b7b7b7;
    background-color: #fff;
    border: 1px solid #efefef;
    font-size: 20px;
}




/* blockquote */
blockquote {
    margin: 0 auto;
    padding: 1em;
    border-left: 5px solid #999;
}
blockquote:before {
    display: none;
}
blockquote:not(:first-of-type) {
    margin-top: .5em;
}
blockquote p {
    color: #000;
    font-size: 14pt;
    line-height: 1.5;
    font-style: italic;
    font-weight: 500;
    /*font-family: 'PT Serif', Cambria, 'Hoefler Text', Utopia, 'Liberation Serif', 'Nimbus Roman No9 L Regular', Times, 'Times New Roman', serif;*/
}
blockquote footer {
    margin-top: .5em;
    padding: 0;
    color: #777;
    font-size: 12pt;
    text-align: left;
    font-style: italic;
}
blockquote footer:before {
    content: '— ';
}
blockquote:nth-of-type(even) {
    text-align: right;
    border-left: none;
    border-right: 5px solid #999;
}
blockquote:nth-of-type(even) footer {
    text-align: right;
}
blockquote:nth-of-type(even) footer:before {
    content: '';
}
blockquote:nth-of-type(even) footer:after {
    content: ' —';
}
@element 'blockquote' and (min-width: 300px) {
    blockquote {
        padding: 1em 20% 1em 1em;
    }
    blockquote p {
        font-size: 14pt;
    }
    blockquote:nth-of-type(even) {
        padding: 1em 1em 1em 20%;
    }
}



/* VIDEO FRAME */
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    /*padding-top: 25px;*/
    height: 0;
    margin-bottom: 20px;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.image-list a {
    position: relative;
    display: block;
}
.image-list a .overlay{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    font-size: 16px;
    color: #fff;
    z-index: 9999;
}
.image-list a .overlay span{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 15px;
}



#publication-list .gallery-img-block {
    height: 200px;
    max-height: 200px;
    overflow: hidden;
}
#publication-list .gallery-img-block img{
    height: 100%;
}
#publication-list .gallery {
    position: relative;
    margin-right: 10px;
    height: 279px;
}
#publication-list .gallery-title {
    position: absolute;
    bottom: 10px;
}
#publication-list .icons{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 35px;
    opacity: 0;
    z-index: 999;
    transition: all .3s ease;
}
#publication-list .icons a{
    color: #fff;
    padding: 5px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}
#publication-list .icons a:hover{
    color: #ff6c68;
}
#publication-list .icons span {
    display: block;
    text-align: center;
    font-size: 13px;
}
#publication-list .icons i {
    font-size: 28px !important;
}
#publication-list .gallery:hover .icons{
    opacity: 1;
}



.content-detail .author {
    margin-bottom: 10px;
}
.content-detail .author .author-img{
    float: left;
    width: 200px;
}
.content-detail .author .author-info{
    margin-left: 215px;
}
.content-detail .author .author-social{
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    display: inline-block;
}
.content-detail .author .author-social li{
    margin-bottom: 8px;
    float: left;
    margin-right: 5px;
}
.content-detail .author .author-social li a{
    color: #222;
    background-color: #dfdfdf;
    padding: 8px 0;
    text-align: center;
    width: 38px;
    display: inline-block;
}
.content-detail .author .author-social li a:hover{
    color: #fff;
    background-color: #e30613;
}

.blog-list.only-title li span.date{
    display: inline-block;
    padding: 2px;
    background-color: #e5e5e5;
    color: #a1a1a1;
    font-size: 11px;
}
.blog-list.only-title li {
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
    margin-bottom: 5px;
}
.blog-list.only-title li:last-child {
    border-bottom: none!important;
    padding-bottom: 0!important;
    margin-bottom: 0!important;
}
.blog-list.only-title li a:hover{
    color: #e30613;
}



.address-dtl-block {
    padding: 32px 60px 20px 40px;
    background-color: #ffffff;
    border-bottom: 1px solid rgba(78, 78, 78, 0.1);
}
.address-dtl-block:last-child {
    border-bottom: none;
}
.address-dtl-heading {
    line-height: 1.28;
    color: #e31913;
    margin-bottom: 0px;
}
.address-dtl-block ul li.address {
    margin-bottom: 15px;
}
.address-dtl-block ul li, .address-dtl-block ul li a {
    font-size: 13px;
    line-height: 1.69;
    letter-spacing: 0.4px;
    color: #222;
    padding-top: 6px;
    text-decoration: none;
    background-color: transparent;
    border-bottom: none;
}
.address-dtl-block ul li a {
    display: inline-block;
    color: #000;
    font-weight: 500;
    font-size: 16px;
}
.address-dtl-block ul li a:hover {
    color: red;
}
.address-dtl-block ul li span {
    font-weight: 700;
    color: #ff0700;
}
.address-list {
    margin-top: 15px;
}
.address-unit {
    margin-bottom: 15px;
}
.address-unit .card-header {
    height: 63px;
    max-height: 63px;
    overflow: hidden;
    background-color: rgb(33, 33, 33);
    color: #fff;
}
.address-unit li.user {
    height: 63px;
    max-height: 63px;
    overflow: hidden;
}
.address-unit li.email {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.address-unit li i {
    color: #b1b1b1;
}
.address-unit li a:hover {
    color: #e30613;
}





#faq-list{

}
#faq-list .data-item{
    margin-bottom: 40px;
}
#faq-list .data-item i{
    color: red;
    font-size: 12px;
}
#faq-list .data-item h5{
    font-weight: 500;
    color: #222;
    font-size: 16px
}
#faq-list .data-item p{
    color: #444;
}












/* TIMLINE */

.frst-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 15px
}

.frst-container::after {
    content: '';
    display: table;
    clear: both
}

.frst-timeline {
    position: relative
}

.frst-right-align {
    text-align: right
}

.frst-timeline-block {
    position: relative;
    min-height: 16px;
    padding-left: 35px;
    padding-right: 35px
}

.frst-timeline-block::before {
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    top: 0
}

.frst-timeline-block:last-child::before {
    display: none
}

.frst-right-align .frst-timeline-block::before {
    right: 0;
    left: auto!important;
    margin-left: 0!important
}

.frst-timeline-block::after {
    content: "";
    display: table;
    clear: both
}

.frst-date,
.frst-timeline-img i {
    display: block
}

.frst-timeline-img {
    position: absolute;
    min-width: 1px;
    min-height: 1px;
    left: 0;
    top: 0
}

.frst-right-align .frst-timeline-img {
    margin-left: 0!important;
    left: auto!important;
    right: 0
}

.frst-last-empty-item .frst-timeline-img span {
    vertical-align: top
}

.frst-timeline-content-inner {
    position: relative
}

.cssanimations .frst-timeline-content.is-hidden {
    visibility: hidden
}

.cssanimations .frst-timeline-content.animated {
    visibility: visible
}

.frst-labels span {
    display: inline-block
}

.frst-labels {
    padding: 20px 0
}

.frst-labels.frst-start-label {
    padding-top: 0!important
}

.frst-labels.frst-end-label {
    margin-bottom: 0!important
}

/*.turqoise {*/
/*    background: #00A79D!important*/
/*}*/

/*.light-blue {*/
/*    background: #27AAE2!important*/
/*}*/

/*.blue {*/
/*    background: #1D75BD!important*/
/*}*/

/*.violette {*/
/*    background: #2B3991!important*/
/*}*/

/*.dark-violette {*/
/*    background: #272264!important*/
/*}*/

@media only screen and (min-width:679px) {
    .frst-date-opposite,
    .frst-left-align.frst-date-opposite {
        margin-left: 190px
    }
    .frst-right-align.frst-date-opposite {
        margin-right: 190px;
        margin-left: 0;
        text-align: right
    }
    .frst-date-opposite.frst-alternate {
        margin: 0
    }
    .frst-timeline.frst-alternate.frst-left-align .frst-timeline-content,
    .frst-timeline.frst-alternate.frst-right-align .frst-timeline-content,
    .frst-timeline.frst-date-opposite.frst-left-align .frst-timeline-content,
    .frst-timeline.frst-date-opposite.frst-right-align .frst-timeline-content {
        width: 100%
    }
    .frst-alternate .frst-timeline-block::before {
        left: 50%
    }
    .frst-alternate .frst-timeline-img {
        left: 50%!important
    }
    .frst-alternate .frst-timeline-block.frst-even-item .frst-timeline-content {
        float: right
    }
    .frst-alternate .frst-timeline-block.frst-odd-item .frst-timeline-content {
        float: left
    }
    .frst-date-opposite .frst-date {
        position: absolute;
        top: 0;
        text-align: right
    }
    .frst-alternate .frst-timeline-block.frst-odd-item .frst-timeline-content,
    .frst-alternate.frst-date-opposite .frst-timeline-block.frst-even-item .frst-date,
    .frst-date-opposite.frst-left-align .frst-date,
    .frst-right-align {
        text-align: right
    }
    .frst-alternate.frst-date-opposite .frst-timeline-block.frst-odd-item .frst-timeline-content .frst-date,
    .frst-date-opposite.frst-right-align .frst-date {
        text-align: left
    }
    .frst-alternate .frst-timeline-label-block {
        text-align: center
    }
    .frst-alternate .frst-timeline-label-block .frst-labels span {
        left: 0;
        right: 0
    }
}

@media only screen and (max-width:678px) {
    .frst-timeline {
        margin-left: 20px
    }
    .frst-timeline.frst-responsive-right,
    .frst-timeline.frst-right-align {
        margin-right: 20px;
        margin-left: 0
    }
    .frst-responsive-right .frst-timeline-block::before,
    .frst-responsive-right .frst-timeline-img {
        margin-left: 0!important;
        left: auto!important;
        right: 0
    }
    .frst-responsive-right {
        text-align: right
    }
    .frst-date {
        margin-bottom: 10px
    }
}
#page {
    overflow: hidden;
}

.frst-container {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}

.frst-container {
    /*-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;*/
    margin: 0 auto;
}

.mobile-window .frst-container {
    max-width: 678px;
}

.tablet-window .frst-container {
    max-width: 992px;
}

.frst-container.content-right-align,
.frst-container.content-left-align {
    max-width: 678px;
}

/*-------- Type- 01 ------*/

.frst-timeline-style-1{
    color: #000;
}
.frst-timeline-style-1 .frst-timeline-block::before {
    width: 3px;
    background: rgba(0,0,0,0);
    margin-left: -1px;
    background: #D5DBDB;
}

.frst-timeline-style-1.frst-right-align .frst-timeline-block::before{
    margin-right: -1px;
}

.frst-timeline-block {
    padding-bottom: 30px;
    padding-left: 45px;
    padding-right: 45px;
}

.frst-timeline-style-1 .frst-timeline-img {
    padding: 0;
    margin-left: -28px;
    top: 5px;/*--- Box shadow value --*/
    width: 56px;
    height: 56px;
    color: #D5DBDB;
    text-align: center;
    font-size: 28px;

}
.frst-timeline-style-1 .frst-timeline-img span{
    display: inline-block;
    margin: auto;
    padding: 9px;
    min-height: 16px;
    min-width: 16px;
    background: #e31913;
    -webkit-border-radius: 10%;
    border-radius: 10%;
    vertical-align: middle;
    transform: rotate(45deg);
    box-shadow: 0 0 0 5px #D5DBDB;
    -webkit-box-shadow: 0 0 0 5px #D5DBDB;
}
.frst-timeline-style-1 .frst-timeline-img i{
    display: block;
    transform: rotate(-45deg);
}

.frst-timeline-style-1.frst-right-align .frst-timeline-img {
    margin-right: -28px;
}

.frst-timeline-style-1 .frst-timeline-content {
    color: #6f6f6f;
}

.frst-timeline-style-1 .frst-date {
    color: #9c9c9c;
    margin-bottom: 10px;
    display: block;
}

.frst-timeline-style-1 h2 {
    margin: 0 0 5px;
    font-weight: 500;
    color: #6f6f6f;
    font-size: 16px;
}

.frst-date-opposite.frst-timeline-style-1 h2 {
}

.frst-timeline-style-1 p {
    margin: 0;
}
.frst-timeline-style-1 .frst-timeline-text {
    margin: 0;
    font-size: 13px;
    font-weight: 300;
}

.frst-timeline-style-1 .frst-timeline-label-block{
    padding-top: 0;
}
.frst-timeline-style-1 .frst-labels{
    padding: 50px 0;
}
.frst-timeline-style-1 .frst-labels.frst-start-label{
    padding-top: 0;
}
.frst-timeline-style-1 .frst-labels.frst-end-label{
    padding-bottom: 0;
}
.frst-timeline-style-1 .frst-labels span{
    position: relative;
    background: #2e2e2e;
    -webkit-border-radius: 25%;
    border-radius: 25%;
    vertical-align: top;
    color: #D5DBDB;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0 0 0 5px #D5DBDB;
    -webkit-box-shadow: 0 0 0 5px #D5DBDB;
    /*width: 60px;*/
    width: 100px;
    height: 60px;
    padding: 20px 5px;
    margin-left: -45px;
    left: -35px;
}
.frst-timeline-style-1.frst-alternate .frst-timeline-label-block .frst-labels span{
    margin: 0;
}
.frst-timeline-style-1.frst-right-align .frst-labels span{
    left: auto;
    right: -35px;
    margin-left:0;
    margin-right: -45px;
}

/*--------- news-------*/
.frst-timeline-style-1 .frst-timeline-content-inner{
    padding: 30px;
    position: relative;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #D5DBDB;
}
.frst-timeline-style-1 .frst-timeline-content-inner::before,
.frst-timeline-style-1 .frst-timeline-content-inner::after{
    content: "";
    border-style: solid;
    border-color: transparent;
    position: absolute;
}
.frst-timeline-style-1 .frst-timeline-content-inner::before{
    border-width: 10px 11px 10px 0;
    border-right-color: #D5DBDB;
    left: -10px;
    top: 18px;
}
.frst-timeline-style-1 .frst-timeline-content-inner::after{
    border-width: 8px 9px 8px 0;
    border-right-color: #D5DBDB;
    left: -9px;
    top: 18px;

}
.frst-timeline-style-1.frst-right-align .frst-timeline-content-inner::before{
    border-width: 10px 0 10px 11px;
    border-left-color: #D5DBDB;
    left: auto;
    right: -11px;
}
.frst-timeline-style-1.frst-right-align .frst-timeline-content-inner::after{
    border-width: 8px 0 8px 9px;
    border-left-color: #D5DBDB;
    right: -8px;
    left: auto;
}

/*---------- Responsive part ------------*/
@media only screen and (min-width:679px) {

    .frst-date-opposite {
        margin-left: 203px;
    }

    .frst-left-align.frst-date-opposite {
        margin-left: 203px;
    }

    .frst-right-align.frst-date-opposite {
        margin-right: 203px;
        margin-left: 0;
    }
    .frst-timeline-style-1.frst-alternate .frst-timeline-content,
    .frst-timeline-style-1.frst-date-opposite .frst-timeline-content {
        width: calc(50% - 44px);
    }

    .frst-timeline-style-1.frst-date-opposite .frst-date {
        left: -248px;
        line-height: 56px;
        width: 160px;
    }

    .frst-timeline-style-1.frst-date-opposite.frst-right-align .frst-date,
    .frst-timeline-style-1.frst-date-opposite.frst-alternate .frst-timeline-block.frst-odd-item .frst-date {
        right: -248px;
        left: auto;
        text-align: left;
    }
    .frst-timeline-style-1.frst-right-align .frst-date{
        left: auto;
        right: 0;

    }

    /*--------- news-------*/
    .frst-timeline-style-1.frst-alternate .frst-odd-item .frst-timeline-content-inner::before{
        border-width: 10px 0 10px 11px;
        border-left-color: #D5DBDB;
        left: auto;
        right: -10px;
    }
    .frst-timeline-style-1.frst-alternate .frst-odd-item .frst-timeline-content-inner::after{
        border-width: 8px 0 8px 9px;
        border-left-color: #D5DBDB;
        right: -8px;
        left: auto;
    }
}
@media only screen and (max-width:1200px) {
    .frst-timeline-style-1{
        margin-left: 45px;
    }
    .frst-timeline-style-1.frst-right-align{
        margin-left: 0;
        margin-right: 45px;
    }
}
@media only screen and (max-width:678px) {
    .frst-timeline-style-1.frst-responsive-right .frst-labels span{
        left: auto;
        right: -47px
    }
    .frst-timeline-style-1.frst-responsive-right .frst-timeline-block::before {
        margin-right: -1px;
    }
    .frst-timeline-style-1.frst-responsive-right .frst-timeline-img {
        margin-right: -28px;
    }
    .frst-timeline-style-1.frst-alternate .frst-timeline-label-block .frst-labels span{
        margin-left: -45px;
    }
    .frst-timeline-style-1.frst-responsive-right .frst-labels span,
    .frst-timeline-style-1.frst-alternate.frst-responsive-right .frst-labels span{
        right: -35px;
        margin-right: -45px;
        left: auto;
        margin-left: 0;
    }
    .frst-timeline-style-1.frst-responsive-right{
        margin-left: 0;
        margin-right: 45px;
    }

    /*--------- news-------*/
    .frst-timeline-style-1.frst-responsive-right .frst-timeline-content-inner::before{
        border-width: 10px 0 10px 11px;
        border-left-color: #D5DBDB;
        left: auto;
        right: -11px;
    }
    .frst-timeline-style-1.frst-responsive-right .frst-timeline-content-inner::after{
        border-width: 8px 0 8px 9px;
        border-left-color: #D5DBDB;
        right: -8px;
        left: auto;
    }

}








/* ORGANİZASYON ŞEMASI */


/*.content {*/
/*    margin-top: 5%;*/

/*    font-size: 14px;*/
/*    position: relative;*/
/*}*/
/*.content * {*/
/*    -webkit-box-sizing: border-box;*/
/*    -moz-box-sizing: border-box;*/
/*    box-sizing: border-box;*/
/*}*/

.org-chart {
    display: block;
    clear: both;
    position: relative;
    margin: 10px 10px 100px 10px;

}
.org-chart.cf:before, .org-chart.cf:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}
.org-chart.cf:after {
    clear: both;
}
.org-chart.cf {
    *zoom: 1;
}
.org-chart .board ul{
    margin: auto;
    width: 30%;
}
.org-chart ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.org-chart ul li {
    position: relative;
}
.org-chart ul li div {
    display: block;
    border: 3px solid orange;
    border-left: 1px solid orange;
    text-align: center;
    overflow: hidden;
    font-weight: 400;
    text-decoration: none;
    color: black;
    font-size: 12px;
    box-shadow: 4px 4px 9px -4px rgba(0, 0, 0, 0.4);
    -webkit-transition: all linear .1s;
    -moz-transition: all linear .1s;
    transition: all linear .1s;
    background: #92D4A8;
    padding: 5px;
}
.org-chart .lvl-b {
    background: green;
    color: #92D4A8;
}
.org-chart .board {
    width: 70%;

    margin: 0 auto;
    display: block;
    position: relative;
}
.org-chart .board:before {
    content: "";
    display: block;
    position: absolute;
    height:120%;
    width: 0px;
    border-left: 2px solid orange;
    margin-left: 49%;
    top: 15px;
}
.org-chart ul.columnOne {
    height: 90px;
    position: relative;
    width: 100%;
    display: block;
    clear: both;
}
.org-chart ul.columnOne li {
    width: 30%;
    margin: 0px auto;
    top: 20px;
}
.org-chart ul.columnTwo {
    position: relative;
    width: 100%;
    display: block;
    height: 90px;
    clear: both;
}
.org-chart ul.columnTwo li:first-child {
    width: 30%;
    float: left;
}
.org-chart ul.columnTwo li {
    width: 30%;
    float: right;
}
.org-chart ul.columnTwo:before {
    content: "";
    display: block;
    position: relative;
    width: 80%;
    height: 10px;
    border-top: 2px solid orange;
    margin: 0 auto;
    top: 40px;
}
.org-chart ul.columnThree {
    position: relative;
    width: 100%;
    display: block;
    clear: both;
}
.org-chart ul.columnThree li:first-child {
    width: 30%;
    float: left;
    margin-left: 0;
}
.org-chart ul.columnThree li {
    width: 30%;
    margin-left: 5%;
    float: left;
}
.org-chart ul.columnThree li:last-child {
    width: 30%;
    float: right;
    margin-left: 0;
}
.org-chart ul.columnThree:before {
    content: "";
    display: block;
    position: relative;
    width: 80%;
    height: 10px;
    border-top: 2px solid orange;
    margin: 0 auto;
    top: 25px;
}
.org-chart .departments {
    width: 100%;
    display: block;
    clear: both;
}
.org-chart .departments:before {
    content: "";
    display: block;
    width: 85%;
    height: 22px;
    border-top: 2px solid orange;
    border-left: 2px solid orange;
    border-right: 2px solid orange;
    margin: 0 auto;
    top: 0px;
}
.org-chart .department {
    border-left: 2px solid orange;
    width: 13.2%;
    float: left;
    margin: 0px 4px;
}
.org-chart .department:after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 22px;
    border-left: 2px solid orange;
    left: 50%;
    top: -22px;
}
.org-chart .department:first-child:after {
    display: none;
}
.org-chart .department:last-child:after {
    display: none;
}
.org-chart .department.central {
    background: #F5EEC9;
}
.org-chart .department.central:after {
    display: none;
}
.org-chart .department div {
    /* border-left: 1px solid orange; */
}
.org-chart .department > li {
    border-bottom: 2px solid orange;
}
.org-chart .department li {
    padding: 0;
    height: 60px;
    top: 22px;
}
.org-chart .department li div {
    background: #92D4A8;
    top: 0;
    position: absolute;
    z-index: 1;
    width: 95%;
    height: auto;
    vertical-align: middle;
    right: 0;
    line-height: 1.4;
    border: 3px solid orange;
    /* margin-top: 10px; */
}
.org-chart .department .sections {

    margin-top: -20px;
}
.org-chart .department .sections li{
    position: relative;
    z-index: 2;
    margin-top: 38px;
}
.org-chart .department .sections li:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    border-bottom: 1px solid orange;
    width: 50%;
    height: 18px;
    top: 20px;
    /* transform: translateY(-50%); */
}
.org-chart .department .sections div{
    background: #fff;
}
@media all and (max-width:1305px) {
    .org-chart .department .sections li:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -1;
        border-bottom: 1px solid orange;
        width: 50%;
        height: 0;
        top: 57px;
        /* transform: translateY(-50%); */
    }

    .org-chart .department li div {
        background: #92D4A8;
        top: 38px;
        position: absolute;
        z-index: 1;
        width: 95%;
        height: auto;
        vertical-align: middle;
        right: 0px;
        /* line-height: 14px; */
        border: 3px solid orange;
        /* margin-top: 10px; */
    }
    .org-chart .department li div{
        margin-top: 0px;
        background: #fff;
        /* top: 53px; */
    }

    .org-chart .department li {
        min-height: 80px;
    }

}
@media all and (max-width: 1200px){


    .org-chart ul li div{
        font-size: 67%;
    }
}



@media all and (min-width:700px) and (max-width:790px)  {
    .org-chart .department li{
        height: 12%;
    }
    .org-chart .department li div{
        margin-top: 15%;

    }

}
@media all and (min-height:830px)  {
    .org-chart .department li{
    }
    .org-chart .department li div{
        margin-top: 0;
    }

}





@media all and (max-width: 790px) {
    .org-chart .department .sections li:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -1;
        border-bottom: 1px solid orange;
        width: 50%;
        height: 0px;
        top: 15px;
        /* transform: translateY(-50%); */
    }
    .org-chart .department li div {
        background: #92D4A8;
        top: 0px;
        position: absolute;
        z-index: 1;
        width: 95%;
        height: auto;
        vertical-align: middle;
        right: 0px;
        line-height: 13px;
        border: 3px solid orange;
        /* margin-top: 10px; */
    }

    .org-chart .department .sections {
        margin-top: -10px;
    }


    .org-chart .department li div {
        /* top: 30px; */
    }


    .org-chart .department li{
        padding: 0;
        height: 50px;
        min-height: 50px;
        margin-top: 20px!important;
    }


    .org-chart ul li div{
        font-size:90%;

    }
    .org-chart .board {
        margin: 0px;
        width: 100%;
    }
    .org-chart .departments:before {
        border: none;

    }
    .org-chart .department {
        float: none;
        width: 100%;
        margin-left: 0;

        margin-bottom: 45px;
    }
    .org-chart .department:before {
        content: "";
        display: block;
        position: absolute;
        width: 15px;
        height: 60px;
        border-left: 2px solid orange;
        z-index: 1;
        top: -45px;
        left: 0%;
        margin-left: -2px;
    }
    .org-chart .department:after {
        display: none;
    }
    .org-chart .department:first-child:before {
        display: none;
    }
}

.responsive-content {
    width: 767px;
    margin: 0px auto;
}
.responsive-content .org-chart .board {
    margin: 0px;
    width: 100%;
}
.responsive-content .org-chart .departments:before {
    border: none;
}
.responsive-content .org-chart .department {
    float: none;
    width: 100%;
    margin-left: 0;
    background: #F5EEC9;
    margin-bottom: 40px;
}
.responsive-content .org-chart .department:before {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 60px;
    border-left: 2px solid orange;
    z-index: 1;
    top: -45px;
    left: 0%;
    margin-left: -2px;
}
.responsive-content .org-chart .department:after {
    display: none;
}
.responsive-content .org-chart .department:first-child:before {
    display: none;
}
.board .bsk{
    background-color: #00b22e;
    color: #fff;
}
.board .ynt{
    background-color: #4dc76e;
    color: #fff;
}
.board .ynt-alt{
    background: #989494;
    color: #fff;
}
.departments .gnl-alt{
    background:#d6d0d0;
    color: #1d1f20;
}

.org-chart a{
    color:#0b0b0b;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    outline: 0;
    text-decoration: none;
}
.org-chart a:focus,
.org-chart a:hover strong {
    color: #b70024;
    outline: 0;
    text-decoration: none
}































@-moz-keyframes bounceDown {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@-webkit-keyframes bounceDown {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@keyframes bounceDown {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}





@-webkit-keyframes bounceLeft {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    40% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    60% {
        -webkit-transform: translateX(15px);
        transform: translateX(15px);
    }
}
@-moz-keyframes bounceLeft {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(0);
    }
    40% {
        transform: translateX(30px);
    }
    60% {
        transform: translateX(15px);
    }
}
@keyframes bounceLeft {
    0%,
    20%,
    50%,
    80%,
    100% {
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    40% {
        -ms-transform: translateX(30px);
        transform: translateX(30px);
    }
    60% {
        -ms-transform: translateX(15px);
        transform: translateX(15px);
    }
}
/* /left bounce */


/* right bounce */
@-webkit-keyframes bounceRight {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    40% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    60% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }
}
@-moz-keyframes bounceRight {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(0);
    }
    40% {
        transform: translateX(-30px);
    }
    60% {
        transform: translateX(-15px);
    }
}
@keyframes bounceRight {
    0%,
    20%,
    50%,
    80%,
    100% {
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    40% {
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    60% {
        -ms-transform: translateX(-15px);
        transform: translateX(-15px);
    }
}
/* /right bounce */


/* assign bounce */
/*
.fa-arrow-right {
    -webkit-animation: bounceRight 2s infinite;
    animation: bounceRight 2s infinite;
    float:right;
}

.fa-arrow-left {
    -webkit-animation: bounceLeft 2s infinite;
    animation: bounceLeft 2s infinite;
}

.fa-chevron-down {
    -moz-animation: bounceDown 2s infinite;
    -webkit-animation: bounceDown 2s infinite;
    animation: bounceDown 2s infinite;
    text-align:center;
    display:block;
}
*/
.animate-left{
    -webkit-animation: bounceLeft 1s infinite;
    animation: bounceLeft 1s infinite;
}















.news-banner {
    background-repeat: repeat-x;
    background-position: 0 bottom;
    background-image: url(../images/news-banner-bg.png);
    background-color: #2c2c30;
    padding:30px 0;
    animation: bg-slide 50s linear infinite;
}




@keyframes bg-slide{
    0% {
        background-position: 0 bottom;
    }
    100% {
        background-position: -100% bottom;
    }

}

@-moz-keyframes bg-slide {
    0% {
        background-position: 0 bottom;
    }
    100% {
        background-position: -100% bottom;
    }
}

@-ms-keyframes bg-slide {
    0% {
        background-position: 0 bottom;
    }
    100% {
        background-position: -100% bottom;
    }
}


.news-banner-detail-area{
    background-color: #ffffff;
    min-height: 100%;
    max-height: 100%;
    padding:25px;
    position: relative;
    -webkit-box-shadow: 0px 0px 9px rgba(0,0,0,.30);
    -moz-box-shadow: 0px 0px 9px rgba(0,0,0,.30);
    box-shadow: 0px 0px 9px rgba(0,0,0,.30);
}


.news-banner-content {
    max-height: 205px;
    transition: all 0.7s ease .2s;
    -webkit-transition: all 0.7s ease .2s;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    overflow: hidden;
}


.news-banner .owl-item.active .news-banner-content{
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}



.news-banner-title {
    font-weight: 700;
    color: #505050;
    font-size: 24px;
    line-height: 33px;
    padding-bottom: 15px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 15px;
}

.news-banner-image:after{
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d9";
    margin-top: 5px;
    z-index: 6;
    right: -4px;
    font-size: 55px;
    color: #ffffff;
    text-shadow: -3px 1px 5px rgba(0,0,0,.20);
    -webkit-text-shadow: -3px 1px 5px rgba(0,0,0,.20);
    -moz-text-shadow: -3px 1px 5px rgba(0,0,0,.20);
    top: 0;
}

.news-banner-short{
    font-size: 16px;
    color:#656565;
}

.news-banner-date {
    font-size: 14px;
    color:#505050;
    margin-top: 15px;

}



.news-banner-date i {
    margin-right: 5px;
    color:#e30613;
    font-size: 16px;
    /* margin-top: 1px; */
}

.news-banner-nav-bg{
    position: absolute;
    width: 100%;
    height: 45px;
    background-color: #dddddd;
    z-index: 5;
    left: 0;
    bottom: 0;

}


.news-banner-nav-bg .news-archive-button{
    display: inline-block;
    padding: 0 25px;
    line-height: 45px;
    font-size: 14px;
    color:#656565;
    text-decoration: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}


.news-banner-nav-bg .news-archive-button i {
    font-size: 17px;
    margin-right: 5px;
    color:#656565;
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px);
}

.news-banner-nav-bg .news-archive-button:hover
{
    background-color: rgba(0,0,0,.10);
}


.news-banner-arrow {
    float: right;
    margin-top: -45px;
    z-index: 10;
    position: relative;
}

.news-banner-buttons {
    display: block;
    float: left;
    width: 65px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color:#ffffff;
    font-size: 20px;
    background-color: #e30613;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    cursor:pointer;
}

.news-banner-buttons:hover {
    background-color: #9e0a13;
}

.news-banner-arrow .prev-banner{
    border-right: 1px solid rgba(0,0,0,.25);

}

.news-banner-arrow .news-archive-button{
    display: none;
}


.news-banner-carousel .owl-nav {
    display: block;
    position: absolute;
    right: 0;
    margin-top: -45px;
}

/* RESPONSIVE CSS */
@media (max-width: 1275px){

    .news-banner {
        padding:0px 0px 20px;
    }

    .container {
        max-width: 100% !important;
    }


    .news-banner > .container{
        max-width: 820px !important;
        width: 800px;
    }

    .news-banner-short {
        display: none;
    }


    .news-banner-image{
        -ms-flex: 0 0 820px;
        flex: 0 0 100%;
        max-width: 100%;
    }


    .news-banner-image:after {
        display: none;
    }

    .news-banner-detail-content {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }


    .news-banner .item > .row {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important;
    }

}


@media (max-width: 830px){

    .news-banner > .container{
        max-width: 100% !important;
        width: 100%;
        padding:0;
    }
    .news-banner > .news-banner-carousel{
        max-width: 100% !important;
        width: 100% !important;
        padding:0;
    }

    .news-banner-nav-bg {
        display: none;
    }

    .news-banner-title {
        font-size: 20px;
        line-height: 26px;
        padding-bottom: 10px;
        margin-bottom: 2px;
        height: 81px;
        overflow: hidden;
    }

    .news-banner-date {
        margin-top: 8px;
    }

    .news-banner-detail-area {
        padding:15px 15px 14px;
    }

    .news-banner-arrow .news-archive-button {
        display: inline-block;
        float: left;
        line-height: 45px;
        padding: 0 20px;
        background-color: rgba(0,0,0,.15);
        color: #444;
        text-decoration: none !important;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }

    .news-banner-arrow .news-archive-button:hover {
        color:#e30613;
    }


    .news-banner-carousel .owl-nav {
        margin-top: -45px;
    }

    .news-banner-arrow {
        margin-right: 130px;
    }

}


@media(max-width: 500px){
    .news-banner-arrow .news-archive-button {
        padding: 0 6px;
        font-size: 13px;
        line-height: 35px;
    }

    .news-banner-buttons {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .news-banner-title {
        font-size: 15px;
        line-height: 18px;
        height: 58px;
    }
    .news-banner-detail-area {
        padding: 15px 15px 6px;
    }

    .news-banner-arrow {
        margin-top: -35px;
    }


    .news-banner-date {
        margin-top: 6px;
        font-size: 13px;
        padding-bottom: 2px;
    }

    .news-banner-carousel .owl-nav {
        margin-top: -35px;
    }

    .news-banner-arrow {
        margin-right: 70px;
    }
}











#advantage-list .data-item{
    border: 1px solid #e2e2e2;
    padding: 8px;
    transition: all .25s ease;
    -moz-transition: all .25s ease;
    -webkit-transition: all .25s ease;
}
#advantage-list .data-item:hover{
    border: 1px solid #c4c4c4;
    background-color: #f5f5f5;
}
#advantage-list .media img {
    width: 110px;
}
#advantage-list .media dd.large-dd {
    display: block;
}
#advantage-list .media dd.small-dd {
    display: none;
}
@media (max-width: 600px) {
    #advantage-list .media {
        display: block;
    }
    #advantage-list .media img {
        width: 100%;
    }
    #advantage-list .media dd.large-dd {
        display: none;
    }
    #advantage-list .media dd.small-dd {
        display: block;
    }
}