/*=====================================================
 Developer Ferdous Islam
=====================================================*/



/*==================================================== 
/*==================================================== 
            Home:01- dithandyman 
=====================================================*/



/*==================================================== Home:01-dithandyman: Slick Slider- Section:01 =====================================================*/

.single-slick.style_one {
    position: relative;
    min-height: 745px !important;
}
.dreamit-slick-slider .single-slick.style_one .hero-text-wrap {
    width: 100%;
    text-align: left;
}
.dreamit-slick-slider .single-slick.style_one .hero-text-wrap h4 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 0 16px;
    display: inline-block;
    -webkit-animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both;
    font-style: italic;
    text-transform: uppercase;
    color: #fff;
}
.dreamit-slick-slider .single-slick.style_one .hero-text-wrap h1 {
    font-size: 60px;
    -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInUp both;
    color: #fff;
}
.dreamit-slick-slider .single-slick.style_one .hero-text-wrap p {
    font-size: 17px;
    margin: 20px 0 20px;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    color: #fff;
}
.dreamit-slick-slider .single-slick.style_one .hero-text-wrap h5 {
    color: #fff;
    font-size: 35px;
    animation: 1s 1.6s fadeInUp both;
    margin-bottom: 30px;
}
.dreamit-slick-slider .single-slick.style_one .hero-text-wrap h5 i {
    height: 50px;
    width: 50px;
    background: var(--dream-color-primary);
    display: inline-block;
    font-size: 25px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
}
.dreamit-slick-slider .single-slick.style_one .hero-text-wrap .btn {
    font-size: 17px;
    color: #fff;
    background: #fff;
    padding: 19px 34px 13px;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    margin-right: 16px;
    transition: .5s;
    font-weight: 500;
    position: relative;
    z-index: 1;
    border-radius: 0;
    display: inline-block;
    border: 0;
    margin-top: 5px;
}
.dreamit-slick-slider .single-slick.style_one .hero-text-wrap .btn:after {
    position: absolute;
    content: "";
    left: 4px;
    top: 4px;
    height: 100%;
    width: 100%;
    background: var(--dream-color-primary);
    z-index: -1;
	transition:.5s;
}
.dreamit-slick-slider .single-slick.style_one .hero-text-wrap .btn:hover:after{
	left: 0;
    top: 0;
}
.dreamit-slick-slider .single-slick.style_one a.btn.btn-gradientstyle_two.btn-md.btn-animated-none {
    color: var(--dream-color-primary);
    background: var(--dream-color-primary);
}
.dreamit-slick-slider .single-slick.style_one a.btn.btn-gradientstyle_two.btn-md.btn-animated-none:after {
    background: #fff;
}


/* Slick Slider Next */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	    transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
    transition: .5s;
}
.slick-prev {
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    height: 50px;
    top: 50%;
    transform: translate(0px, -50%);
    width: 50px;
    z-index: 1;
    line-height: 50px;
    color: #fff;
    border: 2px solid #fff;
    background: transparent;
    transition: .5s;
}
.slick-next {
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1)!important;
    height: 50px!important;
    top: 50%;
    width: 50px!important;
    line-height: 50px!important;
   color: #fff;
    border: 2px solid #fff;
    background: transparent;
    transition: .5s;
}
 .slick-next:hover{
    background-color: var(--dream-color-primary)!important;
    color: #FFF;
    border: 2px solid transparent;
}
.slick-next:hover:before{
    color: #FFF!important;
}
.slick-next::before {
    font-size: 26px!important;
    color: #fff!important;
}
.dreamit-slick-slider .slick-prev {
	left: -94px;
}
.dreamit-slick-slider .slick-next {
    right: -80px;
    top: 50%;
    opacity: 1;
    color: #fff!important;
    transition: .5s;
}
.dreamit-slick-slider:hover .slick-prev {
	left: 50px;
}
.dreamit-slick-slider:hover .slick-next {
	right: 50px;
}
.dreamit-slick-slider .slick-prev::before,
.dreamit-slick-slider .slick-next::before {
	color: #fff!important;
	font-size: 25px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	content: "\f104";
	font-family: FontAwesome;
}
.dreamit-slick-slider .slick-next:before {
	content: "\f105"!important;
	font-family: FontAwesome;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background-color: var(--dream-color-primary);
    color: #FFF;
    border: 2px solid transparent;
    outline: 0;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	color: #fff;
}


/*==================================================== Home:01-dithandyman: Feature- Section:02 =====================================================*/

.feature-box.style1 {
    background: #fff;
    padding: 30px 20px 46px;
    position: relative;
    z-index: 1;
    text-align: center;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
}
.feature-box.style1:before{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: url(https://wp.dreamitworld.com/dreamit/wp-content/uploads/2025/06/feature-be.jpg);
    transform: scale(0.5, 1);
    opacity: 0;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
.feature-box.style1:hover::before {
    transform: scale(1, 1);
    opacity: 1;
}
.feature-box.style1:hover .feature-box-icon {
    filter: brightness(0) invert(1);
}
.feature-box.style1 .feature-box-icon i {
    color: var(--dream-color-primary);
    font-size: 50px;
}
.feature-box.style1 .feature-box-content{
    overflow: hidden;    
}
.feature-box.style1 .feature-box-title h2 {
    font-size: 22px;
    margin: 5px 0 10px;
    transition: .5s;
}
.feature-box.style1 p.feature-box-desc {
    margin: 0;
}
.feature-box-icon.two {
    position: absolute;
    right: 12px;
    bottom: -2px;
}
.feature-box.style1 .feature-box-icon.two i {
    position: absolute;
    right: 12px;
    bottom: -2px;
    font-size: 50px;
    color: #69717d;
    opacity: 0.4;
}
.feature-box.style1:hover .feature-box-icon i,
.feature-box.style1:hover .feature-box-title h2,
.feature-box.style1:hover p.feature-box-desc {
	color:#fff;
}
/*==================================================== Home:01-dithandyman: About- Section:03 =====================================================*/

.section-title{
    position: relative;
}
.section-title.style1 .subtitle {
    color: #1c1c24;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 10px;
    font-style: italic;
}
.section-title.style1 .title {
    font-size: 40px;
    margin-bottom: 0px;
    text-transform: capitalize;
    margin-top: 0;
    line-height: 48px;
    font-weight: 600;
}
.section-title span{
  color: var(--dream-color-primary);;
}
.section-title.style1 .description {
    font-size: 17px;
    width: 100%;
    padding: 5px 25px 5px;
    border-left: 3px solid var(--dream-color-primary);
    font-style: italic;
    margin: 0;
}
.bar-main {
    margin: 0px 0 0;
    display: inline-block;
}
.bar.bar-big {
    height: 5px;
    width: 90px;
    background: #aec6ef;
    margin: 23px 0 22px;
    position: relative;
    border-radius: 30px;
}
.bar.bar-big::before {
    content: '';
    position: absolute;
    left: 0;
    top: -2.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: var(--dream-color-primary);
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}


@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
            transform: translateX(88px);
  }
}

@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
            transform: translateX(88px);
  }
}

.icon-box.style1{
	display: flex;
    align-items: center;
	padding-bottom: 5px;
}
.icon-box.style1 .icon-box-icon {
   margin-right: 23px;
}
.icon-box.style1 .icon-box-content h2 {
    font-size: 21px;
    margin: 0;
}
.icon-box.style1 .icon-box-icon .img-icon {
    position: relative;
    top: 4px;
}
.icon-box.style1 .icon-box-content .description p {
    margin: 10px 0 0;
    font-size: 16px;
}
.icon-box.style1 .icon-box-icon {
    flex-shrink: 0;
}
.icon-box.style1 .icon-box-icon .icon i {
    display: inline-block;
    font-size: 38px;
    color: var(--dream-color-primary);
}

ul.item-list.style1 li {
    line-height: 34px;
}
ul.item-list.style1 li i {
    color: #FC9615;
    font-size: 18px;
    margin-right: 6px;
}
.dreamit-button.style1 {
	position:relative;
	z-index:1;
}
.dreamit-button.style1 a {
    text-transform: capitalize;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 14px 35px;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: inline-block;
    background: var(--dream-color-primary);
    color: #fff;
}
.dreamit-button.style1 a:hover{
    color:#fff;
}
.dreamit-button.style1 a:after {
    position: absolute;
    content: "";
    left: 4px;
    top: 4px;
    height: 100%;
    width: 100%;
    background: #0B2653;
    z-index: -1;
    transition: .5s;
}
.dreamit-button.style1 a:hover:after{
	left: 0;
    top: 0;
}

/*==================================================== Home:01-dithandyman: Service - Section:04 =====================================================*/

.icon-box.style-two {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    background: var(--dream-color-primary);
    padding: 30px 22px 33px;
    gap: 25px;
    transition: .5s;
}
.icon-box.style-two:before {
    position: absolute;
    content: "";
    right: 8px;
    bottom: 7px;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: -1;
    transition: .5s;
}
.icon-box.style-two:hover::before{
	left: 0;
    top: 0;
}
.icon-box.style-two .icon i {
    color: var(--dream-color-primary);
    font-size: 55px;
    transition: .5s;
}
.icon-box.style-two:hover .icon i {
    animation: 1s ease-in-out 0s normal none infinite running kmacb-circle-img-anim;
}
.icon-box.style-two .title h2 {
    color: #1c1c24;
    font-size: 21px;
    font-weight: 700;
    margin: 0px 0 10px;
}
.icon-box.style-two .description p {
    color: #1c1c24;
    font-size: 16px;
    margin: 0;
}



/* Style Three */


.icon-box.style3 {
    transition: .5s;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 20px;
    background: #fff;
    padding: 30px 22px 33px;
}
.icon-box.style3:before {
    position: absolute;
    content: "";
    right: 8px;
    bottom: 7px;
    height: 100%;
    width: 100%;
    background: var(--dream-color-primary);
    z-index: -1;
    transition: .5s;
}
.icon-box.style3:hover::before{
	left: 0;
    top: 0;
}
.icon-box.style3 .img-icon {
    filter: brightness(0) invert(1);
}
.icon-box.style3 .icon i{
    color:#fff;
    font-size: 55px;
    transition: .5s;
}
.icon-box.style3:hover .icon i {
    animation: 1s ease-in-out 0s normal none infinite running kmacb-circle-img-anim;
}
.icon-box.style3 .title h2 {
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    margin: 0px 0 10px;
}
.icon-box.style3 .description p {
     color: #fff;
    font-size: 16px;
    margin: 0;
}

/*==================================================== Home:01-dithandyman: -Why choose Section:05 =====================================================*/

.skills {
    position: relative;
    margin-bottom: 21px;
}
.skills .skill-item {
    position: relative;
}
.skills .skill-item .skill-header {
    position: relative;
    margin-bottom: 0px;
}
.skills .skill-item .skill-header .skill-title {
    color: #1C1C24;
    font-size: 16px;
    font-weight: 600;
    line-height: 35px;
}
.skills .skill-item .skill-bar {
    position: relative;
    width: 100%;
    height: 7px;
    border-radius: 1px;
    background-color: rgba(12,110,109,0.14901960784313725);
}
.skills .skill-item .skill-bar .bar-inner .bar {
    left: 0px;
    position: absolute;
    top: 0px;
    width: 0px;
    -webkit-transition: all 3000ms ease;
    transition: all 3000ms ease;
    height: 10px;
    border-radius: 5px;
    background-color: #0c6e6d;
}
.skills .skill-item .skill-bar .bar-inner .skill-percentage {
    bottom: 100%;
    color: #686868;
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    position: absolute;
    right: 0;
}
.skills .skill-item .skill-bar .bar-inner .skill-percentage span {
    color: #686868;
}
.skills .skill-item .skill-bar .bar-inner .bar {
    left: 0px;
    position: absolute;
    top: 0;
    width: 0px;
    -webkit-transition: all 3000ms ease;
    transition: all 3000ms ease;
    height: 7px;
    border-radius: 1px;
    background-color: #FC9615;
}

.skills .skill-item .bar.progress-line {
    position: relative;
}

/*==================================================== Home:01-dithandyman: -case study Section:06 =====================================================*/

