
	/*======================================================                 
	
        Developer : Ahiduzzaman Shanto
	
	=========================================================*/
	
/*  Title style 4 css   */

.section-title.style4 .subtitle {
    font-size: 16px;
    line-height: 28px;
    color: #0c6e6d;
    font-weight: 500;
    font-family: "Fira Sans";
}
.section-title.style4 .title {
    font-size: 56px;
    line-height: 70px;
    color: #063232;
    font-weight: 600;
    font-family: "Fira Sans";
    margin: 13px 0 0 0;
}
.section-title.style4 .title-two {
    font-size: 56px;
    color: #063232;
    font-weight: 600;
    font-family: "Fira Sans";
    margin: 0;
    position: relative;
    padding: 0 0 10px 0;
    z-index: 1;
}
.section-title.style4 .title-two:before {
    position: absolute;
    content: "";
    bottom: -6px;
    left: 0;
    background: url(../../../../../../../wp.ditsolution.net/advisar/wp-content/uploads/2024/08/consalt-demo5-title-shape.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 12px;
    width: 152px;
    transition: .5s;
    z-index: 1;
}
.section-title.style4 .description {
    font-size: 16px;
    line-height: 26px;
    color: #6b7a7a;
    font-weight: 400;
    font-family: "Fira Sans";
    width: 84%;
    margin: 30px 0 2px 0;
}
.center .section-title.style4 .title-two:before {
    position: absolute;
    content: "";
    bottom: -5px;
    left: 0;
    transition: .5s;
    z-index: 1;
    right: 0;
    margin: auto;
}
/*  Button style 5 css   */

.dreamit-button.style5 .button {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 0 39px;
    position: relative;
    z-index: 2;
    height: 60px;
    line-height: 60px;
    border-radius: 4px;
    background-color: #0c6e6d;
    text-align: center;
    font-family: "Fira Sans";
    transition: .5s;
}
.dreamit-button.style5 .button:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 4px;
    background: #1c9a98;
    transform: scale(0);
    transition: .5s;
}
.dreamit-button.style5 .button:hover:before {
    transform: scale(1);
}
.dreamit-button.style5 .button img {
    margin: 0;
    padding: 0 5px 0 0;
    position: relative;
    top: 2px;
}

/*  Button style 6 css   */

.dreamit-button.style6 .button {
    display: inline-block;
    color: #063232;
    font-size: 16px;
    font-weight: 500;
    padding: 0 39px 0 0;
    position: relative;
    z-index: 2;
    height: 60px;
    line-height: 60px;
    border-radius: 4px;
    background-color: transparent;
    text-align: center;
    font-family: "Fira Sans";
    transition: .4s;
}
.dreamit-button.style6 .button:hover {
    padding: 0 35px;
    color:#fff;
}
.dreamit-button.style6 .button:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 4px;
    background: #0c6e6d;
    transform: scale(0);
    transition: .5s;
}
.dreamit-button.style6 .button:hover:before {
    transform: scale(1);
}
.dreamit-button.style6 .button img {
    margin: 0;
    padding: 0 5px 0 0;
    position: relative;
    top: 0;
    transition: .5s;
    filter: brightness(1)invert(0);
}
.dreamit-button.style6 .button:hover img {
    filter: brightness(0)invert(1);
}

/*  Icon box style12  css   */

.icon-box.style12 {
    display: flex;
    gap: 20px;
    position: relative;
    z-index: 1;
    align-items: center;
    background: #064443;
    padding: 0 0 0 20px;
    transition: .5s;
    width: 261px;
    height: 96px;
    border-radius: 5px;
    filter: drop-shadow(0px 20px 15px rgba(213,231,228,0.5));
    background-color: #ffffff;
}
.box_two .icon-box.style1{
    border-bottom: 1px solid #61616133;
    padding-bottom: 31px;
    margin-bottom: 3px;
}
.icon-box.style12 .icon-box-icon {
    margin-right: 0;
    flex-shrink: 0;
    position: relative;
}
.icon-box.style12 .icon-box-content h2 {
    font-size: 18px;
    line-height: 28px;
    color: #063232;
    font-weight: 500;
    font-family: "Fira Sans";
}
.icon-box.style12 .icon-box-content .description p {
    font-size: 14px;
    line-height: 28px;
    color: #6b7a7a;
    font-weight: 400;
    font-family: "Fira Sans";
}
.icon-box.style12 .icon-box-icon .icon i {
    background:#0c6e6d;
    color: #fff;
    width: 56px;
    height: 56px;
    line-height: 56px;
    font-size: 20px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    transition: 0.5s;
}

