/*------------- #MAIN STYLES --------------*/
/*------------------------------------------------------------------
-------------------------------------------------------------------*/


/*------------- #general --------------*/


body{
    
    position: relative;
    padding: 0;
    margin: 0;
    font-family: 'Cairo','Heebo';
    direction: rtl;
    text-align: right;
    overflow-x: hidden;
    color: #212529;
    
}



*{box-sizing: border-box}

:root{
    
	/*
     --main_bgcolor:#006837;
     --btn_bgcolor_hover:#014d2a;
	*/

}
a{
    color: #212529
}
a , a:hover{
    
    text-decoration: none;
    color: inherit;
}

.section-style{
    
    position: relative;
    padding: 3rem 0;
}

.title-1{
    
  font-size: 40px;
  color: var(--main_bgcolor);
  font-weight: bold;
}
.title-2{
    
     font-size: 32px;
     color: var(--main_bgcolor);
     font-weight: bold;
}
.title-3{
    
     font-size: 26px;
     color: var(--main_bgcolor);
    font-weight: bold;
}
.title-4{
    
     font-size: 24px;
     color: var(--main_bgcolor);
     font-weight: bold;
}

.fa, .fab, .fad, .fal, .far, .fas{
    
    vertical-align: middle;
}

.input-focus:focus{
    
    border-color: #66afe9 !important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%) !important;


}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"]
{
  -moz-appearance: textfield;
}

.swiper {
        width: 100%;
        height: 100%;
      }

/* Underline From Right */
.hvr-underline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  bottom: 0;
  background: #2098D1;
  height: 3px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-right:hover:before, .hvr-underline-from-right:focus:before, .hvr-underline-from-right:active:before {
  left: 0;
}

.scrollup{
    
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    bottom: 20px;
    left: -100px;
    background-color: var(--main_bgcolor);
    opacity: .5;
    border-radius: 3px;
    transition: all .3s ease;
    color: #fff;
    cursor: pointer;
    z-index: 999;
}

@media(hover: hover) and (pointer: fine) {
    
    
    .scrollup:hover{
    
        opacity: 1;
    }
}
.scrollup.active{
    
     opacity: 1;
}
.scrollup.show{
    
        left: 25px;
		display:block !important;
}





.whatsapp-icon{
   
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
    left: auto;
    text-align: center;
    -webkit-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    z-index: 999;
    border-radius: 100%;
    bottom: 73px;
    left: -100px;

}
.whatsapp-icon:hover{
    
    box-shadow: 0 6px 50px 8px rgb(21 131 233 / 15%)
}

.whatsapp-icon img{
    
    display: block;
    width: 55px;
    height:55px;
}

.whatsapp-icon.show {
    
    left: 20px;
	display:block !important;
    
}

/*------------- #navbar --------------*/


.top-nav{
    
    position: fixed;
    background-color: var(--header_bgcolor);
    height: 75px;
    z-index: 1000;
    width: 100%;
    padding: 0px;
    top: 0px;
    left: 0px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 15%);
    transition: opacity .25s,top .25s,-webkit-transform .25s;
    transition: transform .25s,opacity .25s,top .25s;
    transition: transform .25s,opacity .25s,top .25s,-webkit-transform .25s;
    opacity: 1;
    
}
.top-nav.scroll {
    top: -75px;
    opacity: 0;
}

.top-nav .navbar-content {
    
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    position: relative;
    align-self: stretch;

}

.top-nav .navbar-content .logo{
    
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0px;
}
.top-nav .navbar-content .logo img{
    
    display: block;
    max-height:50px ;
}