.single_case_study.style1 {
    position: relative;
    margin: 0 20px;
}
.single_case_study.style1 .case-study-thumb {
    position: relative;
    z-index: 1;
    max-height: 400px;
}
.single_case_study.style1 .case-study-thumb::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(11,38,93,.85);
    content: "";
    opacity: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.single_case_study.style1:hover .case-study-thumb::before {
    opacity: 1;
}
.single_case_study.style1 .center .case-study-thumb::before{
    opacity:1;
}
.case-study-thumb img {
    width: 100%;
    border-radius: 7px;
}
.single_case_study.style1 .cases-study-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 70%;
    text-align: center;
    background: transparent;
    width: 70%;
    margin: auto;
    border-radius: 5px;
    padding: 30px 10px 37px;
    opacity: 0;
    transition: .5s;
    transform: translateY(-70%);
    z-index: 999;
    bottom: inherit;
}
.single_case_study.style1:hover .cases-study-content {
    opacity: 1;
    top: 77%;
    bottom: inherit;
    transform: translateY(-50%);
}
.single_case_study.style1 h2.title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 5px;
}
.single_case_study.style1 .cases-study-content h2 a {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 0;
    transition: .3s;
    color: #fff;
}
.single_case_study.style1 .case_category span {
    color: var(--dream-color-primary);
    margin-top: 6px;
    display: block;
}
.single_case_study.style1 .em-case-study-button a {
    display: block;
}


/*  Dot Css*/
.case-study.style1 .owl-dots {
    position: absolute;
    left: 50%;
    bottom: -62px;
    border-radius: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.case-study.style1 .owl-dot {
    background: #bfcadc;
    height: 5px;
    width: 25px;
    display: inline-block !important;
    margin: 0 3px;
    border-radius: 50px;
    -webkit-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
}
.case-study.style1 .owl-dot.active {
    background: var(--dream-color-primary);
    width:35px;
}
.case-study.style1 .case_study_carousel1 .owl-dots span {
    opacity: 0;
}

/*==================================================== Home:01-dithandyman: -DreamIT Company Section:07 =====================================================*/

.single-counter.style1 {
    text-align: center;
    overflow: hidden;
    padding: 32px 20px 40px;
    border-radius: 5px;
    background: rgba(28,28,36,0.5);
    transition: .5s;
}
.single-counter.style1 .icon {
    margin-bottom: 0;
    transition: .5s;
}
.wh .single-counter.style1 .icon {
    filter: brightness(0) invert(1);
}
.single-counter.style1 .icon i {
    font-size: 50px;
    color: var(--dream-color-primary);
}
.single-counter.style1:hover .icon {
    animation: wobble_vertical 1s forwards ease-in-out 0s;
}
.single-counter.style1 .counter-content span {
    font-size: 40px;
    display: inline-block;
    font-weight: 700;
    margin: 0;
    color: #1C1C24;
}
.single-counter.style1 .counter-content h6 {
    text-transform: capitalize;
    font-size: 18px;
    margin-top: 2px;
    font-weight: 500;
    letter-spacing: 0;
    color: #1C1C24;
}
ul.item-list.style2 li:first-child {
    padding-bottom: 20px;
}
ul.item-list.style2 li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
ul.item-list.style2 li i {
    color: var(--dream-color-primary);
    font-size: 25px;
}





/*==================================================== Home:01-dithandyman: -Team Section:08 =====================================================*/


.section-title.style2 h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    /* padding: 0 0 10px; */
    position: relative;
    z-index: 1;
    transition: .5s;
}
.section-title.style2 h5:before {
    position: absolute;
    left: -89px;
    top: 23px;
    height: 3px;
    width: 70px;
    background: var(--dream-color-primary);
    content: "";
}
.section-title.style2 h3 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 0px;
    text-transform: none;
    margin-top: 0;
    line-height: 1.1;
    font-weight: 600;
}



/*team style 4*/

.team.style1 .image {
    position: relative;
    z-index: 1;
    line-height: 0;
}
.team.style1 .image img{
    width: 100%;
}
.team.style1 .image::before {
    content: "";
    background: rgba(252,150,21,.85);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    transform-origin: top;
    -moz-transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    -moz-transform: perspective(15em) rotateX(-90deg);
    -o-transform: perspective(15em) rotateX(-90deg);
    -ms-transform: perspective(15em) rotateX(-90deg);
    -webkit-transform: perspective(15em) rotateX(-90deg);
    transform: perspective(15em) rotateX(-90deg);
    z-index: 1;
    left: 0;
}
.team.style1:hover .image::before {
    -moz-transform: perspective(0) rotateX(0);
    -o-transform: perspective(0) rotateX(0);
    -ms-transform: perspective(0) rotateX(0);
    -webkit-transform: perspective(0) rotateX(0);
    transform: perspective(0) rotateX(0);
}
.team.style1 .team-content {
    background: #fff;
    text-align: center;
    z-index: 1;
    padding: 27px 20px 33px;
    -webkit-box-shadow: 10px 17px 38px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 10px 17px 38px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 10px 17px 38px 0 rgb(0 0 0 / 10%);
}
.team.style1 h2.name  {
    display: block;
    font-size: 22px;
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 600;
}
.team.style1 h2.name a {
    color: #030749;
    transition: .5s;
}
.team.style1 h2.name a:hover {
    color: var(--dream-color-primary);
}
.team.style1 h5.designation {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #0a0a0a;
    margin: 7px 0 15px;
}
.team.style1 ul.social-icon li {
    display: inline-block;
}
.team.style1 ul.social-icon li a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: var(--dream-color-primary);
    text-align: center;
    border-radius: 3px;
    margin: 0 3px;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.team.style1 ul.social-icon li a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 3px;
    background: #1c1c24;
    transform: scale(0);
    transition: .5s;
}

.team.style1 ul.social-icon li a:hover:before {
    transform: scale(1);
}
/*==================================================== Home:01-dithandyman: - Testimonial Section:09 =====================================================*/


.testimonial.style1 .testimonial-item {
    margin: 12px 10px 0;
    text-align: center;
}
.testimonial.style1 .testi_content {
    position: relative;
    padding: 30px 37px 34px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
    background: #fff;
    border-radius: 5px;
    margin-bottom: 40px;
}
.testimonial.style1 .testi_content:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -16px;
    right: 0;
    width: 30px;
    height: 30px;
    background: #fff;
    transform: rotate(45deg);
    margin: auto;
    box-shadow: 5px 3px 2px 0px rgb(0 0 0 / 3%);
}
 .testi_content .quoite-icon {
    position: relative;
    z-index: 1;
    transition: .5s;
}
.testimonial.style1 .testi_content .quoite-icon:before {
    position: absolute;
    left: 70px;
    top: 30px;
    height: 2px;
    width: 45px;
    background: #E0EAFC;
    content: "";
}
.testimonial.style1 .testi_content .quoite-icon:after {
    position: absolute;
    right: 70px;
    top: 30px;
    height: 2px;
    width: 45px;
    background: #E0EAFC;
    content: "";
}
.testimonial.style1 .testi_content .quoite-icon i {
    background-color: var(--dream-color-primary);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}
.testimonial.style1 .testimonial-item p.quote {
    margin: 15px 0 0px;
    transition: .5s;
}
.testimonial.style1 .testimonial-item .author img {
    width: 90px;
    border-radius: 100%;
    margin: 0 auto 0;
}
.testimonial.style1 .testimonial-item .testi-star i.active {
    color: var(--dream-color-primary);
    font-size: 18px;
    margin: 0 1px;
}
.testimonial.style1 .testimonial-item h4.name {
    font-size: 18px;
    margin: 12px 0 10px;
}
.testimonial.style1 .testimonial-item h5.designation {
    color: var(--dream-color-primary);
    font-weight: 500;
    font-size: 16px;
    margin: 0 0 0;
}
/*owl dots*/

.testimonial.style1 .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}
.testimonial.style1 .owl-dots .owl-dot {
    background: #bfcadc;
    height: 5px;
    width: 25px;
    display: inline-block !important;
    margin: 0 3px;
    border-radius: 50px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.testimonial.style1 .owl-dots .owl-dot.active {
    background: var(--dream-color-primary);
    width: 35px;
}

/*==================================================== Home:01-dithandyman: -Blog Section:10 =====================================================*/

.blog-post.style1 .post-item.style1 {
    overflow: hidden;
    text-align: left;
    transition: 0.5s;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
}
.blog-post.style1 ul.post-categories {
    list-style: none;
}
.blog-post.style1 .categories {
    position: absolute;
    top: 32px;
    left: 32px;
}
.blog-post.style1 .categories a {
    display: inline-block;
    background: var(--dream-color-primary);
    padding: 3px 16px;
    line-height: 19px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
}
.blog-post.style1 .user_author {
    display: inline-block;
}
.blog-post.style1 .meta {
    display: inline-block;
}
.blog-post.style1 .user_author a {
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    display: inline-block;
    text-decoration: none;
    text-transform: capitalize;
    margin-right: 24px;
    position: relative;
    font-weight: 500;
    font-size: 14px;
    color: #1c1c24;
}
.post-item.style1 .single_blog_post_content {
    overflow: hidden;
    padding: 25px 30px 25px;
    position: relative;
    z-index: 1;
}
.post-item.style1 .single_blog_post_content:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 3px;
    width: 100%;
    background: #1c1c24;
    content: "";
    z-index: -1;
}
.post-item.style1 .single_blog_post_content:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 3px;
    width: 0%;
    background: var(--dream-color-primary);
    content: "";
    z-index: -1;
    transition: .5s;
}
.post-item.style1 .single_blog_post_content:hover:after {
    width: 100%;
}
.blog-post.style1 .user_author a:before {
    content: "";
    background: #616161;
    width: 1px;
    height: 11px;
    position: absolute;
    right: -15px;
    top: 5px;
}
.blog-post.style1 .date {
    font-size: 14px;
    color: #1c1c24;
    transition:.5s;
}
.blog-post.style1 .post-item.style1 .post-item:hover .date {
    color:var(--dream-color-primary);
}
.blog-post.style1 .post-item.style1 .single_blog_post_content h3 {
    font-size: 21px;
    margin: 10px 0 7px;
    line-height: 1.2;
}
.blog-post.style1 .post-item.style1 .single_blog_post_content h3 a {
    margin-bottom: 0;
    text-transform: none;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    color: #1c1c24;
    font-weight: 600;
}
.blog-post.style1 .post-item.style1:hover .single_blog_post_content h3 a {
    color: var(--dream-color-primary);
}
.blog-post.style1 p.description {
    margin: 16px 0 15px;
}


 /*owl-dots*/

.blog-post.style1 .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.blog-post.style1 .owl-dots .owl-dot {
    background: #bfcadc;
    height: 5px;
    width: 25px;
    display: inline-block !important;
    margin: 0 3px;
    border-radius: 50px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.blog-post.style1 .owl-dots .owl-dot.active {
    background: var(--dream-color-primary);
    width: 35px;
}
/*==================================================== Home:01-dithandyman: -footer Section:11 =====================================================*/


.heading.style1 p {
    font-size: 16px;
    color: #f4f6fe;
    margin: 3px 0 9px;
}
.social-links.style1  ul li {
    list-style: none;
    display: inline-block;
    padding-right: 5px;
}
.social-links.style1 ul li a {
    display: inline-block;
    z-index: 1;
    border: 0;
    display: block;
    margin-right: 6px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    font-size: 16px;
    width: 40px;
    height: 40px;
    background: var(--dream-color-primary);
    color: #f8f9fe;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
    position: relative;
    z-index:1;
}
.social-links.style1  ul li a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 3px;
    background: #fff;
    transform: scale(0);
    transition: .5s;
}
.social-links.style1  ul li a:hover:before {
    transform: scale(1);
}
.social-links.style1  ul li a:hover {
    color: var(--dream-color-primary);
}
.heading.style1 h1 {
    font-size: 22px;
    margin-bottom: 17px;
    margin-top: 0;
    position: relative;
    color: #f8f9fe;
    font-weight: 700;
}
ul.item-list.style3 li a {
    display: inline-block;
    color: #f8f9fe;
    font-size: 16px;
    padding-bottom: 13px;
}
ul.item-list.style3 li a:hover {
    color: var(--dream-color-primary);
}
ul.item-list.style3 li a i {
    font-size: 14px;
    margin-right: 10px;
}
.footer .single-widget-item {
    margin-top: 6px;
}
.footer .recent-post-item {
    clear: both;
    overflow: hidden;
    margin-bottom: 17px;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 15px;
}
.footer .recent-post-text h4 {
    margin: 2px;
    line-height: 16px;
}
.footer .recent-post-text h4 a {
    color: #f8f9fe;
    font-size: 14px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-weight: 500;
    letter-spacing: 0;
}
.footer .recent-post-text .rcomment {
    color: #ddd;
    font-size: 13px;
    font-weight: 400;
}

