﻿

/* Main Style */

/*--------------------------------------------------------------
# Main List Box Common
--------------------------------------------------------------*/
.listbox-title { font-size: .9rem; font-weight: 500; color: #777; border-bottom: 0px solid /*#dee2e6*/rgba(232,232,232, 0.8); margin: 0; padding: 0 5px; }
.listbox-title a { color: rgba(23,162,184, 1); border: 0px solid /*#dee2e6*/rgba(232,232,232, 0.8); }
.listbox-title a:hover { color: #0576B8; /*color: #17a2b8;*/ }
/*.listbox .listbox-title { font-size: .9rem; font-weight: 500; color: #666;  }*/
.newlist { background-image: url('../content/images/new2.gif'); background-position: center center; background-repeat: no-repeat; padding: 0 5px; margin-right: 2px; }
.badge { font-weight: 300; font-size: .5rem; margin-left: -2px;}


/*--------------------------------------------------------------
# Main List Box 1
--------------------------------------------------------------*/
.listbox1 { /*height: 150px;*/ margin: 0; padding: 0; overflow: hidden; border: 0px solid blue; }
.listbox1 a { color: #333; }
.listbox1 a:hover { color: #0576B8; /*color: #17a2b8;*/ }
.listbox1 .listbox-data { margin: 0; padding: 0; width: 100%; font-size: .9rem; }
.listbox1 .listbox-data .listbox-list { margin: 0; padding: 1px 0; }
.listbox1 .listbox-data .listbox-list span { display: inline-block; vertical-align:middle; border: 0px solid green; }
.listbox1 .listbox-data .listbox-list .list-icon { color: #0576B8; padding: 0 4px; text-align: center; }
.listbox1 .listbox-data .listbox-list .list-title { max-width: 90%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; border: 0px solid red; }
/*    .listbox1 .listbox-data .listbox-list .badge { font-size: 0.8rem; }*/


/*--------------------------------------------------------------
# Gallery Box
--------------------------------------------------------------*/
.list-gallery { margin: 0; padding: 0; overflow: hidden; border: 0px solid blue; }
.list-gallery ul { overflow: hidden; }
.list-gallery ul li { display: inline-block; margin: 0; padding: 3px; }
.list-gallery ul li:last-child { /*padding-right: 7px;*/ }
.list-gallery ul li img {/* width: 100px; height: 100px;*/ width: 100%; }
.list-gallery ul li p { width: 100px; font-size: 0.7rem; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;  }



/*--------------------------------------------------------------
# Gallery Box
--------------------------------------------------------------*/
.list-gallery .gallery-item {
    margin-bottom: 20px;
}

.list-gallery #gallery-flters {
    padding: 0;
    margin: 0 auto 20px auto;
    list-style: none;
    text-align: center;
}

.list-gallery #gallery-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 15px 10px 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #444444;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
}

.list-gallery #gallery-flters li:hover, .list-gallery #gallery-flters li.filter-active {
    color: #fff;
    background: #e03a3c;
}

.list-gallery #gallery-flters li:last-child {
    margin-right: 0;
}

.list-gallery .gallery-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(17, 17, 17, 0.6);

}

.list-gallery .gallery-wrap::before {
    content: "";
    background: rgba(17, 17, 17, 0.6);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
}

.list-gallery .gallery-wrap img {
    transition: all ease-in-out 0.3s;
    width: 100%;
}

.list-gallery .gallery-wrap .gallery-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 20px;
}

.list-gallery .gallery-wrap .gallery-info h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.list-gallery .gallery-wrap .gallery-info p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-style: italic;
}

.list-gallery .gallery-wrap:hover::before {
    opacity: 1;
}

.list-gallery .gallery-wrap:hover img {
    transform: scale(1.2);
}

.list-gallery .gallery-wrap:hover .gallery-info {
    opacity: 1;
}





/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
    font-family: "Work Sans", sans-serif;
}
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}

.about .content ul li:first-child {
  margin-top: 35px;
}

.about .content ul i {
  background: #fff;
  box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
  font-size: 24px;
  padding: 20px;
  margin-right: 15px;
  /*color: #106eea;*/
  color: #17a2b8;
  border-radius: 50px;
}

.about .content ul h5 {
  font-size: 18px;
  color: #555555;
}

.about .content ul p {
  font-size: 15px;
}

.about .content p:last-child {
  margin-bottom: 0;
}



/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  /*color: #1977cc;*/
  color: #17a2b8;
  float: left;
  width: 44px;
  height: 44px;
  /*background: #d6e9fa;*/
  background: rgba(23, 162, 184, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #2c4964;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  /*color: #4b7dab;*/
}

.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  /*background: #1977cc;*/
  background: #17a2b8;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #1977cc;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #1c84e3;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