/*icon box style thirteen*/

.icon-box.style13 {
    display: flex;
    align-items: center;
}
.icon-box.style13 .icon-box-content h2 {
    font-size: 20px;
    color: #063232;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: 500;
}
.style13 .img-icon {
    background: #ddd;
    width: 80px;
    height: 80px;
    line-height: 113px;
    text-align: center;
    border-radius: 6px;
    background: rgba(12,110,109,0.10);
}
.style_two.three a.banner-play-btn {
    width: 190px;
    height: 190px;
    border-radius: 100px;
    background-color: #E6F4F4!important;
    overflow: hidden;
    line-height: 183px;
    text-align: center;
    position: relative;
    display: inline-block;
    border: 5px solid#fff;
}

/*icon box style fourteen*/
.icon-box.style14 {
    border-radius: 4px;
    filter: drop-shadow(0px 5px 20px rgba(189, 202, 202, 0.3));
    background-color: #ffffff;
    padding: 15px 30px;
    display: flex;
    align-items: center;
}
.icon-box.style14 .title h2 {
    font-size: 19px;
    color: #063232;
    font-weight: 600;
    margin: 0 0 0;
}
.icon-box.style14 .icon-box-icon i {
    color: #0c6e6d;
    font-size: 35px;
    margin-right: 15px;
}
span.odometer-formatting-mark.odometer-radix-mark {
    color: #fff;
}

/*icon box style 15*/
.icon-box.style15 {
    border-radius: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    border: 2px solid #ffffff45;
    bottom: 10%;
    padding: 18px 40px 20px 0;
    display: flex;
    align-items: center;
    width: 47%;
}
.icon-box.style15 .icon-box-icon {
    position: relative;
    z-index: 2;
}
.icon-box.style15 .icon {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 13px;
    margin-right: 46px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: relative;
    text-align: center;
}
.icon-box.style15 .icon i {
    color: #fff;
    font-size: 18px;
}
.icon-box.style15 .icon:before {
    position: absolute;
    top: -24px;
    left: -24px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #0c6e6d;
    content: "";
    z-index: -1;
}
.icon-box.style15 .icon:after {
    position: absolute;
    top: -35px;
    left: -35px;
    width: 103px;
    height: 103px;
    border-radius: 50%;
    border: 2px solid #0c6e6d;
    content: "";
    z-index: -1;
}
.icon-box.style15 .title h2 {
    font-size: 24px;
    margin: 0 0 0;
    color: #fff;
    font-weight: 500;
}

/* ============================== 
    Home 6 css start 
=================================*/

/*     Section Title style 7     */

.section-title.style7 h5.subtitle {
    font-size: 16px;
    line-height: 28px;
    color: #4d44f8;
    font-weight: 500;
    font-family: "Fira Sans";
}
.section-title.style7 h3.title {
    font-size: 42px;
    line-height: 52px;
    color: #09162f;
    font-weight: 600;
    font-family: "Fira Sans";
}
.section-title.style7 h3.title-two {
    font-size: 42px;
    line-height: 52px;
    color: #09162f;
    font-weight: 600;
    font-family: "Fira Sans";
    margin: 0;
}
.section-title.style7 .description {
    margin: 15px 0 0;
    font-size: 16px;
    line-height: 26px;
    color: #7e7e89;
    font-weight: 400;
    font-family: "Fira Sans";
    width: 85%;
}



/*     Service box style 9      */

