html, body{
  font-size: 100%;
	background:	#fff;
}
body {
	font-size: 100%;
	font-family: 'Roboto';
}
body a{
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
.banner1 {
	background: url(../images/bnr-1.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	min-height: 600px;
}
.banner2 {
	background: url(../images/bnr-2.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	min-height: 600px;
}
.banner-text p{
	font-size:20px;
	color:#fff;
	margin:0;
}
.banner-text h3{
	color:#fff;
	font-size:2em;
	margin:0;
	font-family: 'Play';
}
.banner-text {
    text-align: left;
    margin-top: 40%;
    background: rgba(10, 5, 95, 0.7);
    width: 55%;
    padding: 12px 0px 15px 25px;
}
.banner{
	position:relative;
}
.down {
    position: absolute;
    right: 10%;
    width: 15%;
    top: 92.5%;
}
.down h3{
	font-family: 'Play';
	padding:10px 20px;
	margin:0;
	background:#fffc08;
	color:#090952;
	font-size:1.5em;
}
.down ul{
	padding:0;
	margin:0;
}
.down ul li{
	list-style:none;
}
.down ul li a{
	font-size:15px;
	color:#fff;
	background:#0732a2;
	padding:10px 20px;
	width:100%;
}
/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fdf402;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: #0e075e;
  font-weight: bold;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.featured{
	display: block;
	width: 100%;
	margin: 2em 0 0em 0;
			}
/*--welcome-starts--*/
.welcome{
	padding:6em 0px;
}
.heading h3,.heading h2,.heading h1{
	color:#0732a2;
	font-size:2.5em;
	margin:0;
	font-family: 'Play';
}
.welcome-top{
	text-align:center;
}
.welcome-top p {
    font-size: 16px;
    color: #999;
    line-height: 1.8em;
    margin: 10px auto 0;
    width: 100%;
}
.welcome-bottom{
	margin-top:3%;
}
.welcome-left img{
	width:100%;
}
.welcome-left{
	position:relative;
}
.welcome-btm {
    position: absolute;
    top: 80%;
    width: 92.3%;
}
.welcome-left a {
    padding: 17px 11px;
    background: rgba(10, 5, 95, 0.86);
    color: #fff;
    display: block;
}
.welcome-left a:hover{
	background: rgba(7, 50, 162, 0.72);
}

.welcome .clearfix{
  padding-bottom: 0em;
}
/*--welcome-end--*/
/*--product-starts--*/
.product{
	padding-bottom:6em;
}
.product-left ul{
	padding:0;
	margin-top:9%;
}
.product-left ul li{
	list-style-image: url(../images/s-arw.png);
  margin: 0px 0px 10px 18px;
}
.product-left ul li a{
	font-size:16px;
	color:#999;
}
.product-left ul li a:hover{
	color:#f94877;
}
.product{
	margin-top:0%;
}
.product-left img{
	width:100%;
}
.prdt-left p{
	font-size: 16px;
    color: #999;
    line-height: 1.8em;
    margin-top: 10px;
}
/*--product-end--*/
/*--footer-starts--*/
.footer{
	padding:5em 0px;
	background:#0a055f;
}
.footer-left span {
    font-size: 2em;
    color: #fff;
    padding: 7px;
    border: 3px double #fff;
	vertical-align:middle;
	display:inline-block;
}
.footer-left p {
    color: #fff;
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
    width:65%;
    margin-left: 12px;
}
.footer-left p a,.footer-right p a{
	color: #fff;
}
.footer-left p a:hover,.footer-right p a:hover{
	color: #fefc11;
}
.a-2{
	margin-top:12%;
}
.footer-right p{
	color: #fff;
    font-size: 13px;
    margin-top: 7%;
    text-align: center;
}
/*--footer-end--*/

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 12px;
    right: 1%;
    overflow: hidden;
    z-index: 999;
    width: 35px;
    height: 25px;
    border: none;
    text-indent: 100%;
    background: url("../images/top-arrow.png") no-repeat 0px 0px;
}
/*--media-quaries-starts-here--*/
@media (max-width:1440px){
.banner1, .banner2 {
	min-height: 575px;
}
.banner-text {
    margin-top: 37%;
}
.down {
    right: 5%;
    top: 92%;
}
}
@media (max-width:1366px){
.o-right {
    padding: 7.5% 0 0 4%;
}
.about,.team,.gallery,.blog,.contact,.pages,.single {
    padding: 5em 0px;
}
.header-top {
    padding: 1.6em 0px;
}
.banner1, .banner2 {
    min-height: 540px;
}
.banner-text h3 {
    font-size: 1.85em;
}
.banner-text {
    margin-top: 35%;
}
.welcome,.news{
    padding: 5em 0px;
}
.product {
    padding-bottom: 5em;
}
.footer {
    padding: 4.5em 0px;
}
}
@media (max-width:1280px){

.down {
    right: 4%;
	top: 91.45%;
}
.heading h3, .heading h2, .heading h1 {
    font-size: 2.3em;
}
.banner1, .banner2{
    min-height: 507px;
}
.banner-text {
    margin-top: 33%;
}
.footer {
    padding: 4em 0px;
}

h3.ghj {
    font-size: 1.85em;
}
.head-middle h1 a {
    font-size: 1.6em;
}
}
@media (max-width:1024px){

.welcome-btm {
    width: 96%;
}
.welcome-btm a {
    font-size: 25px;
}
.welcome-left{
  margin-bottom: 2em;
}

ul.navig li a {
    font-size: 1.1em;
    padding: 2px 5px;
}
.banner-text {
    width: 650px;
}
.banner-text h3 {
    font-size: 2.5em;
}
.banner-text p {
    font-size: 18px;
}
.banner1, .banner2{
    min-height: 410px;
}
.flex-direction-nav a {
    top: 50%;
}
.banner-text {
    margin-top: 30%;
}
.down h3 {
    padding: 8px 20px;
    font-size: 1.25em;
}
.down {
    right: 2%;
    top: 90.8%;
	width: 28%;
}
.down ul li a {
    font-size: 14px;
    padding: 7px 20px;
}
.flex-direction-nav a {
    top: 48%;
}
.welcome{
    padding: 4em 0px;
}
.heading h3, .heading h2, .heading h1 {
    font-size: 2.2em;
}
.welcome-top p {
    margin: 3px auto 0;
    font-size: 15px;
    width: 100%;
}
.welcome-bottom {
    margin-top: 0%;
}
.welcome-left a {
    padding: 0px 0px;
}
.product-left ul li a {
    font-size: 13px;
    margin: 0.5em;
}
.product-left{
    padding: 0px 0px;
    float: left;
    margin-right: 0.2em;
}
.product-left h3 {
    font-size: 21px;
    margin: 13px 0 0 0;
}
.product-left p {
    font-size: 12px;
    margin-top: 5px;
}
.product {
    padding-bottom: 0em;
}
.footer {
    padding: 3.5em 0px;
}
.footer-left {
    margin-top: 1em;
}
.footer-left a-1, .footer-left a-2 {
    margin: 0em;
    height: 50px;
}
.footer-left span {
    font-size: 1.6em;
    padding: 7px;
}
.footer-left p {
    font-size: 15px;
    width: 72%;
    margin-left: 6px;
}
.footer-right p {
    font-size: 15px;
}
.single-bottom h4 {
    font-size: 23px;
}
.media-body p {
    font-size: 15px;
}
.comments {
    margin-top: 2%;
}
h4.media-heading {
    font-size: 1.4em;
}
.post-left h6 {
    font-size: 1.3em;
    margin: 12px 0 0 0;
}
.post-left p {
    font-size: 15px;
}
.rly-top input[type="text"]:nth-child(1) {
    margin-right: 7px;
}
.media {
    margin-top: 18px;
}
}
@media (max-width:768px){
.head-left,.head-middle,.head-right{
	width:33.3%;
	float:left;
}
.header-top {
    padding: 1em 0px;
}
.head-middle h1 a {
    font-size: 1.2em;
}
.welcome-btm {
    width: 91.6%;
    top: 79.8%;
}
.single-bottom h4 {
    font-size: 21px;
}
h4.media-heading {
    font-size: 1.2em;
}
.media-body p {
    font-size: 14px;
}
h5.reply a {
    font-size: 1.1em;
}
.post-left {
    width: 25%;
    float: left;
    padding: 0 5px;
}
.post-left h6 {
    font-size: 1.1em;
}
.post-left p {
    font-size: 14px;
}
.rly-top {
    margin-top: 1.2em;
}
.blog-left {
    width: 33.3%;
    float: left;
    padding: 0 5px;
}
.blog-btm h4, .blog-btm h2 {
    font-size: 18px;
}
.blog-btm {
    padding: 11px 0em 1.3em 7px;
}
.blog-btm p {
    font-size: 12px;
}
p.one {
    font-size: 14px;
    margin-top: 4px;
}
.b-btn a {
    font-size: 11px;
    padding: 6px 10px;
}
h3.ghj {
    font-size: 1.55em;
    margin: 0 0 13px 0;
}
.map iframe {
    height: 225px;
}
.contact-bottom {
    margin-top: 3%;
}
.contact-right {
    margin-top: 3%;
}
.col-md-3.galerie-left {
    width: 50%;
    float: left;
}
.col-md-6.gallery-left {
    width: 50%;
	float: left;
}
.navigation {
    padding: 16px 0px;
}
ul.navig li a {
    padding: 12px 5px;
    margin: 0;
	border-bottom: 2px dotted #fff;
}
.banner-text p {
    font-size: 16px;
}
.banner-text h3 {
    font-size: 1.4em;
}
.banner-text {
    width: 61%;
    padding: 10px 0px 10px 16px;
}
.banner1, .banner2,.banner3, .banner4{
    min-height: 305px;
}
.banner-text {
    margin-top: 28%;
}
.down h3 {
    padding: 6px 17px;
    font-size: 1.15em;
}
.down {
    right: 1.5%;
    top: 89.8%;
    width: 19%;
}
.down ul li a {
    font-size: 14px;
    padding: 3px 17px;
}
.heading h3, .heading h2, .heading h1 {
    font-size: 1.8em;
}
.welcome, .news {
    padding: 3em 0px;
}
.news-top p, .welcome-top p {
    width: 82%;
}
.welcome-left {
    width: 33.3%;
    float: left;
    padding: 0 10px;
}
.welcome-left a span {
    width: 17px;
    height: 17px;
    background-size: 100%;
}
.welcome-left a {
    padding: 7px 12px;
	font-size:14px;
}
.o-left {
    width: 60%;
    float: left;
}
.o-right {
    padding: 4.6% 0 0 2%;
    width: 40%;
    float: right;
}
.our-left{
    width: 60%;
    float: left;
}
.our-right {
    width: 40%;
    float: right;
}
.our-left {
    margin-top: 2.5%;
}
.our-left p {
    font-size: 14px;
    margin-top: 6px;
}
.o-right p {
    font-size: 14px;
    margin-top: 6px;
}
.news-left {
    width: 33.3%;
    float: left;
    padding: 0 10px;
}
.mask h4 {
    font-size: 1.6em;
}
.mask p {
    font-size: 13px;
}
.mask {
    padding: 13.2% 4px;
    width: 48%;
    right: 9px;
}
.product-left ul {
    margin-top: 3%;
}
.product-left ul li {
    margin: 0px 0px 15px 18px;
}
.product-left ul li a {
    font-size: 14px;
}
.product-right{
    margin-top: 3.5%;
}
.prdt-left h4 {
    font-size: 20px;
}
.prdt-left p {
    font-size: 14px;
    margin-top: 3px;
}
.col-md-3.footer-left {
    width: 50%;
    float: left;
	margin-bottom: 3%;
}
.footer-right {
    width: 100%;
}
.footer-right input[type="text"] {
    width: 67%;
}
.footer-right p {
    font-size: 14px;
    margin-top: 3.5%;
}
.footer {
    padding: 3em 0px;
}
.prdt-left {
    width: 50%;
    float: left;
}
.prdt {
    margin-top: 2.5%;
}
.sb-search {
    top: 5px;
}
.head-left ul {
    margin: 8% 0 0 0;
}
.team-text p {
    font-size: 15px;
}
.label {
    font-size: 67%;
}
}
@media (max-width:640px){
.header-top {
    padding: 10px 0px;
}
p.sn{
    font-size: 13px;
}
.rly-top input[type="text"]:nth-child(1) {
    margin-right: 3px;
}
.head-middle h1 a {
    font-size: 1em;
}
.welcome-btm {
    width: 89.5%;
    top: 78%;
}
h3.ghj {
    font-size: 1.5em;
}
.about, .team, .gallery, .blog, .contact, .pages,.single {
    padding: 2.5em 0px;
}
.features-top p, .blog-top p {
    font-size: 14px;
    line-height: 1.6em;
}
.contact-left h2 {
    font-size: 1.5em;
}
.about-left img {
    width: 52%;
}
.about-right h4 {
    font-size: 17px;
}
.about-right p {
    font-size: 14px;
    margin-top: 4px;
}
.team-text p {
    font-size: 14px;
}
.head-left ul {
    margin: 9% 0px 0 0;
}
.sb-icon-search {
    background: url('../images/search.png') no-repeat 11px 11px #fff;
    width: 35px;
    height: 35px;
}
.sb-search-submit {
    background: url('../images/search.png') no-repeat 11px 11px #fff;
}
.sb-search-input {
    width: 94%;
    height: 30px;
}
.sb-icon-search, .sb-search-submit {
    width: 35px;
    height: 35px;
}
.sb-search.sb-search-open, .no-js .sb-search {
    width: 95%;
}
.sb-search {
    top: 3px;
}
ul.navig li a {
    padding: 10px 5px;
}
.banner-text p {
    font-size: 15px;
}
.banner-text h3 {
    font-size: 1.25em;
}
.banner-text {
    padding: 8px 0px 7px 12px;
	margin: 20% 0 0 2%;
}
.banner1, .banner2,.banner3, .banner4 {
    min-height: 253px;
}
.welcome, .news {
    padding: 2.5em 0px;
}
.heading h3, .heading h2, .heading h1 {
    font-size: 1.6em;
}
.news-top p, .welcome-top p {
    font-size: 14px;
    line-height: 1.6em;
}
.welcome-left a {
    padding: 6px 10px;
    font-size: 13px;
}
.welcome-left a span {
    width: 16px;
    height: 16px;
}
.our-left {
    margin-top: 1.2%;
}
.our-left p {
    font-size: 13px;
    margin-top: 4px;
}
.o-right p {
    font-size: 13px;
    margin-top: 4px;
}
.o-right {
    padding: 4% 0 0 4%;
    width: 40%;
}
.navigation {
    padding: 13px 0px;
}
.navigation {
    height: 56px;
}
.mask h4 {
    font-size: 1.4em;
}
.mask p {
    font-size: 12px;
}
.mask {
    padding: 9.5% 4px;
}
.prdt-left h4 {
    font-size: 19px;
    margin: 10px 0 0 0;
}
.product {
    padding-bottom: 2.5em;
}
.prdt-left {
    padding: 0 7px;
}
.footer-left span {
    font-size: 1.3em;
}
.footer-left p {
    font-size: 14px;
}
.footer {
    padding: 2.5em 0px;
}
.down h3 {
    padding: 6px 13px;
    font-size: 1em;
}
.down {
    right: 1%;
    top: 88.3%;
    width: 20%;
}
.down ul li a {
    font-size: 12px;
    padding: 3px 14px;
}
.g-5 {
    padding: 3px 0;
}
.label {
    font-size: 56%;
}
}
@media (max-width:480px){
.sb-search {
    min-width: 32px;
    height: 32px;
}
p.sn {
    font-size: 12px;
}
.head-middle h1 a {
    font-size: 30px;
}
.welcome-btm {
    width: 93%;
    top: 78%;
}
.single-bottom h4 {
    font-size: 19px;
}
.media-left, .media > .pull-left {
    padding-right: 15px;
}
.img-responsive {
    width: 100%;
}
.post-left {
    width: 50%;
    margin-bottom: 15px;
}
.post-left:nth-child(3),.post-left:nth-child(4){
	margin-bottom: 0;
}

.rly-top textarea {
    min-height: 140px;
    margin: 7px 0em;
}
.blog-left {
    width: 100%;
    padding: 0 10px;
}
.breadcrumb {
    padding: 4px 15px;
    font-size: 13px;
}
.blog-one,.blog-left {
    margin-bottom: 1.5em;
}
h3.ghj {
    font-size: 1.3em;
	margin: 0 0 10px 0;
}
.alert {
    padding: 12px;
    font-size: 15px;
}
.well {
    font-size: 15px;
}
.map iframe {
    height: 185px;
}
.contact-left h2 {
    font-size: 1.4em;
}
.contact-left p {
    font-size: 14px;
    margin-top: 5px;
}
.c-left input[type="text"], .c-left textarea {
    margin-bottom: 8px;
    padding: 7px 10px;
    font-size: 13px;
}
.about-right {
    padding: 0;
}
.about-right h4 {
    font-size: 16px;
}
.f-left {
    width: 46%;
}
.f-right ul li {
    margin: 0px 0px 7px 21px;
}
.team-left {
    width: 50%;
    margin-top: 12px;
}
.view {
    width: 197px;
    height: 197px;
}
.view .mask1, .view .content {
    width: 197px;
    height: 197px;
}
.team-text h4 {
    font-size: 18px;
}
.features-top p, .blog-top p {
    width: 100%;
}
.about, .team, .gallery, .blog, .contact, .pages,.single {
    padding: 2em 0px;
}
.f-right {
    width: 52%;
}
.sb-icon-search, .sb-search-submit {
    width: 32px;
    height: 32px;
}
.head-left ul li {
    margin: 0 1px;
}
.sb-icon-search {
    background: url('../images/search.png') no-repeat 9px 10px #fff;
}
.sb-search-submit {
    background: url('../images/search.png') no-repeat 9px 10px #fff;
}
.sb-search.sb-search-open, .no-js .sb-search {
    width: 105%;
}
.sb-search-input {
    width: 95%;
    height: 25px;
    padding: 5px 10px;
    font-size: 11px;
}
ul.navig li a {
    padding: 8px 5px;
}
.banner-text h3 {
    font-size: 1.1em;
}
.banner-text p {
    font-size: 14px;
}
.banner-text {
    padding: 4px 0px 4px 6px;
    margin: 20% 0 0 2.5%;
    width: 72%;
}
.banner1, .banner2,.banner3, .banner4{
    min-height: 187px;
}
.sb-search {
    top: 4px;
}
.down h3 {
    padding: 3px 10px;
    font-size: 15px;
}
.down {
    right: 1%;
    top: 88%;
    width: 23.5%;
}
.heading h3, .heading h2, .heading h1 {
    font-size: 1.45em;
}
.news-top p, .welcome-top p {
    width: 100%;
}
.welcome-left {
    padding: 0 5px;
}
.welcome-left a span {
    width: 14px;
    height: 14px;
}
.welcome-left a {
    padding: 4px 10px;
    font-size: 11px;
}
.welcome {
    padding: 0em 0px;
}
.product-left ul li {
    margin: 0px 0px 11px 18px;
}
.product-left {
    padding: 0 4px;
    width: 50%;
}
.product-left h4 {
    font-size: 17px;
    margin: 8px 0 0 0;
}
.product {
    padding-bottom: 2em;
}
.col-md-3.footer-left,.footer-right {
    padding: 0;
}
.footer-right p {
    font-size: 13px;
}
.footer-left p {
    font-size: 13px;
    margin-left: 4px;
}
.news-bottom {
    margin-top: 0%;
}
.news-left img {
    width: 70%;
}
.mask h4 {
    font-size: 1.6em;
}
.o-left {
    width: 100%;
    float: none;
}
.o-right {
    padding: 4% 0 3% 0%;
    width: 100%;
}
h1.head {
    font-size: 28px;
}
h2.head {
    font-size: 26px;
}
.label {
    font-size: 39%;
}
}
@media (max-width:384px){
.head-left ul li {
    margin: 0 0px;
}
.product-left {
    width: 100%;
}
}
@media (max-width:320px){
.head-left, .head-middle, .head-right {
    padding: 0;
}
.head-left ul li a span {
    width: 14px;
    height: 14px;
    background-size: 400%;
}
.head-left ul li a span.twit {
    background-position: -14px 0px;
}
.head-left ul li a span.pin {
    background-position: -28px 0px;
}
.head-left ul li a span.rss {
    background-position: -42px 0px;
}
.head-left ul li {
    margin: 0 0px;
}
.sb-icon-search, .sb-search-submit {
    width: 28px;
    height: 28px;
}
.sb-search {
    min-width: 28px;
    height: 28px;
}
.sb-icon-search {
    background: url('../images/search.png') no-repeat 7px 7px #fff;
}
.sb-search-submit {
    background: url('../images/search.png') no-repeat 7px 7px #fff;
}
.sb-search-input {
    height: 22px;
    font-size: 9px;
	top: 4.5px;
}
ul.navig li a {
    padding: 4px 5px;
    font-size: 12px;
}
.banner-text p {
    font-size: 11px;
}
.banner-text h3 {
    font-size: 14px;
}
.banner-text {
    padding: 2px 0px 2px 4px;
    margin: 20% 0 0 2.5%;
    width: 90%;
}
.navigation {
    height: 47px;
    padding: 8px 0px;
}
.banner1, .banner2,.banner3, .banner4 {
    min-height: 150px;
}
.down {
    display: none;
}
.welcome{
    padding: 1.5em 0px;
}
.welcome-top p {
    font-size: 13px;
}
.welcome-left {
    width: 100%;
    float: none;
    margin-top: 13px;
}
.welcome-left a {
    padding: 9px 10px;
    font-size: 12px;
}
.product {
    padding-bottom: 1.5em;
}
.col-md-3.footer-left {
    width: 100%;
    float: none;
    margin-bottom: 6%;
}
.a-2 {
    margin-top: 6%;
}
.footer-right input[type="text"] {
    width: 90%;
}
.footer-right form input[type=submit] {
    margin: 10px 0 0 0px;
}
.welcome-left a span {
    width: 15px;
    height: 15px;
}

.footer {
    padding: 1.5em 0px;
}
.product-left {
    width: 100%;
}
.product-left ul li a {
    font-size: 13px;
}
.product-left ul li {
    margin: 0px 0px 11px 13px;
}
.footer-left {
    width: 62%;
}
#toTop {
    width: 30px;
    height: 22px;
    background-size: 100%;
}
.prdt-left {
    padding: 0 0px;
    width: 100%;
    margin-top: 5%;
}
.product-right {
    margin-top: 5.5%;
}
.about, .team, .gallery, .blog, .contact, .pages,.single {
    padding:1.5em 0px;
}
.about-left img {
    width: 80%;
}
.about-right h4 {
    font-size: 15px;
}
.about-right p {
    font-size: 13px;
}
.f-left {
    width: 100%;
}
.f-right {
    width: 100%;
    margin-top: 6%;
}
.team-left {
    width: 100%;
    padding: 0 15px;
}
.view {
    width: 243px;
    height: 243px;
}
.view .mask1, .view .content {
    width: 243px;
    height: 243px;
}
.team-text p {
    font-size: 13px;
}
.team-text h4 {
    font-size: 17px;
}
.f-right ul li a {
    font-size: 13px;
}
.col-md-3.gallery-left,.col-md-6.gallery-left{
    width: 100%;
    float: none;
}
.map {
    margin-top: 3.3%;
}
.map iframe {
    height: 150px;
}
.contact-left,.c-left {
    padding: 0;
}
.contact-right {
    margin-top: 5%;
}
.contact-bottom {
    margin-top: 4%;
}
.contact-left p {
    font-size: 13px;
    margin-top: 4px;
}
.contact-left h2 {
    font-size: 1.2em;
}
.headdings, .Buttons, .progress-bars, .alerts, .bread-crumbs, .pagenatin, .appearance, .distracted {
    padding: 6px 0;
}
h1.head {
    font-size: 22px;
}
h2.head {
    font-size: 19px;
}
h3.head {
    font-size: 16px;
}
h4.head {
    font-size: 14px;
}
.label {
    font-size: 23%;
}
.alert {
    padding: 12px;
    font-size: 14px;
}
.well {
    font-size: 14px;
}
h3.ghj {
    font-size: 1.15em;
}
.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 8px 13px;
    font-size: 11px;
}
.blog-left {
    padding: 0 0px;
}
p.one {
    font-size: 13px;
}
.single-bottom h4 {
    font-size: 17px;
}
.media-left, .media > .pull-left {
    padding-right: 11px;
}
h4.media-heading {
    font-size: 1.1em;
}
.media-body p {
    font-size: 13px;
}
h5.reply a {
    font-size: 1em;
}
.post-left h6 {
    font-size: 1em;
    margin: 8px 0 0 0;
}
.post-left p {
    font-size: 13px;
}
.rly-top {
    margin-top: 13px;
}
.rly-top input[type="text"]:nth-child(1),.rly-top input[type="text"] {
    margin: 0 0 5px 0;
}
.rly-top input[type="text"] {
	width:100%;
}
.rly-top textarea {
    min-height: 120px;
    margin: 0px 0em 7px 0;
}
.rly-top input[type="submit"] {
    padding: 3px 18px;
    font-size: 13px;
}
.head-left, .head-middle, .head-right{
	width:30%;
	float:left;
}
.head-middle{
	width:40%;
	float:left;
}
.head-right{
	width:30%;
	float:left;
}
.head-left ul {
    margin: 2.5% 0px 0 0;
}
.sb-search {
    top: 9px;
}
.welcome-btm {
    width: 96.5%;
    top: 82.5%;
}
.head-middle h1 a {
    font-size: 26px;
}
.head-left ul {
    margin: 18.5% 0px 0 0;
}
.add h5 {
    font-size: 1.1em;
}
.add {
    margin-top: 7px;
}
.add p {
    font-size: 13px !important;
    margin-top: 5px !important;
    line-height: 1.6em;
}
