

h4, h5, h6,

h1, h2, h3 {margin: 0;}

ul, ol {margin: 0;}

p {margin: 0;}

html, body{

  font-family: 'Hind-Regular';

   font-size: 100%;

   background:#fff; 

}

a {

  text-decoration: none;

}

a:hover {

  transition: 0.5s all;

  -webkit-transition: 0.5s all;

  -moz-transition: 0.5s all;

  -o-transition: 0.5s all;

}

@font-face {

    font-family: 'Hind-Regular';

    src:url(../fonts/Hind-Regular.ttf) format('truetype');

}

@font-face {

	font-family: 'MontserratAlternates-Regular';

    src:url(../fonts/MontserratAlternates-Regular.ttf) format('truetype');

}

/*--header start here--*/

.header-strip {

  background: url(../images/strip.png);

  min-height: 2px;

}

/*--header-top-starts--*/

.header-top {

  	padding: 0em 0px;

  	background: #fffdf0;

	



}

.header-top-left h1{

	color:#000;

	font-size:2em;

	font-weight:900;

	margin:0;

	font-style: italic;

	font-family: 'Overlock', cursive;

}

.header-top-left ul {

  	padding: 0;

  	margin-top: 30px;

}

.header-top-left ul li{

	list-style:none;

	display:inline-block;

}





.btn {

  background: #ff0000;

  background-image: -webkit-linear-gradient(top, #ff0000, #ff0000);

  background-image: -moz-linear-gradient(top, #ff0000, #ff0000);

  background-image: -ms-linear-gradient(top, #ff0000, #ff0000);

  background-image: -o-linear-gradient(top, #ff0000, #ff0000);

  background-image: linear-gradient(to bottom, #ff0000, #ff0000);



  font-family: Georgia;

  color: #ffffff;

  font-size: 30px;

  padding: 6px 20px 10px 20px;

  text-decoration: none;

  margin:60px 0px 0px 0px;

}



.btn:hover {

  background: #000000;

  background-image: -webkit-linear-gradient(top, #000000, #000000);

  background-image: -moz-linear-gradient(top, #000000, #000000);

  background-image: -ms-linear-gradient(top, #000000, #000000);

  background-image: -o-linear-gradient(top, #000000, #000000);

  background-image: linear-gradient(to bottom, #000000, #000000);

  text-decoration: none;

}

.banner_left{

  background: #fff;

  min-height:auto;

  text-align: center;

  padding: 2em 2em 0;

}

.banner_left img{

  display:inline-block;

}

.banner_desc{

  text-align:left;

}



/*--header-top-ends--*/

span.menu {

  display: none;

}





.navg-strip {

  padding: 1em 0em 1em 0em;

  border-top:4px double #EDEDED;

  border-bottom: 4px double #EDEDED;

  background:#e67817;



}

.top-nav {

  float: left;

  width: 100%;

}

.top-nav ul {

  padding: 0em;

  list-style: none;

}

.top-nav ul li {

  display: inline-block;

    margin:0 0 0 10px;

}

.top-nav ul li a {

  font-size: 14px;

  color: #fff;

  background:#00923f;

  padding:12px 12px 12px 12px;

  border-radius:5px;



}

.top-nav ul li a:hover {

  text-decoration:none;

  color:#000;

}





.header-right {

  float: right;

  width: 21%;

}

.social-icons {

  float: left;

}

.social-icons ul {

  padding: 0em 0.4em 0em 0em;

  list-style: none;

  border-right: 1px solid #000;

}

.social-icons ul li {

  display: inline-block;

  margin:0em 0.5em 0em 0em;

}

.social-icons ul li a span{

  background: url(../images/social-icons.png)no-repeat;

  width: 21px;

  height: 21px;

  display: block;

}

.social-icons ul li a span.fa {

  background-position: 7px 0px;

}

.social-icons ul li a span.tw {

  background-position: -16px 0px;

}

.social-icons ul li a span.g {

  background-position: -39px 0px;

}

.social-icons ul li a span.in {

  background-position: -61px 0px;

}

.social-icons ul li a span.pin {

  background-position: -83px 0px;

}

.social-icons ul li a span.you {

  background-position: -105px 0px;

}

.social-icons ul li a span.fa:hover {

  background-position: 7px -22px;

}

.social-icons ul li a span.tw:hover{

  background-position: -16px -22px;

}

.social-icons ul li a span.g:hover {

  background-position: -39px -22px;

}

.social-icons ul li a span.in:hover {

  background-position: -61px -22px;

}

.social-icons ul li a span.pin:hover {

  background-position: -83px -22px;

}

.social-icons ul li a span.you:hover {

  background-position: -105px -22px;

}

/*--search--*/

.search-in{

	float: right;

	 position: relative;

}

.search{

	position: absolute;

	top: 65px;

  	display: block;

  	z-index: 100;

  	background:#f8565d;

	width: 306px;

	right: 0;

	padding: 1em;

}

.search input[type=text]{

	background:none;

	padding:7px;

	width:70%;

	font-size:0.9em;

	color:#fff;

	-webkit-appearance: none;

	border: 1px solid #fff;

	outline: none;

}

.search input[type=submit]{

	background:#2A2828;

	padding:9px 10px;

	width:25%;

	font-size:0.88em;

	color:#fff;

	-webkit-appearance: none;

	border: none;

	outline: none;

	position: absolute;

  top: 16px;

}

.search input[type=text]:focus{

	color:#5d5d5d;

}



.close-in{

	position: absolute;

	top: -22px;

	right: 0px;

	cursor: pointer;

	  background: #F8565D;

	  padding: 4px;

}

.right button {

	cursor: pointer;

	font-size: .8em;

	color: #777;

	position: absolute;

	bottom: 0;

	top:0px;

	right: 0px;

	border: none;

	outline: none;

	  background: url('../images/search.png') no-repeat 0px ;

	  width: 25px;

	  height: 25px;

	  padding: 0;

}

/*--banner start here--*/

/*-- Slider --*/

#slider {

	box-shadow: none;

	-moz-box-shadow: none;

	-webkit-box-shadow: none;

	margin: 0 auto;

}

.rslides_tabs {

	list-style: none;

	padding: 0;

	background: rgba(0,0,0,.25);

	box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);

	-moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);

	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);

	font-size: 18px;

	list-style: none;

	margin: 0 auto 50px;

	max-width: 540px;

	padding: 10px 0;

	text-align: center;

	width: 100%;

}

.rslides_tabs li {

	display: inline;

	float: none;

	margin-right: 1px;

}

.rslides_tabs a {

	width: auto;

	line-height: 20px;

	padding: 9px 20px;

	height: auto;

	background: transparent;

	display: inline;

}

.rslides_tabs li:first-child {

	margin-left: 0;

}

.rslides_tabs .rslides_here a {

	background: rgba(255,255,255,.1);

	color: #fff;

	font-weight: bold;

}

.events {

	list-style: none;

}

.callbacks_container {

	position: relative;

	float: left;

	width: 100%;

}

.callbacks {

	position: relative;

	list-style: none;

	overflow: hidden;

	width: 100%;

	padding: 0;

	margin: 0;

}

.callbacks li {

	position: absolute;

	left: 0;

	top: 0;

}

.callbacks img {

	position: relative;

	z-index: 1;

	height: auto;

	border: 0;

}

.callbacks .caption {

	display: block;

	position: absolute;

	z-index: 2;

	font-size: 20px;

	text-shadow: none;

	color: #fff;

	left: 0;

	right: 0;

	padding: 10px 20px;

	margin: 0;

	max-width: none;

	top: 10%;

	text-align: center;

}

.callbacks_nav {

    position: absolute;

    -webkit-tap-highlight-color: rgba(0,0,0,0);

    top: 48%;

    left: 40px;

    opacity: 0.7;

    z-index: 3;

    text-indent: -9999px;

    overflow: hidden;

    text-decoration: none;

    height: 64px;

    width: 64px;

    background: url("../images/left-arrow.png") no-repeat 0px 0px;

}

.callbacks_nav.next {

    left: auto;

    background: url("../images/right-arrow.png") no-repeat 0px 0px;

    right: 40px;

}

.callbacks_nav:active {

	opacity: 1.0;

}



.callbacks2_nav:active {

	opacity: 1.0;

}



#slider-pager a {

	display: inline-block;

}



#slider-pager span {

	float: left;

}

#slider-pager span {

	width: 100px;

	height: 15px;

	background: #fff;

	display: inline-block;

	border-radius: 30em;

	opacity: 0.6;

}

#slider-pager .rslides_here a {

	background: #FFF;

	border-radius: 30em;

	opacity: 1;

}

#slider-pager a {

	padding: 0;

}

#slider-pager li {

	display: inline-block;

}

