.brandinglogo-wrap a {
  background-color: #ffffff;
  color: #ffffff;
  display: block;
}

h1 {
  font-size: 36px;
  Display: none;
}

.brandinglogo-wrap {
  position: relative;
  background-color: #ffffff;
  padding: 0px 0px;
}

.nav-classic .header-middle-inner .contact-info .quickcontact .get-tuch i {
  font-size: 45px;
  color: #0F52BA;
  margin-right: 8px;
}

.quickcontact .get-tuch i {
  font-size: 14px!important;
  border: 2px solid #0F52BA;
  border-radius: 60%;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
}

.brandinglogo-wrap:before {
  content: "";
  background-color: #0F52BA;
  height: 100%;
  width: 100%;
  position: absolute;
  left: -100%;
  Display: none;
}

.brandinglogo-wrap:after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 83px solid #0F52BA;
  border-right: 50px solid transparent;
  position: absolute;
  right: -50px;
  bottom: 0;
  display: none;
}

a:hover,
a:focus,
a:active {
  color: #0F52BA;
}

.menu-item-search-text {
  background-color: #0F52BA;
  border-radius: 0px 20px 20px 0px;
  padding: 5px 10px;
		display:none;
}

.extralmenu-wrap ul {
  display: flex;
  border: 1px solid #0F52BA;
  border-radius: 20px;
		display:none;
}

span.super-title {
  background-color: #0F52BA;
  display: none;
}

.btn-primary {
  background: #0F52BA;
  color: #ffffff;
  border: 1px solid #0F52BA;
}

.owl-item.active .slider-content h2.slider-title {
  font-size: 54px;
  font-weight: 500;
}

.nav-classic .header-middle-inner .contact-info .quickcontact .get-tuch ul li h4 {
  font-size: 13px;
  margin-bottom: 0;
  line-height: 18px;
  font-weight: 300;
}

.nav-classic .header-middle-inner .contact-info .quickcontact .get-tuch ul li p {
  font-size: 13px;
  font-weight: 300;
}

.btn-border:hover {
    background: #0F52BA;
    color: #222222;
    border-color: #0F52BA;
}

#back-to-top.show {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
		display:none;
}

.cons_light_copyright a, .cons_light_copyright a.privacy-policy-link:hover {
    color: #0F52BA;
}

.breadcrumb h2 {
    color: #0F52BA;
    font-size: 40px;
    font-weight: 500;
}

.breadcrumb ul li a {
    color: #0F52BA;
    transition: 0.8s ease;
}

.breadcrumb ul li a:after {
    content: ">";
    color: #0F52BA;
    padding: 0px 8px;
    position: relative;
    top: 1px;
}