h2 {
  color: #212b35;
  font-family: Red Hat Display,sans-serif;
}

h2::before {
    display: inline-block;
    content: "";
    border-top: 3px solid #212b35;
    width: 6.3rem;
    margin-top: 1rem;
    margin-right: 10px;
}

.h2darkblue {
  color: #f1f1f1;
  font-family: Red Hat Display,sans-serif;
}

.h2darkblue::before {
    display: inline-block;
    content: "";
    border-top: 3px solid #f1f1f1;
    width: 6.3rem;
    margin-top: 1rem;
}

/* --------------------------------------- HEADER --------------------------------------- */

/* ---------------- SVG part for Header ----------------*/
.svg_header_anim {
    position: absolute;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: center;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    margin-top: 100px;
}

.svg_header_anim_top_bottom, .svg_header_anim_top {
    position: relative;
}

.svg_header_anim_top_bottom {
    width: 80%;
    margin-left: 600px;
}

.svg_header_anim_top{
  width: 100%;
}

@media (max-width: 575.98px) {
  #svg_anim{
    margin-bottom: 90px;
  }

  .svg_header_anim_top_bottom {
    width: 100%;
    height: 20%;
    margin-left: 150px;
  }

  .svg_header_anim_top{
    width: 100%;
    height: 30%;
  }
}

@media (min-width: 768px){
  .svg_header_anim_top>div {
    position: relative;
    width: 70%!important;
    height: 0!important;
    padding-bottom: 25%;
    margin: 0!important;
  }

  .svg_header_anim_top>div>svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
}

@media (max-width: 992px){
  .svg_header_anim_top_bottom {
    margin: 0 0 20% 40%;
  }
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

#hd-anim-logo-last{
  width: 100%;
  height: 100%;
}

.header-logo{
  width: 100%;
  opacity: 0.6;
  display: flex;
}

.head-bigtext {
  font-weight: 700;
}

@media only screen and (max-width: 600px) {
  .header-logo{
    width:80%;
    margin: 35% 15%;
  }

  .head_text_part{
    margin-top: 0px;
  }

  .head-bigtext {
    font-size: 26px !important;
  }

  .tw-text{
    font-size: 22px !important;
  }
}

@media only screen and (min-width: 600px) {
   .header-logo{
    width:80%;
    margin: 25% 10%;
  }

  .head_text_part{
    margin-top: 50px;
  }

  .head-bigtext {
    font-size: 34px !important;
  }

  .tw-text{
    font-size: 24px !important;
  }
}

@media only screen and (min-width: 768px) {
  .header-logo{
    width:50%;
    margin: 15% 20%;
  }

  .head_text_part{
    margin-top: 70px;
  }

  .head-bigtext {
    font-size: 34px !important;
  }

  .tw-text{
    font-size: 24px !important;
  }
}

@media only screen and (min-width: 992px) {
  .header-logo{
    width:50%;
    margin: 10% auto;
  }

  .head_text_part{
    margin-top: 40px;
  }

  .head-bigtext {
    font-size: 50px !important;
  }

  .tw-text{
    font-size: 28px !important;
  }
}

@media only screen and (min-width: 1600px) {
  .header-logo{
    width:50%;
    margin: 15% auto;
  }

  .head_text_part{
    margin-top: 40px;
  }

  .head-bigtext {
    font-size: 60px !important;
  }

  .tw-text{
    font-size: 34px !important;
  }
}

/* ---------------- Header Animation Part2 ----------------*/
#hd-anim-logo{
  margin-left: -4vh;
  display: none;
}

#hd-anim-text-2{
  display: none;
  letter-spacing: 5px;
}

#hd-anim-logo-last{
  display: none;
}

/* ----------------Type Writer Area ----------------*/
.tw {
  display: inline-block;
}

.tw-text {
    display: inline-block;
    letter-spacing: 5px;
    overflow: hidden;
    animation: typing 3s steps(30, end), blink .75s step-end;
    white-space: nowrap;
    border-right: 4px solid #2f5597;
    box-sizing: border-box;
}

@keyframes typing {
    from {
        width: 0%
    }
    to {
        width: 100%
    }
}

@keyframes blink {
    from, to {
        border-color: transparent
    }
    50% {
        border-color: white;
    }
}

/* ---------------- Head Big Text ----------------*/
.head-bigtext {
  font-weight: 700;
  font-size: 60px;
}
/*.head-bigtext .letter {
  display: inline-block;
}*/

/* ---------------- Head Changing Text ----------------*/
.headTextChangingArea .letter{
  display: inline-block;
}

/* --------------------------------------- BODY --------------------------------------- */

/* ---------------- Classes for Main Body Containers ----------------*/
.mainbody{
  margin-top: 25px;
  border: 1px #000 solid;
  padding: 0 0 ;
}

.mainbody .mbContainerText{
 padding-left: 5%;
 padding-top: 5%;
 padding-bottom: 5%;
}

/* ----------------Blog Read More Style----------------*/
.blog_readmore{
  color: #2f5597;
  font-size: 1.4rem;
  font-weight: 700;
}

.blog_readmore:hover{
  transition: color .2s ease-in-out;
}
