*{margin:0;padding:0;outline:0}

body{
	font-family:arial;
	font-size:14px;
	line-height:18px;
	color:#000;
	background:url(images/bg.png) repeat fixed 0 0 #fff;	
	position:relative;
}
.templete{
	width:1300px;
	background-color:#AED6F1;
	//background-color:#FFFFFF;
	margin:10px auto;
	
}
.clear{
	overflow:hidden;
	
}
	
}
input[type="text"],input[type="email"]{
	border:1px solid #cfc5b6;
	border-radius: 3px;
	margin-bottom:5px;
	padding:5px;
	width:300px;
}
input[type="submit"]{
	background:#b7801c none repeat scroll 0 0;
	border:1px solid #e6af4b;
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	padding: 1px 10px;
}
input[type="submit"]:hover{
	background:#FEF4E5;
	color:#000;
}
textarea{
	height:110px;
	margin-bottom:10px;
	padding:5px;
	width:490px;
	border: 1px solid #cfc5b6;
	resize: none;
}

.headersection{
	 
	  
	  background: #718FCE none repeat scroll 0 0;		 
	  color :blue;
	  background-color: blue; /* For browsers that do not support gradients */
      background-image: linear-gradient(to bottom right, blue, yellow);	 	  
	  /*position: fixed;*/
	  margin: auto;
	  width: 1550px;
	  
	}

.logo{
	width:900px;
	float:left;
}
.logo img{
	float:left;
	margin-right:15px;
	padding-bottom: 10px;
	padding-left:20px;
	padding-top: 10px;
	width:70px;	
}
.logo h2{
	
	font-size:40px;
	margin-bottom:11px;
	margin-top:24px;	
	color: white;
    text-shadow: 6px 5px 2px black, 0 0 25px blue, 0 0 5px black;
	
	
	
}

.logo p{
	
	font-size:20px;
	margin-bottom:11px;
	margin-top:24px;
	color: #fff;
	text-shadow:4px 3px #666;
	
	
}
.social{	
	width:255px;	
	float:right;
	padding-top: 46px;
}
.social p{	
	font-size:20px;
	color: #EE4443;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: "Times New Roman", Times, serif;
}
.social img{
	width:30px;
	margin: 5px; 
}
.navsection{	
	/*background:#e6af4b none repeat 0 0;*/
	background:#6495ED none repeat 0 0;
	
	min-height:38px;	
	
	/*width: 1550px;*/
	
	
}
.navsection ul{	
	margin:0;
	padding:0;
	list-style:none;
}

.navsection ul li{
	border-left: 2px solid #fdc662;
	border-right:2px solid #c18a26;	
	border-top:1px solid #c18a26;
	display:block;
	float:left;
	position:relative;
	
}
.navsection ul li:first-child{
	border-left: 0px solid #fdc662;
}
.navsection ul li:last-child{
	border-right: 0px solid #fdc662;
}
.navsection ul li a{		
		color:#fff;
		/*color: #0000FF;*/
		
		display:block;
		font-size:15px;
		font-weight:bold;		
		padding:10px;
		text-decoration:none;
}


.navsection ul li a:hover, #active{
	background:#FEF4E5;
	
	
	color: #333;
	
}


.navsection ul li ul{
	position:absolute;
	left:-99999px;
	z-index:1000;
}
.navsection ul li:hover ul{
	left:0px;
}
.navsection ul li ul li{
	/*background:#E6AF4B;*/
	background:#6495ED;
	width:200px;
	border-bottom:1px solid #CA932F;
	float:none;
	border-left: 0px solid #fdc662;
	border-right: 0px solid #c18a26;
}
.navsection ul li ul li:last-child{
	border-bottom:0px solid #CA932F;
}
.navsection ul li ul li a{}

.slidersection{
	//box-shadow:0px 3px 8px 3px #0040FF;
	box-shadow:0px 3px 8px 3px #FFFFFF;
	margin-bottom: 10px;
	
		
}
.contentsection{
	background:#FFFFFF; 
	}
.maincontent{
	
	
	width: 960px;
	
	
	background:#fef4e5 none repeat scroll 0 0;	
	float:left;
	margin: 0 15px 15px 0;
	padding:8px 20px;
	border: 1px solid #b7801c;	
}
.about{}
.about img{
	background: #fff none repeat scroll 0 0;
	border: 1px solid #b7801c;
	float:left;
	height:190px;
	margin-right: 10px;
	padding: 5px;
	width: 300px;
}
.about p{
	font-size:16px;
	line-height:24px;
	margin-bottom:10px;
	text-align:justify;
}
.samepost{}
.samepost h2,.about h2{
	border-bottom:2px solid #e0d6c7;
	font-size:25px;
	color: #ac7511;
	margin-bottom:10px;
	padding:10px;
}
.samepost img{
	background: yellow none repeat scroll 0 0;
	border: 1px solid #9b999a;
	float: left;
	margin-right: 10px;
	padding:5px;
	width: 200px;
	
}
.samepost p{
	font-size:16px;
	line-height:23px;
	text-align:justify;
}
.readmore{
	float:right;
	margin-top:10px;
}
.readmore a{
	background:#fff none repeat scroll 0 0;
	border: 1px solid #9b999a;
	border-radius: 3px;
	color: #333;
	display:block;
	font-size:17px;
	padding: 4px 8px;
	text-decoration:none;	
}
.readmore a:hover{
	color: #0A4898;
	}
