﻿body {
    position: relative;
    font-family: 'Roboto', sans-serif;
   
}
ul li {
    
    margin-bottom: 10px;
}
ul {
    margin-top: 0;
    margin-bottom: 10px;
    list-style: unset;
    font-size: 16px;
    color: #222;
    line-height: 20px;
    font-weight: 500;
    padding-left: 15px;
}
p {
    font-size: 16px;
    color: #787878;
    line-height: 28px;
}
ol {
    color: #67d08a;
    font-weight: 600;
    font-size: 16px;
    padding-left: 20px;
}


ol li {

    color: #222;
    font-weight: 400;
    margin-bottom: 10px;

}
img {
    max-width: 100%;
}
section p {
    letter-spacing: 0px;
}
a:hover {
outline : none;
text-decoration : none;
}
a:focus {
outline : none;
outline-offset : 0;
}
a {
transition : 300ms;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Roboto', sans-serif;
color:#333;
}
h3 {
    color: #67d08a;
}
.btn:hover, .btn:focus {
outline : none;
box-shadow : none;
}
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #67d08a;
    /*  text-align: center;*/
}
table th {

    background: #67d08a;
    color: #fff;

}
.table-bordered.table-responsive {

    width: 100%;
    text-align: center;

}
.td-right td {
    /*text-align: right !important;
    padding-right: 15px;*/
}
/* — Header Section Start —*/
#header {
    height: 80px;
}
.navbar-nav > li {

    float: left;
    height: 80px;
    margin-bottom: 0;

}
#header a {

    color: #000;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 50px;
    font-size: 15px;
    text-transform: capitalize;
}
#header .active a {

    color: #67d08a !important;
    background: #f7f7f7;

}
#header .active > ul > li > a {

    color: #fff !important;
    background: transparent;

}
#header .active > ul > li > a:hover {

    color: #000 !important;
    background: transparent;

}
.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
     color: #67d08a !important;
    background: #f7f7f7;
}
.navbar {

    background: #fff;
    border-radius: 0px;
    margin-bottom: 0px;
    height: 80px;
    box-shadow: 0 0 3px 1px #808080;

}

.navbar-brand {
 height: 80px;;
}
.logo {

    height: 50px;

}
/* To Dropdown navbar  */
.dropdown-toggle:focus {
    background: transparent !important;
}
.navbar-nav > li > .dropdown-menu {

    margin-top: 0;
    background: #67d08a;
    border-radius: 0px;
    border: none;
}
.navbar-nav > li > .dropdown-menu a {
    color: #fff !important;
	line-height: 30px !important;
}
.navbar-nav > li > .dropdown-menu a:hover {
    color: #000 !important;
 background: transparent !important;
}
.dropdown-submenu {
    position: relative;
}

.banner {
    background-color: #dcf0ff;
    padding: 100px 0;
}
.banner .tittle {
    color: #67d08a;
}
.find-more a {

    padding: 15px 40px;
    margin-top: 25px;
    display: inline-block;
    color: white;
    background: #67d08a;
    font-size: 16px;
    text-transform: uppercase;

}
.find-more a:hover {

    background: #161e27;

}
.main {
    padding: 100px 0;
}
.main h2 {
    margin-top: 0;
}
section p {

    font-size: 16px;
    letter-spacing: 1px;
    color: #222;
    margin-bottom: 5px;

}
section a {
color: #67d08a;
}
.brdr-img {
    padding: 5px;
    border: 1px solid #ccc;
}

