@charset "utf-8";
/* CSS Document */

/*----*/
img {
	border:0px;
	margin-bottom: -7px;
}
a {
	color:#000;
	text-decoration:none;
	cursor:pointer !important;
	scroll-behavior: smooth;
}
a:hover {
	text-decoration:none;
	color:#ea0008;
}

* :focus {
  outline: none;
}
.imgper img {
	width:100% !important;
	margin-bottom:-7px;
}
.imgper1 {
	width:100% !important;
	margin-bottom:-7px;
}

/*-----*/

/*-----------------For All Default Bullets--------------------*/

ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}	
ul li	{
	background-position: 5px 12px;
	background-repeat: no-repeat;
	margin:5px 0px 0px 0px;
	padding:0px 0px 5px 25px;
}
.nobullet li {
	background-image:none !important;
	background-position:0px !important;
	background-repeat: no-repeat !important;
	margin:0px !important;
	padding:0px !important;
}
.bullet1 li	{
	background: url(../images/bullet1.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	margin:5px 0px 0px 0px;
	padding:0px 0px 5px 22px;
}

/*---------*/
::selection {
	color:#fff;
	background-color:#d22d27;
}
::-moz-selection {
	color:#fff;
	background-color:#d22d27;
}
::-webkit-selection {
	color:#fff;
	background-color:#d22d27;
}

/*-------For Font Size Custmize----------*/
.tac {
	text-align:center;
}
.tal {
	text-align:left;
}
.tar {
	text-align:right;
}
.bgcolor1 {
	background:#f1f1f1;
}
.bgcolor2 {
	background:#0095da;
}

/*---*/

.btn1 {
	font-size:16px;
	line-height:24px;
	font-weight:900;
	letter-spacing: 0;
}
.btn1 a {
	display: inline-block;
	vertical-align:middle;
	color:#fff;
	background:#d22d27;
	padding: 8px 24px;
	border-radius: 35px;
}
.btn1 a:hover {
	color: #fff;
	background: #000;
}

/*  Scrool  CSss */

::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  border-radius: 5px;
}
::-webkit-scrollbar-thumb {
  background: #d22d27; 
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: #000; 
}

/*  End  */

/*  Loader   */

.loader {
	position: fixed;
	display:flex;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background:#fff;
}
.loader span {
	border: 16px solid #c9c9c9;
	border-radius: 50%;
	border-top: 16px solid #d22d27;
	border-bottom: 16px solid #d22d27;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	
	width: 120px;
	height: 120px;
	margin:auto;
	padding:auto;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*  End  */