/*icon box style five*/
.icon-box.style5 {
    display: flex;
    align-items: center;
    gap: 25px;
}
.icon-box.style5 .icon i {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 30px;
}
.icon-box.style5 .title h2 {
    color: #f4f6fe;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.icon-box.style5:hover .title h2{
    color: var(--dream-color-primary);
}
.icon-box.style5 .description p {
    color: #fff;
    margin: 0 0 0;
}

/*==================================================== Home:01-dithandyman: - END =====================================================*/



/*==================================================== 
/*==================================================== 
            Home:02- Electician
=====================================================*/
=====================================================*/


/*==================================================== Home:02-Electrician: Slick Slider- Section:01 =====================================================*/

.dreamit-slick-slider .single-slick.style_one.style_two .hero-text-wrap p {
    font-size: 17px;
    margin: 20px 0 20px;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    width: 55%;
    color: #fff;
}
.single-slick.style_one.style_two .hero-text-wrap p {
    width: 50%;
}
.dreamit-slick-slider .single-slick.style_one.style_two .hero-text-wrap .btn {
    font-size: 17px;
    color: #fff;
    background: #fff;
    padding: 19px 34px 13px;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    margin-right: 16px;
    transition: .5s;
    font-weight: 500;
    position: relative;
    z-index: 1;
    border-radius: 0;
    display: inline-block;
    border: 0;
    margin-top: 5px;
}
.dreamit-slick-slider .single-slick.style_one.style_two .hero-text-wrap .btn:after {
    background: #0B2653;
}
.dreamit-slick-slider .single-slick.style_one.style_two .slider-video-icon a, .video-icon-box a {
    background: #fff;
    height: 65px;
    width: 65px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    line-height: 66px;
    text-align: center;
    color: var(--dream-color-primary);
    font-size: 26px;
    position: relative;
    display: inline-block;
    -webkit-animation: ripple-whitey 1s linear infinite;
    animation: ripple-whitey 1s linear infinite;
    -webkit-transition: .5s;
}

@keyframes ripple-whitey {
    0% {
         -webkit-box-shadow: 0 0 0 0 rgba(11,38,83,0.3), 0 0 0 10px rgba(11,38,83,0.3), 0 0 0 20px rgba(11,38,83,0.3); 
         box-shadow: 0 0 0 0 rgba(11,38,83,0.3), 0 0 0 10px rgba(11,38,83,0.3), 0 0 0 20px rgba(11,38,83,0.3); 
    }
    100% {
         -webkit-box-shadow: 0 0 0 10px rgba(11,38,83,0.3), 0 0 0 20px rgba(11,38,83,0.3), 0 0 0 30px rgba(11,38,83,0); 
        box-shadow: 0 0 0 10px rgba(11,38,83,0.3), 0 0 0 20px rgba(11,38,83,0.3), 0 0 0 30px rgba(11,38,83,0); 
    }
}

/*==================================================== Home:02-Electrician:About Section:02 =====================================================*/


/*==================================================== Home:02-Electrician:Services Section:03 =====================================================*/


.service-box.style1 {
    text-align: center;
    position: relative;
    background: #fff;
    transition: .5s;
    z-index: 1;
    box-shadow: 0px 0 6px rgba(26, 46, 85, 0.10);
    padding: 0;
}
.service-box.style1:hover {
transform: translateY(-8px);
}
.service-box.style1 .serice_thumb {
    line-height: 0;
}
.service-box.style1 .content {
    padding: 25px 20px 40px;
}
.service-box.style1 h3.title {
    transition: .5s;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}
.service-box.style1 p.description {
    margin: 11px 0 22px;
}
.service-box.style1 .service-btn a {
    text-transform: capitalize;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: inline-block;
    background: var(--dream-color-primary);
    color: #fff;
}

.service-box.style1 .service-btn a:after {
    position: absolute;
    content: "";
    left: 4px;
    top: 4px;
    height: 100%;
    width: 100%;
    background: #0B2653;
    z-index: -1;
    transition: .5s;
}
.service-box.style1:hover .service-btn a:after{
	left: 0;
    top: 0;
}


/*==================================================== Home:02-Electrician:  What we- Section:04 =====================================================*/


.single-video.style-two {
    position: relative;
    float: right;
    right: -100px;
    top: 0;
    text-align: center;
    background: #0B2653;
    width: 36%;
    padding: 60px 50px;
    z-index: 1;
}
.single-video.style-two .video-icon a {
    background: #fff;
    height: 75px;
    width: 75px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    line-height: 75px;
    color: var(--dream-color-primary);
    font-size: 26px;
    position: relative;
    -webkit-animation: ripple-red 1s linear infinite;
    animation: ripple-red 1s linear infinite;
    -webkit-transition: .5s;
}

/*icon box style four*/

.icon-box.style4 {
    display: flex;
    align-items: center;
    gap: 17px;
}
.icon-box.style4 .icon-box-icon {
    display: inline-block;
    color: #FFFFFF;
    background: #FC9615;
    border-radius: 100px;
    height: 65px;
    width: 65px;
    font-size: 36px;
    line-height: 72px;
    text-align: center;
    flex-shrink: 0;
}
.icon-box.style4 .img-icon {
    filter: brightness(0) invert(1);
}
.icon-box.style4 .icon i {
    display: inline-block;
    color: #FFFFFF;
    background: #FC9615;
    border-radius: 100px;
    height: 65px;
    width: 65px;
    font-size: 36px;
    line-height: 64px;
    text-align: center;
}
.icon-box.style4 .title h2 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 8px;
}
.icon-box.style4 .description p {
    font-size: 16px;
    color: #f4f6fe;
}



/*==================================================== Home:02-Electrician: -Team Section:05 =====================================================*/


/*team Style Two */
 
.team.style2 {
    position: relative;
    z-index: 1;
    transition: .5s;
    border-radius: 5px;
    box-shadow: 0 20px 50px 5px #e9eef7;
}
.team.style2 .image {
    position: relative;
    line-height: 0;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}
.team.style2 .image:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(11,38,83,0.35);
    content: "";
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    opacity: 0;
}
.team.style2:hover .image:before {
    opacity: 1;
}
.team.style2 .image img {
    width: 100%;
}
.team.style2 ul.social-icon {
    position: absolute;
    right: 0;
    width: 83%;
    background: var(--dream-color-primary);
    padding: 14px 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease 0s;
    top: inherit;
    transform: inherit;
    left: 0;
    margin: auto;
    bottom: -50px;
    text-align: center;
}
.team.style2:hover ul.social-icon{
    bottom: 0;
}
.team.style2 ul.social-icon li {
    display: inline-block;
    text-align: center;
}
.team.style2 ul.social-icon li a{
    display: inline-block;
    color: #fff;
    padding:0 8px ;
}
.team.style2 .team-content {
    width: 100%;
    opacity: 1;
    position: relative;
    padding: 14px 30px 18px;
    overflow: hidden;
    background: #fff;
    transition: 0.5s all ease;
    text-align: left;
    border-radius: 0 0 5px 5px;
}
.team.style2 .bio {
    margin: 10px 0;
    position: relative;
}
.team.style2 .bio:before {
    content: "";
    width: 70px;
    height: 70px;
    background-color: #E0EAFC;
    border: none;
    border-radius: 6px;
    position: absolute;
    bottom: -8px;
    right: -70px;
    z-index: 11;
    transform: rotate(50deg);
    transition: all 0.3s ease-in-out;
}

.team.style2:hover .bio:before{
	background:var(--dream-color-primary);
}
.team.style2 .bio:after {
    content: "";
    width: 85px;
    height: 85px;
    border: 2px solid #E0EAFC;
    border-radius: 6px;
    position: absolute;
    right: -75px;
    bottom: -16px;
    z-index: 10;
    transform: rotate(50deg);
    transition: all 0.3s ease-in-out;
}
.team.style2:hover .bio:after{
	border-color:var(--dream-color-primary);
}
.team.style2 .bio h2 {
    margin: 0;
    line-height: 0;
}
.team.style2 .bio h2 a {
    display: inline-block;
    color: #232323;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}
.team.style2 h5.designation {
    font-size: 13px;
    text-transform: uppercase;
    color: var(--dream-color-primary);
    float: none;
    font-weight: 500;
    margin: 5px 0 0;
}
/*==================================================== Home:02-Electrician: -Call Do Section:06 =====================================================*/


/*service box style two*/

.service-box.style2 {
    background-color: transparent;
    transition: .5s;
    text-align: center;
    position: relative;
    z-index: 1;
}
.service-box.style2  img {
    transition: .5s;
}
.service-box.style2 img:hover {
    animation: wobble_vertical 1s forwards ease-in-out 0s;
}
.service-box.style2 h3.title {
    color: #1c1c24;
    font-size: 100px;
    transition: .5s;
    font-weight: 800;
    margin: 8px 0 0;
}
.service-box.style2 p.description {
    color: #1c1c24;
    font-size: 28px;
    font-weight: 600;
    transition: .5s;
    margin: 0 0 30px;
}
.service-box.style2 .service-btn a {
    text-transform: capitalize;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: inline-block;
    background: #0B2653;
    color: #fff;
}
.service-box.style2 .service-btn a:after {
    position: absolute;
    content: "";
    left: 4px;
    top: 4px;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: -1;
    transition: .5s;
}
.service-box.style2 .service-btn a:hover:after{
	left: 0;
    top: 0;
}

/*==================================================== Home:02-Electrician: - Electrician Services Section:07 =====================================================*/



/*service box*/
.service-box.style3 {
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0px 20px 20px;
}
.service-box.style3:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: -78px;
    background: url(https://wp.dreamitworld.com/dreamit/wp-content/uploads/2025/06/mask.png);
    z-index: 22;
    transition: .5s;
    background-repeat: no-repeat;
    background-position: center center;
}
.service-box.style3 .serice_thumb {
    text-align: center;
    display: inline-block;
    transition: .5s;
    position: relative;
}
.service-box.style3 .serice_thumb:before {
    position: absolute;
    content: "";
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(11,38,83,0.6);
    z-index: 1;
    transition: .5s;
}
.service-box.style3:hover .serice_thumb:before {
    opacity:0;
}
.service-box.style3 .content {
    text-align: center;
    padding-top: 62px;
}
.service-box.style3 .content h3 {
    font-size: 22px;
    font-weight: 600;
    color: #1c1c24;
}
.service-box.style3 .content p {
    padding: 10px 0 0;
}

.dark .service-box.style3:before {
    display:none;
}
.dark .service-box.style3 .serice_thumb:before {
    background: rgba(1,25,54, 0.4);
}
.dark .service-box.style3 .content {
    padding-top: 12px;
}

/*==================================================== Home:02-Electrician: -Contact  Section:08 =====================================================*/

.form-group p {
    margin-bottom: 16px;
}
.form-area.contact-form .form-control {
    height: 54px;
    background-color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: 1px solid #e6e6e6;
    padding: 6px 20px;
    -webkit-box-shadow: none;
    border-radius: 5px;
    box-shadow: 0 0px 1px 1px #e9eef7;
    color: #223645 !important;
    font-weight: 500;
}
.form-area.contact-form .form-group textarea {
    height: 150px;
    width: 100%;
    box-shadow: 0 0px 1px 1px #e9eef7;
    border: 1px solid #e6e6e6;
    padding: 20px 0 0 20px;
    background: #fff;
    color: #223645;
    font-weight: 500;
    transition: .5s;
    border-radius: 5px;
    outline: 0;
}
/*focus color*/
.form-area.contact-form textarea:focus {
   background-color: rgba(252,150,21,0.2);
    border-color: transparent !important;
    box-shadow: 0 0 0 0.2rem rgb(252 150 21 / 50%);
}
.form-area.contact-form .form-control:focus {
    background-color: rgba(252,150,21,0.2);
    border-color: transparent !important;
    box-shadow: 0 0 0 0.2rem rgb(252 150 21 / 50%);
}
/*placeholder*/
.form-area.contact-form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control::placeholder {
    color: #223645!important;
}
.form-area.contact-form textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
    color: #223645!important;
}

