.blog-detail-sec, .blog-list-sec, .cstory-detail-sec, .cstory-list-sec{clear: both;display: block;width: 100%;}
body.blog, body.single-post, body.post-type-archive-customer-story, body.single-customer-story{overflow-x: hidden;}
/*.blog .banner.inner_banner .col6, .single-post .banner.inner_banner .col6, .post-type-archive-customer-story .banner.inner_banner .col7, .single-customer-story .banner.inner_banner .col7{display: flex;flex-direction: row;align-items: center;justify-content: space-between;flex-wrap: wrap;}*/
.blog .banner .main_btn, .single-post .banner .main_btn, .post-type-archive-customer-story .banner .main_btn, .single-customer-story .banner .main_btn {margin-bottom: 80px;}



.entry-header{
  margin: 30px 0px 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  color: #000;
  vertical-align: middle;
}
.entry-header .author-date strong{
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0em;
  color: #000;
  vertical-align: top;
}
.entry-header .author-post{
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  color: #000;
  vertical-align: top;
}
.entry-header .author-post a{color: #000;font-weight: 400;}
.entry-header .author-post a:hover, .entry-header span.author-cat ul li a:hover{color: #2CCFE2;}
.entry-header span.author-cat {
    width: auto;
    display: inline-block;
}
.entry-header span.author-cat ul li{position: relative;display: inline-block;vertical-align: top;width: auto;}
.entry-header span.author-cat ul li:after{
  content: ',';
  position: absolute;
  bottom: 0;
  right: 2px;
  color: #000;
  font-size: 18px;
  font-weight: 400;
}
.entry-header span.author-cat ul li:last-child:after{display: none;}
.entry-header span.author-cat ul li a {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    color: #000;
    vertical-align: top;
    padding-right: 10px;
}
h2.navyblue-text a, h2.navyblue-text a:focus, h2.navyblue-text a:active{color: #3B3694;-webkit-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
h2.navyblue-text a:hover{color: #2CCFE2;}
.recent-blog-post {
    padding-top: 70px;
    border-top: 1px solid #e2e2e2;
    margin-top: 115px;
}
.recent-blog-post:first-child {
    border-top: 0px none;
    margin-top: 0px;
    padding-top: 0px;
}
/*.recent-blog-post .entry-content{margin:55px 0px;}*/

.blog-btn .main_btn{min-width: 270px;margin-top: 50px;padding: 25px 60px 25px 20px;}
.blog-btn .main_btn .fa {
    font-size: 36px;
    line-height: 14px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-left: 12px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.blog-btn.cstory-btn .main_btn{
  color:#3B3694;
  background: #F7F7F7;
  border: 1px solid #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px -12px 16px #FFFFFF, 0px 12px 16px #EEEEEE;
          box-shadow: 0px -12px 16px #FFFFFF, 0px 12px 16px #EEEEEE;
  border-radius: 100px;
}
.blog-btn.cstory-btn .main_btn:hover{background:#3B3694;color: #fff;}
.blog-btn.cstory-btn .main_btn:hover:before{display: none;}
.blog-btn.cstory-btn .main_btn .fa{color: #3B3694;}
.blog-btn.cstory-btn .main_btn:hover .fa{color: #fff;}

.blog-btn .main_btn:hover .fa{margin-left: 22px;}
.blog-list-sec .navigation.pagination{margin: 100px 0px 40px;}
.blog-list-sec .nav-links, .cstory-list-sec .nav-links{text-align: center;}
.blog-list-sec .page-numbers, .cstory-list-sec .page-numbers{
  background: #F7F7F7;
  border: 1px solid #E2E2E2;
  border-radius: 40px;
  width: 60px;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  font-weight: 400;
  text-align: center;
  color: #333;
  margin: 0px 5px;
  display: inline-block;
}
.blog-list-sec .page-numbers.current, .blog-list-sec .page-numbers:hover, .cstory-list-sec .page-numbers.current, .cstory-list-sec .page-numbers:hover{color: #2CCFE2;border-color: #2CCFE2;}
.blog-list-sec .page-numbers.next .fa, .blog-list-sec .page-numbers.prev .fa, .cstory-list-sec .page-numbers.next .fa, .cstory-list-sec .page-numbers.prev .fa{color: #333;font-size: 25px;line-height: 60px;font-weight: 400;text-align: center;}
.blog-list-sec .page-numbers.next .fa:hover, .blog-list-sec .page-numbers.prev .fa:hover, .cstory-list-sec .page-numbers.next .fa:hover, .cstory-list-sec .page-numbers.prev .fa:hover{color: #2CCFE2;}


/*blog detail page of css start*/
.blog-featured-img{position: relative;z-index: 2;margin: 75px 0px;padding: 0px 50px;}
.blog-featured-img > img{width: 100%;border-radius: 30px;overflow-x: hidden;}
.featured-top-left-shape{position: absolute;top: -32px;left: 0px;z-index: -1;}
.featured-bottom-right-shape{position: absolute;bottom: -32px;right: 0px;z-index: -1;}
.blog-heading-number-wrap {
    padding-top: 60px;
}
.blog-heading-number-wrap h2{line-height: 1.2;}
.blog-heading-number-wrap .number{
  font-size: 100px;
    color: #EEEEEE;
    font-weight: 700;
    line-height: 0;
    position: relative;
    top: 28px;
    left: -3px;
    z-index: -1;
}
.blog-detail-wrap h4{
  font-size: 36px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  margin: 0 0 15px 0;
}
.blog-detail-wrap p strong{font-size: 20px;line-height: 30px;font-weight: 600;}
.blog-detail-wrap .wp-block-quote{margin: 30px 0px;}
.blog-detail-wrap .wp-block-image img{margin: 20px auto;display: block;}
.blog-detail-wrap .wp-block-embed iframe{width: 70%;}
.blog-detail-wrap .wp-block-embed{margin: 0 auto;display: block;text-align: center;}

/*blog post comment css*/
.comment-wrap-bg .comments-title{display: none;}
.comment-wrap-bg .comments-area{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.comment-wrap-bg .comment-respond{
  background: #F7F7F7;
  border: 1px solid #E2E2E2;
  -webkit-box-shadow: 5px 10px 15px rgba(238, 238, 238, 0.5);
          box-shadow: 5px 10px 15px rgba(238, 238, 238, 0.5);
  border-radius: 40px;
  padding: 55px 150px 55px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.comment-wrap-bg ol.comment-list {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0px;
    padding: 0px;
}
.comment-wrap-bg .comment-notes{display: none;}
.comment-wrap-bg h3.comment-reply-title{font-size: 50px;line-height: 1.5;color: #3B3694;font-weight: 700;text-align: center;margin-bottom: 60px;}
.comment-wrap-bg .comment-form > p{margin:0px 0px 30px;}
.comment-wrap-bg input[type="text"], .comment-wrap-bg input[type="email"], .comment-wrap-bg textarea{
  background: #F7F7F7;
  border: 1px solid #FFFFFF;
  -webkit-box-shadow: inset 0px -12px 16px #FFFFFF, inset 0px 12px 16px #EEEEEE;
          box-shadow: inset 0px -12px 16px #FFFFFF, inset 0px 12px 16px #EEEEEE;
  border-radius: 40px;
  padding: 22px 30px;
  color: #333;
  width: 100%;
}
.comment-wrap-bg input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #333;
}
.comment-wrap-bg input::-moz-placeholder { /* Firefox 19+ */
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #333;
}
.comment-wrap-bg input:-ms-input-placeholder { /* IE 10+ */
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #333;
}
.comment-wrap-bg input:-moz-placeholder { /* Firefox 18- */
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #333;
}
.comment-wrap-bg textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #333;
}
.comment-wrap-bg textarea::-moz-placeholder { /* Firefox 19+ */
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #333;
}
.comment-wrap-bg textarea:-ms-input-placeholder { /* IE 10+ */
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #333;
}
.comment-wrap-bg textarea:-moz-placeholder { /* Firefox 18- */
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #333;
}
.comment-wrap-bg .comment-form{margin-left: -15px;margin-right: -15px;}
.comment-wrap-bg .comment-form-comment textarea{height: 160px;}
.comment-wrap-bg .comment-form-author, .comment-wrap-bg .comment-form-email{width: 50%;display: inline-block;padding: 0px 15px;}
.comment-wrap-bg .comment-form-comment, .comment-wrap-bg .form-submit, .comment-wrap-bg .logged-in-as{padding: 0px 15px;}
.comment-wrap-bg .form-submit, .comment-wrap-bg .logged-in-as{text-align: center;}
.comment-wrap-bg .form-submit input[type="submit"]{
  color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    background-image: -webkit-gradient(linear, left top, right top, from(#2CCFE2), to(#74DDBE));
    background-image: -o-linear-gradient(left, #2CCFE2, #74DDBE);
    background-image: linear-gradient(to right, #2CCFE2, #74DDBE);
    -webkit-box-shadow: 0px 2px 15px rgba(44, 207, 226, 0.5);
            box-shadow: 0px 2px 15px rgba(44, 207, 226, 0.5);
    padding: 25px 50px;
    border-radius: 100px;
    border:0px none;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    min-width: 420px;
    display: inline-block;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.comment-wrap-bg .comment-list .comment-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.comment-wrap-bg .comment-list .comment-author img{
  width: 120px;
    height: 120px;
    border-radius: 100%;
    margin-right: 30px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2CCFE2), to(#74DDBE));
    background-image: -o-linear-gradient(top, #2CCFE2, #74DDBE);
    background-image: linear-gradient(to bottom, #2CCFE2, #74DDBE);
    padding: 5px;
}
.comment-wrap-bg .comment-list .comment-author a.url, .comment-wrap-bg .comment-list .comment-author b.fn{
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #2CCFE2;
  text-transform: capitalize;
}
.comment-wrap-bg .comment-list .comment-author span.says {
    display: none;
}
.comment-wrap-bg .comment-list footer.comment-meta{padding: 70px 0px 0px;}
.comment-wrap-bg .comment-list .comment-content{padding: 0px 0px 0px 150px;position: relative;margin-top: -70px;width: 100%;word-break: break-word;}
.comment-wrap-bg .comment-list li .comment-respond{
  background: transparent;
  border: 0 solid #E2E2E2;
  -webkit-box-shadow: 5px 10px 15px rgb(238 238 238 / 50%);
  box-shadow: 0px 0px 0px rgb(238 238 238 / 50%);
  border-radius: 0;
  padding: 0;
  width: 88%;
}
.comment-wrap-bg .comment-list li .comment-respond .comment-form{margin-left: 0px;margin-right: 0px;}
.comment-wrap-bg .comment-list li .comment-respond h3.comment-reply-title, .comment-wrap-bg .comment-list li .comment-respond .logged-in-as{display: none;}
.comment-wrap-bg .comment-list li .comment-respond .comment-form-author, .comment-wrap-bg .comment-list li .comment-respond .comment-form-email{display: none;}
/*.comment-wrap-bg .comment-list li ol li .comment-respond .comment-form-comment{border: 1px solid #e2e2e2;border-radius: 40px;}*/
.comment-wrap-bg .comment-list li .comment-respond .form-submit{text-align: right;}
.comment-wrap-bg .comment-list li .comment-respond textarea{box-shadow: inset 0px 0px 0px #ffffff, inset 0px 0px 0px #eeee;border: 1px solid #e2e2e2;}
.comment-wrap-bg .comment-list .comment-metadata {
    width: 89.8%;
    position: relative;
    top: -90px;
    left: 150px;
}
.comment-wrap-bg .comment-list .comment-metadata a{
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #333;
}
.comment-wrap-bg .comment-list .comment-body{position: relative;}
.comment-wrap-bg .comment-list .reply{
  position: absolute;
  top: 84px;
  right: 0;
}
.comment-wrap-bg .comment-list .reply a, .comment-wrap-bg .comment-list .reply a:active, .comment-wrap-bg .comment-list .reply a:focus{
  background: #FFFFFF;
  border: 2px solid #363290;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 40px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  padding: 7px 35px;
  color: #363290;
}
.comment-wrap-bg .comment-list .reply a:hover{
  background:#363290;
  color: #fff;
}
.comment-wrap-bg .comment-list .edit-link{position: absolute;top: 0;right: 0;display: none;}
.comment-wrap-bg .comment-list .edit-link a, .comment-wrap-bg .comment-list .edit-link a:active, .comment-wrap-bg .comment-list .edit-link a:focus{
  background: #FFFFFF;
  border: 2px solid #363290;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 40px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  padding: 7px 35px;
  color: #363290;
}
.comment-wrap-bg .comment-list .edit-link a:hover{background:#363290;color: #fff;}
.comment-wrap-bg ol.comment-list li{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-align: inherit;-ms-flex-align: inherit;align-items: inherit;-webkit-box-pack: inherit;-ms-flex-pack: inherit;justify-content: inherit;-ms-flex-wrap: wrap;flex-wrap: wrap;}
/*.comment-wrap-bg ol.comment-list li .comment-body{-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2;}
.comment-wrap-bg ol.comment-list li .comment-respond{-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;}*/
.comment-wrap-bg ol.comment-list li .comment-respond h3.comment-reply-title small{display: block;clear: both;}
.comment-wrap-bg ol.comment-list li .comment-respond h3.comment-reply-title small a#cancel-comment-reply-link, .comment-wrap-bg ol.comment-list li .comment-respond h3.comment-reply-title small a#cancel-comment-reply-link:active,
.comment-wrap-bg ol.comment-list li .comment-respond h3.comment-reply-title small a#cancel-comment-reply-link:focus{
  font-size: 50px;
    line-height: 75px;
    color: #3B3694;
    font-weight: 700;
}
.comment-wrap-bg ol.comment-list li .comment-respond h3.comment-reply-title small a#cancel-comment-reply-link:hover{color: #2CCFE2;}


/*customer story css start*/
.recent-cstory-post{
  background: #F7F7F7;
  border: 1px solid #E2E2E2;
  -webkit-box-shadow: 5px 10px 15px rgba(238, 238, 238, 0.5);
          box-shadow: 5px 10px 15px rgba(238, 238, 238, 0.5);
  border-radius: 40px;
  margin-bottom: 70px;
  padding: 50px;
}
.recent-cstory-post:last-child{margin-bottom: 0px;}
.cstory-logo{margin: 0 0 10px;}
.cstory-designation{
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #333333;
  margin: 0 0 40px;
}
.recent-cstory-post h3{
  font-weight: 700;
  font-size: 36px;
  line-height: 1.5;
  color: #3B3694;
  margin: 0 0 40px;
  letter-spacing: -0.5px;
}
.recent-cstory-post h3 a, .recent-cstory-post h3 a:active, .recent-cstory-post h3 a:visited{color: #3B3694;}
.recent-cstory-post h3 a:hover{color: #2CCFE2;}
.cstory-list-sec .navigation.pagination{margin: 100px 0px 0px;}

.cstory-detail-wrap .heading-h3 h3{
  font-weight: 700;
  font-size: 36px;
  line-height: 1.5;
  color: #3B3694;
  margin: 0 0 60px;
  letter-spacing: -0.5px;
  text-align: center;
  padding: 0px 20px;
}
.cstory-detail-wrap p{margin: 0 0 25px;}
.customer-profile-info-wrap{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;margin-bottom: 65px;}
.customer-profile-avtar{width: 220px;margin-right: 40px;}
.customer-profile-info{width: calc(100% - 270px);}
.customer-profile-avtar .story_img{width: 220px;height: 220px;}
.customer-profile-info .story_logo{margin: 0 0 15px;}
.cstory_name_designation h6{
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: #20C9DF;
  margin: 0;
}
.cstory_name_designation p{
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #333;
  margin: 0;
}
.cstory-single-herobanner .left_shape {
    position: absolute;
    left: -160px;
    top: 135px;
    z-index: 0;
}
.full-cstory-hero-image {
    max-width: 1170px;
    margin: 115px auto 75px;
}
.full-cstory-hero-image img{border-radius: 20px;-webkit-box-shadow: 0px 23px 13px -7px #dadada;box-shadow: 0px 23px 13px -7px #dadada;}
.cstory_takeaway_sec .about_sec_wrap h3{margin-bottom: 20px;}
.more-story-sec{padding: 70px 0 0;}
.more-story-title h2{text-align: center;}
.more-story-title h2 span{display: block;color: #333;text-transform: none;}
.more-story-post-wrap ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0px 75px;
    margin-left: -15px;
    margin-right: -15px;
}
.more-story-post-wrap ul li{width: 33.33%;padding: 0px 15px;}
.more-story-post-wrap ul li .cstory-related-logo{
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
  min-height: 250px;
}
.more-story-post-wrap ul li .cstory-related-logo img{max-width:290px;}
.cstory-related-desc a, .cstory-related-desc a:active, .cstory-related-desc a:visited{
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  color: #333333;
}
.cstory-related-desc a:hover{color: #3B3694;}

/*404, search,thankyou page css*/
.no-results.not-found {
    text-align: center;
    padding: 100px 0px;
}
.no-results.not-found header{position: relative;top: inherit;}
.error-not-found, .thankyou-sec{display: inline-block;width: 100%;padding: 200px 0px 170px;text-align: center;}
.error-not-found h1{color: #2CCFE2 !important;font-size: 90px !important;}
.error-not-found h2{margin-bottom: 20px;line-height: 1.4;}
.error-not-found .main_btn{margin-top: 20px;}
.thankyou-sec .fa{color: #2CCFE2;font-size: 100px;display: inline-block;width: 100%;}
.search-form input[type="search"]{ border: 1px solid #3B3694;color: #333;font-size: 16px;width:350px;margin: 10px 0 20px;padding: 15px 20px;border-radius: 40px;text-transform: capitalize;}
.search-form .search-submit{
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#2CCFE2), to(#74DDBE));
  background-image: -o-linear-gradient(left, #2CCFE2, #74DDBE);
  background-image: linear-gradient(to right, #2CCFE2, #74DDBE);
  padding: 15px 47px;
  border-radius: 40px;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  min-width: 220px;
  border: none;
  cursor: pointer;
  display: block;
  clear: both;
  margin: 0px auto;
}
.search-submit:hover{    
  background-image: -webkit-gradient(linear, right top, left top, from(#2CCFE2), to(#74DDBE));    
  background-image: -o-linear-gradient(right, #2CCFE2, #74DDBE);    
  background-image: linear-gradient(to left, #2CCFE2, #74DDBE);
  color: #fff;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.search-content-area {
    display: inline-block;
    width: 100%;
    padding: 60px 0px 50px;
}
.page-template-default .widget-area{display: none;}
.heading-title h1, .no-results.not-found h1{text-align:center;}


/*media start*/
@media only screen and (max-width:1550px) {
  .comment-wrap-bg .comment-list .comment-metadata{width: 87.8%;}

}

@media only screen and (max-width:1366px) {
  .blog-detail-wrap h4{font-size: 30px;}
  .blog-heading-number-wrap .number{top: 24px;font-size: 80px;}
  .comment-wrap-bg h3.comment-reply-title{font-size: 45px;}
  .comment-wrap-bg .comment-list .comment-metadata{width: 87.5%;}
  .recent-cstory-post h3, .cstory-detail-wrap .heading-h3 h3{font-size: 35px;}
  .cstory-single-herobanner .left_shape{left: -13%;top: 105px;}
  .more-story-post-wrap ul li .cstory-related-logo img{max-width: 230px;}
}

@media only screen and (max-width:1199px) {
    .recent-blog-post {
      padding-top: 50px;
      margin-top: 90px;
    }
        .blog-btn .main_btn {
      min-width: 250px;padding: 22px 60px 22px 20px;
    }
        .blog-list-sec .page-numbers.next .fa, .blog-list-sec .page-numbers.prev .fa, .cstory-list-sec .page-numbers.next .fa, .cstory-list-sec .page-numbers.prev .fa {
      line-height: 55px;
    }
        .blog-list-sec .page-numbers, .cstory-list-sec .page-numbers {
      width: 55px;
      height: 55px;
      line-height: 55px;
    }
        .blog-list-sec .navigation.pagination {
      margin: 80px 0px 40px;
    }

    .blog-detail-wrap h4{font-size: 26px;}
    .blog-heading-number-wrap .number{top: 17px;font-size: 70px;}
    .comment-wrap-bg .comment-respond{padding: 50px 100px;}
    .comment-wrap-bg h3.comment-reply-title{font-size: 42px;}
    .blog-detail-wrap p strong{font-size: 19px;}
    .comment-wrap-bg .comment-list .comment-metadata{width: 87%;}
    .recent-cstory-post h3, .cstory-detail-wrap .heading-h3 h3{font-size: 32px;}
    .full-cstory-hero-image{max-width: 960px;margin: 55px auto;}
    .cstory-single-herobanner .left_shape{top: 75px;max-width: 520px;}
    .customer-profile-avtar .story_img{width: 180px;height: 180px;border:7px ​solid transparent;}
    .customer-profile-avtar{width: 180px;}
    .customer-profile-info {width: calc(100% - 60px);}
}

@media only screen and (max-width:1080px) {
  .comment-wrap-bg .comment-list .comment-metadata{width: 84%;}
  .more-story-post-wrap ul li .cstory-related-logo img{max-width: 180px;}
}


@media only screen and (max-width:991px) {
  .comment-wrap-bg .comment-respond{padding: 50px;}
  .blog-heading-number-wrap{padding-top: 40px;}
  .featured-top-left-shape{top: -15px;}
  .featured-bottom-right-shape{bottom: -15px;}
  .featured-top-left-shape > img{max-width: 330px;}
  .featured-bottom-right-shape > img{max-width: 330px;}
  /*.blog-featured-img > img{padding: 0px 30px;}*/
  .blog-featured-img{margin: 55px 0px;padding: 0px 30px;}
  .comment-wrap-bg h3.comment-reply-title{font-size: 38px;}
  .blog-detail-wrap p strong{font-size: 18px;}
  .comment-wrap-bg .comment-list .comment-metadata{width: 83.7%;}
  .recent-cstory-post , .cstory-detail-wrap .heading-h3 h3{font-size: 28px;}
  .cstory-single-herobanner .left_shape{max-width: 300px;}
  .full-cstory-hero-image{max-width: 620px;}
  .more-story-post-wrap ul{padding: 0px 10px;}
  .more-story-post-wrap ul li .cstory-related-logo{min-height: 180px;}
  .cstory-related-desc a, .cstory-related-desc a:active, .cstory-related-desc a:visited{font-size: 19px;}
  .comment-wrap-bg .comment-list li .comment-respond{width:100%;}
}

@media only screen and (max-width:768px) {
  .comment-wrap-bg .comment-list .comment-metadata{width: 79.5%;}
}


@media only screen and (max-width:767px) {
  .recent-blog-post {
    padding-top: 30px;
    margin-top: 70px;
  }
      .blog-btn .main_btn {
    min-width: 210px;
    margin-top: 30px;
    padding: 20px 60px 20px 20px;
  }
      .blog-list-sec .navigation.pagination {
    margin: 60px 0px 10px;
  }
      .blog-list-sec .page-numbers.next .fa, .blog-list-sec .page-numbers.prev .fa, .cstory-list-sec .page-numbers.next .fa, .cstory-list-sec .page-numbers.prev .fa {
    line-height: 50px;
  }
      .blog-list-sec .page-numbers, .cstory-list-sec .page-numbers {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
      .entry-header .author-date strong {
    font-size: 16px;
  }
      .entry-header {
    font-size: 16px;
  }
      .entry-header {
    margin: 30px 0px 25px;
  }

  .blog-detail-wrap h4{font-size: 22px;}
  .comment-wrap-bg .comment-respond{padding: 30px;}
  .comment-wrap-bg h3.comment-reply-title{font-size: 34px;margin-bottom:40px;}
  .comment-wrap-bg .comment-list .comment-author{-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
  .comment-wrap-bg .comment-list .comment-author img{margin-bottom: 20px;}
  .comment-wrap-bg .comment-list .comment-metadata{top: 0;left: 0;width: 100%;}
  .comment-wrap-bg .comment-list .comment-content{padding: 0;position: relative;top: 0px;margin-top: 25px;}
  .comment-wrap-bg .comment-list li .comment-respond{margin-top: 40px;}
  .comment-wrap-bg .comment-list .reply{text-align: right;position: relative;width: 100%;top: -203px;right: inherit;margin-top: 20px;}
  .comment-wrap-bg ol.comment-list li .comment-body{width: 100%;}
  .comment-wrap-bg .comment-list .edit-link {
    position: relative;
    top: inherit;
    right: inherit;
    text-align: right;
    width: 100%;
    float: right;
    margin-top: 20px;
  }
  .recent-cstory-post h3, .cstory-detail-wrap .heading-h3 h3{font-size: 24px;}
  .recent-cstory-post{padding: 50px 30px;}
  .recent-cstory-post{margin-bottom: 40px;}
  .full-cstory-hero-image{max-width: 510px;}
  .more-story-post-wrap ul li{width: 50%;margin-bottom: 40px;}
  .cstory-single-herobanner .left_shape{max-width: 270px;}
  .error-not-found h1{font-size: 70px !important;}
  .error-not-found, .thankyou-sec{padding: 170px 0px 90px;}
  .thankyou-sec{padding: 120px 0px 40px;}
  .no-results.not-found{padding: 40px 0px;}

}

@media only screen and (max-width:640px) {
  .comment-wrap-bg .comment-form-author, .comment-wrap-bg .comment-form-email{width: 100%;}
  .blog-detail-wrap h4 > br{display: none;}
  p > br{display: none;}
  .featured-top-left-shape{top: -15px;}
  .featured-bottom-right-shape{bottom: -15px;}
  .featured-top-left-shape > img{max-width: 220px;}
  .featured-bottom-right-shape > img{max-width: 220px;}
  /*.blog-featured-img > img{padding: 0px 20px;}*/
  .blog-featured-img{margin: 45px 0px;padding: 0px 20px;}
  .search-content-area{padding: 50px 0px 20px;}
}

@media only screen and (max-width:575px) {
  .blog-heading-number-wrap .number {
      top: 13px;
      font-size: 60px;
  }
  .comment-wrap-bg ol.comment-list{width: 100%;}
  .comment-wrap-bg .comment-respond{width: 100%;}
  .comment-wrap-bg .form-submit input[type="submit"]{min-width:100%;}
  .blog-detail-wrap .entry-header{margin: 0 0 25px;}
  .comment-wrap-bg h3.comment-reply-title{font-size: 28px;}
  .recent-cstory-post h3, .cstory-detail-wrap .heading-h3 h3{font-size: 22px;}
  .recent-cstory-post{padding: 40px 15px;}
  .cstory-single-herobanner .left_shape{max-width: 210px;}
  .full-cstory-hero-image{margin: 55px auto 35px;}
  .full-cstory-hero-image img{-webkit-box-shadow: 0px 18px 11px -7px #dadada;box-shadow: 0px 18px 11px -7px #dadada;}
  .customer-profile-info-wrap{-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;margin-bottom: 40px;}
  .customer-profile-info {width: 100%; margin-top: 30px;}
  .story_logo{max-width: 150px;}
  .more-story-post-wrap ul li{width: 100%;}
  .more-story-post-wrap ul li .cstory-related-logo{min-height: 200px;}
  .error-not-found h1{font-size: 55px !important;}
  .comment-wrap-bg .comment-list .reply{top: inherit;}
    .cstory-detail-wrap {
	text-align: center;
}
    .customer-profile-avtar {
	margin: 0 auto;
}
    .customer-profile-info .story_logo {
	margin: 0 auto 15px;
}
}

@media only screen and (max-width:375px) {
  .blog-heading-number-wrap{padding-top: 30px;}
  .blog-heading-number-wrap .number {top: 15px; font-size: 50px; left: 0;}
  .comment-wrap-bg .comment-form > p{margin: 0 0 15px;}
  .comment-wrap-bg .comment-respond{padding: 30px 15px;}
  .featured-top-left-shape > img, .featured-bottom-right-shape > img{max-width: 110px;}
  .featured-top-left-shape{top: -5px;}
  .featured-bottom-right-shape{bottom: -5px;}
  /*.blog-featured-img > img{padding: 0px 10px;}*/
  .blog-featured-img{margin: 25px 0px;padding: 0px 10px;}
  .blog-detail-wrap h4{font-size: 20px;}
  .cstory-single-herobanner .left_shape{max-width: 160px;}
  .search-form input[type="search"]{width: 100%;}
}