﻿@charset "utf-8";
/* CSS Document */
* {
    box-sizing: border-box;
	font-family: proxima-nova, sans-serif;
}
.header {
    overflow: hidden;
    padding: 30px 0;
}
body {
	background-color: #f9f9f9 !important;
}
img {
    max-width: 100%;
    height: auto;
}

.nav-link {
	padding: 1.2rem 1rem;
}
a.nav-link {
	color: #fff;
	padding: 1rem 1.6rem;
	box-sizing: border-box;
}
a:hover.nav-link {
	text-decoration: none;
	background: #A4C05B !important;
	color: #fff !important;
	padding: 1rem 1.6rem;
	box-sizing: border-box;
}
h1 {
	
}
h2 {
	color: #2D70A7 !important;
	font-weight: 600 !important;
	font-size: 26px!important;
}

.card-heading {
    position:relative;
    display:inline-block;
}
.card-heading:after {
    content:'';
    position:absolute;
    left:0; right:0;
    top:100%;
    margin:10px auto;
    width:50%;
    height:1px;
    background:#2D70A7;
}
.pseudo-border {
    position:relative;
    display:inline-block;
	margin-bottom: 30px;
}
.pseudo-border:after {
	content: '';
    position: absolute;
    left: 0;
    lef: 0;
    top: 100%;
    margin: 10px auto;
    width: 50%;
    height: 1px;
    background: #2D70A7;
}

h3 {
	
}
p {
	color: #707070;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
}
.banner-section h1 {
	color: #fff;
	font-size: 52px;
	font-weight: 600;
}
.banner-section h2 {
	letter-spacing: 3.3px;
	color: #F5F5F5 !important;
	font-size: 22px !important;
	font-weight: 300 !important;
	text-transform: uppercase;
	
}
#border-top {
	border-top: 1px solid #f5f5f5;
	width: 85%;
	margin: 30px 0;
}
.banner-section h3 {
	color: #A4C05B;
	font-size: 22px;
}
.text-white {
    color: #fff;
}
.header a.logo {
    font-size: 25px;
    font-weight: bold;
}
    .header a.logo:hover {
        background-color: transparent;
    }
.header a:hover {
    background-color: #ddd;
    color: black;
}
.header a.active {
    background-color: dodgerblue;
    color: white;
}
.header-right {
    float: right;
}
.hero-image {
    background-image: url("../img/bg-corepoint.jpg");
    height: 900px; /* You must set a specified height */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}
img.alldevices{
            margin: 0 auto;
            height: auto;
            max-width: 100%;
            border: none;
            display: block;
        }
.bg-gray {
	background: #f9f9f9;
}
.mt-3 {
	margin-top: 3rem;
}
.mt-5 {
	margin-top: 5rem;
}
.card {
	box-shadow: 0px 3px 8px #0000001A;
border-radius: 20px;
	padding: 4rem;
	background: #fff;
}

#footer {
   width:100%;
   height: auto;
   background-color:#E6E6E6;
	color: #707070;
	margin-top: 2rem;
	padding: 2rem 0;
	font-size: 14px;
}
.margin-auo {
	margin: 0 auto;
}

.phone-number:before {
    content: "";
    display: block;
    background: url("../img/call_black.svg") no-repeat;
    width: 24px;
    height: 24px;
    float: left;
    margin: 0 6px 0 0;
}
.email-id:before {
    content: "";
    display: block;
    background: url("../img/email_black.svg") no-repeat;
    width: 24px;
    height: 24px;
    float: left;
    margin: 0 6px 0 0;
}
.mr-1 {
	margin-right: 1rem;
}
.store-icons {
		text-align: right;
	}
@media screen and (max-width: 500px) {
.header a {
    float: none;
    display: block;
    text-align: left;
}
.header-right {
    float: none;
}
	
.row {
      padding: 0 10px;
   }
	.store-icons {
		float: left;
	}

}