body{
	margin:0, auto;
	overflow-x: hidden;
}
.backgrd{
    width:100%;
    height:100%;
    background-repeat: no-repeat center center fixed;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.headText{
	 font-family: 'Roboto', sans-serif;
	font-size:72px;
	color:white;
	letter-spacing: 8px;
}
.headSubText{
	font-family: 'Roboto', sans-serif;
	font-size:20px;
	color:yellow;
	letter-spacing: 4px;
}
.welcomeText{
	font-family:"times-new-romon";
	font-size:35px;
	font-weight:normal;
}
p{
	font-family: Arial, Helvetica, sans-serif ;
	font-size:17px;
	letter-spacing:1px;
}

.button2 {
    padding: 12px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}
.button0 {
	padding: 12px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    background-color:white; 
    color: #3271CB; 
    border: 1px solid white;
	font-weight:bold;
}
.button0:hover {
    background-color: transparent;
    color: white;
	border: 1px solid orange;
	}
.button {
    background-color:transparent; 
    color: white; 
    border: 1px solid orange;
	font-weight:bold;
}
.button2:hover {
    background-color: #ffffff;
    color: #3271CB;
	border: 1px solid orange;
	}
.half-black {
  background: rgba(0, 0, 0, 0.6);
}
.container-full {
  margin: 0 auto;
  width: 100%;
}
/* Image Darken*/	
.caption {
    position: relative;
    overflow: hidden;

    /* Only the -webkit- prefix is required these days */
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}

.caption::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    transition: background .35s ease-out;
}

.caption:hover::before {
    background: rgba(0, 0, 0, .5);
}

.caption__media {
    display: block;
    min-width: 100%;
    max-width: 100%;
    height: auto;
}

.caption__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px;
    color: white;

    -webkit-transform: translateY(100%);
            transform: translateY(100%);

    transition: -webkit-transform .35s ease-out;
    transition:         transform .35s ease-out;
}

.caption:hover .caption__overlay {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

.caption__overlay__title {
    -webkit-transform: translateY( -webkit-calc(-100% - 10px) );
            transform: translateY( calc(-100% - 10px) );

    transition: -webkit-transform .35s ease-out;
    transition:         transform .35s ease-out;
}

.caption:hover .caption__overlay__title {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}	
.cap

	{
    margin: 0;
    padding: 0 0 .5em;
}

								/***    ***/	

.hrStl {
    border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}
#freeSelection {
    text-align: center;
    width: 100%;
    padding: 50px;
    background-color: #f2f2f2;
}
.licls{
  margin: 0;
  list-style: none; 
  float:left;
  margin-left: -7px;
}
.block
{
    height:110px;
    width:170px;
    
    background-color:#ffffff;
    margin-top:3px;
    //border: 2px solid #0FAC13;
    border: 1px solid #ffffff;
    //box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    //color:black;
    
}
.block:hover {
        border: #008BCF solid 2px;
        text-decoration:none;
        color:#0099FF;
        
    }
.mrg
{
    margin-top:10px;
}

                    /* Testomonial Style */

#testimonial{
    float: left;
    display: inline;
    padding: 75px 0px 100px;
    background-color: #f7f7f7;
    width: 100%;
}
.testimonial-area{
    float: left;
    display: inline;
    width: 100%;
}
.testimonial-nav {
  margin-top: 30px;
}
.testimonial-nav>li{
    display: block;
    width: 100%;
}
.single-testimonial{
    float: left;
    display: inline;
    width: 100%;
}
.testimonial-img {
  border-radius: 100%;
  height: 150px;
  margin: 0 auto;
  width: 150px;
}
.testimonial-img>img{
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.testimonial-cotent{
    float: left;
    display: inline;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.testimonial-cotent > p {
  font-size: 18px;
  padding: 0 30px;
}
.testimonial-parg::before {
  content: "\f10d";
  font-family: FontAwesome;
  font-size: 25px;
  left: 0;
  margin-right: 5px;
  position: relative;
}
.testimonial-parg:after{
    position: relative;
    font-family: FontAwesome;
    content: "\f10e";
    left: 0;
    font-size: 25px;
}
.testimonial-cotent > p span{
    font-size: 25px;
}
.testimonial-cotent > p .fa-quote-left {
  margin-right: 5px;
}
.testimonial-cotent > p .fa-quote-right{
    margin-left: 5px;
}
.testimonial-nav .slick-dots li {
   -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s 
}
.testimonial-nav .slick-dots li button::before {
  color: transparent;  
}
.testimonial-nav .slick-dots li.slick-active button::before {
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
    opacity: 0.75
}
/*Ending here*/
.capsPara{
 font-family: Gill Sans, Verdana;
 font-size: 11px;
 line-height: 14px;
 text-transform: uppercase;
 letter-spacing: 2px;
 font-weight: bold;
}
.pstl   {
      font-family: Book Antiqua;
      color: Black;
      font-size:18px;
       }
.menuStl{
	font-family: Book Antiqua;
    color: Black;
    font-size:15px;
}
