header{
	width: 100%;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}

.navbar-brand img{
	max-width: 120px;
}
.navbar .nav-item .nav-link{
	color: #101010;
	margin-left: 15px;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1px;
	padding-top: 15px;
	transition: 0.5s
}
.navbar .nav-item .nav-link:hover{
	color: #0a86ff;
	
}
.nav-btn{
	background-color: #0a86ff;
	border-radius: 5px;
	border: none;
	outline: none;
	color: #fff;
	font-size: 14px;
	padding: 15px 20px 15px 20px!important;
	border-radius: 10px;
	margin-left: 15px;

   
}
.nav-btn:hover{
	background: #0aabff;
	color: #fff;
}
.btn{
	font-weight: 500!important;
	font-size: 16px!important;
}

.enquery-modal .modal-content{
    border-radius:0px;
}

.enquery-modal .modal-content .modal-header{
    background:#0a86ff;
    color:#fff;
    border-radius:0px;
}
.enquery-modal .modal-content .modal-header span{
    color:#fff;
}
.enquery_form input:focus,
.enquery_form textarea:focus{
    outline:none;
    box-shadow:none;
}
.enquery_form input[type="text"],
.enquery_form input[type="email"],
.enquery_form textarea{
    width:100%;
    border:1px solid #d2d2d2;
    padding:15px 15px 15px 35px;
    border-radius:0px;
    color:#777;
}
.enquery_form textarea{
    resize:none;
}
input::placeholder,
textarea::placeholder{
     color:#777;
     font-size:14px;
     letter-spacing:1px;
 }
.enquery_form .input-with-icon{
  position:relative;  
  margin-bottom:20px;
}
.enquery_form .input-with-icon i{
    position:absolute;
    left:10px;
    top:20px;
    color:#777;
    font-size:14px;
}

.enquery_form input[type="submit"]{
    width:100%;
    outline:none;
    border:none;
    background:#0a86ff;
    color:#fff;
    font-size:14px;
    letter-spacing:1px;
    border-radius:0px;
    padding:15px;
}


#button {
  display: inline-block;
  background-color: #0a86ff;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #40e6fe;
}
#button:active {
  background-color: #40e6fe;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/*white label*/
/*banner*/
.video_banner{
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background-position: center;
}
.video_banner video{
	 position: absolute;
     object-fit: cover;
     height: 100%;
     width: 100%;
     object-position: center;

}
.video_banner:after{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: ""; 
	background-color: rgba(0,0,0,0.3);
}

.video_caption{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	max-width: 600px;
	margin: auto;
	z-index: 1000;
}
.video_caption h1{
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 3.5rem;
	letter-spacing: 1.5px;
}
.video_caption h4{
	color: #fff;
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 1.5px;
	margin-top: 25px;
}

.section-padding{
	padding-bottom: 80px;
	padding-top: 80px;
}

.blue-gradient-area{
	background: url(../images/blue_bg.jpg);
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;

}

.text-blue-area h2{
	font-size: 2.2rem;
	font-weight: 600;
    color: #fff;
}