.rslides {

	position: relative;

	list-style: none;

	overflow: hidden;

	padding: 0;

	margin: 0;

	width: 100%;

}

.rslides li {

	-webkit-backface-visibility: hidden;

	position: absolute;

	display: none;

	left: 0%;

	top: 0;

	width: 100%;

}

.rslides li {

	position: relative;

	display: block;

	float: none;

}

.rslides img {

	height: auto;

	border: 0;

}

.callbacks_tabs {

	list-style: none;

	position: absolute;

	top: 80.5%;

	z-index: 999;

	left: 44.5%;

	padding: 0em 0.6em 1em 0.3em;

	margin: 0;

}

.callbacks_tabs li {

	display: inline-block;

	margin: 0.5em;

}

.callbacks_tabs a {

	visibility: hidden;

}

.callbacks_tabs a:after {

	content: "\f111";

	font-size: 0;

	font-family: FontAwesome;

	visibility: visible;

	display: block;

	width:12px;

	height: 12px;

	display: inline-block;

	background: #fff;

	border: none;

	border-radius: 50%;

}

.callbacks_here a:after {

	background: #b56d10;

}

.slider-info {

    position: absolute;

    top: 0;

    z-index: 999;

    left: 229px;

    width: 100%;

    height: 100%;

    padding-top: 350px;

}

.slider-info img {

	width: 100px;

	margin: 0 auto;

}

.slider-info h3 {

    font-size: 45px;

    font-weight: 900;

    color: #FFF;

    letter-spacing: 3px;

    text-transform: uppercase;

    margin: 2px 0px 10px;

}

.slider-info p {

    font-size: 15px;

    font-weight: 100;

    color: #d3d8d8;

    margin: 0 auto 50px;

    line-height: 35px;

}

.italic {

    font-size: 20px;

    color: #ddd;

    font-family: 'Courgette', cursive;

}

.slider-info h4 {

    font-size: 45px;

    color: #b56d10;

	letter-spacing: 3px;

	text-transform:uppercase; 

	margin-top: 7px;

}

h6 {

	margin:0 auto;

	z-index:999;

}

h6 a{

	cursor:pointer;

	font-size:15px;

	text-transform:uppercase;

}

.callbacks_tabs {

    list-style: none;

    position: absolute;

    bottom: -39%;

    left: 13.4%;

    padding: 0;

    margin: 0;

    z-index: 990;

    display: block;

    text-align: center;

}

.slider-top span{

font-weight:600;

}

.callbacks_tabs li{

       display: inline-block;

    margin: 0 7px;

}

/*-- //Slider --*/

/*--banner end here--*/

/*--single--*/

.lone-line {

  padding: 2em 0em 0em 0em;

}

.single-grid{

	margin:0em 0 3em;

	background: #fff;

}

.single-grid h4{

	margin:0 0 0.3em;

	font-size:2em;

	font-family: 'MontserratAlternates-Regular';

	color:#f8565d;

}

.single-grid p{

	margin:0.7em 0 1em;

	font-size:1em;

	color:#7c7c7c;

	line-height:1.9em;

}

.single-profile h4 {

	font-size: 2em;

	color:#3A3A3A;

	  margin: 0em;

	font-family: 'MontserratAlternates-Regular';

}

.single-left {

	padding: 2em 0 0;

}

.post-top {

	padding: 0 1em 0 0em;

}

.single-profile {

	padding:0 0 3em 0;

}

.cal ul {

  padding: 0px;

}

.cal ul li{

	display: inline-block;

}

.cal ul li span{

	color:#7C7C7C;

	font-size:1em;

	margin-right: 1em;

	font-family: 'MontserratAlternates-Regular';

}

.cal ul li a{

	color:#7C7C7C;

	text-decoration:none;

	font-size:1em;

	font-family: 'MontserratAlternates-Regular';

}

.post-top h6 {

  font-size: 1.5em;

  color: #000;

  padding: 0.3em 0em 0.1em 0em;

  margin: 0em;

  font-family: 'MontserratAlternates-Regular';

}

.post-top h6 a {

  color: #000;

  text-decoration:none;

}

.post-top h6 a:hover{

	text-decoration:none;

	color: #f8565d;

}

.post-top p{

	font-size: 1em;

	color: #7c7c7c;

	line-height:1.7em;

}

