
:root {

  --themeColor: #1A1A87; /*primery color*/ /*change website primery color*/
}

.my-tbl-header{
      border: 1px solid #F5F5F5;
       color: #F5F5F5; 
       background-color: #525252;
    }


.box-shadow{
  padding: 10px 20px 20px 20px;
  margin: 15px;
  margin-top: 17px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.sticky-box {
	border: 1px solid #D1D1D1; 
	font-weight: 700;
/*	height: 65px;*/
	padding: 15px;
  padding-left: 20px;
  background-color: white;
  cursor: pointer;

}


.sticky-box-contact {
/*  border: 1px solid #D1D1D1; */
  font-weight: 700;
/*  height: 65px;*/
  padding: 15px;
  padding-left: 20px;
/*  background-color: white;*/
  cursor: pointer;

}

.sticky-box-contact h3{
  font-weight: 600;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 17px;
}

.sticky-box-contact:hover h3 {
  color: var(--themeColor);
  transition: 0.3s;
  text-shadow:  0px 2px 15px rgba(255, 0, 0, 0.1);
}

.sticky-box-contact:hover img {

  transition: 0.3s;
  box-shadow:  0px 2px 6px #868485;

}

.sticky-box:hover {
  border-color: var(--themeColor);
  transition: 0.3s;
  box-shadow: 0px 2px 15px rgba(255, 0, 0, 0.1);

}


.sticky-box:hover h3 {
  color: var(--themeColor);
  transition: 0.3s;
  text-shadow:  0px 2px 15px rgba(255, 0, 0, 0.1);

}

.sticky-box h3{
  font-weight: 600;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 17px;
}
.sticky-box-img{
border-radius: 50%; 
float: left; 

margin-right: 15px;
box-shadow: 0px 1px 2px #868485;
}


.counter-style span{
  font-size: 35px;
  font-weight: 800;
  color: #f8f9fa;
  text-shadow: 2px 2px 5px #2E2E2E;
}
.counter-style p{

  font-size: 22px; 
  color: #D9D9D9; 
  text-shadow: 1px 1px 3px #3E3E3E;
}

.img-h-effect{
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
  cursor: pointer;
}


.img-h-effect {
  position: relative;
}

.image-effect {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
   background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1;
}

.img-h-effect:hover .image-effect {
  opacity: 0.3;
}

.overlay {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 18px;
  padding: 9px;
  text-align: center;
}

.img-h-effect:hover .overlay {
  opacity: 1;
}


.login{

  color: #CECECE;
  font-size: 14px;
}

.login:hover{
  color: #F0EEEE;
}

.ligh-hover:hover{
  color: #F0EEEE;
}



.profiles {
  display: flex;
  justify-content: space-around;
  margin: 20px 80px;
}

.profile {
  flex-basis: 230px;
}

.profile .profile-img {
  height: 230px;
  width: 230px;
  border-radius: 50%;
  filter: grayscale(100%);
  cursor: pointer;
  transition: 400ms;
}

.profile:hover .profile-img {
  filter: grayscale(0);
}

.user-name {
  margin-top: 17px;
  font-size: 27px;
}

.profile h5 {
  font-size: 18px;
  font-weight: 100;
  letter-spacing: 2px;
  color: #ccc;
}



@media only screen and (max-width: 1150px) {
  .profiles {
    flex-direction: column;
  }

  .profile {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .profile p {
    margin-bottom: 40px;
  }

}


.footer-link{
  text-decoration: none; 
  color: #807F7F;
  transition: 400ms;

}

.footer-link:hover{
  color: #9D9B9B;
}

.footer-content{
  color: #6B6B6B;
}

.fd{
  border-left: 1px solid #807F7F; 
  padding-left: 10px;
}




.mgs-img-h-effect{
  opacity: 1;
  display: block;
  width: 140px;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
  cursor: pointer;
}


.mgs-img-h-effect {
  position: relative;
}

.mgs-image-effect {
  opacity: 1;
  display: block;
  width: 140px;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
   background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1;
}

.mgs-img-h-effect:hover .mgs-image-effect {
  opacity: 0.3;
}

.mgs-overlay {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 12px;
  padding: 3px;
  text-align: center;
}

.mgs-img-h-effect:hover .mgs-overlay {
  opacity: 1;
}





.services-section{
  padding: 60px 0;
}
.inner-width{
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  overflow: hidden;
}


.services-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.service-box{
  max-width: 33.33%;
  padding: 10px;
  text-align: center;
  cursor: pointer;
}


.service-icon{
  display: inline-block;
  width: 75px;
  height: 75px;
  border: 3px solid var(--themeColor);
  border-radius: 10%;
  color: var(--themeColor);
  transform: rotate(90deg);
  margin-bottom: 26px;
  margin-top: 16px;
  transition: 0.3s linear;
}
.service-icon i{
  line-height: 70px;
  transform: rotate(-90deg);
  font-size: 26px;
}
.service-box:hover .service-icon{
  background: var(--themeColor);
  color: #ddd;
}

.service-box:hover h5{
  color: var(--themeColor);
}



.service-content{
  font-size: 14.7px;
  font-style: italic;

}

@media screen and (max-width:960px) {
  .service-box{
    max-width: 45%;
  }
}

@media screen and (max-width:768px) {
  .service-box{
    max-width: 50%;
  }
}

@media screen and (max-width:480px) {
  .service-box{
    max-width: 100%;
  }
}



.wrapper{
  display: inline-flex;
}
.wrapper .icon{
  margin: 0 20px;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  transition: 0.2s;
}
.wrapper .icon span{
  display: block;
  height: 38px;
  width: 38px;
  background: #fff;
  border-radius: 50%;
  position: relative;
   box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  transition: 0.2s ;
}
.wrapper .icon span i{
  line-height: 38px;
  font-size: 20px;
}

.wrapper .icon span a{
color: unset;
}
.wrapper .icon .whatsapp:hover{
  background-color: #25D366;
  color: white;
}

.wrapper .icon .facebook:hover{
  background-color: #3B5999;
  color: white;
}

.wrapper .icon .instagram:hover{
  background-color: #e1306c;
  color: white;
}

.wrapper .icon .twitter:hover{
  background-color: #46C1F6;
  color: white;
}

.wrapper .icon .youtube:hover{
  background-color: #DE463B;
  color: white;
}



.login-dropdown-webhome {
  position: relative;
  display: inline-block;
  text-align: left;

}

.dropd-name-webhome {
  cursor: pointer;
  color: #CECECE;
  letter-spacing: 0.7px;
  font-size: 14.4px;

}

.login-dropdown-content-webhome {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 130px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.login-dropdown-content-webhome .login-lnk-webhome {
  color: black;
  padding: 12px 15px;
  text-decoration: none;
  display: block;
  line-height: 15px;
}

.login-dropdown-content-webhome .login-lnk-webhome:hover {background-color: #E8E7E7}

.login-dropdown-webhome:hover .login-dropdown-content-webhome {
  display: block;
}

.login-dropdown-webhome:hover .login-dropbtn-webhome {
  background-color: #3e8e41;
}


