@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sansita+Swashed:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Satisfy&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Courgette&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Parisienne&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sacramento&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap");
html {
  box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}
.container {
max-width: 1300px;
}

.front-indexed {
  z-index: 99999999999;
}

.outline-none {
  outline: none;
}

.main__image {
  height: 550px;
  object-fit: cover;
  width: 100%;
}

.view_more_footer {
  display: flex;
  justify-content: center;
  margin: 10px 0px;
}
.view_more_footer .view_more_button {
  border-radius: 0px;
  font-size: 15px;
  padding: 5px 20px;
}

.navbar-brand__name {
  color: white;
  font-size: 20px;
}
.navbar-color{
	background-color: #42cceb
}


.bg-alpha {
  background-color: #f6faffc2;
}

.heading {
  font-family: roboto, sans-serif;
  text-align: center;
}
.heading__main-heading {
  color: #007BFF;
  font-size: 24px;
  margin-bottom: 0px;
  font-weight: 600;
}
.heading__sub-heading {
  font-size: 18px;
  color: #888;
  font-family: "roboro slab", serif;
}
@media only screen and (min-width: 900px) {
  .heading {
    background: linear-gradient(to right, #42cceb 0%, #99dfee 30%, white 30%, white 70%, #99dfee 60%, #42cceb 100%);
    /*background: linear-gradient(to right, #fbfcff 0%, #007bff 30%, white 30%, white 70%, #007bff 60%, #fbfcff 100%);*/
  /*background: linear-gradient(to right, #fbfcff 0%, #007bff 30%, white 30%, white 50%, #007bff 50%, #fbfcff 90%);*/
  }
}

.custom-card {
  box-shadow: 0px 0px 20px 5px #e2e2e2;
}
.custom-card__image {
  height: 250px;
  object-fit: cover;
  width: 100%;
}
.custom-card__body {
  padding: 15px 20px;
}
.custom-card__body-title {
  font-size: 20px;
  color: #464646 !important;
  font-weight: 600;
  text-decoration: none;
}
.custom-card__body-details {
  font-size: 18px;
  color: #666;
  margin-top: 20px;
}
.custom-card:hover {
  box-shadow: 0px 0px 26px 1px #acacac;
}

.custom-card__gallery-image {
  height: 250px;
  object-fit: cover;
  width: 100%;
}
.custom-card__gallery-body {
  height: 100px;
  padding: 15px 20px;
}
.custom-card__gallery-title {
  font-size: 12px;
  color: #464646 !important;
  font-weight: 600;
  text-decoration: none;
}

.navbar__toggler:focus {
  outline: none;
}

/*Footer*/
  footer {
    background-color: #42cceb!important;;
    color: #f5f5f5;
    padding: 10px;
  }
  footer a {
    color: #f5f5f5;
  }
  footer a:hover {
    color: #777;
    text-decoration: none;
  }

  /*Footer social icon*/

.fa-social {
  padding: 15px;
  font-size: 20px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.9;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}

.fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
  background: #00aff0;
  color: white;
}

.fa-android {
  background: #a4c639;
  color: white;
}

.fa-dribbble {
  background: #ea4c89;
  color: white;
}

.fa-vimeo {
  background: #45bbff;
  color: white;
}

.fa-tumblr {
  background: #2c4762;
  color: white;
}

.fa-vine {
  background: #00b489;
  color: white;
}

.fa-foursquare {
  background: #45bbff;
  color: white;
}

.fa-stumbleupon {
  background: #eb4924;
  color: white;
}

.fa-flickr {
  background: #f40083;
  color: white;
}

.fa-yahoo {
  background: #430297;
  color: white;
}

.fa-soundcloud {
  background: #ff5500;
  color: white;
}

.fa-reddit {
  background: #ff5700;
  color: white;
}

