
















/* Transition */


/* Box Shadow */


/* Border Radius */

/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/




h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 65px;
  color: #212121;
  font-weight: 900;
  text-transform: capitalize;
  letter-spacing: -1.5px;
}

h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 48px;
  color: #212121;
  font-weight: 900;
  text-transform: capitalize;
  letter-spacing: -0.5px;
}

h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  color: #515EC1;
  font-weight: 900;
  text-transform: capitalize;
  margin-bottom:1.5em:
}

h4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  color: #000000;
  font-weight: 100;
  text-transform: uppercase;
  margin-bottom:1.5em:
}

h5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  color: #212121;
  font-weight: 400;
  text-transform: none;
  margin-bottom:1.5em:
}

h6 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  color: #515EC1;
  font-weight: 900;
  text-decoration: uppercase;
  margin-bottom:1.5em:
}

a:link {
  color: #515EC1;
}

/* Blog post */
.rb-featured-image{
  width: 100%;
  height: 450px;
  margin: auto;
  overflow: hidden;
}
.rb-featured-image>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;; 
}

.rb-block .uk-overlay{
  padding: 40px 120px;
}
.date-author-box{
  display: flex;
  justify-content: center;
  column-gap: 8px;
  margin-bottom: 15px;
  font-size: 16px;
  text-transform: uppercase;
  color: #515EC1;
  font-weight: bold;
  letter-spacing: 2px;
}
.date-author-box>span{
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #515EC1;
  letter-spacing: 2px; 
  line-height: 130%;
}
.date-author-box>span>a{
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #515EC1;
  -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;;
  letter-spacing: 2px;
  line-height: 130%;
}
.date-author-box>span>a:hover{
  color: #3C4553;
}
.rb-content-box h3>a{
  font-size: 32px;
  font-weight: bold;
  line-height: 130%;
  color: #3C4553;
  -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;;
}
.rb-content-box h3>a:hover{
  color: #515EC1;
}
.rb-content-box p{
  color: #3C4553;
}

.rb-module a.uk-slidenav{
  top: 30%;
}
.rb-module a.uk-slidenav>svg{
  filter: drop-shadow(0px 0px 4px black);
}

.rb-module ul.uk-slider-nav{
  display: flex;
  column-gap: 10px;
  row-gap: 11px;
  flex-wrap: wrap;
  padding: 0 20px;
}
.rb-module ul.uk-slider-nav>li{
  padding:0 0;
}
.rb-module ul.uk-slider-nav>li>a{
  width: 12px;
  height: 12px;
  background: #ffffff;
  border-color: #D8D8D8;
  border-style: solid;
  border-width: 1px;
}
.rb-module ul.uk-slider-nav>li:hover>a,
.rb-module ul.uk-slider-nav>li.uk-active>a{
  background: #515EC1;
}

/* Blog post css start */

.blog-post-feature-image-block{
  width: 100%;
}
.blog-post-feature-image-block>img.blog-post-image{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  aspect-ratio: 10/4;
}

.blog-post-content-block{
  position: relative;
  width: 83.33333333%;
  padding: 60px 60px;
  background-color: #ffffff;
  -webkit-border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -o-border-radius: 8px 8px 8px 8px;
    -ms-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 8px 16px rgba(0, 0, 0, 0.08);
  margin: -270px auto 0 auto;
}

