* {
  padding: 0;
  margin: 0;
  font-size: 15px;
}
body{
    font-family: var(--ltn__heading-font);
}
/* a:hover {
    color: #0646a5;
} */
.container-fluid {
  width: 90% !important;
}
.section-bg-6 {
  background-color: #0646a5;
  padding: 5px;
}
.inner--pages>h2, .inner--pages>h3, .inner--pages>h4, .inner--pages>h1{
     font-weight: 200 !important;
} 
.txt h3{
     font-weight: 200 !important;
     font-size: 1.25rem;
     margin: 0;
}

.ltn__top-bar-menu > ul > li > i,
.ltn__top-bar-menu > ul > li > a > i {
  margin-right: 3px;
  color: #ffffff;
}
.ltn__header-4 .ltn__header-middle-area,
.ltn__header-5 .ltn__header-middle-area {
  padding-top: 15px;
  padding-bottom: 15px;
}
.site-logo img {
  width: 60%;
}
.special-link a {
  background-color: #262828;
}
.other_product_bg{
    font-size: 1.8rem;
    font-weight: 200;
    background: #0646a5;
    border-left: 5px solid #6fbae8;
    color: #fff;
    border-radius: 0px 15px 15px 0px;
    padding-left: 15px;

}
.carousel-caption h2{
    color:#fff;
}
.ltn__main-menu li > ul,
.ltn__main-menu .sub-menu {
  border-top: 5px solid #0646a5;
}
.menu-item-badge {
  background-color: #0646a5;
}
.ltn__feature-item-6 .ltn__feature-icon img{
    width:100px;
}
.section-title {
    font-size: 30px;
}
.ltn__main-menu li:hover > a {
  color: #0646a5;
}
.theme-btn-1 {
  background-color: #262828;
}
.ltn__slide-item-2 .slide-sub-title span {
  color: #0646a5;
}
.ltn__slide-item-2 .slide-title span {
  color: #0646a5;
}
.section-subtitle-2::before {
  background-color: #0646a5;
}
.ltn__secondary-color {
  color: #0646a5 !important;
}
.ltn__list-item-half li i {
  background-color: #0646a5;
}
.ltn__list-item-half li i {
  color: #fff;
}
.ltn__feature-item-6::before {
  background-color: #0646a5;
}
.ltn__feature-item-6.active .ltn__feature-info .ltn__service-btn,
.ltn__feature-item-6.active .ltn__feature-icon,
.ltn__feature-item-6:hover .ltn__feature-info .ltn__service-btn,
.ltn__feature-item-6:hover .ltn__feature-icon {
  color: #0646a5;
}
.ltn__faq-inner-2 .card .ltn__card-title[aria-expanded="true"]:before {
  color: #0646a5;
}
.ltn__testimonial-item-7:hover .ltn__testimoni-info p i {
  color: #0646a5;
}
.ltn__testimonial-item-7::before {
  background-color: #0646a5;
}
.slick-arrow-1 .slick-arrow:hover {
  background-color: #0646a5;
  border-color: #0646a5;
}
.section-title-area p {
  margin-bottom: 0;
  max-width: 1000px !important;
}
.site-logo-wrap {
  width: 150px;
}
.logotext h4,
p {
  margin-bottom: 0px !important;
}
.logotext p {
  color: #000;
  font-weight: 500;
}
.logotext {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.logotext h1{
        margin-bottom: 0px;
    font-weight: 550;
    font-size: 30px;
    }
@media (max-width:1400px){
    .logotext h1{
    font-size: 18px;
    }
    .logotext p {
    font-size:12px;
}
    
}
.ltn__slide-item-6 .slide-title {
  font-weight: 500;
}
.ltn__breadcrumb-area {
 
    padding-top: 40px;
    padding-bottom: 40px;
}
.ltn__breadcrumb-list ul li {
    margin-top:0;
}
.footer-widget{
    margin-bottom:0px !important;
}

.ltn__testimonial-item{
margin-bottom:0px !important;
}
input[type="tel"] {
    background-color: var(--white);
    border: 2px solid;
    border-color: var(--border-color-9);
    height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 20px;
    font-size: 16px;
    color: var(--ltn__paragraph-color);
    width: 100%;
    margin-bottom: 30px;
    border-radius: 0;
    padding-right: 40px;
}

input[type="text"], input[type="email"], input[type="password"], input[type="submit"], textarea {
   
    height: 40px;
    
}
.title-2 {
   
    border-color: #0646a5;
    
}
.input-item.ltn__custom-icon::before {
   
    color: #0646a5;
}
.pbtn{

    font-size: 18px;
    color: #0646a5;
    font-weight: 600;
    padding: 5px 10px;
    border: 1px solid #0646a5;

}
@media (max-width:767px){
    .column_row{
        flex-direction: row !important;
    }
    .site-logo-wrap {
    width: 120px;
    flex: 0 0 31% !important;
}
.ltn__header-4 .ltn__header-options, .ltn__header-5 .ltn__header-options {
    justify-content: end;
    position: absolute;
    right: -20px;
}
}