.top-nav .navbar-content .navbar-menu{
    
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.top-nav .navbar-content .navbar-menu .navbar-items{
    
    padding: 0px 15px;
    display: inline-flex;
    align-items: center;
    height: 100%;
    position: relative;
}

.top-nav .navbar-content .navbar-menu .navbar-items .navbar-link {
    
    display: inline-block;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    transition: all .3s ease;
    font-weight: bold;
    padding: 5px 0px;
    
    
}
.top-nav .navbar-content .navbar-menu .navbar-items .navbar-link.hvr-underline-from-right::before{
    
    background: var(--main_bgcolor);
}


.top-nav .navbar-content .navbar-menu .navbar-items .navbar-link:hover{
    
    color: var(--main_bgcolor) !important;
}

.top-nav .navbar-content .navbar-menu .navbar-items .whatsapp-tel {
    
    
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .375rem .75rem;
    font-size: 16px;
    color: #fff;
    transition: all .3s ease;
    background-color: var(--main_bgcolor);
    font-weight: bold;
    border-radius: 5px;
}
.top-nav .navbar-content .navbar-menu .navbar-items .whatsapp-tel svg{
    
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
.top-nav .navbar-content .navbar-menu .navbar-items .whatsapp-tel:hover{
    
    background-color: var(--btn_bgcolor_hover);
}

.btn_whats
{
	display: flex;
    align-items: center;
    justify-content: center;
    padding: .375rem .75rem;
    font-size: 16px;
    color: #fff;
    transition: all .3s ease;
    background-color: var(--main_bgcolor);
    font-weight: bold;
    border-radius: 5px;
}

.top-nav .navbar-content .navbar-menu .navbar-items .language-dropdown .language-dropdown-link{
    
    display: flex;
    align-items: center;
    color: #000;
    font-size: 16px;
    transition: all .3s ease;
    font-weight: bold;
}
.top-nav .navbar-content .navbar-menu .navbar-items .language-dropdown .language-dropdown-link span{
    
    margin: 0px 10px;
    margin-right: calc(15px + 10px);
}
.top-nav .navbar-content .navbar-menu .navbar-items .language-dropdown .language-dropdown-link svg{
    
    width: 25px;
    height: 25px;
    fill:#000
}
.top-nav .navbar-content .navbar-menu .navbar-items .language-dropdown .language-dropdown-link::after {
    display: flex;
    align-items: center;
    right: 0px;
    left: auto;
    position: absolute;
    width: 15px;
    height: 15px;
    font-size: 15px;
    color: #000;
    content: "\f078";
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease;
}
.top-nav .navbar-content .navbar-menu .navbar-items .language-dropdown .language-dropdown-link.show::after{
    
    transform: translateY(-50%) rotate(180deg);
}

.top-nav .navbar-content .navbar-menu .navbar-items .language-dropdown .dropdown-menu{
    
    top: 22px !important; 
}

.top-nav .navbar-content .nav-toggler{
    
    display: none;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid var(--main_bgcolor);
}
.top-nav .navbar-content .nav-toggler svg{
    
    width: 35px;
    height: 35px;
    fill: var(--main_bgcolor);
    outline: none !important;
    
    
}
.top-nav .navbar-content  .nav-toggler .line {
  fill: none;
  stroke: var(--main_bgcolor);
  stroke-width: 6;
  transition: stroke-dasharray 300ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.top-nav .navbar-content  .nav-toggler .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.top-nav .navbar-content  .nav-toggler .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
.top-nav .navbar-content  .nav-toggler .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.top-nav .navbar-content  .nav-toggler.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.top-nav .navbar-content  .nav-toggler.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
.top-nav .navbar-content  .nav-toggler.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}


/*------------- #welcome-area --------------*/

.welcome-area {
    
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    position: relative;
    padding-top: 75px;
    
}
.welcome-area::before{
    
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,var(--bg_transparent));
    
}

.welcome-area .welcome-area-content{
    
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding: 0px .75rem;
    
}
.welcome-area .welcome-area-content h1{
    
    margin-bottom: 1rem;
    color: #fff;
    font-size: 32px;
    position: relative;
    padding-bottom: 10px;
    
}
.welcome-area .welcome-area-content h1::before{
    
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    background-color: var(--main_bgcolor);
    width: 100%;
    height: 3px;
    content: '';
}
.welcome-area .welcome-area-content p{
    
    font-size: 20px;
    text-align: center;
    color: #fff;
    max-width: 845px;
    margin:  0 auto;
    
}

/*------------- #about-us-section --------------*/

.about-us-items .about-us-details:not(:last-child){
    
    margin-bottom: 1.5rem
}
.about-us-items .about-us-details .details-title{
    
    margin-bottom: 1rem;
    
}
.about-us-items .about-us-details .details-text{
    
    margin-bottom: 0;
    text-align: justify;
    max-width: 800px;
}

.about-us-images-items .images-items-wrap .about-us-img-item{
    
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px;
}
.about-us-images-items .images-items-wrap .about-us-img-item:last-child{
    
    margin-bottom: 0;
}


.about-us-images-items .images-items-wrap .about-us-img-item img{
    
    display: block;
    border-radius: 10px;
    transition: all .3s ease;
    width: 100%;
    object-fit: cover;
   
}
.about-us-images-items .images-items-wrap .about-us-img-item.big-img img{
    
    max-height:465px ;
}
.about-us-images-items .images-items-wrap .about-us-img-item.small-img img{
    
    max-height: 292px;
}

.about-us-images-items .images-items-wrap .about-us-img-item:hover img{
    
    transform: scale(1.1);
}

/*------------- #our-mission-section --------------*/

.our-mission-section{
    
    background-color: var(--main_bgcolor);
    overflow: hidden;
    
}
.our-mission-area{
    
    position: relative;
    background-color: #fff;
    padding:30px 30px 6px ;
    border-radius: 30px;
    box-shadow: 7px 7px 5px rgba(0,0,0,.2);
    z-index: 2;
}
.our-mission-area .mission-item{
    
    margin-bottom: 1.5rem;
}
.our-mission-area .our-mission-slider-container{
    
    position: relative;
}

.our-mission-area .our-mission-slider-container .slider-arrow{
    
    color: var(--main_bgcolor);
    top: 335px;
    height: auto;
    width: auto;
    
}
.our-mission-area .our-mission-slider-container .slider-arrow::after{
    
    font-size: 40px;
}
.our-mission-area .our-mission-slider-container .slider-arrow.next-arrow{left: 0}
.our-mission-area .our-mission-slider-container .slider-arrow.prev-arrow{right: 0}

.our-mission-area .mission-item .mission-item-img img{
    
    display: block;
    height: 300px;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}
.our-mission-area .mission-item .mission-details{
    
    padding-top: 1rem;
}
.our-mission-area .mission-item .mission-details .mission-title{
    
    margin-bottom: 1rem;
    text-align: center;
    padding: 0px 20px;
    
}
.our-mission-area .mission-item .mission-details .mission-text{
    
    font-size: 16px;
    text-align: justify;
    
}
.our-mission-section .float-img{
    
    position: absolute;
    display: block;
    z-index: 1;
}

/*------------- #our-projects-section --------------*/
.our-projects-section{
    
    padding-bottom: 1rem;
}
.our-projects-section .our-project-intro{
    
    padding-bottom: 3rem;
}
.our-projects-section .our-project-intro .intro-title,
.our-projects-section .projects-area .projects-type{
    
    margin-bottom: 1.5rem;
    text-align: center;
}
.our-projects-section .our-project-intro .intro-text{
    
    text-align: center;
    font-size: 20px;
    margin-bottom: 0;
    
}
.our-projects-section .projects-area .project-wrap{
    
    margin-bottom: 2rem;
}
.our-projects-section .projects-area .projects-type{
    
    margin-bottom: 3rem;
}
.our-projects-section .projects-area .project-item{
    
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    border-radius: 10px;
}
.our-projects-section .projects-area .project-item .project-img{
    
    border-radius: 10px;
    width: 100%;
    display: block;
    object-fit: cover;
    max-height: 400px;
}
.our-projects-section .projects-area .project-item .details-overlay{
    
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.6);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition:all .4s ease;
    border-radius: 10px;
    padding: 0px 25px;
    
}
.our-projects-section .projects-area .project-item:hover .details-overlay,
.our-projects-section .projects-area .project-item.show .details-overlay{
    
     bottom: 0;
     height: 100%;
}
.our-projects-section .projects-area .project-item .details-overlay .project-name{
    
    margin-bottom: 1rem;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
}
.our-projects-section .projects-area .project-item .details-overlay .project-details-text{
    
    color: #fff;
    font-size: 16px;
    text-align: justify;
    margin-bottom: 0;
}
.our-projects-section .projects-area .project-item .details-overlay .more-about{
    
    display: none;
    background-color: var(--main_bgcolor);
    font-size: 16px;
    border-radius: 10px;
    margin-top: 1rem;
    padding: .4rem 1.5rem;
    font-weight: bold;
    transition: all .3s ease;
    color: #fff
}
.our-projects-section .projects-area .project-item .details-overlay .more-about:hover{
    
    background-color: var(--btn_bgcolor_hover);
}

