
.main-text {
    width: 100%;
    color: #FFF;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.main-text img{
  margin-right: 30px;
}
.btn-min-block
{
    min-width: 170px;
    line-height: 26px;
}
.btn-clear
{
    color: #FFF;
    background-color: transparent;
    border-color: #FFF;
    margin-right: 15px;
}
.btn-clear:hover
{
    color: #000;
    background-color: #FFF;
}

 #scrollUp {
    border-radius: 2px;
    bottom: 80px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    color: #fff;
    font-size: 28px;
    height: 45px;
    line-height: 45px;
    position: fixed;
    right: 15px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 45px;
    z-index: 200;
    bottom: 15px;
}
#scrollUp:hover {
}

@-webkit-keyframes scroll-ani-to-top {
  0% {
    opacity: 0;
    bottom: 0;
  }
  50% {
    opacity: 1;
    bottom: 50%;
  }
  100% {
    opacity: 0;
    bottom: 75%;
  }
}
@-moz-keyframes scroll-ani-to-top {
  0% {
    opacity: 0;
    bottom: 0;
  }
  50% {
    opacity: 1;
    bottom: 50%;
  }
  100% {
    opacity: 0;
    bottom: 75%;
  }
}
@keyframes scroll-ani-to-top {
  0% {
    opacity: 0;
    bottom: 0;
  }
  50% {
    opacity: 1;
    bottom: 50%;
  }
  100% {
    opacity: 0;
    bottom: 75%;
  }
}
#scrollUp:hover i {
  animation: 800ms linear 0s normal none infinite running scroll-ani-to-top;
  height: 100%;
  left: 0;
  margin-bottom: -25px;
  position: absolute;
  width: 100%;
  bottom: 0;
}
#scrollUp i {
  color: #fff;
}
 #scrollUp {
  background: #49a010 none repeat scroll 0 0;
}
 

/*---------------------------------------
  End Scroll To Top
----------------------------------------*/

/*---------------------------------------
  03. About Area
----------------------------------------*/
.title__line {
  color: #333;
  display: inline-block;
  font-family: "Tinos",sans-serif;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 30px;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
  z-index: 2;
}
.section__title p {
  color: #333;
  font-size: 16px;
  line-height: 30px;
  margin: auto;
  width: 60%;
}
.about__inner h2 {
  color: #333333;
  font-family: "Tinos",sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 15px;
  position: relative;
  text-transform: capitalize;
}
.about__dtl p + p {
    margin-top: 13px;
}
.about__btn {
    margin-top: 30px;
}
.about__btn a.btn {
    border-radius: 20px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    height: 40px;
    line-height: 38px;
    padding: 0 30px;
}
.about__btn a.btn:hover {
    color: #49a010;
}
.about__container {
    align-items: center;
    display: flex;
}

.about__content h2 {
    color: #555555;
    font-family: "Tinos",sans-serif;
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.about__content + .about__content {
    margin-top: 38px;
}


/*---------------------------------------
  04. Service Area
----------------------------------------*/
.service {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.service::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity:0.5;
}
.service__details {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  opacity: 0;
  padding: 32px 35px 35px;
  position: absolute;
  text-align: center;
  top: -100%;
  transform: rotate(360deg);
  transition: all 0.3s ease 0.5s;
  width: 100%;
}
.service:hover .service__details {
  opacity: 1;
  top: 0;
  transform: rotate(0deg);
}
.service__thumb h3 {
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family: "Tinos",sans-serif;
  font-size: 18px;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  text-align: center;
  text-transform: capitalize;
  top: 0;
  transition: all 0.5s ease 1.4s;
  width: 100%;
  z-index: 9;
}
.service__details h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
	margin-bottom: 0px;
    text-transform: capitalize;
	position: relative;
	left: 100%;
	font-family: "Tinos",sans-serif;
	margin-top: 0px;
	padding: 10px 20px;
    transition: all 0.4s ease 1s;
	z-index:9;
}
.service__details p {
    line-height: 24px;
	color:#fff;
	left:110%;
	transition: all 0.5s ease 1.3s;
	margin:0;
	position:relative;
	z-index:9;
}
.service:hover  .service__details h2, .service:hover .service__details p  {
  left: 0;
}
.service:hover  .service__thumb h3  {
  opacity: 0;
  visibility:hidden;
  transition: all 0.1s ease 0s;
}
.service__thumb a {
    display: block;
}
.service__thumb a img {
    width: 100%;
}
.service--page{
    margin-top: -40px;
}

