

/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900');
 body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
  overflow-x: hidden!important;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
button, select {
  cursor: pointer;
  text-transform: none;
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #2B96CC;
	text-decoration: none;
}
a,
button {
	color: #1696e7;
	outline: medium none;
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Source Sans Pro', sans-serif;
	color: #313131;
	margin-top: 0px;
	font-style: normal;
	font-weight: 400;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 65px;
	font-weight: 500;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	color: #111;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.mar-que marquee a{
  color: #222;
  text-transform: capitalize;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2
}
/* button style */

.btn.btn-black {
	background: #303b41;
}
.btn.btn-black:hover {
	background: #1a1a1a;
}
.btn:hover {
	background: #106fab;
	color: #fff
}
.btn.btn-large {
	padding: 10px 25px;
}
.btn-lg {
	font-weight: 700;
	padding: 13px 31px;
}
.btn.white-btn:hover {
	border-color: #ddd;
	color: #ddd
}
.btn.btn-base.btn-link {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	color: #1696e7;
	padding: 0;
	text-decoration: none;
}
.btn.btn-base.btn-link:hover {
	color: #106fab;
}
.theme-bg {
	background: #1696e7
}
.bg-white {
	background-color: #ffffff;
}
.breadcrumb > .active {
	color: #888;
}

/* 2. header */