/*------------- #our-clients-section --------------*/

.our-clients-section .slider-container{
    
    position: relative;
}
.our-clients-section .our-clients-title{
    
    text-align: center;
    margin-bottom: 3rem;
}


 .our-clients-slider  .swiper-slide {
     
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
     
      }

.our-clients-slider .our-client-img{
    
    display: flex;
    align-items: center;
    justify-content: center;
}
.our-clients-slider .our-client-img img{
    
    display: block;
    height:auto;
    max-height: 300px;
    
}

.our-clients-section .slider-container .slider-arrow{
    
    color: var(--main_bgcolor);
}

/*------------- #contact-us-section --------------*/

.contact-us-section{
    
    background-color: #F7F7F7;
}
.contact-us-info .contact-us-title{
    
    margin-bottom: 1.5rem;
    
}
.contact-us-info .contact-us-text{
    
    font-size: 16px;
    text-align: justify;
    margin-bottom: 1.5rem;
    max-width: 500px;
}
.contact-us-info .contact-us-ways .contact-us-way-items{
    
    display: flex;
    align-items: center;
    font-size: 16px;
    transition: all .3s ease;
    margin-bottom: 1rem;
    
}
.contact-us-info .contact-us-ways .contact-us-way-items:last-child{
    
    margin-bottom: 0;
}
.contact-us-info .contact-us-ways .contact-us-way-items span{
    
    margin-left: 10px;
    color: var(--main_bgcolor);
}
.contact-us-info .contact-us-ways .contact-us-way-items:hover{
    
    color: var(--main_bgcolor);
}


