.dropd{
text-decoration:none;
color: black;
}


/*nav-item{
  box-shadow: 0px 5px 0px #dedede;
}
*/


.navrow{
color:#666666;
border-top: 1px solid #d7d7d7;
}
.logoright{
text-align: center;
border-right: 1px solid #d7d7d7;
height: 110px
}
.search{
border-color: transparent;
background-color: transparent;
}
.contanier_text{
background-color:transparent;
background-color:#151111;
tra
}
.icons{
color:white;
}
.text{
color: white;
}
.updates{
text-align:center;
}
.greenbtn{
background-color:#588426;
color:white;
}
.textcheckbox{
display: inline;
display:inline-block;
}

.rowtext{
position: relative;
left:12px;
}


.footeritem{

    text-decoration: none;
    color: black;

}

.Need_Help
{
color: #1d75bd;
font-weight:bolder;
}

.textgroup{
background-color:#588426;
color:white;
}

.Follow{
color: #588426;
position: relative;
left: 3px;
}
.Followus{
display: inline-flex;
margin-top: 35px;
position: relative;
left: 7px;

}
.icon{
display: inline;
position: relative;
left: 10px;
padding-left: 2px;
}

.cardcont{
text-align: center;
}

.social_icon{
margin: 4px;
}
.carousel_row{
background-color:#1d75bd;
padding-top:30px;"
}
.row_hr{
background-color:#1d75bd;
height: 5px;
}
.bgcard{
background-color: #1d75bd;
color: white;
border: none;
}
.logoimg{
border-right-style:dashed;
color:#666666;
padding-right:5px;
}
.Copright1{
padding-inline:8px;"
}

.social_icon1:hover {
  color: #111;
  transform: scale(1.2);
  text-shadow: none;
}

.social_icon2:hover{
  background-color:#1d75bd;
  border-radius: 10px;
  padding-top: 5px;
  text-decoration-color:#f5f7f6 ;
  color:white;

}

.navitem:hover {
  box-shadow: 0px 1px 0px #1d75bd;
   left: 0;
  transition: 3s;
  

}
.abc{

background-color:#588426;
color:white;
}

.profile_section{

  background-color: #1d75bd;
}

.profile{

  position: relative;

  top: -100px;


}

hr.line1{
  border: 1px solid #1d75bd;
}

.bgcolor{

  background-color: #588426;
  color:white;

}
.arrow{
      position: relative;
    left: -10px;
    top: -16px;
}

.logo{
display: inline-flex;

}
.logo1{

    position: relative;
    top: -29px;
}
.counter{
        color: #eb3b5a;
        font-family: 'Muli', sans-serif;
        width: 200px;
        height: 200px;
        text-align: center;
        border-radius: 100%;
        padding: 77px 32px 40px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }
    .counter:before,
    .counter:after{
        content: "";
        background: #fff;
        width: 80%;
        height: 80%;
        border-radius: 100%;
        box-shadow: -5px 5px 5px rgba(0,0,0,0.3);
        transform: translateX(-50%)translateY(-50%);
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: -1;
    }
    .counter:after{
        background: linear-gradient(45deg,#B81242 49%, #D74A75 50%);
        width: 100%;
        height: 100%;
        box-shadow: none;
        transform: translate(0);
        top: 0;
        left: 0;
        z-index: -2;
        clip-path: polygon(50% 50%, 50% 0, 100% 0, 100% 100%, 0 100%, 0 50%);
    }
    .counter .counter-icon{
        color: #fff;
        background: linear-gradient(45deg,#B81242 49%, #D74A75 50%);
        font-size: 33px;
        line-height: 70px;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        position: absolute;
        top:  0;
        left: 0;
        z-index: 1;
        transition: all 0.3s;
    }
    .counter .counter-icon i.fa{
        transform: rotateX(0deg);
        transition: all 0.3s ease 0s;
    }
    .counter:hover .counter-icon i.fa{ transform: rotateX(360deg); }
    .counter h3{
        font-size: 17px;
        font-weight: 700;
        text-transform: uppercase;
        margin: 0 0 3px;
    }
    .counter .counter-value{
        font-size: 30px;
        font-weight: 700;
    }
    .counter.orange{ color: #F38631; }
    .counter.orange:after,
    .counter.orange .counter-icon{
        background: linear-gradient(45deg,#F38631 49%,#F8A059 50%);
    }
    .counter.green{ color: #588426; }
    .counter.green:after,
    .counter.green .counter-icon{
        background: linear-gradient(45deg,#588426 49%,#ACD352 50%);
    }
    .counter.blue{ color: #1d75bd; }
    .counter.blue:after,
    .counter.blue .counter-icon{
        background: linear-gradient(45deg,#1d75bd 40%,#7EBEE1 50%);
    }

.cardimg{
    border-radius: 0px 0px 160px 0px
}


.img_row{
     position: relative;
     top: 50px;
}
.text_row{
     position: relative;
     top: 60px;
}


.event{

  background-image: url(img/event.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}
   

  @media only screen and (max-width: 320px){
    /*Small smartphones [325px -> 425px]*/




        
  }

  @media only screen and (max-width: 425px){
    /*Small smartphones [325px -> 425px]*/

.img_row{
position: relative;
top: 65px;
}
.text_row{
position: relative;
top: 86px;
}

        
  }

   @media screen and (max-width:990px){
        .counter{ margin-bottom: 40px; }
    }
  }