/* CSS Document */

/*Font collection*/
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/Roboto-Light.ttf') format('truetype'), url('../fonts/Roboto-Light.ttf') format('truetype');
}
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.ttf') format('truetype');
}
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/Roboto-Medium.ttf') format('truetype'), url('../fonts/Roboto-Medium.ttf') format('truetype');
}
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/Roboto-Bold.ttf') format('truetype'), url('../fonts/Roboto-Bold.ttf') format('truetype');
}
@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/Poppins-Light.ttf') format('truetype'), url('../fonts/Poppins-Light.ttf') format('truetype');
}
@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/Poppins-Regular.ttf') format('truetype'), url('../fonts/Poppins-Regular.ttf') format('truetype');
}
@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/Poppins-Medium.ttf') format('truetype'), url('../fonts/Poppins-Medium.ttf') format('truetype');
}
@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-Bold.ttf') format('truetype');
}
@font-face {
	font-family: "Salsa";
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/Salsa-Regular.ttf') format('truetype'), url('../fonts/Salsa-Regular.ttf') format('truetype');
}
/*Global Settings*/


* {
	margin: 0;
	padding: 0
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
body, html {
	height: 100%;
	background: #fff;
	color: #485666;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 30px;
}
[class^="flaticon-"]::before, [class*=" flaticon-"]::before, [class^="flaticon-"]::after, [class*=" flaticon-"]::after {
	margin: 0;
}
p {
	
	margin: 0 0 15px 0;
}
p:last-child{ margin-bottom:0;}
a:hover, a:focus {
	text-decoration: none;
	outline: 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #2B2F37;
	font-weight: 300;
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
}
h1 {
	font-size: 35px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 25px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 15px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #2B2F37;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #00A4A3;
}
ul, ol, li, a {
	margin: 0;
	padding: 0;
	list-style: none
}
blockquote {
	line-height: 35px;
	margin: 20px 0;
	color: #000;
	font-weight: 600
}
.title {
	marign-bottom: 30px;
	text-align: center
}
.title h2 {
	font-size: 25px;
	font-weight: 500;
	line-height: 50px;
	color: #E2001A;
	position: relative;
	text-transform: uppercase
}
.title h2:before {
	position: absolute;
	content: '';
	left: 0;
	background-color: #E2001A;
	height: 1px;
	width: 40px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.title h2:after {
	position: absolute;
	content: '';
	background-color: #E2001A;
	left: 0;
	height: 1px;
	width: 60px;
	bottom: 3px;
	left: calc(50% + 0px);
	transform: translateX(-50%);
}
.title h2 span {
	color: #FF7200;
}
.title p {
	margin-bottom: 0px;
}
.title-white h2, .title-white p {
	color: #fff;
}
.title-white h2:before {
	position: absolute;
	content: '';
	left: 0;
	background-color: #fff;
	height: 1px;
	width: 40px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.title-white h2:after {
	position: absolute;
	content: '';
	background-color: #fff;
	left: 0;
	height: 1px;
	width: 60px;
	bottom: 3px;
	left: calc(50% + 0px);
	transform: translateX(-50%);
}
.button {
	animation-delay: 2s;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 18px;
	padding: 10px 22px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-animation-delay: 2s;
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	animation-delay: 2s;
	transition: background .3s ease-in-out, color .3s ease-in-out;
	white-space: nowrap;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.button:hover {
	-webkit-transition: background .5s ease-in-out, color .5s ease-in-out;
	transition: background .5s ease-in-out, color .5s ease-in-out
}
.button-1 {
	background: #2B2F37;
	border: 1px solid #131417;
	color: #fff
}
.button-1:hover, .button-1:active {
	background: #484E5B;
	border: 1px solid #3A4049;
	color: #fff
}
.button-2 {
	background: #EA3A3C;
	color: #fff;
}
.button-2:hover, .button-2:active {
	color: #fff;
	background: #E2001A
}
.button-3 {
	background: #fff;
	color: #EA3A3C;
	border: 1px solid #EA3A3C;
}
.button-3:hover, .button-3:active {
	color: #fff;
	background: #E61717;
	border: 1px solid #D01515;
}
.section {
	padding: 60px 0;
}
.small-section {
	padding: 50px 0;
}
.bg-black {
	background: #2B2F37
}
/*Social link*/

.social-link ul {
	text-align: right;
	padding: 5px 0;
}
.social-link ul li {
	display: inline;
	list-style: none;
	padding: 0;
}
.social-link ul li a i {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	background: #0C151D;
	padding: 8px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.social-link ul li a i:hover {
	background: #060B0F;
}
.social-link ul li a i {
	color: #fff;
}
.social-link ul li a i.icofont-google-plus {
	font-size: 18px;
	padding: 6px 7px 7px 7px;
}
.social-link ul li a i.icofont-instagram {
	font-size: 13px;
	padding: 9px 9px;
}
/* sidebar social link*/

.sidebar-socialicon {
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9999
}
.sidebar-socialicon a {
	display: block;
	text-align: center;
	padding: 7px 9px;
	transition: all 0.3s ease;
	color: #fff;
	font-size: 15px;
}
.sidebar-socialicon a:hover {
	opacity: 0.9
}
.sidebar-socialicon .facebook {
	background: #3B5998;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	border-top-right-radius: 2px;
}
.sidebar-socialicon .twitter {
	background: #55ACEE;
}
.sidebar-socialicon .google {
	background: #dd4b39;
	font-size: 18px !important;
	line-height: 23px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	border-bottom-right-radius: 2px;
}
.sidebar-socialicon .linkedin {
	background: #007bb5;
	font-size: 13px !important;
}
/*Scroll Top Section*/

.return-to-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	display: none;
	font-size: 20px;
	cursor: pointer;
	font-weight: normal;
	z-index: 9;
	background: rgba(226, 0, 26, 0.7);
	color: #fff;
	padding: 7px 6px;
}
.return-to-top:hover {
	background: rgba(226, 0, 26, 1);
}