.contact-us-form-area .form-group{
    
    position: relative;
    margin-bottom: 1.5rem;
}
.contact-us-form-area .form-group  .form-label{
    
    font-size: 16px;
    margin-bottom: 10px;
    color: #000;
    font-weight: bold;
}
.contact-us-form-area .form-group .form-control{
    
    background-color:#fff ;
    border-color:#EFEFEF;
    border-radius: 0px;
    padding: .75rem;
    box-shadow: none;
    
}
.contact-us-form-area .form-group textarea.form-control{
    
    min-height: 120px;
}

.contact-us-form-area .send-btn{
    
    background-color: var(--main_bgcolor);
    border: 1px solid var(--main_bgcolor);
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    display: block;
    width: 100%;
    text-align: center;
    padding: .75rem;
    transition: all .3s ease
}
.contact-us-form-area .send-btn:hover{
    
    background-color: var(--btn_bgcolor_hover);
}


/*------------- #footer --------------*/

footer{
    
    background-color: var(--footer_bgcolor);
    padding: 1.5rem 0;
    position: relative;
    
}
footer .footer-content{
    
    display: flex;
    align-items: center;
    justify-content: space-between;
}
footer .footer-content .footer-social-media{
    
    display: flex;
    align-items: center;
}

footer .footer-content .footer-social-media .social-media-link{
    
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-color: #fff;
    transition: all .3s ease;
    color: #000;
    font-size: 22px;
    margin-left: 15px;
}
footer .footer-content .footer-social-media .social-media-link:last-of-type{
    
    margin-left: 0;
}
footer .footer-content .footer-social-media .social-media-link svg{
    
    width: 22px;
    height: 22px;
}
footer .footer-content .footer-social-media .social-media-link:hover{
    
    background-color: var(--main_bgcolor);
    color: #fff;
}
footer .footer-content .footer-social-media .social-media-link:hover svg{
    
    stroke:#fff;
    fill:#fff;
}
footer .footer-content .copy-rights{
    
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    font-weight: bold;
}
footer .footer-content .logo img{
    
    display: block;
    max-height: 60px;
}

/*------------- #responsive --------------*/

