html{
  scroll-behavior: smooth !important;
  overflow-x: hidden !important;
}

body{
  overflow-x: hidden !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.px-0{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.bx-pager-item{
  display: flex !important;
  justify-content: center !important;
}

 

section.seo{
	padding: 70px 0 70px;
}

section.seo h1{
	font-size: 45px;
}

section.seo h2{
	font-size: 36px;
}

section.seo h3{
	font-size: 24px;
}


section.seo h4{
	font-size: 18px;
}

.call-to-action-btn{
	color: #fff;
    background-color: #ccc;
    border-color: #eee;
    padding: 15px;
  	border-radius: 2px;
  	font-size: 18px;
  	line-height: normal;
  	-webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.call-to-action-btn:hover{
	text-decoration: none;
	background-color: #333;
	color: #fff;
}

.btn-margin{
	margin-top: 30px;
}

.call-to-action{
	position: relative;
    z-index: 1;
    border: 1px solid #eee;
}


.call-to-action-inner{
	padding: 28px 28px 27px 31px;
    background-color: #fff;
    min-height: 110px;
}

.call-to-action-inner:before, .call-to-action-inner:after {
    bottom: 15px;
    left: 10px;
    width: 50%;
    height: 20%;
    max-width: 300px;
    max-height: 100px;
    position: absolute;
    content: '';
    z-index: -1;
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.call-to-action-inner:after {
    right: 10px;
    left: auto;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
}

.fixphone2 {
  position: fixed;
  bottom: 5px;
  left: 10px;
  z-index: 999;
  background-color:#CC0000;
  padding: 7px 20px;
  border-radius: 8px 8px 0 0 !important;
  box-shadow: 0 3px 15px 0 rgba(0,0,0,0.25) !important;
  font-size: 18px;
  color: #fff !important;
  z-index: 999999;
  transition: 0.2s ease-in-out;
} 

.icon-white{
  font-size: 18px;
  color: #fff;
  z-index: 999999;
  transition: 0.2s ease-in-out;
}

.icon-white:hover{
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}


.bx-viewport{
  height: 284px !important;
}

@media (max-width: 1200px){
  .bx-viewport{
    height: 100% !important;
  }
}

@media (max-width: 3700px){
  .bx-viewport{
    height: 350px  !important;
  }
}


/* Force navbar to collapse below 991px instead of 768px */
@media (max-width: 990px) {
  .navbar-header {
    float: none;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }

  .navbar-nav>li {
    float: none;
  }

  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collapse.in {
    display: block !important;
  }
}