/*---------------------------------------
  05. Counterup Area
----------------------------------------*/
.counterup__wrap {
    position: relative;
    z-index: 2;
}

.counterup__container {
    display: flex;
    justify-content: space-between;
    padding: 0 70px;
}
.fact__count span.count {
  color: #ffffff;
  display: inline-block;
  font-family: "Tinos",sans-serif;
  font-size: 58px;
  font-weight: 500;
  line-height: 57px;
}
.fact__title h2 {
  color: #ffffff;
  font-family: "Tinos",sans-serif;
  font-size: 24px;
  font-weight: 500;
  margin-top: 20px;
}
.fact__details {
    text-align: center;
}
/*---------------------------------------
  06. Team Area
----------------------------------------*/

.team__thumb a {
    display: block;
    position: relative;
}
.team__thumb a::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.team:hover .team__thumb a::before {
    opacity: 1;
}
.team {
  box-shadow: 0 5px 15px rgba(85, 85, 85, 0.2);
  margin-top: 30px;
  overflow: hidden;
  position: relative;
}
.team__details {
    bottom: 50%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.team__social__link {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    margin-left: -6px;
    margin-right: -6px;
}
.team__social__link li {
    margin: 0 6px;
}
.team__social__link li a i {
  border: 1px solid #555555;
  border-radius: 100%;
  color: #555555;
  display: inline-block;
  font-size: 16px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  transition: all 0.4s ease 0s;
  width: 30px;
}
.team__social__link li a:hover i{
    background: #555555;
    color: #fff;
}
.team__details h4 {
  color: #333;
  display: inline-block;
  font-family: "Tinos",sans-serif;
  font-size: 20px;
  font-weight: 600;
  padding-top: 12px;
  text-transform: capitalize;
}
.team__details h6 {
  color: #333;
  font-family: "Tinos",sans-serif;
  font-size: 14px;
  margin-top: 5px;
}
.tm__separator {
    border: 1px solid #333333;
    display: block;
    margin: auto;
    position: relative;
    width: 220px;
}
.team:hover .team__details {
    opacity: 1;
    transform: translateY(50%);
}


/*---------------------------------------
  07. Testimonial Area
----------------------------------------*/
.testimonial-wrap .testimonial {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 0;
  box-shadow: 0 5px 10px rgba(85, 85, 85, 0.2);
  cursor: ew-resize;
  display: block;
  margin: 75px 0 15px;
  padding: 50px 60px;
  position: relative;
  transition: all 0.5s ease-in-out 0s;
}
.testimonial-content p {
  margin-bottom: 0;
}
.testimonial-author {
  margin-top: 24px;
}
.testimonial-wrap .testimonial-author h6 {
  color: #333;
  font-family: "Tinos",sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 0;
}
.testimonial-wrap .testimonial-author p {
  color: #333;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 0;
}
.testimonial-wrap .testimonial-thumb {
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  display: inline-block;
  height: 85px;
  margin-bottom: 20px;
  overflow: hidden;
  width: 85px;
}
.testimonial-wrap .testimonial-content {
  color: #555555;
  font-size: 16px;
  margin-top: 20px;
  line-height: 26px;
}
.testimonial-thumb img {
  width: 100%;
}
/* Slider Dots Styles */
.cr-slider-dots-1 {
  position: relative; 
}
.cr-slider-dots-1.slick-dotted.slick-slider {
	margin-bottom: 45px;
}
.cr-slider-dots-1 ul.slick-dots {
	bottom: -10px;
	font-size: 0;
}
.cr-slider-dots-1 ul.slick-dots li {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  height: auto;
  width: auto;
  line-height: 15px; 
}
.cr-slider-dots-1 ul.slick-dots li:first-child {
	margin-left: 0;
}
.cr-slider-dots-1 ul.slick-dots li:last-child {
	margin-right: 0;
}
.cr-slider-dots-1 ul.slick-dots li button {
	height: 10px;
	width: 10px;
	content: "";
	background: #c9c9c9;
	opacity: 1;
	border-radius: 100%;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	display: inline-block;
	vertical-align: middle; 
}
.cr-slider-dots-1 ul.slick-dots li button::before {
    display: none;
}
.cr-slider-dots-1 ul.slick-dots li.slick-active button, .cr-slider-dots-1 ul.slick-dots li:hover button {
	background: #49a010;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2); 
}

/*---------------------------------------
  08. Call To Action Area
----------------------------------------*/

.ht__call__wrap {
    align-items: center;
    display: flex;
    height: 150px;
    justify-content: space-between;
}
.ht__call__wrap h2 {
    color: #ffffff;
    font-family: "Tinos",sans-serif;
    font-size: 36px;
    text-transform: capitalize;
}
.ht__call__btn .btn {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 21px;
    color: #49a010;
    font-size: 18px;
    height: 43px;
    line-height: 41px;
    padding: 0 30px;
}
.ht__call__btn .btn:hover {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #fff;
}


/*---------------------------------------
  09. Faq Area
----------------------------------------*/

.faq__area{
    position: relative;
}
.faq__thumb {
    bottom: 0;
    left: 199px;
    position: absolute;
    width: 33%;
}
.faq__area .section__title p {
    width: 61%;
}
.ht--faq--panel-title a{
    position: relative;
    display: block;
    padding-left: 30px;
}
.ht--faq--panel-title a i{
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.ht--faq--panel-title a i.icon-1{
    opacity: 0;
}
.ht--faq--panel-title a i.icon-2{
    opacity: 1;
}
.ht--faq--panel-title a.collapsed i.icon-1{
    opacity: 1;
}
.ht--faq--panel-title a.collapsed i.icon-2{
    opacity: 0;
}
.haq__title {
    color: #666666;
    display: inline-block;
    font-family: "Tinos",sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 16px;
    text-transform: capitalize;
}
.ht--faq--panel-title {
    font-size: 18px;
    margin-top: 24px;
}
.ht--faq--panel-body {
    padding-left: 29px;
    padding-top: 21px;
}
.ht--faq--panel-body p {
    color: #333;
    font-size: 14px;
    line-height: 24px;
}
.ht--faq--panel-body p + p {
    margin-top: 10px;
}

/*---------------------------------------
  10. Bradcaump Area
----------------------------------------*/


.ht__bradcaump__wrap {
    align-items: center;
    display: flex;
    height: 300px;
    position: relative;
    z-index: 2;
}
.bradcaump__inner {
    padding-top: 67px;
}
.bradcaump__inner h2.bradcaump-title {
    color: #ffffff;
    width: fit-content;
    font-size: 41px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    margin: auto;
    -webkit-text-stroke: 2px #ffffff;
}



/*---------------------------------------
  11. Gallery Area
----------------------------------------*/
.single-project {
  margin-bottom: 30px;
}
.image-box {
  display: block;
  position: relative;
}
.titel-venobox {
  background-color: rgba(97, 157, 9, 0.9);
  bottom: 0;
  color: #fff;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.4s ease 0s;
  visibility: hidden;
  width: 100%;
  cursor:pointer;
}
.image-box:hover .titel-venobox {
  opacity: 1;
  visibility: visible;
}
.titel-venobox .venobox {
  left: 0;
  position: absolute;
  right: 0;
  top: 35%;
}
.titel-venobox a i {
  color: #fff;
  display: block;
  font-size: 30px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-align: center;
  width: 40px;
}
.titel-venobox > span {
  color: #fff;
  display: block;
  font-family: "Tinos",sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
  position: relative;
  top: 50%;
  transition:.4s;
}
.titel-venobox > span a{color:#fff;transition:.5s;}
.titel-venobox > span a:hover{color:#474747;}

/*---------------------------------------
  12. Blog Area
----------------------------------------*/
.blog__details h2 {
  font-family: "Tinos",sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}
.blog__details {
    background: #fff none repeat scroll 0 0;
    padding: 24px 30px;
}
.blog__meta {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.blog__meta li {
    color: #333;
    font-size: 14px;
    font-weight: 600;
}
.blog__meta li a {
    color: #333;
    transition: all 0.3s ease 0s;
}
.blog__meta li a:hover {
    color: #49a010;
}
.blog{
    margin-top: 30px;
}
.blog__thumb a {
    display: block;
}
.blog__thumb a img {
    width: 100%;
}

.blog:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.blog {
    position: relative;
    transition: all 0.5s ease 0s !important;
}

/*---------------------------------------
  13. Contact Area
----------------------------------------*/


#googleMap{
  width: 100%;
  height: 450px;
}

.ht__address h2 {
    color: #333;
    font-family: "Tinos",sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize;
    text-align: left;
}
.contact__wrap {
    border-bottom: 1px solid #49a010;
    padding: 70px 70px 50px;
}
.ht__address__info a {
    color: #333;
    font-size: 16px;
}
.ht__address__info p {
  color: #333;
  font-size: 16px;
  line-height: 26px;
}
.ct__social__link {
    display: flex;
    justify-content: center;
    margin-left: -5px;
    margin-right: -5px;
}
.ht__address {
    text-align: center;
}
.ct__social__link li {
    margin: 0 5px;
}
.ct__social__link li a span {
    color: #333;
    font-size: 30px;
    transition: all 0.3s ease 0s;
}
.ct__social__link li a span:hover {
    color: #49a010;
}
.title__line.title__line--3 {
  font-family: "Tinos",sans-serif;
  font-weight: 600;
  line-height: 24px;
  padding-bottom: 52px;
  position: relative;
  text-transform: capitalize;
  z-index: 2;
  margin-bottom: 40px;
  font-size: 24px;
}
.title__line.title__line--3::before {
  background: rgba(0, 0, 0, 0) url("images/icons/title-3.png") repeat scroll 0 0 / cover ;
  bottom: -1px;
  content: "";
  height: 138%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 12%;
  z-index: -1;
}
.contact__area .title__line.title__line--3::before {
    height: 148%;
    width: 115%;
}
.contact-box.name_email {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}
.contact-box.name_email input {
    margin: 0 15px;
}
.contact-box input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: currentcolor currentcolor #aaaaaa;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #333;
    font-family: "Tinos",sans-serif;
    font-size: 14px;
    padding-bottom: 15px;
    padding-left: 0px;
}
.contact-box input::-moz-placeholder {
    color: #333 !important;
    opacity: 1;
    font-size: 14px !important;
}
.contact-box.message textarea::-moz-placeholder {
    color: #333 !important;
    opacity: 1 !important;
    font-size: 14px !important;
}
.single-contact-form + .single-contact-form {
    margin-top: 34px;
}
.contact-box.message textarea {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: transparent none repeat scroll 0 0;
    border-color: currentcolor currentcolor #aaaaaa;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    min-height: 135px;
    padding-left: 0px;
    font-family: "Tinos",sans-serif;
    font-size: 18px;
    color: #aaaaaa;
}
.contact-btn {
    margin-top: 50px;
    text-align: center;
}
.contact-btn .btn {
    border-radius: 18px;
    height: 43px;
    line-height: 41px;
    padding: 0 30px;
    font-family: "Tinos",sans-serif;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #49a010;
	background: #49a010 none repeat scroll 0 0;
	border: 1px solid #49a010;
	color: #fff;
	cursor:pointer;
}
.contact-btn .btn:hover{
    background: transparent;
    border: 1px solid #49a010;
    color: #49a010;
}
.htc__contact__wrap {
  border-bottom: 1px solid #49a010;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 70px 50px;
}

/*---------------------------------------
  14. Blog Details Area
----------------------------------------*/

.ht__search input {
   border: 1px solid #dddddd;
    color: #333;
    font-size: 16px;
    border-radius: 5px;
    height: 35px;
    padding: 0 20px;
    width: 100%;
}
.ht__search {
    margin-bottom: 6px;
    position: relative;
}
.ht__search a {
    background: #dddddd none repeat scroll 0 0;
    border: 1px solid #ddd;
    height: 50px;
    line-height: 51px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    width: 50px;
}
.ht__search a i {
    color: #333;
    font-size: 20px;
    transition: all 0.3s ease 0s;
}
.title__line--4 {
        font-size: 24px;
    font-weight: 400;
    margin-bottom: 26px;
    padding-bottom: 9px;
    margin-top: 9px;
    position: relative;
    text-transform: capitalize;
}
.title__line--4::before {
    background: #49a010 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 40px;
}
.cat__list li {
  color: #333;
  font-size: 15px;
}
.cat__list li + li {
    padding-top: 10px;
}
.ht__cat {
    margin-bottom: 43px;
}
.tag__list li a {
  border: 1px solid #ddd;
  color: #333;
  display: inline-block;
  font-size: 15px;
  height: 40px;
  line-height: 36px;
  padding: 0 25px;
  transition: all 0.3s ease 0s;
}
.tag__list {
    display: flex;
    flex-flow: row wrap;
    margin-left: -8px;
    margin-right: -8px;
}
.tag__list li {
    margin: 0 8px 15px;
}
.tag__list li a:hover {
    background: #49a010 none repeat scroll 0 0;
    border: 1px solid #49a010;
    color: #fff;
}
.ht__tag {
    margin-bottom: 30px;
}
.single__lst__blog {
    display: flex;
}
.lst__bl__thumb {
    margin-right: 30px;
    min-width: 70px;
}
.single__lst__blog + .single__lst__blog {
    margin-top: 20px;
}
.lst__bl__details h4 {
  font-size: 16px;
  line-height: 24px;
}
.lst__bl__details span {
  color: #333;
  display: inline-block;
  font-family: "Tinos",sans-serif;
  font-size: 13px;
  margin-top: 5px;
}
.ht__search a:hover {
    background: #49a010 none repeat scroll 0 0;
    border: 1px solid #49a010;
}
.ht__search a:hover i {
    color: #fff;
}
.ht__blog__dtl h2 a {
  color: #333;
  display: block;
  font-size: 26px;
  font-weight: 500;
  padding-top: 34px;
  transition: all 0.3s ease 0s;
}
.ht__blog__dtl__inner {
    padding: 0 40px;
    border: 1px solid #49a010;
}
.ht__blog__list {
    border: 1px solid #ffffff;
}
.bl__meta {
    border-bottom: 2px dashed #dddddd;
    display: flex;
    padding-bottom: 25px;
    padding-top: 15px;
    padding-left: 92px;

}
.ht__bl__dec p {
    color: #333;
    font-size: 16px;
    line-height: 30px;
}
.ht__bl__dec {
    margin-top: 24px;
}
.bl__meta li + li {
    margin-left: 58px;
}
.bl__meta li i {
  color: #49a010;
  font-size: 18px;
  padding-right: 14px;
}
.bl__meta li {
  color: #333;
  font-size: 14px;
  font-weight: 600;
}
.bl__meta li a{
    color: #333;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s;
}
.bl__meta li a:hover,
.ht__blog__dtl h2 a:hover{
    color: #49a010;
}

.ht__bl__btn a {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease 0s;
}
.ht__bl__btn {
    margin-top: 20px;
}
.ht__bl__btn a:hover {
    color: #49a010;
}
blockquote {
    border-left: 2px solid #49a010;
    color: #333;
    font-size: 16px;
    font-style: italic;
    margin: 22px 0 24px 50px;
    padding: 0 0 0 20px;
    width: 89%;
}

.ht__bl__link {
    border-top: 2px dashed #78af02;
    display: flex;
    justify-content: space-between;
    margin-top: 26px;
    padding-top: 20px;
}
.bl__social__link {
    display: flex;
}
.page__btn {
    display: flex;
}
.bl__social__link li a i {
    border: 1px solid #49a010;
    border-radius: 100%;
    color: #49a010;
    display: inline-block;
    font-size: 16px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 30px;
}
.bl__social__link li + li {
    margin-left: 15px;
}
.bl__social__link li a:hover i {
    background: #49a010 none repeat scroll 0 0;
    border: 1px solid #49a010;
    color: #fff;
}
.page__btn li a {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease 0s;
}
.page__btn li + li {
    margin-left: 11px;
    padding-left: 11px;
}
.page__btn li {
    position: relative;
}
.page__btn li + li::before {
    background: #dddddd none repeat scroll 0 0;
    content: "";
    height: 25px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
}
.page__btn li:hover a {
    color: #49a010;
}
.page__btn li a i.icofont.icofont-long-arrow-left {
    padding-right: 11px;
}
.page__btn li a i {
    font-size: 20px;
}
.page__btn li a i.icofont.icofont-long-arrow-right {
    margin-left: 11px;
}
.ht__bl__admin {
    margin-top: 30px;
}
.bl__comment {
    margin-top: 36px;
}
.ht__bl__admin span {
    color: #333;
    font-family: "Tinos",sans-serif;
    font-size: 18px;
    text-transform: capitalize;
}
.title__line--5 {
  color: #333;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 45px;
  padding-bottom: 15px;
  position: relative;
  text-transform: capitalize;
}
.title__line--5::before {
    background: #49a010 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 40px;
}
.ht__single__comment {
    display: flex;
}
.cmt__thumb {
    margin-right: 30px;
    min-width: 100px;
}
.cmt__details h4 {
  color: #3e3e3e;
  font-family: "Tinos",sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 7px;
}
.cmt__details span {
    color: #333;
    font-family: "Tinos",sans-serif;
    font-size: 12px;
}
.cmt__details p {
    color: #333;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 3px;
    width: 79%;
}
.replay__btn a {
    color: #333;
}
.replay__btn a i {
    color: #49a010;
    font-size: 16px;
    padding-right: 10px;
}
.ht__single__comment.replay {
    margin-bottom: 40px;
    margin-left: 100px;
    margin-top: 40px;
}
.replay__btn {
    margin-left: 200px;
}
.bl__comment__form {
    margin-top: 42px;
}
.bl__comment__form span {
  color: #333;
  display: inline-block;
  font-size: 16px;
  margin-bottom: 40px;
}
.bl__comment__form h2.title__line--5 {
    margin-bottom: 30px;
}
.ht__single__cmnt__form.name {
    display: flex;
    margin-bottom: 35px;
    margin-left: -25px;
    margin-right: -25px;
}
.ht__single__cmnt__form.name input {
    margin: 0 25px;
}
.ht__single__cmnt__form input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: currentcolor currentcolor #aaaaaa;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #333;
    font-family: "Tinos",sans-serif;
    padding-bottom: 15px;
    padding-left: 15px;
}
.ht__single__cmnt__form textarea {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: transparent none repeat scroll 0 0;
    border-color: currentcolor currentcolor #aaaaaa;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #333;
    font-family: "Tinos",sans-serif;
}
.ht__single__cmnt__form textarea {
    min-height: 140px;
}
.ht__single__cmnt__form textarea::-moz-placeholder {
    color: #333 !important;
    opacity: 1 !important;
}

.ht__single__cmnt__form input::-moz-placeholder {
    color: #333 !important;
}
.ht__single__cmnt__form input:focus,
.contact-box input:focus {
    outline: none;
}
.ht__single__cmnt__form input:focus,
.ht__single__cmnt__form textarea:focus,
.contact-box input:focus{
    -webkit-border-left: none;
    -webkit-border-right: none;
    -webkit-border-top: none;
}
.cmnt__btn {
    margin-top: 50px;
}
.cmnt__btn .btn {
    font-family: "Tinos",sans-serif;
    font-size: 16px;
    font-weight: 600;
    height: 44px;
    line-height: 41px;
    padding: 0 32px;
	background: #49a010 none repeat scroll 0 0;
	border: 1px solid #49a010;
	color: #fff;
}
.page__container {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.pagenation {
    display: flex;
}
.pagenation li a {
    border: 1px solid #dddddd;
    color: #333;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all 0.4s ease 0s;
    width: 40px;
}
.pagenation li {
    margin: 0 6px;
}
.pagenation li a:hover,
.pagenation li.active a {
    background: #49a010 none repeat scroll 0 0;
    border: 1px solid #49a010;
    color: #fff;
}
.older li a,
.new li a {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
}
.older li a i {
    font-size: 22px;
    padding-right: 5px;
}
.new li a i {
    font-size: 22px;
    padding-left: 5px;
}
.older li a:hover,
.new li a:hover{
    color: #49a010;
}
/*-------------------
  15. Others Code
----------------------*/

.team--page,
.gallery--page,
.blog--list{
    margin-top: -30px
}
.team__thumb a img {
    width: 100%;
}
.ht__blog__thumb iframe {
    height: 448px;
    width: 100%;
}
.cmnt__btn a.btn:hover {
    color: #49a010;
	border-color:#49a010;
	background:transparent;
}
/*==========================
	16. Features Service
============================*/
.features-service-single {
  box-shadow: 0 5px 15px rgba(85, 85, 85, 0.2);
  display: block;
  padding: 25px 20px;
  position: relative;
  transition: all 0.4s ease 0s;
  overflow:hidden;
  overflow:hidden;

    margin: 30px 0px 50px;
}
.features-service-single:hover .fes-ser-titel h4,.features-service-single:hover .fes-ser-titel p,.features-service-single:hover .fes-ser-titel span i {
  color:#fff;
}
.features-service-single::after {
  background: #619d09 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: rotate(-25deg) scale(0);
  width: 100%;
  z-index: -9;
  transition:.4s;
  opacity:0;
  visibility:hidden;
}
.features-service-single:hover.features-service-single::after{transform: rotate(0deg) scale(1);opacity:1;visibility:visible;}
.fes-ser-titel span i {
  color: #619d09;
  font-size: 40px;
  margin-bottom: 5px;
}
.fes-ser-titel h4 {
  color: #333333;
  font-family: "Tinos",sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 22px 0 10px;
}
.fes-ser-hover {
  background: #619d09 none repeat scroll 0 0;
  display: block;
  height: 234px;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 45px 30px;
  position: absolute;
  top: -18px;
  transform: scale(0);
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 389px;
  z-index: 999;
}
.features-service-single:hover .fes-ser-hover {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
.hvr-icon h4 {
  color: #fff;
  margin-bottom: 15px;
  font-weight:600;
}
.hvr-icon i {
  color: #fff;
  font-size: 36px;
  margin-bottom: 20px;
}
.hvr-icon p {
  color: #fff;
  margin:0;
}

/* ============= 17. Home Box Css ============= */
.wrapper-boxed-layout {
  margin: 0 100px;
  width: calc(100% - 200px);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  overflow-x: hidden; 
}
.wrapper-boxed-layout .header-menu {
    width: calc(100% - 200px);
    left: 100px; 
}
.videoplayer{
  width: 60%;
}


@media (max-width: 575.98px) {
.videoplayer{
  width: 100%;
}
.carousel-inner img{
  height: 200px !important;
}

.main-text img {
    margin-right: 5px;
    width: 100px;
}

.main-text {
    width: 100%;
    color: #FFF;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.h3, h3 {
    font-size: 17px !important;
}

}

@media (min-width: 576px) and (max-width: 767.98px) {

.videoplayer{
  width: 80%;
}

}

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

.videoplayer{
  width: 100%;
}
.carousel-inner img{
  height: 300px !important;
}

.main-text img {
    margin-right: 5px;
    width: 150px;
}

.main-text {
    width: 100%;
    color: #FFF;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.h3, h3 {
    font-size: 20px !important;
}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
.videoplayer{
  width: 100%;
}
.carousel-inner img{
  height: 400px !important;
}

.main-text img {
    margin-right: 5px;
    width: 225px;
}

.main-text {
    width: 100%;
    color: #FFF;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.h3, h3 {
    font-size: 25px !important;
}
}

@media (min-width: 1200px) { 
.videoplayer{
  width: 60%;
}
 }

@media only screen and (min-width: 1601px) and (max-width: 1919px) {
.wrapper-boxed-layout {
	margin: 0 70px;
	width: calc(100% - 140px);
}
.wrapper-boxed-layout .header-menu {
	width: calc(100% - 140px);
	left: 70px; 
}
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
.wrapper-boxed-layout {
	margin: 0 50px;
	width: calc(100% - 100px); 
}
.wrapper-boxed-layout .container {
	max-width: 1100px;
}
.wrapper.wrapper-boxed-layout .header-menu {
	width: calc(100% - 100px);
	left: 50px; 
} 
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.wrapper-boxed-layout {
	margin: 0 30px;
	width: calc(100% - 60px); 
}
.wrapper-boxed-layout .header-menu {
	width: calc(100% - 60px);
	left: 30px; 
}	  
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.wrapper-boxed-layout {
	margin: 0 30px;
	width: calc(100% - 60px); 
}
.wrapper-boxed-layout .header-menu {
	width: calc(100%);
	left: 0; 
} 
}

@media only screen and (max-width: 767px) {
.wrapper-boxed-layout {
	margin: 0 15px;
	width: calc(100% - 30px);
}
.wrapper-boxed-layout .header-menu {
	width: calc(91%);
	left: 14px;
} 
}