.form-area.contact-form .button {
    background: var(--dream-color-primary);
    border: 0;
    display: block;
    text-align: center;
    padding: 12px 35px;
    border-radius: 3px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .5s;
    color: #fff;
    width: 100%;
}
.form-area.contact-form .button:hover {
    background: #0B2653;
    color: #fff;
}

/*==================================================== Home:02-Electrician:  END =====================================================*/





/*=======================================================
=========================================================
            Home:03- Plumbing  
============================================================
===========================================================*/


/*==================================================== Home:03-Plumbing: -Slick Slider Section:01 =====================================================*/


/*slick style three*/


.single-slick.one.three .hero-text h4 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 0 20px;
    display: inline-block;
    -webkit-animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both;
    font-style: italic;
    text-transform: uppercase;
    color: #1C1C24;
}
.single-slick.one.three h4 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 0 20px;
    display: inline-block;
    -webkit-animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both;
    font-style: italic;
    text-transform: uppercase;
    color: #1C1C24;
}
.single-slick.one.three .hero-text h1 {
    font-size: 60px;
    color: #1C1C24;
    -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInUp both;
    line-height: 1.3;
    font-weight: 600;
}
.single-slick.one.three .hero-text p {
    color: #1C1C24;
    font-size: 16px;
    margin: 25px 0 40px;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    width: 44%;
}
   
.single-slick.one.three .slider-buttons {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.single-slick.one.three a.btn {
    font-size: 16px;
    color: #fff;
    background: #1c1c24;
    padding: 16px 30px;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    letter-spacing: 1px;
    transition: .5s;
    font-weight: 700;
    position: relative;
    z-index: 1;
    border-radius: 3px;
    display: inline-block;
    border: 0;
}
.single-slick.one.three a.btn i {
    margin-left: 7px;
}
.single-slick.one.three a.btn:after {
    position: absolute;
    content: "";
    left: 4px;
    top: 4px;
    height: 100%;
    width: 100%;
    background: var(--dream-color-primary);
    z-index: -1;
	transition:.5s;
}
.single-slick.one.three a.btn:hover:after{
	left: 0;
    top: 0;
}
.single-slick.one.three .slider-video-icon {
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    display: inline-block;
    margin-left: 48px;
}
.single-slick.one.three .slider-video-icon a {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    color: var(--dream-color-primary);
    background: #fff;
    display: inline-block;
    font-size: 26px;
    position: relative;
    z-index: 1;
    animation: ripple-whitey 1s linear infinite;
}

.single-slick.one.three a.btn.btn-gradient.btn-md.btn-animated-none.two {
    margin-left: 18px;
}
.single-slick.one.three a.btn.btn-gradient.btn-md.btn-animated-none.two {
    background: var(--dream-color-primary);
    color:var(--dream-color-primary);
}
.single-slick.one.three a.btn.btn-gradient.btn-md.btn-animated-none.two:after {
    background: #fff;
}



/*==================================================== Home:03-Plumbing: -Service Section:02 =====================================================*/



/*service style four*/

.service-box.style4 {
    background: #fff;
    text-align: center;
    box-shadow: 6px 5px 30px 0px rgba(0,0,0,.12);
    border-radius: 3px;
    transition: .4s;
    position: relative;
    overflow: hidden;
    padding:50px 42px 40px;
}
.service-box.style4:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: var(--dream-color-primary);
    content: "";
    transform: scale(0.5, 1);
    opacity: 0;
    transition: .5s;
}
.service-box.style4:hover:before{
	transform: scale(1, 1);
    opacity: 1;
}
.service-box.style4 .service-box-inner:before {
    content: "";
    width: 70px;
    height: 70px;
    background-color: #E0EAFC;
    border: none;
    border-radius: 6px;
    position: absolute;
    bottom: 23px;
    right: -34px;
    z-index: 11;
    transform: rotate(45deg);
    transition: all 0.5s ease-in-out;
}
.service-box.style4:hover .service-box-inner:before{
	background:var(--dream-color-primary);
}
.service-box.style4 .service-box-inner:after {
    content: "";
    width: 88px;
    height: 88px;
    border: 2px solid #E0EAFC;
    border-radius: 6px;
    position: absolute;
    right: -43px;
    bottom: 13px;
    z-index: 10;
    transform: rotate(45deg);
    transition: all 0.5s ease-in-out;
}
.service-box.style4:hover .service-box-inner:after {
    border-color:var(--dream-color-primary);
}
.service-box.style4 .icon i {
    background: #E0EAFC;
    width: 120px;
    height: 120px;
    border-radius: 20px;
    line-height: 120px;
    font-size: 60px;
    color: var(--dream-color-primary);
    margin-bottom: 20px;
    transition: .5s;
    display: inline-block;
}
.service-box.style4:hover .icon i {
    background: var(--dream-color-primary);
    color: #fff;
}
.service-box.style4 .content h3 {
    font-size: 21px;
    margin-bottom: 15px;
    transition: .4s;
}
.service-box.style4 .content p {
    margin: 0 0 16px;
}
.service-box.style4 .service-btn a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    margin-top: 0;
    display: inline-block;
    transition: .4s;
    color: #FC9615;
    letter-spacing: 1px;
}


/*==================================================== Home:03-Plumbing:Pricing - Section:03 =====================================================*/

.pricing.style1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #fff;
    padding: 34px 40px 45px;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
}
.pricing.style1 h3 {
    font-size: 30px;
    color: var(--dream-color-primary);
    text-transform: capitalize;
    margin: 0 0 16px;
}
.pricing.style1 .price-item span.currency {
    color: #1c1c24;
    font-size: 29px;
    font-weight: 600;
    position: relative;
    top: -15px;
    transition: .5s;
}
.pricing.style1 .price-item span {
    display: inline-block;
    transition: all 0.3s ease 0s;
    font-size: 55px;
    font-weight: 600;
    text-align: center;
    color: #1c1c24;
}
.pricing.style1 .price-item span.month {
    font-size: 19px;
    font-weight: 500;
}
.pricing.style1 ul.features li {
    display: block;
    font-size: 17px;
    padding: 8px 0;
    text-transform: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-transform: capitalize;
}
.pricing.style1 .pricing-body a {
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 700;
    min-width: 170px;
    text-align: center;
    padding: 12px 40px;
    letter-spacing: 1px;
    border: 0;
    border-radius: 3px;
    overflow: hidden;
    transition: all 0.3s linear;
    display: inline-block;
    background: var(--dream-color-primary);
    color: #fff;
    margin: 18px 0 0;
}
.pricing.style1 .pricing-body a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #1c1c24;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    -webkit-transition: -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    transition: -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9), 
    -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    outline: 0 !important;
    border: 0 !important;
}
.pricing.style1 .pricing-body a:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    outline: 0 !important;
    border: 0 !important;
}


/*==================================================== Home:03-Plumbing: -Work Process Section:04 =====================================================*/

.work_progress.style1 {
    position: relative;
    text-align: center;
    padding: 0 21px;
    z-index: 1;
}
.work_progress.style1:after {
    position: absolute;
    right: 0;
    top: 10px;
    content: "";
    background-image: url(../images/direction-sign.png);
    height: 40px;
    width: 200px;
    background-repeat: no-repeat;
    margin-right: -119px;
    background-size: contain;
}
.last-item .work_progress.style1:after {
    display:none;
}
.work_progress.style1 .icon {
    position: relative;
    display: inline-block;
    background: var(--dream-color-primary);
    border-radius: 0;
    color: #ffffff;
    height: 120px;
    line-height: 180px;
    text-align: center;
    width: 120px;
    z-index: 1;
    transition: .5s;
}
.work_progress.style1 .icon img {
   
    transition: all 0.5s ease-in-out;
    display: inline-block;
}
.work_progress.style1 .icon:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    width: 2px;
    height: 40px;
    border-left: 2px dashed #ddd;
    border-radius: 100%;
    bottom: -74px;
}
.work_progress.style1 .icon:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    border: 2px solid #ddd;
    border-radius: 100%;
    bottom: -32px;
}
.work_progress.style1 .work_progress-number {
    z-index: 1;
    position: absolute;
    right: -15px;
    top: -85px;
}
.work_progress.style1 .work_progress-number span {
    background: #fff;
    border-radius: 50%;
    color: var(--dream-color-primary);
    box-shadow: 0 0 10px #cccccc;
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
}
.work_progress.style1 .content {
    text-align: center;
    padding-top: 55px;
}
.work_progress.style1 h3 {
    font-size: 22px;
    margin: 30px 0 10px;
    font-weight: 600;
}


/*==================================================== Home:03-Plumbing: -Call do Section:05 =====================================================*/

.section-title.style3 h3 {
    color: #fff;
    font-size: 40px;
}
.section-title.style3 h2 {
    font-size: 22px;
    color: #fff;
    margin: 12px 0 0;
}

/*==================================================== Home:03-Plumbing: -Team Section:06 =====================================================*/

.team.style3 {
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
    background: #fff;
    border-radius: 5px;
    transition: .5s;
}
.team.style3:hover {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}
.team.style3 .image {
    position: relative;
    z-index: 1;
    transition: .5s;
    line-height:0;
}
.team.style3 .image:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(252,150,21,.85);
    content: "";
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    opacity: 0;
}
.team.style3:hover .image:before{
	opacity: 1;
}
.team.style3 .image ul.social-icon {
    position: absolute;
    right: -50px;
    width: 50px;
    background: #fff;
    padding: 12px 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease 0s;
    top: 50%;
    transform: translateY(-50%);
}
.team.style3:hover .image ul.social-icon {
    right: 0;
    width: 50px;
    opacity: 1;
    visibility: visible;
}
.team.style3 .image ul.social-icon li a i {
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border-radius: 50%;
    margin: 0;
}
.team.style3 .image ul.social-icon li a i {
	background: 0 0;
	color: var(--dream-color-primary);
}
.team.style3 .team-content {
    height: 100px;
    width: 100%;
    top: unset;
    bottom: 0;
    opacity: 1;
    position: absolute;
    padding: 15px 20px;
    color: #444;
    text-align: center;
    overflow: hidden;
    background: #fff;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.team.style3 .team-content:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: var(--dream-color-primary);
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    transition: 0.4s all ease;
    left: 0;
}
.team.style3 .team-content h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
}
.team.style3 .team-content h2 a {
    color: #222;
    font-weight: 700;
}
.team.style3 .team-content h5 {
    font-size: 13px;
    text-transform: uppercase;
    color: var(--dream-color-primary);
    float: none;
    text-align: center;
    font-weight: 500;
}
/*==================================================== Home:03-Plumbing: -TestiMonial Section:07 =====================================================*/


/*style two*/

.testimonial.style2 .testimonial-item {
    position: relative;
    z-index: 1;
    margin: 19px 0 0;
}
.testimonial.style2 .testimonial-item p {
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    color: #fff;
    text-align: left;
    width: 75%;
    margin: 0 0 30px;
}
.testimonial.style2 .testimonial-item .author {
    display: inline-block;
    position: relative;
    float: left;
    margin-right: 20px;
}
.testimonial.style2 .testimonial-item .author img {
    width: 90px;
    border-radius: 100px;
}
.testimonial.style2 .testimonial-item .bio {
    padding-top: 18px;
}
.testimonial.style2 .testimonial-item .bio h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 0;
}
.testimonial.style2 .testimonial-item .bio h5 {
    color: var(--dream-color-primary);
    font-weight: 500;
    font-size: 14px;
    display: block;
    padding-top: 8px;
}


