 .mobiletop {
    background-color: #2b67af;
    padding: 5px;
    text-align: center;
    color: #fff;
    display: block;
    font-size: 14px;
  }/*count down*/
.contdown{
	position: relative;
	top: -78px;
}
.cotdw1{
	background-color: #ededed;
	width: 100%;
	margin: auto;
	text-align: center;
	padding: 15px;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	padding: 40px;
	
}
.cotdw2{
	background-color: #ec6923;
	width: 100%;
	margin: auto;
	text-align: center;
	padding: 15px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 40px;
	
}
.cotdw3{
	background-color: #05356e;
	width: 100%;
	margin: auto;
	text-align: center;
	padding: 15px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 40px;
	
}

.cotdw4{
	background-color: #00142b;
	width: 100%;
	margin: auto;
	text-align: center;
	padding: 15px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 40px;
	
}
.fontsiz{
	font-size: 45px;
	font-weight: bold;
}.fontsizw{
	font-size: 45px;
	font-weight: bold;
	color: #fff;
}


/*end*/


/*padding*/
.pdtop{
	padding: 50px;
}

p{
  position: relative;
  font-family: var(--text-font);
  color: var(--text-color);
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
	font-size: 15px;
	text-align: justify;
}

h1,h2,h3,h4,h5,h6{
  position:relative;
  font-family: var(--title-font);
  font-weight: 700;
  color: var(--title-color);
  margin: 0px;
  transition: all 500ms ease;
}

/*padding end*/


.locationimg {
	
	background-image: url("../../images/2.jpg");
    min-height: 500px;
    width: 100%;
    margin: auto;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 154px 0px 100px 0px;
	
   
}
.contextm{
	text-align: center;
	font-size: 20px;
	color: #fff;
	width: 100%;
}
.contexthd{
	text-align: center;
	font-size: 45px;
	color: #fff;
	width: 100%;
	margin-top: 13px;
	font-weight: bold;
}
.cntr{
	width: 100%;
	text-align: center;
	margin-top: 53px;
}


/*scroll end*/
.downloadicon {
    position: fixed;
    z-index: 9;
    right: 0px;
    margin: auto;   
    height: 37px;
    width: 50px;
    border-radius: 15px 0px 0px 15px;
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    /* text-shadow: 2px 2px #ffffff; */
    text-orientation: mixed;
    margin-top: 400px;
    color: #FFFFFF;
    padding: 6px;
    font-family: Arial, Helvetica, sans-serif;
    LINE-HEIGHT: 26px;
	background-image: url("../../images/butb.png");
    background-repeat: no-repeat;
}
.mobiletop{
	background-color: #121B3E;
	padding: 5px;
	text-align: center;
	color: #fff;
	display: none;
}
@media only screen and (max-width: 600px){
.mobiletop{
background-color: #2b67af;
  padding: 5px;
  text-align: center;
  color: #fff;
   display:  block;
  font-size: 14px;
}
	.mobiletop a{
background-color: #ec6923;
  padding: 5px;
  text-align: center;
  color: #fff;
   display:  block;
  font-size: 14px;
		display: contents;
}
}

/*brances*/
.shdowbox{
	box-shadow: 0px 0px 17px 0px #ccc;
    border-radius: 25px;
    background-color: #fff;
    width: 100%;
    margin: auto;
    padding: 20px;
	    margin-bottom: 35px;
	
}



/*end*/

.copyright p{
	text-align: center;
}

/*gallery*/

.gallbg {
	background-image: url("../../images/gallery/1.jpg");
    background-repeat: repeat;
	background-position: center top;
	background-size: auto;
	background-image: linear-gradient(#ffffff, #95e2ff);
}

/*end*/