.fa-rss {
  background: #ff6600;
  color: white;
}
.avatar {
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

/*Media and speech page CSS*/
h2.main-heading {
        font-size: 40px;
        font-weight: 700;
        color: #000;
        text-transform: uppercase;
        margin-top: 25px;
        margin-bottom: 30px;
      }
      .text-center {
          text-align: center;
       }
       .content {
        margin-left: 8%;
        margin-right: 6%;
        margin-top: 6%;
        margin-bottom: 8%;
       }
       .content__image {
          height: 400px;
          object-fit: cover;
          width: 80%;
          display: block;
          margin-left: auto;
          margin-right: auto;

          }
        .frame {
          margin-top: 5%;
        }

     

/*About me page css : timeline */

.timeline {
  margin-top: 3em;
  margin-bottom: 3em;
  position: relative;
}
.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  width: 4px;
  height: 100%;
  left: 25px;
  background: #0075f3;
}
.timeline__block {
  position: relative;
  margin: 2em 0;
}
.timeline__block::after {
  content: "";
  display: table;
  clear: both;
}
.timeline__stop {
  content: "";
  position: absolute;
  top: 0;
  width: 30px;
  height: 30px;
  border-radius: 25px;
  left: 12px;
  background: #0075f3;
  box-shadow: 0 0 0 4px #71b5ff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.timeline__content {
  position: relative;
  margin-left: 60px;
  margin-right: 30px;
  background: #ededf3;
  border-radius: 2px;
  padding: 1em;
}
.timeline__content p {
  margin: 1em 0;
  line-height: 1.6;
  color: #666;
}
.timeline__content::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 100%;
  height: 25px;
  width: 25px;
  border: 15px solid transparent;
  border-right: 15px solid #ededf3;
}
.timeline__date {
  position: absolute;
  top: -41px;
  font-size: 28px;
  color: #333 !important;
}

@media only screen and (min-width: 920px) {
  .timeline__block {
    margin: 4em 0;
  }

  .timeline:before {
    left: 50%;
    margin-left: -2px;
  }

  .timeline__stop {
    left: 50%;
    margin-left: -15px;
    margin-top: 23px;
  }

  .timeline__content {
    margin-left: 0;
    padding: 1.6em;
    width: 41%;
    margin: 0 4%;
  }
  .timeline__content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #ededf3;
  }

  .timeline__date {
    position: absolute;
    width: fit-content;
    left: 570px;
    top: 22px;
    font-size: 25px;
  }

  .timeline__block:nth-child(even) .timeline__content {
    float: right;
  }
  .timeline__block:nth-child(even) .timeline__content .timeline__date {
    left: auto;
    right: 570px;
    text-align: right;
    top: 22px;
  }
  .timeline__block:nth-child(even) .timeline__content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #ededf3;
  }
}
@media only screen and (max-width: 920px) {
  .timeline__stop {
    top: 16px;
  }

  .timeline__content .timeline__date {
    position: absolute !important;
    left: 0px !important;
    top: -41px !important;
    font-size: 28px !important;
    color: #333 !important;
  }
}
@media only screen and (max-width: 1175px) {
  .timeline__content .timeline__date {
    left: 562px;
  }

  .timeline__block:nth-child(even) .timeline__content .timeline__date {
    right: 562px;
  }
}
@media only screen and (max-width: 1100px) {
  .timeline__content .timeline__date {
    left: 538px;
  }

  .timeline__block:nth-child(even) .timeline__content .timeline__date {
    right: 538px;
  }
}
@media only screen and (max-width: 1048px) {
  .timeline__content .timeline__date {
    left: 508px;
  }

  .timeline__block:nth-child(even) .timeline__content .timeline__date {
    right: 508px;
  }
}
@media only screen and (max-width: 990px) {
  .timeline__content .timeline__date {
    left: 376px;
  }

  .timeline__block:nth-child(even) .timeline__content .timeline__date {
    right: 465px;
  }
}
@media only screen and (max-width: 949px) {
  .timeline__content .timeline__date {
    left: 376px;
  }

  .timeline__block:nth-child(even) .timeline__content .timeline__date {
    right: 376px;
  }
}

     

/*# sourceMappingURL=main.css.map */