.categories-grid h4{

	color:#3A3A3A;

	font-size: 1.7em;

	padding: 0em 0 0.5em;

	  margin: 0em;

  font-family: 'MontserratAlternates-Regular';

}

.grid-categories {

  padding: 0 0 1em;

}

ul.popular li {

	 list-style: none;

}

ul.popular li a{

	color: #7c7c7c;

  font-size: 1em;

  padding: 0.5em 0;

  display: block;

  text-decoration: none;

}

ul.popular li i {

  margin: 0 8px 0px;

}

ul.popular li a:hover{

	  color:#fc5c5c;

  padding: 0.5em 0 0.5em 0.3em;

}

.single-bottom h3 {

  font-size: 2em;

  color:#f8565d;

    margin: 0em;

 font-family: 'MontserratAlternates-Regular';

}

.single-bottom input[type="text"], .single-bottom textarea {

 font-size: 1.1em;

  width: 98%;

  padding: 0.5em 1em;

  margin: 0.5em 0;

  background: #fff;

  outline: none;

  border: 1px solid #bbb;

  color: #bbb;

}

.single-bottom  input[type="submit"]{

	  border: none;

  color: #000;

  font-size: 1em;

  width: 10%;

  margin: 0.5em 0em;

  background:none;

  border: 3px double #f8565d;

  transition: 0.5s all;

  -webkit-transition: 0.5s all;

  -moz-transition: 0.5s all;

  -o-transition: 0.5s all;

   padding: 0.3em 1em;

   outline:none;

}

.single-bottom  input[type="submit"]:hover{

	 border: 3px double #3A3A3A;

	

}

.comment {

  padding: 0;

}

 .single-bottom textarea {

	resize:none;

	min-height:180px;

	 margin:0.5em 0em;

	width: 99%;

 }

 .single-bottom form{

	padding:2em 0 0;

 }

 .single {

  padding: 4em 0;

}

.grid-categories ul.popular {

  padding: 0px;

}

i.glyphicon.glyphicon-calendar {

  margin: 0em 0.4em 0em 0em;

}

i.glyphicon.glyphicon-comment {

  margin: 0em 0.4em 0em 0em;

}

/*--//single--*/

/*--about start here--*/

.about {

  padding: 5em 0em 5em 0em;

}

.about-top {

  text-align: center;

}

.about-top h3 {

  font-size: 2.5em;

  color: #16214d;

  margin: 0em 0em 0.2em 0em;

  font-family: 'MontserratAlternates-Regular';

}

.about-top p {

  font-size: 1em;

  color: #5A5A5A;

  width: 60%;

  margin: 0 auto;

  line-height: 1.8em;

}

.about-left h4 {

  font-size: 3em;

  color: #f8565d;

  margin: 0em 0em 0.2em 0em;

  font-family: 'MontserratAlternates-Regular';

}

.about-left h5 {

  font-size: 1.2em;

  color: #000;

   margin: 0em 0em 1em 0em;

}

.about-left p {

  font-size: 1em;

  color:#b4b4b4;

  line-height: 1.8em;

}

.about-right p {

  color:#b4b4b4;

  line-height: 1.8em;

  font-size: 1em;

  margin: 1em 0em 0em 0em;

}

span.ab-gd-img {

  float: left;

  width: 15%;

}

.ab-gd-text {

  float: right;

  width: 85%;

}

.ab-gd-text h6 {

  font-size: 1.1em;

  color:#2A2828;

  margin-bottom: 0.4em;

  font-family: 'MontserratAlternates-Regular';

}

.ab-sub-gd {

  margin: 0em 0em 1.2em 0em;

}

span.glyphicon.glyphicon-star-empty.ab-gd-img {

  font-size: 3em;

  color: #c9c9c9;

}

span.glyphicon.glyphicon-cloud.ab-gd-img {

  font-size: 3em;

  color: #c9c9c9;

}

span.glyphicon.glyphicon-leaf.ab-gd-img {

  font-size: 3em;

  color:#c9c9c9;

}

.about-grid {

  margin: 1.8em 0em 0em 0em;

}

/*--about end here--*/

/*--ab-info start here--*/

span.ab-info-clr {

  display: block;

}

.ab-info-left h3 {

  font-size: 1.7em;

  color:#00923f;

  line-height: 1.5em;

  font-family: 'MontserratAlternates-Regular';

  text-align:center;

}

.ab-info-left p {

  font-size: 1.3em;

  margin: 0em 0em 0em 0em;

  color: #e67817;

  line-height: 1.6em;

  text-align:justify;

  clear:both;

  font-weight:bold;



}

.ab-info-right p {

  font-size: 1em;

  color: #000000;

  line-height: 1.8em;

}

.ab-info-right a {

  font-size: 0.9em;

  color: #000000;

  padding: 0.4em 0em 0.4em 0em;

  display: inline-block;

  width: 20%;

  background: none;

  border: 3px double #f8565d;

  text-align: center;

  margin: 1em 0em 0em 0em;

}

.ab-info-right a:hover {

  text-decoration:none;

    border: 3px double #2A2828;

}

span.ab-line {

  background: #999;

  width: 2px;

  height: 100px;

  display: block;

  position: absolute;

  top: 0%;

  left: 85%;

}

.ab-info-bott {

  position: relative;

}

.ab-info {

  padding: 1em 0em 1em 0em;

  background: #F0F0F0;

}

/*--ab-info end here--*/

/*--services start here--*/

.ser-top {

  text-align: center;

  padding: 0em 0em 4em 0em;

}

.services {

  padding: 5em 0em 5em 0em;

}

.ser-top h3 {

  font-size: 3em;

  color:#2A2828;

  margin-bottom: 0.2em;

  font-family: 'MontserratAlternates-Regular';

}

.ser-top p {

  font-size: 1em;

  color:#b4b4b4;

  width: 50%;

  margin: 0 auto;

  line-height: 1.8em;

}

span.glyphicon.glyphicon-plane{

  font-size: 2.5em;

  color: #4A4949;

}

span.glyphicon.glyphicon-glass{

  font-size: 2.5em;

  color: #4A4949;

}

span.glyphicon.glyphicon-cutlery{

  font-size: 2.5em;

  color: #4A4949;

}

.ser-icon {

  float: left;

  width: 15%;

  text-align: center;

}

.ser-text {

  float: right;

  width: 85%;

}

.ser-grid {

  padding: 2em 0em;

}

.services-right {

  padding: 0px;

  border-top: 2px solid #B8B8B8;

}

.service-left {

  padding: 0px;

}