.service-box.style9 {
    position: relative;
    transition: 0.5s;
    z-index: 1;
    overflow: hidden;
    display: flex;
}
.service-box.style9:hover {
    transform: translateY(0px);
}
.service-box.style9 .icon {
    text-align: center;
    line-height: 125px;
    transition: .5s;
    width: 100px;
    height: 100px;
    border-radius: 50px 0 50px 50px;
    background-color: #ffebeb;
    margin: 0 30px 0 0;
}
.home6-second-box .service-box.style9 .icon {
    background-color: #ebefff;
}
.home6-third-box .service-box.style9 .icon {
    background-color: #f7f2e2;
}
.service-box.style9:hover .icon{
    border-radius: 50px;
}
.service-box.style9 h3 {
    font-size: 20px;
    color: #002c2a;
    font-weight: 500;
    font-family: "Fira Sans";
    line-height: 30px;
    margin: 0;
}
.service-box.style9 h3.title a {
    font-size: 22px;
    line-height: 26px;
    color: #09162f;
    font-weight: 500;
    font-family: "Fira Sans";
}
.service-box.style9 p.description_text {
    margin: 10px 0 6px;
    font-size: 15px;
    line-height: 26px;
    color: #7e7e89;
    font-weight: 400;
    font-family: "Fira Sans";
}
.service-box.style9 .service-btn {
    display: inline-block;
    margin-top: 0px;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.service-box.style9 .service-btn a {
    display: inline-block;
    position: relative;
    text-transform: capitalize;
    overflow: hidden;
    left: -89px;
    z-index: 22;
    transition: .5s;
    font-size: 16px;
    line-height: 26px;
    color: #09162f;
    font-weight: 400;
    font-family: "Fira Sans";
}
.service-box.style9 .service-btn a i {
    position: relative;
    top: 2px;
    display: inline-block;
    margin-left: 6px;
    font-weight: 600;
    font-size: 16px;
}
.service-box.style9:hover .service-btn a {
    left: 0;
    color: #09162f;
}

/*     button style 8      */

.dreamit-button.style8 .dreamit-button .button {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 14px 38px;
    border-radius: 30px;
    background-color: inherit;
    position: relative;
    z-index: 2;
    border: 1px solid #fff;
    transition:0.5s;
    overflow:hidden;
}
.dreamit-button.style8 .dreamit-button .button:hover {
    border: 1px solid #4d44f8;
}
.dreamit-button.style8 .dreamit-button .button:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: -3px;
    top: 0;
    height:100%;
    width:0;
    border-radius: 30px;
    background: #4d44f8;
    transition: .5s;
}
.dreamit-button.style8 .dreamit-button .button:hover:before {
    width:103%;
}
.dreamit-button.style8 .dreamit-button .button:after {
    position: absolute;
    content: "";
    z-index: -1;
    left: 40px;
    height: 2px;
    width: 23px;
    background: #848A97;
    transition: .5s;
    bottom: 14px;
}
.dreamit-button.style8 .dreamit-button .button:hover:after {
    background: #fff;
}
/*     counter style 4      */

.single-counter.style4 .counter-content.counter {
    display: flex;
    align-items: center;
}
.single-counter.style4 .inner_content {
    margin: 0 20px 0 0;
}
.single-counter.style4 span {
    font-size: 50px;
    line-height: 28px;
    color: #09162f;
    font-weight: 600;
    font-family: "Fira Sans";
}
.single-counter.style4 .suffix {
    position: relative;
    z-index: 1;
    padding: 0 20px 0 0;
}
.single-counter.style4 .suffix:before {
    position: absolute;
    content: "";
    z-index: 1;
    height: 30px;
    width: 1px;
    background: #939BAE;
    right: 0;
    top: 15px;
}
.single-counter.style4 h6 {
    font-size: 18px;
    line-height: 26px;
    color: #09162f;
    font-weight: 500;
    font-family: "Fira Sans";
    margin: 6px 0 3px 0;
}
.single-counter.style4 p {
    font-size: 15px;
    line-height: 26px;
    color: #7e7e89;
    font-weight: 400;
    font-family: "Fira Sans";
}