/*owl dots*/
.testimonial.style2 .owl-dots {
    position: absolute;
    left: 50%;
    bottom: -36px;
    border-radius: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.testimonial.style2 .owl-dot {
    background: #bfcadc;
    height: 5px;
    width: 25px;
    display: inline-block !important;
    margin: 0 3px;
    border-radius: 50px;
    -webkit-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
}
.testimonial.style2 .owl-dot.active {
    background: var(--dream-color-primary);
    width:35px;
}
/*==================================================== Home:04-Repair: - END Section =====================================================*/




/*=========================================================
===========================================================
            Home:04 - Repair  
============================================================
===========================================================*/




/*==================================================== Home:04-Repair: -Slick Slider Section:01 =====================================================*/

/*slick slider style four*/

.dreamit-slick-slider .single-slick.four:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(11,38,93,.50);
    -webkit-animation: FocuS 1s linear 1s infinite;
    animation: FocuS 1s linear 1s infinite;
}

@keyframes FocuS {
	0% {
	  opacity: 0;
	}
	75% {
	  opacity: 1;
	}
	100% {
	  opacity: 0;
	}
}
.dreamit-slick-slider .single-slick.four:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(11,38,93,.40);
    z-index: -1;
}
.single-slick.four .hero-text-wrap {
    text-align: center;
}
.single-slick.four .hero-text h4 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 0 15px;
    display: inline-block;
    -webkit-animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both;
    font-style: italic;
    text-transform: uppercase;
    color: #fff;
}
.single-slick.four .hero-text h1 {
    font-size: 60px;
    -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInUp both;
    color: #fff;
}
.single-slick.four .hero-text p {
    font-size: 18px;
     color: #fff;
    margin: 20px auto 30px;
    padding: 0px 0;
    font-weight: 500;
    -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInUp both;
}
.single-slick.four .slider-buttons {
    justify-content: center;
}
.single-slick.four .hero-text-wrap .btn {
    font-size: 17px;
    color: #fff;
    background: #fff;
    padding: 19px 34px 13px;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    margin-right: 16px;
    transition: .5s;
    font-weight: 500;
    position: relative;
    z-index: 1;
    border-radius: 0;
    display: inline-block;
    border: 0;
    margin-top: 5px;
}
.single-slick.four .hero-text-wrap .btn:after {
    position: absolute;
    content: "";
    left: 4px;
    top: 4px;
    height: 100%;
    width: 100%;
    background: var(--dream-color-primary);
    z-index: -1;
	transition:.5s;
}
.single-slick.four .hero-text-wrap .btn:hover:after{
	left: 0;
    top: 0;
}
.single-slick.four .hero-text-wrap a.btn.btn-gradient.btn-md.btn-animated-none.two {
    background: var(--dream-color-primary);
    color: var(--dream-color-primary);
}
.single-slick.four .hero-text-wrap a.btn.btn-gradient.btn-md.btn-animated-none.two:after {
    background: #fff;
}

/*==================================================== Home:04-Repair: - Brand Section:02 =====================================================*/

.brand.style1 .brand-item {
    text-align: center;
}
.brand.style1 .brand-item img {
    opacity: .7;
    -webkit-filter: grayscale(1);
    transition: .3s;
    width: 75%;
    display: inline-block;
}
.brand.style1 .brand-item:hover  img {
	filter: none;
	-webkit-filter: grayscale(0);
}



/*==================================================== Home:04-Repair: Why choose - Section:03 =====================================================*/


/* Circle Progress */

.circle-progress {
    display: inline-block;
    position: relative;
}
.circle-progress h2 {
    text-align: left;
    font-size: 18px;
    display: inline-block;
    position: relative;
    left: 15px;
    line-height: 28px;
    font-weight: 500;
    margin: 0;
}
.progress {
    width: 100px!important;
    height: 100px!important;
    line-height: 150px;
    margin: 0;
    box-shadow: none;
    display: inline-block;
    position: relative;
    background: transparent!important;
}
.progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 10px solid #eee;
    position: absolute;
    top: 0;
    left: 0;
}
.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress .progress-left {
  left: 0;
}
.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 10px;
    border-style: solid;
    position: absolute;
    top: 0;
    border-color: #FF3D00;
}
.progress .progress-left .progress-bar {
    left: 101%;
    border-top-right-radius: 75px;
    border-bottom-right-radius: 75px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progress .progress-right {
  right: 0;
}
.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 75px;
    border-bottom-left-radius: 75px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}
.progress .progress-value {
    display: flex;
    border-radius: 50%;
    font-size: 22px;
    text-align: center;
    line-height: 20px;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    font-weight: 700;
    color: #FC9615;
}

.progress .progress-value span {
  font-size: 18px;
  text-transform: uppercase;
}

/* This for loop creates the    necessary css animation names 
Due to the split circle of progress-left and progress right, we must use the animations on each side. 
*/
.progress[data-percentage="10"] .progress-right .progress-bar {
  animation: loading-1 1.5s linear forwards;
}
.progress[data-percentage="10"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="20"] .progress-right .progress-bar {
  animation: loading-2 1.5s linear forwards;
}
.progress[data-percentage="20"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="30"] .progress-right .progress-bar {
  animation: loading-3 1.5s linear forwards;
}
.progress[data-percentage="30"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="40"] .progress-right .progress-bar {
  animation: loading-4 1.5s linear forwards;
}
.progress[data-percentage="40"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="50"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="50"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="60"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="60"] .progress-left .progress-bar {
  animation: loading-1 1.5s linear forwards 1.5s;
}

.progress[data-percentage="70"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="70"] .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.5s;
}

.progress[data-percentage="80"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="80"] .progress-left .progress-bar {
  animation: loading-3 1.5s linear forwards 1.5s;
}

.progress[data-percentage="90"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="90"] .progress-left .progress-bar {
  animation: loading-4 1.5s linear forwards 1.5s;
}

.progress[data-percentage="100"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="100"] .progress-left .progress-bar {
  animation: loading-5 1.5s linear forwards 1.5s;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}



/*==================================================== Home:04-Repair: Portfolio- Section:04 =====================================================*/

.portfolio-filter .filters {
    width: 100%;
    text-align: center;
    margin-bottom: 39px;
}
.portfolio-filter ul {
    margin: 0;
    list-style: none;
    padding: 0px 0 0;
}
.portfolio-filter ul li {
    background: #f2f4ff;
    border: medium none;
    font-size: 16px;
    line-height: 1;
    -o-transition: all 0.3s ease 0s;
    cursor: pointer;
    text-transform: capitalize;
    padding: 12px 27px;
    font-weight: 500;
    letter-spacing: 2px;
    position: relative;
    margin: 0 3px;
    margin-bottom: 7px;
    display: inline-block;
    border-radius: 5px;
}
.portfolio-filter li.current_menu_item {
    background: var(--dream-color-primary);
    color: #fff;
}
.portfolio-filter .content {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    text-align: center;
}
.port-thumb {
    position: relative;
    overflow: hidden;
    line-height: 0;
    border-radius: 5px;
}
.port-thumb:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(252,150,21,.85);
    z-index: 1;
    opacity: 0;
    transition: .5s;
}
.single-content:hover .port-thumb:before {
     opacity: 1;
}

.portfolio-filter .content .single-content img {
    width: 100%;
    height: 100%;
    display: block;
	transform: scale(1);
	transition: all 0.5s ease 0s;
}
.portfolio-filter .content .single-content:hover img {
	    transform: scale(1.1);
}
.portfolio-filter .content .grid-item {
    margin-bottom:30px;
}
.portfolio-filter .content .grid-item .single-content{
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.portfolio-filter .single-content .prot_content{
    position: relative;
    z-index: 2;
     border-radius: 0 0 4px 4px;
}

.portfolio-filter .single-content .prot_content {
    position: absolute;
    left: 0;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: all 400ms linear;
    width: 83%;
    opacity: 1;
    text-align: left;
    transform: translateY(-50%);
    bottom: -177px;
    margin: auto;
    border-radius: 4px;
    right: 0;
}
.portfolio-filter .single-content:hover .prot_content {
    bottom: 0px;
}
.portfolio-filter .content .grid-item .prot_content h4 {
    margin: 8px 0 0px;
    text-transform: capitalize;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.portfolio-filter .content .grid-item .prot_content h4 a {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.portfolio-filter .content .grid-item .prot_content h4 a {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.portfolio-filter .content .grid-item .prot_content p {
    color: #fff;
    line-height: 1.2;
    margin: 5px 0 0;
}
/* Portfolio Details: */
.portfolio_details {
    overflow: hidden;
    -webkit-box-shadow: 0 0 30px 
    rgba(0,0,0,0.10);
            box-shadow: 0 0 30px 
    rgba(0,0,0,0.10);
    padding: 65px 50px 50px;
    width:100%;
}
.portfolio_info {
    padding-left: 50px;
    padding-top: 48px;
}
.portfolio_info h2 {
    font-size: 25px;
    /* font-family: muli; */
    padding-bottom: 17px;
}
.portfolio-details-box li strong {
    margin-right: 5px;
}
.pr-title {
    padding: 24px 0 18px;
}
.port_dtl_social{} 
.port_dtl_social span{
	font-size:20px;
	font-weight:700;
	margin-bottom:10px;
	display:block;
	
} 
.port_dtl_social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: var(--dream-color-primary);
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    margin-right: 10px;
    line-height: 35px;
}


.portfolio_info h3 {
    font-size: 25px;
    padding-bottom: 17px
}

.portfolio-details-box li strong {
    font-size: 20px;
    margin-right: 5px
}

.pr-title {
    padding: 24px 0 18px
}

.portfolio-details-box li {
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    font-weight: 300;
    padding: 13px 0;
    text-transform: capitalize;
    list-style: none;
}

.portfolio_details .col-md-6 {
	float: left;
}
.portfolio_info ul {
    list-style: none;
}

.portfolio_info ul li {
    padding: 5px 0;
    margin-bottom: 20px;
}
.port_dtl_social {
    margin-top: 20px;
}
.portfolio-details-box .port_dtl_social i {
    padding: 0 10px 0 10px;
    color: #fff;
}
.pr-title h2 {
    font-size: 25px;
}




/*==================================================== Home:04-Repair: -Video Section:05 =====================================================*/


.single-video {
	position: relative;
	text-align: center;
}

.single-video h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
	padding-top: 26px;
	text-transform: capitalize;
	display: inline-block;
	margin-left: 25px;
}
.video-icon a {
	text-align: center;
	display: inline-block;
	position:relative;
	z-index:99;
}
.single-video.style-one .video-icon a {
    background: #fff;
    height: 75px;
    width: 75px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    line-height: 75px;
    color: var(--dream-color-primary);
    font-size: 26px;
    position: relative;
    -webkit-animation: ripple-red 1s linear infinite;
    animation: ripple-red 1s linear infinite;
    -webkit-transition: .5s;
}
.single-video.style-one .video-icon {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	    transform: translateX(-50%) translateY(-50%);
}

@-webkit-keyframes ripple-red {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(2241, 42, 2, 0)
    }
}



/*==================================================== Home:04-Repair: -Call do Section:06 =====================================================*/

.icon-box.style6 {
    display: flex;
    align-items: center;
    gap: 20px;
}
.icon-box.style6 .img-icon {
    background: #FC9615;
    border-radius: 50px;
    height: 70px;
    width: 70px;
    line-height: 60px;
    text-align: center;
    padding: 16px;
}
.icon-box.style6 .icon-box-content h2 {
    font-size: 16px;
}
.icon-box.style6 .icon-box-content p {
    font-size: 22px;
    font-weight: 600;
    margin: 5px 0 0;
}

/*==================================================== Home:04-Repair: -END Section =====================================================*/





/*=========================================================
===========================================================
            Home:05 - Cost Calculator  
============================================================
===========================================================*/



/*==================================================== Home:05-Cost Calculator: - Section:01 =====================================================*/


.section-title.style4 h5 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 0 15px;
    display: inline-block;
    -webkit-animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both;
    font-style: italic;
    text-transform: uppercase;
    color: #fff;
}
.section-title.style4 h3 {
    font-size: 60px;
    -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInUp both;
    color: #fff;
}
.section-title.style4  p {
    font-size: 17px;
    margin: 20px 0 20px;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    width: 90%;
    color: #fff;
}




