@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Josefin+Slab:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

/*font-family: 'Open Sans', sans-serif;*/

body{
      font-family: 'Roboto', sans-serif; 
    font-size: 16px;
}
p{
    font-family: 'Roboto', sans-serif; 
    font-size: 17px;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
a{
  color: inherit;
  text-decoration: none;
}
a:hover, a:focus{
    color: #719a62;
}
.bg-color1{
    background-color: #23347d!important;
}
.bg-color2 {
    background-color: rgba(42, 47, 113, 0.1);
}
.bg-white{
    background-color: #fff!important;
}
.text-color1{
    color: #719a62!important;
}
.color-green{
  color: #719a62;
}
.top-header {
    padding: 15px 0;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background: #383759;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
/*    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e);*/
/*    background-color: #000;*/
    filter: none !important;
/*    padding: 23px;*/
}
.width-30 {
  width: 30%;
}
.width-40 {
  width: 40%;
}
.width-50 {
  width: 50%;
}
.width-70 {
  width: 70%;
}
.width-60 {
  width: 60%;
}
.flexbox {
  display: -webkit-box;
  display: flex;
}
.flexbox .element {
  height: 100%;
}
.overflow{
    overflow: hidden !important;
}
span.carousel-control-prev-icon:before {
    position: absolute;
    content: '';
    background: #719a62;
    top: -14px;
    left: -11px;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    z-index: -1;
}
span.carousel-control-next-icon{
  position: relative;
}
span.carousel-control-next-icon:before {
    position: absolute;
    content: '';
    background: #719a62;
    top: -14px;
    left: -15px;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    z-index: -1;
}
span.carousel-control-prev-icon {
    position: relative !important;
}
.cont-slid h1 {
    font-size: 60px;
}
li.check a img {
    width: 150px;
}
.slider-box {
    position: relative;
}
.slider-content {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    content: '';
    z-index: 11;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*.cont-slid {
    padding: 0 100px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 9;
    width: 100%;
    content: '';
    display: table;
    transform: translateY(-50%);
}*/
/*.cont-slid p {
    width: 70%;
    text-align: center;
    margin: 0 auto;
}*/
button.carousel-control-prev, button.carousel-control-next {
    z-index: 11;
}
ul{
    list-style: none;
    padding-left: 0;
}
.list1 li,
.areas-list li{
    padding:0 0 15px 25px;
    position: relative;

}
.list1 li:before,
.areas-list li:before{
    position: absolute;
    top: 0;
    left: 0;
    content: '\F133';
    font-family:bootstrap-icons;
    font-size: 18px;
    color:#45a941;
}
.list2{
    margin-left: 16px;
    list-style-type: decimal;
}
.site-map-list li{
    border-left: 1px solid #dfdfdf;
    padding:10px 0 10px 30px;
    position: relative;
}
.site-map-list li:before{
    position: absolute;
    top: 20px;
    left: 0;
    width: 20px;
    height: 1px;
    background-color: #dfdfdf;
    content: '';
}
.address-box1{
    margin-bottom: 8px;
    display: block;
    border: 4px solid #719a62;
    padding: 10px 20px;
    min-height: 202px;
    border-radius: 20px 0;
}
.address-box1 .address-icon-holder{
    float: left;
    margin-right: 15px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #719a62;
    border-radius: 100%;
    text-align: center;
    position: relative;
    font-size: 18px;
}
.contact-wrap .address-icon-holder{
    float: none;
    margin:auto ;
    position: relative;
    z-index: 1;
    border:5px solid #ffffff;
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    line-height: 67px;
    font-size: 25px;
    margin-top: -50px;
}
.address-box1 .address-content{
    position: relative;
    overflow: hidden;
}
.address-box1 .address-content p{
    font-weight: 500;
    margin-bottom: 0;
}
.contact-wrap .address-content{
/*    background-color: #eee;*/
    padding:25px 4px;
/*    margin-top: -40px;*/
    text-align: center;
}
.address-box1 .address-content strong,
.address-content.contact-wrap strong{
    color: #000;
    font-size: 22px;

}
hr {
    margin: 6px 0;
}
.address-box1 .address-content.contact-wrap,
.address-box .address-content.contact-wrap > p > a{
    color: #000;
}
.testi-wrap1{
  padding:30px 30px 30px 50px;
  margin-bottom: 20px;
  position: relative;
  border-bottom:1px solid #a1a1a1;
  min-height: 155px;
}
.testi-wrap1:before{
  position: absolute;
  top: 9px;
  left: 8px;
  font-size: 40px;
  color: #719a62;
  content: '\F6B0';
  font-family:"bootstrap-icons";
  color: linear-gradient(to bottom, #965f2d -22%, #f5ea96 118%); 
}
h6.testi-title{
    font-size: 20px;
}
h6.testi-title span{
    font-size: 14px;
    font-weight: normal;
}
.agent-2 {
    margin-bottom: 30px;
    background: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.agent-2:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
   /* webkit-transform: translateY(-5px);
    transform: translateY(-5px);*/
}
.agent-2 .photo {
    position: relative;
}
.agent-2 .photo img {
    width: 100%;
}

.agent-2 .photo .overlay1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(28 28 28 / 51%);
    padding: 8px;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: all 500ms ease 0s;
}

.agent-2 .photo .overlay1 .border {
    width: 100%;
    height: 100%;
    border: 1px solid #e9ecef59!important;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.agent-2 .photo .overlay1 .border .icon-holder {
    width: 50px;
    height: 50px;
    background: #fff;
    margin: 4px;
    border-radius: 50%;
    transition: all 500ms ease 0s;
}

.agent-2 .photo .overlay1 .border .icon-holder a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 18px;
    color: #000;
    border-radius: 50%;
    line-height: 50px;
    transition: all 500ms ease 0s;
    background: #fff;
}

.agent-2 .photo .overlay1 .border .icon-holder a:hover{
    color: #c69833;
}

.agent-2:hover .photo .overlay1 {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.agent-2 .agent-details {
    text-align: center;
    padding: 25px 20px;
}

.agent-2 .agent-details h5 {
    margin-bottom: 5px;
}

.agent-2 .agent-details h5 a {
    font-size: 20px;
}

.agent-2 .agent-details p {
    margin-bottom: 0;
}

.agent-2 .facebook-bg:hover {
    background: #4867aa!important;
}

.agent-2 .twitter-bg:hover {
    background: #56d7fe!important;
}

.agent-2 .google-bg:hover {
    background: #dc4e41!important;
}
ul.list-disc li a {
    color: #fff;
    text-decoration: none;
}
.cont-slid {
    padding: 0 100px;
}
.overlay1 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #080d15;
    opacity: .65;
}
ul.list-disc li {
    display: inline-block;
}
ul.list-disc {
    display: block;
    vertical-align: middle;
    margin: 0px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
}
ul.list-disc-1 li {
    margin-bottom: 5px;
/*    font-weight: 500;*/
}
li.li-mid {
    margin: 0 10px;
}
.top-head {
    background: #719a62;
    padding: 5px 0;
}
h2.bdr-lft {
    /*border-left: 6px solid #719a62;
    padding-left: 15px;*/
    margin-bottom: 40px;
    position: relative;
}
.cont-slid img {
    border: 2px solid #fff;
    border-radius: 10px;
}
p.welcome {
    font-size: 25px;
    margin-bottom: 0px;
/*    margin-top: 40px;*/
}
h2.bdr-lft::after {
    content: '';
    position: absolute;
    display: block;
    bottom: -30%;
    height: 1px;
    width: 100%;
    background: #6a915c;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
h1.main-h{
    position: relative;
    margin-bottom: 30px;
}
h1.main-h:after{
  content: '';
    position: absolute;
    display: block;
    bottom: -20%;
    height: 1px;
    width: 100%;
    background: #6a915c;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
li.nav-item a{
    color: #000 !important;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 16px;
}
li.nav-item {
    padding: 16px 10px 16px 8px;
}
a.nav-link.active, a.nav-link:hover {
    color: #719a62 !important;
    border-bottom: 1px solid #719a62;
}
.mel-auto {
    margin-left: auto;
}
/*.logo img {
    width: 40%;
}*/
.logo
{
  display: inline-block;
}

section.sec-pdd-1 {
    padding: 80px 0;
}
section.sec-pdd-2 {
    padding-bottom: 80px;
}
.bg-color2 {
    background-color: rgb(233 233 233);
}
.about-bg {
    background: url(../../assets/image/about.jpg);
}
.parallax {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.box-card h3 {
    background: #719a62;
    color: #fff;
    padding: 20px;
    font-size: 15px;
    text-align: center;
}
.box-card {
    border-radius: 10px !important;
/*    margin: 10px;*/
}
.box-card img {
    border-radius: 10px 10px 0 0;
}
.card-image img {
    width: 100%;
}

.title-dot-style-wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  margin-bottom: 10px;
}
.title-dot-style-wrap h2 {
    margin: 0px;
}
.section-title-left-dot{
  margin-right: 7px;
}
.section-title-right-dot{
  margin-left: 7px;
}
.section-title-dot span{
  background: #719a62;
  height: 5px;
  width: 7px;
  display: inline-block;
  border-radius: 20px;
}
.section-title-left-dot span:first-child, .section-title-right-dot span:last-child{
  width: 5px;
  height: 3px;
  margin-bottom: 1px;
}
ul.list-disc-1 li::before {
    position: absolute;
    content: '\F133';
    font-family: "bootstrap-icons";
}
ul.list-disc-1 li{
  position: relative;
  padding-left: 28px;
}
ul.list-disc-1 {
    list-style: none;
    padding: 0px;
}
ul.list-disc-1 li::before {
    position: absolute;
    content: '\F133';
    font-family: "bootstrap-icons";
    top: 1px;
    left: 0px;
    color: #719a62;
}
.card-big {
    padding: 30px;
}
.quotes {
    background: url(../../assets/image/bg.jpg);
    padding: 150px 0;
    background-size: cover;
    background-position: center;
    position: relative;
}
.quotes::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  left: 0;
  top: 0;
}
.quotes h3 {
    color: #fff;
    z-index: 111;
    position: relative;
    font-family: 'Open Sans';
    font-weight: 600;
    line-height: 1.6;
    font-size: 27px;
}

section.bottom-footer {
    background: #719a62;
    padding: 20px 0;
    font-size: 25px;
    padding-bottom: 110px;
}
section.bottom-footer1 {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 999;
    width: 100%;
    background-color: #719a62;
    box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    padding: 20px 0px;
}
.bottom-footer1 p {
    margin-bottom: 0px;
}
a.get-i-t {
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 10px 20px;
    float: right;
}
a.get-i-t2 {
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 15px;
    font-size: 16px;
}
a.get-i-t1 {
    float: none !important;
    font-size: 18px !important;
    padding: 12px 25px !important;
}
a.get-i-t:hover {
    background: #719a62;
    color: #fff;
}
section.bottom-footer a {
    color: #fff;
    font-size: 17px;
    text-decoration: none;
}
footer.sec-pdd.footer-bg.bg-color2 {
    padding: 60px 0;
}
h3.widget-title {
    /*border-left: 4px solid #719a62;
    padding-left: 20px;*/
    margin-bottom: 50px;
    position: relative;
}

h3.widget-title::before {
    content: '';
    background: #719a62;
    position: absolute;
    height: 3px;
    width: 50px;
    bottom: -11px;
    border: 10px;
    left: 20px;
}
h3.widget-title::after {
    content: '';
    background: #719a62;
    position: absolute;
    height: 3px;
    width: 15px;
    bottom: -11px;
    border: 10px;
    left: 0;
}
.address-box {
    display: flex;
}
.address-box a {
    color: #000;
    text-decoration: none;
}
.icon-holder {
    margin-right: 16px;
}
.icon-holder i {
    font-size: 20px;
    color: #719a62;
}
ul.top-social-links {
    padding: 0px;
    list-style: none;
    margin-top: 20px;
}
ul.top-social-links li {
    display: inline-block;
    margin-right: 20px;
    background: #fff;
    padding: 15px;
}
ul.top-social-links li a i {
    font-size: 21px;
    color: #719a62;
}
ul.list-disc.full{
    padding-left: 0px;
}
ul.list-disc.full li {
    color: #000;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 17px;
}
ul.list-disc.full li a{
  text-decoration: none;
  color: #000;
}
ul.list-disc.full li::before{
    position: relative;
    content: '\F135';
    font-family: "bootstrap-icons";
    margin-right: 10px;
    top: 4px;
    font-size: 20px;
    color: #719a62;
}



.section-borders span {
    height: 5px;
    background: #6aaf08;
    width: 40px;
    display: inline-block;
    border-radius: 2px;
}

.section-borders span.black-border {
    background: #333;
    width: 30px;
    margin: 0 6px;

}

.client-testimonial-carousel .owl-dots button {
    height: 5px;
    background: #6aaf08 !important;
    width: 20px;
    display: inline-block;
    margin: 5px;
    transition: .2s;
    border-radius: 2px;
}

.client-testimonial-carousel button.owl-dot.active {
    background: #000 !important;
    width: 30px;
}

.client-testimonial-carousel .owl-dots {
    text-align: center;
    margin-top: 25px
}

.single-testimonial-item {
    position: relative;
    box-shadow: 0 0 2px #dadfd3;
    margin: 2px;
    padding: 20px;
    font-style: italic;
    padding-left: 85px;
}

.single-testimonial-item:before {
    font-family: "Font Awesome 5 Free";
    content: "\f10e";
    font-weight: 900;
    position: absolute;
    left: 20px;
    top: 50%;
    font-size: 20px;
    color: #6aaf08;
    line-height: 30px;
    margin-top: -15px;
}
.single-testimonial-item:before {
    position: relative;
    content: '\F6B0';
    font-family: "bootstrap-icons";
    font-weight: 900;
    position: absolute;
    left: 10px;
    top: 50%;
    font-size: 30px;
    color: #6aaf08;
    line-height: 30px;
    margin-top: -15px;
}    

.single-testimonial-item:after {
    background: #ddd;
    content: "";
    height: 70%;
    left: 60px;
    position: absolute;
    top: 10%;
    width: 1px;
}

.single-testimonial-item h3 {
    font-size: 20px;
    font-style: normal;
    margin-bottom: 0;
}

.single-testimonial-item h3 span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
}
.box-card a {
    text-decoration: none;
}
a.dropdown-item:focus {
    background: #e9ecef;
}
.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #719a62;
}
.owl-carousel.client-testimonial-carousel {
    display: flex;
    margin: 20px 0;
}
.btn-width{
 width:250px;
 font-size: 18px;
}
a.button {
    background: #719a62;
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
}
a.btn.button:hover {
    color: #fff;
}
.mt-30 {
    margin-top: 30px;
}
.footer-links {
    color: #fff;
}
@media (min-width: 320px) and (max-width: 991px){
    .flexbox {
        display: block;
    }
  .width-30,
  .width-40,
  .width-50,
  .width-60,
  .width-70 {
    width: 100%;
  }
  .navigation li.dropdown > .dropdown-menu li a:hover, .navigation li.dropdown > .dropdown-menu li a:focus, .navigation li.dropdown > .dropdown-menu li.active a{
    olor: #fff;
    background-color: #719a62 !important;
  }
   .home-img-box.m-min-200 {
    background-image: none !important;
    margin-bottom: 15px;
    height: 100% !important;
    min-height: 100% !important;
  }
  .contact-wrap{
    margin-bottom: 30px;
  }
  .address-box1{
    display: block;
  }
  /*.contact-wrap .address-icon-holder{*/
  /*  margin: auto;*/
  /*}*/
  .contact-wrap .address-content{
    text-align: center;
  }
  .contact-wrap .address-content{
    padding-top: 15px;
  }
  h3.widget-title{
      font-size: 20px;
  }
  .three{
        margin-top:30px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    
}

@media (min-width: 320px) and (max-width: 767px){
  section.sec-pdd-1 {
    padding: 40px 0;
}
.owl-carousel.client-testimonial-carousel {
    display: block;
}
ul.top-social-links li {
    padding-bottom: 0 !important;
}
ul.list-disc{
  padding: 0;
}
.cont-slid {
    padding: 0px 50px;
}
.slider-content {
    color: #fff;
    top: 42% !important;
}    

h3.widget-title {
    margin-bottom: 30px;
}
.footer-widget {
    margin-top: 20px;
}
.slider-box {
    position: relative;
}
/*.header-right-bar{
    text-align: center !important;
  }
  .logo{
    display: table;
    margin:15px auto;
  }
  .mobile-menu {
        display: block;
        vertical-align: middle;
        font-size: 20px;
        padding: 15px 0;
        color: #000;
        cursor: pointer;
        margin: 15px 0 0;
        text-align: left;
        border-top: 1px solid #000;
    }
    .mobile-menu i{
        float:right;
    }
  .nav-wrapper{
    position: fixed;
    top: 0;
    left: -300px;
    width: 255px;
    height: 100%;
    overflow-x: scroll;
    z-index: 999;
    border-radius: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #221e1f;
    padding-top: 0;
  }
  .nav-wrapper.open{
    left: 0;
  }
  .navigation{
      text-align: left !important;
    display: block !important;
    padding-left: 0px !important;
  }
  .navigation > li{
    display: block;
    margin:0;
    border-bottom: 1px solid #333;
  }
  .navigation > li:first-child{
    display: block;
    text-align: right;
  }
  .navigation li a{
    padding:10px 20px;
    border-radius:0;
    border: 0;
  }
  .navigation li:hover > a,
  .navigation li:focus > a,
  .navigation li.active > a{
    background-color: #ffc800;
    color: #ffffff;
    border-radius:0;
  }
  .navigation > li.dropdown > a:after{
    right: 20px;
  }
    .navigation li.dropdown > .dropdown-menu,
    .navigation li.dropdown:hover > .dropdown-menu{
        position: static;
        top: 0;
        visibility: visible;
        opacity: 1;
        width: 100%;
        float: none;
        display:block;
    }
    .navigation li.dropdown > .dropdown-menu li a{
        padding: 10px 10px 10px 30px; 
    }*/

}


.header-mob{
  display: none;
}


/*...............................Header Start..................*/
.header-right-bar {
    display: block;
    width: 100%;
    text-align: right;
}
.nav-wrapper,
.top-social-link{
    display: inline-block;
    vertical-align: middle;
}
.top-social-link li {
    display: inline-block;
    vertical-align: top;
}
.top-social-link li a i{
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #000;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid #fff;
    border-radius: 100%;
    font-size: 16px;
}
.top-social-link li:hover a,
.top-social-link li:focus a{
    text-decoration:none;
    border-color: #fff;
    color: #000;
}
.top-social-link li a span{
    color:#000;
    margin:0 6px;
}
.top-social-link li:first-child{
        margin-left: 18px;
    }
.navigation{
  text-align: right;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
}
.mobile-menu{
  display: none;
}
.navigation > li{
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.navigation li.dropdown > .dropdown-menu{
  opacity: 0;
  position: absolute;
  top: 130%;
  left: 0;
  width: 250px;
  z-index: 999;
  background-color: #024f9f;
  visibility: hidden;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  padding:0;
  margin:0;
  border-bottom: 3px solid #9a9a9a;
    transition: all 500ms ease;
    display: block; 
}
.navigation li.dropdown > .dropdown-menu li{
  border-bottom: 1px solid #e6e6e6;
  margin-right: 0;
}
.navigation li.dropdown > .dropdown-menu li:last-child{
  border-bottom: none;
}
.navigation li.dropdown > .dropdown-menu li a{
  background-color: #ffffff;
  padding:10px 10px 10px 20px;
  color: #000;
}
.navigation li.dropdown:hover > .dropdown-menu{
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.navigation > li:first-child{
  display: none;
}
.navigation a{
  font-family: 'Open Sans', sans-serif;
  overflow: hidden;
  position: relative;
  display: block;
  font-weight: 600;
  color: #fff;
  padding: 10px 22px;
    transition: all 500ms ease 0s;
    text-decoration: none;
}
.navigation a:last-child{
    padding-right:0 ;
}
.navigation > li.dropdown > a:after {
    font-family: "bootstrap-icons";
    content: "\F282";
    position: absolute;
    top: auto;
    right: 0;
    font-size: 14px;
    transition: all 500ms ease 0s;
}
.navigation li:hover a,
.navigation li:focus a,
.navigation li.active a{
  color: #719a62;
}
.navigation li.dropdown > .dropdown-menu li a:hover,
.navigation li.dropdown > .dropdown-menu li a:focus,
.navigation li.dropdown > .dropdown-menu li.active a{
  color: #fff;
  background-color: #719a62;
}

/*...............................Header End..................*/

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #000000c4;
  border-radius: 10px 10px 0 0;
}
.overlay i {
    font-size: 40px;
}

.box-card a:hover .overlay {
  opacity: 1;
}
.overlay-img {
    position: relative;
}
.text{
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}