@import 'https://fonts.googleapis.com/css?family=Open+Sans';
@import 'https://fonts.googleapis.com/css?family=Ubuntu';
body
{
	font-family: 'Open Sans', sans-serif;
	color:#222;
	font-weight: 500;	
	min-height:1000px;
}
.head
{
	font-family: 'Ubuntu', sans-serif;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	background-color: #f6f6f6;
}
.head ul li
{
	color: #4a6af3;
	background-image: url(../images/round.png) ;
	background-repeat: no-repeat;
	width: 39px;
	height: 39px;
	display: inline-block;
	list-style: none;
	padding-top: 7px;
	padding-left:13px;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.head ul li a
{
	color: #222;
}
.head ul li  .facebook
{
	padding-left: 2px;
}

.head ul li:hover
{
	background-image: url(../images/round-hover.png) ;
	background-repeat: no-repeat;
	width: 39px;
	height: 39px;
	color: #fff;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.head ul .red:hover
{
	background-image: url(../images/round-hover-1.png) ;
	background-repeat: no-repeat;
	width: 39px;
	height: 39px;
	color: #fff;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.head ul li:hover a
{
	color: #fff;
	
}
.head .appointment
{	
	border: 1px solid #58a1ec;
	background-color:#58a1ec;	
	text-decoration:none;
	padding: 10px;
	text-align: center;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	
}
.head .appointment a
{
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.head .appointment:hover
{
	border: 1px solid #58a1ec;
	background-color: transparent;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.head .appointment:hover a
{
	color: #58a1ec;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}


.navbar-default {
	font-family: 'Ubuntu', sans-serif;
    background-color: white;
    border-color: white;
	padding-top:14px;
	padding-bottom:0px;
}
.phone 
{
	font-weight:400;
	font-family: 'Ubuntu', sans-serif;
	padding-top:5px;
}
.phone a
{
	
	text-decoration:none;
	color:#0a5eb5;	
	float: right;
	padding-top:14px;
	padding-bottom:0px;
}
.navbar-fixed-top {
    
	display:none;
	padding:10px;
	border-bottom: 1px solid #ddd;
	padding-bottom:10px;
}
 
 
 .nav >li >a {
  padding-top: 0px;
  padding-bottom: 0px;

}
.navbar-nav > li > a {padding-top:5px !important; padding-bottom:5px !important; padding-left:0px !important}
.navbar {min-height:32px !important}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: #fff;
    color: #0a5eb5;	
	font-weight: 600;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.navbar-default .navbar-nav > .active > a, 
 .navbar-default .navbar-nav > .active > a:hover, 
 .navbar-default .navbar-nav > .active > a:focus {
      color: #0a5eb5;
	  font-weight: 600;
      background: #fff;
	  -webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
 }
 .dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
 }
  
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
 
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: underline;
}  
  
@media (max-width: 767px) {
  .navbar-nav  {
     display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #58a1ec;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: red;
    background-color: #ccc;
    border-radius: 4px;
    margin-top: 2px;   
  }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
     color: #333;
   }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
     background-color: #ccc;
   }

   .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white; 
     border-radius: 0;
   }
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red;
   }

}
 
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}  

.carousel img
{
	width:100%;
}
.carousel-control.left, .carousel-control.right{ 
    background: none !important;
    filter: progid:none !important;>
}
.about
{
	font-family: 'Ubuntu', sans-serif;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: justify;
	background-image:url(../images/about-bg.jpg);
	background-size:     cover;                      
    background-repeat:   no-repeat;
    background-position: center;
	position: relative;
	background-attachment: fixed;
}
.about .title
{
	font-size: 20px;
	font-weight: bold;
	margin-bottom:10px;
}

