 @charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Poppins');
@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Chelsea+Market');
body {
	margin: 0;
	padding: 0;
	color:#000;
}
/*Badge*/
.badge-color {
	color: white;
	background-color: limegreen;
	font-size: 8px;
	position: relative;
	top: -2px;
}
/*Badge*/
html, body {
	height: 100%;
}
.margin-5 {
	margin-top: 5px;
}
.margin-10 {
	margin-top: 10px;
}
.margin-20 {
	margin-top: 20px;
}
.margin-30 {
	margin-top: 30px;
}
.margin-40 {
	margin-top: 40px;
}
.margin-50 {
	margin-top: 50px;
}
.margin-60 {
	margin-top: 50px;
}
.margin-70 {
	margin-top: 70px;
}
.margin-80 {
	margin-top: 80px;
}
.margin-90 {
	margin-top: 90px;
}
.margin-100 {
	margin-top: 100px;
}
.margin-150 {
	margin-top: 150px;
}
.margin-top-bottom {
	margin-top: 50px;
	margin-bottom: 50px;
}
.margin-bottom-15 {
	padding-bottom: 15px;
}
.padding-top-bottom {
	padding-top: 50px;
	padding-bottom: 50px;
}
.padding-top-bottom-20 {
	padding-top: 10px;
	padding-bottom: 35px;
}
.padding-top-bottom-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.padding-top-bottom-70 {
	padding-top: 70px;
	padding-bottom: 70px;
}
.padding-top-bottom-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.padding-top-bottom-150 {
	padding-top: 150px;
	padding-bottom: 150px;
}
.padding-top-bottom-250 {
	padding-top: 250px;
	padding-bottom: 250px;
}
.padding-10 {
	padding: 10px;
}
.padding-20 {
	padding: 20px;
}
.padding-30 {
	padding: 30px;
}
.padding-50 {
	padding: 50px;
}
.top-bar{
	background-color:#000;
	color:fff;
}
.top-bar p{
	color:fff;
	font-size:10px;
}
.top-bar-text-align ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.top-bar-text-align ul li{
	font-family: 'Poppins';
	display:inline-block;
	font-size:12px;
	margin-top:10px;
	margin-left:8px;
	color:fff;
}
.top-bar a{
	color:#fff !important;
	text-decoration:none;
}
.top-bar-text-align{
	text-align:right;
}
.menu .navbar-default {
	background-image: none;
	background-repeat: no-repeat;
	background-color: transparent;
	border-color: transparent;
	border-radius: 0;
	box-shadow: none;
	padding-bottom: 10px;
}
.menu .navbar .navbar-collapse {
	padding: 0;
}
.navbar-collapse.collapse {
	margin-left: -16px;
	margin-top: 30px;
}
.menu .navbar {
	border: none;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 0;
}
.menu .navbar-brand {
	padding: 0px;
	height: 80px;
}
.menu .navbar-brand>img {
	height: 100%;
	width: auto;
	padding: 7px 10px;
	padding-bottom:10px;
}
.menu .nav li a {
	text-decoration: none;
	color: #000;
	transition: all 0.4s ease-out;
	font-family: 'Poppins';
	padding: 7px 10px;
	letter-spacing: 1px;
}
.menu .nav li a.active{
	color: #F90;
	transition: all 0.4s ease-out;
}
.menu .nav > li > a:hover {
	color: #F90;
	transition: all 0.4s ease-out;
}
.menu .navbar-toggle .icon-bar {
	background: #000;
	height: 3px;
}
.menu .navbar-toggle{
	margin-top:30px;
}
.dropdown-menu > li > a{
	background-color:#f9f9f9;
	border:none;
	font-size:12px;
	border-radius:none;
	box-shadow:none;
	color:#000 !important;
	transition:all linear 0.3s;
	width:100%;
	padding:7px 10px !important;
}
.dropdown-menu > li > a:hover{
	background-color:#f90 !important;
	color:#fff !important;
	transition:all linear 0.3s;
}
#myslide .item {
	height: 100% !important;
	background-size: cover;
	background-position: center center;
}
#myslide .carousel-caption {
	top: 35%;
	height: 150px;
	padding-left: 10px;
	padding-right: 10px;
}
#myslide .carousel-caption h1 {
	font-family: 'Raleway';
	font-size: 48px;
}
.bg-white{
	background:#fff;
}
.bg-off-white{
	background:#f9f9f9;
}
.bg-yellow{
	background-color:#fee145;
}
.white {
	color: #fff;
}
.pink{
	color:#ff97a4;
}
.blue{
	color:#74cee4;
}
.green{
	color:#6fc191;
}
.orange{
	color:#f90;
}
.black {
	color: #000;
}
.h1-bg h1{
	background-color:#74cee4;
	width:100px;
	height:100px;
	font-size:48px;
	border-radius:50px;
	margin-left:auto;
	margin-right:auto;
	padding-top:23px;
	transition:all ease 0.5s;
}
.h1-bg h1:hover{
	transition:all ease 0.5s;
	background-color:#6fc191;
	transform:rotate(30deg);
}
h1 {
	font-family: 'Chelsea Market';
}
h2, h3, h4, h5, h6 {
	font-family: 'Raleway';
}
p {
	font-family: 'Open Sans';
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 26px;
}
ul li{
	font-family: 'Open Sans';
}
.background-image {
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	background-position: center center;
}
.background-image-2 {
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	background-position: center center;
	background-attachment:fixed;
}
.botton a {
	text-decoration: none;
	font-family: 'Open Sans';
	width: 150px;
	text-align: center;
	color: #fff;
	border: 2px solid #fff;
	padding: 10px 15px;
	transition: ease all 0.6s;
	background-color: transparent;
}
.botton a:hover {
	transition: ease all 0.6s;
	color: #fff;
	background-color: #f90;
	border: 2px solid #f90;
}
.botton-subscribe a {
	text-decoration: none;
	font-family: 'Open Sans';
	text-align: center;
	border-radius:70px;
	color: #000;
	border: 2px solid #fee145;
	padding: 8px 15px;
	transition: ease all 0.6s;
	background-color: #fee145;
}
.botton-subscribe a:hover {
	transition: ease all 0.6s;
	color: #fff;
	background-color: #161616;
	border: 2px solid #161616;
}
.image-width-100 img{
	width:100%;
}
.image-width-70 img{
	width:70%;
}
.image-width-50 img{
	width:50%;
}
.bg-off-black{
	background-color:#252525;
}
.social a{
	text-decoration:none;
	color:#fff;
	transition:all ease 0.5s;
	margin-left:12px;
}
.social a:hover{
	color:#f90;
	transition:all ease 0.5s;
	transform:rotate(360deg) !important;
}
.footer ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.footer ul li{
	padding-bottom:10px;
	font-family: 'Poppins';
}
.footer ul li a{
	text-decoration:none;
	color:#fff;
}
.copyright{
	background-color:#000;
	color:#fff;
}
.form-control{
	border-color:#ccc;
	border-radius:0px;
}
.p-bar {
  max-width: 32em;
  background: transparent;
  margin-bottom:10px;
  border: 2px solid #fff;
  border-radius: 20px;
}

