/* CSS styles */

@font-face {
	font-family: 'Raleway Regular';
	src: url(../fonts/raleway/Raleway-Regular.ttf);
}
@font-face {
	font-family: 'Raleway Bold';
	src: url(../fonts/raleway/Raleway-Bold.ttf);
}
@font-face {
	font-family: 'Raleway Light';
	src: url(../fonts/raleway/Raleway-Light.ttf)
}
@font-face {
	font-family: 'Raleway ExtraBold';
	src: url(../fonts/raleway/Raleway-ExtraBold.ttf)
}
@font-face {
	font-family: 'Open Sans Regular';
	src: url(../fonts/OpenSans/OpenSans-Regular.ttf)
}
h2, h3, h6 {
	font-family: 'Raleway Regular';
	color: #000;
}
h5 {
	margin: 10px 0;
	color: #232323;
	font-family: 'Raleway Regular';
}
p, li, a {
	font-family: 'Raleway Regular';
	font-size: 13px;
	line-height: 20px;
}
.list li {
	margin-left: 20px;
	padding: 2px 0;
}
.list2 li {
	padding: 3px 0;
	list-style: decimal;
	margin-left: 15px;
}
ol li {
	list-style-type: decimal;
	padding: 10px 0;
	line-height: 18px;
	margin-left: 20px;
}
h1 {
	letter-spacing: 2px;
	font-family: 'Raleway Light';
}
h2 {
	font-size: 38px;
	line-height: 46px;
}
h3 {
	font-size: 30px;
	line-height: 36px;
}
h4 {
	font-family: 'Raleway Bold';
	font-size: 16px;
}
.bold {
	font-family: 'Raleway Bold';
}
.light {
	font-family: 'Raleway Light';
}
.divider {
	height: 280px;
	width: 1px;
	background: #ccc;
}
header {
	display: none;
}
.menu, .menu-transparent {
	height: 70px;
	width: 100%;
	position: fixed;
	z-index: 999;
}
.menu {
	background: #fff;
}
.menu ul, .menu-transparent ul {
	margin-right: 10px;
	float: right;
}
.menu ul li, .menu-transparent ul li {
	list-style-type: none;
	float: left;
	position: relative;
	z-index: 9999;
	line-height: 50px;
}
.menu ul li a, .menu-transparent ul li a {
	display: block;
	padding: 0 13px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 75px;
	font-family: "Raleway Bold";
	transition: all .4s ease-in-out;
	text-transform: uppercase;
}
.menu ul li a {
	color: #6e6a6a;
}
.menu ul li a:hover, .menu ul li a:focus, .menu-transparent ul li a:hover, .menu-transparent ul li a:focus {
	text-decoration: none;
	transition: all .4s ease-in-out;
}
.menu ul li ul, .menu-transparent ul li ul {
	position: absolute;
	background-color: #fff;
	display: none;
	z-index: 9999;
	top: 70px;
}
.menu ul li ul {
	background: #232323;
}
.menu ul li:hover ul, .menu-transparent ul li:hover ul {
}
.menu ul li ul li a, .menu-transparent ul li ul li a {
	width: 224px;
	line-height: 30px;
	border-bottom: 1px solid #ccc;
	font-size: 13px;
	color: #000;
	text-align: left;
	padding: 3px 20px;
	text-align: left;
	font-family: "Raleway Regular";
	text-transform: none;
}
.menu ul li ul li a {
	color: #fff;
	border-bottom: 1px solid #323030;
}
.menu ul li ul li a:hover, .menu-transparent ul li ul li a:hover {
	text-decoration: none;
}
.logo, .logo2 {
	position: relative;
	top: 15px;
	left: 20px;
}
.logo3 {
	position: relative;
	top: 20px;
	left: 20px;
}
.para {
	font-size: 18px !important;
}
#text-separator-timers h2 {
	font-size: 60px;
	text-transform: uppercase;
	color: #f6365f;
}
#text-separator-timers {
	overflow: hidden;
}
.timerWrapper {
	color: white;
	padding: 30px;
	border-right: 1px solid #ccc;
}
.timerWrapper h2 {
	letter-spacing: 0 !important;
	margin-bottom: 15px;
	font-family: sans-serif;
}
.timerWrapper p {
	font-size: 16px;
	color: #232323;
}
.search {
	margin-top: 10px;
}
.searchBar {
	width: 300px;
	position: absolute;
	right: 20px;
	top: 72px;
	z-index: 9999;
}
.msearchBar {
	width: 100%;
	position: absolute;
	top: 60px;
	z-index: 9999;
}
.input-group-btn .btn-default {
	border-color: #fff;
	border-radius: 0;
	background: #cbb310;
	color: #fff;
}
.menu .search-btn, .menu-transparent .search-btn {
	background: #cbb310;
	height: 40px;
	width: 40px;
	line-height: 40px;
	color: #fff;
}
.bg {
	background: transparent;
	padding: 100px 0 0 0;
}
.bg h1, .bg p {
	color: #fff;
}
.bg h1 {
	font-size: 56px;
	line-height: 70px;
}
.bg h4 {
	padding: 10px 180px;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
}
.fa-trophy {
	color: #cbb310;
}
.intro p {
	font-size: 15px;
	padding: 10px 200px;
	line-height: 24px;
}
.intro .btn-danger, h4 > .btn-danger {
	padding: 10px 30px;
	font-size: 14px;
	text-transform: uppercase;
	background-color: transparent;
	border: 2px solid #ccc;
	font-family: 'Raleway Bold';
	color: #6e6a6a;
	letter-spacing: 1px;
	transition: .3s all ease-in;
}
.intro .btn-danger:hover, h4 > .btn-danger:hover {
	background: #cbb310;
	color: #fff;
	border: 2px solid #cbb310;
}
.intro img, .hr-line-img, .bar img {
	margin: 0 auto;
}
.why-choose-us {
	background: url(../images/bg.jpg);
	background-size: cover;
	padding: 50px 0;
}
.web-dev-tools {
	padding: 50px 0;
}
.web-dev-tools p {
	padding: 0 200px;
}
.content-0 .fa {
	background: #e0ad21;
	height: 46px;
	width: 46px;
	line-height: 46px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	border-radius: 50%;
}
.content-0 h4 {
	margin-top: -34px;
}
.content-0 p, .content-0 h4 {
	margin-left: 60px;
}
.business {
	background: url(../images/business-deal.jpg) no-repeat center right;
	background-size: cover;
}
.business h2 {
	font-size: 24px !important;
	letter-spacing:4px;
}
.technology-icons li {
	display: inline-block;
	padding: 0 10px;
}
.services p, .services h4 {
	margin-left: 80px;
}
.services h4 {
	margin-top: -60px;
	margin-bottom: 10px;
}
.banner-bg2 {
	padding: 30px 0;
	background-color: #f8f7f2;
}
.core h3 {
	color: #232323;
}
.core h4 {
	margin-top: -60px;
}
.core h4, .core p {
	margin-left: 90px;
	color: #232323;
}
.core .fa {
	font-size: 24px !important;
	background: #cbb310;
	color: #fff;
	height: 60px;
	width: 60px;
	line-height: 60px;
	border-radius: 50%;
	text-align: center;
}
.wcu {
	position: relative;
	bottom: 30px;
}
.background {
	background: #000;
	padding: 40px 0;
}
.background h3, .background p {
	color: #fff;
}
.background p {
	font-size: 18px;
}
.background .btn-primary {
	padding: 8px 18px;
	font-size: 18px;
	background: #cbb310;
	border: 0;
}
.mid {
	background-color: #cbb310;
	padding: 50px 40px;
}
.mid h2 {
	font-size: 40px;
}
.mid p, .mid h2 {
	color: #fff;
}
.mid img {
	margin: 0 auto;
}
.social:hover, .social:focus {
	background: none !important;
}
.cd-main-content {
	top: -20px;
}
img {
	max-width: 100%;
}
.last {
	border-right: 0 !important;
	border-bottom: 0 !important;
}
.follow-btn li {
	float: left;
	display: block;
	padding: 21px 5px 0 5px;
}
input::-moz-placeholder {
 color: #000;
 opacity: 1;
}
.about h3 {
	font-size: 19px;
}
.about h4 {
	margin-bottom: 10px;
	border-left: 6px solid #cbb310;
	padding-left: 10px;
}
.contact-bg {
	padding: 180px 0 100px 0;
}
.contact-bg h2 {
	margin-bottom: 10px;
	color: #fff;
}
.contact-bg a, .contact-bg span {
	color: #fff;
}
.form-control, .form-control:active {
	font-size: 12px;
	font-family: "Raleway Bold";
	background: #faf5f5;
	border-radius: 0;
	border: 0;
	box-shadow: none;
}
.form-control:focus {
	box-shadow: none;
}
.btn-submit, .btn-submit:hover {
	background: #47b475;
	border: 0;
	border-radius: 0;
	padding: 12px;
	margin-top: 30px;
	font-family: "Raleway Bold";
	color: #fff;
}
.address p {
	margin-left: 40px;
	font-family: sans-serif;
	font-size: 12px;
	line-height: 20px;
}
.font {
	font-family: sans-serif;
}
.address .fa {
	color: #cbb310;
}
.address h4 {
	margin-top: -24px;
	margin-left: 40px;
	font-size: 15px !important;
}
.social {
	padding: 0 6px 6px 6px !important;
}
.social li a {
	float: left;
	display: block;
	padding: 3px 6px;
}
.fa-twitter, .fa-facebook, .fa-google-plus, .fa-pinterest, .fa-google-plus {
	border: 1px solid #6A6A6A;
	border-radius: 3px;
	color: #6A6A6A;
	font-size: 15px !important;
	height: 30px;
	width: 30px;
	line-height: 30px !important;
	text-align: center;
	transition: all .4s ease-in-out;
}
.fa-twitter:hover, .fa-facebook:hover, .fa-google-plus:hover, .fa-pinterest:hover {
	background-color: #6A6A6A;
	color: #fff;
	transition: all .4s ease-in-out;
}
.fixed {
	position: fixed;
	top: -90px;
	left: 0;
	right: 0px;
	z-index: 999;
	transition: 0.4s top cubic-bezier(.3, .73, .3, .74);
}
.fixed.slideDown {
	top: 0;
}
.why-choose-us {
	padding: 10px 0;
}
.why-choose-us p {
	font-size: 13px;
}
.why-choose-us img {
	margin: 0 auto;
}
.bar {
	padding: 40px 0;
}
.bar img {
	margin: 0 auto;
}
.bar h6 {
	font-size: 13px;
	margin-bottom: 10px;
}
.p-0 .col-lg-4, .p-0 .col-md-4 {
	margin-bottom: 30px;
}
.thumbnail {
	border: 0;
}
.content-bg {
	background: #09234e url(../images/header_bg.png) no-repeat center top;
}
.header-overlay {
	margin-top: 26px;
	background: url(../images/header_overlay.png) no-repeat center top;
	background-size: cover;
	padding: 100px 0 0 0;
}
.content-bg h1 {
	font-size: 40px;
	line-height: 50px;
	color: #fff;
	font-family: "Raleway Bold";
	text-transform: uppercase;
	text-shadow: 10px 10px 40px #232323;
	letter-spacing: 3px;
}
.content-bg p {
	color: #fff;
	font-size: 15px;
	line-height: 26px;
	letter-spacing: 1px;
}
.content-bg .btn-default {
	background: transparent;
	padding: 18px 60px;
	color: #fff;
	letter-spacing: 2px;
	font-size: 13px;
}
h2.portfolio {
	color: #fff;
	font-family: "Raleway Light";
}
#portfolio {
	background: #f7f2f2;
	padding: 20px 0;
}
footer {
	background: #222 url(../images/footer-bg.png);
	padding: 40px 0;
}
footer p {
	line-height: 18px;
	font-size: 13px;
	color: #8a8686;
}
footer ul li a {
	line-height: 18px;
	font-size: 13px;
	color: #8a8686;
	line-height: 28px;
}
footer ul li a:hover, footer ul li a:focus {
	text-decoration: none;
	color: #fff;
}
footer h3 {
	color: #8a8686;
	text-transform: uppercase;
	font-size: 16px;
	border-bottom: 1px solid #2c2a2a;
	font-family: "Raleway Regular";
}
footer h4 {
	color: #8a8686;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: underline;
	margin-bottom: 10px;
}
.footer-bottom {
	background: #232323;
	padding-top: 13px;
	padding-bottom: 10px;
	margin: 0;
}
.footer-bottom p {
	color: #ccc;
}
.footer-bottom ul li a {
	padding: 0 10px;
	font-size: 12px;
	color: #8a8686 !important;
	border-right: 1px solid #3e3f3c;
	float: left;
}
/* Scroll to top */
.scroll-to-top {
	background-color: #333;
	height: 43px;
	width: 43px;
	font-size: 10px;
	color: #fff;
	text-align: center;
	position: fixed;
	bottom: 50px;
	right: 10px;
	line-height: 42px;
	display: none;
	z-index: 99999;
}
.scroll-to-top:hover, .scroll-to-top:focus {
	color: #fff;
}
.point{
list-style-type:disc;
padding: 10px;
font-style:inherit;
}
.po{
font-size:14px;
font-weight:300;
}