.blog-post-content-block .date-author{  
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #515EC1;
  letter-spacing: 2px;
  line-height: 130%;
  margin-bottom: 15px;
}
.blog-post-content-block .blog-post-title{
  font-size: 60px;
  font-weight: 900;
  letter-spacing: -0.5px;
  margin-bottom: 40px;
}
.blog-post-content-block .blog-post-social-block{
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.blog-post-content-block .blog-post-social-block>span{
  font-size: 18px;
  font-weight: bold;
  color: #212121;
}
ul.post-social-list{
  display: flex;
  list-style: none;
  column-gap: 10px;
  padding: 0 0;
  margin: 0 0;
}
ul.post-social-list>li>a{
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #212121;
  border: 1px solid #D8D8D8;
  -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;;
  -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;;
}
ul.post-social-list>li>a:hover{
  background: #515EC1;
  color: #fcfcfc;
}

.blog-post-content{
  position: relative;
  border-top: 1px solid #D8D8D8;
  padding: 35px 0 0 0;
  margin: 35px 0 0 0;
}

.blog-post-content

/* Pagination CSS */

.blog-pagination {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.prev-arrow.arrow-btn {
	padding-right: 40px;
}

.next-arrow.arrow-btn {
	padding-left: 40px;
}

.blog-pagination__link.blog-pagination__number-link{	
	background: transparent;
  color: #212121;
	font-size: 18px;
	font-weight: 700;	
	border-radius: 6px;
  width: 28px;
  height: 28px;
  padding: 0;
  margin: 0 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;
}

.number-wrap {
 display: flex;
 flex-wrap: wrap;
}



.blog-pagination__link.blog-pagination__number-link.blog-pagination__link--active,
.blog-pagination__link.blog-pagination__number-link:hover {
  background: #515EC1;
  color: #fff;	
}

.recent-article-block .blog-listing {
  grid-template-columns: repeat(3,1fr);
}

.recent-article-block {
	padding-top: 70px;
}

.recent-heading-block {
	text-align: center;
}

.body-container--blog-post .content-wrapper {
  padding-bottom: 100px;
}

.blog-index-section.related-post-main {
  display: flex;
  flex-wrap: wrap;
}

.blog-index-section.related-post-main {
    display: grid;
    column-gap: 30px;
    row-gap: 50px;
    grid-template-columns: repeat(3,1fr);
}

.Subscribe-CTA {
    background-image: url("https://4057429.fs1.hubspotusercontent-na1.net/hubfs/4057429/Orphic-2022/bg-pattern/subscribe-CTA-bg.png");  
    background-size: cover;
    padding: 20px;
    align-items: center:
   
}
.Subscribe-CTA p {
    color: #ffffff;
    text-align: center;
}
.Subscribe-CTA h2 {
    font-size: 45px;
    font-weight: 900;
    color: #ffffff;
    text-align: center;
}

.Subscribe-Form {
    background-color: none;
    padding: 20px;
    justify-content: center;
    display: flex;
    align-items: center;
}

  
p.content.post_body {
  font-size: 18px;
  margin: 0 0 1.4rem;
}

a.content.post_body:link {
  color: #515EC1;
}

h1.content.post_body {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 65px;
  color: #000000;
  font-weight: 900;
  text-decoration: none;
  letter-spacing: -4.5px;
}

h2.content.post_body {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 50px;
  color: #000000;
  font-weight: 900;
  text-decoration: none;
  letter-spacing: -2.5px;
}

h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 32px;
  color: #515EC1;
  font-weight: 900;
  text-decoration: none;
  letter-spacing: -1.5px;
  margin-bottom:1.5em:
}

h4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 28px;
  color: #000000;
  font-weight: 100;
  text-decoration: uppercase;
  letter-spacing: -1px;
  margin-bottom:1.5em:
}

h5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  color: #000000;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: -0.5px;
  margin-bottom:1.5em:
}

h6 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
  color: #515EC1;
  font-weight: 900;
  text-decoration: uppercase;
  letter-spacing: 4px;
  margin-bottom:1.5em:
}



/* Rsponsive */

@media screen and (max-width:1024px){
  .rb-featured-image {
    height: auto;
  }
  .rb-block .uk-overlay {
    padding: 20px 0px;
  }
}

@media only screen and (max-width: 991px) { 
  
   .blog-index-section.related-post-main {
    grid-template-columns: repeat(2,1fr);
  }
}


@media screen and (max-width:767px){
  .rb-featured-image {
    height: auto;
  }
  .rb-block .uk-overlay {
    padding: 20px 0px;
  }
  .date-author-box{
    flex-direction: column;
    margin-bottom: 10px;
  }
  .date-author-box, .date-author-box>span, .date-author-box>span>a {
    font-size: 14px;
  }
  .rb-content-box h3>a{
    font-size: 25px;
  }
  
  .container-fluid.body-container.body-container--blog-index {
    float: left;
    width: 100%;
  }
  
   .blog-index-section.related-post-main{
    grid-template-columns: repeat(1,1fr);
  }
  
  .body-container.body-container--blog-post {
    float: left;
    width: 100%;
  }
  
  .blog-post-content-block {   
    width: 95%;
    padding: 40px;   
    margin: -130px auto 0;
  }
  
  .recent-article-block {
    padding-top: 50px;
  }
  
  .body-container--blog-post .content-wrapper {
    padding-bottom: 60px;
  }
}

@media screen and (max-width:479px){
  .rb-featured-image {
    height: auto;
  }
  .rb-block .uk-overlay {
    padding: 20px 0px;
  }
  .date-author-box{
    flex-direction: column;
    margin-bottom: 10px;
  }
  .date-author-box, .date-author-box>span, .date-author-box>span>a {
    font-size: 13px;
  }
  .rb-content-box h3>a{
    font-size: 22px;
  }
  
  .blog-post-content-block {  
    margin: -80px auto 0;
    padding: 30px;   
  }
  
  .body-container--blog-post .content-wrapper {
    padding-bottom: 50px;
  }
}