.text-blue-area ul{
	list-style: none;
     padding-left: 0;
}
.text-blue-area ul li{
  color: #fff;	
  position: relative;
  padding-left: 1.5em;  /* space to preserve indentation on wrap */
  margin: 25px 0px 25px 0px;

}
.text-blue-area ul :before{
	content: ' \2713'; 
  position: absolute;
  left: 0;  /* place the SVG at the start of the padding */
  width: 1em;
  height: 1em;
  font-weight: bold;
  color: #fff;
  top: 2px;
}
.features_tiles{
	position: relative;
	overflow: hidden;
	margin-top: 2px;
}
.features_tiles img{
	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
     -webkit-transition: all 1s ease;
     width: 100%;
}
.features_tiles:hover img{
	filter: grayscale(0%);
filter: gray;
-webkit-filter: grayscale(0%);
filter: none;
transition: 1s ease;
}
.features_tiles .features_details{
	background: #217ec7;
	padding: 20px;
	text-align: center;
	position: relative;
	height: 160px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.features_tiles .features_details h4{
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 22px;
}
.features_tiles .features_details p{
	margin-top: 10px;
	color: #f1f1f1;
	font-size: 14px;
}

.no-gutter > [class*='col-'] {
    padding-right:2px;
    padding-left:2px;
}

.partner-up-content h2{
	color: #101010;
	font-weight: 100;
	font-size: 30px;
}
.partner-up-content p{
	margin-top: 25px;
	color: #777;
	font-size: 14px;
}
.partner-up-content p span{
	color: #777;
	font-weight: bold;
	font-size: 16px;
}
.web_design_img img{
	width: 100%;
}
.clients_get ul{
	 list-style: none;
     padding-left: 0;
}

.clients_get ul li{
  color: #777;	
  position: relative;
  padding-left: 1.5em;  /* space to preserve indentation on wrap */
  margin: 25px 0px 25px 0px;

}
.clients_get ul :before{
  content: ' \2713'; 
  position: absolute;
  left: 0;  /* place the SVG at the start of the padding */
  width: 1em;
  height: 1em;
  font-weight: bold;
  color: #2180ca;
  top: 2px;
}
.clients_get h2{
	color: #101010;
	font-weight: 100;
	font-size: 30px;
}

.get-client-img img{
	width: 100%;
}

.inner_banner{
    background:url(../images/inner_banner.jpg);
    width:100%;
    position:relative;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
    height:40vh;
}
.inner_banner::after{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    content:"";
    background:rgba(0,0,0,0.5);
}
.inner_banner_caption{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    max-width:500px;
    text-align:center;
    margin:auto;
    z-index:1000;
}
.inner_banner_caption h2{
    color:#fff;
    font-weight:bold;
    font-size:25px;
}
.inner_banner_caption p{
    color:#fff;
    font-size:14px;
    margin-top:20px;
}

.enquery_form h4{
    margin-bottom:25px;
}

.enquery_form .right_icon{
    position:absolute;
    right:50px;
    top:0px;
}

.enquery_form .flex-check{
    display:flex;
    justify-content:flex-start;
    flex-wrap:wrap;
    
}

.enquery_form .flex-check .form-check{

    margin-right:20px;
    
}

.price_box{
    padding:20px 35px 20px 35px;
    text-align:center;
    background:#fff;
}
.price_box h4{
    color:#777;
    font-weight:bold;
    font-size:25px;
    letter-spacing:1.5px;
}
.bronze{
    border-top:8px solid #967444;
   
    border-bottom:1px solid #967444;
}
.silver{
    border-top:8px solid #C0C0C0;
    border-bottom:1px solid #C0C0C0;
}
.gold{
     border-top:8px solid #FFD700;
    border-bottom:1px solid #FFD700;
}

.price_box .price_line{
    border-bottom:1px solid #d2d2d2;
    padding-bottom:15px;
    margin-top:20px;
}
.price_box .was span  {
    color:#777;
    font-size:20px;
    font-weight:light;
    letter-spacing:1px;
    
}
.price_box .was s {
    color:#777;
    font-size:20px;
    font-weight:regular;
    letter-spacing:1px;
}
.bronze .now span{
    color:#967444;
    font-size:28px;
    font-weight:regular;
    letter-spacing:1px;
}

.bronze .now p {
    color:#967444;
    font-size:30px;
    font-weight:bold;
    letter-spacing:1px;
}

.silver .now span{
    color:#C0C0C0;
    font-size:28px;
    font-weight:regular;
    letter-spacing:1px;
}

.gold .now span{
     color:#FFD700;
    font-size:28px;
    font-weight:regular;
    letter-spacing:1px;
}

.gold .now p {
    color:#FFD700;
    font-size:30px;
    font-weight:bold;
    letter-spacing:1px;
}

.silver .now p {
    color:#C0C0C0;
    font-size:30px;
    font-weight:bold;
    letter-spacing:1px;
}
.price_line:last-child{
    border-bottom:none;
}
.price_box .save span{
    color:#101010;
    font-size:22px;
    font-weight:regular;
    letter-spacing:1px;
}
.price_box .save p {
    color:#101010;
    font-size:25px;
    font-weight:bold;
    letter-spacing:1px;
}

.price_line span,
.price_line s,
.price_line p{
    display:block;
    line-height:35px;
}
.bronze-bg{
    background:#967444;
    color:#ffffff!important;
}
.silver-bg{
   background:#C0C0C0;
    color:#101010!important;
}
.gold-bg{
    background:#FFD700;
   color:#ffffff!important;
}

.price-table tbody tr th{
    font-size:14px;
    color:#777;
    font-weight:400;
    max-width:250px;
}