/*     service style 10      */

.service-box.style10 {
    text-align: center;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    background: #FFF5F4;
    padding: 40px 0 33px 0;
    border-radius: 10px;
    overflow: hidden;
}
.service-box.style10:hover {
    transform: translateY(0px);
}
.service-box.style10:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #0A1630;
    transition: 0.5s;
    z-index: -1;
    border-radius: 10px;
}
.service-box.style10:hover:before {
    height: 100%;
}
.service-box.style10 .title-cate {
    font-size: 15px;
    line-height: 28px;
    text-transform: uppercase;
    color: #09162f;
    font-weight: 400;
    font-family: "Fira Sans";
    text-align: center;
    position: relative;
    display: inline-block;
    z-index: 1;
    transition: 0.5s;
    padding: 18px 0 0 0;
}
.service-box.style10:hover .title-cate {
    color: #fff;
}
.service-box.style10 .title-cate:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #09162f;
    height: 1px;
    width: 30px;
    margin: auto;
    transition:0.5s;
}
.service-box.style10:hover .title-cate:before {
    background: #fff;
}
.service-box.style10 .service-box.style10 h3 {
    padding:0;
    margin:0;
}
.service-box.style10 h3.title a {
    font-size: 20px;
    line-height: 28px;
    color: #09162f;
    font-weight: 500;
    font-family: "Fira Sans";
    text-align: center;
    display: inline-block;
    padding: 16px 0 15px 0;
    transition: 0.5s;
}
.service-box.style10:hover h3.title a {
    color: #fff;
}
.service-box.style10 p.description_text {
    font-size: 16px;
    line-height: 26px;
    color: #7e7e89;
    font-weight: 400;
    font-family: "Fira Sans";
    text-align: center;
    transition: 0.5s;
}
.service-box.style10:hover p.description_text {
    color: #fff;
}
.service-box.style10 .service-btn a i {
    transform: rotate(-45deg);
    transition: 0.5s;
    font-size: 20px;
}
.service-box.style10:hover .service-btn a i {
    transform: rotate(0deg);
    color:#fff;
}
.ser-box1 .service-box.style10 {
    margin: 20px 0 0 0;
}
.ser-box2 .service-box.style10 {
    background: #ECEFFF;
}
.ser-box3 .service-box.style10 {
    background: #FBF8F1;
    margin: 20px 0 0 0;
}
.ser-box4 .service-box.style10 {
    background: #F1F9FC;
}
.home6-about-shape-zoom{
    -webkit-animation: aboutzoom 3s alternate infinite;
    animation: aboutzoom 3s alternate infinite;
}
@keyframes aboutzoom {
    0% {
      -webkit-transform: scale(0.7);
    }
    100% {
      -webkit-transform: scale(1.2);
    }
  }
  
.about-shape-img{
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: about-shape-move;
}
@keyframes about-shape-move {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}

/*   Service style 11    */

