
/* globle css */
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}
p{
	line-height: 1.5;
	font-size: 13px;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
a, a:focus{
	text-decoration: none;
	color: #fff;
}

a:hover{
	text-decoration: none;
	color: #fff;
}
.top-bar {
    background: #282828;
}
.language ul li {
    display: inline;
    padding: 0 10px;
    font-size: 14px;
    line-height: 35px;
}
.language ul li:first-child {
	border-right: 1px solid #ccc;
}
.setting ul li {
    display: inline;
    padding: 0 10px;
    font-size: 14px;
    line-height: 35px;
}
.setting ul li:first-child {
	border-right: 1px solid #ccc;
}
.logo-area {
    padding: 15px 0;
}
.right-logo{
	text-align: right;
}
.center-logo{
	text-align: center;
}
/* nav bar css */
.container-fluid.menu-bar {
    background: #282828;
}
.navbar.navbar-default {
	background-color: #282828;
	border-radius: initial;
	border: none;
	margin: 0;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
}
.navbar{
	min-height: 40px;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	color: #fff;
	background-color: #8fd156;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color: #fff;
	background-color: #8fd156;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	color: #fff;
	background-color: #8fd156; 
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #8fd156;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #8fd156;
}
.dropdown-menu > li > a {
	display: block;
	padding: 10px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
	font-size: 18px;
}
.dropdown-menu{
	padding: 0;
	min-width: 195px;
}
/* sub-menu css start */
.menu-item-has-children ul.sub-menu {
    display: none;
    position: absolute;
    z-index: 999;
    background: #282828;
    padding: 10px 0 0 0;
    width: 100%;
}

.menu-item-has-children ul.sub-menu li:hover {
    background: #8fd156;
    display: block;
    line-height: 1.5;
}
.menu-item-has-children:hover .sub-menu {
    display: block;
}

.menu-item-has-children ul.sub-menu li {
    display: block;
    padding: 10px 10px;
}
.menu-item-has-children {
    position: relative;
}
/* sub-menu css End */
div#bs-example-navbar-collapse-1 {
    border: none;
}
#banner{
	padding: initial;
}
/* search bar css */
.mySlider {
    position:  relative;
}

