:root{
  --Font-Awe-Familty: 'Font Awesome 5 free';
  --Font-Style:"Poppins", sans-serif;
  --Theme-color:#4da25e;  
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body{
  font-family: var(--Font-Style);
  font-size: 16px;
}
a{
  transition: .3s ease-in-out;
}
ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.header-top {
  border: none;
  padding: 10px 0;
  background: #f9f9f9;
  color: #1f1f1f;
}
.header-cta ul li {
  display: inline-block;
  margin-left: 30px;
}
.header-cta ul li:first-child {
  margin-left: 0;
}
.header-top a{
  color: #777;
  font-weight: 400;
  font-size: 12px;
} 
.header-top a:hover{
  text-decoration: none;
  color: var(--Theme-color);
}
.header-cta ul li i {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  color: #fff;
  background: var(--Theme-color);
  font-size: 12px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  line-height: 22px;
  text-align: center;
}
.header-social a {
  font-size: 14px;
  display: inline-block;
  margin-left: 15px;
  text-align: center;
}
.header-area .menu-area {
  padding: 15px 0;
  border-top: 0;
  position: relative;
}
.header-area .navbar-brand,
footer .navbar-brand{
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  align-items: center;
  font-weight: 600;
}

.header-area .navbar-brand img,
footer .navbar-brand img{
  width: 50px;
}
.header-area .navbar-brand> span,
footer .navbar-brand > span{
  padding-left: 15px;
  color: var(--Theme-color);
}
.header-area .navbar-brand> span >span,
footer .navbar-brand > span > span{
  font-size: 16px;
  color: #1f1f1f;
}
.header-area .dropdown-toggle::after{
  content: "\f107";
  border: 0;
  font-family: var(--Font-Awe-Familty);
    font-weight: 600;
    vertical-align: initial;
}
.header-area .dropdown.show .dropdown-toggle::after{
  transform: rotate(180deg);
}
.header-area .dropdown-menu{
  padding: 0;
  border: 0;
  border-top: 4px solid var(--Theme-color);
  background-color: #ffff;
  min-width: 200px;
  border-radius: 0;
}
.header-area .dropdown-item{
  padding:8px 15px ;
}
.top_sec .item{
  display: flex;
  align-items: center;
  padding: 80px 0 ;
  min-height: 390px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
  z-index: 1;
}
.top_sec .item::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .6);
  height: 100%;
  width: 100%;
  z-index: -1;
}
.top_sec .title{
  font-family: var(--Font-Style);
  color: var(--white);
  font-size: 34px;
  margin: 0;
  font-weight: 700;
}
.top_sec .para{
  font-size: 20px;
  font-family: var(--Font-Style);
  color: var(--white);
  margin: 15px 0;
  margin-bottom: 20px;
}
.btn_pri{
  background: var(--Theme-color);
  color: #fff;
  padding: 10px 20px;
}
.btn_pri:hover{
  color: #fff;
  background: #d0640c;
}
.sec_pad{
  padding: 70px 0;
}
.sec_title{
  font-family: var(--Font-Style);
  font-size: 28px;
  font-weight: 700;
  color: var(--Theme-color);
}
.sec_title .border-bottom{
  border-bottom: 2px solid var(--Theme-color) !important;
}
.hm_abut .para{
  line-height: 30px;
  margin: 15px 0;
}
.hm_abut .list_check{
  margin-bottom: 20px;
}
.list_check li {
  color: #707070;
  line-height: 25px;
  position: relative;
  padding-left: 20px;
}
.list_check li + li {
  margin-top: 10px;
}
.list_check li::before {
  content: "\f00c";
  font-family: var(--Font-Awe-Familty);
  font-weight: 900;
  position: absolute;
  left: 0;
  color: inherit;
  top: 0;
  font-size: 14px;
  color: var(--Theme-color);
}
.sec_pad img.rounded{
  border-radius: 15px !important;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.why-chooseus .item {
  padding: 30px 18px 24px;
  border:1px solid #dbdbdb;
  height: 100%;
  transition: .5s ease;
}
.why-chooseus .item:hover {
  border-color: var(--Theme-color);
  transition: .5s ease;
}
.why-chooseus .inner-box {
  position: relative;
  padding-left: 70px;
}
.why-chooseus .inner-box .icon_box {
  position: absolute;
  left: 0;
  top: -20px;
  color: var(--Theme-color);
  font-size: 40px;
}
.why-chooseus .item p{
  margin-bottom: 0;
}
.why-chooseus .item h4 {
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 20px;
  transition: .5s ease;
}
.why-chooseus .item:hover h4 {
  color: var(--Theme-color);
  transition: .5s ease;
}
footer{
  background: #111709;
  border-top: 10px solid var(--Theme-color);
}
footer .navbar-brand > span > span{
  color: #fff;
}
footer .footer-link{
  color: rgba(255, 255, 255, 0.763);
  margin: 20px 0;
}
.f-contact li {
  display: flex;
  align-items: center;
  margin-bottom: 20px !important;
  width: 100%;
}
.f-contact i {
  width: 40px;
  flex: 0 0 40px;
  max-width: 40px;
  height: 40px;
  background: var(--Theme-color);
  line-height: 40px;
  color: #fff !important;
  text-align: center;
  border-radius: 50%;
  float: left;
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
  margin-right: 20px;
}
.f-contact span, .f-contact li a {
  color: #ffffffb3;
  display: block;
} 
.f-widget-title h2 {
  font-size: 24px;
  margin-bottom: 30px;
  position: relative;
  font-weight: 600;
  color: #fff;
}
.footer-link ul li {
  margin-bottom: 15px;
  width: 50%;
  float: left;
}
.footer-link ul li a {
  color: #ffffffb3;
  display: block;
}
.footer-link ul li a:hover, .f-contact li a:hover{
  color: #fff;
}
.footer-social a {
  font-size: 14px;
  display: inline-block;
  margin-right: 10px;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  text-align: center;
  line-height: 36px;
  color: rgb(255, 255, 255) !important;
  background: var(--Theme-color);
}
.footer-social a i{
  background: transparent;
  height: auto;
  width: auto;
  float: initial;
  box-shadow: none;
  margin: 0;
}
.footer-copyright{
  text-align: center;
  color: #fff;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #fff;
}
.footer-copyright a{
  color: var(--Theme-color);
}
.brd_member .card{
  border-radius: 20px;
  border: 0;
  
}
.brd_member .card img{
  transition: .3s ease-in-out ;
}
.brd_member .card:hover img{
  transform: translateY(-10px);
}
.brd_member .card-body{
  padding: 0;
  padding-top: 20px;
}
.visibility-hidden{
  visibility: hidden;
}
.navbar-light .navbar-nav .nav-link{font-weight: 500; color: #111709;}
.navbar-light .navbar-nav .nav-link.btn{color: #fff; border-radius: 100px;}
.navbar-light .navbar-nav .nav-link.active{font-weight: 600;color: var(--Theme-color);}
.navbar-light .navbar-nav .nav-link:not(.btn):focus, .navbar-light .navbar-nav .nav-link:not(.btn):hover{color: var(--Theme-color);}
.internal-header {
  height: 400px;
  position: relative;
}
.internal-header .internal-heading {
  position: relative;
  z-index: 2;
}
.internal-header .internal-heading h2 {
  font-size: 45px;
  margin-bottom: 0;
  font-weight: 600;
  color: #fff;
}

.header-area{
  background: #fff;
  /* padding: 0px 0px 10px 0px; */
  position: sticky;
  z-index: 200;
  width: 100%;
  /* overflow: hidden; */
  top: 0px;
  }
.header-area.navbar-fixed-top {
  /* padding: 12px 0px; */
  border-bottom: 1px solid #eee;
  -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 16%);
  box-shadow: 0 1px 3px rgb(0 0 0 / 16%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-10%);
  top: 8px;
  border-width: 0 0 1px;
  position: fixed;
  right: 0;
  left: 0;
  background: #fff;
  z-index: 1030;
}

/* 


.animation{ overflow: hidden;}
.animation .anm_mod {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
  transition: all 1s ease;
}
.animation .anm_mod.full {
  width: 100%;
}
.animation .anm_mod.left {
  transform: translate3d(-100%, 0, 0);
}
.animation .anm_mod.right {
  transform: translate3d(100%, 0, 0);
}
.animation .anm_mod.delay {
  transition: all 2s ease;
}
.animation .anm_mod.fast {
  transition: all 0.8 ease;
}

.animation .anm_mod.active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
} */
.mb-30{margin-bottom: 30px;}
.mt-50{margin-top: 50px;}
.bor-btm{position:relative }
.bor-btm:after {    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 110px;
    height: 3px;
    border-radius: 50px;
    background: var(--Theme-color);
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.contact-page .contact-info li {
  border-radius: 11px;
  margin-bottom: 30px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 5px rgb(0 0 0 / 10%);
  cursor: pointer;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
  -ms-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}
.contact-page .contact-info li .data p {
  margin-bottom: 10px;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
  -ms-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}
.contact-page .contact-info li .data a {
  color: #414141;
  opacity: .7;
  text-decoration: none;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
  -ms-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}
.contact-page .contact-info li .icon {
  margin-right: 20px;
  min-width: 55px;
  min-height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  background: #f9f9f9;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
  -ms-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}
.contact-page .contact-info li .icon svg {
  width: 30px;
  height: 30px;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
  -ms-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
.contact-page .contact-info li:hover {
  background: var(--Theme-color);
}
section{position: relative;
  overflow: hidden;}
.contact-page .contact-info li:hover .icon {
  background: rgba(255,255,255,.3);
}
.contact-page .contact-info li:hover .icon svg {
  fill: #fff;
}
.contact-page .contact-info li:hover .data p, .contact-page .contact-info li:hover .data a {
  color: #fff;
}
.err{
  color: red ;
}.map{padding: 50px 0;}
.map .heading-title h2{margin-bottom: 50px;}
.map .heading-title h2 span {
  color: var(--Theme-color);
}
#err_message{
  color: red ;
}

#success_message{
color:green;
}
footer{position: relative;}
.scrollUpMain .scrollTop {
  height: 48px;
  width: 48px;
  display: flex;
  border-radius: 50%;
  background-color: var(--Theme-color);
  justify-content: center;
  cursor: pointer;
  align-items: center;
  overflow: hidden;
  color: #fff;
}
.scrollUpMain {
  position: absolute;
  right: 20px;
  bottom: 85px;
}
.contact-page .contact-form {
  padding: 30px;
  background: #fff;
  border-radius: 11px;
  box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}
.contact-page .contact-form .heading-title {
  margin-bottom: 30px;
}
.contact-page .contact-form .form-group {
  margin-bottom: 30px;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(2.35rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.contact-page .contact-form textarea {
  height: 120px;
  resize: none;
  padding: 20px !important;
  border-radius: 11px !important;
}
.contact-page .contact-info li:hover .icon svg path {
  fill: #fff;
}
.contact-page .contact-form .form-control::placeholder{color:#c2c2c2}
.contact-page .contact-form .form-control {
  border-color: #c2c2c2;
  color: var(--Theme-color);
  padding: 29px 20px;
  border-radius: 50px;
  background: transparent;
}
.contact-page .contact-form .heading-title h2 {
  font-size: 30px;
  margin-bottom: 0;
}
button.cus-btn {
    background: rgba(108,154,44,.4);
    color: var(--Theme-color);
    border: 1px solid var(--Theme-color);
    border-radius: 100px;
    padding: 10px 30px;
    font-weight: 600;
    outline: none;
    box-shadow: none;
}
.contact-page .contact-form .heading-title h2 span{
  color: var(--Theme-color);
}
/* -----------------------------------
      Gallery Section
--------------------------------------*/
.portfolio-section {
  padding: 50px 0;
  background-color: #f2f2f2;
}

.portfolio-menu {
  text-align: center;
}
.control {
  background: #fff;
  color: var(--Theme-color);
  padding: 5px 10px;
  border: 1px solid var(--Theme-color);
  border-radius: 3px;
  margin: 5px;
  cursor: pointer;
  -webkit-transition: all 05s ease;
  -moz-transition: all 05s ease;
  -ms-transition: all 05s ease;
  -o-transition: all 05s ease;
  transition: all 0.5s ease;
}
.control:hover {
  background: var(--Theme-color);
  color: #fff;
}
.mixitup-control-active {
  color: #fff;
  background: var(--Theme-color);
}
.fancybox-container button:focus {
  outline: 0;
  box-shadow: none;
}
.portfolio-item {
  padding-top: 30px;
}
.pd {
  padding: 0;
  padding: 10px;
}
.pd img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: all 0.5s;
}
.portfolio-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  text-align: center;
  visibility: hidden;
  transition: all 0.5s;
  transform: scale(0);
}
.portfolio-overlay p,
.portfolio-overlay a {
  position: relative;
  z-index: 4;
}
.portfolio-overlay::before {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  left: 10%;
  top: 10%;
  transition: 50ms height ease 150ms;
  z-index: 3;
}
.portfolio-overlay::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  right: 10%;
  bottom: 10%;
  transition: 100ms width ease 200ms;
  z-index: 3;
}
.portfolio-item:hover .portfolio-overlay::before {
  width: 80%;
  height: 80%;
  border-top: 1px solid var(--Theme-color);
  border-right: 1px solid var(--Theme-color);
  transition: width 0.1s ease 0.3s, height 0.1s ease 0.5s;
}
.portfolio-item:hover .portfolio-overlay::after {
  width: 80%;
  height: 80%;
  border-bottom: 1px solid var(--Theme-color);
  border-left: 1px solid var(--Theme-color);
  transition: width 0.1s ease 0.6s, height 0.1s ease 0.7s;
}
.portfolio-item li:hover .portfolio-overlay {
  visibility: visible;
  transform: scale(1);
}
.portfolio-overlay .category {
  margin-top: 70px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.portfolio-overlay .magnify-icon {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background: var(--Theme-color);
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
}
.portfolio-overlay .magnify-icon:hover {
  background: #000;
}
.portfolio-overlay .magnify-icon p span i {
  font-size: 15px;
  color: #fff;
  line-height: 40px;
  cursor: pointer;
}


.header-area .dropdown-submenu {
  position: relative;
}
.header-area .dropdown-item:focus, .header-area .dropdown-item:hover{    color: #fff;
  text-decoration: none;
  background-color: #89b937;}
.header-area .dropdown-submenu a::after {
  transform: rotate(-90deg)!important;
  position: absolute;
  right: 6px;
  top: 10px;
}
.header-area .navbar-expand-lg .navbar-nav{gap:0 30px;}
.header-area .dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

/*******Responsive media query******/

@media screen and (max-width:575px){
  .header-area .dropdown-submenu a::after{ transform: rotate(0deg)!important;}
    .sec_pad{
      padding: 50px 0;
    }
    .top_sec .item{
      min-height: 400px;
    }
    .top_sec .title{
      font-size: 28px;
    }
    .sec_title{
      font-size: 24px;
    }
    .top_sec .para{
      font-size: 18px;
    }
}


.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

.sidebar .nav-link {
  color: #f5f5f5;
  padding: 15px;
}
.sidebar .nav-link:hover{
  color: #fff;
}
.sidebar .nav-item + .nav-item{
  border-top: 1px solid #606060;
}
