body

{
	font-family: 'Oswald', sans-serif;
	overflow-x:hidden;
}

.navbar-head786
{
	padding-left:0px;
	padding-right:0px;
	
	height:108px;
}
#navbarshow {
  background-color: #333;
  position: fixed;
  top: -10px;
  width: 100%;
  display:block;
  transition: top 0.3s;
}

#navbarshow a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 15px;
  text-decoration: none;
  font-size: 17px;
}

#navbarshow a:hover {
  background-color: #ddd;
  color: black;
}

.navbar-dark .navbar-nav .nav-link {
    /* color: rgba(255, 255, 255, 0.5); */
    color: white !important;
}

.bg-dark {
       background-color: #F44336 !important;
    height: 83px;
}

@media only screen and (max-width:620px)
{
	.bg-dark {
    background-color: #343a40 !important;
    height: auto !important;
	    z-index: -9999px;
    z-index: 9999;
}
}

ul li a
{
	margin-right:25px;
}
/*navbar menu hover begin*/


.btn{
    letter-spacing: 0;
    text-transform: uppercase;
    position: relative;
    transition: all 0.50s ease 0s;
}
.btn:hover{
    letter-spacing: 5px;
}
.btn:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale( 0, 1);
    transition: all 0.3s ease 0s;
}
.btn:hover:before{
    transform: scale(1);
}
.btn.red,
.btn.red:hover{
    color: #ff3939;
}
.btn.red:before{
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.btn.blue,
.btn.blue:hover{
    color: #3fb7c8;
}
.btn.blue:before{
    border-top: 2px solid #3fb7c8;
    border-bottom: 2px solid #3fb7c8;
}
.btn.orange,
.btn.orange:hover{
    color: #f88030;
}
.btn.orange:before{
    border-top: 2px solid #f88030;
    border-bottom: 2px solid #f88030;
}
.btn.green,
.btn.green:hover{
    color: #35c568;
}
.btn.green:before{
    border-top: 2px solid #35c568;
    border-bottom: 2px solid #35c568;
}
@media only screen and (max-width: 767px) {
    .btn{  margin-bottom: 15px; }
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgb(255, 255, 255);
}

/* */

  .clearfix {
  
    display: block;
    content: "";
    clear: both;
  
}

/*image hover below slider begins*/
.box{
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: relative;
}
.box img{
    width: 100%;
    height: auto;
}
.box .box-content{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 15%;
    opacity: 0;
    transition: all 0.4s ease 0s;
}
.box:hover .box-content{
    left: 0;
    opacity: 1;
}
.box .title{
    padding: 7px 20px;
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 8px;
    border-left: 5px solid #ceff1a;
    opacity: 0;
    position: absolute;
    top: 40px;
    left: 80px;
    transition: all 0.5s ease 0s;
}
.box:hover .title{
    letter-spacing: 1px;
    left: 40px;
    opacity: 1;
    transition-delay: 0.3s;
}
.box .icon{
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 100px;
    left: 120px;
    text-align: center;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.box:hover .icon{
    left: 60px;
    opacity: 1;
    transition-delay: 0.3s;
}
.box .icon li{ display: inline-block; }
.box .icon li a{
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #febb08;
    font-size: 20px;
    color: #000;
    margin-right: 10px;
    transition: all 0.5s ease 0s;
}
.box .icon li a:hover{ border-radius: 50%; }
@media only screen and (max-width:990px){
    .box{ margin-bottom: 20px; }
}

.add1
{
	padding-top:20px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
     border-color: 0px !important;
    outline: 0;
     box-shadow: none !important; 
}

/*new slider*/
.post-slide{
    background: #fff;
    margin: 0 15px;
}
.post-slide .post-img{
    position:relative;
    float: left;
    width:50%;
    height: auto;
}
.post-slide .over-layer{
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    opacity:0;
    cursor: pointer;
    transition: opacity 0.30s ease 0s;
}
.post-slide .over-layer:after{
    color: #fff;
    content: "+";
    font-size: 52px;
    position: absolute;
    top: 31%;
    left:42%;
}
.post-slide .post-img:hover .over-layer{
    opacity:1;
}
.post-slide .post-img img{
    width:100%;
    height: auto;
}
.post-slide .post-review{
    float: left;
    padding: 1px 20px;
    width: 50%;
}
.post-slide .post-title{
    margin:0 0 5px 0;
}
.post-slide .post-title a{
    color: #3498db;
    font-size: 20px;
    font-weight: 700;
    display: block;
    text-transform: capitalize;
    transition:color 0.30s ease;
}
.post-title > a:hover{
    text-decoration: none;
    color:#333;
}
.post-slide .post-date{
    display:block;
    font-size:15px;
    font-weight:700;
    margin-bottom:17px;
}
.post-description{
    color: #333;
    font-size: 15px;
    font-weight:400;
    text-align:left;
}
.owl-pagination{
    margin-top: 40px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #3498db;
}
@media only screen and (max-width: 990px){
    .post-slide .over-layer:after{
        top:39%;
        left: 45%;
    }
}
@media only screen and (max-width: 640px){
    .post-slide .post-img{
        width:100%;
    }
    .post-slide .post-review{
        width:100%;
        padding:10px;
    }
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 1.125rem -29px 0;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #212529 !important;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
	    background-color: #fff !important;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #673AB7;
    text-decoration: none;
    background-color: #f8f9fa;
}
.bg-dark {
    background-color: #F44336 !important;
    height: 101px;
}
.bg-dark {
     background-color: #460101 !important;
    height: 89px;
}
.navbar-head786 {
    padding-left: 0px;
    padding-right: 0px;
    height: 89px;
    background-color: #460101;
}

@media only screen and (max-width:620px)
{
	.location.col-md-2 ,img
	{
		width:100%;

	}
	
	.bg-dark {
    background-color: #fc4c1b !important;
    height: 101px;
}
}

@media only screen and (max-width:620px)
{
	.btn-danger
	{
		width:100%;
	}
}
.msn-slider
{
	margin-top:-52px;
}
@media only screen and (max-width:620px)
{
	.msn-slider
	{
		       margin-top: 29px;
	}
	.navbar-head786 {
    padding-left: 0px;
    padding-right: 0px;
    height: 108px;
    background-color: #000000;
}
}



.about
{
	padding-left:0px !important;
	padding-right:0px !important;
}
clearfix {
  
    display: block;
    content: "";
    clear: both;
  
}

.why .col-md-2, img
{
	margin-right:5px;
}

.right-bar
{
	
}


.serviceBox{
    padding: 25px 30px;
    text-align: center;
    background: #0a2d43;
    border-top: 3px solid #eed956;
    border-bottom: 3px solid #eed956;
    position: relative;
}
.serviceBox:before{
    content: "";
    border-top: 0 solid #eed956;
    border-right: 0 solid transparent;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover:before{
    border-top-width: 78px;
    border-right-width: 78px;
}
.serviceBox:after{
    content: "";
    border-bottom: 0 solid #eed956;
    border-left: 0 solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover:after{
    border-bottom-width: 78px;
    border-left-width: 78px;
}
.serviceBox .service-icon{
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 20px;
    border: 2px solid #eed956;
    background: #0a2d43;
    font-size: 40px;
    color: #eed956;
    margin-bottom: 20px;
    position: relative;
}
.serviceBox .title{
    font-size: 20px;
    font-weight: 700;
    color: #eed956;
    letter-spacing: 1px;
    margin: 0 0 12px 0;
    text-transform: uppercase;
    position: relative;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover .title{ letter-spacing: 3px; }
.serviceBox .description{
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 27px;
    margin: 0;
}
@media only screen and (max-width:990px){
    .serviceBox{ margin-bottom: 30px; }
	
}
ul 
@media only screen and (max-width:620px)
{
    .abouts
	{
		margin-top: 29px !important;
	}
	
}
ul .st
{
	list-style:none;
}
ul li .a
{
	list-style:none;
	color:white !important;
}


.abouts
	{
font-family: 'Berkshire Swash', cursive;font-weight:600;font-size:32px;color:red;
	}
	.fldown
	{
		float:right;margin-top:-220px;
	}
@media only screen and (max-width:620px)
{	
	.abouts
	{
font-family: 'Berkshire Swash', cursive;font-weight:600;font-size:32px;color:red;
margin-top:29px;
	}
	.fldown
	{
		margin-top:-0px;
	}
}
.ser
{
	width:100%;
	background-attachment:fixed;
	background-size:cover;
	
}
@media only screen and (max-width:620px)
{
	.ser {
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    margin-top: 34px;
}
}
.contactbg
{
	background-image:url(../images/Akshardham_angled.jpg);
	width:100%;
	background-size:cover;
	background-attachment:fixed;
	color:white;
	padding-top:20px;
	padding-bottom:15px;
	margin-bottom:35px;
}


/* contact us*/
.contactform
{
	background-color:
}
.fotheight .col-md-4 img
{
	margin-bottom:15px;
}
.toph
{
	background-image:url(../images/maxresdefault.jpg);
	background-size:cover;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    font-size: 19px;
    padding: -6px;
    border-radius: 79px;
    border: 2px solid #fdfdfd;
    background: no-repeat center center;
    background-size: 100% 100%;
}