#base-loader {
  position: fixed !important;
  top:0;
  width:100%;
  height:100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  background-color: black;
  z-index:100000;
  opacity:0.3;
}

#spin-loader {
  position: absolute;
  left: 50%;
  top: 35%;
  margin-left: auto;
  margin-right: auto;
  width: 110px;
  height: 110px;
  border: 20px solid #f3f3f3;
  border-radius: 50%;
  border-top: 20px solid #3498db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  z-index: 1;
}

@media (max-width: 992px) {
    #spin-loader {
      left: 35%;
      top:35%;
    }
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

.banner .image {
    position: relative;
    width: 100% !important;
}

.banner .title {
    font-weight: bold;
    position: relative;
    font-size: 24px;
    padding: 30px 0;
}

@media (max-width: 992px) {
    .banner .title {
        font-weight: bold;
        position: relative;
        font-size: 24px;
        padding: 20px 0;
    }
}


.ds-content h4.title {
    font-weight: bold;
    position: relative;
    color: #0080C0;
    margin-top: 10px;
}

form .form-group label {
    font-size: 14px;
}

form .form-group input.form-control {
    border-radius:0px;
}

.select2-container .select2-selection--single {
    cursor: pointer;
    height:35px;
    padding-top: 3px;
    padding-left: 4px;
    border-radius:0px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 5px;
    right: 1px;
    width: 20px;
}

.modal-content .table thead th {
    font-size: 13px;
}

.modal-content .table tbody td {
    font-size: 12px;
}

#portfolio .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -50px;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    background: #50d8af;
    padding: 15px 10px;
}

#portfolio .portfolio-item .portfolio-info h4{
    font-size: 12px;
}

#portfolio .portfolio-item .sub-info{
    padding: 5px;
    border: 1px solid silver;
    font-size: 12px;
    height: 60px;
    text-transform: capitalize;
    text-align: left;
}

#portfolio .portfolio-item .portfolio-info .details-link {
    position: absolute;
    right: 30px;
    font-size: 14px;
    top: calc(70% - 18px);
    color: rgba(255, 255, 255, 0.6);
    transition: ease-in-out 0.3s;
}

.portfolio-details .portfolio-info {
    padding: 30px;
    position: absolute;
    right: 0;
    bottom: -15px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.social-media-big-list{
    font-size: 50px;
    letter-spacing: 15px;
}

.card-blogs, .card-blogs p, .card-blogs div, .card-blogs span {
    font-family: "Montserrat", sans-serif !important;
    text-align: justify !important;
    text-indent: 0pt !important;
}

#modal_pop_up_adds .modal-content{
    border-radius: 10px;
    border:0px;
}

.full-images {
    background: linear-gradient(to bottom right, whitesmoke, aqua);
    min-height: 300px;
    border-radius: 10px;
}

.full-images ul li {
   list-style: none;
   border-radius: 10px;
   background-color: white;
   padding: 5px;
   text-align: center;
}

.full-images ul li a img {
   width:200px;
   height: 40px;
   border-radius: 10px;
}

.pop-up-close {
    position: absolute;
    top: 10px;
    right: 10px;
}

.pop-up-close span{
    font-size: 30px;
}

.pop-text {
    position: absolute;
    bottom: 50px;
    top: auto;
    font-style: italic;
    font-size: 24px;
    padding: 5px 15px;
    color: blue;
    text-shadow: 1px 1px 2px gray;
    width: 70%;
    font-weight: bold;
}

.pop-button {
    position: absolute;
    bottom: 0px;
    top: auto;
    font-style: italic;
    font-size: 16px;
    padding: 10px 15px;
}

.btn-download {
    background: transparent;
    color: #117a8b;
    border-radius: 0;
    border: 2px solid #117a8b;
    padding: 10px;
}