@media (max-width:767px) {
.top_right
{
	text-align: center !important;
}
	.top{
	padding: 5px 0;
	color: #0b71b9;
	text-align: center;
	
}
	.logo img
	{
		margin: auto !important;
	}
	ul.menu_top
{
	text-align: center !important;
	font-size: 16px;
	color: #0C8625;
		margin: 21px;
}
	ul.menu_top li
{
	display: inline-block;
	list-style: none;
	padding: 0 0 0 4px!important;
}
	.about h1
{
	font-family: quicksand;
	font-size: 28px !important;
	text-align: center;
	color: #0b71b9;
}
	.service h2
{
	text-align: center;
	font-size: 24px !important;
	font-family: quicksand;
	color: #0b71b9
}


}

@media (min-width:768px) and (max-width:991px) {
    

    
}


@media (min-width:992px) and (max-width:1199px) {
    
}


@media (min-width:1200px) {


}
body
{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 14px;
}
.top{
	padding: 5px 0;
	color: #0b71b9;
	
}
.top .fa{
	padding: 5px 0;
	color: #5bab16;
	font-weight: bold;
	
}
.top_right
{
	text-align: right;
}

ul.menu_top
{
	text-align: right;
	font-size: 16px;
	color: #0C8625;
		margin: 21px;
}
ul.menu_top li
{
	display: inline-block;
	list-style: none;
	padding: 0 0 0 10px;
}
ul.menu_top li a
{
	color: #0c8625;
}
.about h1
{
	font-family: quicksand;
	font-size: 35px;
	text-align: center;
	color: #0b71b9;
}
.about p
{
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	color: #333;
}
.service
{
	background: #F3F3F354;
}
.service h2
{
	text-align: center;
	font-size: 30px;
	font-family: quicksand;
	color: #0b71b9
}
section
{
	margin-top: 50px;
}
.line{
	width: 100%;
	height: 2px;
	background-color:#0b71b9;
}
.rcorners2 {
  border-radius: 25px;
  border: 1px solid #DBDBDB;
  padding: 20px; 
  width: 100%;
  /*height: 277px;*/  
	margin-bottom: 15px;
}
.service h3
{
	text-align: left;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 20px;
	color: #00742A;
}
h3
{
	font-size: 30px;
	text-align: center;
	font-family: quicksand;
	font-weight: bold;
	color: #0b71b9;
	padding: 0;
}
.contact .content
{
	margin-top: 0px;
	margin-bottom: 50px;
}
.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

.submit{
	width:100%;
	text-align:center;
}

.form .btn{
	margin:auto;
}
.form.submit .btn {
	margin-top: 25px;
		background-color: transparent;
	color: #7e7e7e;
	border-color: #FF9600;
}

.form.submit .btn:hover {
	background-color: #FF9600;
	color: #fff;
}
/*Footer*/
#footer {
  background: white;
  padding: 0 0 30px 0;
  color: #000C;
  font-size: 14px;
}

#footer .footer-top {
  background: white;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  color: #00AFAB;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#footer .footer-top .footer-info p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: black;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #69001E;;
  color: #ffe300;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #0067d5;
  color: #00AFAB;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #0b71b9;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  padding: 8px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color:#000C;
}

#footer .footer-top .footer-links ul a:hover {
  color: #000C;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: black;
}


#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #000C;
}

#footer .credits a {
  color: #000C;
}

#footer .credits a:hover {
  color: #000C;
}
td
{
	padding: 2px;
}
.line{
	width:100%;
	height: 2px;
	background-color: #0b71b9;
}
.carousel-control.left{
	background-image: none !important;
}
.carousel-control.right{
	background-image: none !important;
}