@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Varela+Round&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Roboto:wght@700;900&display=swap');
/*

	gmc Header 2
*/

.gmc-header-2 .gmc-header-bg {
    width: 100%;
    float: left;
    background-color: #fff;
    height: 100px;
    background-image: url(../../img/header-bg.JPG);
	background-position: center top;
}
.gmc-header-2 .gmc-dark-header-bg {
}

/*
	gmc header bg site logo
*/

.gmc-header-2 .gmc-header-bg .gmc-logo {
	position: absolute;
	left: 0px;
	top: -13px;
	height: 100px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 0px;
	border: 0px solid #f00;
}
.gmc-header-2 .gmc-header-bg .gmc-logo img {
	max-height: 67px;
	float: left;
	margin-right: 10px;
}
.gmc-header-2 .gmc-header-bg .gmc-logo p.logo {
	margin: 0px;
	padding: 0px;
	line-height: 26px;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	position: absolute;
	left: 50px;
	top: 30px;
	max-width: 250px;
}
.gmc-header-2 .gmc-header-bg .gmc-logo p.tagline {
	position: absolute;
	left: 50px;
	top: 56px;
	margin: 0px;
	padding: 0px;
	line-height: 14px;
	color: #999;
	width: 250px;
	display: block;
	border: 0px solid #f00;
}

/*
	header-search
*/

.gmc-header-2 .gmc-header-bg .header-search {
	float: right;
	margin-top: 30px;
}
.gmc-header-2 .gmc-header-bg .header-search form {
	border-radius: 100px;
	border: 1px solid #eee;
	height: 40px;
	float: left;
	width: 100%;
}
.gmc-header-2 .gmc-header-bg .header-search form.focus {
	border-width: 1px;
	border-style: solid;
}
.gmc-header-2 .gmc-header-bg .header-search form input[type=text] {
	background-color: transparent;
	border: 0px;
	float: left;
	line-height: 20px !important;
	padding: 10px !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 80px;
	margin: 2px 0px;
}
.gmc-header-2 .gmc-header-bg .header-search form input[type=text]:focus {
	outline: none;
}
.gmc-header-2 .gmc-header-bg .header-search form button[type=submit] {
	float: left;
	border-radius: 100px;
	border: 0px;
	background-color: transparent;
	line-height: 10px;
	padding: 0px;
	margin-top: 4px;
	margin-right: 5px;
	width: 30px;
	height: 30px;
	color: #333;
}
.gmc-header-2 .gmc-header-bg .header-search form button[type=submit].focus {
	color: #fff;
}

/*
	social buttons
*/

.gmc-header-2 .gmc-header-bg .social-buttons {
	width: auto;
	float: right;
}
.gmc-header-2 .gmc-header-bg .social-buttons ul {
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 125px;
}
.gmc-header-2 .gmc-header-bg .social-buttons ul, .gmc-header-2 .gmc-header-bg .social-buttons ul li {
	width: auto;
	float: left;
}
.gmc-header-2 .gmc-header-bg .social-buttons ul li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #333;
	border-radius: 100px;
	background-color: #f2f2f2;
	float: left;
	text-align: center;
	margin-left: 5px;
}
.gmc-header-2 .gmc-header-bg .social-buttons ul li a:hover {
	color: #fff;
}
.gmc-header-2 .gmc-header-bg .social-buttons ul li a.gmc-cart {
	position: relative;
	z-index: 10;
	color: #fff;
}
.gmc-header-2 .gmc-header-bg .social-buttons ul li a.gmc-cart span {
	position: absolute;
	z-index: 100;
	width: 15px;
	height: 15px;
	text-align: center;
	border-radius: 100px;
	color: #fff;
	right: -2px;
	top: -2px;
	color: #FFF;
	font-size: 10px;
	line-height: 12px;
}

/*
	gmc-desktop-menu-bg
*/

