/******************************************
    File Name: colors.css
/****************************************** */


/**************************************
GRADIENTS 
**************************************/

.icon_wrap:hover,
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover,
.icon-wrapper:hover i,
.grd1 {
    color: #ffffff;
    background: #39b49a;
    border: #39b49a;
    background: -moz-linear-gradient(left, #39b49a 0%, #1d86df 100%);
    background: -webkit-linear-gradient(left, #39b49a 0%, #1d86df 100%);
    background: linear-gradient(to right, #39b49a 0%, #1d86df 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#39b49a', endColorstr='#1d86df', GradientType=1);
}

.icon_wrap,
.dmtop:hover,
.cac:hover,
.features-right li:hover i,
.features-left li:hover i,
.nav-pills > li:hover > a,
.nav-pills > li:focus > a,
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover,
.divider-bar,
.owl-next:hover i,
.owl-prev:hover i,
.icon-wrapper:hover i:hover,
.grd1:hover,
.grd1:focus {
    background-position: 100px;
    color: #ffffff;
    background: #39b49a;
    border: #39b49a;
    background: -moz-linear-gradient(left, #39b49a 0%, #1d86df 100%);
    background: -webkit-linear-gradient(left, #39b49a 0%, #1d86df 100%);
    background: linear-gradient(to right, #39b49a 0%, #1d86df 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#39b49a', endColorstr='#1d86df', GradientType=1);
}


.section-theme-0 {
    background: whitesmoke;
}

.section-theme-1 {
    background: linear-gradient(to bottom right, #9cecf7 0%, #0ca8c0 100%);
}

.section-theme-2 {
    background-image: linear-gradient(to right, #92fe9d 0%, #00c9ff 100%);
}

.section-theme-3 {
    background-image: linear-gradient(to right, #43bdff 70%, #2589f4 100%);
}

.section-theme-4 {
    background: linear-gradient(to right, #288ed9, #3eb3a0);
}

.section-theme-5 {
    background-image: url('../images/fon-1.jpg');
    background-size: cover;
}


.link-style {
    color: blue; /* Начальный цвет текста */
    cursor: pointer; /* Изменение курсора при наведении */
}

.link-style:hover {
    color: darkblue; /* Цвет текста при наведении */
}

  .table-style {
      background: #d2ffb1;
  }