.rs-addon-cost-calculator.home-appointment {
    background: #fff;
    position: relative;
    margin-right: -50px;
}
.rs-addon-cost-calculator {
    padding: 44px 50px 60px 50px;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #07123014;
}
.rs-addon-cost-calculator .cost_calculator .area-ctrol.area-calculate {
    margin-bottom: 44px;
}
.rs-addon-cost-calculator .cost_calculator .area-ctrol.area-calculate .range-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.rs-addon-cost-calculator .cost_calculator .area-ctrol label {
    font-size: 18px;
    font-weight: 600;
    color: #071230;
}
.rs-addon-cost-calculator .cost_calculator .area-ctrol.area-calculate .range-inner .range_result {
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
}
.rs-addon-cost-calculator .cost_calculator .area-ctrol input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    height: 14px;
    border-radius: 16px;
    background: 0 0;
    border: 2px solid rgba(7,18,48,5%);
    outline: none;
    opacity: 1;
}
.rs-addon-cost-calculator .cost_calculator .area-ctrol:not(.area-calculate) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.rs-addon-cost-calculator .cost_calculator .area-ctrol:not(.area-calculate)>* {
    flex-shrink: 0;
}
.rs-addon-cost-calculator .cost_calculator .area-ctrol:not(.area-calculate)>*:not(label) {
    flex: 0 0 60%;
    width: 60%;
}
.rs-addon-cost-calculator .cost_calculator .area-ctrol {
    margin-bottom: 30px;
}
.rs-addon-cost-calculator .cost_calculator .area-ctrol .select-option select {
    appearance: none;
    margin: 0;
    height: 40px;
    border: 2px solid rgba(7,18,48,5%);
    padding: 5px 15px;
    font-size: 15px;
    color: #6d6d6d;
    background: 0 0;
}
.rs-addon-cost-calculator .cost_calculator .area-ctrol .select-option {
    position: relative;
}
.rs-addon-cost-calculator .cost_calculator .area-ctrol:not(.area-calculate)>* {
    flex-shrink: 0;
}
.rs-addon-cost-calculator .cost_calculator .area-ctrol .select-option select {
    appearance: none;
    margin: 0;
    height: 40px;
    width: 100%;
    border: 2px solid rgba(7,18,48,5%);
    padding: 5px 15px;
    font-size: 15px;
    color: #6d6d6d;
    background: 0 0;
}
.rs-addon-cost-calculator .cost_calculator .area-ctrol .select-option:after {
    position: absolute;
    content: "\f107";
    font-family: FontAwesome;
    right: 12px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    z-index: 1;
    font-size: 25px;
    pointer-events: none;
    color: #515261;
}

.rs-addon-cost-calculator .cost_calculator .area-ctrol:not(.area-calculate) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.rs-addon-cost-calculator .result-area .total p {
    position: absolute;
    right: -2px;
    top: -2px;
    bottom: -2px;
    margin: 0;
    border-radius: inherit;
    padding: 5px 30px;
    font-size: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    font-weight: 600;
    line-height: 32px;
    background: var(--dream-color-primary);
    color: #fff;
}
.rs-addon-cost-calculator .result-area {
    margin-top: 25px;
}
.rs-addon-cost-calculator .result-area .calculate_list, .rs-addon-cost-calculator .result-area .range_result2 {
    font-weight: 500;
    font-size: 15px;
}
.rs-addon-cost-calculator .result-area .calculate_list span, .rs-addon-cost-calculator .result-area .range_result2 span {
    text-transform: uppercase;
}
.rs-addon-cost-calculator .result-area .total {
    margin-top: 25px;
    border: 2px solid rgba(7,18,48,5%);
    border-radius: 4px;
    padding: 11px 25px;
    position: relative;
}

/*==================================================== Home:05-Cost Calculator: -END Section =====================================================*/







/*=========================================================
===========================================================
            Inner Page -   
============================================================
===========================================================*/



/*==================================================== Inner Page: -About Section:01 =====================================================*/

/*service-box-style5*/

.service-box.style5 {
    text-align: center;
    padding: 46px 25px 40px;
    border: 1px solid #e4ecf9;
    position: relative;
    z-index: 1;
    background: #fff;
}
.service-box.style5:before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 38px;
    height: 38px;
    content: "";
    background: #adc7f1;
    transition: .3s;
    z-index: -1;
}
.service-box.style5:hover:before{
    width: 100%;
    height: 100%;
    background: var(--dream-color-primary);
}
.service-box.style5 .content h3 {
    font-size: 23px;
    margin: 19px 0 21px;
}
.service-box.style5 .content p {
    margin: 0;
}
.service-box.style5:hover .content h3,
.service-box.style5:hover .content p {
    color: #fff;
}

/*================ Counter Area Css ================*/

.single-counter.style_two {
    display: flex;
    align-items: center;
    gap: 20px;
}
.single-counter.style_two .icon {
    transition: .5s;
}
.single-counter.style_two span {
    font-size: 34px;
    display: inline-block;
    font-weight: 500;
    margin: 0;
    color: #fff;
}
.single-counter.style_two h6 {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    color: #fff;
    margin: 0;
}



/*==================================================== Inner Page: -cost Section:02 =====================================================*/

.icon-box.style7 {
    text-align: center;
}
.icon-box.style7 .icon {
    color: #FC9615;
    font-size: 42px;
}
.icon-box.style7 .icon-box-content h2 {
    font-size: 16px;
    color: #fff;
    margin: 16px 0 5px;
}
.icon-box.style7 .icon-box-content p {
    color: #fff;
    font-size: 40px;
    margin: 0 0 0;
}

/*==================================================== Inner Page: -Pricing Section:03 =====================================================*/
.pricing.style1.style2 {
    text-align: center;
    transition: all 0.3s ease 0s;
    padding: 50px 40px 55px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
    border: 0;
    border-radius: 0;
}

/*==================================================== Inner Page: -Career Section:04 =====================================================*/

/*icon-box.style8*/
.icon-box.style8 {
    background: #fff;
    box-shadow: 0px 10px 50px 0px rgba(27.999999999999996, 35, 40.99999999999999, 0.07);
    padding: 30px 30px 30px 30px;
    text-align: center;
}
.icon-box.style8 .icon-box-icon {
    background: #F6F7F8;
    border-radius: 50%;
    display: inline-block;
    width: 75px;
    height: 75px;
    line-height: 100px;
    text-align: center;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.icon-box.style8 .icon-box-icon:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: var(--dream-color-primary);
    z-index: -1;
    transition: .5s;
    border-radius: 50%;
    transform: scale(0);
}
.icon-box.style8:hover .icon-box-icon:after{
    transform: scale(1);
}
.icon-box.style8 .icon-box-content h2 {
    font-size: 20px;
    margin: 21px auto 0;
    width: 75%;
}

/*service-box.style6*/

.service-box.style6 {
    background: #fff;
    padding: 20px;
}
.service-box.style6 .icon {
    background: #EFEFEF;
    padding: 25px;
    display: inline-block;
}
.service-box.style6 .content {
    display: inline-block;
    padding-left: 20px;
}
.service-box.style6 .content h3 {
    color: #1c1c24;
    font-size: 26px;
    font-weight: 500;
    margin: 0 0 7px;
}
.service-box.style6 .service-btn {
    display: inline-block;
    float: right;
    position: relative;
    z-index: 1;
    margin: 20px 35px 0 0;
}
.service-box.style6 .service-btn a {
    text-transform: capitalize;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 14px 35px;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: inline-block;
    background: var(--dream-color-primary);
    color: #fff;
}
.service-box.style6 .service-btn a:hover{
    color:#fff;
}
.service-box.style6 .service-btn a:after {
    position: absolute;
    content: "";
    left: 4px;
    top: 4px;
    height: 100%;
    width: 100%;
    background: #0B2653;
    z-index: -1;
    transition: .5s;
}
.service-box.style6 .service-btn a:hover:after{
	left: 0;
    top: 0;
}




/*==================================================== Inner Page: -Career Details Section:05 =====================================================*/

.icon-box.style9 {
    display: flex;
    align-items: center;
    gap: 15px;
}
.icon-box.style9 .icon i {
    color: #FC9615;
    font-size: 20px;
}
.icon-box.style9 .icon-box-content h2 {
    font-size: 16px;
    color: #616161;
    margin: 10px 0 5px;
    font-weight: 400;
}
.icon-box.style9 .icon-box-content p {
    color: #223645;
    margin: 0 0 0;
}





/*==================================================== Inner Page: Faq's - Section:06 =====================================================*/


/* Accordion CSS */
.accordion {
    background: transparent;
}
.my-accordion li {
    position: relative;
    margin-bottom: 20px;
    list-style: none;
    z-index: 1;
    background: transparent;
    border-radius: 4px;
    border: 1px solid #d4d4d4;
}
.my-accordion li:before {
    position: absolute;
    content: "";
    z-index: -1;
    right: 20px;
    top: 14px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.10196078431372549);
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.my-accordion li:after {
    position: absolute;
    content: "";
    z-index: 1;
    left: 24px;
    top: 28px;
    width: 22px;
    height: 22px;
    background: url(https://wp.ditsolution.net/dreamit/wp-content/uploads/2023/11/question.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    transform: translate(-3%, -50%);
}
.my-accordion li p {
    display: none;
    padding: 17px 25px 3px;
    color: #616161;
    font-size: 16px;
}
.my-accordion a {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    color: #232323;
    background-color: #CEDEF7;
    padding: 20px 23px;
    z-index: 1;
    border-bottom: 1px solid transparent;
    border-radius: 4px;
}
.my-accordion a.active {
    border-bottom: 1px solid rgba(0,0,0,0.08);
    border-radius: 4px 4px 0 0;
    padding: 18px 23px;
}
.my-accordion a:after {
   width: 10px;
    height: 2px;
    background: var(--dream-color-primary);
    position: absolute;
    right: 28px;
    content: " ";
    top: 26px;
    transition: all 0.2s ease-in-out;
}
.my-accordion a:before {
    width: 2px;
    height: 10px;
    background: var(--dream-color-primary);
    position: absolute;
    right: 32px;
    content: " ";
    top: 22px;
    transform: rotate(0);
    transition: all 0.2s ease-in-out;
}
.my-accordion li p {
    display: none;
    font-size: 16px;
    padding: 23px;
}

a.active:after {
  transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a.active:before {
 display: none;
}


@keyframes moveUp {
  from {
    transform: translateX(-100px);
  }
  to {
    transform: translateX(0px);
  }
}


.accordion-content {
    display: none;
}

.my-accordion.style7 li p {
    font-size: 16px;
    padding-left: 38px;
    width: 46%;
    margin: 0 0 29px;
    padding: 0 0 0 38px;
    display: block;
}
.my-accordion.style7 .list {
    padding: 0 38px 0px;
}
.my-accordion.style7 .list ul li {
    display: inline-block;
    background: transparent;
    margin-right: 32px;
    border: none;
}
.my-accordion.style7 .list ul li i{
    margin-right:5px;
}
.my-accordion.style7 .list ul li:before,
.my-accordion.style7 .list ul li:after{
    display:none;
}
.my-accordion.style7 .my-accordion-button a.button{
    display: block;
}
.my-accordion.style7 .my-accordion-button a.button {
    display: inline-block;
    width: 32px;
    padding: 2px 46px;
    text-align: center;
    position: relative;
    bottom: 30px;
    left: 21px;
    z-index: 22;
    height: 33px;
}
.my-accordion.style7 li:before {
    top: 58px;
    width: 56px;
    height: 56px;
    border-radius: 28px;
    background-color: rgba(245,247,252,0);
    border: 1px solid rgba(255,255,255,0.2);
}
.my-accordion.style7 a:before {
    top: 76px;
    height: 20px;
    right: 45px;
}
.my-accordion.style7 a:after {
    top: 85px;
    width: 20px;
    right: 36px;
}

/*my accordion style eight*/
.my-accordion.style8 a {
    position: relative;
    background-color: #f5f7fa;
    padding: 16px 20px 16px 27px;
    z-index: 1;
    border-bottom: 1px solid transparent;
    border-radius: 10px;
    font-size: 22px;
    cursor: pointer;
}
.my-accordion.style8 li {
    position: relative;
    margin-bottom: 20px;
    list-style: none;
    z-index: 1;
    background: #f5f7fa;
    border-radius: 10px;
    margin-bottom: 30px;
}
ul.my-accordion.style8 li a span {
    font-size: 22px;
    color: #232323;
    font-weight: 700;
    font-family: "Mulish";
    position: relative;
    padding-right: 52px;
}
ul.my-accordion.style8 li a span:before {
    position: absolute;
    content: "";
    top: 20px;
    right: 11px;
    height: 1px;
    width: 31px;
    background: #232323;
}
.my-accordion.style8 li p {
    display: none;
    font-size: 16px;
    padding: 23px 29px 39px 106px;
    border-top: 1px solid#E0E1E5;
    position: relative;
    line-height: 30px;
}
.my-accordion.style8 li p:before{
    position:absolute;
    content:"";
    top:0;
    left:0;
    height:1px;
    width:90%;
    background:E0E1E5;
}

.service-box.style7 {
    padding: 40px 30px 55px;
    text-align: center;
    position: relative;
    background: #fff;
    transition: .5s;
    z-index: 1;
    margin: 0 15px 0px;
    box-shadow: 0px 0 6px rgba(26, 46, 85, 0.10);
}
.service-box.style7:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    transition: 0.5s;
    background: var(--dream-color-primary);
    transform: scale(0);
}
.service-box.style7:hover:before {
    transform: scale(1);
}
.service-box.style7 .content h3 {
    font-size: 23px;
    padding: 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    margin: 0;
}
.service-box.style7:hover .content h3 {
   color: #fff;
}
.service-box.style7 .icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: var(--dream-color-primary);
    color: #fff;
    border-radius: 0;
    transition: 0.5s;
    padding: 10px 15px 14px;
    margin: 35px 0 25px;
}
.service-box.style7:hover .icon {
 background: #fff;
}
.service-box.style7 .icon img {
    filter: brightness(0) invert(1);
    transition: 0.5s;
}
.service-box.style7:hover .icon img {
    filter: brightness(1) invert(0);
}
.service-box.style7 .content p {
    transition: 0.5s;
}
.service-box.style7:hover .content p {
   color: #fff;
}
/*==================================================== Inner Page: - Mission / Vision Section:07 =====================================================*/

