/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    padding-top: 5px;
    padding-bottom: 10px;
    background-color: white;
    color: #272626;
    margin: 5px;

  }
  p{color: black;}
  .navbar-light .navbar-nav .nav-link {

    color:rgb(36, 33, 33);

}

.content-title-underline {
  width: 125px;
  height: 3px;
  background-color: #356186;
  margin: 0px auto 20px auto;
}
.micro-nav {

  background-color:#f2f1f2;margin-left:250px; padding: 2px 10px;font-size: 11px;
}

  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {

    color:rgb(130, 181, 211);
    font-weight: 400;
    transform: rotate();
    

}
.carousel-indicators li {
  height: 30px;
  width: 30px;
  border-radius: 15px;
}
.carousel {

  margin-bottom: 1rem !important;

}
/*div .servic {
  color:black;
 text-decoration: underline;
 text-decoration-color: blue;
 /* border-bottom: 0px !important
 padding-top: 0px !important;
}*/
  /* CUSTOMIZE THE CAROUSEL
  -------------------------------------------------- */
  nav{

    background-color: white !important;
  }
  .jumbotron {
    padding: .5rem 2rem !important;
}
  /* Carousel base class */
  .carousel {
    margin-bottom: 4rem;
  }
  /* Since positioning the image, we need to help out the caption */
  .carousel-caption {
    z-index: 10;
    bottom: 3rem;
  }
  
  /* Declare heights because of positioning of img element */
  .carousel-item {
    height: 32rem;
    background-color: #777;
  }
  .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
  }
  
  .newsimg{
width: 100%;
height: 60%;

  }

#card{
  cursor:pointer;
  transition:all .3s ease-in;
}
#card:hover{
  transform:scale(1.02);
  box-shadow:10px 10px 10px 10px #888888;
}
#icon i:hover{
  transform:scale(1.25) rotate(100deg);
  color:#18d4ca;
}

/********service***********/
.info-card {
  float: left;
margin: 44px;
-webkit-perspective: 600px;
}

.front, .back {
background: #FFF;
border-radius: 10px;
transition: -webkit-transform 1s;
-webkit-transform-style: preserve-3d;
-webkit-backface-visibility: hidden;
border: 1px solid black;
}


.front {
overflow: hidden;
width: 400px;
height: 200px;
position: absolute;
z-index: 1;
}
.jumbotron{background-color: white;}
.back {
padding: 20px;
padding-top: 0px;
width: 400px;
height: 200px;
-webkit-transform: rotateY(-180deg);
overflow: auto;
}

.info-card:hover .back {
-webkit-transform: rotateY(0);
}

.info-card:hover .front {
-webkit-transform: rotateY(180deg);
}

.card-image {
width: 100%;
height: 100%;
}

/*************foter style******************/

section {
    padding: 20px 0;
    margin-top: 40px;
   
}

section .section-title {
    text-align: center;
    color: black;
    margin-bottom: 30px;
    text-transform: uppercase;
}
#footer {
    background: white !important;
   
}
#footer h5{
	padding-left: 10px;
    border-left: 3px solid gray;
    padding-bottom: 6px;
    margin-bottom: 10px;
    color:black;
  text-align: center;

}
#footer a {
    color: black;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
  text-align: center;

}
#footer ul.social li{
  padding: 3px 0;
  text-align: center;
}
#footer ul.social li a i {
    margin-right: 5px;
	font-size:25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
  transition: .5s all ease;
  text-align: center;
}
#footer ul.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
	color:black;
}
#footer ul.social li a:hover{
	color:black;
}
#footer ul.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
  transition: .5s all ease;
  text-align: center;
  
}
#footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
}
#footer ul.quick-links li a i{
  margin-right: 5px;
  text-align: center;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
    text-align: center;
}

@media (max-width:767px){
	#footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
}
/*******************************/
footer {
 /* background-color: black;*/
  color: #010108;
margin-top: 80px;
  text-align: center;
 
  padding-bottom: 10px;

 

}

.btn-light {
  background: none;
  color: #fff;
  margin-bottom: 0px;
}

footer h5 {
  margin-bottom: 15px;
  text-align: center;
}

.social-meida {
  margin-bottom: 10px;
  text-align: center;
}

.social-meida i {
 
  color: white;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  transition: 0.5s;
 

}

.fa-facebook-f {
  background-color: #3b5998;
}

.fa-twitter {
  background-color: #1da1f2;
}

.fa-youtube {
  background-color: #ff0000;
}

.fa-linkedin {
  background-color: #007bb5;
}

.fa-google-plus-g {
  background-color: #db4437;
}

.fa-instagram {
  background-color: #c32aa3;
}
.fa-at{

  background-color: #2b272a;
}
.footer-header {
  color: rgb(54, 52, 52);
  margin-bottom: 10px;
  text-align: left;
  text-align: center;

}

.footer-header-first {
  text-align: center;
  color: rgb(54, 52, 52);
  margin-bottom: 10px;
}

.footer-link {
  text-align: center;
font-size: 14px;
  color: rgb(54, 52, 52);
}

.footer-header a:hover {
  text-decoration: none;
}

.fa-android,
.fa-apple {
  display: inline-block;
  float: left;
  padding: 4px 7px;
}
/***********customer**************/

h1{
  margin-top: 30px;
  margin-bottom: 15px;
}

.fancy-cards{
 
  margin: 10px auto;

}
.fancy-cards .fancy-card{
  display: inline-block;
  position: relative;
  top: 40px;
  left: 20px;
  box-sizing: border-box;
}

.fancy-card .top,
.fancy-card .middle,
.fancy-card .bottom{
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  width: 300px;
  height: 150px;
  transition: transform .5s linear-out;
}
.fancy-card .top{
  z-index: 3;
  transform: scale(1.02);
  transition: transform .5s cubic-bezier(0.22, 0.61, 0.36, 1);

  background-size: cover;
  background-position: center;
  box-shadow: 0px 1px 3px rgba(25,25,25,0.30);
}
.fancy-card .middle{
  position: absolute;

  top: 0px;
  z-index: 2;
  transform: rotate(0deg);
  transition: transform .5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.fancy-card .bottom{
  position: absolute;
 
  top: 0px;
  z-index: 1;
  transform: rotate(0deg);
  transition: transform .5 cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.fancy-card .caption{
  overflow: hidden;
  background: rgba(255,255,255,0.75);
  padding: 15px 10px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.fancy-card .caption .title{
  color: #222;
  margin: 0px 0px 15px 0px;
  font-size: 1.4rem;
}
.fancy-card .caption .button{
  display: inline-block;
  color: #333;
  text-decoration: none;
  border: solid 1px #555;
  padding: 7px 13px;
  background-color: transparent;
  transition: all 300ms ease-in;
}


/*hovering*/
.fancy-card:hover .top{
  transform: scale(1.05);
}
.fancy-card:hover .middle{
 transform: rotate(-7deg);
 box-shadow: 1px 1px 2px rgba(74, 74, 74, 0.35);
}
.fancy-card:hover .bottom{
  transform: rotate(7deg);
  box-shadow: 1px 1px 2px rgba(113, 113, 113, 0.35);
}

.fancy-card:hover .button{
  background: rgba(0,0,0,0.8);
  color: rgb(85, 11, 11);
  border: 0px;
}

  