.ser-grid {

  padding: 2.17em 0em;

  border-bottom: 2px solid #B8B8B8;

}

.ser-text h4 {

  font-size: 1.4em;

  color: #000;

 font-family: 'MontserratAlternates-Regular';

}

.ser-text p {

  font-size: 1em;

  color: #b4b4b4;

  line-height: 1.8em;

}

/*--services end here--*/

/*--dream start here--*/

.dream-grid h4 {

  font-size: 1.2em;

  color: #000;

  margin: 1em 0em 0.3em 0em;

}

.dreams {

  padding: 0em 0em 5em 0em;

}

.dream-top {

  text-align: center;

  padding: 0em 0em 2.5em 0em;

}

.dream-top h3 {

  font-size: 3em;

  color:#f8565d;

  margin-bottom: 0.2em;

  font-family: 'MontserratAlternates-Regular';

}

.dream-top p {

  font-size: 1em;

  color: #b4b4b4;

  line-height: 1.8em;

}

.dream-grid {

  text-align: center;

}

.dream-grid h3 {

  font-size: 1.8em;

  color:#f8565d;

}

.dream-grid p {

  font-size: 1em;

  color: #b4b4b4;

  line-height: 1.5em;

  margin: 0em 0em 0.4em 0em;

}

/*--dream end here--*/

/*--testimonal start here--*/

.testimo {

  background: url(../images/test.jpg)no-repeat center;

  background-size: cover;

  min-height: 330px;

}

.testimo-main {

  text-align: center;

  padding: 6em 0em 0em 0em;

}

.testimo-main h3 {

  font-size: 2.3em;

  color: #fff;

  margin-bottom: 0.2em;

  font-family: 'MontserratAlternates-Regular';

}

.testimo-main p {

  font-size: 1em;

  color: #fff;

  line-height: 1.8em;

}

.testimo-main a {

  font-size: 1em;

  color: #fff;

  padding: 0.5em 1em;

  display: inline-block;

  border: 3px double #fff;

  margin: 1.4em 0em 0em 0em;

}

.testimo-main a:hover{

  border: 3px double #f8565d;

  text-decoration:none;

}

/*--testimonal end here--*/

/*--testmo-grid start here--*/

.test-grid-img {

  padding: 4em 0em 0em 0em;

}

 /*--testimo grid end here--*/

/*--gallery start here--*/

.gallery {

  padding: 4em 0em 3em 0em;

}

.gallery-grid {

  margin: 0em 0em 2em 0em;

}

.gallery-top {

  padding: 0em 0em 3em 0em;

  text-align: center;

}

.gallery-top h3 {

  font-size: 3em;

  font-weight: 400;

  color:#3A3A3A;

  margin: 0px 0px 15px 0px;

  font-family: 'MontserratAlternates-Regular';

}

.gallery-top p {

  font-size: 0.95em;

  font-weight: 400;

  color:#b4b4b4;

  line-height: 1.8em;

  margin: 0 auto 0em;

  width: 60%;

}

/*--light-box--*/

.project-eff:hover span.rollover1 {

	background:url(../images/box.png) center no-repeat rgba(248, 86, 93, 0.44);

	cursor: pointer;

	height: 253px;

     width: 350px;

	display: block;

	position: absolute;

	z-index: -9999px;

	-webkit-transition: all 0.3s ease-out;

	-moz-transition: all 0.3s ease-out;

	-ms-transition: all 0.3s ease-out;

	-o-transition: all 0.3s ease-out;

	transition: all 0.3s ease-out;

}



.project-eff{

	-webkit-transition: all 0.3s ease-out;

	-moz-transition: all 0.3s ease-out;

	-ms-transition: all 0.3s ease-out;

	-o-transition: all 0.3s ease-out;

	transition: all 0.3s ease-out;

	position:relative;

}

/*--//gallery end here--*/

/*--map start here--*/

.map {

  background: #F2F2F2;

}

.map iframe {

  width: 100%;

  height: 300px;

  border: none;

}

/*--map end here--*/

/*--contact start here--*/

.contact {

  padding:1.5em 0em 1.5em 0em;

}

.contact-top {

  text-align: center;

  padding: 0em 0em 1em 0em;

}

.contact-top h3 {

  font-size: 1.7em;

  color:#00923f;

  margin-bottom: 0.2em;

  font-family: 'MontserratAlternates-Regular';

  font-weight:bold;

}

.contact-top p {

  font-size: 0.95em;

  font-weight: 400;

  color: #b4b4b4;

  line-height: 1.8em;

  margin: 0 auto 0em;

  width: 60%;

}

.contact-left input[type="text"] {

  display: inline-block;

  background: none;

  border: 1px solid #A3A1A1;

  width: 100%;

  outline: none;

  font-size: 0.95em;

  color: #747577;

  font-weight: 400;

  padding: 13px 15px 13px 15px;

  margin: 0em 0em 1.5em 0em;

}

.contact-left textarea {

  background: none;

  border: 1px solid #A3A1A1;

  width: 100%;

  display: block;

  height: 150px;

  outline: none;

  font-size: 0.9em;

  color: #747577;

  font-weight: 400;

  resize: none;

  padding: 10px 15px 10px 15px;

}

.contact-left input[type="submit"] {

  font-size: 1em;

  color: #000;

  background: none;

  padding: 0.5em 1em 0.5em 1em;

  display: block;

  border: 3px double #00923f;

  margin: 0.5em 0em 0em 0em;

  outline: none;

}

.contact-left input[type="submit"]:hover{

	border: 3px double #e67817;

	text-decoration:none;

}

.contact-right h3{

font-size: 2em;

  color:#00923f;

  margin-bottom: 0.2em;

  font-family: 'MontserratAlternates-Regular';

}

.contact-right h4{

font-size: 1em;

  color:#00923f;

  margin-bottom: 0.2em;

  font-family: 'MontserratAlternates-Regular';

}

.contact-right p{

font-size: 1em;

  color:#e67817!important;

  margin-bottom: 0.2em;

  font-family: 'MontserratAlternates-Regular';

  font-weight:bold;

}

/*--contact end here--*/

/*--footer  start here--*/

.footer {

  background:#00923f;

  padding: 1em 0em;

}

.ftr-grd h3 {

  font-size: 1.2em;

  color: #fff;

  margin-bottom: 0.5em;

  font-family: 'MontserratAlternates-Regular';

}

.ftr-grd h4 {

  font-size: 1em;

  color: #fff;

  margin-bottom: 0.5em;

  font-family: 'MontserratAlternates-Regular';

}