ul.item-list.style4 li {
    display: flex;
    align-items: center;
    color: #686868;
    font-size: 15px;
    font-weight: 400;
    gap: 15px;
    padding-bottom: 22px;
}
ul.item-list.style4 li i {
    border-radius: 50%;
    background: #fff;
    color: #272727;
    font-size: 15px;
    padding: 12px 15px;
    font-weight: bold;
}

.icon-box.style10 {
    display: block;
    text-align: center;
    background-color: #fff;
    border: 1px solid #e5e7e9;
    padding: 35px 10px 35px;
    border-radius: 3px;
}
.icon-box.style10 .icon-box-content h2 {
    color: #272727;
    font-size: 23px;
    font-weight: 500;
    margin: 25px 0 10px 0;
}

.icon-box.style10 .icon-box-content p {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #686868;
}
.mission img {
    width: 100%;
}

/*==================================================== Inner Page:Services - Section:08 =====================================================*/
ul.item-list.style5 li {
    margin-bottom: 5px;
}
ul.item-list.style5 li a {
    display: flex;
    justify-content: space-between;
    padding: 14px 15px 14px 18px;
    background-color: var(--dream-color-primary);
    font-weight: 600;
    font-size: 17px;
    transition: .5s;
    color: #fff;
    position: relative;
    cursor: pointer;
}

.icon-box.style11 {
	display: flex;
    align-items: center;
	padding-bottom: 5px;
}
.icon-box.style11 .icon-box-icon {
   margin-right: 23px;
}
.icon-box.style11 .icon-box-content h2 {
    font-size: 21px;
    margin: 0;
}
.icon-box.style11 .icon-box-icon .img-icon {
    position: relative;
    top: 4px;
}
.icon-box.style11 .icon-box-content .description p {
    margin: 5px 0 0;
    font-size: 16px;
}
.icon-box.style11 .icon-box-icon .img-icon {
    position: relative;
    top: 4px;
    background: #FC9615;
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
}
.icon-box.style11 .icon-box-icon .img-icon img {
    filter: brightness(0) invert(1);
    padding: 6px 14px;
}


/*==================================================== Inner Page:Company Overview - Section:09 =====================================================*/

.service-box.style8 {
    display: flex;
    align-items: start;
    gap: 25px;
}
.service-box.style8 .service-number span {
    position: relative;
    color: var(--dream-color-primary);
    font-size: 19px;
    font-weight: 700;
    display: block;
}
.service-box.style8 .service-number span:before {
    position: absolute;
    right: -40px;
    top: 16px;
    width: 30px;
    height: 1px;
    background: var(--dream-color-primary);
    content: "";
}
.service-box.style8 .content h3 {
    margin: 0 0 10px 0;
    font-size: 20px;
    padding: 0;
    transition: all 0.5s ease 0s;
}
.service-box.style8 .content h3:hover {
    color: var(--dream-color-primary);
}



/*
==================
Roadmap
==================
*/

.education-timline {
    text-align: center!important;
    position: relative;
    padding: 0px;
    display: block;
    overflow: hidden;
}

.education-timline::before {
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
    bottom: 0;
    width: 2px;
    background-color: var(--dream-color-primary);
    border-radius: 4rem;
    content: ' ';
}

.single-education {
    position: relative;
    float: left;
    width: 100%;
}

.single-education:not(:last-child) {
    margin-bottom: 65px;
}

.education_points::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: ' ';
    background-color: var(--dream-color-primary);
    z-index: 0;
    -webkit-animation: video-icon-animation 1.4s 0.7s linear infinite;
    animation: video-icon-animation 1.4s 0.7s linear infinite;
}
.education_points {
    position: absolute;
    top: 0;
    left: calc(50% - 15px);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 5px solid #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.20);
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.20);
}
.education_text {
    float: right;
    text-align: left;
    padding-top: 4px;
    padding: 0 20px 0;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.education_text h3 {
    font-size: 22px;
    text-transform: capitalize;
    / font-weight: 500; /
    margin: 0;
    margin-bottom: 5px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: var(--title-color);
    margin-top: 0;
}
.education_text span {
    font-size: 15px;
    color: #666;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.education_text p {
    margin-top: 19px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.education-date {
    text-align: right;
    display: inline-block;
    padding-right: 0px;
}
.education-date span {
    background: var(--primary-color);
    display: inline-block;
    padding: 4px 28px;
    border-radius: 30px;
    font-size: 16px;
    color: #fff;
}

.education-date {
    font-size: 19px;
    font-weight: 500;
}

.education-date,
.education_text {
    width: 46%;
}

.education-timline .single-education:nth-child(even) .education_text {
    float: left;
    text-align: right;
}

.education-timline .single-education:nth-child(even) .education-date {
    text-align: left;
    padding-left: 50px;
    padding-right: 0;
}
.education-timline .single-education:nth-child(odd) .education-date {
    text-align: right;
    padding-right: 50px;
    padding-left: 0;
}



.section-title.style5 h3 {
    color: #fff;
    font-family: Poppins;
    font-weight: 500;
    font-size: 92px;
    line-height: 102px;
}


/*==================================================== Inner Page: END - Section:10 =====================================================*/






/*======================================================================================================== 
            Home:06- Contruction 
==========================================================================================================*/


/*==================================================== Home:06-Contruction: Hero- Section:01 =====================================================*/

.section-title.style5 h5 {
    color: #fff;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    transition: .5s;
    padding-left: 35px;
    margin: 0 0 30px;
}
.section-title.style5 h5:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    transition: 0.5s;
    background: url(https://wp.dreamitworld.com/dreamit/wp-content/uploads/2025/07/star.png);
    background-repeat: no-repeat;
}
.section-title.style5 h3 {
    color: #fff;
    font-family: Poppins;
    font-weight: 500;
    font-size: 92px;
    line-height: 102px;
}


/*animation circle*/

.creative-btn {
    z-index: 1;
    /*animation: 1s 1.6s fadeInUp both;*/
    float: right;
}
.text_inner {
    animation: circle 15s linear infinite;
    position: relative;
    z-index: 22;
    fill: rgb(255 255 255 / 0%);
}
.text_inner svg {
    width: 90px;
    max-width: 100%;
    height: auto;
    overflow: visible;
    word-spacing: 12px;
    transform: rotate(0) scaleX(1) scaleY(1);
    position: relative;
}
.text_inner text {
    fill: #FC9615;
    direction: ltr;
    transition: 0.3s stroke, 0.3s stroke-width, 0.3s fill;
    font-size: 38px;
    font-weight: 500;
    position: relative;
    z-index: 2;
}
a.banner-play-batn {
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 138px;
    height: 138px;
    line-height: 138px;
    text-align: center;
    border-radius: 50%;
    background: #111A3A;
}
.likee {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    display: inline-block;
    z-index: 99;
    background: #111A3A;
    height: 70px;
    width: 70px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
}
.likee i {
    -webkit-animation: wooo 5s linear infinite;
    animation: wooo 5s linear infinite;
    transition: .5s;
    position: relative;
    font-size: 22px;
    background-image: linear-gradient(0deg, #fbff00 0%, #fbff00 1%, #c1ff00 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
/*wood animation*/
@keyframes wooo {
    0% {
      transform: rotate3d(0, 0, 0);
    }
    50% {
      transform: rotate3d(0, 1, 0, 180deg);
    }
    100% {
      transform: rotate3d(0, 1, 0, 359deg);
    }
  }
@keyframes circle {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-360deg);
    }
    }
    .circle {
        animation: circle 15s linear infinite;
    }
    .right {
        animation: right 15s linear infinite;
    }
    .spin2 {
        animation: spin2 15s linear infinite;
    }
    @keyframes right {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}





/*==================================================== Home:06-Contruction: About- Section:02 =====================================================*/



/*section-title.style6*/

.section-title.style6 h5 {
    color: #111A3A;
    background: #F8F7F0;
    font-size: 16px;
    font-weight: 400;
    left: 5px;
    border: 1px solid #111A3A1A;
    padding: 5px 20px 5px 35px;
    border-radius: 100px;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.section-title.style6 h5:before {
    position: absolute;
    content: "";
    left: 17px;
    top: 10px;
    width: 8px;
    height: 8px;
    background: #FC9615;
    border-radius: 10px;
    z-index: 1;
}
.section-title.style6 h3 {
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    margin: 30px 0 26px;
}
.section-title.style6 p {
    color: #54595F;
    line-height: 26px;
    width: 84%;
    font-weight: 500;
}


/*icon-box.style12*/

.icon-box.style12 {
    display: flex;
    gap: 20px;
}
.icon-box.style12 .icon-box-icon {
    flex-shrink: 0;
}
.icon-box.style12 .icon-box-content h2 {
    color: #111A3A;
    font-weight: 500;
    font-size: 20px;
    margin: 0 0 0;
}
.icon-box.style12 .icon-box-content p {
    color: #54595F;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    margin: 18px 0 0;
}



/*.dreamit-button.style2*/

.dreamit-button.style2 a {
    display: inline-block;
    border: 0;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    padding: 12px 32px;
    text-transform: uppercase;
    border-radius: 25px;
    position: relative;
    z-index: 1;
    transition: .5s;
    background: #FC9615;
    margin-right: 50px;
}
.dreamit-button.style2 a:hover {
    color: #fff;

}
.dreamit-button.style2 a:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width:100%;
    z-index: -1;
    background: #232323;
    border-radius: 25px;
    transition:.5s;
    transform: scale(0);
}

.dreamit-button.style2 a:hover:before{
    transform: scale(1);
}

.dreamit-button.style2 a i {
    position: absolute;
    right: -49px;
    height: 49px;
    width: 49px;
    line-height: 48px;
    top: -1px;
    border-radius: 50%;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    transition: 0.5s;
    background: #FC9615;
    transform: scale(1);
}

.dreamit-button.style2 a:hover i {
  color: #fff;
  background: #232323;
    transform: scale(1);
}


/* Marquee Css */

 .marquee {
    position: relative;
    --duration: 30s;
    --gap: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap:0px;
}

.marquee-block {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap:0px;
    min-width: 100%;
    -webkit-animation: scroll 30s linear infinite;
    animation: scroll 30s linear infinite;
}

.marquee-block .content-box {
    position: relative;
    margin-right:0px;
}

.marquee-block .content-box:last-child {
    margin-right:0px;
}


  @-webkit-keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-100% - var(--gap)));
      transform: translateX(calc(-100% - var(--gap)));
    }
  }
  @keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-100% - var(--gap)));
      transform: translateX(calc(-100% - var(--gap)));
    }
  }
 .marquee-bg{
    transform: rotate(-2deg)!important;
 }