@media (min-width:992px) and (max-width:1199.98px){
    
    .top-nav .navbar-content .navbar-menu .navbar-items {

        padding: 0px 10px;
    }
    .top-nav .navbar-content .navbar-menu .navbar-items .navbar-link,
    .top-nav .navbar-content .navbar-menu .navbar-items .whatsapp-tel,
    .top-nav .navbar-content .navbar-menu .navbar-items .language-dropdown .language-dropdown-link{
        
        font-size: 14px;
    }
    
}
@media(max-width:991.98px){
    
    .top-nav{
        
        height: 65px;
    }
    .welcome-area{
        
        padding-top: 65px;
    }
    
    .top-nav .navbar-content .navbar-menu{
        
        position: fixed;
        z-index: 2000;
        height: 100%;
        width: 100%;
        top: -150%;
        left: 0;
        background-color: rgba(0,0,0,.8);
        overflow-y: auto;
        flex-direction: column;
        justify-content: flex-start;
        padding: 30px 0px;
        transition: all .4s ease;

    }
    
    .top-nav .navbar-content .navbar-menu.active{
        
        top: 65px;
    }
   
    .top-nav .navbar-content .navbar-menu .navbar-items{
        
        height: auto;
        padding: 10px 15px;
    }
    
    
    .top-nav .navbar-content .navbar-menu .navbar-items .navbar-link,
    .top-nav .navbar-content .navbar-menu .navbar-items .navbar-link.active,
    .top-nav .navbar-content .navbar-menu .navbar-items .language-dropdown .language-dropdown-link{
        
        color: #fff;
       
    }
    .top-nav .navbar-content .navbar-menu .navbar-items .language-dropdown .language-dropdown-link{
        
         padding: 5px 0px;
    }
    
    
    .top-nav .navbar-content .navbar-menu .navbar-items.whatsapp {
        
        display: none;
    }
    .top-nav .navbar-content .navbar-menu .navbar-items .language-dropdown .language-dropdown-link::after{
        color: #fff
    }
    .top-nav .navbar-content .navbar-menu .navbar-items .language-dropdown .language-dropdown-link svg{
        
        fill:#fff
    }
    .top-nav .navbar-content .navbar-menu .navbar-items .language-dropdown .dropdown-menu{
        
        inset: 0px auto auto 0px !important;
        transform: translate3d(0px, 40px, 0px) !important;
    }
    
    .top-nav .navbar-content .nav-toggler,
    .whatsapp-icon{
        
        display: flex;
    }
    
    .about-us-images-items{
        
        padding-top: 2rem;
    }
   
}
@media(max-width:767.98px){
    
    
    .our-mission-section .float-img.circle-img{
        
        display: none;
    }
     .contact-us-info .contact-us-text{
        
        max-width: none;
    }
    
    .our-clients-section .slider-container .slider-arrow{
        
        display: none;
    }
    
    footer .footer-content{
        
        flex-direction: column-reverse;
        
    }
    
    footer .footer-content .copy-rights{
        
        margin: 1.5rem 0;
    }
    
}
@media(max-width:575.98px){
    
    
    .title-1{
        
        font-size: 32px !important;
    }
    .title-2{
        
        font-size: 26px !important;;
    }
    .title-3{
        
        font-size: 24px !important;;
    }
    .title-4{
        
        font-size: 22px !important;
    }
    .title-5{
        
        font-size: 18px !important;
    }
    
    .welcome-area .welcome-area-content p,
    .our-projects-section .our-project-intro .intro-text{
        
        text-align: justify;
    }
    .about-us-images-items .images-items-wrap .about-us-img-item{
        
        max-width: 360px;
        margin: auto;
        margin-bottom: 1rem !important;
    }
    
    .our-mission-area{
        
        padding: 30px 15px 6px;
        border-radius: 15px;
    }
    
    .our-projects-section .projects-area .project-item .details-overlay .project-name{
        
        font-size: 20px;
    }
    
    .our-clients-section{
        
        padding-top: 0;
    }
    
    .our-mission-area .our-mission-slider-container .slider-arrow{
        
        margin-top: -20px;
    }
    .our-mission-area .our-mission-slider-container .slider-arrow::after{
        
        font-size: 35px;
    }
    
    
    
}






.whatsapp-icon{
   
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
    left: auto;
    text-align: center;
    -webkit-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    z-index: 999;
    border-radius: 100%;
    bottom: 73px;
    left: -100px;

}
.whatsapp-icon:hover{
    
    box-shadow: 0 6px 50px 8px rgb(21 131 233 / 15%)
}

.whatsapp-icon img{
    
    display: block;
    width: 55px;
    height:55px;
}

.whatsapp-icon.show{
    
    left: 20px;
    
}