ul.ftr-icons {

  padding: 0em;

  list-style: none;

  margin: 1em 0em 0em 1em;

}

ul.ftr-icons li{

	display:inline-block;

}

.ftr-grd p {

  font-size: 1em;

  color: #fff;

  line-height: 1.7em;

}

ul.ftr-links {

  list-style: none;

  padding: 0px;

 

}

ul.ftr-links li {

  margin: 0em 0em 0.8em 0em;

}

ul.ftr-links li a{

	color:#e67817;

	font-size: 1em;

	background:url(../images/arrow.png) no-repeat;

	padding:0px 0px 0px 30px;

	font-weight:bold;



	

	

}

ul.ftr-links li a:hover{

	color:#3A3A3A;

  text-decoration:none;

}

ul.ftr-categ {

  padding: 0em;

  list-style: none;

}

ul.ftr-categ li{

  margin:0em 0em 0.8em 0em;

}

ul.ftr-categ li a {

  font-size: 1em;

  color:#fff;

  margin: 0em 0em 0em 0em;

}

ul.ftr-categ li a:hover{

  color:#3A3A3A;

  text-decoration:none;

}

.ftr-gd4-1 {

  padding: 0px 6px 6px 0px;

}

#toTop {

	display: none;

	text-decoration: none;

	position: fixed;

	bottom: 10px;

	right: 0px;

	overflow: hidden;

	width: 48px;

	height: 48px;

	border: none;

	text-indent: 100%;

	background: url(../images/top_mover.png) no-repeat 0px 0px;

}

/*--footer end here--*/







/*-- login-page --*/

 

.login-body {

    padding: 1em;

    background-color: #none;

    width: 80%;

    margin: 0 auto;

	float:left;

}

.login-top  h4  a:hover{

    color: #353f49;

}

.login-page input[type="text"], .login-page input[type="password"]{

    font-size: 1em;

    padding: 0.9em 1em;

    width: 100%;

    color: #e67817!important;

    outline: none;

    border: 1px solid #E2DCDC;

    background: #FFFFFF;

    margin: 0 0 1em 0;

	-webkit-transition:.5s all;

	-moz-transition:.5s all;

	-o-transition:.5s all;

	-ms-transition:.5s all;

	transition:.5s all;

	-webkit-appearance:none;

	font-weight:bold;

}



.login-page input[type="text"]:focus, .login-page input[type="password"]:focus{

	border-color:#00923f;	

}

.login-page input[type="submit"] {

    border: none;

    outline: none;

    cursor: pointer;

    color: #fff;

    background: #00923f;

    width: 100%;

    padding: .8em 1em;

    font-size: 1em;

    margin: 0.5em 0 0;

    -webkit-transition:.5s all;

	-moz-transition:.5s all;

	-o-transition:.5s all;

	-ms-transition:.5s all;

	transition:.5s all;

    text-transform: uppercase;

	-webkit-appearance:none;

	font-weight:bold;

}

.login-page input[type="submit"]:hover {

    background: #c38749;

    letter-spacing: 5px;

}





/*-- //login-page --*/



/*--games--*/

.gallery-top{

	text-align:center;

	padding-bottom:4em;

	position:relative;

}

.gallery-top label{

	background: #ff6900;

    width:70px;

	height:3px;

	display:block;

	 border-radius: 20px;

    -webkit-border-radius: 20px;

    -o-border-radius: 20px;

    -mos-border-radius: 20px;

    -moz-border-radius: 20px;

	position:absolute;

	top:-5%;

	left:36.5em;

}

.gallery-top h1{

	color: #ff6900;

    font-size: 3em;

    font-family: 'Oswald', sans-serif;

    letter-spacing: 1px;

}

.gallery-top p {

    font-size: 1.2em;

    color: #7C7C7C;

    line-height: 1.7em;

	margin: 0.5em auto 0;

	width:76%;

}

.gallery {

  padding: 1em 0;

}

.da-thumbs {

	list-style: none;

	position: relative;

	margin: 0;

	padding: 0;

}

.da-thumbs li {

  float: left;

  margin: 0.4%;

    background: #FFF;

  padding: 8px;

  position: relative;

  box-shadow: 0 1px 3px rgba(221, 221, 221, 1);

  width: 32.4%;

}

.da-thumbs li a,

.da-thumbs li a img {

  display: block;

  position: relative;

  width: 100%;

}

.da-thumbs li a {

	overflow: hidden;

}

.da-thumbs li a div {

  position: absolute;

  background: rgba(6, 144, 56, 0.85);

  width: 100%;

  height: 100%;

}

.da-thumbs li a div span {

  display: block;

  padding: 10px 0;

  margin: 10px 20px 0px 20px;

  font-weight: normal;

  text-transform: capitalize;

  color: rgba(255,255,255,0.9);

  text-align: center;

  font-size: 1.1em;

}

.da-thumbs li a div  h5 {

  color: #FFF;

  font-size: 2em;

  margin: 2.5em 0 0 0;

	font-family: 'Oswald', sans-serif;

    letter-spacing: 1px;

  text-align: center;

}

/*--//games--*/	

/*--copyright start --*/

.copyright {

  padding: 1em 0em;

  background:#000000;

}

.copy-main {

  text-align: center;

}

.copy-main p {

  font-size: 1em;

  color: #fff;

}

.copy-main p a{

	color:#00923f;

}

.copy-main p a:hover{

	text-decoration:none;

	color:#e67817;

}

/*--copy right send here--*/



/*--home-grid1--*/

.h-grid1{

text-align:center

}

.h-grid1-padding{

padding:20px 0px;

margin:0px;

}

.h-grid1-a-w3ls, .h-grid1-b, .h-grid1-c{

padding:0px;

margin:0 auto;

}						

.h-grid1-a1, .h-grid1-b1, .h-grid1-c1{

width:90%;

padding:0px 10px;

margin:0 auto;

background:#00923f;

border-radius:4px;

}





.h-grid1-a-icon, .h-grid1-b-icon, .h-grid1-c-icon{

margin-bottom:30px;

padding:0px;

}

.h-grid1-a-icon i, .h-grid1-b-icon i, .h-grid1-c-icon i{

background-size:128px 128px;

height:60px;

width:128px;

margin:0 auto;

padding:0px;

display:block;

-webkit-filter: drop-shadow(10px 10px 2px rgba(0,0,0,0.2));

filter:         drop-shadow(10px 10px 2px rgba(0,0,0,0.2));

}

