/* ================================= */
/* ---------- GENERRAL CSS --------- */
/* ================================= */
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Oswald:200,300,400,500,600,700');
html, body{
	height:100%;
	width:100%;
	position: relative;
	font-size:16px;
	overflow:x-hidden;
	font-family: 'Lato', sans-serif;
	color: #676767;
}
ol, ul {
	margin: 0;
	padding:0;
}
li{
	list-style:none;
}
h1, h2,h3,h4,h5,h6{ 
  margin:0;
  font-family: 'Lato', sans-serif;
}
a{
  -webkit-transition: color 1000ms, background-color 1500ms;
  -moz-transition: color 1000ms, background-color 1500ms;
  -o-transition:  color 1000ms, background-color 1500ms;
  transition:  color 1000ms, background-color 1500ms;
}
a:hover, a:focus {
  list-style:none;
  text-decoration: none;
  outline: none;
}
.padding_top{
	padding-top:60px;
}
.padding_bottom{
	padding-bottom:60px;
}
.p-b-35{
	padding-bottom:30px;
}
.p-t-35{
	padding-top:30px;
}
/* ================================= */
/* ---------- Header CSS ----------- */
/* ================================= */
#header {
  left: 0;
  position: absolute;
  right: 0;
  z-index: 999;
}
/* --- Header Top CSS --- */
.header-top {
  background: #16325c;
  padding: 10px 0;
  position: relative;
  z-index: 10;
}
.logo-top img {
  max-width: 460px;
  height: auto;
  /* White logo on blue header – no blend */
}
.share > li {
  display: inline-block;
}
.phone {
  margin-top:60px;
  text-align:right;
}
.phone p {
  color: #fff;
}
.share {
  margin-top:60px;
}
.share a {
  color: #fff;
  display: block;
  margin-right: 15px;
  opacity: 0.6;
  font-size:18px;
}
.share a:hover{
  opacity:1;
}
/* --- Nav-bar CSS --- */
nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
  border-color: #16325c #fff #fff;
}
.collapse.navbar-collapse.home-nav {
  background: #16325c;
  position: relative;
}
.wrap-sticky nav.navbar.bootsnav.sticked {
  transition: all 0.5s ease-in-out 0s;
  background: #16325c;
}
.home-nav > ul::after {
  background: #16325c;
  content: "";
  height:86px;
  position: absolute;
  right: -33px;
  top: -26px;
  transform: rotate(40deg);
  width: 44px;
  z-index: -1;
}
.home-nav > ul::before {
  background: #16325c;
  content: "";
  height: 86px;
  left: -33px;
  position: absolute;
  top: -26px;
  transform: rotate(-40deg);
  width: 44px;
  z-index: -1;
}
nav.navbar.bootsnav ul.nav > li > a {
  font-weight:500;
  padding: 21px 15px;
  margin: 1px 0;
  color:#fff;
  text-transform:uppercase;
  font-family: 'Lato', sans-serif;
}
nav.navbar.bootsnav ul.nav > li > a:hover{
	background: rgba(255,255,255,0.2);
	color:#fff;
	margin: 1px 0;
}
nav.navbar.bootsnav ul.nav > li.active > a {
  background-color: rgba(255,255,255,0.2) !important;
  color:#fff;
  margin: 1px 0;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
  font-weight:500;
  padding:12px 15px 12px 15px;
  margin: 1px 0;
  color:#16325c;
  text-transform:uppercase;
  font-family: 'Lato', sans-serif;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li a:hover, 
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li a:hover {
  background-color:#16325c;
  color:#fff;
  margin: 1px 0;
}
/* ================================= */
/* ---------- Banner CSS ----------- */
/* ================================= */
.main-banner {
  overflow-x: hidden;
}
.banner-heading-2 {
  color: #fff;
  font-size: 40px !important;
  font-weight:800;
  text-transform: uppercase;
  letter-spacing: 6px !important;
}
.banner-sub-heading {
  font-size: 28px !important;
  font-weight: 400;
  color: #fff;
}
.banner-text {
  color: #fff;
  font-size: 18px;
}
.banner-btn.colored  {
  background: #16325c;
}
.banner-btn a {
  display: block;
}
.banner-btn:hover {
  background: #2f64ad;
  color: #fff;
}
.banner-btn:hover a{
  color: #fff;
}
.tp-leftarrow.default {
  height:40px;
  width:50px;
}
.tp-rightarrow.default {
  height:40px;
  width:50px;
}
/* ================================= */
/* ------- Banner Bottom CSS ------- */
/* ================================= */
.banner_bottom{
	background:#16325c;
	padding:40px 0;
}
.banner_bottom marquee{
	color:#fff;
	font-size:18px;
	letter-spacing:3px;
}
.hot-offer h4 {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
}
/* ================================= */
/* --------- Home Form CSS --------- */
/* ================================= */
#home-form{
	padding:80px 0;
}
h2.heading {
  color: #333;
  font-weight: 600;
  padding-bottom:15px;
  text-transform:uppercase;
  position:relative;
  border-bottom:3px solid #16325c;
  margin-bottom:30px;
  display:inline-block;
}
#home-form .form-control {
  background-color: transparent;
  border: 1px solid #ccc;
  color: #555;
  height: 44px;
  padding-left: 10px;
  border-radius:0;
}
#home-form textarea.form-control {
  height: 200px;
}
#home-form .form-group > a {
  display: inline-block;
  background:#16325c;
  border: 1px solid #16325c;
  color: #fff;
  padding: 10px 60px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius:30px;
}
#home-form .form-group > a:hover{
	background:#fff;
	color:#16325c;
	border: 1px solid #16325c;
}
/* ================================= */
/* --------- ABOUT US CSS ---------- */
/* ================================= */
#about-us {
  padding-bottom: 80px;
}
.about-image > img {
  width: 100%;
}
.home-button-drk > a {
  display: inline-block;
  background:#16325c;
  border: 1px solid #16325c;
  color: #fff;
  padding: 10px 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius:30px;
}
.home-button-drk > a:hover{
	background:#fff;
	color:#16325c;
	border: 1px solid #16325c;
}
.about-text > p {
  line-height: 26px;
  padding-bottom: 8px;
  text-align: justify;
}
/* ================================= */
/* ------- WHAT WE OFFER CSS ------- */
/* ================================= */
#what-we-offer{
	background:url(../images/offer-bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	padding:80px 0;
}
#what-we-offer h2.heading {
  border-bottom: 3px solid #fff;
  color: #fff;
  text-align:center;
}
.offer-box .media-body > p {
  text-align: justify;
  font-size: 14px;
}
.offer-box .media-heading {
  color: #333;
  font-weight:600;
  text-transform: uppercase;
}
.offer-box .media {
  background:#ebeef2;
  border-top: 5px solid transparent;
  cursor: pointer;
  padding: 20px 10px 10px 10px;
  border-radius: 7px;
  height:190px;
  transition: all 0.7s ease 0s;
}
.offer-box .media:hover{
  border-top: 5px solid #358aff;
  transition: all 0.7s ease 0s;
}
.offer-box {
  margin-top: 30px;
}
/* ================================= */
/* --------- FEATURED CSS ---------- */
/* ================================= */
/* Scroll targets: keep section visible below fixed header (Chrome, Firefox, Safari) */
#featured {
  scroll-margin-top: 140px;
  padding: 80px 0;
  background: #EEF7FD;
}
#website-design {
  scroll-margin-top: 140px;
}
.feature-box{
	margin-top:30px;
}
.feature-image > a > img {
  width: 100%;
  transition: all 0.3s ease 0s;
  border-radius: 7px 7px 0 0;
}
.feature-des {
  background: #fff;
  padding: 20px 20px 30px 20px;
}
.feature-box h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  color:#333;
}
.feature-des > p {
  padding: 20px 0 10px 0;
}
.feature-des > a {
  background: #fff;
  border:1px solid #16325c;
  color: #16325c;
  padding: 7px 15px;
  border-radius: 5px;
  font-size:14px;
}
.feature-des > a:hover{
  background: #16325c;
  color: #fff;
  padding: 7px 15px;
  border-radius: 5px;
}
.feature-image{
	overflow:hidden;
}
.feature-box:hover .feature-image img {
  transform: scale(1.09);
  transition: all 0.7s ease 0s;
}
/* ================================= */
/* ------ VIDEO SECTION CSS -------- */
/* ================================= */
#home-video{
	background:url(../images/video.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	padding:110px 0;
}
.video-detail > p {
  color: #fff;
  text-transform: uppercase;
}
.video-detail > h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 35px;
  padding-top: 20px;
}
.video-icon {
  margin-top: 50px;
}
.video .html5lightbox.content-vbtn-color-blue {
  background: #fff;
  color:#16325c;
  border-radius: 50%;
  height: 80px;
  display: inline-block;
  width: 80px;
  text-align: center;
  line-height:80px;
  font-size: 26px;
}
.video {
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  padding:20px;
  background: transparent;
  transition: all 0.7s ease 0s;
}
.video:hover{
	background:rgba(255,255,255,.4);
	transition: all 0.7s ease 0s;
}
/* ================================= */
/* ------- TESTIMONIAL CSS --------- */
/* ================================= */
#testimonials{
	padding:80px 0;
}
#testimonial-slider{
	margin-top:60px;
}
.item.wow.fadeInDown > h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 0;
}
.owl-controls.clickable {
  margin-top: 60px;
}
.testimonial-detail p {
  display: inline-block;
  font-size: 18px;
  font-style: oblique;
  line-height: 1.5em;
  padding: 30px 15% 0 15%;
}
.testimonial-detail h3{
	font-size: 18px;
	font-weight: bold;
}
.testimonial-detail > p::before {
  content: url("../images/testinomial_errow_bf.png");
  position: relative;
  bottom: -22px;
  left: -61px;
}
.testimonial-detail > p::after {
  bottom: 31px;
  content: url("../images/testinomial_errow_af.png");
  position: relative;
  right: -40%;
}
.owl-theme .owl-controls .owl-page span {
  background: #ccc;
  border-radius:50%;
  display: block;
  height:10px;
  margin:3px;
  padding:5px;
  width:10px;
}
.owl-theme .owl-controls .owl-page {
	text-align: center;
	margin-left: 5px;
	border:1px solid transparent;
	border-radius: 50%;
	transform:scale(0.8);
	display:inline-block;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.owl-theme .owl-controls .owl-page span {
	transform:scale(1) !important;
}
.owl-theme .owl-controls .owl-page.active {
	background:none;
	transform:scale(1);
	border:1px solid #16325c;
}
.owl-theme .owl-controls .owl-page.active > span{
	background:#16325c;
}
.owl-theme .owl-controls .owl-page:hover {
	background:none;
	transform:scale(1);
	border:1px solid #16325c;
}
.owl-theme .owl-controls .owl-page:hover > span{
	background:#16325c;
}
/* ================================= */
/* --------- ABOUT US CSS ---------- */
/* ================================= */
.bg-white {
  background: #fff !important;
}
.bg-white h2.heading {
  border-bottom: 3px solid #16325c !important;
  color: #333 !important;
  text-align: center;
}



#faq .items > li > a {
	background:transparent;
	color: #111111;
	display: block;
	font-size:20px;
	margin-bottom: 10px;
	padding:15px 20px;
	position:relative;
	border-radius:5px;
	border:1px solid #d9d9d9;
	text-decoration: none;
}
#faq .items > li > a:after {
	right:15px;
}
#faq .items > li > a:hover, #faq .items > li > a.expanded {
  border-radius: 5px 5px 0 0;
  box-shadow: none;
  color: #fff;
  text-decoration: none !important;
  border:1px solid transparent;
  outline:none;
}
#faq .items .sub-items {
	background: #fff;
	display: none;
	margin-bottom: 10px;
	margin-top: -10px;
	padding: 20px 16px;
	border:1px solid #d9d9d9;
	border-radius:0 0 5px 5px;
	border-top:none;
}
#faq .items {
  padding-top: 30px;
}
#faq .items .sub-items p {
  line-height: 26px;
  padding: 8px 20px;
}
.tab_container {
	padding:0;
}
#faq .items > li > a::after, #faq .items > li > a::after, #faq .tab_drawer_heading::after {
	content:url(../images/pluse.png);
	display: inline-block;
	position: absolute;
	right: 20px;
	top:18px;
}
#faq .items > li > a.expanded::after, #faq.procedure_content .items > li > a.expanded::after, #faq .tab_drawer_heading.d_active::after {
	content:url(../images/minas.png);
}

