/* #navbarToggleExternalContent1 {
    margin: auto;
} */

body {
font-family: 'Josefin Sans', Sans-serif;
}
.carousel-image{
height: 150px;
}
.row .col-md-12{
margin-top: 270px;
}

.social {
  display: flex;
  height: 40px;
  font-size: 0;
  justify-content:center;
}

.social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 100%;
  font-size: 24px;
  color: #f10202;
}


.social a:hover {
  color:  #F0F0F1;
  background: #fc0505;
  border-radius: 50%;
}



.slide {
    margin-bottom: 48px;
}

.job-title{
font-size: 14px;
}

#talent-manager {
padding: 0px 150px 50px;
}

#deepanshu {

border-radius: 50%;
width: 300px;
height: 300px;
margin-left: 37%;
margin-right: 37%;
margin-top: 50px;
margin-bottom: 30px;
}


@media screen and (max-width: 991px) {


#talent-manager {
        padding: 0px 100px 50px;
        }

/* #talent-manager-text {
text-align: center;
align-content: center;
} */

#deepanshu {
border-radius: 50%;
width: 300px;
height: 300px;
margin-left: 30%;
margin-right: 30%;
margin-top: 50px;
margin-bottom: 30px;
align-content: center;
}

}

@media screen and (max-width: 768px) {

    #talent-manager {
        padding: 0px 30px 50px;
        }

    #deepanshu {
        border-radius: 50%;
        width: 300px;
        height: 300px;
        margin-left: 20%;
        margin-right: 20%;
        margin-top: 50px;
margin-bottom: 30px;
        align-content: center;
        }

}

@media screen and (max-width: 768px) {

    #deepanshu {
        border-radius: 50%;
        width: 300px;
        height: 300px;
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 50px;
margin-bottom: 30px;
        align-content: center;
        }

}


/*  style for the footer */

@import url("http://fonts.googleapis.com/css?family=Open+Sans:400,700");

/* The footer is fixed to the bottom of the page */

footer {
  position: fixed;
  bottom: 0;
}

@media (max-height: 800px) {
  footer {
    position: static;
  }
}

.footer-main {
  background-color: #26272b;
  box-sizing: border-box;
  width: 100%;
  font: bold 16px sans-serif;
  padding: 20px 50px 20px 50px;
  margin: 0%;
}
.footer-main .footer-content {
  color: #efefef;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}
a {
  color: #efefef;
}
.detail {
  display: flex;
  justify-content: center;
  line-height: 3;
  margin: 0;
  font-size: 18px;
}

.footer-main .footer-content i {
  background-color: #33383b;
  color: #ffffff;
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}

.footer-main i.fa-envelope {
  font-size: 17px;
  line-height: 38px;
}
.footer-company-name {
  padding-left: 25px;
}


.footer-icons a {
  display: inline-block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #fc0505;
  border-radius: 50%;
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  margin: 10px 10px;
}
.footer-icons a.facebook:hover {
  background-color: #3b5998;
}
.footer-icons a.twitter:hover {
  background-color: #00aced;
}
.footer-icons a.linkedin:hover {
  background-color: #007bb6;
}
.footer-icons a.instagram:hover {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}
.footer-icons a.google:hover {
  background-color: #4285f4;
}
.footer-icons {
  text-align: center;
  background-color: #efefef;
  width: 100%;
}
.footer-icons i {
  padding-top: 10px;
}

/* Here is the code for Responsive Footer */
/* You can remove below code if you don't want Footer to be responsive */

@media (max-width: 880px) {
  .footer-main .footer-content,
  .footer-icons,
  .detail {
    display: block;
    width: 100%;
    font-size: 14px;
    margin-bottom: 0px;
    text-align: center;
  }
}