/* 3. slider-area */
.slider-area {}
.slider-wrapper {
  background-position: center center;
  background-size: cover;
}
.slider-content{}
.slider-content h1, .slider-content span , .inner-info p,.slider-content a {
	animation-duration:1s;
	animation-fill-mode:both;
	animation-name: fadeOutDown;
}
.active .slider-content h1, .active .slider-content span , .active .inner-info p,.active .slider-content a {
	animation-name: fadeInUp;
}
.slider-content h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 8px;
  animation-delay: 0.2s;
}
.slider-content span {
  color: #fff;
  display: inline-block;
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 14px;
  animation-delay: 1s;
}
.inner-info {
  margin: auto auto 42px;
  width: 755px;
}
.inner-info p {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 0;
	animation-delay: 1.5s;
}
.slider-content a {
  border: 2px solid #fff;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-right: 15px;
  padding: 15px 38px;
  position: relative;
  text-transform: uppercase;
  transform: perspective(1px) translateZ(0px);
  transition: color 0.3s ease 0s;
  vertical-align: middle;
  animation-delay: 2s;
}
.slider-content a::before {
  background: #a8d128;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleY(0);
  transform-origin: 50% 0 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
  border-radius:3px;
}
.slider-content  a:hover::before{transform: scaley(1);}
.slider-content a:hover{border-color:#a8d128;;}
.slider-content a.active{background:#a8d128;border-color:#a8d128;color:#fff;padding: 15px 30px;border-radius: 3px;}
.slider-active .owl-nav div {
  background: #0c0705;
  border-radius: 50%;
  color: #ffffff;
  font-size: 30px;
  height: 60px;
  left: 0;
  line-height: 60px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 60px;
}
.slider-active .owl-nav div.owl-next {
  left: auto;
  right:0;
}
.slider-active .owl-nav div:hover {
	background:#231F09;
}
.slider-active:hover .owl-nav div{left:60px;opacity:1;}
.slider-active:hover .owl-nav div.owl-next{left:auto;right:60px;}
/* 4. welcome-area */
.welcome-area{ }
.welcome-wrapper{}
.welcome-content{}
.welcome-content h1 {
  color: #111;
  font-size: 70px;
  font-weight: 400;
  margin-bottom: 0;
  /*text-align: center;*/
}
.welcome-content h1 span {
	    color: #008c44;
    font-weight: 700;
    font-size: 25px;
    padding: 0px 0px 30px 0px;
    text-align: center;
}
.welcome-content h3 {
  color: #222222;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 20px;
}
.welcome-content h4 {
  color: #222222;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 20px;
}

.welcome-content .pack-section {
  position: relative;
  padding-left: 80px;
}

.welcome-content .pack-section strong {
  position: absolute;
  left: 0;
}

.welcome-content h4 span{color: #008c44;}
.welcome-content p {
  color: #111;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 24px;
  text-align: justify;
}
.welcome-content a {
  border-radius: 3px;
  color: #000;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;

  position: relative;

  transform: perspective(1px) translateZ(0px);
  transition: color 0.3s ease 0s;
  vertical-align: middle;
}
.welcome-content a:last-child{margin-right:0;}
.welcome-content a::before {
  bottom: 0;
  content: "";
  text-decoration:underline;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleY(0);
  transform-origin: 50% 0 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
  border-radius:3px;
}
.welcome-content a:hover::before{transform: scaley(1);}
.welcome-content a.phone-btn:hover::before{display:none}
a.phone-btn {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #ff8212;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
}
a.phone-btn i {
  font-size: 16px;
  margin-right: 2px;
}
a>.phone-btn:hover{color:#ff8212;background-color:none;}
.welcome-menu {
  display: inline-block;
}
.welcome-link {
  float: right;
}
.welcome-menu li {
	color: #444;
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 12px;
}
.welcome-menu li:last-child{padding-bottom:0;}
.welcome-menu li img {
  margin-right: 7px;
}
.welcome-link{}
/* 5. we-work-area */
.we-work-area {
  background-size: cover;
  background-position: center center;
}
.section-title{}
.section-title h1 {
	color: #222222;
	font-size: 35px;
	font-weight: 600;
	margin-bottom: 13px;
  text-transform: uppercase;
}
.section-title p {
	color: #666666;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	margin: auto;
	width: 760px;
	margin-bottom: 0;
}
.white-text h1{color:#fff;}
.white-text p{color:#fff;}
.we-work-wrapper{}
.we-work-content{}
.we-work-content a {
  background: #fe9604 none repeat scroll 0 0;
  border: 3px solid #c3e362;
  border-radius: 4px;
  display: inline-block;
  margin-right: 25px;
  padding: 14px 30px;
}
.we-work-img {
  float: left;
  margin-top: 10px;
}
.we-work-info {
  display: inline-block;
  margin-left: 15px;
}
.we-work-info h4 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.we-work-info span {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}
/* 6. our-services-area */
.our-services-area{}
.our-services-wrapper{border: 2px solid #ccc;
    padding: 10px;}
.our-services-img > img {
  width: 100%;
}
.our-services-content {
  margin-top: 12px;
}
.our-services-content h3 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 13px;
}
.our-services-content h3>a{color: #a8d128;}
.our-services-content p {
  color: #666666;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 0;
}
.our-services-content span {
	color: #666;
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 2px;
	display: block;
}
.services h3 a{color:#333333;}
.our-services-content > a {
	background: #008540;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	margin-top: 30px;
	padding: 13px 25px;
	position: relative;
	text-transform: capitalize;
	transform: perspective(1px) translateZ(0px);
	transition: color 0.3s ease 0s;
	vertical-align: middle;
}
.services > a{color:#fff;transition:.3;}
.services > a:hover{color:#fff;;}
.our-services-content > a::before {
  background: #a8d128;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleY(0);
  transform-origin: 50% 0 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
  border-radius:3px;
}
.our-services-content > a:hover::before{transform: scaley(1);}
.services-active .owl-nav div {
  background: #a8d128;
  border-radius: 50%;
  color: #ffffff;
  font-size: 30px;
  height: 60px;
  left: 0;
  line-height: 60px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 60px;
}
.services-active .owl-nav div.owl-next {
  left: auto;
  right:0;
}
.services-active .owl-nav div:hover {
	background: #e0eeb2;
}
.services-active:hover .owl-nav div {
  left: -60px;
  opacity: 1;
}
.services-active:hover .owl-nav div.owl-next{left:auto;right:-60px;}
/* 7. counter-area */
.counter-area{}
.counter-section {

}
.counter-section h1 {
  color: #fff;
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 0;
   margin: auto;
  width: 732px;
}
.counter-content h1 {
  color: #fff;
  font-size: 80px;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 23px;
}
.counter-content > span {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
}
/* 8. project-area */
.project-area {
  background-size: cover;
  background-position: center center;
}
.project-title > h1 {
  color: #fff;
  float: left;
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}
.portfolio-menu button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px dotted;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-right: 18px;
  padding: 5px 10px;
  transition: all 0.3s ease 0s;
}
.portfolio-menu button:focus {
  outline: 0 none;
}
.portfolio-menu button:last-child{margin-right:0;}
.portfolio-menu button:hover{color:#a8d128;}
 .portfolio-menu button.active {
  color:#a8d128;
}
.custom {
  margin: 0 -15px;
}
.project-wrapper{}
.project-img{position: relative;}
.project-img >a {
  display: block;
  position:relative;
}
/*
.project-img > a::before {
  background: #a8d128 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  width: 100%;
  transform:scale(0);
  transition:.3s;
}
*/
.project-wrapper:hover .project-img > a::before {
  opacity: 0.8
}
.project-img img {
  width: 100%;
}

/*.project-wrapper:hover .project-content{opacity:1;}*/
.project-content h2 {
  font-weight: 700;
  font-size: 20px;
  margin-top: 10px;
}
.project-content h2 > a {
  color: #fff;
  line-height: 1;
/*  padding: 80px 48px;*/
  transition: all 0.3s ease 0s;
}
/* 9. pricing-area */
.pricing-area{}
.pricing-wrapper {
  border-radius: 3px;
  padding: 25px 7px 25px 16px;
}
.single-pricing {
  padding: 0;
}
.single-pricing {
  padding: 2px 0 40px;
  transition:.3s;
  transition:.3s;
}
.single-pricing:hover{background:#32b526;}
.pricing-menu.price-menu {
  padding: 0 30px;
}
.pricing-menu {
  margin-bottom: 10px;
}
.single-pricing .pricing-menu {
  padding:0 30px;
}
.single-pricing .pricing-menu li{color:#fff;}
.single-pricing .pricing-menu li i{color:#fff;}
.single-pricing .price-info span {
  color: #fff;
  display: block;
  padding: 0 30px;
}
.pricing-img {
  margin-bottom: 20px;
  position: relative;
}
.pricing-img > img {
  width: 100%;
}
.single-price {
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.price-head {
  background: #a8d128 none repeat scroll 0 0;
  border-radius: 32%;
  display: inline-block;
  padding: 9px 20px;
  transition:.3s;
}
.single-pricing:hover .price-head{background:#32b526;}
.price-head > h1 {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 2px;
}
.price-head > span {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.pricing-content {
  margin-bottom: 11px;
  margin-top: 20px;
}
.price-head h3 {
    color: #011a48;
    display: inline-block;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 0;
}
.pricing-content h4 {
  color: #222222;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.single-pricing .pricing-content h4 {
	font-size: 26px;
	font-weight: 700;
	color: #666666;
	transition: .3;
}
.single-pricing:hover .pricing-content h4{color:#32b526;}
.pricing-menu {
  margin-bottom: 10px;
  padding-right: 3px;
}
.price-info {
  margin-bottom: 60px;
}
.single-pricing .price-info {
  margin-bottom: 38px;
}
.price-info span {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
}
.pricing-menu li {
  color: #666;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  padding-bottom: 25px;
  padding-left: 7px;
}
.pricing-menu li:last-child{padding-bottom:0;}
.pricing-menu li i {
  color: #a8d128;
  font-size: 14px;
  margin-right: 7px;
}
.pricing-menu li span {
  color: #a8d128;
}
.pricing-button {}
.pricing-button a{}
.pricing-button a i {
  margin-right: 8px;
}
.pricing-button {
  text-align: center;
}
.price-btn {
  border: 3px solid #a8d128;
  border-radius: 3px;
  color: #a8d128;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  padding: 12px 38px;
  margin-bottom:15px;
}
.single-pricing .price-btn {border: 3px solid #fff;color:#fff;}
.single-pricing .price-btn:hover{color:#fff;}
.price-btn:hover{color:#a8d128;}
.Request-btn {
  background: #a8d128 none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  padding: 15px 42px;
  position: relative;
  text-transform: capitalize;
  transform: perspective(1px) translateZ(0px);
  transition: color 0.3s ease 0s;
  vertical-align: middle;
}
.single-pricing .Request-btn {
	background: #ffffff;
	color: #555;
}
.Request-btn:hover{color:#fff;}
.Request-btn::before {
  background: #fe9604;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleY(0);
  transform-origin: 50% 0 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
  border-radius:3px;
}
.single-pricing .Request-btn::before{background:#a8d128;color:#fff;}
.Request-btn:hover::before{transform: scaley(1);}
/* 10. work-hard */
.work-hard{}
.welcome-content a.more-btn {
  background: #a8d128 none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-top: 26px;
  padding: 16px 30px;
  position: relative;
  text-transform: uppercase;
  transform: perspective(1px) translateZ(0px);
  transition: color 0.3s ease 0s;
  vertical-align: middle;
}
.welcome-content a.more-btn::before {
  background: #fe9604;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleY(0);
  transform-origin: 50% 0 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
  border-radius:3px;
}
.welcome-content a.more-btn:hover::before{transform: scaley(1);}
.work-hard-wrapper{}
.work-hard-img{}
.work-hard-img img {
  width: 100%;
}
.work-hard-content{}
.work-hard-content h3 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 12px;
  margin-top: 16px;
}
.work-hard-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #444444;
  margin-bottom: 0;
}
.work-hard-content h3 >a {
  color: #a8d128;
}
.work-hard-content > a {
  color: #666666;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}
.work-hard-content > a:hover{color:#a8d128;}
.work-hard-content a i {
  padding-left: 6px;
}
/* col-to-action-area */
.col-to-action-area {
  background-size: cover;
  background-position: center center;
}
.col-to-action-wrapper{}
.col-to-action-title{}
.col-to-action-title h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 35px;
}
.col-to-action-title p {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
	margin: auto;
	width: 742px;
}
.col-to-action-content{}
.col-to-action-content a {
	background: #fff none repeat scroll 0 0;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	margin-right: 15px;
	padding: 17px 37px;
	position: relative;
	transform: perspective(1px) translateZ(0px);
	transition: color 0.3s ease 0s;
	vertical-align: middle;
}
.col-to-action-content a:last-child{margin-right:0}
.col-to-action-content a:hover{color:#fff;}
.col-to-action-content a::before {
  background: #fe9604;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleY(0);
  transform-origin: 50% 0 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
  border-radius:3px;
}
.col-to-action-content a:hover::before{transform: scaley(1);}
.col-to-action-content a.contact-btn {
  padding: 17px 47px;
}
/* 11. what-customer-area */
.what-customer-area{}
.what-customer-wrapper {
  border-radius: 4px;
  position: relative;
  box-shadow:0 10px 20px 0 rgba(123,130,102,.1)
}
.what-customer-wrapper::after {
  border-right: 21px solid rgba(0, 0, 0, 0);
  border-top: 24px solid #ffffff;
  bottom: -24px;
  content: "";
  left: 15px;
  position: absolute;
}
.what-customer-content {
  padding: 20px 15px 20px 22px;
}
.what-customer-content p {
  color: #666666;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 0;
}
.testimonial-information {
  border-top: 1px solid #e8e8e8;
  overflow: hidden;
  padding-bottom: 20px;
  padding-top: 15px;
}
.testimonial-img {
  float: left;
  margin-left: 25px;
  margin-right: 15px;
}
.testimonial-img img {
}
.testimonial-name {
  padding-top: 17px;
  display: inline-block;
}
.testimonial-name h4 {
  color: #222222;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.testimonial-name span {
    color: #666666;
    display: block;
    font-size: 14px;
    font-weight: 400;
}
.price-rating {
  display: inline-block;
  float: right;
  margin-top: 24px;
  padding-right: 44px;
}
.price-rating i {
	color: #a8d128;
	font-size: 14px;
}
.customer-active .owl-nav div {
  background: #a8d128;
  border-radius: 50%;
  color: #ffffff;
  font-size: 30px;
  height: 60px;
  left: 0;
  line-height: 60px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 60px;
}
.customer-active .owl-nav div.owl-next {
  left: auto;
  right:0;
}
.customer-active .owl-nav div:hover {
	background: #e0eeb2;
}
.customer-active:hover .owl-nav div {
  left: -60px;
  opacity: 1;
}
.customer-active:hover .owl-nav div.owl-next{left:auto;right:-60px;}
/* 12. blog-area */
.the-blog-area{}
.the-blog-title{}
.the-blog-title span {
  color: #222222;
  font-size: 20px;
  font-weight: 400;
}
.the-blog-title h1 {
  color: #222222;
  font-size: 35px;
  font-weight: 700;
  line-height: 38px;
  text-transform: uppercase;
}
.the-blog-title p {
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 0;
	width: 760px;
}
.the-blog-wrapper{}
.the-blog-img{}
.the-blog-img a{}
.the-blog-img a img {
  width: 100%;
}
.blog-content {
  margin-top: 12px;
}
.blog-content h4 {
  font-size: 20px;
  font-weight: 700;
  line-height:25px;
}
.blog-content h4 > a{color:#222222;transition:.3s;}
.blog-content a:hover{color:#a8d128;}
.blog-content > p {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 0;
}
.blog-date {
  margin-bottom: 5px;
}
.blog-date span {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
}
.blog-date span i {
  font-size: 16px;
  margin-right: 8px;
  color: #a8d128;
}
.blog-content > a {
  background: #a8d128 none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-top: 21px;
  padding: 13px 25px;
  position: relative;
  text-transform: capitalize;
  transform: perspective(1px) translateZ(0px);
  transition: color 0.3s ease 0s;
  vertical-align: middle;
}
.blog-content > a:hover{color:#fff;}
.blog-content > a::before {
  background: #fe9604;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleY(0);
  transform-origin: 50% 0 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
  border-radius:3px;
}
.blog-content > a:hover::before{transform: scaley(1);}
.blog-active .owl-nav div {
  background: #fff none repeat scroll 0 0;
  color: #a8d128;
  font-size: 25px;
  height: 40px;
  left: 0;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 140px;
  transition: all 0.3s ease 0s;
  width: 40px;
}
.blog-active .owl-nav div.owl-next {
  left: auto;
  right:0;
}
.blog-active:hover .owl-nav div {
  left: 0;
}
.blog-active:hover .owl-nav div.owl-next{left:auto;right:0;}
/* 13. subscribe-area  */
.subscribe-area {}
.subscribe .row {
    padding: 0 75px 0 85px;
}
.subscribe-text {
}
.subscribe-text h1 {
  color: #ffffff;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 2px;
}
.subscribe-text span {
	color: #fff;
	font-size: 19px;
	font-weight: 400;
}
.subscribe-form {
  margin-left: 64px;
  margin-top: 13px;
  overflow: hidden;
}
.subscribe-form > form {
    position: relative;
}
.subscribe-form input {
  border: medium none;
  border-radius: 3px;
  color: #a8d128;
  float: left;
  font-size: 14px;
  font-weight: 700;
  height: 55px;
  padding-left: 16px;
  text-transform: capitalize;
  width: 100%;
}
.subscribe-form button {
  background: #fe9604 none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  color: #ffffff;
  float: left;
  font-size: 18px;
  font-weight: 700;
  height: 55px;
  padding: 0 30px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
/* map */
#map{
  height: 500px;
  width: 100%;
}
.pos-relative {
  position: relative;
}
.map-wrapper {
}
.map-contact > h2 {
  color: #222222;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 25px;
}
.map-contact {
  background: #fff none repeat scroll 0 0;
  float: right;
  left: 870px;
  padding: 30px 30px 52px;
  position: absolute;
  top: 90px;
  width: 666px;
  border-radius:3px;
}
#map-form {
  display: flex;
  flex-wrap: wrap;
}
#map-form select {
  background: #f4f4f4 none repeat scroll 0 0;
  border: 1px solid #dadada;
  color: #666666;
  font-size: 15px;
  height: 50px;
  margin-bottom: 15px;
  padding: 0 15px;
  width: 100%;
}
#map-form input {
  background: #f4f4f4 none repeat scroll 0 0;
  border: 1px solid #dadada;
  border-radius: 3px;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  margin-bottom: 15px;
  padding-left: 20px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.map-btn {
  background: #a8d128 none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-left: 19px;
  padding: 17px 40px;
  position: relative;
  text-transform: uppercase;
  transform: perspective(1px) translateZ(0px);
  transition: color 0.3s ease 0s;
  vertical-align: middle;
}
.map-btn::before {
  background: #fe9604;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleY(0);
  transform-origin: 50% 0 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
  border-radius:3px;
}
.map-btn:hover::before{transform: scaley(1);}
/* brand */
.brand-wrapper {
  text-align: center;
}
.brand1-wrapper{}
.brand1-img{}
.brand1-img > img:hover{color:#000}
.brand-active.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}
/* 13. footer */
.footer-top-area {
}
.footer-wrapper {
    overflow: hidden;
}
.footer-logo {
  margin-bottom: 16px;
}
.footer-logo a {
}
.footer-text {}
.footer-text p {
	color: #ededed;
	font-weight: 400;
	margin-bottom: 0;
	font-size: 15px;
}
.footer-icon {
  margin-top: 30px;
}
.footer-icon a {
  border: 2px solid #008540;
  border-radius: 30px;
  color: #008540;
  display: inline-block;
  font-size: 16px;
  height: 30px;
  line-height: 27px;
  margin-right: 5px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 30px;
}
.footer-icon a:hover {
    color: #a1c928;
}
.footer-title {
  color: #333;
  font-size:22px;
  font-weight: 700;
  margin-bottom:25px;
  text-transform: uppercase;
}
.footer-menu {text-transform: uppercase;}
.footer-menu.pro2{float:left;margin-left:70px;text-transform: uppercase;}
.footer-menu li {
  padding-bottom: 7px;
}
.footer-menu li:last-child {
    padding-bottom: 0;
}
.footer-menu li a {
	color: #333;
	font-size:14px;
	font-weight: 400;
	transition: all 0.3s ease 0s;
  text-transform: uppercase;
}
.footer-menu li a:hover {
    color: #a8d128;
    padding-left: 5px;
}
.footer-link {
}
.footer-link li {
  color: #5b5b5b;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
}
.footer-top .footer-link li {
    color: #d4d4d4;
    display: flex;
}
.footer-link li:last-child {
    margin-bottom: 0;
}
.footer-link li i {
  color: #008540;
  font-size: 18px;
  width: 15px;
}
.footer-link span {
	color: #333;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin-left: 20px;
}

.footers {
  /*margin-top: 30px;*/
}
/* breadcrumb-banner-area */
.breadcrumb-banner-area,.blog-details-page {
  background-size: cover;
  background-position: center center;
  position: relative;
}
.breadcrumb-banner-area::before,.blog-details-page:before {
	/*position: absolute;
	background: #000;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	content: "";
	opacity: .4;*/
}
.breadcrumb-text {
    position: relative;
    z-index: 1;
}
.breadcrumb-text h1 {
  color: #ffffff;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 3px;
  text-transform: capitalize;
}
.breadcrumb-menu {
}
.breadcrumb-menu ul {
}
.breadcrumb-menu ul li {
    display: inline-block;
    padding: 0 3px;
    text-transform: capitalize;
}
.breadcrumb-menu ul li::after {
  color: #fff;
  content: "/";
  display: inline-block;
  float: right;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  right: -4px;
}
.breadcrumb-menu ul li:last-child::after {
    display: none;
}
.breadcrumb-menu span {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.breadcrumb-menu ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s ease 0s;
}
/* 14. team-area */
.team-area {
  background-size: cover;
  background-position: center center;
}
.team-wrapper {
  background: #fff none repeat scroll 0 0;
  padding: 10px 10px 30px;
}
.team-img{position:relative;}
.team-img > a{position:relative;display:block;}
.team-img > a::before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: #a8d128;
  opacity: 0;
  transition:.3s;
}
.team-wrapper:hover .team-img > a::before {opacity:.8;}
.team-img img {
  width: 100%;
}
.team-text {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: .3s;
  opacity: 0;
}
.team-wrapper:hover .team-text {opacity:1;}
.team-text h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}
.team-text h4 a{color:#fff;}
.team-icon {
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.team-wrapper:hover .team-icon {opacity:1;bottom:20px;}
.team-icon > a {
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 36px;
  line-height: 35px;
  margin-right: 8px;
  width: 36px;
  text-align: center;
}
.team-icon > a:last-child{margin-right:0;}
.team-icon > a{}
.team-content{}
.team-content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 9px;
  margin-top: 15px;
}
.team-content h4 a {
  color: #444;
}
.team-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 0;
}
/* 15. features-area */
.features-area{}
.features-border {
  border-top: 1px solid #e8ebdd;
}
.features-wrapper{}
.features-img {
  border-radius: 100%;
  box-shadow: 0 15px 40px 0 rgba(114, 129, 68, 0.2);
  height: 80px;
  line-height: 79px;
  margin: auto auto 20px;
  transition: all 0.3s ease 0s;
  width: 80px;
}
/* .features-wrapper:hover .features-img{background:#a8d128;color:#fff} */
.features-img img{}
.features-content{}
.features-content h4 {
  color: #a8d128;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.features-content p {
	color: #666666;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 0;
}
/* 16. about-area */
.about-area {
  background-size: cover;
  background-position: center center;
}
.about-start-wrapper{}
.about-menu{}
.about-menu{}
.about-menu li {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 17px;
	display: flex;
}
.about-menu li:last-child{padding-bottom:0;}
.about-menu li span {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-right: 78px;
	position: relative;
}
.about-menu li span::before {
  border: 2px solid #fff;
  border-radius: 100%;
  content: "";
  height: 14px;
  position: absolute;
  right: -45px;
  top: 7px;
  width: 14px;
}
.about-menu li span::after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 35px;
  position: absolute;
  right: -39px;
  top: 21px;
  width: 3px;
}
.about-menu li:last-child span::after{display:none;}
.about-menu li span:hover::before{background:#fff;}
.about-menu li.active span >::before{background:#fff;}
.about-wrapper{}
.about-wrapper h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 25px;
	margin-top: -7px;
}
.about-wrapper span {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-top: 18px;
}
.about-img{position:relative}
.about-img img {
  border-radius: 5px;
  width: 100%;
}
.about-icon {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 0;
  right: 0;
  text-align: center;
}
.about-icon a {
  border: 5px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  height: 48px;
  line-height: 37px;
  padding-left: 4px;
  width: 48px;
  transition:.3s;
}
.about-icon a:hover{transform: scale(1.1);}
.about-content {
  margin-top: 40px;
}
.about-content h3 {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 7px;
}
.about-content p {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
}
.about-content span {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}
.about-content a {
  background: #fff none repeat scroll 0 0;
  border-radius: 3px;
  color: #a8d128;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-top: 28px;
  padding: 15px 25px;
  position: relative;
  text-transform: capitalize;
  transform: perspective(1px) translateZ(0px);
  transition: color 0.3s ease 0s;
  vertical-align: middle;
}
.about-content a:hover{color:#fff;}
.about-content a::before {
  background: #fe9604;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleY(0);
  transform-origin: 50% 0 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
  border-radius:3px;
}
.about-content > a:hover::before{transform: scaley(1);}
/* blog-page-area */
.blog-page-area{}.blog-page-area {
  background-position: center center;
  background-size: cover;
}.blog-page-wrapper{}
.blog-page-content{}
.blog-page-content h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 3px;
}
.blog-page-content span {
  color: #fff;
  display: block;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}
.blog-page-content a{}
.blog-page-content a {
  background: #a8d128 none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-top: 36px;
  padding: 13px 38px;
  position: relative;
  text-transform: capitalize;
  transform: perspective(1px) translateZ(0px);
  transition: color 0.3s ease 0s;
  vertical-align: middle;
}
.blog-page-content a:hover{color:#fff;}
.blog-page-content a::before {
  background: #fe9604;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleY(0);
  transform-origin: 50% 0 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
  border-radius:3px;
}
.blog-page-content a:hover::before{transform: scaley(1);}
/* blog-area */
.blog-post {}
.blog-thumb img {
    width: 100%;
}
.blog-thumb a {}
.blog-text {
  border: 1px dashed #e4e4e4;
  border-radius: 3px;
  padding: 24px 28px 25px 19px;
}
.post-title {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 13px;
}
.post-title a{color:#222222;transition:.3s;}
.post-title a:hover{color:#a8d128;}
.blog-text > p {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 0;
}
.blog-meta {
  margin-top: 20px;
}
.blog-meta span {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  margin-right: 15px;
  text-transform: capitalize;
}
.blog-meta span:first-child::before {
    display: none;
}
.blog-meta span i {
  color: #666666;
  font-size: 16px;
  margin-right: 5px;
}
.paginations > ul {
  border: 1px solid #e7e7e7;
  display: inline-block;
}
.paginations ul li {
  border-right: 1px solid #e7e7e7;
  float: left;
}
.paginations ul li:last-child {
  border-right: 0;
}
.paginations ul li a {
  color: #7e7e7e;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s ease 0s;
  height: 35px;
  width: 35px;
  display: inline-block;
  line-height: 35px;
}
.paginations ul li:hover a, .paginations ul li.active a {
    background: #a8d128;
	color:#fff;
}
.paginations ul li a i {
  font-size: 17px;
}
.widget {
    overflow: hidden;
}
.searchs-form {
    overflow: hidden;
    position: relative;
}
.searchs-form input {
  background: #f4f4f4 none repeat scroll 0 0;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  color: #666666;
  float: left;
  font-size: 16px;
  height: 55px;
  padding-left: 20px;
  text-transform: capitalize;
  width: 100%;
}
.searchs-form button {
  background: #a8d128 none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  height: 100%;
  line-height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 98px;
}
.widget-title {
  color: #222222;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.blog-categories > li {
  border-bottom: 1px dashed #e4e4e4;
  margin: 0;
  overflow: hidden;
  padding: 14px 0;
  position: relative;
}
.blog-categories > li:last-child {
    border-bottom: 0 none;
    padding-bottom: 0;
}
.blog-categories > li:first-child {
    padding-top: 0;
}
.blog-categories a {
	color: #666666;
	display: block;
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	transition: all 0.3s ease 0s;
	position: relative;
}
.blog-categories a:hover {
    color: #a8d128;
}
.count {
  color: #666666;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.tag {
}
.tag li {
  display: inline-block;
  margin-bottom: 9px;
  margin-right: 9px;
}
.tag li:last-child {
    margin-bottom: 0;
    margin-right: 0;
}
.tag li a {
  background: #f4f4f4 none repeat scroll 0 0;
  border: 1px solid #ededed;
  border-radius: 3px;
  color: #666666;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 12px 22px;
  text-align: center;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}
.tag li a:hover {
    background: #a8d128;
    border-color: #a8d128;
    color: #fff;
}
.recent-posts {
}
.recent-posts > li {
  margin-bottom: 20px;
  overflow: hidden;
}
.recent-posts > li:last-child {
    margin-bottom: 0;
}
.widget-posts-image {
    float: left;
    overflow: hidden;
}
.widget-posts-body {
    margin-left: 138px;
}
.widget-posts-title {
	font-size: 18px;
	font-weight: 600;
	line-height: 25px;
	margin: 3px;
}
.widget-posts-meta {
  color: #666666;
  font-size: 16px;
  font-weight: 600;
}
.widget-posts-title > a {
  color: #222222;
  transition: all 0.3s ease 0s;
}
.widget-posts-title > a:hover {
    color: #a8d128;
}
.archived-link > li {
  background: #f4f4f4 none repeat scroll 0 0;
  height: 55px;
  padding: 20px;
  width: 100%;
  border-radius:3px;
  border:1px solid #ececec;
}
.archived-link a {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
}
/* faq */
.faq-wrapper .card button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #222222;
  font-size: 20px;
  padding: 14px 0;
  text-align: left;
  text-decoration: none;
  width: 100%;
  font-weight: 600;
}
.btn.btn-link.collapsed {
  border-bottom: 1px solid #ddd;
}
.faq-wrapper .card button{}
.faq-wrapper .card button.collapsed::before {
	border-radius: 50%;
	color: #a8d128;
	content: "";
	font-family: "Font Awesome 5 Free";
	height: 30px;
	width: 30px;
}
.faq-wrapper .card button::before {
  color: #a8d128;
  content: "";
  font-family: "Font Awesome 5 Free";
  margin-right: 12px;
}
.faq-wrapper .card-header {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-bottom: 0 none;
  margin-bottom: 0;
  padding: 0;
}
.card {
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  background-clip: border-box;
  background-color: #fff;
  border: 0 none;
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow-wrap: break-word;
  position: relative;
}
.card-body {
  -moz-box-flex: 1;
  border-bottom: 1px solid #ddd;
  flex: 1 1 auto;
  padding: 0 0 26px;
}
/* 17. contact-area */
.contact-area{}
.contact-left-wrapper{}
.contact-section{}
.contact-section h2 {
  color: #222222;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 16px;
}
.contact-section h2 span {
  color: #a8d128;
}
.contact-section > p {
  color: #666666;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 0;
}
.contact-section p span {
  color: #a8d128;
  font-weight: 700;
}
.contact-section{}
.contact-info {
  background: #f4f4f4 none repeat scroll 0 0;
  padding: 16px 20px 16px 20px;
  border-radius: 3px;
}
.contact-info h4 {
  color: #222222;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.contact-info h4 a:hover{color: #A8D128}
.contact-info h4 i {
  margin-left: 10px;
}
.contact-menu {
  border: 1px solid #f4f4f4;
  padding-left:5px;
  margin-bottom: 16px;
}
.contact-menu li {
	border-bottom: 1px solid #e8e8e8;
	border-radius: 3px;
	color: #666666;
	display: flex;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	padding-bottom: 23px;
	padding-top: 22px;
}
.contact-menu li:last-child{border-bottom:none;}
.contact-menu li i {
  color: #a8d128;
  float: left;
  font-size: 20px;
  margin-right: 10px;
  margin-top: 5px;
}
.contact-menu li span {
  color: #222222;
  font-size: 16px;
}
.contact-text{}
.contact-text h3 {
  color: #222222;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 35px;
}
.contact-text span {
  color: #a8d128;
}
.contact-wrapper {
  background: #f4f4f452 none repeat scroll 0 0;
  padding: 30px 30px 10px;
  border-radius:3px;
  border: 2px solid #ccc;
/*  margin: 0px 20px;*/
}
#contact-form {
  display: flex;
  flex-wrap: wrap;
}
#contact-form input {
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  height: 55px;
  margin-bottom: 22px;
  padding-left: 20px;
  text-transform: capitalize;
  width: 100%;
}
#contact-form textarea {
  color: #666666;
  font-size: 18px;
  height: 75px;
  padding: 20px;
  text-transform: capitalize;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #e9e9e9;
}
#contact-form > button {
  background: #a8d128 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  height: 55px;
  line-height: 1;
  margin-left: 19px;
  margin-right: 16px;
  margin-top: 22px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 100%;
}
#contact-form > button:hover {
    background: #fe9604;
}
/* request-area */
.request-area{}
.request-wrapper{}
.request-content{}
.request-content h2 {
	color: #333;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 0;
}
.request-content h2 span {
  color: #a8d128;
}
.request-content span {
	color: #222222;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}
.request-img img {
  width: 100%;
}
.request-wrapper.mb-30 > p {
  color: #222222;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
}
.request-quote-wrapper > h2 {
	color: #333;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 28px;
}
#quote-form {
  background: #a8d128 none repeat scroll 0 0;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 30px 45px;
  border-radius: 3px;
}
#quote-form select {
  border: 1px solid #e9e9e9;
  color: #666666;
  font-size: 15px;
  height: 50px;
  padding: 0 15px;
  width: 100%;
}
#quote-form input {
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  margin-bottom: 20px;
  padding-left: 17px;
  text-transform: capitalize;
  width: 100%;
}
#quote-form textarea {
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  color: #666666;
  font-size: 16px;
  height: 100px;
  padding: 20px;
  text-transform: capitalize;
  width: 100%;
}
#quote-form > button {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  color: #a8d128;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-left: 19px;
  margin-top: 20px;
  padding: 14px 85px;
  position: relative;
  text-transform: uppercase;
  transform: perspective(1px) translateZ(0px);
  transition: color 0.3s ease 0s;
  vertical-align: middle;
}
#quote-form > button:hover{color:#fff}
#quote-form> button::before {
  background: #fe9604;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleY(0);
  transform-origin: 50% 0 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
  border-radius:3px;
}
#quote-form> button:hover::before{transform: scaley(1);}
/* 18. service-details-area */
.service-details-area{}
.service-widget{}
.service-link{}
.service-link li {
  background: #f4f4f4 none repeat scroll 0 0;
  border: 1px dashed #cecece;
  border-radius: 3px;

  font-size: 16px;
  margin-bottom: 4px;
  padding: 10px 5px 15px 20px;
  position:relative;
  transition:.3s;
}
.service-link li a{color: #666666;transition:.3s;}
.service-link li:hover a{color:#fff;;}
.service-link li:last-child{margin-bottom:0;}
.service-link li:hover{background:#a8d128;}
.service-link li::before {
  border: 1px dashed #fff;
  bottom: 5px;
  content: "";
  left: 5px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 5px;
  top: 5px;
  transition: all 0.3s ease 0s;
}
.service-link li:hover::before{opacity:1;}
.service-link li:last-child{margin-bottom:0;}
.service-details-wrapper{}
.service-img{}
.services-imgmb-30 > img {
  width: 100%;
}
.service-img img{width:100%}
.service-details-wrapper > p {
  color: #222222;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 0;
  text-align: center;
}
/* service-img-area */
.service-img-area{}
.service-details-img{position:relative}
.service-details-img > img {
  width: 100%;
}
.service-icon {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
.service-icon a {
  border: 7px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 25px;
  height: 70px;
  line-height: 56px;
  padding-left: 4px;
  transition: all 0.3s ease 0s;
  width: 70px;
}
.service-icon a:hover {
    transform: scale(1.1);
}
.servic-img-active .owl-dots {
  bottom: -44px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 99;
}
.servic-img-active .owl-dot {
  background: #e2e2e2 none repeat scroll 0 0;
  border-radius: 100%;
  display: inline-block;
  height: 15px;
  margin: 0 5px;
  width: 15px;
}
.servic-img-active .owl-dot.active {
  background: #a8d128;
  position: relative;
}
.lawn-content > h4 {
  color: #222222;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 13px;
  text-transform: uppercase;
}
.lawn-content > p {
  color: #666666;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 23px;
}
.lawn-content > p:last-child{margin-bottom:0;}
/* project-started-area */
.project-started-area{}
.project-started-wrapper{}
.project-started{
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
}
.project-started-text{}
.project-started-text h4 {
  color: #a8d128;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 3px;
}
.project-started-text span {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
}
.text-project {
  margin-left: 56px;
}
/* project-short */
.project-short{}
.project-short-wrapper{}
.project-short-wrapper h4 {
  color: #222222;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.project-short-wrapper p {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 27px;
}
.project-short-wrapper p:last-child{margin-bottom:0}
.project2-wrapper {
  background: #f6fbeb none repeat scroll 0 0;
  border: 1px dashed #cfcfcf;
  padding: 48px 27px 56px;
}
.project2-content{}
.project2-content p {
  color: #666666;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
  font-style: italic;
}
.project2-content img {
  margin: 27px auto auto;
}
.project2-info {
  margin-top: 11px;
}
.project2-info h4 {
  color: #222222;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
}
.project2-info span {
  color: #666666;
  font-size: 14px;
  font-style: italic;
}
.project1-active .owl-dots {
  bottom: 25px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 99;
}
.project1-active .owl-dot {
  background: #e2e2e2 none repeat scroll 0 0;
  border-radius: 100%;
  display: inline-block;
  height: 9px;
  margin: 0 4px;
  width: 9px;
}
.project1-active .owl-dot.active {
  background: #a8d128;
  position: relative;
}
.project1-active.owl-carousel .owl-item img {
  display: block;
  width: inherit;
}
/* blog-details-area */
.blog-details-area{}
.blog-details-wrapper{}
.details-content {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 30px;
}
.details-content h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 17px;
}
.details-content p {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px;
}
.details-content p a {
	color: #444;
	text-decoration: underline;
}
.details-content > span {
  color: #222222;
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
  padding-top: 8px;
}
.details-content > h4 {
  color: #222222;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 34px;
}
.details-content h5 {
  color: #222222;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 17px;
}
.details-content ul li {
  color: #666666;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 20px;
}
.details-content ul li span {
  color: #222222;
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
}
.blog-details > h3 {
  color: #222222;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 18px;
  padding-top: 12px;
}
.details-info{}
.details-info p {
  color: #666666;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 46px;
}
.details-info p:last-child{margin-bottom:0;}
.details-info p a {
	color: #444;
}
.share-info{}
.share-text{}
.share-text h4{}
.share-text > h4 {
  color: #666666;
  display: inline-block;
  float: left;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  margin-right: 16px;
}
.share-text li {
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  margin-right: 5px;
}
.share-text a {
  color: #fff;
  padding: 3px 15px 2px 10px;
}
.share-text a i{ margin-right: 6px;}
.fb {
  background: #3a5897 none repeat scroll 0 0;
}
.twitter {
  background: #49c9f2 none repeat scroll 0 0;
}
.instagram {
  background: #3b749f none repeat scroll 0 0;
}
.pinterest {
  background: #cd2129 none repeat scroll 0 0;
}
.next-prev {
  margin-bottom: 28px;
  margin-top: 35px;
}
.next-prev a {
  color: #444444;
  display: inline-block;
  font-size: 14px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
  font-weight: 400;
}
.next-prev a i {
  color: #666666;
  font-size: 14px;
  margin-right: 8px;
  transition: all 0.3s ease 0s;
}
a.next-btn {
  margin-left: 306px;
}
a.next-btn i {
  margin-left: 8px;
}
.blog-detailss-wrapper{}
.blog-detailss-img {
  float: left;
  margin-right: 10px;
}
.blog-detailss-content {
  margin-top: 13px;
  overflow: hidden;
}
.blog-detailss-content h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 1px;
}
.blog-detailss-wrapper li {
  border: 1px dashed #e6e6e6;
  overflow: hidden;
}
.blog-detailss-content h4 a{color:#333333;transition:.3s;}
.blog-detailss-content h4 a:hover{color:#a8d128;}
.blog-detailss-content span {
  color: #888888;
  font-size: 14px;
  font-weight: 500;
}
.leave-comment-form {
    margin-top: 40px;
}
.leave-comment-form form textarea {
  background: #f4f4f4 none repeat scroll 0 0;
  border: medium none;
  color: #666666;
  font-size: 16px;
  height: 128px;
  padding: 20px;
  width: 100%;
  margin-bottom:18px;
}
.leave-comment-form form input {
  background: #f4f4f4 none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  color: #666666;
  font-size: 16px;
  height: 50px;
  padding-left: 20px;
  text-transform: capitalize;
  width: 100%;
  margin-bottom: 18px;
}
.leave-comment-form .submit {
  background: #a8d128 none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 16px 138px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.leave-comment-form .submit:hover {
    background: #fe9604 ;
}
#scrollUp {
    background-color: #666666;
    bottom: 30px;
    color: #ffffff;
    font-size: 25px;
    height: 50px;
    line-height: 50px;
    right: 30px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 50px;
}
#scrollUp:hover {
    background: #a8d128;
    color: #fff;
}
.comment-area {
  overflow: hidden;
}
.coment-title {
  color: #222222;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 13px;
}
.comment-wrapper {
  border: 1px dashed #d8d8d8;
  padding: 30px 34px 20px 27px;
  border-radius: 3px;
}
.comment-content {
  margin-bottom: 15px;
  overflow: hidden;
}
.comment-img {
  float: left;
  margin-right: 20px;
}
.comment-img img{}
.commment-text {
  display: inline-block;
  margin-top: 20px;
}
.commment-text h4 {
  color: #a8d128;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1px;
}
.commment-text span {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
}
.comment-icon {
  float: right;
  display: inline-block;
}
.comment-icon a {
  color: #d8d8d8;
  display: inline-block;
  font-size: 25px;
  padding-top: 17px;
  transition:.3s;
}
.comment-icon a:hover{color:#a8d128;}
.comment-icon  a i{}
.comment-wrapper > p {
  color: #666666;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 0;
}
.comment-meta {
  margin-top: 13px;
}
.comment-meta span {
  color: #666666;
  font-size: 14px;
  margin-right: 19px;
}
.comment-meta span:last-child{margin-right:0;}
.comment-meta span i {
  color: #666666;
  font-size: 14px;
  margin-right: 6px;
}
.blog-details-meta {
  margin-bottom: 10px;
}
.blog-details-meta span {
  font-weight: 400;
  color: #8b8b8b;
  font-size: 14px;
}
.blog-details-meta span img {
  margin-right: 4px;
}
.blog-details-meta span a {
  color: #a8d128;
  font-size: 14px;
  font-weight: 600;
}
/* 19. projects-area */
.projects-wrapper{}
.projects img{}
.projects-single{}
.projects-content{}
.projects-content h4 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  color: #222222;
}
.projects-img > img {
  width: 100%;
}
.projects-content p {
  color: #666666;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 21px;
}
.projects-content span {
  color: #666666;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  margin-top: 7px;
}
.projects-content ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.projects-content ul li {
  color: #666666;
  display: flex;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 30px;
  padding: 0 15px;
  width: 50%;
}
.projects-content ul li::before {
	content: "";
	font-family: "Font Awesome 5 Free";
	margin-right: 12px;
}
.projects-content ul li:last-child{padding-bottom:0;}
.projects-content ul li i {
  color: #a8d128;
  font-size: 18px;
  margin-right: 20px;
  width: 16px;
  margin-top: 4px;
}


@media only screen and (max-width: 800px) {
  ban-new {width:100%;}
}

ul.procat{border-left: 3px dotted #dbd7d7; padding-left: 30px;}
ul.procat li{margin-bottom: 7px;}

.subscribe-area.green-bg{background:#e9ecef} 
.news{position: relative;border:1px dotted #3d3d3d;padding-top: 5px;padding:30px;padding-left: 0px;color: #3d3d3d;}
.news h3{text-align: center;
    color: #3d3d3d;
    font-weight: bold;
    border-bottom: 4px double #3d3d3d;
    padding-bottom: 5px;
    width: fit-content;
    margin: auto;
    margin-bottom: 30px;
  }
.news marquee{height:350px;}
.news marquee ul li{margin-bottom:15px;font-size: 16px;margin-left:45px;
  font-weight: normal;text-align: justify;}
.news marquee ul li a{color: #3d3d3d;}  
.news marquee ul li .fa{position: absolute;left:20px;line-height: 25px;}

img.celebrating{position: absolute;top: 10px;width: 125px;right:100px;}
img.logo{    /* position: absolute; */
    width: 90%;
    /* top: -25px; */
/*    margin-bottom: 25px;*/
  }

ul.certifications li .fa{color: #6b6969;font-size: 14px;}

img.aimof{margin-left: 10px;margin-top: -25px;}

.proname p{color:#444444;}
.proname h2{font-weight:500;}
.proname span{font-size:25px;}
.proname small{font-size:16px;}

table.u-tone{width:100%;margin-top: 50px;}
.proimg img{width:150px;display: block;margin:auto;margin-bottom:40px;}

img#niltik{width:50%;}

@media(min-width:1024px) and (max-width:1200px){
	.main-menu ul li a{font-size: 13px;font-weight: 600;padding: 23px 7px;}
	.header-content {margin-right: 80px;}
}
.ravi{
  font-size: 17px; 
  font-family: Arial, Helvetica, sans-serif; 
  font-weight: bold;
}
#renu01{
  font-size: 13px;
}
#composition{
  font-weight: bold;
  font-size: 16px;
}
#menu01{
      color: #444444;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 24px;
    text-align: justify;
}
#main{
  font-size: 16px;
  font-weight: bold;
}
#main1{
  font-size: 16px;
  font-weight: bold;
  color: #444444;
}
.head-copy h4{
  font-size: 25px;
    color: #008c44;
    font-weight: 700;
}
.box-b{
  border: 1px solid #ccc;
  width: 100%;
  height: 150px;
  margin-top: 30px;
}
.box-b h4{
  text-align: center;
  /*line-height: 150px;*/
  margin-top: 50px;
}
.box-b:hover{
  background: #008c44;
  color: #fff;
}
.box_system{
  border: 1px solid #ccc;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
.box_system img{
  width: 100%;
  padding: 5px;
  background: #008c44;
}
.copyrights_1 p{
    text-align: center;
    margin-bottom: 0px;
    padding: 10px;
    border-top: 2px solid #008c44;
    background-color: #e3e3e3;
}
#mange_p{
  color: #fff;
  margin-right: 10px;
}
#mange_p1{
  color: #fff;
  margin-left: 30px;
  margin-right: 10px;
}
.manage_fufa h1{
  text-align: center;
  padding: 30px 0px 15px 0px;
  color: #008540;
  font-weight: 600;
  margin-bottom: 50px;
  font-size: 40px;
}
.advik{
  border: 2px solid #ccc; padding: 10px;
 margin-top: 20px;
 background-color: #ece114;
}
.header-contact span{
  color: #fff;
}
#facebook1{
  float: right;
  margin-top: 0px;
}
.cow1 img {
    margin: auto;
    display: block;
    background-color: #ffffff;
    
    margin-bottom: 20px;
}
.at_services{
    border: 1px solid #ccc;
    width: 100%;
    height: auto;
    background: #0c7214bf;
    /* border: 1px solid #0c7214; */
    box-shadow: 0px 0px 8px -1px #111;
} 
.at_services h3{
  text-align: center;
  padding: 50px 50px 0px 50px;
  font-weight: 600;
  color: #fff;
}
.at_services p{
  text-align: center;
  padding: 10px 20px 50px 20px;
  color: #fff;
  font-size: 15px;
}
.at_services:hover {
  background: #066696;
  box-shadow: 0px 0px 8px 5px #111;
}
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
body {
  /*font-family: 'Open Sans', 'sans-serif';*/
}
.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #222;
  padding: 3px 5px;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #ff3546;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
}

.carousel-control {
  width: 30px;
  height: 30px;
  top: -35px;

}
.left.carousel-control {
  right: 30px;
  left: inherit;
}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right {
  font-size: 12px;
  background-color: #fff;
  line-height: 30px;
  text-shadow: none;
  color: #333;
  border: 1px solid #ddd;
}
.megamenu{
    background: #fff;
    padding: 0px 20px;
    line-height: 10px;
    margin-top: -7px;
    width: 1276px;
    position: absolute;
    margin-left: -900px;
    margin-right: 0px;
    border-top: 3px solid #fe9604;
    display: none;
}

.megamenu li a{
  padding: 0px 20px !important;
  border-bottom: 1px solid #ccc;
}
.main-menu ul li:hover .megamenu{display:block}

@media screen and (max-width: 767px){
  .megamenu li a{
   /* background: #111;*/
   padding: 20px 20px !important;
  }
  #facebook1{
    display: none;
  }
  #mange_p1{
    color: #fff;
    margin-left: 3px;
    margin-right: 10px;
  }
  #mange_p{
    margin-right: 5px;
  }
  img.logo{
    width: 75%;
    margin-bottom: 0px;
  }
  .mean-container a.meanmenu-reveal{
    margin-top: -75px;
  }
}
.super_slender{
  border: 1px solid #ccc;
  height: auto;
  width: 100%;
  margin-bottom: 20px;
}
.super_slender img{
  width: 100%;
}

.mySlides {display:none;}

#usha{
  font-size: 15px;
  margin-right: 10px;
}
.system_usha p{
  line-height: 5px;
}
.system_usha{
  margin-top: 20px;
}
.top_www p{
  line-height: 2px;
}
tr,th,td{
  padding: 10px;
}
#center_1{
  font-size: 15px;
  margin-right: 10px;
  font-weight: bold;
}
#renu01{
  font-size: 15px;
  margin-right: 10px;
}
#fastcard{
  padding: 3px 0px;
  margin: 0 5px 0 0;
}
#top_level{
  width:100%; height: 550px; background-size: 100% 100%;
}
@media screen and (max-width: 767px){
  #top_level{
    height: 250px;
    width: 100%;
  }
}
.megamenu li a:hover{
              background: #ccc;
            
}
#footer_jump{
  /*font-weight: bold;*/
  margin-right: 10px;
}
.para_indi p{
  line-height: 20px;
}
#day_perfect{
  margin-right: 10px;
  font-size: 10px;
}
.welcome-img img{
  margin-top: 20%;
   /* border: 2px solid #01843e;*/
    padding: 10px;
    width: 100%;
}
#best_moments{
  width: 100%;
  margin: auto;display: block;
}
.img_sushma img{
  width: 100%;
}






.clearfix:after,
.clearfix:before {
  content: '';
  display: table
}

.clearfix:after {
  clear: both;
  display: block
}
ul{
  list-style:none;
  margin: 0;
  padding: 0;
}
a, a:hover, a.active, a:active, a:visited, a:focus{
  color:#fefefe;
  text-decoration:none;
}
/*.content{
  margin: 50px 100px 0px 100px;
}*/

.exo-menu{
  width: 100%;
  float: left;
  list-style: none;
  position:relative;
  background: #01843e;
}
.exo-menu > li {  display: inline-block;float:left;}
.exo-menu > li > a{
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  border-right: 1px #365670 dotted;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
.exo-menu > li > a.active,
.exo-menu > li > a:hover,
li.drop-down ul > li > a:hover{
  background:#f3e930;
  color:#fff;
}
.exo-menu i {
  float: left;
  font-size: 18px;
  margin-right: 6px;
  line-height: 20px !important;
}
li.drop-down,
.flyout-right,
.flyout-left{position:relative;}
li.drop-down:before {
  content: "\f103";
  color: #fff;
  font-family: FontAwesome;
  font-style: normal;
  display: inline;
  position: absolute;
  right: 6px;
  top: 12px;
  font-size: 14px;
}
li.drop-down>ul{
  left: 0px;
  min-width: 253px;

}
.drop-down-ul{display:none;}
.flyout-right>ul,
.flyout-left>ul{
  top: 0;
  min-width: 230px;
  display: none;
  border-left: 1px solid #365670;
  }

li.drop-down>ul>li>a,
.flyout-right ul>li>a ,
.flyout-left ul>li>a {
  color: #111;
  display: block;
  padding: 10px 22px;
  text-decoration: none;
  background-color: #fff;
  border-bottom: 1px dotted #547787;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
.flyout-right ul>li>a ,
.flyout-left ul>li>a {
  border-bottom: 1px dotted #B8C7BC;
}


/*Flyout Mega*/
.flyout-mega-wrap {
  top: 0;
  right: 0;
  left: 100%;
  width: 100%;
  display:none;
  height: 100%;
  padding: 15px;
  min-width: 742px;

}
h4.row.mega-title {
  color:#eee;
  margin-top: 0px;
  font-size: 14px;
  padding-left: 15px;
  padding-bottom: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
 }
.flyout-mega ul > li > a {
  font-size: 90%;
  line-height: 25px;
  color: #fff;
  font-family: inherit;
}
.flyout-mega ul > li > a:hover,
.flyout-mega ul > li > a:active,
.flyout-mega ul > li > a:focus{
  text-decoration: none;
  background-color: transparent !important;
  color: #ccc !important
}
/*mega menu*/

.mega-menu {
  left: 0;
  right: 0;
  padding: 15px;
  display:none;
  padding-top: 0;
  min-height: 100%;

}
h4.row.mega-title {
  color: #eee;
  margin-top: 0px;
  font-size: 14px;
  padding-left: 15px;
  padding-bottom: 0px;
  text-transform: uppercase;
  border-bottom: 1px solid #547787;
  padding-top: 10px;
  background-color: #365670
  }
 .mega-menu ul li a {
  line-height: 25px;
  font-size: 90%;
  display: block;
}
ul.stander li a {
    padding: 10px 0px;
    border-bottom: 1px solid #cccccc54;
    text-transform: uppercase;
}

ul.description li {
    padding-bottom: 12px;
    line-height: 8px;
}

ul.description li span {
    color: #ccc;
    font-size: 85%;
}
a.view-more{
  border-radius: 1px;
  margin-top:15px;
  background-color: #009FE1;
  padding: 2px 10px !important;
  line-height: 21px !important;
  display: inline-block !important;
}
a.view-more:hover{
  color:#fff;
  background:#0DADEF;
}
ul.icon-des li a i {
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #009FE1;
    line-height: 35px !important;
}

ul.icon-des li {
    width: 100%;
    display: table;
    margin-bottom: 11px;
}
/*Blog DropDown*/
.Blog{
  left:0;
  display:none;
  color:#fefefe;
  padding-top:15px;
  background:#547787;
  padding-bottom:15px;
}
.Blog .blog-title{
  color:#fff;
  font-size:15px;
  text-transform:uppercase;

}
.Blog .blog-des{
  color:#ccc;
  font-size:90%;
  margin-top:15px;
}
.Blog a.view-more{
  margin-top:0px;
}
/*Images*/
.Images{
  left:0;
   width:100%;
   display:none;
  color:#fefefe;
  padding-top:15px;
  background:#547787;
  padding-bottom:15px;
}
.Images h4 {
  font-size: 15px;
  margin-top: 0px;
  text-transform: uppercase;
}
/*common*/
.flyout-right ul>li>a ,
.flyout-left ul>li>a,
.flyout-mega-wrap,
.mega-menu{
  background-color: #ffffdd;
}

/*hover*/
.Blog:hover,
.Images:hover,
.mega-menu:hover,
.drop-down-ul:hover,
li.flyout-left>ul:hover,
li.flyout-right>ul:hover,
.flyout-mega-wrap:hover,
li.flyout-left a:hover +ul,
li.flyout-right a:hover +ul,
.blog-drop-down >a:hover+.Blog,
li.drop-down>a:hover +.drop-down-ul,
.images-drop-down>a:hover +.Images,
.mega-drop-down a:hover+.mega-menu,
li.flyout-mega>a:hover +.flyout-mega-wrap{
  display:block;
}
/*responsive*/
 @media (min-width:767px){
  .exo-menu > li > a{
  display:block;
  padding: 10px 25px;
 }
.mega-menu, .flyout-mega-wrap, .Images, .Blog,.flyout-right>ul,
.flyout-left>ul, li.drop-down>ul{
    position:absolute;
    z-index: 999;
}
 .flyout-right>ul{
  left: 100%;
  }
  .flyout-left>ul{
  right: 100%;
}
 }
@media (max-width:767px){

  .exo-menu {
    min-height: 58px;
    background-color: #23364B;
    width: 100%;
    z-index: 999;
  }
  
  .exo-menu > li > a{
    width:100% ;
      display:none ;
  
  }
  .exo-menu > li{
    width:100%;
  }
  .display.exo-menu > li > a{
    display:block ;
      padding: 20px 22px;
  }
  
.mega-menu, .Images, .Blog,.flyout-right>ul,
.flyout-left>ul, li.drop-down>ul{
    position:relative;
}

}
a.toggle-menu{
    position: absolute;
    right: 0px;
    padding: 9px 20px;
    font-size: 27px;
    background-color: #ccc;
    color: #23364B;
    top: 0px;
}

.romance_head{
  margin: 20px 0 0;
}
#flax_top{
  text-align: center;
  font-size: 30px;
  color: #01843e;
}
#level_flo{
  font-size: 20px;
  padding: 15px;
  color: #fff;
 background: #25D366;
}
#level_flo1{
  font-size: 20px;
  padding: 15px;
  color: #fff;
 background: #4267B2;
}
#level_flo2{
  font-size: 20px;
  padding: 15px;
  color: #fff;
   background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
