@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@300;400;500;600;700&display=swap');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Alexandria', sans-serif;
   
   
  
     
}

:root{
    --color1 : #172542;
    --color2 : #74B152;
    --color3 : #011931;
    --color4 : #E7F6F2;
    --color5 : #B4D51E;
    --color6 : #F9F9F9;
    --color7 : #676767;
    --color8 :#FF9000;
    
    
    
}

.spinner-container {
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
   
  }
  
  .container1 {
	width: 200px;
	height: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.circle {
	width: 20px;
	height: 20px;
	position: absolute;
	border-radius: 50%;
	background-color: var(--color2);
	left: 15%;
	transform-origin: 50%;
	animation: circle 0.5s alternate infinite ease;
}

@keyframes circle {
	0% {
		top: 60px;
		height: 5px;
		border-radius: 50px 50px 25px 25px;
		transform: scaleX(1.7);
	}
	40% {
		height: 20px;
		border-radius: 50%;
		transform: scaleX(1);
	}
	100% {
		top: 0%;
	}
}

.circle:nth-child(2) {
	left: 45%;
	animation-delay: 0.2s;
}

.circle:nth-child(3) {
	left: auto;
	right: 15%;
	animation-delay: 0.3s;
}

.shadow {
	width: 20px;
	height: 4px;
	border-radius: 50%;
	background-color: #8fc7546e;
	position: absolute;
	top: 62px;
	transform-origin: 50%;
	z-index: -1;
	left: 15%;
	filter: blur(1px);
	animation: shadow 0.5s alternate infinite ease;
}

@keyframes shadow {
	0% {
		transform: scaleX(1.5);
	}
	40% {
		transform: scaleX(1);
		opacity: 0.7;
	}
	100% {
		transform: scaleX(0.2);
		opacity: 0.4;
	}
}

.shadow:nth-child(4) {
	left: 45%;
	animation-delay: 0.2s;
}

.shadow:nth-child(5) {
	left: auto;
	right: 15%;
	animation-delay: 0.3s;
}

.btn
,input
,textarea
, .btn-close
, select{
    box-shadow: none !important;
}

a{
    text-decoration: none !important;
   
    
}
.container{
    max-width:1200px !important;
} 

.lines2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.lines3{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}




/* start header  */

.top-header{
    background-color: var(--color1);
    height: 70px;
    overflow-y: visible;
    
}

@media (max-width : 400px) {
    .top-header{
        height: auto;
    }

    .top-header h6{
        font-size: 14px !important;
    }
}

.top-header  .contact-us .contact-num p{
    font-size: 10px;
    color: white ;
}

.top-header  .contact-us span{
    background-color: #707070;
    height: 35px;
    width: 2px;
}




.top-header  .contact-us .contact-socil-icon .round-circle {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.top-header  .contact-us .contact-socil-icon .facebook-circle{
    background-color: #5488B8;
}
.top-header  .contact-us .contact-socil-icon .google-circle{
    background-color: #E83F3A;
}
.top-header  .contact-us .contact-socil-icon .twitter-circle{
    background-color: #37B1E1;
}
.top-header  .contact-us .contact-socil-icon .linkedin-circle{
    background-color: #0678B6;
}
.top-header  .contact-us .contact-socil-icon .round-circle:hover{
    transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    -o-transform: rotate(50deg);
}
.top-header  .contact-us .contact-socil-icon .round-circle i{
    color: white;
    font-size: 13px;
    
}



.bottom-header {
    background-color: white;
}

header .bg-green{
    background-color: var(--oranangbg) ;
    
}
header .bg-green .nav-link{
    color: #0E1D2B !important;
    font-size: 14px !important;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}


 
header .bg-green .container .nav-link::after{
    content: "";
    position: absolute;
    width: 80%;
    height: 2px;
    background-color: #74B152;
    right: 10%;
    bottom: 0;
    display: none;
  

}


header .active-page .nav-link{
    color: var(--color2) !important;
}


header .container .active-page  .nav-link::after{
    display: block;
}


  .offcanvas-body .nav-link{
    color: #413748 !important;
    font-size: 14px !important;
  
    
}

.offcanvas-body .nav-link:hover{
    color: var(--color2) !important;
}

.offcanvas-body  .active-page .nav-link{
    color: var(--color2) !important;
}
header .bg-green .nav-link:hover{
    color: var(--color2) !important;
 
    
}
header .bg-green .nav-link:hover::after{
    display: block;
}

header .bg-green .offcanvas-body .nav-link:hover::after{
    display: none;
}
header .bg-green ul{
   gap: 15px;
      margin-right: 6%;
}

@media (max-width : 1400px) {
    header .bg-green ul{
        gap: 7px;
    }
}
@media (max-width : 1200px) {
    header .bg-green ul{
        font-size: 13px;
        gap: 5px;
    }
}
header .navbar-toggler-icon{
    color: var(--iconbg);
}

 .offcanvas{
    transition: all 0.8s 0.4s;
    -webkit-transition: all 0.8s 0.4s;
    -moz-transition: all 0.8s 0.4s;
    -ms-transition: all 0.8s 0.4s;
    -o-transition: all 0.8s 0.4s;
}
 .offcanvas-header .btn-close{
    box-shadow: none;
}

.sidebar li .submenu{ 
	list-style: none; 
	margin: 0; 
	padding: 0; 
	padding-left: 1rem; 
	padding-right: 1rem;
}
.dropdow {
    position: relative;
    display: inline-block;
  }
  
  
  .dropdow-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 30;
    
   
  }
  
  .dropdow-content a {
    color: black;
    padding: 6px 16px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    
  }
  
  .dropbtn{
    font-size: 16px;
    color: white !important;
  }
  .dropbtn i{
    font-size: 12px !important;
    margin-top:-8px;
  }
  
  
  @media (max-width : 1400px) {
    .dropbtn{
    font-size: 15px !important;
  }
  }
  .dropdow-content a:hover {color:var(--color2) !important;}
  .dropdow:hover .dropdow-content {
      display: block;
    margin-left: 10px;
    
}

/* end header */
/* start landsec */
.land-sec .carousel-indicators [data-bs-target]{
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 11px !important;
    height:  11px !important;
    padding: 0;
    border-radius: 50% !important;
    margin-left: 3px;
    margin-right: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #4A5568 !important;
    opacity: 1 !important;
    background-clip: padding-box;
    border: 0;
    border-top:none !important;
    border-bottom: none !important;
    transition: opacity .6s ease;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
}


.land-sec .carousel-indicators .active{
  
  background-color:  #8FC754 !important;
}

.land-sec .slide-content{
    position: relative;
    padding-top: 10rem;
    padding-bottom: 10rem;
    z-index: 9999;
 
}

.land-sec .slide-content h1{
    color: #0E1D2B;
    line-height: 60px;
    font-weight: 700;
}

.land-sec .slide-content p{
    font-size: 14px;
    color: #4A5568;
    font-weight: 100;
    line-height: 32px;
  
}

@media (min-width : 770px) {
    .land-sec .slide-content p{
        padding-left: 14rem;
    }
}
@media (max-width : 680px) {

header .btn-secondary{}

}

.land-sec .slide-content .btn-secondary ,
header .btn-secondary{
    border-radius:  8px  !important;
    -webkit-border-radius:  8px  !important;
    -moz-border-radius:  8px  !important;
    -ms-border-radius:  8px  !important;
    -o-border-radius:  8px  !important;
    background-image: linear-gradient(to bottom, #8fc754, #88c254, #81bc53, #7ab753, #74b152);
    border-color: #8fc754 !important;
    position: relative;
    z-index: 0;
    transition-delay: 800ms;
    overflow-y: hidden;
    display: inline-block;
    color: white !important;
    font-size: 13px !important;
    margin-left:-2%;
}

.land-sec .slide-content .btn-secondary::before,
 .land-sec .slide-content .btn-secondary::after,
 header .btn-secondary::before,
header .btn-secondary::after {
    position: absolute;
    z-index: -1;
    top: 0;
    display: block;
    height: 100%;
    width: 0;
    background-color: #4c8117;
    content: "";
  }
  .land-sec .slide-content .btn-secondary::before ,
  header .btn-secondary::before {
    left: 0;
  }
  .land-sec .slide-content  .btn-secondary::after,
  header  .btn-secondary::after {
    right: 0;
    transition: width 0.3s;
  }
  .land-sec .slide-content  .btn-secondary:hover::before ,
  header  .btn-secondary:hover::before {
    width: 100%;
    transition: width 0.3s;
  }
  .land-sec .slide-content .btn-secondary:hover::after ,
  header .btn-secondary:hover::after
   {
    background-color: transparent;
    width: 100%;
  }
  .btn-secondary:hover{   background-image: linear-gradient(to right top, #74b152, #88bc52, #9cc751, #b2d250, #c9dc50) !important;}

  .contect-form input
,.contect-form textarea
{
    box-shadow: none !important;
    background-color:  #F9F9F9 !important;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
}

.contect-form input::placeholder
,.contect-form textarea::placeholder{
    font-size: 12px !important;
    color: #959595 !important;
    font-weight: 100;
}

[type=email]{
    direction: rtl !important;
}
[type=date]{
    direction: rtl !important;
}
.contect input::placeholder
,.contect textarea::placeholder {
 font-size: 14px !important;
    font-weight: 400 !important;
    font-weight: 100;
}



 select
{
    
border: 1px solid rgba(157, 157, 157, 0.4) !important;
background-color: #F9F9F9 !important;
border-radius: 4px;
font-size: 12px !important;
color: #959595 !important;
}

.modal-title h5{
    color: var(--color1) !important;
}
.modal-body  label{
    font-size: 13px;
    color: var(--color3);
}


/* end landsec */

/* start sec2 */

.sec2 .sec2-img{
 overflow: hidden;
 border-radius: 12px;
 -webkit-border-radius: 12px;
 -moz-border-radius: 12px;
 -ms-border-radius: 12px;
 -o-border-radius: 12px;
 position: relative;
}
.sec2 .sec2-img img{
    border-radius: 12px;
    position: relative;
    z-index: 1;
}

.sec2 .sec2-img .top-secs-2-img{
    position: absolute;
   top: 10px;
   right: 30px;
    z-index: 5;
}

.sec2 .sec2-content h3{
    color: #192534;
    line-height: 50px;
}
.sec2 .sec2-content p{
    font-size: 14px;
    color: #4A5568;
    font-weight: 100;
    line-height: 32px;
}

.sec2 .sec2-content  .sec2-fut-list .fut-line .check-circle{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: var(--color2);
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec2 .sec2-content  .sec2-fut-list .fut-line .check-circle i{
    color: white;
    font-size: 18px;
    margin-top: 3px;
}
.sec2 .sec2-content  .sec2-fut-list .fut-line p{
    font-weight: 500;
    line-height: 40px;
}


.sec2 .top-title h2{
    color: #011931;
    position: relative;
    font-weight: 600;
    
}

.sec2 .top-title h2::before{
    content: "";
    position: absolute;
    height: 4px;
    background-color: var(--color2);
    width: 50px;
    bottom: -28px;
    right: 46%;
}

.sec2 .top-title p{
    font-size: 14px;
    color: #4A5568;
    font-weight: 100;
    line-height: 32px;
}
/* end sec2 */

/* start cards */
     

     .cards {
        position: relative;
        background-image: url(../images/bg.png);
        background-repeat: no-repeat;
        background-size: cover;
      
        
    }
    
    .cards::after
    {
         content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        opacity: 80%;
        z-index: 0;
        background-color: #172542;
    
    }

    .cards .container{
        position: relative;
        z-index: 5;
    }


    .cards .top-title h2{
        color: white;
        position: relative;
        font-weight: 600;
    }
    
    .cards .top-title h2::before{
        content: "";
        position: absolute;
        height: 4px;
        background-color: var(--color2);
        width: 50px;
        bottom: -28px;
        right: 46%;
    }
    
    .cards .top-title p{
        font-size: 14px;
        color: white;
        font-weight: 100;
        line-height: 32px;
    }

    .cards .single-card {
        background-color: white;
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        transition: all 0.8s;
        -webkit-transition: all 0.8s;
        -moz-transition: all 0.8s;
        -ms-transition: all 0.8s;
        -o-transition: all 0.8s;
        min-height: 300px;
}

.cards .single-card .img-card img{
    vertical-align: middle;
    width: 100%;
    color:#74B152;
}
.cards .single-card .img-card{
    width: 80px;
    fill: var(--color2);
}
.cards .single-card:hover svg{ color:#fff;}

.cards .single-card .head-card{
    color: var(--color3);
    font-size: 17px;
    line-height: 30px;
    font-weight: 600;
    padding:0 10%;
}

.cards .single-card .card-dscrp{
    color: #4A5568;
    font-size: 12px;
    line-height: 33px;
}

.cards .single-card:hover{
    background-image: linear-gradient(to bottom, #8fc754, #88c254, #81bc53, #7ab753, #74b152);
}
.cards .single-card:hover .img-card
,.cards .single-card:hover .head-card
,.cards .single-card:hover .card-dscrp 

{

    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    color: white;
} 
.cards .single-card:hover .img-card{
    fill: white;
}
@media (min-width: 992px){

    .cards .col-l1g-3 {
        flex: 0 0 auto;
        width: 30%;
    }
}

/* end cards */



/* start achived */


.achived {
    background-color: #F8F9FA ;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.achived .achived-content h2{
   color: #0E1D2B;
   line-height: 60px;
   font-weight: 600;
}

.achived .achived-content p{
    font-size: 14px;
    color: #4A5568;
    font-weight: 100;
    line-height: 32px;
    
}

.achived .achived-content .numbers .number-card{
    border: 1px solid #F3F3F5;
    background-color: white;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    
}

.achived .achived-content
 .numbers .number-card
  .number-card-content h5{
    transition: all 0.5s ;
    color: #4A5568;
    -webkit-transition: all 0.5s ;
    -moz-transition: all 0.5s ;
    -ms-transition: all 0.5s ;
    -o-transition: all 0.5s ;
    font-size:1.6rem;
}

.achived .achived-content 
.numbers .number-card
 .number-card-content span{

font-weight: 500;
    color: #4A5568;
    font-size: 15px;
}

.achived .achived-content .numbers .number-card:hover{
    box-shadow: 0 2px 10px #D0D1D1;
}
.achived .achived-content .numbers .number-card:hover h5{
    color: var(--color2);
}



/* end achived */



/* start tow parts */

.tow-parts .grean-part {
    position: relative;
    background-image: url(../images/6.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    
}

.tow-parts .grean-part::after
{
     content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 80%;
    z-index: 0;
   background:  linear-gradient(to top, #80b447, #86bf51, #7db84e, #74b04b, #6ba948);

}

.tow-parts .blue-part {
    position: relative;
    background-image: url(../images/5.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
}

.tow-parts h5{
    font-weight: 600;
    font-size:2rem;
}

.tow-parts .blue-part::after
{
     content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 80%;
    z-index: 0;
    background-image: linear-gradient(to bottom, #17254278, #1725426b, #17254270, #17254287,
     #17254270, #152441ab, #13233f9c, #11223ed4, #0d203b, #081d37, #041b34, #011931);
}

.tow-parts .blue-part:hover::after{
    background-image: linear-gradient(to bottom, #172542, #172542, #172542, #17254287);

}
.tow-parts .grean-part:hover::after{
    background:  linear-gradient(to top,   #497c26, #6ba948);


}

.tow-parts .part-content{
   top : 30%;
    margin-right: 10rem;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    z-index: 5;
}
.dscrp-side h5{ font-size:1.6rem;}
.tow-parts p{
    font-size: 14px;
    line-height: 33px;
    padding-left: 16rem;
}

@media (max-width : 1400px ) {
    .tow-parts p{
        padding-left: 5rem;
    } 
    .tow-parts .part-content{
        margin-right: 8rem;
    }
}

@media (max-width : 992px ) {
    .tow-parts p{
        padding-left: 8rem;
    } 
    .tow-parts .part-content{
        margin-right: 6rem;
    }
}
@media (max-width : 600px ) {
    .tow-parts p{
        padding-left: 2rem;
    } 
    .tow-parts .part-content{
        margin-right: 4rem;
    }
}



.tow-parts .grean-part:hover .part-content
, .tow-parts .blue-part:hover .part-content{

    top: 10%

}


/* end tow parts */


/* start blogs */

.blogs .top-title h2{
    color: var(--color3);
    position: relative;
    font-weight: 600;
}

.blogs .top-title h2::before{
    content: "";
    position: absolute;
    height: 4px;
    background-color: var(--color2);
    width: 50px;
    bottom: -28px;
    right: 46%;
}

.blogs .top-title p{
    font-size: 14px;
    color: var(--color3);
    font-weight: 100;
    line-height: 32px;
}

.blogs .single-blog .blog-img{
    overflow: hidden;
    height: 280px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
   background-color: #f8fafd;
   border: none !important;
}

.blogs .single-blog .blog-img  figure{
    border: none !important;
    background-color: #f8fafd;
    border-radius: 12px;

}




.blogs .single-blog .blog-img  figure:hover img {
   transform: scale(1.2);
   opacity: 1;
   -webkit-animation: flash 1.5s;
   animation: flash 1.5s;
   transition: all 1s  ease-in;
   -webkit-transition: all 1s  ease-in;
   -moz-transition: all 1s  ease-in;
   -ms-transition: all 1s  ease-in;
   -o-transition: all 1s  ease-in;
   -webkit-transform: scale(1.2);
   -moz-transform: scale(1.2);
   -ms-transform: scale(1.2);
   -o-transform: scale(1.2);
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}



.blogs .single-blog .blog-title a{
    font-size: 18px;
    color: var(--color3);
    font-weight: 600;
    line-height: 40px;
}



.blogs .single-blog:hover .blog-title a{
     color: var(--color2);
}

.blogs .single-blog .blog-date p{
    font-size: 12px;
    color: #4A5568;
    font-weight: 100;
    line-height: 32px;
}
/* end blogs */

/* start order serv */

.order-servics{
    /* linear-gradient(180deg, rgba(143,199,84,1) 0%, rgba(116,177,82,1) 20%), */
    position: relative;
    background-image:  url(../images/4.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: color-burn;
    background-color: var(--color2);

}


.order-servics .dscrp-side p{
    font-size: 13px;
    line-height: 36px;
}

.order-servics .btn-side .btn-outline-light{
    border-radius: 12px !important;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    -ms-border-radius: 12px !important;
    -o-border-radius: 12px !important;
    font-size: 14px !important;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}


.order-servics .btn-side .btn-outline-light:hover{
    color: var(--color2) !important;
}



/*  end order serv */


/* start footer */

footer{
    background-color: var(--color1);
}

footer p
, footer a{
    font-size: 12px;
    line-height: 30px;
    font-weight: 100;
   
}
footer .call-data li:hover{
    color: var(--color2) !important;
    transition:  all 0.5s;
    -webkit-transition:  all 0.5s;
    -moz-transition:  all 0.5s;
    -ms-transition:  all 0.5s;
    -o-transition:  all 0.5s;
}

footer .site-list .bi-caret-left-fill{
    font-size: 12px !important;
}
footer .site-list li a{
    color: white;
}
footer .site-list li:hover{
    color: var(--color2) !important;
    margin-right: 5px;
    transition:  all 0.5s;
    -webkit-transition:  all 0.5s;
    -moz-transition:  all 0.5s;
    -ms-transition:  all 0.5s;
    -o-transition:  all 0.5s;
}

footer .site-list li:hover a{
    color: var(--color2);
}



@media (min-width : 992px) {
    footer .site-list{
        margin-right: 8rem;
    }
    
}
@media (min-width : 768px) {
    footer .site-list{
        margin-right: 3rem;
    }
    
}


@media (max-width : 786px) and (min-width : 417px) {
  footer .call-data  .bi-geo-alt{
        margin-bottom: 0 !important;
    }
}


footer .mail-list .btn-secondary{
    background-color: var(--color2) !important;
    border-color: var(--color2) !important;
    font-size: 14px;
    border-radius:   8px 0 0 8px   !important;
    -webkit-border-radius:   8px 0 0 8px   !important;
    -moz-border-radius:   8px 0 0 8px   !important;
    -ms-border-radius:   8px 0 0 8px   !important;
    -o-border-radius:   8px 0 0 8px   !important;
}

footer .mail-list .btn-secondary:hover{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    background-color: #4d8531 !important;
    border-color: #4d8531 !important;
}


footer .mail-list .form-control {
    border-radius: 0  8px 8px  0 !important;
    -webkit-border-radius: 0  8px 8px  0 !important;
    -moz-border-radius: 0  8px 8px  0 !important;
    -ms-border-radius: 0  8px 8px  0 !important;
    -o-border-radius: 0  8px 8px  0 !important;
    padding-top: 0.8rem ;
    padding-bottom: 0.8rem ;
}


footer .mail-list input::placeholder{
    color: #4A5568 !important;
    font-size: 10px;
    font-weight: 100;
}

footer .bottom-footer{
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

footer .logo-side p{
    color: #4A5568 !important;
    font-size: 14px;
    font-weight: 400;
}

footer .links-side a{
    color: #4A5568 !important;
    font-size: 12px;
    font-weight: 100;

} 
footer .links-side a:hover{
    color: var(--color2) !important;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

footer .links-side span{
    color: #4A5568 !important;
    font-size: 16px;
    font-weight: 100;
}

footer .links-side div{
    gap:  1rem;
}

footer .copy-right p{
    color: white !important;
    font-size: 12px;
}
/* end footer */


.slide-bg{ width: 100%; height: 100%; position: absolute;  top: 0; z-index: 1;  background-image: url(../images/ern-building.png);     background-repeat: no-repeat;
    background-size: cover; background-position: center;}
    
a.en {
    text-align: center;
    line-height: 17px;
    border: #ddd solid 1px;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    margin-left: 10px;
    background: #F8F9FA;
}

.nav-link {
    padding: 0.1rem 1rem;
}

.mtext{    padding: 6px;
    line-height: 24px;
    font-size: 12px;}
.m-title h5{line-height:30px; padding: 6px;}