@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: "Roboto Regular";
	src: url(../fonts/Roboto/Roboto-Regular.ttf);
}
@font-face {
	font-family: "Roboto Light";
	src: url(../fonts/Roboto/Roboto-Light.ttf);
}
@font-face {
	font-family: "Roboto Black";
	src: url(../fonts/Roboto/Roboto-Black.ttf);
}
@font-face {
	font-family: "Roboto Thin";
	src: url(../fonts/Roboto/Roboto-Thin.ttf);
}
@font-face {
	font-family: "Roboto Medium";
	src: url(../fonts/Roboto/Roboto-Medium.ttf);
}
h1, h2, h3 {
	font-family: "Roboto Black";
}
h5 {
	font-family: "Roboto Black";
}
p, li, a, td, th {
	font-size: 13px;
	line-height: 22px;
	font-family: Verdana, Geneva, sans-serif;
	list-style: none;
}
.banner {
	padding: 100px 0;
	color: #fff;
}
.head {
	background-color: #fff !important;
	position: fixed;
	width: 100%!important;
	z-index: 9999;
	border-bottom: 1px solid #ccc;
}
.banner h2 {
	font-size: 60px;
	font-family: "Roboto Black";
}
.banner p {
	font-size: 20px;
}
.banner a {
	font-size: 24px;
	margin-top: 20px;
	background-color: #FF8000;
	border: 0;
	transition: all .3s ease-in-out;
	border-radius: 0;
}
.banner a:hover {
	background-color: #00C663;
}
.services .caption>h3 {
	margin-top: -70px;
}
.services h3 {
	font-size: 19px;
}
.services h4 {
	padding: 0 100px;
	text-align: center;
	line-height: 24px;
	letter-spacing: 1px;
}
.services .caption>h3, .services .caption>p {
	margin-left: 100px;
}
.services .thumbnail {
	padding: 20px 0 20px 20px;
	background-color: #B3FFD9 !important;
}
.services .thumbnail {
	background-color: #fff;
	border: 0;
}
.about h2 {
	font-size: 40px;
	color: #FF8000;
	margin-bottom: 50px;
}
.new {
	margin-top: 30px;
}
.new h2 {
	font-family: "Roboto Light";
}
.new h4 {
	letter-spacing: 2px;
	font-size: 16px;
}
.approach h2 {
	font-size: 30px;
	font-family: "Roboto Black"!important;
	color: #fff;
	font-weight: 500;
    line-height: 1.1;
}
.approach p {
	font-size: 16px!important;
	font-family: "Roboto Light"!important;
	color: #fff;
}
.cont {
	padding: 80px 0;
}
.cont h2 {
	font-family: "Roboto Thin";
	color: #fff;
}
.cont a, .bg a {
	background-color: transparent;
	padding: 12px 34px;
	border: 2px solid #fff;
	border-radius: 0;
	letter-spacing: 1px;
	font-size: 14px;
	transition: all .3s ease-in-out;
}
.cont a:hover {
	background-color: #fff;
	color: #00B95C;
	transition: all .3s ease-in-out;
	border: 2px solid #fff;
}
.bg a {
	background-color: #00B95C !important;
	border: 2px solid #00B95C !important;
	color: #fff !important;
}
.bg a:hover {
	background-color: #fff !important;
	color: #00B95C !important;
	transition: all .3s ease-in-out;
	border: 2px solid #fff !important;
}
.about p {
	font-size: 15px;
	line-height: 26px;
}
.conslnt {
	margin-top: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
footer {
	background-color: #232323;
	padding-top: 12px;
	color: #ccc;
}
footer h5 {
	font-size: 16px;
	font-family: "Roboto Medium";
}
footer li, footer li a {
	list-style-type: none;
	color: #757575;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
}
footer li a:hover {
	color: #ccc;
}
.copy p, .copy a {
	color: #757575;
	padding-top: 20px;
}
.tags span {
	color: #757575;
	margin-bottom: 10px;
	background-color: transparent;
	border-radius: 20px;
	font-size: 13px;
	border-color: #414141;
	padding: 3px 10px;
	transition: all .3s ease-in-out;
}
.tags span:hover {
	background-color: #FF8000;
	color: #fff;
	border-color: #FF8000;
	transition: all .3s ease-in-out;
}
table th, table td {
	border: 1px solid #BBB !important;
	text-align: center;
}
table th, .td1 {
	background-color: #F7F7F7;
}
.uk-no {
	background-color: #53FF53 !important;
}
.uk-no:hover {
	background-color: #00EA3A !important;
}
.unq {
	border-right: 1px solid #ccc;
}
.div2 {
	height: 200px;
	width: 10px;
}
.contact li {
	font-size: 15px;
}
/*scroll to top */
.scroll-to-top {
	position: fixed;
	bottom: 5px;
	right: 10px;
	display: none;
	z-index: 99999;
}

.bootstrapp{
	margin: 0 0 10px;
	line-height: 22px;
}

.text-white{
	color: #fff;
	font-family: "Roboto Black"!important;
}



@media (min-width: 1200px){
.banwidth {
    width: 1170px;
}
.conwidth {
    width: 1170px;
}
}

.banwidth h2 {
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.1;
    color: inherit;
    font-size: 60px;
	font-family: "Roboto Black";
	letter-spacing: 0;
}

.banwidth p {
    margin: 0 0 10px;
    line-height: 22px;
    font-family: Verdana, Geneva, sans-serif!important;
    list-style: none;
    font-size: 20px;
}

.paypalbtn{
	background-color: #FF8000;
	background-image: linear-gradient(144deg, #FF8000 46%, rgb(255,200,0) 100%);
	padding: 4px 20px;
	border-radius: 4px;
	color: #fff;
	border: 0px solid #fff;
	cursor: pointer;
}

.paypalbtn:hover{
	background-color: #FF8000;
	background-image: linear-gradient(144deg, rgb(255,120,0) 46%, rgb(255,120,0) 90%);
}