#level_flo3{
  font-size: 20px;
  padding: 15px;
  color: #fff;
 background: #0077b5;
}
#level_flo4{
  font-size: 20px;
  padding: 15px;
  color: #fff;
 background: #FF0000;
}
.many_defoult img{
  width: 100%;
  position: relative;
}
#total_dhamal{
  color: #01843e;
}

@media screen and (max-width: 767px){
  .romance_head{
    display: none;
  }
  a.toggle-menu{
    z-index: 999;
  }
}
#pokimon{
  display: none;
}
@media screen and (max-width: 767px){
  #pokimon{
    display: block;
  }
}
.center_topic{
  margin: auto;
  display: block;
}
.vertical_alince{
  height: 10px;
  border-left: 2px solid #111;
 /* margin: auto;display: block;*/
}
.vertical_top{
  height: 10px;
  border-right: 2px solid #111;
  
}
.system01{
  border: 1px solid #111;
  width: 53%;
  margin: auto;
  display: block;
}
.system02{
  border: 1px solid #111;
  height: 20px;
  width: 0%;
 margin-left: 280px;
 margin-top: -20px;
}
#line_drop{
  background: #fff;
}
#line_drop:hover{
  color: #111;
}
.sec_point{
  padding: 50px;
}
.img_pointer img{
  width: 100%;
  margin-top: 60px;
}
.pointer_history{
border: 1px solid #01843e;
    padding: 0px;
    margin: -10px 0 20px !important;
    width: 5%;
}
.core_team{
  border: 2px solid #ddd;
  padding: 10px;
  background: #fff;
  height: 310px;
  margin-bottom: 20px;
}
.other_technology{
  padding: 50px 0 30px;
  background: #dddddd52;
}
.booring_core{
  margin-right: 10px;
  /*font-weight: bold;*/
}
.core_team h3{
    font-size: 20px;
    font-weight: 600;
    /* padding-bottom: 10px; */
    background: #01843e;
    color: #fff;
    text-align: center;
    padding: 6px;
    margin-bottom: 15px;
}
.core_team p{
  line-height: 15px;
  font-size: 15px;
}
/*.core_manufacturing{
  border: 1px solid #ddd;
  margin-bottom: 15px;
}*/
#mp12_pointer{
  font-size: 25px;
}
.up-15{
  margin-bottom: 20px;
  border: 2px solid #ddd;
  width: 100%;
}
.mar-que {
    padding: 7px 0px 0px;
    width: 90%;
    align-items: center;
    margin: 0px auto;
}
.pro-detail {
    min-width: 332px!important;
}
.pro-detail>li>a, .flyout-right ul>li>a, .flyout-left ul>li>a {
    color: #111;
    display: block;
    font-size: 15px!important;
    padding: 4px 22px!important;
    text-decoration: none;
    background-color: #fff;
    border-bottom: 1px dotted #547787;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
}
.cap-cent h1{
text-transform: uppercase;
}
.cap-cent p{
text-align: center;
font-weight: bold;
}