.sidebar{
	width:253px;
	background:#fef4e5 none repeat scroll 0 0;
	float:right;
	border: 1px solid #b7801c;
	margin-top:0;
	margin-bottom: 15px;
	padding:10px;
}
.samesidebar{
	margin-bottom:10px;
}
.samesidebar h2{
	background:#e6af4b none repeat scroll 0 0;
	border-bottom:2px solid #b7801c;
	color: #333 ;
	margin-bottom:8px;
	padding:10px;
}
.samesidebar p{
	margin-bottom:10px;
}
.samesidebar ul{
	padding:0;
	margin:0;
	list-style:none;
}
.samesidebar ul li{
	border-bottom:1px dashed #e9c05c;
	font-size:16px;
	padding:5px 8px 5px 0;
}
.samesidebar ul li:last-child{
	border-bottom: 0px dashed #e9c05c;
}
.samesidebar ul li a{
	color:#814a00;
	text-decoration:none;
}
.samesidebar ul li a:hover{
	color:#08088A;	
}

.popular{}
.popular h3{
	border-bottom:1px dashed #b7801c;
	font-size:20px;
	font-weight:normal;
	margin-bottom:10px;
	padding-bottom:5px;
}
.popular h3 a{
	text-decoration:none;
	color:#444;
}
.popular img{
	background:#fff none repeat scroll 0 0;
	border: 1px solid #f6bf5b;
	border-radius:30px;
	float:left;
	height:40px;
	margin-right:10px;
	margin-top:5px;
	padding:3px;
	width:55px;
}
.popular p{}
.footersection{
	height:90px;
	background:#B7801C; 
	text-align:center;	
}
.footermenu{
	margin-top:20px;
	margin-bottom:5px;
}
.footermenu ul{
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
}

.footermenu ul li{
	float:center;
	display:inline-block;
}

.footermenu ul li a{
	color: #2E2EFE;
	font-size:18px;
	margin-right:5px;
}
.footermenu p{
	
}

.fixedicon{
	position:fixed;
	right:0;
	top:100px;
	width:60px;
	
}
.fixedicon img{
	width:50px;
}

 
.googlemp{
	
} 

#map {
      width: 100%;
      height: 300px;
    }
	
	/*
 * {
        box-sizing: border-box
      }
      body {
        font-family: Verdana, sans-serif;
        margin: 0
      }
	  */
	  
      .mySlides {
        display: none
      }
      img {
        vertical-align: middle;
      }
      .slideshow-container {
        max-width: 1000px;
        position: relative;
        margin: auto;
      }
      /* Next & previous buttons */
      .prev,
      .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        padding: 16px;
        margin-top: -22px;
        color: white;
        font-weight: bold;
        font-size: 18px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
      }
      /* Position the "next button" to the right */
      .next {
        right: 0;
        border-radius: 3px 0 0 3px;
      }
      /* On hover, add a black background color with a little bit see-through */
      .prev:hover,
      .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
      }
      /* Caption text */
      .text {
        color: #2E2EFE;
        font-size: 30px;
        padding: 8px 12px;
        position: absolute;
        bottom: 8px;
        width: 100%;
        text-align: center;
      }
      /* Number text (1/3 etc) */
      .numbertext {
        color: #ffffff;
        font-size: 12px;
        padding: 8px 12px;
        position: absolute;
        top: 0;
      }
      /* The dots/bullets/indicators */
      .dot {
        cursor: pointer;
        height: 15px;
        width: 15px;
        margin: 0 2px;
        background-color: #999999;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
      }
      .active,
      .dot:hover {
        background-color: #111111;
      }
      /* Fading animation */
      .fade {
        -webkit-animation-name: fade;
        -webkit-animation-duration: 1.5s;
        animation-name: fade;
        animation-duration: 1.5s;
      }
      @-webkit-keyframes fade {
        from {
          opacity: .4
        }
        to {
          opacity: 1
        }
      }
      @keyframes fade {
        from {
          opacity: .4
        }
        to {
          opacity: 1
        }
      }
      /* On smaller screens, decrease text size */
      @media only screen and (max-width: 300px) {
        .prev,
        .next,
        .text {
          font-size: 11px
        }
      }

	
.contentsection slideshow-container{}
	
.contentsection slideshow-container mySlides{}

.contentsection slideshow-container mySlides numbertext {}

.contentsection slideshow-container mySlides numbertext img{
	background: #fff none repeat scroll 0 0;
	border: 10px solid #b7801c;
	float:left;
	height:300px;
	margin-right: 10px;
	padding: 5px;
	width: 300px;
}
	
/*Whatsapp icon */
            a{
                text-decoration: none;
            }

.floating_btn {
  position: fixed;
  bottom: 80px;
  right: 10px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}
@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}
.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}
.text_icon {
  margin-top: 8px;
  color: #707070;
  font-size: 13px;
}	

.downloadbtn {
  background-color: DodgerBlue;
  border: none;
  color: white;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 20px;
  float: right;
}

/* Darker background on mouse-over */
.downloadbtn:hover {
  background-color: RoyalBlue;
}	
	
button:hover {
  background-color: #6495ED;
  
}

	

  