.gmc-header-2 .gmc-desktop-menu-bg {
	width: 100%;
	float: left;
	background-color: #0064fd;
	border: 0px solid #e5e5e5;
	border-top-width: 0px;
	border-bottom-width: 0px;
}
.gmc-header-2 .gmc-desktop-dark-menu-bg {
	width: 100%;
	float: left;
	background-color: #fff;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #e5e5e5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

/*
	gmc header bg desktop navigation
*/

.gmc-header-2 .gmc-desktop-menu-bg nav {
	width: auto;
	float: left;
}
.gmc-header-2 .gmc-desktop-menu-bg nav ul, .gmc-header-2 .gmc-desktop-menu-bg nav li {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.gmc-header-2 .gmc-desktop-menu-bg nav ul > li {
	position: relative;
}
.gmc-header-2 .gmc-desktop-menu-bg nav > ul > li {
	width: auto;
	padding: 0px 20px;
	line-height: 40px;
	border: 0px solid #b8d4ff;
	border-left-width: 0px;
	border-right-width: 0px;
}
.gmc-header-2 .gmc-desktop-dark-menu-bg nav > ul > li {
	width: auto;
	padding: 0px 20px;
	line-height: 50px;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
}
.gmc-header-2 .gmc-desktop-dark-menu-bg nav > ul > li > a {
	color: #fff;
}
.gmc-header-2 .gmc-desktop-dark-menu-bg nav > ul > li:hover > a {
	color: #333
}
.gmc-header-2 .gmc-desktop-menu-bg nav .hover {
    background-color: #2D2D2D;
    border: 0px solid #222222;
    border-left-width: 1px;
    border-right-width: 1px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
    z-index: 1;
}
.gmc-header-2 .gmc-desktop-menu-bg nav > ul > li ul > li .hover {
	border-left-width: 0px;
	border-right-width: 0px;
}
.gmc-header-2 .gmc-desktop-menu-bg nav > ul > li > a {
	font-size: 96%;
	text-transform: uppercase;
	color: #fff;
}
.gmc-header-2 .gmc-desktop-menu-bg nav a {
	text-transform: capitalize;
	position: relative;
	z-index: 10;
}
.gmc-header-2 .gmc-desktop-menu-bg nav > ul > li ul {
	display: none;
	position: absolute;
	left: 198px;
	top: -1px;
	width: 200px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	z-index: 10;
	border-bottom-width: 0px;
}
.gmc-header-2 .gmc-desktop-menu-bg nav > ul > li > ul {
	left: 0px;
	top: 51px;
}
.gmc-header-2 .gmc-desktop-menu-bg nav > ul > li ul.left {
	left: auto;
	right: 0px;
	top: 51px;
}
.gmc-header-2 .gmc-desktop-menu-bg nav > ul > li ul.left ul {
	left: -200px;
	top: -1px;
}
.gmc-header-2 .gmc-desktop-menu-bg nav > ul > li ul > li {
	line-height: 40px;
	border: 0px solid #e5e5e5;
	border-top-width: 0px;
	border-bottom-width: 1px;
	padding-left: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.gmc-header-2 .gmc-desktop-menu-bg nav > ul > li ul > li > a {
	text-transform: capitalize;
}

/*
	gmc header 2 mega menu
*/

.gmc-header-2 .gmc-mega {
	left: 0px;
}

/*
	dark
*/

.gmc-header-2 .gmc-dark-header-bg .gmc-logo p.logo {
	color: #fff;
}
.gmc-header-2 .gmc-dark-header-bg .social-buttons ul li a {
	background-color: rgba(000,000,000,0.2);
	color: #fff;
}
.gmc-header-2 .gmc-dark-header-bg .social-buttons ul li a.gmc-cart {
	background-color: rgba(255,255,255,1) !important;
	color: #333;
}
.gmc-header-2 .gmc-dark-header-bg .social-buttons ul li a.gmc-cart:hover {
	color: #fff;
}
.gmc-header-2 .gmc-dark-header-bg .header-search form {
	border: 1px solid rgba(000,000,000,0.2);
}
.gmc-header-2 .gmc-dark-header-bg .header-search form.focus {
	background-color: rgba(000,000,000,0.2);
	border: 0px;
}
.gmc-header-2 .gmc-dark-header-bg .header-search form.focus input[type=text] {
	color: #fff;
}
.gmc-header-2 .gmc-dark-header-bg .header-search form button[type=submit] {
	color: #fff;
}
.gmc-header-2 .gmc-dark-header-bg .header-search form.focus button[type=submit] {
}

.heading-big-blue{font-size:42px; line-height:40px; color:#0064fd; font-family: 'Roboto', sans-serif; font-weight: bold;}

.heading-big-blue-light{font-size:46px; line-height:40px; color:#0064fd; font-family: 'Roboto', sans-serif; font-weight: 300;;}
.sub-heading{font-size:20px; color:#313131; font-family: arial; margin-top:-15px; }

.heading-header{
    font-size: 70px;
    line-height: 70px;
    color: #fff;
    text-shadow: 1px 0px rgba(0,0,0,1.00);
	font-family: 'Anton', sans-serif;
}

.blue{color:#0064fd}

.stripe{background-color:#fff; text-align:center;}
.til {
    text-align: left;
    padding: 7px;
    width: fit-content;
    background: #0064fd;
    border-radius: 5px;
    color: #fff;
}
.sec {
    background: #fff;
    padding: 20px;
	margin-bottom: 30px;
}
.sec p {
    color: #000;
    height: 75px;
}
.sec a {
    border-bottom: 1px solid #0064fd;
}
.cnt
 {
    background: #fff;
    border-radius: 5px;
    height: 590px;
	box-shadow: 5px 10px 18px #3f3c3c;
}
.cnt img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.cnt h6 {
       font-size: 21px;
    color: #474242;
   border-bottom: 2px solid #fff;
    padding: 15px;
}
.cnt p {
       font-size: 14px;
    text-align: justify;
    color: #474242;
    line-height: 20px;
    padding: 0px 15px;
}

.notify {
	background: #dc0000;
}

.blink {
	font-size: 15px;
  animation: blink 1s infinite;
  color: yellow;
}
.blink:hover{text-decoration: none;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}