/* -----------------My------------------ */
.newblinkclass{
    font-size: 16px;
    top: -38px;
    left: -10px;
    color: red;
    animation: newblinkclass 1s linear infinite;
}
@keyframes newblinkclass {
  50% {
    opacity: 0;
  }
}


.title-logo img {
    width: 200px;
    margin-bottom: 15px;
} 


.title-logo-r img {
    width: 370px;
    margin-bottom: 15px;
}/* Normal desktop :1200px. XL Device */
@media (min-width: 1200px) and (max-width: 1500px) {
.map-contact {
  left: 350px;
}
.welcome-img img {
  width: 100%;
}
.slider-wrapper {
  padding: 150px 0;
}

}


/* Normal desktop :992px. LG Device */
@media (min-width: 992px) and (max-width: 1200px) {
.header-button a {
  padding: 15px 20px;
}
.welcome-imgmb-30 > img {
  width: 100%;
}
.header-content {
  margin-right: 10px;
}
.project-content h2 > a {
  padding: 59px 30px;
}
.project-content h2 {
  font-size: 27px;
}
.portfolio-menu button {
  font-size: 15px;
  margin-right: 6px;
}
.subscribe-form {
  margin-left: 0;
}
.map-contact {
  left: 80px;
}
.about-menu li {
  font-size: 16px;
}
.about-content h3 {
  font-size: 22px;
}
.about-content span {
  display: inline-block;
}
.slider-wrapper {
  padding: 150px 0;
}




}