.inner {
  padding: 5px;
  border-radius: 8px;
}

.inner.pink {
  background: repeating-linear-gradient(
  45deg,
  #f0f,
  #f0f 10px,
  #f0f 10px, 
  #f0f 20px
)
}
.inner.orange {
  background: repeating-linear-gradient(
  45deg,
  #f90,
  #f90 10px,
  #f90 10px, 
  #f90 20px
)
}
.inner.blue {
  background: repeating-linear-gradient(
  45deg,
  #74cee4,
  #74cee4 10px,
  #74cee4 10px, 
  #74cee4 20px
)
}
.inner.green {
  background: repeating-linear-gradient(
  45deg,
  #6fc191,
  #6fc191 10px,
  #6fc191 10px, 
  #6fc191 20px
)
}
.onehundred {
  max-width: 100%
}

.seventyfive {
  max-width: 90%;
}

.fifty {
  max-width: 95%;
}

.twentyfive {
  max-width: 75%;
}
.img-width-100 img{
	width:100%;
}
th{
	padding:5px;
	text-align:center;
}
td{
	padding:5px;
}
.service-img-3 img{
	width:100%;
}
ul.gallery{
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.gallery li{
	width:24%;
	margin:10px 0.5%;
	float:left;
}
.speech-bubble{
	position:fixed;
	right:20px;
	bottom:20px;
	z-index:1;
	width:100%;
}
.mb-10
{
	margin-bottom:10px;
}
 @media only screen and (min-width:992px) and (max-width: 1200px) {
}
/*tablet layout 760px*/
@media only screen and (min-width:768px) and (max-width: 991px) {
	#myslide .carousel-caption h1 {
	font-family: 'Raleway';
	font-size: 36px;
}
.top-bar-text-align{
	text-align:center;
	padding-bottom:20px;
	margin-top:0px;
}
.top-bar-text-align-2 p{
	text-align:center;
}
}
/*mobile landscape size to tablet portrate(device and browser*/
@media only screen and (min-width:481px) and (max-width: 767px) {
	.menu .navbar-brand>img {
	height: 80%;
	width: auto;
	padding: 7px 10px;
	padding-bottom:10px;
	margin-top:18px;
}
.menu .nav li a {
	margin-left:15px;
}
.top-bar-text-align{
	text-align:center;
	padding-bottom:20px;
	margin-top:0px;
}
.top-bar-text-align-2 p{
	text-align:center;
}
#myslide .carousel-caption h1 {
	font-family: 'Raleway';
	font-size: 24px;
}
}
/*mobile portrate size to mobile landscape size (devices and browser)*/
@media (max-width: 480px) {
.menu .navbar-brand>img {
	height: 80%;
	width: auto;
	padding: 7px 10px;
	padding-bottom:10px;
	margin-top:18px;
}
.menu .nav li a {
	margin-left:15px;
}
.top-bar-text-align{
	text-align:center;
	padding-bottom:20px;
	margin-top:0px;
}
.top-bar-text-align-2 p{
	text-align:center;
}
#myslide .carousel-caption h1 {
	font-family: 'Raleway';
	font-size: 24px;
}
}