.h-grid1-a-w3ls h4, .h-grid1-b h4, .h-grid1-c h4{

padding:20px;

margin:0 auto;

font-size:18px;

color:#000;

padding-bottom:14px;

text-align:center;

font-weight:600;



}

.h-grid1-a-w3ls p, .h-grid1-b p, .h-grid1-c p{

padding:0px;

margin:0 auto;

font-size:16px;

color:#000;

text-align:center;

line-height:24px;

letter-spacing:1px;

padding-bottom:14px;

font-weight:600;

}

/*--//home-grid1--*/

@media(max-width:1440px){

.ser-grid {

  padding: 1.74em 0em;

}

}

@media(max-width:1366px){

.ser-grid {

  padding: 1.6em 0em;

}	

}

@media(max-width:1280px){

.ser-grid {

  padding: 1.35em 0em;

}

.banner {

  min-height: 515px;	

}

}

@media(max-width:1024px){

.header-right {

  width: 26%;

}

.top-nav {

  width: 74%;

}

.banner {

  min-height: 500px;

}

.ab-sub-gd {

  margin: 0em 0em 0.9em 0em;

}

.about-grid {

  margin: 1em 0em 0em 0em;

}

.about-left h5 {

  margin: 0em 0em 0.5em 0em;

}

.about {

  padding: 1em 0em 1em 0em;

}

span.ab-line {

  left: 92%;

}

.services {

  padding: 3em 0em 3em 0em;

}

.about-left h4 {

  font-size: 2.5em;

}

.ser-top h3 {

  font-size: 2.5em;

}

.ser-top p {

  width: 70%;

}

span.glyphicon.glyphicon-plane {

  font-size: 2em;

}

span.glyphicon.glyphicon-glass {

  font-size: 2em;

}

span.glyphicon.glyphicon-cutlery {

  font-size: 2em;

}

.ser-text h4 {

  font-size: 1em;

}

.ser-grid {

  padding: 0.98em 0em;

}

.ser-top {

  padding: 0em 0em 2.5em 0em;

}

.dream-top h3 {

  font-size: 2em;

}

.dream-grid h4 {

  font-size: 1em;

}

.dream-grid h4 {

  margin: 0.5em 0em 0.3em 0em;

}

.dream-grid p {

  font-size: 0.9em;

}

.dream-grid h3 {

  font-size: 1.3em;

}

.dreams {

  padding: 0em 0em 4em 0em;

}

.testimo-main h3 {

  font-size: 2em;

}

.gallery-top h3 {

  font-size: 2.5em;

}

.project-eff:hover span.rollover1 {

  height: 204px;

  width: 283px

}

.gallery {

  padding: 3em 0em 2em 0em;

}

.contact {

  padding: 3em 0em 3em 0em;

}

.contact-top h3 {

  font-size: 2.5em;

}

.ftr-grd h3 {

  font-size: 1.7em;

}

/*--single--*/

.single-bottom input[type="submit"] {

  font-size: 1em;

  width: 14%;

}

.post-top p {

  font-size: 0.81em;

}

.single-grid p {

  font-size: 0.85em;

}

ul.popular li a {

  font-size: 0.8em;

}	

}

@media(max-width:768px){

span.menu{

		display: block;

		text-align: left;

		padding: 0px 0px 0px 0px;

		cursor: pointer;

		color: #E74C3C;

		font-size: 16px;

		font-weight: 700;

		position:relative;

}

.top-nav ul.res{

	 display:none;

	 padding:0px;

}

.top-nav ul.res {

		padding: 0;

		margin:1.7em 0em 0em 0em;

		z-index: 9999;

		position: absolute;

		width: 100%;

		left:0;

}

.top-nav ul.res li{

		display: block;

		text-align: center;

		background:#f8565d;

		margin: 0;

	    width: 100%;

		padding: 0em;

}

.top-nav ul.res li a {

		font-size: 16px;

		padding: 0.6em 0;

		color: #fff;

		display: block;

		border: none;

        text-align: center;

        margin: 0em;

}

ul.res li a:hover,ul.res li a.active{

	color:#000;

}

.header-right {

  width: 33%;

}

.top-nav {

  width: 50%;

}

.banner {

  min-height:350px;

}

.banner-main {

  padding: 8em 0em 0em 0em;

}

.logo h1 {

  font-size: 2.5em;

}

.about {

  padding: 3em 0em 3em 0em;

}

.about-left p {

  font-size: 0.95em;

}

.about-right {

  margin: 2.5em 0em 0em 0em;

}

.about-right img {

  width: 100%;

}

.ab-info-left {

  float: left;

  width: 100%;

}

.ab-info-right {

  float: right;

  width: 50%;

}

.ab-info-right a {

  width: 40%;

}

.ab-info {

  padding: 3em 0em 3em 0em;

}

.dream-grid {

  float: left;

  width: 50%;

  margin: 0em 0em 1em 0em;

}

.dreams {

  padding: 0em 0em 2em 0em;

}

.testimo {

  min-height: 300px;

}

.testimo-main {

  padding: 4.5em 0em 0em 0em;

}

.test-grid-img {

  padding: 3em 0em 0em 0em;

}

.test-grid {

  float: left;

  width: 33.3%;

  padding: 0px 10px 0px 0px;

}

.ab-info-right p {

  font-size: 0.9em;

}

.gallery-top p {

  width: 80%;

}

.gallery-grid {

  float: left;

  width: 33.3%;

  padding: 0px 10px 0px 0px;

  margin: 0em 0em 0.5em 0em;

}

.project-eff:hover span.rollover1 {

  height: 166px;

  width: 230px;

}

.contact-top p {

  width: 85%;

}

.ftr-grd {

  float: left;

  width: 50%;

}

.ftr-gd4-1 {

  float: left;

  width: 33%;

}

.ftr-gd4-1 img {

  width: 100%;

}

.top-nav ul.res {

  margin: 1.34em 0em 0em 0em;

}

.contact-left input[type="text"] {

  font-size: 0.9em;

  padding: 8px 10px 8px 10px;

  margin: 0em 0em 1em 0em;

}

/*--single--*/

.post-top {

  float: left;

  width: 25%;

}

.single-bottom input[type="text"], .single-bottom textarea {

  width: 100%;

}

.categories-grid {

  margin-top: 1em;

}

.single-grid h4 {

  font-size: 1.5em;

}

.single-grid {

  margin: 0em 0 2em;

}

.post-top h6 {

  font-size: 1.2em;

}

.single-profile {

  padding: 0 0 2em 0;

}

.single-bottom form {

  padding: 1em 0 0;

}

.single {

  padding: 2em 0;

}

.single-bottom input[type="text"], .single-bottom textarea {

  font-size: 0.9em;

}

}

