/*
    
      .well-lg {
        padding-left: 12px;
      }
      ul {
        list-style: none;
        padding-inline-start: 0px;
      }
  
  
  top nav */

  
  
  .icon-bar {
    position: fixed;
    top: 50%;
    left: -5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  .icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
  }
  
  .icon-bar a:hover {
    background-color: #000;
  }
  
  .facebook {
    background: #3B5998;
    color: white;
  }
  
  .twitter {
    background: #55ACEE;
    color: white;
  }
  
  .google {
    background: #dd4b39;
    color: white;
  }
  
  .linkedin {
    background: #007bb5;
    color: white;
  }
  
  .youtube {
    background: #bb0000;
    color: white;
  }
  
  .content {
    margin-left: 75px;
    font-size: 30px;
  }

  .headline h2 {
        margin: 0 0;
        padding-bottom: 0px;
        display: inline-block;
        border-bottom: 0px;
    }

  .main-tk-title {
     font-weight: 600;
     font-size: 2.8em;
  }

  @media (min-width: 720px) and (max-width: 1280px){
    .main-tk-title  {
      font-size: 2.5em;
    } 
    }

  .social-icons li {
    text-indent: 0px;
  }
  
/*left nav menu*/

.owl-work-v1 .item a {
  text-align: center;
}

.owl-work-v1 .item a:hover {
  text-decoration: none;
}

.owl-work-v1 .item a:hover strong {
  color: #555;
}

.owl-work-v1 .item em.overflow-hidden {
  display: block;
}

.owl-work-v1 .item a span {
  display: block;
  padding: 10px;
  border-bottom: solid 2px #eee;
}

.owl-work-v1 .item a strong {
  color: #555;
  display: block;
}

.owl-work-v1 .item a i {
  color: #777;
}

.owl-work-v1 .item a img {
	transition: all 0.8s ease-in-out;
}

.owl-work-v1 .item a:hover img {
	opacity: 0.8;
	transform: scale(1.1); 
  /*rotate(3deg);*/
}

.owl-work-v1 .item a:hover span {
	border-bottom: solid 2px #72c02c;
	transition: all 0.3s ease-in-out;
}

/*end left nav menu */
  
/* Share buttons */

ul.share-buttons{
  list-style: none;
  padding: 0;
  align: right;
}

ul.share-buttons li{
  display: inline;
}

ul.share-buttons .sr-only{
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.headline-color2022 h3 {
  border-bottom: 0px;
}

.next-v2:hover {
  background: #055486;
}
.prev-v2:hover {
  background: #055486;
}



@media (max-width: 1920px) and (min-width: 1400px){
  .container {
    width: 1400px;
  }
   
  }