a {
  color: #0A52C8;
  text-decoration: none;
}

a:hover {
  color: #0A52C8;
  text-decoration: none;
}
.navbar .nav-item i {
    color: #0A52C8;
	font-size: 28px;
}
.navbar .nav-item span {
	position: relative;
	top: 3px;
}
.navbar .navbar-nav > a {
	padding: 8px 15px;
	font-size: 16px;		
}
.navbar .navbar-nav > a > i {
	display: block;
	text-align: center;
}
@media (max-width: 1199px){
	.navbar .navbar-nav > a > i {
		display: inline-block;			
		text-align: left;
		min-width: 30px;
		position: relative;
		top: 4px;
	}
	.navbar .navbar-collapse {
		border: none;
		box-shadow: none;
		padding: 0;
	}
	.navbar .navbar-form {
		border: none;			
		display: block;
		margin: 10px 0;
		padding: 0;
	}
	.navbar .navbar-nav {
		margin: 8px 0;
	}
	.navbar .navbar-toggle {
		margin-right: 0;
	}
	.input-group {
		width: 100%;
	}
}
.btn-trex { 
  color: #FFFFFF; 
  background-color: #0A52C8; 
  border-color: #FFFFFF;   
} 
 
.btn-trex:hover, 
.btn-trex:focus, 
.btn-trex:active, 
.btn-trex.active, 
.open .dropdown-toggle.btn-trex { 
  color: #0A52C8; 
  background-color: #fff; 
  border-color: #0A52C8; 
} 
 
.btn-trex-red {
  color: #FFFFFF;
  background-color: #dc3545;
  border-color: #FFFFFF;
}

.btn-trex-red:hover,
.btn-trex-red:focus,
.btn-trex-red:active,
.btn-trex-red.active,
.open .dropdown-toggle.btn-trex {
  color: #dc3545;
  background-color: #fff;
  border-color: #dc3545;
}

.btn-trex:active, 
.btn-trex.active, 
.open .dropdown-toggle.btn-trex { 
  background-image: none; 
} 
 
.btn-trex.disabled, 
.btn-trex[disabled], 
fieldset[disabled] .btn-trex, 
.btn-trex.disabled:hover, 
.btn-trex[disabled]:hover, 
fieldset[disabled] .btn-trex:hover, 
.btn-trex.disabled:focus, 
.btn-trex[disabled]:focus, 
fieldset[disabled] .btn-trex:focus, 
.btn-trex.disabled:active, 
.btn-trex[disabled]:active, 
fieldset[disabled] .btn-trex:active, 
.btn-trex.disabled.active, 
.btn-trex[disabled].active, 
fieldset[disabled] .btn-trex.active { 
  background-color: #0A52C8; 
  border-color: #FFFFFF; 
} 
 
.btn-trex .badge { 
  color: #0A52C8; 
  background-color: #FFFFFF; 
}
.text-trex { 
  color: #0A52C8;  
} 
#btn-back-to-top {
position: fixed;
bottom: 20px;
right: 20px;
display: none;
}
.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #0A52C8;
}
.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #747474;
  bottom: 1px;
  left: calc(50% - 60px);
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #0A52C8;
  bottom: 0;
  left: calc(50% - 20px);
}
.service-title h4 {
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  color: #0A52C8;
}
.footer {
  padding:50px 0;
  background-color:#fff;
  color:#4b4c4d;
}

.footer h3 {
  margin-top:0;
  margin-bottom:12px;
  font-weight:bold;
  font-size:18px;
  color: #0A52C8; 
}

.footer ul {
  padding:0;
  list-style:none;
  font-size:16px;
  margin-bottom:0;
}

.footer li {
  margin-bottom:10px;
}

.footer ul a {
  color:inherit;
  text-decoration:none;
  opacity:0.8;
}

.footer ul a:hover {
  opacity:1;
}

.footer .item.icons {
  text-align:right;
  color: #0A52C8;
}

@media (max-width:767px) {
  .footer .item {
    text-align:center;
    padding-bottom:20px;
  }
}

@media (max-width: 768px) {
  .footer .item.icons {
    text-align:center;
  }
}

.footer .item.icons > a {
  font-size:24px;
  width:40px;
  height:40px;
  line-height:40px;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  border:1px solid #ccc;
  margin-left:10px;
  margin-top:22px;
  color: #0A52C8;
  opacity:0.75;
}

.footer-clean .item.icons > a:hover {
  opacity:0.9;
}

@media (max-width:991px) {
  .footer .item.icons > a {
    margin-top:40px;
  }
}

@media (max-width:767px) {
  .footer .item.icons > a {
    margin-top:10px;
  }
}

.footer .copyright {
  margin-top:14px;
  margin-bottom:0;
  font-size:13px;
  opacity:0.6;
}

hr.hr-text {
  position: relative;
    border: none;
    height: 1px;
    background: #0a52c8;
      padding-bottom: 30px;
}

hr.hr-text::before {
    content: attr(data-content);
    display: inline-block;
    background: #fff;
    font-weight: bold;
    font-size: 1.875rem;
    color: #0a52c8;
    border-radius: 30rem;
    padding: 0.2rem 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pagination > li > a
{
    background-color: white;
    color: #0A52C8;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #0A52C8;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a
{
    color: white;
    background-color: #0A52C8 !Important;
    border: solid 1px #0A52C8 !Important;
}

.pagination > .active > a:hover
{
    background-color: #0A52C8 !Important;
    border: solid 1px #0A52C8;
}
        .product-img {
            width: 300px;
            height: 300px;
            overflow: hidden;
            margin: 0 auto;
        }
     
        .product-img img {
            width: 100%;
            transition: 0.5s all ease-in-out;
        }
     
        .product-img:hover img {
            transform: scale(1.5);
        }
header {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

/* Media Query for devices withi coarse pointers and no hover functionality */

/* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */

@media (pointer: coarse) and (hover: none) {
  header {
    background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
  }

  header video {
    display: none;
  }
}        