
	/*======================================================                 
	
        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;
    line-height: 70px;
    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(https://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: 21px;
    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;
}






