@media(max-width:736px){

.header-right {

  width: 35%;

}	

}

@media(max-width:667px){

.header-right {

  width: 38%;

}	

}

@media(max-width:640px){

.header-right {

  width: 40%;

}	

span.ab-line {

  left: 95%;

}

.testimo-main h3 {

  font-size: 1.6em;

}

.project-eff:hover span.rollover1 {

  height: 135px;

  width: 187px;

}

.map iframe {

  height: 220px;

}

.ser-top p {

  width: 95%;

}

.header {

  padding: 1.5em 0em 1.5em 0em;

}

.banner-main h2 {

  font-size: 2.5em;

}

/*--single--*/

.single-grid h4 {

  font-size: 1.5em;

}

.post-top h6 {

  font-size: 1.2em;

}

.single {

  padding: 3em 0 2em;

}	

}

@media(max-width:600px){

.header-right {

  width: 43%;

}	

}

@media(max-width:568px){

.header-right {

  width: 46%;

}	

}

@media(max-width:480px){

.top-nav {

  width: 30%;

}	

.header-right {

  width: 55%;

}

.banner-main h2 {

  font-size: 1.8em;

}

.banner {

  min-height: 275px;

}

.banner-main {

  padding: 5em 0em 0em 0em;

}

.banner {

  min-height: 240px;

}

.header {

  padding: 1em 0em 1em 0em;

}

.logo h1 {

  font-size: 2.3em;

}

.about {

  padding: 1.5em 0em 1.5em 0em;

}

.about-left h4 {

  font-size: 2em;

}

.about-left h5 {

  font-size: 1.1em;

}

.about-left p {

  font-size: 0.9em;

}

span.glyphicon.glyphicon-star-empty.ab-gd-img {

  font-size: 2.6em;

}

span.glyphicon.glyphicon-cloud.ab-gd-img {

  font-size: 2.6em;

}

span.glyphicon.glyphicon-leaf.ab-gd-img {

  font-size: 2.6em;

}

.ab-gd-text h6 {

  font-size: 1em;

  margin-bottom: 0.2em;

}

.about-right {

  margin: 1.5em 0em 0em 0em;

}

.about-right p {

  font-size: 0.9em;

}

.ab-info-left h3 {

  font-size: 1.3em;

}



.ab-info-left p {

  font-size: 0.95em;

  margin: 0.5em 0em 0em 0em;

}

.ab-info-right p {

  font-size: 0.8em;

}

.ab-info-right a {

  font-size: 0.83em;

  padding: 0.3em 0em 0.3em 0em;

  width: 50%;

  margin: 0.8em 0em 0em 0em;

}

.ab-info {

  padding: 2em 0em 2em 0em;

}

span.ab-line {

  height: 140px;

}

.ser-top h3 {

  font-size: 2em;

}

.services {

  padding: 1.5em 0em 1.5em 0em;

}

.ser-top p {

  width: 100%;

  font-size: 0.9em;

}

.dream-top h3 {

  font-size: 1.5em;

}

.dream-grid h4 {

  font-size: 0.9em;

}

.dream-top {

  padding: 0em 0em 1.5em 0em;

}

.dream-top p {

  font-size: 0.9em;

}

.dreams {

  padding: 0em 0em 1em 0em;

}

.testimo-main h3 {

  font-size: 1.2em;

}

.testimo-main p {

  font-size: 0.8em;

}

.testimo-main a {

  font-size: 0.9em;

  padding: 0.3em 1em;

  margin: 1em 0em 0em 0em;

}

.testimo-main {

  padding: 3.5em 0em 0em 0em;

}

.testimo {

  min-height: 225px;

}

.test-grid-img {

  padding: 2em 0em 0em 0em;

}

.gallery {

  padding: 1.5em 0em 2em 0em;

}

.gallery-top h3 {

  font-size: 2em;

}

.ftr-grd h3 {

  font-size: 1.5em;

}

.gallery-top p {

  width: 100%;

  font-size: 0.9em;

}

.contact-top p {

  width: 100%;

  font-size: 0.9em;

}

.ser-text p {

  font-size: 0.9em;

}

.gallery-grid {

  width: 50%;

}

.project-eff:hover span.rollover1 {

  height: 149px;

  width: 206px;

}

.contact {

  padding: 1.5em 0em 2em 0em;

}

.contact-top h3 {

  font-size: 2em;

}

.ftr-grd {

  float: none;

  width: 100%;

  margin: 0em 0em 0em 0em;

  padding:0px;

}

span.menu img {

  width: 19%;

}

/*--single--*/

.lone-line {

  padding: 0.5em 0em 0em 0em;

}

.single-grid h4 {

  font-size: 1.2em;

}

.single-grid h4 {

  font-size: 1.2em;

}

.single-grid {

  margin: 0em 0 1.5em;

}

.single-profile {

  padding: 0 0 1.5em 0;

}

.single-profile h4,.single-bottom h3 {

  font-size: 1.5em;

}

.post-top {

  width: 50%;

  padding: 0 10px;

}

.single-bottom form {

  padding: 1em 0 0;

}

.single-bottom input[type="submit"] {

  width: 17%;

}	

}

@media(max-width:414px){

.header-right {

  width: 65%;

}	

}

@media(max-width:384px){

.header-right {

  width: 70%;

}	

}