.marquee-block h3 {
    color: #FC9615;
    font-weight: 600;
    font-size: 75px;
    line-height: 75px;
    text-transform: uppercase;
}
.marquee-block h3:nth-child(2) {
    color: transparent;
    -webkit-text-stroke: 1.5px #1c1c1c;
}
.marquee-block h3:nth-child(3) {
   color: #0e1a35;
}
.marquee-block h3:nth-child(4) {
   color: transparent;
    -webkit-text-stroke: 1.5px #1c1c1c;
}
.marquee-block h3 img {
    margin: 0 30px;
    position: relative;
    top: 5px;
    animation-name: rotateme;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background-position: center center;
}



@keyframes bgShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}


/*==================================================== Home:06-Contruction: -Service Carousel Section:03 =====================================================*/

.service_carousel.style1 .service_content {
    background: #fff;
    padding: 38px 30px 45px;
    margin: 10px;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.service_carousel.style1 .service_content:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: var(--dream-color-primary);
    transform: scale(0);
    transition: .5s;
}
.service_carousel.style1 .service_content:hover:before {
    transform: scale(1);
}
.service_carousel.style1 .service_content .icon {
    width: 70px;
}
.service_carousel.style1 .service_content:hover .icon {
    filter: brightness(0) invert(1);
}
.service_carousel.style1 .service_content h2 {
    font-weight: 500;
    font-size: 22px;
    color: #111A3A;
    margin: 62px 0 23px;
    transition: .5s;
}
.service_carousel.style1 .service_content p {
    font-size: 15px;
    line-height: 26px;
    margin: 0 0 31px;
    transition: .5s;
}
.service_carousel.style1 .service_content .service-details-button a {
    display: inline-block;
    font-weight: 500;
    color: #111A3A;
    font-size: 16px;
    text-transform: uppercase;
    transition: .5s;
}
.service_carousel.style1 .service_content .service-details-button a i {
    display: inline-block;
    font-weight: 900;
    margin-left: 5px;
    transition: .5s;
}
.service_carousel.style1 .service_content:hover .service-box-icon img {
    filter: brightness(0) invert(1);
}
.service_carousel.style1 .service_content:hover h2,
.service_carousel.style1 .service_content:hover p,
.service_carousel.style1 .service_content:hover .service-details-button a {
    color:#fff;
}

/*owl dots*/
.service_carousel.style1 .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 36px;
}
.service_carousel.style1 button.owl-dot {
    display: inline-block;
    height: 13px;
    width: 13px;
    background: #b1cdfb;
    border-radius: 50%;
    transition: .5s;
    margin: 0 8px;
}
.service_carousel.style1 button.owl-dot.active{
    background: var(--dream-color-primary);
}



/*nav*/

.service-carousel1.style_one button.owl-prev i, 
.service-carousel1.style_one button.owl-next i {
    display: inline-block;
    position: absolute;
    right: 100px;
    top: -120px;
    height: 55px;
    width: 55px;
    line-height: 55px;
    background: #fff;
    border: 0;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 700;
}
.service-carousel1.style_one button.owl-next i {
    right: 31px;
}
.service-carousel1.style_one button.owl-prev i:hover, 
.service-carousel1.style_one button.owl-next i:hover {
    background: var(--dream-color-primary);
    color: #fff;
}
/*==================================================== Home:06-Contruction: -Video Section:04 =====================================================*/
.single-video.style-three {
    position: relative;
    text-align: center;
}
.single-video.style-three .video-icon {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #FFFFFF33;
    padding: 30px;
    border-radius: 100px;
    border: 1px solid #FFFFFF33;
}
.single-video.style-three .video-icon a {
    background: #FC9615;
    height: 130px;
    width: 130px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    line-height: 130px;
    color: #fff;
    font-size: 30px;
    position: relative;
    /* -webkit-animation: ripple-red 1s linear infinite; */
    /* animation: ripple-red 1s linear infinite; */
    -webkit-transition: .5s;
}
.single-video.style-three .video-icon a:before {
    position: absolute;
    content: "";
    left: -15px;
    top: -15px;
    width: 125%;
    height: 125%;
    background: url(https://wp.dreamitworld.com/dreamit/wp-content/uploads/2025/07/vidoe-shape.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    animation-name: rotateme;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background-position: center center;
}




/*==================================================== Home:06-Contruction:Skill - Section:05 =====================================================*/

.single_skill.style2 .skills .skill-item .skill-bar {
    margin-top: 10px;
}
.single_skill.style2 .skills .skill-item .skill-bar .bar-inner .skill-percentage {
    bottom: 24px;
}

/*==================================================== Home:06-Contruction:Portfolio - Section:06 =====================================================*/


/*portfolio Style Two*/
.portfolio-filter.style-two .portfolio-thumb {
    position: relative;
    overflow: hidden;
    transition: .5s;
}
.portfolio-filter.style-two .portfolio-thumb .portfolio_content {
    text-align: left;
    background: #fff;
    position: absolute;
    bottom: -18px;
    left: 12px;
    padding: 30px 55px 30px 30px;
    margin: 0;
    opacity: 0;
    transition: .5s;
}
.portfolio-filter.style-two .portfolio-thumb:hover .portfolio_content {
    bottom: 18px;
    opacity: 1;
}
.portfolio-filter.style-two .portfolio_content p {
    display: inline-block;
    color: #FC9615;
    font-size: 14px;
    margin: 0;
    background: #F8F7F0;
    padding: 3px 18px;
    border-radius: 50px;
    transition: .5s;
}
.portfolio-filter.style-two .portfolio_content h4 {
    margin: 25px 0 0;
    transition: .5s;
}
.portfolio-filter.style-two .portfolio_content a {
    color: #000000;
    transition: 0.5s;
    display: inline-block;
    font-weight: 500;
    font-size: 30px;
    transition: .5s;
}
.portfolio-filter.style-two .portfolio_content h4:hover a {
    color:var(--dream-color-primary);
}
.portfolio-filter.style-two .portfolio-btn {
    position: absolute;
    transition: 0.5s;
    top: -30px;
    right: 30px;
}
.portfolio-filter.style-two .portfolio-btn i {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    background: #FC9615;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    font-weight: 900;
}






@keyframes scale-reverse {
    0%,100% {
        scale: 1
    }

    50% {
        scale: 0
    }
}


/*==================================================== Home:06-Contruction: -Experience Section:07 =====================================================*/

.icon-box.style13 {
    padding: 40px;
    transition: .5s;
}
.icon-box.style13:hover {
    
}
.icon-box.style13 .img-icon {
    border: 1px dashed #FC961580;
    display: inline-block;
    padding: 15px;
    border-radius: 100px;
    width: 90px;
    height: 92px;
    line-height: 90px;
    text-align: center;
}
.icon-box.style13 .icon-box-content h2 {
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    margin: 40px 0 15px;
}
.icon-box.style13 .icon-box-content p {
    color: rgb(255 255 255 / 60%);
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    margin: 0;
}

/*==================================================== Home:06-Contruction: Testimonial- Section:08 =====================================================*/


.testimonial-item.style3 {
    background: #F8F7F0;
    padding: 35px 30px 42px;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.testimonial-item.style3:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #111A3A;
    transition: .5s;
    transform: matrix(0, 1, 1, 1, 1, 1);
    opacity: 0;
}
.testimonial-item.style3:hover:before {
    opacity: 1;
     transform: matrix(1, 0, 0, 1, 0, 0);
}
.testimonial-item.style3 .testi_content p {
    color: #111A3A;
    line-height: 26px;
    margin: 0 0 25px;
    transition: .5s;
}
.testimonial-item.style3 .content {
    display: flex;
    align-items: center;
    gap: 20px;
}
.testimonial-item.style3 .author {
    width: 55px;
}
.testimonial-item.style3 .content h4 {
    color: #FC9615;
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 5px;
    transition: .5s;
}
.testimonial-item.style3 .content h5 {
    color: #111A3A;
    font-weight: 400;
    font-size: 15px;
    margin: 0;
    transition: .5s;
}
.testimonial-item.style3 .reviews_rating {
    position: absolute;
    right: 15px;
    bottom: 55px;
}
.testimonial-item.style3 .reviews_rating i {
    color: #FC9615;
}

.testimonial-item.style3:hover .testi_content p ,
.testimonial-item.style3:hover .content h5 {
    color:#fff;
}

.testimonial-carousel3 .owl-nav {
    position: absolute;
    right: 0;
    top: -130px;
    display: flex;
    gap: 5px;
}
.testimonial-carousel3 button.owl-prev i, .testimonial-carousel3 button.owl-next i {
    display: inline-block;
    height: 55px;
    width: 55px;
    line-height: 55px;
    background: #fff;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 900;
    border: 1px dashed #111A3A26;
    color: #111A3A;
}
.testimonial-carousel3 button.owl-prev:hover i, .testimonial-carousel3 button.owl-next:hover i {
    border: 1px dashed transparent;
    color: #fff;
    background: var(--dream-color-primary);
}
/*==================================================== Home:06-Contruction: BLog- Section:09 =====================================================*/

.blog-post.style2 .post-item {
    background: #F8F7F0;
    padding: 30px 30px 22px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.blog-post.style2 .post-item .post-thumb {
    line-height: 0;
}
.blog-post.style2 .post-item .post-thumb img {
    border-radius: 15px;
}
.blog-post.style2 .post-item .meta {
    position: absolute;
    right: 29px;
    top: 46%;
}
.blog-post.style2 .post-item .meta .date {
    width: 60%;
    text-align: center;
    color: #000000;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
}
.blog-post.style2 .post-item .single_blog_post_content {
    margin: 28px 0 0;
}
.blog-post.style2 .post-item .meta-btm {
    border: 1px solid #111A3A1A;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    gap: 20px;
    padding: 6px 20px;
}
.blog-post.style2 .post-item .meta-btm .user_author i {
    color: #54595F;
}
.blog-post.style2 .post-item .meta-btm .user_author a {
    color: #54595F;
    margin-left: 5px;
}
.blog-post.style2 .post-item .meta-btm  .post-comment span {
    color: #54595F;
    margin-left: 5px;
}
.blog-post.style2 .post-item .single_blog_post_content h3 {
    font-size: 23px;
    line-height: 32px;
    margin: 26px 0 21px;
}
.blog-post.style2 .post-item .single_blog_post_content h3 a {
    color: #000000;
    font-weight: 500;
    font-size: 23px;
    line-height: 32px;
    transition: .5s;
}
.blog-post.style2 .post-item .single_blog_post_content:hover h3 a {
    color: var(--dream-color-primary);
}
.blog-post.style2 .post-item .blog_btn a {
    display: inline-block;
    color: #111A3A;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
}
.blog-post.style2 .post-item .blog_btn a i {
   margin-left: 5px;
    font-weight: 900;
}

/*==================================================== Home:06-Contruction: - Section:10 =====================================================*/




















