/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=PT+Sans);


.body
{
   margin:0px auto;
   padding:0px;
}
.wrapper
{
    max-width:1000px;
	margin:0px auto;
	
}

.header
{
    max-width:100%;
	margin:0px auto;
	 background-image:url(../images/bg.png);
	background-size:100%;
	background-repeat:no-repeat;
	
}

.social-share li
{
	display:inline-block;
	background-color:#898989;
	padding:5px 10px 5px 10px;
	border-radius:50%;
	color:#fff;
	width: 32px;
text-align: center;
	
}
.social-share li i
{
	
	color:#fff;
	
}
.social-share li:hover
{
    background-color:#000;
	color:#fff;
}
ul li
{
   text-decoration:none !important;
   list-style-type:none;
}
.headerbg
{
  background-image:url(../images/bg.jpg);
  background-repeat:repeat-x;
  height:19px;
}
.containarbg
{
   background-color:#f8f8f8;
}
.font1
{
font-family: 'PT Sans';
font-size:22px;
font-weight:bold;
}
.font2
{
color:#000;
font-family: 'PT Sans';
font-size:14px;
font-weight:bold;

}
.menurow
{
   max-width:1000px;
}
.titlefont
{
    font-family: 'PT Sans';
font-size:26px;
font-weight:bold;
color:#252525;
}
.font
{
   text-align:justify;
     font-family: 'PT Sans';
	 font-size:14px;
	 font-weight:bold;
	 color:#252525;

	 
}
.font-contain
{
   text-align:justify;
     font-family: 'PT Sans';
	 font-size:15px;
	
	 color:#252525;
	 line-height: 24px;

	 
}
.btn-01
{
  border:2px solid #b0b0b0;
	font-family:'PT Sans';
	font-size:16px;
	color:#252525;
	padding:5px 30px;
	font-weight:bold;
	text-decoration:none !important;
}
.btn-01:hover
{
 
	color:#fff;
	
	
	background-color:#0181bc;
	  -webkit-transition-duration: 2s; 
    transition-duration: 2s;
}
.containarbg-01
{
   background-color:#d0cece;
}
.containarbg-02
{
   background-color:#f8f8f8;
}
.containarbg-03
{
   background-color:#044578;
}



.titlefont-01
{
    font-family: 'PT Sans';
font-size:26px;
font-weight:bold;
color:#044578;

}
.border01
{
border-bottom:1px solid #dddddd;
max-width:450px;


}
.normal-font
{
	color:#272626;
	   font-family: 'PT Sans';
	font-size:14px;
	line-height:25px;
	text-align:justify;
	text-decoration:none;
	
}
.footer-title-font
{
	color:#2c2c2c;
	  font-family: 'PT Sans';
	font-size:21px;
	font-weight:bold;
}
.footer-font
{
color:#2c2c2c;
	  font-family: 'PT Sans';
	font-size:15px;
	line-height:24px;
	font-weight:bold;
}
.footar-row
{
     font-size:16px;
	
	   font-family: 'PT Sans';
	   color:#fff;
	   padding-top:10px;
	 
}
.font03
{
   background-color:#044578;
   padding:10px 10px;
   color:#ffffff;
    font-family: 'PT Sans';
font-size:26px;
font-weight:bold;
margin-top:0px;
}
.footarpadding
{
    padding:78px 20px 0px 0px;
}
	
	.contact-bg1
	{
		background-color:#e5e3e3;
		padding:15px;
		border-left:5px solid #45bbff;
	}
	img
	{ 
	    max-width:100%;
		height:auto;
	}
	.contact-bg1:hover
	{
		background-color:#e5e3e3;
		padding:15px;
		border-left:5px solid #529728;
		transition-duration:800ms;
		box-shadow: 5px 5px 5px #888888;
	}
	.contacticon {
    font-size: 30px;
    padding: 20px;
    border-radius: 20%;
    background-color: #2279bd;
    color: #FFF;
    border: 3px solid #CCC;
}
	.contacticon:hover
	{
		font-size:30px;
		border:3px solid #CCC;
		background-color:#2279bd;
		transition-duration:800ms;
		color:#ffffff;
		padding:20px;
		border-radius:50%;
	}
	.send-requirment
	{
	  
	}
	@media (max-width: 768px) and (min-width: 320px){
	.contacticonalign
		{
			text-align:center;
		}
		.social-share
		{ text-align:center !important;
		
		}
	
	
	
		}
		
		
		@media (max-width:980px) and (min-width: 767px){
		.footarpadding
{
    padding: 0px !important;
}
	
		}


* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 5.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