.service-box.style11 {
    position: relative;
    z-index: 2;
    transition: .5s;
    padding: 40px 38px 17px;
    border-radius: 20px;
    background-color: #ffffff;
}
.service-box.style11 .icon {
    width: 76px;
    height: 76px;
    border-radius: 38px;
    background-color: #ECEFFF;
    text-align: center;
    line-height: 95px;
    transition: .5s;
}
.service-box.style11 .icon img{
    transition: .5s;
}
.service-box.style11:hover .icon{
   background-color: #4E43F9; 
}
.service-box.style11:hover .icon img{
    filter: brightness(0)invert(1);
}
.service-box.style11 .thumb{
    line-height: 0;
}
.service-box.style11 .number {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 34px;
    transition:0.4s;
}
.service-box.style11:hover .number {
    right: 40px;
}
.service-box.style11 span.number_span {
    font-size: 18px;
    line-height: 26px;
    color: #4d45fa;
    font-weight: 400;
    font-family: "Fira Sans";
    position: relative;
    opacity:0;
    transition:0.5s;
}
.service-box.style11:hover span.number_span {
    opacity:1;
}
.service-box.style11 span.number_span:after {
    position: absolute;
    content: "";
    top: 9px;
    left: -36px;
    width: 30px;
    height: 1px;
    background-color: #4d45fa;
    opacity:0;
    transition:0.5s;
}
.service-box.style11:hover span.number_span:after {
    opacity:1;
}
.service-box.style11 h3.title{
    font-size: 20px;
    font-weight: 500;
    margin: 27px 0 14px;
}
.service-box.style11 h3.title a{
    font-size: 20px;
   color: #002c2a;
    font-weight: 500;
    font-family: "Fira Sans";
}
.service-box.style11 p.description_text {
    margin: 0 0 10px;
}
.service-box.style11:hover{
    transform: translateY(0px);
}
.service-box.style11 .service-btn {
    display: inline-block;
    margin-top: 0px;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.service-box.style11 .service-btn a {
    display: inline-block;
    color: #4E43F9;
    position: relative;
    z-index: 2;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    overflow: hidden;
    left: -89px;
    transition: .5s;
}
.service-box.style11 .service-btn a i {
    position: relative;
    top: 2px;
    display: inline-block;
    margin-left: 6px;
    font-weight: 500;
    font-size: 18px;
    color: #4E43F9;
}
.service-box.style11:hover .service-btn a {
    left: 0;
    color: #4E43F9;
}
.marquee-block h3 img {
    -webkit-animation-name: animationrotateme;
    -webkit-animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
/*rotateme animation*/

  @keyframes animationrotateme {
    from {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(-360deg);
              transform: rotate(-360deg);
    }
  }


/*   Team style 6   */

.team.style6 {
    text-align: center;
    background-color: transparent;
    padding: 25px 0 33px 0;
    position: relative;
    z-index: 1;
    border: 2px solid rgba(255,255,255,0.1);
    border-radius: 155px 155px 5px 5px;
    transition:0.5s;
}
.team.style6:hover {
    padding: 25px 0 60px 0;
    border: 2px solid rgba(255,255,255,0.3);
}
.team.style6 .image {
    position: relative;
    z-index: 2;
    line-height: 0;
}
.team.style6 .content {
    background: transparent;
    padding: 0;
    transition: .5s;
}
.team.style6 .image img {
    transition: .5s;
}
.team.style6 .bio .name {
    margin: 30px 0 5px;
    font-size: 22px;
    line-height: 38px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Fira Sans";
    text-align: center;
    transition: 0.5s;
}
.team.style6:hover .bio .name {
    margin: 20px 0 5px;
}
.team.style6 .bio .designation {
    font-size: 16px;
    line-height: 26px;
    color: #9f9fac;
    font-weight: 400;
    font-family: "Fira Sans";
    text-align: center;
    margin: 0;
}
.team.style6 .content .social-icon li {
    margin-bottom: 0;
    margin-right: 0;
}
.team.style6 ul.social-icon {
    position: absolute;
    left: 0;
    right: 0;
    transition: .5s;
    bottom: 5px;
    z-index: 1;
    opacity:0;
}
.team.style6:hover ul.social-icon{
    opacity:1;
}
.team.style6 ul.social-icon li {
    list-style: none;
    display: inline-block;
}
.team.style6 ul.social-icon li a {
    display: inline-block;
    line-height: 40px;
    border-radius: 50%;
    color: #787B82;
    margin: 0 5px 0 5px;
    font-size: 15px;
    transition: .5s;
    background: inherit;
    transform: translateX(0px);
    overflow: hidden;
}
.team.style6 ul.social-icon li a:hover{
    color: #fff;
    background: inherit;
}
.team.style6:hover ul.social-icon li a{
    opacity: 1;
}
.brand.style1.style4 .brand-item img{
    transition:0.5s;
}
.brand.style1.style4 .brand-item img:hover {
    filter: brightness(0)invert(1);
}
.home-6-icon-box h3{
    margin-top:0;
}
/* contact form */
.form-area.contact-form .buttons p input {
    width: 100%;
    height: 50px;
    padding-left: 25px;
    background: #f9f9f9;
    border-radius: 5px;
    color: #625e5e;
    transition: 0.5s;
    border: 1px solid #d5e2f7;
    text-align: left;
}
.form-area.contact-form.style-6 .form-control {
    border: 0;
    width: 100%;
    border-radius: 0;
    color: #fff;
    transition: 0.5s;
    border-bottom: 2px solid #7D77EF;
    background: inherit;
    padding: 0;
}
.form-area.contact-form.style-6 .form-control:focus {
    border-bottom: 2px solid #ffffff;
}
.form-area.contact-form.style-6 textarea.form-control {
    height: 120px;
    padding: 35px 20px 20px 0;
}
.form-area.contact-form.style-6 .form-control::placeholder {
    color:#fff !important;
}
.form-area.contact-form.style-6 textarea:focus {
    outline: none;
    border-color: #fff !important;
}
.form-area.contact-form.style-6 input::placeholder {
    color: #fff !important;
}
.form-area.contact-form.style-6 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control::placeholder {
    color: #ffffff !important;
}
.form-area.contact-form.style-6 .buttons p input {
    height: 56px;
    padding: 0 42px;
    background: inherit;
    border-radius: 50px;
    color: #ffffff;
    transition: 0.5s;
    border: 1px solid #fff;
    text-align: left;
    display: inline-block;
    margin: 10px 0 0 0;
    width: inherit;
}
/* blog style 5  */
.blog-post.style1.style5 .post-item {
    margin-bottom: 15px;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    transition: .5s;
    overflow: hidden;
    border-radius: 7px;
    background-color: #fff;
}
.blog-post.style1.style5 .post-thumb {
    position: relative;
    overflow: hidden;
    line-height: 0;
}
.blog-post.style1.style5 .post-thumb::before {
    background: rgb(77, 68, 249, 0.6);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    transition: all 500ms linear;
    z-index: 22;
}
.blog-post.style1.style5 .post-item:hover .post-thumb::before {
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 500ms linear;
}
.blog-post.style1.style5 .post-thumb img {
    overflow: hidden;
    transition: .5s;
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 10px;
}
.blog-post.style1.style5 .categories {
    display: inline-block;
}
.blog-post.style1.style5 .categories a {
    padding: 4px 17px 1px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    background: #4D44F9;
    border-radius: 0 30px 30px 0;
    display: inline-block;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}
.blog-post.style1.style5 .post-item .single_blog_post_content {
    position: relative;
    padding: 36px 31px 8px;
}
.blog-post.style1.style5 .post-item .categories ul li {
    list-style: none;
}
.blog-post.style1.style5 .post-item .blog-meta-left span {
    color: #7e7e89;
    font-weight: 400;
    position: relative;
    font-size: 16px;
    padding-left: 33px;
}
.blog-post.style1.style5 .post-item .blog-meta-left span:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #4D44F9;
    top: 4px;
    left: 13px;
}
.blog-post.style1.style5 .post-item .content .meta {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.blog-post.style1.style5 .meta i {
    color: #49af45;
    display: inline-block;
    font-size: 14px;
    margin-right: 7px;
}
.blog-post.style1.style5 h3.title {
    margin: 20px 0 15px;
}
.blog-post.style1.style5 h3.title a {
    display: inline-block;
    font-size: 22px;
    color:#09162f;
    font-weight: 500;
    line-height: 32px;
}
.blog-post.style1.style5 .meta {
    display: inline-block;
    margin-bottom: 3px;
}
.blog-post.style1.style5 .date {
    display: inline-block;
}
.blog-post.style1.style5 .user_thumb {
    display: inline-block;
    height: 27px;
    width: 27px;
    margin-right: 14px;
    float: left;
}
.blog-post.style1.style5 .user_thumb img{
    border-radius: 100%;
}
.blog-post.style1.style5 .blog_post_user {
    border: 1px solid rgba(0,24,25,0.1);
    border-top: transparent;
    padding: 17px 28px 17px;
    border-radius: 0 0 5px 5px;
}
.blog-post.style1.style5 .author {
    display: inline-block;
}
.blog-post.style1 .author a {
    display: inline-block;
    color: #232323;
    text-transform: capitalize;
    font-size: 16px;
    margin: 0;
    font-weight: 500;
}
.blog-post.style1.style5 .blog_btn {
    display: inline-block;
    margin-top: 0px;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.blog-post.style1.style5 .blog_btn a {
    display: inline-block;
    transition: .5s;
    text-transform: uppercase;
    color: #4D44F9;
    font-weight: 500;
    transition: .5s;
    position: relative;
    z-index: 2;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    overflow: hidden;
    left: -80px;
    z-index: 22;
}
.blog-post.style1.style5 .post-item:hover .blog_btn a {
    left: 0;
    color: #4D44F9;
}
.blog-post.style1.style5 .blog_btn a i {
    font-size: 18px;
    display: inline-block;
    color: #4D44F9;
    font-weight: 700;
    margin-left: 5px;
}
/*hover*/
.blog-post.style1.style5 h3.title a:hover{
    color: #4D44F9;
}
.blog-post.style1.style5 .blog_btn a:hover {
    color: #49af45;
}
.blog-post.style1.style5 .author a:hover{
    color: #49af45;
}
.blog-post.style1.style5 .post-item .content .meta .date {
    position: relative;
    color: #616161;
    font-size: 16px;
    text-transform: capitalize;
}
.blog-post.style1.style5 .post-item .content .meta .date i{
    color: #3abba7;
    margin-right: 5px;
}
.blog-post.style1.style5 .post-item .content .meta .author i{
    color: #3abba7;
    margin-right: 5px;
}
.blog-post.style1.style5 .post-item .content .meta .author a{
    color: #616161;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}
.blog-post.style1.style5 .post-item .content .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    margin: 0;
}
.blog-post.style1.style5 .post-item .content .title a {
    color: var(--title-color);
    font-size: 22px;
    font-family: var(--title-font);
    font-weight: 600;
    transition: 0.3s;
}

.blog-post.style1.style5 .post-item .content .description {
    color: rgba(30, 38, 109, 0.9);
    font-weight: 300;
    margin-bottom: 20px;
}
.blog-post.style1.style5 .post-item .content .read-more{
    display: inline-block;
    color: #1e266d;
}
.blog-post.style1.style5 .blog_wrap.blog_carousel_one.owl-carousel .owl-dot.active {
    background: #4D44F9;
    width: 13px;
    border: 1px solid #4D44F9;
    height: 13px;
}
.blog-post.style1.style5 .blog_wrap.blog_carousel_one.owl-carousel .owl-dot {
    height: 13px;
    width: 13px;
    display: inline-block!important;
    margin: 0 3px;
    border-radius: 50px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: rgba(12,110,109,0);
    border: 1px solid rgba(9,22,47,0.3);
}

/* testimonial style 8  */
.testimonial.style3.style8 .testimonial-item {
    display: flex;
    align-items: center;
    background: inherit;
    border-radius: 10px;
}
.testimonial.style3.style8 .testi-star i.active {
    color: #FE9B00;
    font-size: 13px;
    display: inline-block;
    margin: 22px 0 25px;
}
.testimonial.style3.style8 .testimonial-item p.quote {
    overflow: hidden;
    margin: 0 0 22px;
    font-size: 24px;
    line-height: 38px;
    color: #09162f;
    font-weight: 400;
    font-style: italic;
    font-family: "Fira Sans";
}
.testimonial.style3.style8 .testimonial-item h4.name {
    margin: 0 0 0;
    font-size: 20px;
    line-height: 35px;
    color: #09162f;
    font-weight: 500;
    font-family: "Fira Sans";
}
.testimonial.style3.style8 .testimonial-item h5.designation {
    margin: 0;
    font-size: 15px;
    line-height: 30px;
    color: #7e7e89;
    font-weight: 400;
    font-family: "Fira Sans";
}
/*nav*/

.testimonial.style3.style8 .testimonial-carouse8.owl-carousel .owl-nav {
    display: inline-block;
    position: absolute;
    right: -45px;
    top: -126px;
    transform: translate(-50%, -50%);
}
.testimonial.style3.style8 .testimonial-carouse8.owl-carousel .owl-nav button.owl-prev {
    display: inline-block;
    margin: 0;
}
.testimonial.style3.style8 .testimonial-carouse8.owl-carousel .owl-nav button.owl-next {
    margin: 0 0 0 15px;
}
.testimonial.style3.style8 .testimonial-carouse8.owl-carousel button.owl-prev i {
    display: block;
    line-height: 60px;
    transition: .5s;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: rgba(255,255,255,0);
    border: 1px solid rgba(9,22,47,0.1);
    transform: rotate(45deg);
}
.testimonial.style3.style8 .testimonial-carouse8.owl-carousel button.owl-next i {
    display: block;
    line-height: 60px;
    transition: .5s;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: rgba(255,255,255,0);
    border: 1px solid rgba(9,22,47,0.1);
    transform: rotate(-45deg);
}
.testimonial.style3.style8 .testimonial-carouse8.owl-carousel button.owl-prev i:hover,
.testimonial.style3.style8 .testimonial-carouse8.owl-carousel button.owl-next i:hover{
    background-color: #4D44F9;
    color: #fff;
    transform: rotate(0deg);
}
.home-6-tst-shape img{
    -webkit-animation-name: tsti_shape6;
    -webkit-animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
/*rotateme animation*/

  @keyframes tsti_shape6 {
    from {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(-360deg);
              transform: rotate(-360deg);
    }
  }

.home6-span .heading.style1 span{
    color: #4d44f9;
    border-bottom: 1px solid #4d44f9;
}

.home6-paralax .single_project {
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    position: relative;
    transition: .5s;
    border-radius: 0;
}
.home6-paralax .single_project:hover {
    border-color: transparent;
    border-radius: 10px;
}
.home6-paralax .single_project .single_service {
    position: relative;
    padding: 35px 5px 35px 0;
    background: transparent;
    margin-bottom: 0;
    border-radius: 10px;
    transition: .5s;
}
.home6-paralax .single_project .single_service:hover {
    padding: 35px 5px 35px 70px;
}
.home6-paralax .single_project .single_service:hover {
    background: #0D2146;
}
.home6-paralax .single_project .service_content a {
    width: 0;
    height: 0;
    border-radius: 50%;
    border: 1px solid #0A1630;
    line-height: 0;
    background: transparent;
    transition: .5s;
    display: inline-block;
    color: #fff;
    position: absolute;
    right: 0;
    transform: translate(0, 0);
    top: inherit;
    bottom: 10%;
}
.home6-paralax .single_project .single_service:hover .service_content a {
    background: #4D44F9;
    color: #fff;
    width: 64px;
    height: 64px;
    line-height: 52px;
    bottom: 8%;
    right: 30px;
}
.home6-paralax .single_project .service_content a i {
    font-size: 20px;
    font-weight: 600;
    transform: rotate(-45deg);
    display: inline-block;
    transition:0.4s;
}
.home6-paralax .single_project .service_content a:hover i {
    transform: rotate(0deg);
}
.home6-paralax .single_service .servic_title h4 {
    padding-left: 0;
    display: inline-block;
    font-weight: 400;
    font-family: "Fira Sans";
    font-size: 15px;
    margin: 0 0 16px;
    position: relative;
    color: #9f9fac;
}
.home6-paralax .single_service .servic_title h4:before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background-color: #4D44F9;
    top: 35px;
    left: -30px;
    transition: .4s;
}
.home6-paralax .single_service:hover .servic_title h4:before {
    width: 150px;
    top: 35px;
    left: -180px;
    background: #4D44F9;
}
