@media(max-width:320px){

.header-right {

  width: 61%;

}

.logo h1 {

  font-size: 1.8em;

}

.right button {

  width: 15px;

  height: 19px;

  background-size: 106%;

}

.social-icons ul li a span {

  width: 18px;

  height: 17px;

  background-size: 555%;

}

.social-icons ul li a span.tw {

  background-position: -13px 0px;

}

.social-icons ul li a span.g {

  background-position: -30px 0px;

}

.social-icons ul li a span.in {

  background-position: -48px 0px;

}

.social-icons ul li a span.pin {

  background-position: -66px 0px;

}

.social-icons ul li a span.you {

  background-position: -84px 0px;

}

.social-icons ul li a span.fa:hover {

  background-position: 7px -17px;

}

.social-icons ul li a span.tw:hover {

  background-position: -13px -17px;

}

.social-icons ul li a span.g:hover {

  background-position: -30px -17px;

}

.social-icons ul li a span.in:hover {

  background-position: -48px -17px;

}

.social-icons ul li a span.pin:hover {

  background-position: -66px -17px;

}

.social-icons ul li a span.you:hover {

  background-position: -84px -17px;

}

span.menu img {

  width: 27%;

}

.social-icons ul li {

  margin: 0em 0.1em 0em 0em;

}

.navg-strip {

  padding: 0.5em 0em 0.5em 0em;

}

.banner-main h2 {

  font-size: 1.2em;

}

.banner-main {

  padding: 3.5em 0em 0em 0em;

}

.banner {

  min-height: 180px;

}

.about-left {

  padding: 0em;

}

.about-left h5 {

  font-size: 1em;

}

.about-left h4 {

  font-size: 1.7em;

}

span.glyphicon.glyphicon-star-empty.ab-gd-img {

  font-size: 2.1em;

}

span.glyphicon.glyphicon-cloud.ab-gd-img {

  font-size: 2.1em;

}

span.glyphicon.glyphicon-leaf.ab-gd-img {

  font-size: 2.1em;

}

.about-right {

  padding: 0em;

}

.ab-info-left {

  float: none;

  width: 100%;

  padding: 0em;

}

span.ab-line {

  width: 50px;

  height: 2px;

    top: 106%;

  left: 35%;

}

.ab-info-right {

  float: none;

  width: 100%;

  padding: 1.2em 0em 0em 0em;

}

.ab-info {

  padding: 1em 0em 1.5em 0em;

}

.ser-top h3 {

  font-size: 1.7em;

}

.ser-top {

  padding: 0em 0em 1.5em 0em;

}

.ser-text h4 {

  font-size: 0.92em;

}

.dream-grid {

  float: none;

  width: 100%;

  margin: 0em 0em 1em 0em;

  padding: 0em;

}

.testimo-main {

  padding: 1.5em 0em 0em 0em;

}

.testimo-main h3 {

  font-size: 1.2em;

}

.testimo {

  min-height: 195px;

}

.test-grid {

  float: none;

  width: 100%;

  padding: 0px 0px 6px 0px;

}

.test-grid-img {

  padding: 1.5em 0em 0em 0em;

}

.gallery-top h3 {

  font-size: 1.8em;

}

.gallery {

  padding: 1em 0em 1em 0em;

}

.gallery-top {

  padding: 0em 0em 1em 0em;

}

.project-eff:hover span.rollover1 {

  height: 92px;

  width: 126px;

}

.project-eff:hover span.rollover1 {

  background-size: 15%;

}

.map iframe {

  height: 150px;

}

.contact-left {

  padding: 0px;

}

.contact-right {

  padding: 0px;

}

.ftr-grd h3 {

  margin-bottom: 0.2em;

}

.contact-top h3 {

  font-size: 1.8em;

}

.contact-top {

  padding: 0em 0em 1.5em 0em;

}

.contact-right textarea {

  height: 100px;

}

.ftr-grd h3 {

  font-size: 1.2em;

}

.ftr-grd p {

  font-size: 0.9em;

}

ul.ftr-links li {

  margin: 0em 0em 0.5em 0em;

}

ul.ftr-links li a {

  font-size: 0.9em;

}

ul.ftr-categ li a {

  font-size: 0.9em;

}

ul.ftr-categ li {

  margin: 0em 0em 0.5em 0em;

}

.footer {

  padding: 1.2em 0em;

}

/*--single--*/

.single {

  padding: 1.5em 0 0.5em;

}

.col-md-8,.categories-grid {

  padding: 0;

}

.single-grid h4 {

  font-size: 1em;

}

.single-grid p {

  margin: 0.3em 0 0em;

  font-size: 0.8em;

}

.single-profile h4, .single-bottom h3 {

  font-size: 1.3em;

}

.single-left {

  padding: 1em 0 0;

}

.post-top {

  width: 50%;

  padding: 0 5px;

    margin: 0em 0em 1em 0em;

}

.post-top p {

  font-size: 0.8em;

  line-height: 1.5em;

}

.post-top h6 {

  font-size: 1em;

}

.single-bottom textarea {

  min-height: 140px;

}

.single-bottom input[type="submit"] {

  width: 24%;

}	

button.btn.btn-1 {

  font-size: 0.79em;

}

span.label {

  margin: 0 0 0.5em;

  display: inline-block;

  font-size: 0.8em;

}	

button.btn.btn-lg {

  font-size: 0.8em;

  padding: 0px;

}

.single-profile {

  padding: 0 0 0.5em 0;

}

.single-bottom form {

  padding: 0.4em 0 0;

}

.categories-grid h4 {

  font-size: 1.5em;

}

.single-bottom input[type="submit"] {

  padding: 0.3em 1em;

}

.search {

  width: 222px;

}

.search input[type=submit] {

  padding: 6px 10px;

  font-size: 0.7em;

   top: 6px;

}

.search input[type=text] {

  padding: 1px;

}

.search {

  padding: 0.4em;

  top: 58px;

}

.close-in {

  top: -22px;

  padding: 0px;

}

}

.button-blink_12 {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  color: #ff0000 !important;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 20px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
  0% { background-color: #ffff00; -webkit-box-shadow: 0 0 3px #d4d419; }
  50% { background-color: #ffff00; -webkit-box-shadow: 0 0 40px #d4d419; }
  100% { background-color: #ffff00; -webkit-box-shadow: 0 0 3px #d4d419; }
}

@-moz-keyframes glowing {
  0% { background-color: #ffff00; -moz-box-shadow: 0 0 3px #d4d419; }
  50% { background-color: #ffff00; -moz-box-shadow: 0 0 40px #d4d419; }
  100% { background-color: #ffff00; -moz-box-shadow: 0 0 3px #d4d419; }
}

@-o-keyframes glowing {
  0% { background-color: #ffff00; box-shadow: 0 0 3px #d4d419; }
  50% { background-color: #ffff00; box-shadow: 0 0 40px #d4d419; }
  100% { background-color: #ffff00; box-shadow: 0 0 3px #d4d419; }
}

@keyframes glowing {
  0% { background-color: #ffff00; box-shadow: 0 0 3px #d4d419; }
  50% { background-color: #ffff00; box-shadow: 0 0 40px #d4d419; }
  100% { background-color: #ffff00; box-shadow: 0 0 3px #d4d419; }
}
.nimm-1{
  padding: 50px 0;
}
.nimm-1 h2 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 600;
}
.nimm-1 img{
  margin-bottom: 15px;
  height: 700px;
  width: auto;
}
.top-nav ul li a span {
    color: blue;
}
@media only screen and (min-width: 390px) and (max-width: 844px){

  .nimm-1 img {
    margin-bottom: 15px;
    height: auto;
    width: 100%;
}

}