body,nav,.navbar
{
    margin: 0;
    padding: 0;
}
body
{
    background-color:#f2f2f2;
}

.middlepart ul li:hover,.greenpart ul li:hover
{
background-color: #33cc00;
color: white;

}
.coln:hover,.teambox:hover
{
    box-shadow: 5px 0px 40px rgba(0,0,0, .4);

}
.info{
    width:100%;
     background-color:rgba(0, 0, 0);
}

.coln{
  opacity:0.8;
   }
.greenpart
{
  background-color:#7cd97c;
}
.greenpart:hover, .middlepart:hover{
       background-color:green;
 }
.middlepart{
    background-color: #d5ded5;
}
.coln:hover {
          opacity:1;
}
/* logo */
.logoimg
{
    width: 200px;
}
.logoimg  img{
   width: 100%;
   height: 90px;

   object-fit: contain;
}
/* middle */
.middle
{
width:100%;
float:left;
    height: auto;
     min-height:450px  ;
}
.navbar
{
    background-color: #1a1a1a;
}
a{
    color: white;
}

a:hover{
    color: #33cc00;
}

/* Social Medias */

.socialm ul li
{
    padding: 15px;
}
.fonti
{
    box-sizing: border-box;
    font-size: 30px;
    padding: 10px;
    float: left;
}
.fonticon
{
    width: 100%;
    font-size: 40px;
    float: left;
}
.fa-instagram
{
    color: deeppink;
}
.fa-facebook
{
    color: #2f6bf7;
}
.fa-twitter
{
    color: deepskyblue;
}
/* footer */
.webcont
{
    width: 100%;
    float:left;
    display: flex;
    flex-wrap: wrap;
  }






[data-custom-class='title'], [data-custom-class='title'] * {
          font-family: Arial !important;
            font-size: 26px !important;
            color: #000000 !important;
        }
[data-custom-class='subtitle'], [data-custom-class='subtitle'] * {
          font-family: Arial !important;
color: #595959 !important;
font-size: 14px !important;
        }
[data-custom-class='heading_1'], [data-custom-class='heading_1'] * {
          font-family: Arial !important;
font-size: 19px !important;
color: #000000 !important;
        }
[data-custom-class='heading_2'], [data-custom-class='heading_2'] * {
          font-family: Arial !important;
font-size: 17px !important;
color: #000000 !important;
        }
[data-custom-class='body_text'], [data-custom-class='body_text'] * {
          color: #595959 !important;
font-size: 14px !important;
font-family: Arial !important;
        }
[data-custom-class='link'], [data-custom-class='link'] * {
          color: #3030F1 !important;
          font-size: 14px !important;
          font-family: Arial !important;
          word-break: break-word !important;
        }


@import url(//fonts.googleapis.com/css?family=Montserrat:300,400,500);

.members {
    font-family: "Montserrat", sans-serif;
    color: #8d97ad;
    font-weight: 300;
}

.members h1,
.members h2,
.members h3,
.members h4,
.members h5,
.members h6 {
    color: #3e4555;
}

.members .font-weight-medium {
    font-weight: 500;
}

.members .bg-light {
    background-color: #f4f8fa !important;
}

.members .subtitle {
    color: #8d97ad;
    line-height: 24px;
}

.members .pro-pic {
    min-height: 200px;
}

.members .pro-pic .card-img-overlay ul {
    top: 50%;
}

.members .pro-pic .card-img-overlay ul li a {
    -webkit-transition: 0.1s ease-in;
    -o-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
}

.members .pro-pic .card-img-overlay ul li a:hover {
    -webkit-transform: translate3d(0px, -5px, 0px);
    transform: translate3d(0px, -5px, 0px);
}

.members .pro-pic:hover .card-img-overlay {
    display: block;
}

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

ul.social-network li {
    display: inline;
    margin: 0 5px;
}

.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
    background-color: #33ccff;
}


.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i {
    color: #fff;
}

a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 20px;
}