.about .content
{
	margin-top: 30px;
}
.about .content .tit
{
	font-weight:bold;
	font-size: 15px;
	color: #222;
}
.about .bor
{
	width: 20px;
	border-bottom: 3px solid #58a1ec;
	padding-top: 15px;
}
.about .balaji
{
	height:180px;
	width:100%;
	
}
.about .content .img
{
	background-image: url(../images/l1.png);
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
	 -webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.about  .content .img:hover 
{
	background-image: url(../images/l2.png);
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
	 -webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.about .content .img1
{
	background-image: url(../images/l3.png);
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
	 -webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.about  .content .img1:hover
{
	background-image: url(../images/l4.png);
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
	 -webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.about .form
{
	border: 6px solid #ddd;
	min-height: 450px;
	height: auto;
	padding: 10px 20px 10px 20px;
}
.about .form .title
{
	font-size:18px;
	font-weight: bold;
	text-align:center;
}
.about .form .title img
{
	margin-right: 10px;
}
.about .form .btn
{
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.about .form .btn:hover
{
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background-color: transparent;
	color: #58a1ec;
	border: 1px solid #58a1ec;
}

.message
{
	background-color: #58a1ec;
	padding: 40px;
	text-align: center;
	color:#fff;
	-moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 4px #333;
}
.services
{
	
	background-color:#444;
}
.services .left-box
{
	background-image:url(../images/services.jpg);
	background-size:     cover;                      
    background-repeat:   no-repeat;
    background-position: center;
	min-height: 450px;
	height:auto;
	
}
.services img
{
	max-width:100%;
}
.services .ser 
{
	width: 100%;
}
.services .right-box
{
	
}
.services .right-box .ser-center
{
	background-color: #fff;
	min-height:150px;
}
.services .right-box .ser-center .cont
{
	text-align:center;
	margin:0;
	padding-top:50px;
	padding-bottom:40px;
	font-weight:bold;
}
.services .content  p,a
{
	text-decoration: none;
	color: #fff;
}
.services .right-box .t-title
{
	opacity:0.0;
	padding:13px 0 13px 2px;
	margin:0;
	text-align:center;
	max-width: 100%;
}
.services .right-box .t-title a
{
	color: #fff;
	text-decoration:none;
}
.services .right-box  .one .content, .two .content, .three .content, .four .content, .five .content, .six .content, .seven .content, .eight .content
{
	text-align: center;	
	margin-top: 0px;
	padding:10px;
	
}
.services .right-box .one
{
	
	min-height:150px;
	background-image:url(../images/ser-bg.jpg);
	background-size:     cover;                      
    background-repeat:   no-repeat;
    background-position: center center;
	padding:0;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 1s 0.5inear;
	background-color: transparent;	
	max-width:100%;
	max-height:100%;
	
}
.services .right-box .one:hover .content, .two:hover .content, .three:hover .content, .four:hover .content, .five:hover .content, .six:hover .content, .seven:hover .content, .eight:hover .content
{
	opacity:0.0;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background-color: transparent;	
}
.services .right-box .one:hover .t-title, .two:hover .t-title, .three:hover .t-title, .four:hover .t-title, .five:hover .t-title, .six:hover .t-title, .seven:hover .t-title, .eight:hover .t-title
{
	opacity:1.0;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background-color:#242f3a;
	margin:0;
	max-width:100%;
}
.services .right-box .one:hover 
{
	
	background-color: #000;
	min-height:150px;
	background-image:url(../images/ser-1.jpg);
	background-repeat: no-repeat;
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;

	animation-delay: 0s; /* W3C and Opera */
	-moz-animation-delay: 0s; /* Firefox */
	-webkit-animation-delay: 0s; /* Safari and Chrome */


	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both;

	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
}
.services .right-box .two
{
	min-height:150px;
	padding:0;
	background-image:url(../images/ser-bg.jpg);
	background-size:     cover;                      
    background-repeat:   no-repeat;
    background-position: center center;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 1s 0.5inear;
	background-color: transparent;	
}
.services .right-box .two:hover 
{
	
	background-color: #000;
	min-height:150px;
	background-image:url(../images/ser-2.jpg);
	background-repeat: no-repeat;
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;

	animation-delay: 0s; /* W3C and Opera */
	-moz-animation-delay: 0s; /* Firefox */
	-webkit-animation-delay: 0s; /* Safari and Chrome */


	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both;

	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
}

.services .right-box .three
{
	
	min-height:150px;	
	padding:0;
	background-image:url(../images/ser-bg.jpg);
	background-size:     cover;                      
    background-repeat:   no-repeat;
    background-position: center center;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 1s 0.5inear;
	background-color: transparent;	
}
.services .right-box .three:hover 
{
	
	background-color: #000;
	min-height:150px;
	background-image:url(../images/ser-3.jpg);
	background-repeat: no-repeat;
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;

	animation-delay: 0s; /* W3C and Opera */
	-moz-animation-delay: 0s; /* Firefox */
	-webkit-animation-delay: 0s; /* Safari and Chrome */


	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both;

	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
}

.services .right-box .four
{
	
	min-height:150px;
	padding:0;
	background-image:url(../images/ser-bg.jpg);
	background-size:     cover;                      
    background-repeat:   no-repeat;
    background-position: center center;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 1s 0.5inear;
	background-color: transparent;	
}
.services .right-box .four:hover 
{
	
	background-color: #000;
	min-height:150px;
	background-image:url(../images/ser-4.jpg);
	background-repeat: no-repeat;
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;

	animation-delay: 0s; /* W3C and Opera */
	-moz-animation-delay: 0s; /* Firefox */
	-webkit-animation-delay: 0s; /* Safari and Chrome */


	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both;

	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
}

.services .right-box .five
{
	
	min-height:150px;	
	padding:0;
	background-image:url(../images/ser-bg.jpg);
	background-size:     cover;                      
    background-repeat:   no-repeat;
    background-position: center center;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 1s 0.5inear;
	background-color: transparent;	
}
.services .right-box .five:hover 
{
	background-color: #000;
	min-height:150px;
	background-image:url(../images/ser-5.jpg);
	background-repeat: no-repeat;
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;

	animation-delay: 0s; /* W3C and Opera */
	-moz-animation-delay: 0s; /* Firefox */
	-webkit-animation-delay: 0s; /* Safari and Chrome */


	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both;

	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
}

.services .right-box .six
{
	
	min-height:150px;	
	padding:0;
	background-image:url(../images/ser-bg.jpg);
	background-size:     cover;                      
    background-repeat:   no-repeat;
    background-position: center center;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 1s 0.5inear;
	background-color: transparent;	
}
.services .right-box .six:hover 
{
	
	background-color: #000;
	min-height:150px;
	background-image:url(../images/ser-6.jpg);
	background-repeat: no-repeat;
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;

	animation-delay: 0s; /* W3C and Opera */
	-moz-animation-delay: 0s; /* Firefox */
	-webkit-animation-delay: 0s; /* Safari and Chrome */


	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both;

	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
}

.services .right-box .seven
{
	
	min-height:150px;	
	padding:0;
	background-image:url(../images/ser-bg.jpg);
	background-size:     cover;                      
    background-repeat:   no-repeat;
    background-position: center center;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 1s 0.5inear;
	background-color: transparent;	
}
.services .right-box .seven:hover 
{
	
	background-color: #000;
	min-height:150px;
	background-image:url(../images/ser-7.jpg);
	background-repeat: no-repeat;
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;

	animation-delay: 0s; /* W3C and Opera */
	-moz-animation-delay: 0s; /* Firefox */
	-webkit-animation-delay: 0s; /* Safari and Chrome */


	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both;

	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
}
.services .right-box .eight
{
	
	min-height:150px;	
	padding:0;
	background-image:url(../images/ser-bg.jpg);
	background-size:     cover;                      
    background-repeat:   no-repeat;
    background-position: center center;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 1s 0.5inear;
	background-color: transparent;	
}
.services .right-box .eight:hover 
{
	
	background-color: #000;
	min-height:150px;
	background-image:url(../images/ser-8.jpg);
	background-repeat: no-repeat;
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;

	animation-delay: 0s; /* W3C and Opera */
	-moz-animation-delay: 0s; /* Firefox */
	-webkit-animation-delay: 0s; /* Safari and Chrome */


	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both;

	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
}

.service-body
{
	margin-bottom:50px;
}
.service-body p,ul li
{
	line-height:2;
}

.facility
{
	background-image:url(../images/facility.jpg);
	background-size:     cover;                      
    background-repeat:   no-repeat;
    background-position: center;
	position: relative;
	background-attachment: fixed;

	max-width:100%;
	min-height:400px;
	color: #fff;
	padding-top: 70px;
}
.facility .first
{
	border-bottom:1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 30px;
}
.facility .second
{
	border-bottom:1px solid #ddd;
	padding: 30px;
}
.facility .third
{
	border-right:1px solid #ddd;
	padding: 30px;
}
.facility .fourth
{
	padding: 30px;
}
.faq
{
	margin-top: 50px;
	min-height:450px;
	height: auto;
}
.breadcrumb, .breadcrumb li a
{
	color:#000;
	font-size:13px;
}
.head-background
{
	font-family: 'Ubuntu', sans-serif;
	background-image:url(../images/head.jpg);
	background-size:     cover;                      
    background-repeat:   no-repeat;
    background-position: center;
	color: #fff;
	padding-top:18px;
	padding-bottom:18px;
	padding-left: 30px;
}
.head-background a
{
	color:#fff;
	text-decoration: none;
}
.head-background .svs
{
	font-size: 20px;
}
.head-background .svs span
{
	font-size: 13px;
}
.contact
{
	min-height:500px;
	height:auto;
}
.footer
{
	margin-top:20px;
	background-color:#222;
	min-height: 200px;
	height: auto;
	color: #fff;
	padding: 30px;
}
.footer .content
{
	margin-top: 30px;
}
.footer .content table 
{
	width: 100%;
	line-height: 2;
}

.footer .qlink p
{
	list-style: none;
	padding:5px;
	width: 100%;
	background: transparent;
	
}
.footer .qlink p:hover
{
	background-color:#0a5eb5;
	font-weight:600;
	
}
.footer .qlink p a
{
	color: #fff;
	text-decoration: none;
}
.footer .btn
{
	background-color: #333;
	color: #fff;
	margin-bottom: 10px;
	border: 1px solid #333;
}
.footer input,.textarea
{
	border:1px solid #09717a;
	border-radius:0;
}

.footer .btn:hover
{
	background-color: #0a5eb5;
	color: #fff;
	margin-bottom: 10px;
	border: 1px solid #fff;	
	
}
.bot
{
	margin-top: 1px;
	background-color: #222;
	min-height: 30px;
	padding-top: 10px;
	text-align:center;
	color: #fff;
}
.bot a
{
	color: #60e3f7;
}



/* Animate on page load
/*animation element*/

.animation-element {
  opacity: 0;
  position: relative;
}
/*animation element sliding left*/

.animation-element.slide-left {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}



.animation-element.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}


/*media queries for small devices*/
@media screen and (max-width: 678px){
  /*testimonials*/
  .animation-element.slide-left.testimonial,
  .animation-element.slide-left.testimonial:nth-of-type(odd),
  .animation-element.slide-left.testimonial:nth-of-type(even){
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
  .animation-element.slide-left.testimonial .right,
  .animation-element.slide-left.testimonial .left,
  .animation-element.slide-left.testimonial .content,
  .animation-element.slide-left.testimonial .rating{
    text-align: center;
    float: none;
  }
  
}
