.my-nav .navbar-nav .nav-item a{
  color: black;
  font-size: 15pt;
  padding-left: 50px;
}
.my-nav .navbar-collapse .navbar-nav .active a{
  color: #5492f7;
}
.my-nav .navbar-nav .nav-item a:hover{
  color: #5492f7;
}
.my-nav .navbar-text{
  color: #5492f7;
  font-size: 125%;
  font-weight: 500;
  padding-bottom: 0;
}
.navbar .navbar-brand{
  color: #5492f7!important;
  font-size: 125%;
  font-weight: 500;
  padding-right: 0;
  margin-right: 0;
}
.nav-link{
  padding-left:15px!important;
  padding-right:15px!important;
}



.carousel-item .carousel-caption{
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 15pt;
}
.carousel-control-next .carousel-control-next-icon{
  background-color: black;
}
.carousel-control-prev .carousel-control-prev-icon{
  background-color: black;
}
.carousel-indicators {
  bottom:15px;
}

.num{
  color: #5492f7;
}

.my-title{
  color: #5492f7;
}
.my-background{
  background-color: #e2edff;
}




.page-footer{
  background-color: #e2edff;
}
.footer-copyright{
  background-color: #b2ccf7;
}

a.btn-social,
.btn-social
{
    border-radius: 50%;
    color: #ffffff !important;
    display: inline-block;
    height: 54px;
    line-height: 54px;
    margin: 8px 4px;
    text-align: center;
    text-decoration: none;
    transition: background-color .3s;
    webkit-transition: background-color .3s;
    width: 54px;
}

.btn-social .fa,.btn-social i
{
    backface-visibility: hidden;
    moz-backface-visibility: hidden;
    ms-transform: scale(1);
    o-transform: scale(1);
    transform: scale(1);
    transition: all .25s;
    webkit-backface-visibility: hidden;
    webkit-transform: scale(1);
    webkit-transition: all .25s;
}
.btn-social:hover,.btn-social:focus
{
    color: #fff;
    outline: none;
    text-decoration: none;
}
.btn-social:hover .fa,.btn-social:focus .fa,.btn-social:hover i,.btn-social:focus i
{
    ms-transform: scale(1.3);
    o-transform: scale(1.3);
    transform: scale(1.3);
    webkit-transform: scale(1.3);
}
.btn-social.btn-xs
{
    font-size: 9px;
    height: 24px;
    line-height: 13px;
    margin: 6px 2px;
    width: 24px;
}
.btn-social.btn-sm
{
    font-size: 13px;
    height: 36px;
    line-height: 18px;
    margin: 6px 2px;
    width: 36px;
}
.btn-social.btn-lg
{
    font-size: 22px;
    height: 72px;
    line-height: 40px;
    margin: 10px 6px;
    width: 72px;
}


.btn-facebook
{
    background-color: #3b5998;
}
.btn-facebook:hover
{
    background-color: #4c70ba;
}
.btn-linkedin
{
    background-color: #0976b4;
}
.btn-linkedin:hover
{
    background-color: #0b96e5;
}
.btn-twitter
{
    background-color: #55acee;
}
.btn-twitter:hover
{
    background-color: #83c3f3;
}
.btn-youtube
{
    background-color: #e52d27;
}
.btn-youtube:hover
{
    background-color: #ea5955;
}

.asterisk{
	color:red;
}


/* [1] The container */
.img-hover-zoom {
  height: 300px; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .4s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.15);
}