/* Tablet desktop :768px. MD Device */
@media (min-width: 768px) and (max-width: 991px) {
.header-content {
  margin-right: 5px;
}
.subscribe-text span {
  font-size: 16px;
}
.main-menu ul li a {
  font-size: 16px;
  padding: 25px 12px;
}
.slider-content h1 {
  font-size: 45px;
  margin-bottom: 2px;
}
.subscribe-form {
  margin-left: 0;
}
.slider-content span {
  margin-bottom: 14px;
}
.project-title {
  margin-bottom: 30px;
  overflow: hidden;
}
.portfolio-menu.text-right {
  display: block;
  margin-bottom: 25px;
  text-align: left!important;
}
.inner-info p {
  font-size: 17px;
  font-weight: bold;
  line-height: 25px;
}
.inner-info {
  margin: auto auto 32px;
  width: 100%;
}
.slider-wrapper {
  background-position: center center;
  background-size: cover;
  padding: 150px 0;
}
.section-title h1 {
  font-size: 32px;
  margin-bottom: 11px;
}
.section-title p {
  font-size: 15px;
  line-height: 24px;
  margin: auto auto 0;
  width: 100%;
}
.counter-section h1 {
  width: 100%;
}
.header-img {
  margin-right: 4px;
}
.headers-text h4 {
  font-size: 16px;
}
.services-active:hover .owl-nav div.owl-next {
  right: -35px;
}
.services-active:hover .owl-nav div {
  left: -35px;
  opacity: 1;
}
.col-to-action-title p {
  width: 100%;
}
.col-to-action-title h1 {
  font-size: 33px;
}
.customer-active .owl-nav div {
  font-size: 25px;
  height: 40px;
  line-height: 40px;
  width: 40px;
}
.customer-active:hover .owl-nav div.owl-next{left:auto;right:0;}
 .customer-active:hover .owl-nav div {
  left: 0;
  opacity: 1;
}
.price-rating {
  padding-right: 13px;
}
.price-rating i {
  font-size: 14px;
}
.the-blog-title p {
  width: 100%;
}
.map-contact {
  left: 80px;
}
.about-menu li {
  font-size: 16px;

}
.projects-img > img {
  width: 100%;
}
.service-details-wrapper > p {
  font-size: 20px;
  line-height: 30px;
}
.text-project {
  margin-left: 0;
}




}