.search-box {
    position:  absolute;
    bottom: 20px;
    margin:  0px auto;
    left:  0;
    right:  0;
    width: 100%;
    text-align: center;
    top: 45%;
}
.search-box input.form-control {
    height: 50px;
    width: 100%;
    border-radius: 0;
    background: transparent;
    border: 3px solid #fff;
    color: #fff;
}
input.form-control::placeholder {
    color: #fff;
    font-size: 16px;
}
form.navbar-form {
    max-width: 390px;
    text-align: center;
    margin: 0px auto;
    left: 0;
    right: 0;
    border: none !important;
    box-shadow: initial !important;
}
.form-group {
    max-width: 250px;
    width: 100%;
    float: left;
}
.btn-default {
    float: left;
    border: 0;
    background: #8fd156;
    font-size: 14px;
    border-radius: 0;
    height: 50px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover{
	    color: #fff;
    background-color: #8fd156;
    border-color: #8fd156;
}
.btn-default:hover, .btn-default:active {
    color: #fff;
    background-color: #8fd156;
    border-color: #8fd156;
}
.form-control:focus{
	border-color: #8fd156;
}
/* heading css */
.heading {
	display: table;
    margin: 0 auto 40px;
}
.heading h1 {
    padding: 10px;
    color: #000000;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}
.heading h1:after {
    content:  '';
    border: 1px solid #00affe;
    display: inherit;
    position:  relative;
    top:  10px;
    width:  60%;
    margin:  0px auto;
}
.module {
    width: 100%;
    display: inline-table;
    text-align: center;
}
.module .module-box {
	position: relative;
	display: inline-block;
	padding: 0;
	margin: 0;
	max-width: 155px;
	transition: ease .6s;
}
.module .module-box a img {
	/* border-radius: 50%; */
	width: 125px;
	border-right: 5px solid #eaeaea;
	height: 125px;
	object-fit: cover;
}
.module .module-box a{
	text-decoration: none;
	color: #000;
}
.module .module-box a span {
	font-size: 14px;
	display: table;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	/* border-radius: 10px; */
	/* width: 100%; */
	/* text-align: center; */
}

}
.btn-read-more:hover {
    background: #92d14f;
    transition: ease .3s;
}
.btn-image {
    text-align:  center;
    margin:  0px auto;
    display:  table;
}
.btn-image img{
    cursor: pointer;
}
.btn-image img:first-child {
    margin-bottom: 40px;
}
.box-header {
    padding: 10px 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.head-blue{
	background: #002160;
}
.head-orang{
	background: #c95a0b;
}
.head-sky{
	background: #01b0f1;
}
.head-yellow{
	background: #ffc000;
}
.head-green{
	background: #92d14f;
}
.head-light-blue{
	background: #0071c1;
}
.box-header h2 {
    color: #fff;
    font-size: 16px;
    text-align:  center;
    line-height: 1.5;
}
.faq-box {
    padding: 0px 15px;
	border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #fff;
}
.faq-box p a{
	color: #000;
}
.faq-box p a:hover{
	color: #00b4ff;
}
.widgets1 p {
    border-bottom: 1px solid #ccc;
    padding-bottom:  5px;
}
.btn-aqua {
    background:  transparent;
    color:  #000;
    font-size:  25px;
    text-transform:  uppercase;
    border: 2px solid #00b4ff;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 50px 0;
}	
.btn-aqua:hover, .btn-aqua:active{
	background: #90d14f;
	border: 2px solid #90d14f;
}

section {
    padding: 40px 0;
}
section.modules {
    background: #f1f1f1;
}
section.widgets2 {
    background: #f1f1f1;
}
.widgets2 .faq-box p {
    padding:  10px 0;
    margin: 0px;
}
.btn-read-more {
    padding:  10px 0;
    display:  block;
    text-align:  center;
    font-size:  14px;
    font-weight: 500;
    color: #fff;
}
.carousel-control.left, .carousel-control.right {
    background: initial;
}

/* footer css */

footer {
    background: #282827;
    padding: 40px 0;
}

footer .title h2 {
    font-size:  20px;
    color: #fff;
    padding-bottom: 10px;
    margin-bottom:  10px;
    line-height:  2;
    text-transform: uppercase;
}

/* footer .title h2:after {
    content: '';
    border: 1px solid #fff;
    display: block;
    width: 60%;
    margin:  0px auto;
} */
ul.footer-links {
    margin-bottom: 20px;
}
.fb-box {
    margin-bottom:  20px;
}
ul.footer-links li a {
    color: #fff;
    line-height: 1.6;
    font-weight: 400;
    font-size: 16px;
}
section.copyright {
    padding:  10px 0;
    text-align:  center;
    color:  #ccc;
    background: #383836;
}
section.copyright p {
    margin:  0;
}


.module-box {
    background: #f9f9f9;
}

.module .module-box a img:last-child {
    border-right: 0 !important;
}

.module-box:last-child img {
    border-right: 0 !important;
}

.module .module-box a span {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.62);
    width: 100%;
    height: 36px;
    line-height: 36px;
}

.module-box:hover {
    transform: scale(1.2);
    z-index: 9;
    transition: ease .3s;
    box-shadow: 1px 20px 13px #cccccc;
}

.module-box:hover img {
    border-right: 0 !important;
}

/* respnsive css start */
@media only screen and (min-width: 320px) and (max-width: 767px){
    .search-box input.form-control{
        border: 3px solid #fff;    
    }
    .carousel-control {
    display:  none;
}
    input.form-control{
        color: #000 !important;
    }
    input.form-control::placeholder {
    color: #cccccc;
    font-size: 16px;
    }
    .box {
    margin-bottom: 20px;
    }
    .search-box{
        top: 10%;
    }
    ol.carousel-indicators {
    display:  none;
}
.btn-image img {
    margin-bottom: 40px;
}
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation:portrait){
.module-box {
    margin-bottom: 20px !important;
}
.module .module-box a img {
    /* border-radius: 50%; */
    width: 100%;
    border-right: 5px solid #eaeaea;
    object-fit: cover;
    height: 125px;
    max-width: 100%;
}
.module .module-box:nth-child(4) a img, .module .module-box:nth-child(2) a img, .module .module-box:nth-child(6) a img {
    border-right: 0;
}
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation:landscape){
    .module-box {
    margin-bottom: 20px !important;
}
.module .module-box a img {
    /* border-radius: 50%; */
    width: 100%;
    border-right: 5px solid #eaeaea;
    object-fit: cover;
    height: 125px;
    max-width: 100%;
}
.module .module-box:nth-child(4) a img{
    border-right: 0;
}
    .search-box{
        top: 30%;
    }
    }
@media only screen and (min-width: 767px) and (max-width: 1024px) and (orientation:portrait){
.module-box {
    margin-bottom: 20px !important;
}
.module .module-box a img {
    /* border-radius: 50%; */
    width: 100%;
    border-right: 5px solid #eaeaea;
    object-fit: cover;
    height: 125px;
    max-width: 100%;
}
.module .module-box:nth-child(4) a img {
    border-right: 0;
}
}
@media only screen and (min-width: 767px) and (max-width: 1024px) and (orientation:landscape){
    .module .module-box {
    width: calc(100% / 8);
    display: inline-block;
    padding: 0px 10px;
}
@media (min-width: 1024px){
    .navbar-toggle {
        display: block;
    }
}
/* respnsive css End */