.faq .items > li > a {
	background:transparent;
	color: #111111;
	display: block;
	font-size:20px;
	margin-bottom: 10px;
	padding:15px 20px;
	position:relative;
	border-radius:5px;
	border:1px solid #d9d9d9;
	text-decoration: none;
}
.faq .items > li > a:after {
	right:15px;
}
.faq .items > li > a:hover, #faq .items > li > a.expanded {
  border-radius: 5px 5px 0 0;
  box-shadow: none;
  color: #fff;
  text-decoration: none !important;
  border:1px solid transparent;
  outline:none;
}
.faq .items .sub-items {
	background: #fff;
	display: none;
	margin-bottom: 10px;
	margin-top: -10px;
	padding: 20px 16px;
	border:1px solid #d9d9d9;
	border-radius:0 0 5px 5px;
	border-top:none;
}
.faq .items {
  padding-top: 30px;
}
.faq .items .sub-items p {
  line-height: 26px;
  padding: 8px 20px;
}
#faq .items > li > a:hover, #faq .items > li > a.expanded {
  background: #16325c !important;
}
.bar {
  background: #16325c !important;
}



.sonny_progressbar {
	margin-bottom:40px;
}
.sonny_progressbar p.title {
  font-size: 15px;
  line-height: 18px;
  margin: 0;
  padding: 5px 0;
  font-weight: bolder;
}
.sonny_progressbar .bar-container {
	position: relative;
	height: 40px;
}
.sonny_progressbar .bar-container.shadow {
	-moz-box-shadow: 0px 5px 7px -3px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 5px 7px -3px rgba(0,0,0,.5);
	box-shadow: 0px 5px 7px -3px rgba(0,0,0,.5);
}
.sonny_progressbar .backgroundBar {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}
.sonny_progressbar .bar {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.sonny_progressbar .targetBar {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	-webkit-animation: AnimationB 4s infinite ease-in-out;
	-moz-animation: AnimationB 4s infinite ease-in-out;
	animation: AnimationB 4s infinite ease-in-out;
}
.sonny_progressbar .targetBar.loader {
	-webkit-animation: AnimationB 4s infinite ease-in-out;
	-moz-animation: AnimationB 4s infinite ease-in-out;
	animation: AnimationB 4s infinite ease-in-out;
}
.sonny_progressbar .bar-container.border .bar, .sonny_progressbar .bar-container.border .targetBar, .sonny_progressbar .bar-container.border .backgroundBar {
	border-bottom: 3px solid rgba(0,0,0,.2);
}
.sonny_progressbar .progress-percent {
  font-size: 15px;
  position: absolute;
  right: -15px;
  font-weight: normal;
}
.company_box > p {
  font-size: 18px;
  margin-top:40px;
}
 @keyframes Animation {
 0% {
opacity:.4;
}
 50% {
opacity:1;
}
 100% {
opacity:.4;
}
}
@-moz-keyframes Animation {
 0% {
opacity:.4;
}
 50% {
opacity:1;
}
 100% {
opacity:.4;
}
}
@-webkit-keyframes Animation {
 0% {
opacity:.4;
}
 50% {
opacity:1;
}
 100% {
opacity:.4;
}
}
@keyframes AnimationB {
 0% {
opacity:.01;
}
 50% {
opacity:.1;
}
 100% {
opacity:.01;
}
}
@-moz-keyframes AnimationB {
 0% {
opacity:.01;
}
 50% {
opacity:.1;
}
 100% {
opacity:.01;
}
}
@-webkit-keyframes AnimationB {
 0% {
opacity:.01;
}
 50% {
opacity:.1;
}
 100% {
opacity:.01;
}
}
.progress-percent {
  position: absolute;
  right: 0;
  margin-top: -22px;
  margin-right: 20px;
}
/* ================================= */
/* ---------- FOOTER CSS ----------- */
/* ================================= */
footer {
  background: #16325c;
  padding-top:50px;
}
.footer_link {
  margin-top:83px;
}
.header-top-links {
  margin-top:80px;
  text-align: right;
}
.footer_link > li {
  display: inline-block;
}
.footer_link > li > a {
  color: #fff;
  padding: 10px;
  font-size: 14px;
}
.footer_link > li + li::before {
  content:url(../images/foote_di.png);
  position: relative;
  right: 2px;
  top: -3px;
}
.footer_link > li > a {
  color: #fff;
  font-size: 14px;
  padding: 10px;
}
.footer_link > li > a:hover{
  color: #0091fd;
}
.social-icons a:hover{
	color:#0091fd;
}
.social-icons li {
  background: #fff;
  border-radius: 100%;
  display: inline-block;
  height: 29px;
  line-height: 26px;
  margin-right: 2px;
  text-align: center;
  width: 29px;
}
.social-icons li:hover {
  background: #0091fd;
}
.social-icons li a {
  color: #16325c;
  font-size: 12px;
}
.social-icons li:hover a {
  color: #fff;
}
.footer_line {
  background: #ffffff;
  display: block;
  height: 1px;
  opacity: 0.2;
  margin: 0 0 50px 0;
}
.footer_email input.email {
  background: #ffffff;
  border: 1px solid #484848;
  border-radius: 5px 0 0 5px;
  color: #111111;
  display: block;
  font-size: 12px;
  height: 50px;
  margin-bottom: 10px;
  padding-left: 15px;
  width: 100%;
}
.footer_email .col-md-2 {
  padding: 0;
}
.footer_email .submit {
  display: none;
}
.footer_email .submit_b > span > a {
  border: medium none;
  border-radius: 0 5px 5px 0;
  color: #fff;
  display: block;
  font-size: 20px;
  height:50px;
  line-height: 49px;
  text-align: center;
  margin-left: -1px;
}
.footer_email .col-md-10 {
  padding: 0;
}
.footer_email .submit_b > span > a {
  background: #0091fd;
}
.footer_p.color_white {
  color: #fff;
}
.footer-bottom {
  background: #002456;
  color: #fff;
  padding: 35px 0 20px;
  text-align: center;
  margin-top: 40px;
}
.address > p {
  color: #fff;
  margin-top: 25px;
}
.address span {
  font-size: 40px;
  margin-right: 35px;
}
#map {
  height:450px;
  margin-top: 40px;
}
/* ================================= */
/* ------- PAGE BANNER CSS --------- */
/* ================================= */
#page-banner{
	background:url(../images/video.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	padding:110px 0;
}
#page-banner {
  background: rgba(0, 0, 0, 0) url("../images/video.jpg") no-repeat scroll center center / cover ;
  border-bottom: 5px solid #0091fd;
  padding: 28% 0 3% 0;
}
#page-banner h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}
#page-banner p {
  color: #fff;
  letter-spacing: 2px;
  padding-top: 10px;
}
.breadcrumb {
  background-color: #0091fd;
  border-radius: 0;
  display: inline-block;
  list-style: outside none none;
  margin-bottom: 0;
  padding: 20px 40px;
  margin-top:70px;
}
.breadcrumb > .active {
  color: #fff;
}
.breadcrumb a {
  color: #fff;
}
.padding-top-40{
	padding-top:40px;
}
.padding-bottom-40{
	padding-bottom:40px;
}
.padding-top-80{
	padding-top:80px;
}
.padding-bottom-80{
	padding-bottom:80px;
}
/* ================================= */
/* -------- Responsive CSS --------- */
/* ================================= */
@media (max-width: 1200px){
}
@media (max-width: 992px){
	.media-left, .media > .pull-left {
	  padding-right: 9px;
	}
	.testimonial-detail > p::after {
	  right: -100px;
	}
	#page-banner {
	  padding: 25% 0 0;
	}
}
@media (max-width: 767px){
	.share {
	  margin-bottom: 20px;
	  margin-top: 5px;
	  text-align: center;
	}
	.phone {
	  margin-top: 5px;
	  text-align: center;
	}
	#header {
	  position: relative;
	}
	.tp-simpleresponsive .caption, 
	.tp-simpleresponsive .tp-caption {
	  display: none;
	}
	.about-image {
	  margin-top: 30px;
	}
	.header-top-links {
	  text-align: center;
	}
	.footer_p.color_white {
	  text-align: center;
	}
}
@media (max-width: 480px){
	.breadcrumb {
	  padding: 10px 16px;
	}
}
@media (max-width: 360px){
}
/* --- Mobile Header Adjustments --- */
@media (max-width: 767px) {
  .header-top {
    padding: 15px 0;
  }
  .share, .phone {
    margin-top: 10px;
    text-align: center;
  }
  .share a {
    opacity: 1;
    font-size: 16px;
    margin-right: 0;
  }
  .eb-mobile-text-group {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    top: -5px;
    width: 100%;
    max-width: 100%;
    left: 0;
  }
  .logo-top {
    text-align: center;
  }
  .mobile-logo {
    max-width: 50px !important;
    height: auto;
    margin-right: 15px;
  }
  .mobile-text-wrap {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .eb-mobile-text {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    display: block;
    text-align: center;
    width: 100%;
  }
  .eb-mobile-tagline {
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    opacity: 0.8;
    display: block;
    text-align: center;
    width: 100%;
  }
}

/* --- Sticked Navbar Branding --- */
.sticked-brand {
    display: none !important;
    padding: 10px 15px !important;
    float: left;
}
.wrap-sticky nav.navbar.bootsnav.sticked .sticked-brand {
    display: block !important;
    position: relative;
    z-index: 1001;
}
/* Ensure the text is white and visible when the navbar is blue (sticked) */
.wrap-sticky nav.navbar.bootsnav.sticked .sticked-brand .eb-mobile-text,
.wrap-sticky nav.navbar.bootsnav.sticked .sticked-brand .eb-mobile-tagline {
    color: #ffffff !important;
    opacity: 1 !important;
}
.sticked-brand .eb-mobile-text-group {
    display: flex !important;
    flex-direction: column;
    align-items: center;
}
.sticked-brand .mobile-text-wrap {
    display: flex;
    flex-direction: column;
    text-align: center;
}
.sticked-brand .eb-mobile-text {
    font-size: 18px;
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
}
.sticked-brand .eb-mobile-tagline {
    font-size: 10px;
    color: #fff !important;
    opacity: 0.9;
    letter-spacing: 1px;
}
/* Hide sticked brand on mobile if it conflicts with top header */
@media (max-width: 767px) {
    .wrap-sticky nav.navbar.bootsnav.sticked .sticked-brand {
        display: block !important;
    }
}