/* small mobile :320px. */
@media (max-width: 767px) {
.header-logo {
  text-align: center;
}
.text-project {
  margin-left: 0;
}
.subscribe-form {
  margin-left: 0;
  margin-top:0;
}
.about-menu li {
  font-size: 14px;
}
.subscribe-text h1 {
  font-size: 32px;
}
.subscribe-text span {
  font-size: 16px;
}
.slider-wrapper {
  padding: 100px 0;
}
.the-blog-title p {
  width: 100%;
}
.the-blog-title h1 {
  font-size: 26px;
  line-height: 31px;
}
 .slider-content h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}
 .slider-content span {
  font-size: 26px;
  line-height: 27px;;
}
.inner-info {
  margin: auto auto 20px;
  width: 100%;
}
 .inner-info p {
  font-size: 16px;
  line-height: 24px;
}
 .slider-active:hover .owl-nav div.owl-next {
  left: auto;
  right: 0;
}
 .slider-active:hover .owl-nav div {
  left: 0;
  opacity: 1;
}
.slider-active .owl-nav div {
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  width: 40px;
}
 .slider-content a.active {
  padding: 15px 24px;
  margin-bottom:10px;
}
.slider-content a {
  font-size: 16px;
}
 .welcome-imgmb-30 > img {
  width: 100%;
}
.section-title h1 {
  font-size: 30px;
  line-height: 31px;
}
.section-title p {
  width: 100%;
}
.we-work-info h4 {
  font-size: 17px;
}
.services-active:hover .owl-nav div.owl-next {
  right: 0;
}
.services-active:hover .owl-nav div {
  left: 0;
  opacity: 1;
}
.services-active .owl-nav div {
  font-size: 25px;
  height: 40px;
  line-height: 40px;
  width: 40px;
}
.counter-section h1 {
  font-size: 30px;
  width: 100%;
}
 .pricing-content h4 {
  font-size: 16px;
}
 .col-to-action-title h1 {
  font-size: 20px;
}
 .col-to-action-title p {
  font-size: 17px;
  line-height: 25px;
  width: 100%;
}
.col-to-action-content a {
  margin-bottom: 8px;
  margin-right:0;
}
.col-to-action-title {
  margin-bottom: 30px;
}
.customer-active .owl-nav div {
  font-size: 25px;
  height: 40px;
  line-height: 40px;
  width: 40px;
}
.customer-active:hover .owl-nav div.owl-next{left:auto;right:0;}
 .customer-active:hover .owl-nav div {
  left: 0;
  opacity: 1;
}
.what-customer-content {
  padding: 20px 12px;
}
 .testimonial-img {
  margin-left: 12px;
  margin-right: 9px;
}
 .price-rating {
  padding-right: 13px;
}
.price-rating i {
  font-size: 14px;
}
.map-contact {
	left: 22px;
	padding: 27px 15px 27px;
	width: 290px;
}
 .welcome-link {
  float: left;
  margin-top: 28px;
}
.welcome-wrapper {
  overflow: hidden;
}
.blog-page-content h1 {
  font-size: 35px;
}
 .blog-page-content span {
  font-size: 29px;
  line-height: 34px;
}
.blog-page-content a {
  margin-top: 24px;
}
.post-title {
  font-size: 25px;
  line-height: 28px;
}
.blog-text > p {
  font-size: 15px;
}
.details-content h2 {
  font-size: 26px;
  line-height: 32px;
}
.share-text li {
  margin-bottom: 5px;
}
a.next-btn {
  margin-left: 79px;
}
.service-details-wrapper > p {
  font-size: 20px;
  line-height: 28px;
}
.projects-img > img {
  width: 100%;
}
.single-pricing .pricing-content h4 {
  font-size: 17px;
}
.single-pricing .pricing-menu {
  padding: 0 15px;
}
.pricing-button a i {
  margin-right: 1px;
}
.header-logo {
  margin-bottom: 0px;
  text-align: center;
}
.main-menu-area {
  margin-bottom: 0;
}
.header-area {
  padding-bottom: 14px;
}
.header-text {
  text-align: center;
}
.header-icon {
  margin-top: 12px;
  text-align: center!important;
}
.project-title {
  margin-bottom: 30px;
  overflow: hidden;
}
.portfolio-menu.text-right {
  display: block;
  margin-bottom: 25px;
  text-align: left!important;
}
.work-hard-img img {
  width: inherit;
}
.brand1-img {
  text-align: center;
}
.projects-content ul li {
  width: 100%;
}
.project-content h2 > a {
	border: 0;
	padding: 38px 16px;
}
.we-work-content a {
	padding: 14px 20px;
}
.counter-area {
	background-size: contain;
	background-position: center center;
}
.testimonial-img {
	margin-left: 15px;
}
.blog-date span {
	margin-right: 10px;
}
.faq-wrapper .card button {
	font-size: 16px;
}

}