.testimonials h2 {
    color: #333;
    text-align: center;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    position: relative;
    margin-bottom: 20px;
}
.testimonials h2::after {
	content: "";
	width: 100px;
	position: absolute;
	margin: 0 auto;
	height: 3px;
	background: #67d08a;
	left: 0;
	right: 0;
	bottom: -10px;
}
.carousel {
	max-width: 850px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.carousel .item {
	color: #999;
	font-size: 15px;
    text-align: center;
	overflow: hidden;
    min-height: 220px;
}
.carousel .item a {
	color: #67d08a;
}

.carousel .testimonial {	
	padding: 30px 0 10px;
}
.carousel .overview {	
	text-align: center;
	padding-bottom: 5px;
}
.carousel .overview b {
	color: #333;
	font-size: 15px;
	text-transform: uppercase;
	display: block;	
	padding-bottom: 5px;
}
.carousel .carousel-control {
	width: 30px;
	height: 30px;
	border-radius: 50%;
    background: #999;
    text-shadow: none;
	top: 4px;
}
.carousel-control i {
	font-size: 20px;
	margin-right: 2px;
}
.carousel-control.left {
	left: auto;
	right: 40px;
}
.carousel-control.right i {
	margin-right: -2px;
}
.carousel .carousel-indicators {
	bottom: 15px;
}
.carousel-indicators li, .carousel-indicators li.active {
    width: 11px;
    height: 11px;
    margin: 1px 5px;
    border-radius: 50%;
    background: #67d08a;
}
.carousel-indicators li {	
	background: #f7f7f7;
	border-color: transparent;
}
p i {
    color: #67d08a;
    font-size: 18px;
    border: 1px solid #67d08a;
    padding: 15px;
    margin-bottom: 20px;
    display: block;
}
.mtop25 {
    margin-top: 25px !important;
}
/* — Footer Section Start —*/
.footer-top {
    padding: 50px 0px 30px;
    background: #161e27;
}
.footer-top ul {

    padding-left: 0;
    color: #fff;

}

.footer-logo {
    max-width: 60px;
    margin-bottom: 20px;
    margin-top: 20px;
}
#footer h2 {
  font-size: 24px;
    color: #fff;
}
#footer p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20px;
	 color: #fff;
}


.kont {

    padding-left: 0;

}

#footer li {

    list-style: none;
    margin-bottom: 0;

}
#footer a {
    color: #67d08a ;
}

#footer a:hover {
    color: #fff ;
}
.footer-bottom {

    background: #67d08a;
    padding-top: 20px;
    text-align: center;

}

.form-control {
    border-radius: 0;
    min-height: 43px;
    width: 100%;
    padding: 0 21px;
    font-weight: 400;
    color: #888;
    border: 2px solid #eceff3;
    font-size: 14px;
    outline: none !important;
    background-color: #eceff3;
box-shadow: none;
}
.input-group {
    width: 100%;
}
.mw275{
	max-width:275px;
}
label {
    font-size: 16px;
}
	
#btnContactUs {
    text-transform: uppercase;
    padding: 16px 32px;
    border-radius: 5px;
    border: 1px solid #67d08a;
    color: #67d08a;
    letter-spacing: 1px;
    display: inline-block;
    background: transparent;
    width: 190px;
    margin-top: 10px;
    font-weight: 500;
}

#btnContactUs:hover {
    border: 1px solid #67d08a;
    color: #fff;
    background:#67d08a;
   
}
table {
    background-color: transparent;
    border-color: #67d08a;
    /*  width: 300px;
    height: 200px;
    text-align: center;*/
    color: #67d08a;
    font-weight: 500;
    font-size: 16px;
    /* margin: 20px 0;*/
}
.green {

    margin-bottom: 25px;

}
.green h3 {

    color: #67d08a;

}
.faq-box {

    border-top: 1px solid #67d08a;
    margin-top: 30px;
    padding-top: 20px;

}
@media (min-width: 769px) {
.nav.navbar-nav.nav-right {
    float: none;
    text-align: center;
}

.nav.navbar-nav.nav-right li {
    float: none;
    text-align: center;
    display: inline-block;
    margin: auto;
}
.navbar-nav > li:hover > .dropdown-menu {
    display: block;
}
.footer-top .col-sm-4 {

    padding: 0 50px;

}
}
@media (max-width: 767px) {
#header {
    height: 60px;
}
.navbar-brand {
    float: none;
    
    text-align: center;
    display: inherit;
}


.navbar-toggle .icon-bar {
   background: #67d08a;
}
.navbar {
    background: #fff;
    border-radius: 0px;
    margin-bottom: 0px;
    height: 60px;
    box-shadow: 0 0 3px 1px #808080;
}
.navbar-brand {
    float: left;
    height: 60px;
    padding: 5px 15px;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 14px 10px;
}
#myNavbar {
    background: #f7f7f7;
}
.navbar-nav > li {
    float: none;
    height: auto;
    margin-bottom: 0;
}
#header a {
    line-height: 20px;
}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px;
    color: #000 !important;
    line-height: 20px !important;
}
.dropdown-menu {
    left: 0 !important;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent !important;
    border-color: transparent;
}
.banner {
    background-color: #dcf0ff;
    padding: 40px 0;
}
.main {
    padding: 40px 0;
}
.banner img {
    margin-top: 25px;
}
.pull-right {
    float: none !important;
}
#header .active > ul > li > a {

    color: #222 !important;

}
#header .active > ul > li > a:hover {

   color: #67d08a !important;

}
}


