/*@import url('https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
*/
@import url(bootstrap.min.css);
/* @import url(font-awesome.css); */
/* @import url(../assets/revolution/css/settings.css); */
/* @import url(owl.carousel.css); */
/* 2. Global styles */
body { 
	color:#222222;
	font-size: 16px;
}
h1,h2,h3,h4,h5,h6,p,ul { 
	margin:0;padding: 0;
}
h1,h2,h3,h4,h5 {
	font-family: 'Dosis', sans-serif;
} 
ul {list-style-type: none;}
p {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:14px;
	line-height: 24px;
	color:#848484;
}
a {
	text-decoration: none; 
	display: inline-block; 
	outline: none;
	}
a:hover,a:focus,a:visited {
	text-decoration: none; 
	outline: none;
	}
img {
	width: 100%;
	display: inline-block;
}
.font-italic{
  font-style: italic;
}
button {
	border:none; 
	outline:none; 
	box-shadow: none; 
	display: block; 
	padding: 0; 
	background: transparent;
	}
input,textarea {
	display: block; 
	font-size: 16px; 
	line-height: 28px; 
	outline: none; 
	box-shadow: none;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
.boxed_wrapper {
    width: 100%;
    background: #fff;
    overflow-x: hidden;
    overflow-y: hidden;
}
.clear_fix { clear:both;}
.clear_fix:after {
	display: table;
	content: '';
	clear: both;
}
.list_inline li {
	display: inline-block;
}
.about{
background-repeat: no-repeat;
background-image:url(../images/background/about-bgnew.webp);
}
.founder{
    background-repeat: no-repeat;
background-image:url(../images/background/founder1new.webp);
}
.social li {
	display: inline-block;
	font-size: 14px;
}
.holder img {
    height: 400px;
}
.lider-img{
    width:1920px;
     height:700px;
}
.social li a {
	color: #fff;
	-webkit-transition:.5s ease-in-out;
	transition: .5s ease-in-out;
}
.default_link {
	font-size: 14px;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
	color: #48c7ec;
	font-weight: 600;
}
.default_link:hover {
	color: #48c7ec;
}

.default_link i {
	margin-left: 3px;
	font-weight: 700;
	font-size: 18px;
}
a.mt-20 {
    padding-top: 20px;
}
.uppercase {
	text-transform: uppercase;
}
.padd-80 {
	padding-top: 80px;
}
.tran3s {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.center {
	text-align: center;
}
.row-5 {
	margin: 0 -5px;
}
.thm-color {
	color: #48c7ec;
}
.bold {
	font-weight: 700;
}
.s-bold {
	font-weight: 600;
}
.m-bold {
	font-weight: 600;
}
.float_left {
    float: left;
}
.float_right {
    float: right;
}
.mtclogo{ width:100px; margin: 15px 0 0; }

@media (min-width: 1200px) {
  .container {
    padding: 0;
  }
}
/*  3. button style  */
.thm-btn {
	position: relative;
	background: #43801A;
	font-size: 14px;
	line-height: 42px;
	font-weight: 700;
	color: #ffffff;
	border: 2px solid #43801A;
	border-radius:5px;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 26px;
	font-family: 'Open Sans', sans-serif;
	-webkit-transition:all .5s cubic-bezier(0.4, 0, 1, 1);
	transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.thm-btn:hover {
	background: transparent;
	color: #43801A;
	-webkit-transition:all .5s cubic-bezier(0.4, 0, 1, 1);
	transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.theme_menu .link_btn {
	margin-top: 24px;
	color:#222222;
}
.button-style-one{
	margin-top: 20px;
	color:#7aba1e;
	position:relative;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 12px;
}
.button-style-one:before{
	content: "";
	position: absolute;
	bottom: 0px;
	width: 94px;
	height: 1px;
	background: #7aba1e;
}
.button-style-one:hover{
	color:#7aba1e;
}
.button-style-two{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform:uppercase;
	color:#222222;
	padding: 11px 26px;
	border:1px solid #7aba1e;
	letter-spacing: 1px;
}
.button-style-two:hover{
	color:#222222;
}
.anim-3 {
	-webkit-transition:all 0.3s ease;
	transition: all 0.3s ease;
}
.anim-5 {
	-webkit-transition:all 0.5s ease;
	transition: all 0.5s ease;
}
/*  4. sec title style */
.sec-title {
	position: relative;
	margin-bottom: 30px;
}
.sec-title h2 {
	color:#399FD6;
    margin-bottom: 20px;
	font-size:40px;
	font-weight:600;	
}
.scroll-top {
    width: 50px;
    height: 40px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    display: none;
    color: #fff;
    text-align: center;
    background: #43801A;
}
.scroll-top span:before {
	font-size: 27px;
}
.scroll-top:after {
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.preloader{ 
	position:fixed; 
	left:0px; top:0px; 
	width:100%; 
	height:100%;
	z-index:999999; 
	background-color:#ffffff; 
	background-position:center center;
	background-repeat:no-repeat; 
	background-image:url(../images/icons/preloader.gif);
}
/*  5. header-style  */
.header-top{
	position:relative;
	font-size:13px;
	padding: 7px 0px;
	background: #399FD6;
	color:#ffffff;	
}
.header-top a{
	color:#ffffff;
	-webkit-transition:all 300ms ease;
	transition:all 300ms ease;	
}
.header-top .links-nav li{
	position:relative;
	float:left;
	margin-right:25px;
}
.header-top .top-right .links-nav li{
	margin-right:0px;
	margin-left:25px;
}
.header-top .links-nav li a{
	position:relative;
	line-height:26px;
	font-size:13px;
	color:#d1d1d1;
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
	-webkit-transition:.5s;
	transition:.5s;
}
.header-top .links-nav li a:hover{
	color:#fff;
	-webkit-transition:.5s;
	transition:.5s;
}
.header-top .links-nav li .fa{
	padding-right:8px;
	font-size:16px;
	color: #fff;
}
.header-top .social-links li{
	display:inline-block;
}
.header-top .social-links a{
	position:relative;	
	font-size:13px;
	font-weight:normal;
	color: #399FD6;
	line-height:26px;
	width: 25px;
	height: 25px;
	border: 1px solid #fff;
	border-radius: 50px;
	background: #fff;
	text-align: center;
}
.header-top .social-links a:last-child{
	margin-left: 10px;
}
.header-top a:hover{
	color: #43801A;
}
.main-logo {
	margin: 0px 0px 0px;
}
.theme_menu {
	position:relative;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	background: #fff;
  
}
.theme_menu:after{
    background: url(../images/resources/noksha.png) repeat;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    bottom: -7px;
    width: 100%;
    z-index: 2;
}
.theme_menu .menu-column {
	padding: 0;
}
.nav_side_content {
	margin-top: 33px;
	float: left;
	position: relative;
	left: -20px;
}
.nav_side_content .cart_select {
	border-left: 1px solid #ececec;
	padding-left: 5px;
}
@-webkit-keyframes menu_sticky {
	0%   {margin-top:-100px;}
	50%  {margin-top: -90px;}
	100% {margin-top: 0;}
}
@keyframes menu_sticky {
	0%   {margin-top:-100px;}
	50%  {margin-top: -90px;}
	100% {margin-top: 0;}
}
.theme_menu.stricky-fixed {
	margin: 0;
	position: fixed;
	background: #fff;
	top:0;
	left:0;
	width: 100%;
	z-index: 99999;
	-webkit-animation-name: menu_sticky;
    animation-name: menu_sticky;
	-webkit-animation-duration: 0.60s;
	animation-duration: 0.60s;
	-webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
.top-search-box {
	position: relative;
	top: 27px;
	background:url("../images/resources/hb.png") no-repeat;
	height: 50px;
	width: 51px;
	text-align: center;
	display: inline-block;
}
.top-search-box button {
	color: #43801A;
	display: inline-block;
	font-size: 16px;
	line-height: 48px;
}
.top-search-box .search-box {
    position: absolute;
    background: #43801A none repeat scroll 0 0;
    list-style: outside none none;
    margin: 0;
    opacity: 0;
    padding: 5px;
    right: 0;
    top: 150%;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 250px;
    z-index: 999;
}
.top-search-box:hover .search-box {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.top-search-box .search-box li form {
    position: relative;
}
.top-search-box .search-box li form input {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #fff;
    display: block;
    font-weight: 300;
    height: 45px;
    outline: medium none;
    padding-left: 10px;
    padding-right: 60px;
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.top-search-box .search-box li form button {
	position: absolute;
    background: #222222!important;
    color: #fff;
    font-size: 13px;
	width: 45px;
    height: 45px;
    outline: medium none;
    padding: 0;   
	top: 0;
    right: 0;
    text-align: center;  
    transition: all 500ms ease 0s;   
    border: none;
    border-radius: 0px;
}
.cart {
	top: 27px;
	margin-left: 10px;
	background:url("../images/resources/hb.png") no-repeat;
	height: 50px;
	width: 51px;
	position: relative;
	text-align: center;
	display: inline-block;
}
.cart a span {
    position: relative;
    color: #232323;
    line-height: 48px;
    color: #43801A;
}
/*  6. Rev Slider style  */
.rev_slider_wrapper .slide-content-box h1{
	font-size: 50px;
	color:#fff;
	font-family: 'Dosis', sans-serif;
	font-weight:700;
    line-height: 70px;
}
.rev_slider_wrapper .slide-content-box h2{
	font-size: 50px;
	color:#fff;
	font-family: 'Dosis', sans-serif;
	font-weight:700;
    line-height: 70px;
}
.rev_slider_wrapper .slide-content-box p{
	color: #ffffff;
	font-size: 17px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-align:center;
}
.rev_slider_wrapper .slide-content-box .button a{
	padding: 0px 22px;
	margin-right: 15px;
	transition: all 500ms ease !important;
	-moz-transition: all 500ms ease !important;
	-webkit-transition: all 500ms ease !important;
	-ms-transition: all 500ms ease !important;
	-o-transition: all 500ms ease !important;
}
.rev_slider_wrapper .slide-content-box .button a.thm-btn.our-solution{
	background: #fff;
	padding: 0px 35px;
	color: #222;
	border-color: #fff;
}
.rev_slider_wrapper .slide-content-box .button a.thm-btn.our-solution:hover{
	background: #48c7ec;
	color: #fff;
	border-color: #48c7ec;
}
.rev_slider_wrapper .slide-content-box.last-slide p{
	margin: 0;    
}
.rev_slider_wrapper .slide-content-box.last-slide a{
	margin: 0 8px;    
}
.rev_slider_wrapper .slotholder {
	position: relative;
}
.slotholder:after {
    background: rgba(0, 0, 0, 0.20);
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
}
.tp-bannertimer {
	display: none; 
}
.rev_slider_wrapper .tparrows {
	background: transparent;
	border: 2px solid #fff;
}
.tp-revslider-mainul{
	width:100% !important;
}
/*  10. contact Section style */
.default-cinfo .icon_box {
  width: 40px;
}
.default-cinfo li + li {
  margin-top: 10px;
  border-top: 1px solid #f1f1f1;
  padding-top: 12px;
}
.default-cinfo li .icon_box,
.default-cinfo li .text-box {
  display: table-cell;
  vertical-align: top;
}

.default-cinfo li .icon_box i {
  font-size: 20px;
  color: #48c7ec;
  position: relative;
  top: 7px;
}
.default-cinfo .accordion .acc-btn {
  background: #f7f7f7;
  padding: 14px 30px;
  margin: 0;
}

.default-cinfo .accordion-box {
  border: none;
}
.default-cinfo .accordion {
  border: 1px solid #f7f7f7;
}
.default-cinfo .accordion-box .accordion .acc-content b {
  color: #222;
  font-weight: 600;
}
/*  11. Team Member styles */
.testimonials {
  position: relative;
  padding-bottom: 30px;
}
.single-testimonial h3,
.single-testimonial p {
  margin: 0;
}
.single-testimonial h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  margin-top: 12px;
  margin-bottom: 6px;
}
.single-testimonial .img-box {
  position: relative;
}
.single-testimonial .img-box img {
  -webkit-transition:all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1);
    transform: scale(1);
}
.testimonials .single-testimonial {
  margin-bottom: 40px;
  border: 1px solid #f4f4f4;
  padding: 30px 10px 26px;
  -webkit-transition:.5s ease-in-out;
  transition: .5s ease-in-out;
}
.testimonials .single-testimonial:hover {
  box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0), 0 0px 82px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition:.5s ease-in-out;
  transition: .5s ease-in-out;
}
.single-testimonial .author-info {
  overflow: hidden;
  border: 2px solid #f4f4f4;
  padding: 6px 0 9px;
  margin-top: 5px;
}
.single-testimonial p a {
  color: #48c7ec;
  -webkit-transition:.5s ease;
  transition: .5s ease;
}
.single-testimonial .text {
  margin-top: 15px;
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 22px;
  margin-bottom: 20px;
}
.single-testimonial .text p {
  font-size: 16px;
}
.our-service1:after {
  background: url(../images/resources/noksha.png) repeat;
  content: "";
  display: block;
  height: 10px;
  position: relative;
  bottom: -60px;
  width: 100%;
  z-index: 2;
}
/* 22. feature-style-three */
.feature-style-three{
	padding: 72px 0px 0px;
}
.feature-style-three .item-list{
	border-bottom:1px solid #ededed;
}
.feature-style-three .item-list .row{
	margin:0px;
	
}
.feature-style-three .item-list .item .column{
	padding: 29px 16px 32px;
}

.feature-style-three .item-list .item .inner-box{
    position: relative;
    padding-left: 94px;
    color: #fff;
}
.feature-style-three .item-list .item .inner-box h3{
	font-size: 18px;
	color: #222222;
	margin-bottom: 10px;
	font-weight: 500;
	text-transform: capitalize;
}
.feature-style-three .item-list .item .inner-box .icon-box{
	position: absolute;
	left: 22px;
	top: -5px;
}
.feature-style-three .item-list .item .inner-box .icon-box .icon{
	color: #7aba1e;
	line-height: 47px;
	margin-left: -11px;
}
.feature-style-three .item-list .item .inner-box .icon-box .icon:before{
	font-size: 36px;
}
.feature-style-three .item-list .item .inner-box .text{
    position: relative;
    line-height: 27px;
    color: #848484;
    font-family: 'roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
}
/* 25. feature */
.feature{
	padding: 90px 0px 90px;
	position:relative;
}
.feature:after{
    background: url(../images/resources/noksha2.png) repeat;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    top: -7px;
    width: 100%;
    z-index: 2;
}
.feature .inner-box .item-list .item{
	margin-top:20px;
}
.feature .inner-box .item-list .item h3{
	
	margin-top:30px;
	text-align: center;
}
.feature .inner-box .item-list .item h3 a{
	font-size:24px;
	font-weight:500;
	color:#222;
	transition:.5s;
}
.feature .inner-box .item-list .item .border{
	position:relative;
	width: 175px;
	height: 175px;
	background:#fff;
	border-radius: 50%;
    margin: 0 auto;
}
.feature .inner-box .item-list .item .icon-box{
	height:143px;
	width:143px;
	border-radius:50%;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
	margin-top: 10px;
}
.feature .inner-box .item-list .item .icon-box .icon{
	color:#fff;
	line-height: 136px;
}
.feature .inner-box .item-list .item .icon-box .icon:before{
	margin:0px;
	font-size:60px;
}
.feature .inner-box .item-list .item:nth-child(1) .border {
	border: 3px dashed #399FD6;
}
.feature .inner-box .item-list .item:nth-child(2) .border {
	border: 3px dashed #43801A;
}
.feature .inner-box .item-list .item:nth-child(3) .border {
	border: 3px dashed #FDBF00;
}
.feature .inner-box .item-list .item:nth-child(4) .border {
	border: 3px dashed #add546;
}
.feature .inner-box .item-list .item:nth-child(1) .icon-box {
    background: #399FD6;
}
.feature .inner-box .item-list .item:nth-child(2) .icon-box {
    background: #43801A;	
}
.feature .inner-box .item-list .item:nth-child(3) .icon-box {
    background: #FDBF00;	
}
.feature .inner-box .item-list .item:nth-child(4) .icon-box {
    background: #add546;	
}
.feature .inner-box .item-list .item:nth-child(1) h3 a:hover{
	color:#399FD6;
	transition:.5s;
}
.feature .inner-box .item-list .item:nth-child(2) h3 a:hover{
	color:#43801A;
	transition:.5s;
}
.feature .inner-box .item-list .item:nth-child(3) h3 a:hover{
	color:#FDBF00;
	transition:.5s;
}
.feature .inner-box .item-list .item:nth-child(4) h3 a:hover{
	color:#add546;
	transition:.5s;
}
/* 26. about style */
.about {
    position: relative;
    padding: 62px 0 130px;
	background-size: cover;
    background-repeat: repeat;
    background-position: center center;
}
.about.style-two{
	padding: 62px 0 0px;
}
.about.style-two:after {
    background: url(../images/resources/noksha.png) repeat;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    bottom: -7px;
    width: 100%;
    z-index: 2;
}
.about .sec-title {
    padding-top: 14px;
    padding-bottom:0px;
}
.about .item-box .single-column{
	margin-top:20px;
}
.about .item-box .single-column .link_btn{
	margin-top:25px;
}
.about .post-content .text {
    margin-bottom: 10px;
}
.about .single-column.about_carousel{
	padding-left:50px;
	margin-top:40px;
}
.about .post-content .text p span {
    color: #222222 ;
}
.about .list {
    position: relative;
}
.about .list li {
    position: relative;
    color: #848484;
    font-size: 14px;
    font-weight: 400;
    padding-left: 28px;
    padding-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
}
.about .list li:before {
    position:absolute;
    content: "";
    left:0px;
    top: 3px;
    width:15px;
    height:15px;
    background: #f8ba59;
    border-radius: 50%;
}
.about .list li:after {
    position:absolute;
    content: "";
    left:3px;
    top: 6px;
    width:9px;
    height:9px;
    border: 2px solid #fff;
    border-radius: 50%;
}
.about .post-content .text {
    margin-bottom: 17px;
	margin-top: -6px;
	max-width:550px;
}
.about .post-content .link_btn .thm-btn{
	background:transparent;
	color:#399FD6;
	border:2px solid #399FD6;
}
.gallery-btn .thm-btn{
  background:transparent;
	color:#399FD6;
	border:2px solid #399FD6;
}
.gallery-btn .thm-btn:hover{
  background:#399FD6;
  color:#fff;
  text-decoration: none;
}
.about .post-content .link_btn .thm-btn:hover{
	background:#399FD6;
	color:#fff;
}
.about .owl-nav {
	margin: 0;
	padding: 0;
}
.about .owl-nav [class*=owl-] {
    color: #999999;
    font-size: 24px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    padding: 0 5px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    position: absolute;
    bottom: 50%;
    margin: 30px;
    width: 60px;
    height: 60px;
    background: url(../images/about/abw.png) no-repeat;
    font-size: 26px;
    line-height: 52px;
    text-align: center;
    margin-bottom: -30px;
    color: #222;
    transition: .5s ease;
}
.about .owl-nav [class*=owl-]:hover {
	color: #ffffff;
	background:url("../images/about/abw2.png") no-repeat;
	transition: .5s ease;
}
.about .owl-nav .owl-next {
	right: 0;
}
.about .owl-nav .owl-prev {
	left: 0;
}
/*  27. footer style */
.footer{
   background-image:url("../images/footer/1new.webp")  
}
.footer p{
   font-family: 'Open Sans', sans-serif;
   font-weight:400;
   font-size:14px;
   color:black;
   line-height: 27px;
}
.footer .footer-upper {
    padding: 50px 0px 50px;
}
.footer .footer-widget{
	margin-top: 30px;
}
.footer-widget ul {
    margin: 0;
    padding: 0;  
}
.footer-widget ul li {
    list-style: none;
}
.footer-widget.about-widget img {
    margin-bottom: 27px;
}
.footer-widget.about-widget p {
    margin: 0;
}
.footer-widget h3.title {
    font-size: 22px;
    text-transform: capitalize;
    margin: 0;
}
.footer-widget.quick-links ul li a {
    font-size: 14px;
    line-height: 38px;
    tranisition: all .3s ease;
}
.footer-widget.quick-links ul li a:hover {
    color: #d62929;
}
.footer-widget.contact-widget input,
.footer-widget.contact-widget textarea {
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
    padding: 0 20px;
}
.footer-widget.contact-widget textarea {
    height: 100px;
    padding-top: 15px;
    margin-bottom: 5px;
}
.footer-widget.contact-widget button {
    width: 100%;
    letter-spacing: 1px;
    height: 50px;
    background: #7aba1e;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border: none;
    outline: none;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    line-height: 50px;
    font-weight: 700;
    -webkit-transition:all .3s ease;
    transition: all .3s ease;
}
.footer-widget.contact-widget button:hover {
    background: #fff;
    color: #7aba1e;
}
.footer-widget.contact-widget .column{
	padding:0 10px;
}
.footer.bg-style .footer .footer-upper {
    padding: 65px 0 65px;
}
.footer.bg-style .footer-widget h3.title {
    margin-bottom: 31px;
    position: relative;
    font-weight: 500;
    color:black;
}
.footer.bg-style .footer-widget.quick-links ul li {
   
    margin-bottom: 8px;
}
.footer.bg-style .footer-widget.quick-links ul li a {
    display: block;
    font-size: 14px;
    color: #bdbcc0;
    line-height: 22px;
    padding-bottom: 7px;
    padding-left: 15px;
    position: relative;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}
.footer.bg-style .footer-widget.quick-links ul li a:before {
    color: #ffffff;
    content: '\f105';
    font-family: "FontAwesome";
    font-size: 12px;
    left: 0;
    line-height: 16px;
    position: absolute;
    top: 2px;
}
.footer.bg-style .footer-widget.quick-links ul li a:hover {
    color: #43801A;
	
}
.footer.bg-style .footer-widget.quick-links ul li a:hover:before{
	color:#43801A;
}

.footer.bg-style .footer-widget.contact-widget input,
.footer.bg-style .footer-widget.contact-widget textarea {
    background: rgba(119, 119, 119, 0.35);
    color: #fff;
}
.contact-section-btn{
	max-width:170px;
	margin:0 auto;
	
}
.footer.bg-style .footer-widget.contact-widget input {
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #adadad;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
}

.footer.bg-style .footer-widget.contact-widget textarea {
    height: 90px;
    font-size: 14px;
    font-weight: 400;
    color: #adadad;
    margin: 5px 0px 20px;
    font-family: 'Open Sans', sans-serif;
}
.footer.bg-style .footer-widget.contact-widget button {
    height: 50px;
    line-height: 45px;
}
.footer-widget.opening-hour{
	color:#adadad;
}
.footer-widget.opening-hour span{
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: black;

}
.footer-widget.opening-hour .day-time{
    margin-top: -12px;
}
.footer-widget.opening-hour .day-time li{
    font-size: 14px;
    line-height: 22px;
    padding: 5px 0px;
    /*border-bottom: 1px solid #3b3a4c;*/
}
.footer-widget.opening-hour .day-time span{
	float:right;
}
.footer-widget.opening-hour .day-time li:last-child{
	border-bottom:none;
}
.footer-widget.opening-hour .day-time li:nth-child(3) span{
	color:#43801A;
}
.footer-widget.opening-hour .day-time li:nth-child(4) span{
	color:#43801A;
}
.footer-widget .contact-info{
}
.footer-widget .contact-info li{
  position:relative;
  color:black;
  padding-left:30px;
  margin-bottom:5px;
  line-height:24px;
  font-size:14px;
  font-weight:400;
  font-family: 'Open Sans', sans-serif;
}
.footer-widget .contact-info li .icon{
  position:absolute;
  left:0px;
  top:0px;
  line-height:24px;
  font-size:14px; 
}
.footer-widget.contact{
	margin-left:50px;
}
.footer-widget .widget-content{
	margin-top:-3px;
}
.footer-widget .widget-content p{
	margin-bottom:15px;
}
.footer-widget .social{
	    margin-top: -50px;
    margin-left: 87px;
}
.footer-widget .social li{
	padding:0px 16px 0px 0px;
	
}
.footer-widget .social li a{
	color:#bdbcc0;
}
.Instagram{
	padding:50px 0px 50px;
	border-top:1px solid #F42841;
}
.Instagram .sec-title h3{
	font-size:24px;
	font-weight:500;
	color:#fff;
}
.Instagram .owl-theme .owl-nav {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 100%;
    right: 0;
    margin: 0;
    margin-bottom: 20px;
}
.Instagram .owl-theme .owl-nav [class*=owl-] {
    color: #bdbcc0;
    font-size: 20px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    height: 38px;
    width: 39px;
    background: url(../images/footer/border1.png) no-repeat;
    line-height: 36px;
    text-align: center;
    margin-left: 10px;
    display: inline-block;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}
.Instagram .owl-theme .owl-nav [class*=owl-]:hover {
    color: #fff;
    background: url(../images/footer/border2.png) no-repeat;
    
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.footer-bottom{
	background:#399FD6;
	color:#fff;
	padding: 20px 0px 20px;
}
.footer-bottom .social-links a{
	
	display:inline-block;
	font-size:13px;
	font-weight:normal;
	color: #d1d1d1;
	padding: 0px 15px;
	line-height:26px;	
}
.footer-bottom a:hover{
	color:#7aba1e;	
}
.footer-bottom .copyright-text{
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:14px;
	color:#000000;
}
/* 29. founder section style */
.founder{
	padding:100px 0px;
	text-align:center;
	color:#fff;
	position:relative;
	z-index:1;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center center;
}
.founder .item .icon-box{
}
.founder .item .icon-box i{
	position:relative;
	width: 60px;
    height: 60px;
}
.founder .item .icon-box i:before{
    vertical-align: middle;
    font-size: 24px;
    color: #43801A;
    margin: 0px;
    background: url(../images/slider/slb.png) no-repeat;
    left: 50%;
    margin-left: -38px;
    width: 76px;
    height: 76px;
    position: absolute;
    line-height: 76px;
}
.founder .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
}
.founder .item .content-holder{
    margin-top: 65px;
}
.founder .item .content-holder h4{
    font-weight: 600;
    font-size: 18px;
    margin-bottom:20px;
    font-family: 'Open Sans', sans-serif;
}
.founder .item .content-holder span{
	font-size: 13px;
	font-style:italic;
	font-family: 'Open Sans', sans-serif;
}
.founder .item .content-holder p{
    max-width: 1022px;
    margin: 0 auto;
    color:#fff;
    font-size: 18px;
    line-height: 34px;
    font-style: italic;
}
.founder .overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(34, 34, 34, 0.53);
    opacity: 1;
    content: "";
}
/*owl dots*/
.founder .owl-controls {
	text-align: center;
	display: block;
	position: relative;
	margin-top: 45px;
}
.founder .owl-dots .owl-dot {
    display: inline-block;
}
.founder .owl-dots .owl-dot span {
    background: none repeat scroll 0 0 #fff;
    margin-right: 10px;
    display: block;
    height: 8px;
    width: 35px;
    border-radius: 5px;
    transition: .5s;
}
.founder .owl-dots .owl-dot.active span,
.founder .owl-dots .owl-dot:hover span {
    background: #43801A;
}
/* 32. our-service style */
.our-service{
	padding:88px 0px 50px;
}
.our-service .item-box{
	margin-top:50px;
}
.our-service .img-box {
    margin-top: 20px;
}
.our-service .item.right  {
    position: relative;
    margin-bottom: 60px;
}
.our-service .item.left  {
    position: relative;
    padding-left: 100px;
    margin-bottom: 50px;
}
.our-service .column .item .icon span{
    font-size: 22px;
    line-height: 74px;
}
.our-service .item.right {
    position: relative;
    padding-right: 100px;
    margin-bottom: 50px;
}
.right {
    text-align: right;
}
.our-service .item.right:nth-child(1) {
    right: 0px;
}
.our-service .item.right:nth-child(2) {
    right:0px;
}
.our-service .item.right:nth-child(3) {
    right:0px;
}
.our-service .item.left:nth-child(1) {
    left: 0px;
}
.our-service .item.left:nth-child(2) {
    left:0px;
}
.our-service .item.left:nth-child(3) {
    left:0px;
}
.our-service .item .icon {
    position:absolute;
    top: 0;
    height: 76px;
    width: 76px;
    text-align: center;
    transition: .5s ease-in;
}
.our-service .item.right:nth-child(1) .icon {
    right: 0;
    background: url(../images/service/sb6.png) no-repeat;
    height: 76px;
    width: 76px;
	color:#399FD6;
    text-align: center;
    display: inline-block;
}
.our-service .item.right:nth-child(2) .icon {
    right: 0;
    background: url(../images/service/sb5.png) no-repeat;
    height: 76px;
    width: 76px;
	color:#43801A;
    text-align: center;
    display: inline-block;
}
.our-service .item.right:nth-child(3) .icon {
    right: 0;
    background: url(../images/service/sb4.png) no-repeat;
    height: 76px;
    width: 76px;
	color:#FDBF00;
    text-align: center;
    display: inline-block;
}
.our-service .item.left:nth-child(1) .icon {
    left: 0;
	background: url(../images/service/sb1.png) no-repeat;
    height: 76px;
    width: 76px;
	color:#add546;
    text-align: center;
    display: inline-block;
}
.our-service .item.left:nth-child(2) .icon {
    left: 0;
	background: url(../images/service/sb2.png) no-repeat;
    height: 76px;
    width: 76px;
	color:#6aa5e1;
    text-align: center;
    display: inline-block;
}
.our-service .item.left:nth-child(3) .icon {
    left: 0;
	background: url(../images/service/sb3.png) no-repeat;
    height: 76px;
    width: 76px;
	color:#fec344;
    text-align: center;
    display: inline-block;
}
.our-service .item h4 {
    margin-bottom:16px;
    font-size: 24px;
}
.our-service .item h4 a {
    position: relative;
    transition: .5s ease;
    color: #222;
    font-weight: 500;
    font-family: 'Dosis', sans-serif;
}
.our-service .item h4 a:hover {
    color: inherit;
}
.our-service .item p {
    position: relative;
    font-size: 14px;
}
/* Start progress-bar styles */

.progress-bar-success {
    background-color: #F16D67;
}
.progress-bar {
    background-color: #43801A;
    box-shadow: none;
}
.progress-bar.item-2 {
    background: #add546 none repeat scroll 0 0;
}
.progress-item .progress-bar.item-2 .value-holder {
    border: 3px solid #add546;
}
.progress-bar.item-3 {
    background: #9C73EF none repeat scroll 0 0;
}
.progress-item .progress-bar.item-3 .value-holder {
    border: 3px solid #9C73EF;
}
.progress-item .progress {
    background-color: #f0f0f0;
    border-radius: 5px;
    height: 6px;
    margin-bottom: 26px;
    overflow: visible; 
}
.progress-item p {
    margin: 0;
    padding: 0 0 5px;
}
.progress-item .progress-bar {
    border-radius: 10px;
    font-size: 12px;
    height: 6px;
    line-height: 18px;
    padding-left: 10px;
    position: relative;
    text-align: left;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    width: 0;
}
.progress-item .progress-bar .value-holder {
    background: #fff none repeat scroll 0 0;
    border: 3px solid #43801A;
    border-radius: 50%;
    height: 20px;
    line-height: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -8px;
    width: 20px;
    z-index: 9999;
}
.progress-item .progress-bar .value-holder .value {
    color: #848484;
    font-size: 14px;
    left: 21px;
    line-height: 24px;
    position: absolute;
    top: -21px;
}
.progress-item.progress-white .progress {
    padding: 2px;
}
.causes .progress-item .progress {
    background-color: #e5e5e5;
    border-bottom: 1px solid #ddd;
    box-shadow: none;
}
/* Mainmenu Area Css */
.mainmenu-area {
  background: #fff;
  
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  position: relative;
}
.theme_menu {      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background: #fff;  }
.mainmenu-area:after{
    background: url(../images/resources/noksha.png) repeat;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    bottom: -7px;
    width: 100%;
    z-index: 2;
}
.main-menu {
  position: relative;
  margin-top: 29px;
}
.navbar-collapse {
  padding: 0px
}
.navigation {
  position: relative;
  font-family: 'Montserrat', sans-serif;
}
.navigation li {
  display: inline-block;
}
.navigation li a {
	padding: 8px 13px 28px;
	text-transform: capitalize;
	color: #222;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	font-size: 18px;
	font-weight: 600;
	font-family: 'Dosis', sans-serif;
}
.navigation > li:hover > a {
  color: #43801A;
}
.navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 100%;
  background: #333;
  width: 230px;
  border-top: 2px solid #43801A;
  padding: 12px 0px;
  z-index: 999;
  display: none;
}
.navigation > li > ul > li {
  position: relative;
  display: block;
}
.navigation > li > ul > li > a {
  color: #ffffff;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 12px 20px;
  margin: 0;
  text-transform: capitalize;
  transition: all 500ms ease 0s;
}
.navigation > li > ul > li:hover > a {
  color: #43801A;
}
/* third-menu */
.navigation > li > ul > li.third-menu ul {
  position: absolute;
  left: 230px;
  top: 0px;
  background: #333;
  width: 200px;
  border-top: 2px solid #fff;
  padding: 12px 0px;
  z-index: 999;
  display: none;
}
.navigation > li > ul > li.third-menu {
  position: relative;
}
.navigation > li > ul > li.third-menu ul a {
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 12px 20px;
  margin: 0;
  text-transform: capitalize;
  transition: all 500ms ease 0s;
}
.navigation > li > ul > li.third-menu ul a:hover {
  color: #fdc716;
}
.navigation > li > ul > li.third-menu:after {
  position: absolute;
  content: "\f0de";
  font-family: FontAwesome;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  right: 14px;
  transform: rotate(90deg);
  top: 3px;
}
/* mobile-menu */
.mobile-menu .dropdown-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 42px;
  border-left: 0px solid #fff ;
  cursor: pointer;
  display: block;
  z-index: 5;
}
.mobile-menu .dropdown-btn:after {
  position: absolute;
  content: "\f107";
  font-family: FontAwesome;
  color: #43801A;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  width: 100%;
}
.mobile-menu,
.mobile-menu > li > ul,
.mobile-menu > li > ul > li > ul{
  background: #000;
}
.mobile-menu > li > ul,
.mobile-menu > li > ul > li > ul{
  display: none;
}
.mobile-menu > li > a,
.mobile-menu > li > ul > li > a,
.mobile-menu > li > ul > li > ul > li > a{
  background: #fff;
  padding:10px 20px;
  line-height:22px;
  color: #222;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  border-top: 1px solid #43801A;
  font-family: 'Dosis', sans-serif;
} 
.mainmenu-area .right-area .link_btn{
  margin-top: 24px;
}
.mainmenu-area .navigation > li.current > a {
    position: relative;
    color: #43801A;
}
/*menu*/
.theme_menu {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background: #fff;
}
.theme_menu .menu-column {
  padding: 0;
}
.nav_side_content {
  margin-top: 33px;
  float: left;
  position: relative;
  left: -20px;
}
.nav_side_content .cart_select {
  border-left: 1px solid #ececec;
  padding-left: 5px;
}
.owl-carousel .owl-item img{
height:400px !important;
}
/* Mainmenu fixed style */
@-webkit-keyframes menu_sticky {
  0%   {margin-top:-100px;}
  50%  {margin-top: -90px;}
  100% {margin-top: 0;}
}
@keyframes menu_sticky {
  0%   {margin-top:-100px;}
  50%  {margin-top: -90px;}
  100% {margin-top: 0;}
}
.mainmenu-area.stricky-fixed {
  margin: 0;
  position: fixed;
  background: #fff;
  top:0;
  left:0;
  width: 100%;
  z-index: 99999;
  -webkit-animation-name: menu_sticky;
  animation-name: menu_sticky;
  -webkit-animation-duration: 0.60s;
  animation-duration: 0.60s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.fa-facebook {
  background: #F42841;
  color: white;
  padding: 6px;
  font-size: 30px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}
.fa.fa-envelope.icon12 {
  background: #F42841;
  color: white;
  padding: 6px;
  font-size: 30px;
  width: 40px  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}
li.border.active a{   
border-bottom: 2px solid blue;
}
li.border a:hover {
    position:relative;
    border-bottom: 2px solid blue;
}
ul.social {
    padding-top: 35px;
}
/* Text blinking */
.blinking{
    animation:blinkingText 5s infinite;
}
@keyframes blinkingText{
    0%{     color: #FFFF00;    }
    10%{     color: #FFFF00;     }
    49%{    color: transparent; }
    50%{    color: transparent; }
    99%{    color: #FFFF00;  }
    100%{   color: #FFFF00;    }
}