/* Large Mobile :480px. */
@media only screen and (min-width: 576px) and (max-width: 767px) {
.header-content {
  margin-right: 10px;
}
.welcome-link {
  float: none;
  margin-top:0;
}
.welcome-menu {
  margin-right: 9px;
}
.headers-text h4 {
  font-size: 16px;
}
.project-content h2 {
  font-size: 26px;
}
.project-content h2 > a {
  padding: 50px 15px;
}
.col-to-action-title h1 {
  font-size: 24px;
}
.header-icon {
  margin-top: 0;
}








}
/* http://www.menucool.com */

#sliderFrame, #sliderFrame div {
    box-sizing: content-box;
}

#sliderFrame 
{
    width:100%;
    margin: 0 auto; /*center-aligned*/
}
  
#slider, #slider .sliderInner {
    width:100%;
	height:500px;/* Must be the same size as the slider images */
}

#slider {
    background-color:white;
    position:relative;
    transform: translate3d(0,0,0);
    box-shadow: 0px 1px 5px #999999;
}

/* the link style (if an image is wrapped by a link) */
#slider a.imgLink, #slider .video
{
    z-index:2;
    cursor:pointer;
    position:absolute;
    top:0px;left:0px;border:0;padding:0;margin:0;
    width:100%;height:100%;
}
#slider .video {
    background:transparent url(themes/6/video.png) no-repeat 50% 50%;
}

/* ------ built-in navigation bullets wrapper ------*/
#slider .navBulletsWrapper  {
    top:460px;
    text-align:center;
    background:none;
    position:relative;
    z-index:3;
}

/* each bullet */
#slider .navBulletsWrapper div 
{
    width:11px; height:11px;
    font-size:0;color:White;/*hide the index number in the bullet element*/
    background:transparent url(themes/6/bullet.png) no-repeat 0 0;
    display:inline-block; *display:inline; zoom:1;
    overflow:hidden;cursor:pointer;
    margin:0 6px;/* set distance between each bullet*/
}

#slider .navBulletsWrapper .active {background-position:0 -11px;}

/* --------- Others ------- */

#slider img, #slider>b, #slider a>b {
    position:absolute; border:none; display:none;
}

#slider .sliderInner {
    overflow:hidden;
    position:absolute; top:0; left:0;
}

#slider>a, #slider video, #slider audio {display:none;}
#slider div {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);             
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}