
/*
=============
 Global
=============
*/

i{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

a{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


/*
=============
 Header
=============
*/
.site-header .transparent-menu.sticky{
    background-color: #021327;
}

/*
============
 Nav Menu
============
*/
.nav-menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.nav-menu .menu-ul li{
    position: relative;
    margin-right: 10px;
}
.nav-menu .menu-ul li a{
    display: inline-block;
    padding: 15px 10px;
}

.nav-menu .menu-ul li .sub-menu{
    position: absolute;
    display: block;
    background-color: red;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.nav-menu .menu-ul li .sub-menu li{
    margin: 0;
}
.nav-menu .menu-ul li .sub-menu li a{
    display: block;
}
.nav-menu .menu-ul li:hover .sub-menu{
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.nav-menu .menu-toggle{
    display: none;
}

@media (max-width: 768px){

    .nav-menu .menu-toggle{
        display: block;
    }

    .nav-menu .menu-ul {
        position: absolute;
        top: 100%;
        display: block;
        background-color: yellow;
        width: 100%;
        display: none;
    }

    .nav-menu ul li a{
        width: 100%;
    }

}


/*
=============
Global
=============
*/

.slick-dots {
	bottom: 0px !important;
	position: relative;
}
.service-button a{
    display: block;
}

/*
=============
Slick Slider
=============
*/
.dreamit-slick-slider .container{
    max-width: 1320px;
    margin: 0 auto;
}
.dreamit-slick-slider .single-slick {
    position: relative;
    min-height: 790px;
    z-index: 1;
}
.slide-img, .parallax-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.dreamit-slick-slider .slick-dots {
	bottom: 50px !important;
	position: relative;
}
.dreamit-slick-slider .hero-text-wrap {
    width: 63%;
}
.dreamit-slick-slider .hero-text {
    padding-left: 50px;
    position: relative;
    z-index: 2;
}
.dreamit-slick-slider .hero-text:before {
    position: absolute;
    content: "";
    left: 0;
    top: 5px;
    width: 100%;
    height: 100%;
    background: url(https://wp.ditsolution.net/hendre-multipurpose/wp-content/uploads/2024/02/shape.png);
    background-repeat: no-repeat;
}
.dreamit-slick-slider .hero-text-wrap h4 {
    -webkit-animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both;
    margin: 0 0 5px;
    font-size: 16px;
    color: #cd0d14;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 0 18px 40px;
}
.dreamit-slick-slider .hero-text-wrap h1 span{
    color: #da242b;
}
.dreamit-slick-slider .hero-text-wrap h1 {
    -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInUp both;
    font-size: 58px;
    line-height: 76px;
    font-weight: 800;
    color: #152b63;
    text-transform: uppercase;
}
.dreamit-slick-slider .hero-text-wrap p {
    animation: 1s 2s fadeInUp both;
    width: 68%;
    padding: 7px 0 8px;
    color: #152b63;
}
/*slick slider style two*/
.single-slick.style-two .hero-text-wrap h4 {
    animation: 0.8s 0.8s fadeInUp both;
    font-size: 16px;
    line-height: 42px;
    text-transform: uppercase;
    color: #fd8f15;
    font-weight: 500;
    font-family: "Inter";
    margin: 0 0 0px 30px;
    position: relative;
    z-index: 1;
}
.single-slick.style-two .hero-text-wrap h4::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: -5px;
    left: -53%;
    background: url(https://wp.ditsolution.net/hendre-multipurpose/wp-content/uploads/2023/08/shap-1.png);
    background-position: center center;
    z-index: -1;
    background-repeat: no-repeat;
}
.single-slick.style-two .hero-text-wrap h1 {
    animation: 1s 1.6s fadeInUp both;
    font-size: 68px;
    line-height: 80px;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    font-weight: 800;
    position: relative;
    z-index: 1;
}
.single-slick.style-two .hero-text-wrap h1 span {
    color: #2AB685;
}
.single-slick.style-two .hero-text-wrap .btn {
    margin-top: 37px;
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
    text-decoration: none;
    background: #FD8F14;
    padding: 17px 39px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}
.single-slick.style-two .hero-text-wrap .btn::before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 32px;
    top: 15px;
    right: 0;
    height: 28px;
    width: 28px;
    line-height: 25px;
    border-radius: 50px;
    background: #020B07;
    transition: .5s;
}
.single-slick.style-two .hero-text-wrap .btn::after {
    border-radius: 30px;
    background: #2AB685;
}
.single-slick.style-two .hero-text-wrap .btn:hover {
    color: #fff;
    border-color: #2AB685;
}
.single-slick.style-two .hero-text-wrap .btn:hover:after{

}
.single-slick.style-two .hero-text-wrap p {
   display: none;
}

/* Line Css */
 .lines {
    padding: 15px 0 40px;
		-webkit-animation: 1s 2s fadeInUp both;
	animation: 1s 2s fadeInUp both;
}
.lines .line {
    position: relative;
    width: 87%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    overflow: hidden;
    z-index: 5;
}
 .lines .line::after {
    content: "";
    display: block;
    position: relative;
    height: 1px;
    width: 35px;
    top: 0;
    left: 0px;
    background-color: #da242b;
    -webkit-animation: moveLeftBounces-two 35s linear infinite;
    animation: moveLeftBounces-two 35s linear infinite;
    overflow: hidden;
}
.lines .line:nth-child(1)::after {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@-webkit-keyframes moveLeftBounces-two {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(585px);
        transform: translateY(585px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes moveLeftBounces-two {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(585px);
        transform: translateX(585px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
/* Slider Button Css */
.dreamit-slick-slider .hero-text-wrap .btn {
    font-size: 15px;
    padding: 17px 41px 17px;
    background: #062462;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    border-radius: 5px 35px 5px 5px;
    position: relative;
    z-index: 1;
    transition: .5s;
    -webkit-animation: 1s 1.8s fadeInUp both;
    animation: 1s 1.8s fadeInUp both;
}
.dreamit-slick-slider .hero-text-wrap .btn:after {
   position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px 35px 5px 5px;
    background: #da242b;
    transform: scale(0);
    transition: .5s;
}
.dreamit-slick-slider .hero-text-wrap .btn i {
    font-size: 9px;
    margin-left: 5px;
    font-weight: 800;
    font-size: 10px;
    width: 26px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    background: #fff;
    color: #062462;
    border-radius: 30px;
    border: 2px solid #062462;
    display: inline-block;
    position: absolute;
    top: 12px;
    right: -10px;
    transition: .5s;
}
.dreamit-slick-slider .hero-text-wrap .btn:hover i {
    background: #DA242B;
    border: 2px solid #fff;
    color: #fff;
}
.dreamit-slick-slider .hero-text-wrap .btn:hover {
    color: #fff;
    border-color: #da242b;
    background: #da242b;
}

.dreamit-slick-slider .hero-text-wrap .btn:hover:after {
    transform: scale(1);
}

/* Slider Call Option Css */

.dreamit-slick-slider .call-button {
    margin-left: 25px;
	-webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
}
.dreamit-slick-slider .call-number span {
    color: #858B97;
}
.dreamit-slick-slider .call-number h3 {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    margin-top: 5px;
}

.dreamit-slick-slider .call-number h3 a {
    color: inherit;
}
.dreamit-slick-slider .call-icon i {
    width: 60px;
    height: 60px;
    display: inline-block;
    color: #da242b;
    TEXT-ALIGN: CENTER;
    border: 2px solid #da242b;
    border-radius: 100%;
    font-size: 28px;
    line-height: 56px;
    margin-right: 10px;
}


/* Slider Right Image Option */

.dreamit-slick-slider .slider-video-icon span{
    margin-left: 22px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.dreamit-slick-slider .slider-single-image {
    position: absolute;
    right: 0;
    animation: 0.6s 0.6s fadeInUp both;
    text-align: right;
    right: 11%;
    bottom: 8px;
}
.dreamit-slick-slider .slider-single-image img {
    display: block;
}
.dreamit-slick-slider .single-slick.two .slider-single-image {
    right: 62px;
    bottom: 56px;
}
.dreamit-slick-slider .single-slick.two .slider-single-image img {
	display: block;
    width: 86%;
}
.dreamit-slick-slider .slider-video-icon {
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    position: absolute;
    left: 45%;
    top: 45%;
    text-align: center;
}
.dreamit-slick-slider .slider-video-icon a {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    color: #da242b;
    background: #fff;
    display: inline-block;
    font-size: 26px;
	position:relative; 
	z-index:1;
}
.dreamit-slick-slider .slider-video-icon a:after {
    position: absolute;
    left: -10px;
    top: -10px;
    width: 100px;
    height: 100px;
    border: 3px dashed #fff;
    z-index: -1;
    content: "";
    border-radius: 100%;
	-webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.dreamit-slick-slider .text-center .hero-text-wrap p {
    font-size: 18px;
    margin: 16px auto 48px;
    text-align: center;
}

/* 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;
}
.slick-prev {
    background-color: rgba(0,0,0,0.40);
    border-radius: 100%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    height: 60px;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    width: 60px;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 60px;
    color: #fff;
    border: 0;
}
.slick-next {
    background-color: rgba(0,0,0,0.40)!important;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1)!important;
    height: 60px!important;
    top: 50%;
    width: 60px!important;
    line-height: 60px!important;
    color: #fff;
    border: 0;
}
 .slick-next:hover{
    background-color: #da242b!important;
    color: #FFF;
}
.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: #da242b;
	color: #FFF;
	border: 0;
	outline:0;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	color: #fff;
}
.rotateme {
	position: absolute;
	z-index: -1;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
/*slick slider style three*/
.dreamit-slick-slider .single-slick.style_three{
    min-height:800px!important;
}
.dreamit-slick-slider .single-slick.style_three .hero-text{
    padding: 0;
}
.dreamit-slick-slider .single-slick.style_three .hero-text:before{
    display: none;
}
.dreamit-slick-slider .single-slick.style_three .hero-text-wrap h4 {
    padding: 0 0 19px;
}
.dreamit-slick-slider .single-slick.style_three .hero-text-wrap h1 {
    -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInUp both;
    color: #fff;
    font-size: 56px;
    line-height: 68px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Inter";
    padding-left: 33px;
    text-transform: capitalize;
}
.dreamit-slick-slider .single-slick.style_three .hero-text-wrap h1:before {
    position: absolute;
    content: "";
    top: 13px;
    left: 0;
    height: 110px;
    width: 6px;
    background: #da242b;
}
.dreamit-slick-slider .single-slick.style_three .hero-text-wrap p {
    animation: 1s 2s fadeInUp both;
    width: 68%;
    padding: 26px 0 14px;
    color: #fff;
    line-height: 28px;
}
.dreamit-slick-slider .single-slick.style_three .slider-video-icon {
    position: inherit;
}
.dreamit-slick-slider .single-slick.style_three .hero-text-wrap .btn {
    background: #da242b;
    border-radius: 5px;
    margin-right: 30px;
    margin-left: 0;
    margin-top: 0;
}
.dreamit-slick-slider .single-slick.style_three .slider-video-icon a {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 17px;
}
.dreamit-slick-slider .single-slick.style_three .hero-text-wrap .btn:after {
    background: #fff;
    transform: scale(0);
    transition: .5s;
    border-radius:5px;
}
.dreamit-slick-slider .single-slick.style_three .hero-text-wrap .btn:hover:after {
    transform: scale(1);
}
.dreamit-slick-slider .single-slick.style_three .hero-text-wrap .btn:hover{
    color:#da242b;
    border-color:#da242b;
}
.dreamit-slick-slider .single-slick.style_three .slider-video-icon a:after {
   display:none;
}
.dreamit-slick-slider .single-slick.style_three .slider-video-icon .video_title {
    position: inherit;
    display: inline-block;
    transform: inherit;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid#fff;
    margin-left: 11px;
}
.dreamit-slick-slider .single-slick.style_three .slider-single-image {
    right: 10%;
    bottom: 0;
    z-index: 1;
}
.dreamit-slick-slider .single-slick.style_three .slider_shape_three {
    position: absolute;
    right: 11%;
    top: 5%;
    animation: 0.9s 0.9s fadeInUp both;
}
.dreamit-slick-slider .single-slick.style_three .slider_shape_four {
    top: 0;
    position: absolute;
    left: 0;
    z-index: -1;
}

/*
==============
Section Title
==============
*/

.section-title{
    position: relative;
}
.section-title .subtitle {
    display: inline-block;
    font-size: 16px;
    color: #da242b;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 21px;
}
.section-title .title {
    font-size: 40px;
    margin: 0 0 0;
}
.section-title .title span {
    color: #da242b;
}
.section-title .description {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
}
.opacity-low{
    opacity: 70%;
}
.section-title h2 {
    font-size: 40px;
}
/*section title two*/
.section-title.style2 .subtitle {
    position: relative;
    display: inline-block;
    color: #FF8E16;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 15px;
    font-size: 16px;
    left: 0;
}
.section-title.style2 .title {
    font-size: 40px;
    color: #131E18;
}
.section-title.style2 .title span {
    color: #FD8F15;
}
.section-title.style2 .description {
    font-size: 16px;
    line-height: 28px;
    color: #2ab685;
    font-weight: 600;
    font-family: "Inter";
    margin: 19px 0 19px 50px;
    position: relative;
    z-index: 1;
}
.section-title.style2 .description::before {
    position: absolute;
    content: "";
    top: 15px;
    left: -49px;
    height: 2px;
    width: 40px;
    background: #39BB8E;
}
/*style three*/
.section-title.style3 .subtitle {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    color: #da242b;
    margin: 0 0 16px;
    position: relative;
    margin-left: 0px;
    display: block;
}
.section-title.style3 .title span {
    color: #2f6eff;
}
.section-title.style3 .subtitle::before {
    position: absolute;
    content: "";
    left: 0;
    top: 9px;
    background: rgba(20,24,64,0.10196078431372549);
    height: 1px;
    width: 44%;
}
.section-title.style3 .subtitle::after {
    position: absolute;
    content: "";
    right: 0;
    top: 9px;
    background: rgba(20,24,64,0.10196078431372549);
    height: 1px;
    width: 44%;
}
.section-title.style3 .section-title.left .subtitle::before {
    display: none;
}
.section-title.style3 .section-title.left .subtitle::after {
    display: none;
}
.section-title-three .section-title.style3 .subtitle::before{
    background: #F1F1F1;
    opacity: 0.2;
}
.section-title-three .section-title.style3 .subtitle::after{
    background: #F1F1F1;
    opacity: 0.2;
}
/*section title*/
.about_page .section-title.style3 .title span{
    color:#D9242B;
}


/*
============
Feature Box
============
*/

.feature-box.style1{
	position: relative;
}
.feature-box.style1 {
    text-align: left;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: #F6F6F6;
    padding: 44px 23px 44px 32px;
    border-radius: 0 10px 10px 0;
    width: 63%;
    border-left: 5px solid #29B584;
}
.feature-box.style1 .feature-box-title h3 {
	font-size: 22px;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0;
	-webkit-transition:.5s;
	-o-transition:.5s;
	transition:.5s;
}
.feature-box.style1 .feature-box-title h2 {
    -o-transition: .5s;
    transition: .5s;
    margin: 15px 0 15px;
    font-size: 20px;
    line-height: 32px;
    color: #121d17;
    font-weight: 600;
    margin: 0 0 10px;
}
.feature-box.style1 .feature-box-desc {
    font-weight: 300;
    margin-bottom: 0;
    transition: .5s;
}
.feature-box.style1 .feature-box-icon {
    display: none;
}
.feature-box.style1 .feature-box-icon i {
    display: inline-block;
    color: #fff;
    font-size: 36px;
    height: 86px;
    width: 86px;
    line-height: 80px;
    text-align: center;
    background: linear-gradient(0deg, rgba(115,71,242,1) 0%, rgba(238,83,248,1) 100%);;
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 0px 10px 16px 0px rgba(145, 78, 255, 0.3);
    transition: 0.5s;
}

/* Style Two */

.feature-box.style2 {
    text-align: center;
    z-index: 99;
    padding: 38px 30px 18px;
    border: 1px solid #ebebfd;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.feature-box.style2:hover{
    border: 1px solid transparent;
    box-shadow: 12px 13px 90px 0px rgba(0, 204, 153, 0.07);
}
.feature-box.style2 .feature-box-title h3 {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
    -webkit-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
}
.feature-box.style2 .feature-box-title h2 {
    font-size: 22px;
    font-weight: 600;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin: 15px 0 15px;
}
.feature-box.style2 .feature-box-desc {
    margin-bottom: 20px;
    transition: 0.5s;
}
.feature-box.style2 .feature-box-icon{
    display:inline-block;
    position:relative;
    margin-bottom: 17px;
}
.feature-box.style2 .feature-box-icon i {
    display: inline-block;
    color: rgba(119, 122, 242, 1);
    font-size: 36px;
    height: 86px;
    width: 86px;
    line-height: 80px;
    text-align: center;
    background: rgba(119, 122, 242, 0.15);
    border-radius: 33% 66% 70% 30%/49% 62% 38% 51%;
    transition: 0.5s;
}

/*style 10*/

.feature-box.style-ten {
    background: #d9232b;
    text-align: center;
    padding: 31px 0 10px;
    height: 170px;
    width: 160px;
    border-radius: 5px;
}
.feature-box.style-ten .feature-box-title h2 {
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-family: "Inter";
    text-align: center;
    margin: 10px 0 0;
}




/*
===================
 Dream-IT Button
===================
*/
.dreamit-button .button {
    font-size: 15px;
    padding: 15px 32px;
    background: #152b63;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    border-radius: 5px 30px 30px 30px;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.dreamit-button .button:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px 30px 30px 30px;
    background: #cd0d14;
    transform: scale(0);
    transition: .5s;
}
.dreamit-button .button i {
    color: #fff;
    display: inline-block;
    margin-left: 6px;
    font-weight: 800;
    font-size: 11px;
}
.dreamit-button .button:hover {
    color: #fff;
}
.dreamit-button .button:hover:before {
    transform: scale(1);
}

/*style three*/
.dreamit-button.style3 .dreamit-button a {
    padding: 6px 25px;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #da242b;
     
    color: #fff;
    background: #da242b;
    border-radius: 30px;
    display: inline-block;
    margin-left: 15px;
    position: relative;
    z-index: 1;
}
.dreamit-button.style3 .dreamit-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    background: #10102E;
    transform: scale(0);
    transition: .5s;
}
.dreamit-button.style3 .dreamit-button a:hover:before{
    transform: scale(1);
}
/*style four*/
.dreamit-button.style4 .button {
    display: inline-block;
    text-decoration: none;
    background: #fff;
    border-radius: 30px;
    padding: 10px 9px 10px 20px;
    position: relative;
    z-index: 1;
    color: #333;
    font-weight: 400;
}
.dreamit-button.style4 .button span {
    background: #FD8F14;
    padding: 6px 13px;
    border-radius: 30px;
    color: #fff;
    margin-left: 16px;
}
.dreamit-button.style4 .button:before {
    border-radius: 30px;
    background: #2AB685;
    transform: scale(0);
    transition: .5s;
}
.dreamit-button.style4:hover .button:before{
   transform: scale(1); 
}
.dreamit-button.style4:hover .button{
    color: #fff;
}
/*style five*/
.dreamit-button.style5 .button {
    padding: 15px 32px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border: 3px solid #fff;
    padding: 13px 35px;
    border-radius: 30px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    transition: .5s;
    background: transparent;
}
.dreamit-button.style5 .button::after {
    position: absolute;
    content: "";
    top: 14px;
    left: 28px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background: #FD8F14;
    z-index: -1;
}
.dreamit-button.style5 .button:before {
    border-radius: 30px;
    background: #FD8F14;
    transform: scale(0);
    transition: .5s;
}
.dreamit-button.style5:hover .button:before{
   transform: scale(1); 
}
.dreamit-button.style5:hover .button:before{
   transform: scale(1); 
}
.dreamit-button.style5:hover .button{
    background: #FD8F14;
    color: #333;
    border: 3px solid #FD8F14;
}
/*button style 6*/
.dreamit-button.style6 .button {
    display: inline-block;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    font-family: 'Poppins';
    background: #306EFF;
    text-decoration: none;
    color: #fff;
    padding: 15px 41px;
    border-radius: 30px;
    position: relative;
    transition: .5s;
    z-index: 1;
    overflow: hidden;
}
.dreamit-button.style6 .button:before {
    border-radius: 30px;
     background: #FFC703;
}
.dreamit-button.style6 .button:hover:before {
   transform: scale(1);
}
/*style 11*/

.dreamit-button.style11 .dreamit-button .button {;
    padding: 15px 32px;
    border-radius: 5px;
}
.dreamit-button.style11 .dreamit-button a i {
    display: inline-block;
    margin-right: 9px;
    font-size: 16px!important;
}
.dreamit-button.style11 .button:before {
    border-radius: 5px;
}


/*
============
Service Box
============
*/
/*service box*/
.service-box.style1 {
    padding: 0;
    position: relative;
    z-index: 1;
}
.service-box.style1 .content {
    padding: 44px 25px 35px 35px;
    background: #fff;
    margin-right: 15px;
    border-radius: 0 0 5px 5px;
    position: relative;
    z-index: 1;
    transition: .5s;
    box-shadow: 0 2px 16px 0px rgb(0 0 0 / 10%);
}
.service-box.style1 .content:before {
    position: absolute;
    content: "";
    top: 0;
    right: -15px;
    width: 15px;
    height: 90%;
    background: #da242b;
    border-radius: 0 0 5px 0px;
    transition: .5s;
    z-index: -1;
}
.service-box.style1:hover .content {
    margin-right: 0;
}
.service-box.style1:hover .content:before {
    width: 100%;
    height: 100%;
    right: 0;
    border-radius: 0 0 5px 5px;
}
.service-box.style1 .service_img {
    line-height: 0;
    position: relative;
}
.service-box.style1 .service_img:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-image: linear-gradient(10deg, #062462 0%, #062462 100%);
    opacity: 0;
    transition: .5s;
    border-radius: 5px 5px 0 0;
}
.service-box.style1:hover .service_img:before {
    opacity: .45;
    left: 0;
    width: 100%;
}
.service-box.style1 .service_img img {
    width: 100%;
}
.service-box.style1 .title {
    font-size: 22px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    transition: .5s;
    margin: 0 0 13px;
}
.service-box.style1 .icon {
    position: absolute;
    z-index: 55;
    top: -77px;
    left: 35px;
}
.service-box .icon img {
    transition: .5s;
}
p.description {
    transition: .5s;
}
.service-box:hover .title,
.service-box:hover .content p {
    color: #fff;
}
.service-box:hover .icon img {
    filter: hue-rotate(203deg);
}

/*Service box button*/
.service-btn a {
    font-size: 15px;
    padding: 7px 0px 7px 30px;
    background: #062462;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    border-radius: 2px 25px 2px 2px;
    position: relative;
    z-index: 1;
    transition: .5s;
    margin-top: 8px;
}
.service-btn a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 2px 25px 2px 2px;
    background: #fff;
    transform: scale(0);
    transition: .5s;
}
.service-box:hover .service-btn a:before {
    transform: scale(1);
}
.service-box:hover .service-btn a {
    color:#DA242B;
}
.service-box:hover .service-btn a i {
    color: #062462;
}


/*service style two*/
.service-box.style2 {
    padding: 47px 22px 13px;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.9019607843137255);
    filter: drop-shadow(0px 10px 30px rgba(116, 100, 95, 0.2));
    text-align: center;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
}
.style_two .service-box.style2 {
    clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 0% 100%);
}
.style_three .service-box.style2 {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 90%);
    padding: 47px 22px 25px;
}
.style_four .service-box.style2 {
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
    padding: 47px 22px 25px;
}
.service-box.style2 .service-number {
    text-align: center;
    margin: auto;
    display: inline-block;
    margin-bottom: 61px;
}
.service-box.style2 span.service-box-number {
    font-size: 24px;
    font-weight: 500;
     
    line-height: 26px;
    color: #fff;
    position: relative;
    z-index: 22;
    opacity: 1;
}
.service-box.style2 span.service-box-number:before {
    position: absolute;
    content: "";
    left: -24px;
    top: -15px;
    width: 60px;
    height: 55px;
    background: url(../images/process-i1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    transition: .5s;
}
.service-box.style2 span.service-box-number:after{
    position: absolute;
    content: "";
    left: -24px;
    top: -15px;
    width: 60px;
    height: 55px;
    background: url(../images/process-i2.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    transition: .5s;
    opacity: 0;
}
.service-box.style2 .service-box-title h3 {
    font-size: 22px;
    color: #232323;
    font-weight: 600;
    font-family: "Fira Sans";
    transition: .5s;
    margin-top: 0;
    margin-bottom: 8px;
}

.service-box.style2 .service-box-content p{
    transition: .5s;
}
.service-box.style2 .service-box-title h3 span ,
.service-box.style2 .service-box-title h2 span {
    color: #f83d04;
}
/*all hover*/
.service-box.style2:hover .service-box-title h3,
.service-box.style2:hover .service-box-content p{
    color: #fff;
}
.service-box.style2:hover span.service-box-number:before{
    opacity: 0;
}
.service-box.style2:hover span.service-box-number:after{
    opacity: 1;
}
/*start service section*/
.service_box.style1 {
    padding: 45px 19px 49px 40px;
    border: 0;
    text-align: left;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    overflow: hidden;
    border-top: 5px solid #FF3D00;
    transition: .5s;
    background: #fff;
    box-shadow: 0px 5px 30px 0px rgb(137 139 143 / 10%);
}
.service_box.style1:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    background: url(https://wp.ditsolution.net/hendre-multipurpose/wp-content/uploads/2023/05/box-bg2.png);
    transition: all 400ms linear;
    opacity: 0;
    z-index: -1;
}
.service_top{
    transition: all 400ms linear;
}
.service_box.style1 .icon {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-bottom: 17px;
}
.service_box.style1 .icon:after {
    position: absolute;
    content: "";
    top: 10px;
    left: 14px;
    height: 74px;
    width: 74px;
    background: #f5f5f5;
    border-radius: 100%;
    z-index: -1;
}
.service_box.style1 .service_content h3 {
    margin: 11px 0 14px 0;
    font-size: 24px;
    font-weight: 600;
}
.service_box.style1 .service_bar {
    background: #da242b;
    height: 3px;
    width: 64px;
    position: relative;
    border-radius: 30px;
    margin-top: 34px;
}
.service_box.style1 .service_bar:before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0;
    height: 3px;
    width: 10px;
    border-radius: 50%;
    background: #fff;
    border-radius: 10%;
    -webkit-animation: MOVIE-BG 4s linear infinite alternate;
    animation: MOVIE-BG 4s linear infinite alternate;
}

/*back part*/
.service_box.style1 .service_back {
    position: absolute;
    top: 0;
    left: 0;
    height: 44%;
    width: 100%;
    text-align: left;
    background: #131323ed;
    padding: 32px 20px 0 46px;
    transform: perspective(500px)rotateX(-90deg);
    opacity: 1;
    transform-origin: 50% 0%;
   transition: all 400ms linear;
}
.service_box.style1 .service_back .description {
    color: #da242b;
    font-size: 16px;
    font-weight: 500;
     
    margin: 0 0 0;
    position: relative;
    left: 40px;
}
.service_box.style1 .service_back .description:before {
    position: absolute;
    content: "";
    top: 10px;
    left: -40px;
    height: 2px;
    width: 35px;
    background: #da242b;
}
.service_box.style1 .service_back .title {
    margin: 7px 0 14px 0;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}
.service_box.style1 .service_number {
    display: inline-block;
    text-align: center;
    position: absolute;
    right: 0;
    top: 74px;
    margin: auto;
    height: 58px;
    width: 58px;
    background: #da242b;
    line-height: 58px;
    border-radius: 100%;
    left: 0;
    bottom: -73px;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}
/*hover*/
.service_box.style1:hover:before {
    width: 100%;
    height: 100%;
    opacity: 1;
}
.service_box.style1:hover .service_top{
    opacity: 0;
}
.service_box.style1:hover .service_back {
    transform: perspective(500px)rotateX(0deg);
}

/*keyframes*/
@keyframes MOVIE-BG {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(60px);
        transform: translateX(60px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
/*style three*/
.service-box.style3 {
    border: none;
    border-radius: 3px;
    text-align: left;
    z-index: 1;
    position: relative;
    background: #F6F6F6;
    border-radius: 5px;
    padding: 15px 13px 18px 18px;
    margin: 0;
    transition: 0.5s;
    display: flex;
    align-items: center;
    position:relative;
    z-index:1;
}
.service-box.style3:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:0%;
    height:100%;
    background:#306EFF;
    z-index:-1;
    transition:.5s;
        border-radius: 5px;
    
}
.service-box.style3:hover:before{
    width:100%;
}
.service-box.style3 .icon {
    top: 0;
    width: inherit;
    height: inherit;
    background-color: transparent;
    border: none;
    line-height: 0px;
    margin-right: 15px;
}
.service-box.style3 .title {
    padding: 0;
    font-size: 17px;
    color: #141840;
    font-weight: 600;
    margin: 0;
    transition:.5s;
}
.service-box.style3:hover .title {

    color: #fff;
}
.service-box.style3 .title:before {
    display: none;
}
.service-box.style3 .service-btn a {
    padding: 9px 18px 9px 24px;
    font-size: 15px;
    color: #232323;
    border: none;
    background-color: #f6f5f5;
    margin-top: 8px;
}
.service-box.style3 .service-btn a i {
    font-size: 10px;
    font-weight: 700;
}
.service-box.style3 .service-btn a:before {
    border-radius: 22px;
}
.service-box.style3 .service-box-number {
    position: absolute;
    right: -1px;
    top: 50%;
    opacity: 0.102;
    font-size: 24px;
    line-height: 42px;
    color: #141840;
    font-weight: 700;
    font-family: "Inter";
    transition: 0.5s;
    transform: translate(-50%, -50%);
    left: inherit;
}
.service-box.style3 p.description {
    transition: .5s;
    margin: 0;
    display: none;
}
/*hover*/
.service-box.style3:hover .icon img {
    filter: brightness() invert(0);
}
.service-box.style3:hover .title:before {
    background: #fff;
}
.service-box.style3:hover .service-box-number{
    opacity: 1;
    color: #1550D4;
}
.service-box.style3:hover .service-btn a{
    color: #fff;
}
/*service*/
.service .service-box.style3{
    background: #F5F5F5;
}
.service .service-box.style3 .icon:after {
    top: 12px;
    background: #fff;
}
.service .service-box.style3:hover .icon:after {
    background: #FF784E;
}
.service .service-box.style3 .service-btn a{
    background: #fff;
    color: #232323;
}
.service .service-box.style3:hover .service-btn a{
    color: #fff;
}
.service .service-box.style3 .service-btn a i{
    color: #da242b;
}
/*service style four*/

.service-box.style4 {
    text-align: center;
    background: #121D17;
    padding: 39px 28px 60px;
    border: none;
    margin: 0;
}
.service-two .service-box.style4{
    background: #FD8F14;
}
.service-box.style4 .icon {
    top: 0;
    width: inherit;
    height: inherit;
    line-height: 0;
    border-radius: 0;
    background-color: transparent;
    border: none;
}
.service-box.style4:hover .icon img {
    filter: brightness(1) invert(0);
}
.service-box.style4 .title {
    font-size: 22px;
    padding: 0;
    margin: 0 0 10px;
    margin-top: 0;
    color: #fff;
}
.service-box.style4 .title:before{
    display: none;
}
.service-box.style4 p.description {
    transition: .5s;
    opacity: 0.702;
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    margin: 0;
}
/*service style five*/

.service-box.style5 {
    padding: 15px 15px 0px;
    background-color: transparent;
    border: none;
    text-align: left;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    border-radius: 5px;
}
.service-box.style5 .service_img {
    line-height: 0;
}
.service-box.style5 .service_img img {
    width: 100%;
    height: 292px;
    object-fit: cover;
    border-radius: 10px;
}
.service-box.style5 .content {
    position: relative;
    padding: 0 15px 0;
}
.service-box.style5 .icon {
    border: none;
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 91px;
    text-align: center;
    position: absolute;
    top: -80px;
    z-index: 22;
    background: #cd0d14;
    right: 26px;
    border-radius: 50%;
    transition: .5s;
}
.service-box.style5 .title {
    font-size: 22px;
    line-height: 30px;
    color: #141840;
    font-weight: 600;
    margin: 30px 0 11px;
    padding: 0;
}
.service-box.style5 p.description {
    transition: .5s;
    margin: 0 0 15px;
}
.service-box.style5 .title:before {
   display: none;
}
.service-box.style5 .service-btn a {
    padding: 0;
    font-size: 15px;
    font-family: 'Poppins';
    border-radius: 0;
    background-color: transparent;
    border: none;
    margin-top: 0;
    font-size: 15px;
    transition: .5s;
}
.service-box.style5 .service-btn a i {
    color: #616161;
}
/*.service-box.style5:hover .icon {*/
/*    background: #E1A701;*/
/*}*/
/*.service-box.style5:hover .icon img {*/
/*    filter: brightness() invert(1.5);*/
/*}*/
.service-box.style5 .service-btn a:before{
    display: none;
}
.service-box.style5:hover p.description{
    color:#616161 ;
}
.service-box.style5:hover .service-btn a{
    color:#616161 ;
}
.service-box.style5:hover .service-btn a i{
    color:#616161 ;
}
.service-box.style5 .service-btn a:hover{
    color: #E1A701;
}
.service-box.style5 .service-btn a:hover i{
    color:#E1A701 ;
}
/*style six*/

.service-box.style5.six:hover .icon img {
    filter: brightness() invert(1);
}
.service-box.style5.six .icon {
    height: 0;
    width: inherit;
    line-height: 0;
    position: inherit;
    top: 0;
    background: transparent;
    right: 0;
    border-radius: 0;
    transition: .5s;
}
.service-box.style5.six .title {
    margin: 26px 0 8px;
}

/*service carouse style two*/

.service_item.style_one {
    background: #fff;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    padding: 30px;
    margin: 0 15px;
    overflow: hidden;
}
.service_item.style_one:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 80%;
    width: 83%;
    background: #dfe5f1;
    clip-path: polygon(50% 0%, 0 43%, 0 0);
    transition: .5s;
}
.service_item.style_one:before {
    position: absolute;
    content: "";
    top: 0;
    left: -100px;
    height: 80%;
    width: 83%;
    background: #dfe5f1;
    clip-path: polygon(50% 0%, 0 43%, 0 0);
    transition: .5s;
}
.service_item.style_one:hover:before{
  background: #d9232b;
  left:0px;
}
.service_item.style_one:hover:after{
  left: -170px;
}
.service_item.style_one .service_img {
    position: relative;
    z-index: 22;
}
.service_item.style_one .service_content {
    position: relative;
    padding: 8px 0 0px;
}
.service_item.style_one .icon {
    display: inline-block;
    width: 68px;
    height: 68px;
    border-radius: 5px;
    background-color: #062462;
    text-align: center;
    line-height: 93px;
    position: absolute;
    right: 30px;
    top: -45px;
    transition: .5s;
    z-index: 22;
}
.service_item.style_one:hover .icon{
   background-color: #d9232b;  
}
.service_item.style_one .icon img {
    display: inline-block;
    width: 36px;
    transition: .5s;
}
.service_item.style_one .service_title h2 a {
    font-size: 24px;
    color: #062461;
    font-weight: 600;
    font-family: "Inter";
    margin: 0 0 9px;
    display: inline-block;
}
.service_item.style_one .service_title h2 a:hover{
    color:#d9232b;
}
.service_item.style_one .room-details-button {
    margin-top: 28px;
}
.service_item.style_one .room-details-button a {
    background: #f0f3f9;
    padding: 4px 21px;
    font-size: 15px;
    line-height: 42px;
    color: #062462;
    font-weight: 500;
    display: block;
    transition: .5s;
    border-radius: 5px;
}
.service_item.style_one:hover .room-details-button a{
    background:#052361;
    color:#fff;
}
.service_item.style_one .room-details-button a i {
    margin-right: 8px;
    font-weight: 700;
    transition: .5s;
}
/*nav*/

.service_carousel.style1 .owl-nav {
    display: block;
    position: absolute;
    right: -87px;
    top: 50%;
    transform: translate(-50%, -50%);
}
.service_carousel.style1 button.owl-prev {
    display: block;
    margin: 0 0 19px;
}
.service_carousel.style1 button.owl-prev i,
.service_carousel.style1 button.owl-next i{
    width: 54px;
    height: 54px;
    border-radius: 27px;
    background-color: #ffffff;
    display: block;
    line-height: 54px;
    transition: .5s;
    font-weight:700;
}
.service_carousel.style1 button.owl-prev i:hover,
.service_carousel.style1 button.owl-next i:hover{
   background-color: #052361; 
   color:#fff;
}
.heading.style_2 p a {
    color: #da242b;
    border-bottom: 1px solid#da242b;
}


/*
===============
About Area Css
==============
*/
.lines.about {
    padding: 0px 0 4px;
    animation: inherit;
}
.lines.about .line {
    width: 100%;
}
.dreamit-icon-title h4 {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    padding: 4px 0 10px;
    font-style: italic;
}
.line .lines .line {
    background-color: rgba(35, 35, 35, 0.1);
}
/*about*/
.about .dreamit-icon-title h4 {
    color: #232323;
}

/*style two*/
.dreamit-icon-title-two .dreamit-icon-title h4 {
    font-size: 22px;
    font-weight: 500;
    color: #232323;
    font-style: inherit;
}
.dreamit-icon-title h4 span {
    color: #da242b;
}
.dreamit-custom-title h4 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
}
.dreamit-custom-title h4:before {
    position: absolute;
    content: "";
    left: -40px;
    top: 9px;
    height: 2px;
    width: 393px;
    background-color: rgba(255, 255, 255, 0.14901960784313725);
}
.dreamit-custom-title h4:after {
    position: absolute;
    content: "";
    right: -40px;
    top: 9px;
    height: 2px;
    width: 393px;
    background-color: rgba(255, 255, 255, 0.14901960784313725);
}
/*dreamit custom title two*/
.dreamit-custom-title-two .dreamit-custom-title h4 {
    color: #232323;
}
.dreamit-custom-title-two .dreamit-custom-title h4:before {
    background-color: rgba(35, 35, 35, 0.10196078431372549);
    width: 390px;
}
.dreamit-custom-title-two .dreamit-custom-title h4:after {
    background-color: rgba(35, 35, 35, 0.10196078431372549);
    width: 390px;
}
/*line style two*/
.line-two .lines.about .line {
    width: 100%;
    background-color: #E0E0E0;
}
/*
=============
Icon Box Css
=============
*/
.icon-box.style1{
	display: flex;
    align-items: center;
	padding-bottom: 5px;
}
.icon-box.style1 .icon-box-icon{
	margin-right: 25px;
}
.icon-box.style1 .icon-box-content h2{
	color: var(--title-color);
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 7px 0;
}
.icon-box.style1 .icon-box-content .description p{
    font-size: 14px;
	margin: 0;
}
.icon-box.style1 .icon-box-icon .icon{
    border: 1px dashed var(--title-color);
    border-radius: 50%;
    padding: 12px;
}
.icon-box.style1 .icon-box-icon .icon i {
    display: inline-block;
    font-size: 20px;
    color: var(--title-color);
    height: 58px;
    width: 58px;
    line-height: 58px;
    text-align: center;
    background-color: #f9f9f9;
    border-radius: 50%;
}
/* Style Two */
.icon-box.style-two{
	display: block;
}
/* Style Three */
.icon-box.style3 {
    display: flex;
    align-items: center;
    padding: 0;
    transition: 0.5s;
    margin-bottom: 6px;
}
.icon-box.style3 .icon-box-icon {
    flex-shrink: 0;
    margin-right: 24px;
}
.icon-box.style3 .icon i {
    font-size: 11px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #da242b;
    border-radius: 50%;
    color: #fff;
}
.icon-box.style3 .icon-box-content .title {
    font-size: 20px;
    font-family: var(--title-font);
    margin: 0 0 3px;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
}
.icon-box.style3 .icon-box-content .description {
    color: var(--main-color);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    width: 85%;
}
/*icon box style four*/

.icon-box.style4 {
    background: #F6F6F6;
    padding: 0 17px 0 0;
    margin-top: 0;
    border-radius: 0 10px 10px 0;
    transition: 0.5s;
    display: flex;
    align-items: center;
}
.icon-box.style4 .icon {
    display: inline-block;
    font-size: 36px;
    background: #FD8F14;
    color: #fff;
    height: 80px;
    width: 80px;
    line-height: 81px;
    text-align: center;
    border-radius: 7px 0px 0px 7px;
}
.icon-box.style4 .icon-box-content h4 {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 7px;
    padding: 0 0 0 32px;
    position: relative;
}
.icon-box.style4 .icon-box-content p {
    font-size: 15px;
    margin: 0;
    font-style: italic;
    line-height: 26px;
}
.icon-box.style4 .icon-box-content h4:before {
    display: none;
}
/*style5*/
.icon-box.style5 {
    display: flex;
    background: #ffff;
    padding: 30px 35px 32px;
    border-radius: 5px 5px 60px 5px;
    margin: 0 3px 30px;
    position: relative;
    z-index: 1;
    transition: .5s;
    overflow: hidden;
}
.icon-box.style5:hover {
    border-radius: 5px 5px 60px 60px;
}
.icon-box.style5::before {
	position: absolute;
	z-index: -1;
	content: "";
	bottom: 0;
	width: 100%;
	height: 0;
	right: 0;
	transition: .5s;
	background: url(https://wp.ditsolution.net/hendre-multipurpose/wp-content/uploads/2023/08/contact-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.icon-box.style5:hover:before{
    height: 100%;
}
.icon-box.style5 .icon-box-icon {
    margin-right: 20px;
}
.icon-box.style5 .icon-box-content h4 {
    font-size: 20px;
    padding: 0px 0 8px;
    margin-top: 0;
    transition: .5s;
    font-weight: 500;
}
.icon-box.style5 p.description {
    transition: .5s;
    margin: 0;
    line-height: 24px;
}
.icon-box.style5:hover .icon-box-content h4,
.icon-box.style5:hover p.description{
    color: #fff;
}


/*style six*/
.icon-box.style6 .icon {
    height: 92px;
    width: 92px;
    line-height: 98px;
    background: #fff;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
}
.icon-box.style6 .icon-box-icon{
    display: inline-block;
    margin-right: 125px;
    border: 2px dashed #ffffff;
    border-radius: 50%;
    padding: 8px;
}
.icon-box.style6 .icon i {
    font-size: 45px;
    color: #da242b;
    transition: 0.5s;
    animation: 1s ease-in-out 0s normal none infinite running kmacb-circle-img-anim;
    display: inline-block;
    font-size: 27px
}
/*style seven*/
.icon-box.style7 {
    padding: 30px 0;
    position: relative;
    z-index: 1;
}
.icon-box.style7::before {
    position: absolute;
    content: "";
    top: -15px;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    background: url(https://wp.ditsolution.net/hendre-multipurpose/wp-content/uploads/2023/08/fea-cir.png);
    background-position: center center;
    z-index: -1;
    background-repeat: no-repeat;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    opacity: 0;
    transition: 0.5s;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}
.icon-box.style7:hover::before {
    opacity: 1;
}
.icon-box.style7 .icon_box {
    padding: 35px 31px 38px;
    background: #fff;
    border-radius: 8px;
    transition: 0.5s;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}
.icon-box.style7 .icon_box:before {
    position: absolute;
    content: "";
    right: 10px;
    top: 50%;
    transform: translate(-50%,-50%);
    height: 66px;
    width: 19px;
    background-repeat: no-repeat;
    background-position: center center;
    background: url(https://wp.ditsolution.net/hendre-multipurpose/wp-content/uploads/2023/08/feature.png);
    background-size: cover;
    transition: .5s;
}
.icon-box.style7:hover .icon_box {
    background: #052361;
}
.icon-box.style7 .icon_box .img-icon {
    display: inline-block;
    background: #29B585;
    height: 70px;
    width: 70px;
    line-height: 96px;
    text-align: center;
    border-radius: 50%;
    margin-right: 20px;
}
.icon-box.style7 .icon {
    display: inline-block;
    margin-right: 22px;
}
.icon-box.style7 .icon i {
    display: inline-block;
    height: 62px;
    width: 62px;
    line-height: 62px;
    text-align: center;
    background: #fff;
    background: rgb(255,255,255,0.2);
    color: #fff;
    border-radius: 5px;
    font-size: 27px;
    transition: .5s;
}
.icon-box.style7 .icon-box-content .title {
    font-size: 24px;
    line-height: 35px;
    color: #121d17;
    font-weight: 600;
    margin: 0;
    transition: 0.5s;
}
.icon-box.style7 .icon-box-content .description {
    margin: 0;
    font-size: 16px;
    line-height: 28px;
    color: #616161;
    font-weight: 400;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    margin-left: 0px;
}
.icon-box.style7:hover .icon-box-content .title,
.icon-box.style7:hover .icon-box-content .description{
    color: #fff;
} 
.icon-box.style7:hover  .icon_box .img-icon {
    background: #FC9012;
}
/*icon_active*/
.icon_active .icon-box.style7:before{
    opacity: 1;
}
.icon_active .icon-box.style7 .icon_box {
    background: #052361;
}
.icon_active .icon-box.style7:hover .icon_box .img-icon{
    background: #FC9012;
}
.icon_active .icon-box.style7 .icon-box-content .title,
.icon_active .icon-box.style7 .icon-box-content .description{
    color: #fff;
}
/*hover*/
.icon-box.style7:hover .icon i{
    background: #da242b;
}
.about_service.solar .icon-box.style7 .icon_box:before {
    background: url(https://wp.ditsolution.net/hendre-multipurpose/wp-content/uploads/2023/10/cntr-shap.png);
    background-size: cover;
    transition: .5s;
}
.about_service.solar .icon-box.style7 .icon_box .img-icon {
    display: inline-block;
    background: #D9232B;
}
.about_service.solar .icon-box.style7 .icon-box-content .description::before {
    background: #D9232B;
}
.about_service.solar .icon-box.style7:hover .icon-box-content .description::before{
    background:#fff;
}

/*icon bos style eight*/
.icon-box.style8 {
    background: transparent;
    padding: 0;
    border-radius: 0;
    display: flex;
    align-items: center;
}
.icon-box.style8 .img-icon {
    display: inline-block;
    height: 70px;
    width: 70px;
    border-radius: 5px;
    background: #fff;
    line-height: 98px;
    text-align: center;
    margin-right: 23px;
}
.icon-box.style8 .icon-box-icon {
    display: inline-block;
    font-size: 36px;
    background: #2AB685;
    color: #fff;
    height: 110px;
    width: 110px;
    line-height: 110px;
    text-align: center;
}
.icon-box.style8 .icon-box-content h4 {
    font-size: 22px;
    line-height: 50px;
    color: #121d17;
    font-weight: 600;
    position: relative;
    margin: 0 0 0;
    padding-left: 189px;
}
.icon-box.style8 .icon-box-content h4::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 50px;
    background: #FD8F14;
    top: 25px;
    left: 110px;
}
.icon-box.style8 p.description {
    transition: .5s;
    margin: 0;
}
/*style nine*/
.icon-box.style9 p.description {
    margin: 0;
}
/*style ten*/
.icon-box.style10 {
    border-radius: 50px;
    background: #2F6EFF;
    padding: 12px 0 12px 14px;
    display: flex;
    align-items: center;
    transition: .5s;
}
.icon-box.style10:hover{
    background:#FFC703;
}
.icon-box.style10 .img-icon {
    display: inline-block;
    text-align: center;
    margin-right: 13px;
    position: relative;
    top:4px;
}
.icon-box.style10 .icon-box-content .title {
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    font-family: "Inter";
    margin: 0;
    color: #fff;
}
.icon-box.style10 p.description {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    transition: 0.5s;
}
/*style 11*/
.icon-box.style11 {
    display: flex;
    align-items: center;
}
.icon-box.style11 .icon-box-icon .icon {
    height: 71px;
    width: 71px;
    line-height: 71px;
    background: #fff;
    border-radius: 100%;
    text-align: center;
}
.icon-box.style11 .icon-box-icon {
    margin-right: 25px;
}
.icon-box.style11 .icon-box-icon .icon i {
    font-size: 33px;
    color: #da242b;
    display: inline-block;
}
.icon-box.style11 p.description {
    transition: .5s;
    margin: 0 0 5px;
}
.about_service .icon-box.style7::before {
    display: none;
}
/*style 12*/
.icon-box.style12 {
    display: flex;
    border-bottom: 1px solid rgba(255,255,255,0.12156862745098039);
    padding: 0 0 12px;
    margin-bottom: 0;
}
.last_child .icon-box.style12:last-child{
    border-bottom:none;
    padding-bottom: 6px;
}
.icon-box.style12 .icon {
    margin-right: 20px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    background-color: #cd0d14;
    text-align: center;
    border-radius: 0 50px 50px 50px;
    display: inline-block;
    transition: .5s;
}
.icon-box.style12 .icon i {
    color: #fff;
    font-size: 22px;
    transition: .5s;
}
.icon-box.style12 .icon-box-content .title {
    font-weight: 600;
    font-size: 17px;
    color: #fff;
    margin: 0 0 0;
}
.icon-box.style12 .icon-box-content .description {
    font-size: 14px;
    line-height: 23px;
    color: #fff;
    opacity: .702;
    font-weight: 400;
    font-family: 'Poppins';
    margin-top: 5px;
}
.icon-box.style12:hover .icon {
    background: #cd0d14;
}
/*style 18*/
.icon-box.style18 {
    display: flex;
    align-items: center;
}
.icon-box.style18 .img-icon {
    width: 80px;
    height: 80px;
    border-radius: 5px;
    background-color: rgba(8,49,132,0.10196078431372549);
    text-align: center;
    line-height: 111px;
    display: inline-block;
    margin-right: 27px;
}
.icon-box.style18 .title h4 {
    font-size: 22px;
    line-height: 28px;
    color: #062461;
    font-weight: 600;
    font-family: "Inter";
    margin: 0 0 4px;
}
.icon-box.style18 .description p {
    margin: 0;
    width: 85%;
}
/*style 19*/
.icon-box.style19 {
    display: flex;
    align-items: center;
}
.icon-box.style19 .img-icon {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #da242b;
    text-align: center;
    line-height: 20px;
    margin-right: 10px;
}
.icon-box.style19 .title h4 {
    font-size: 16px;
    color: #062461;
    font-weight: 400;
    margin: 0;
}
.icon-box.style19 .description p {
    margin: 0;
}

/*style 20*/
.icon-box.style20 {
    display: flex;
    align-items: center;
}
.icon-box.style20 .img-icon {
    width: 70px;
    height: 70px;
    border-radius: 5px;
    background-color: #062462;
    text-align: center;
    line-height: 100px;
}
.icon-box.style20 .description p {
    margin: 0;
}

/*animation*/

@keyframes kmacb-circle-img-anim {
0% {
    transform: rotate(0deg) scale(1) skew(1deg);
}
10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
}
20% {
    transform: rotate(25deg) scale(1) skew(1deg);
}
30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
}
40% {
    transform: rotate(25deg) scale(1) skew(1deg);
}
50% {
    transform: rotate(0deg) scale(1) skew(1deg);
}
100% {
    transform: rotate(0deg) scale(1) skew(1deg);
}
}

/* 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: 89px!important;
    height: 89px!important;
    line-height: 150px;
    margin: 0;
    box-shadow: none;
    display: inline-block;
    position: relative;
    background: transparent!important;
}
.progress:after {
    content: "";
    width: 90%;
    height: 90%;
    border-radius: 50%;
    border: 6px 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: 90%;
    height: 90%;
    background: none;
    border-width: 6px;
    border-style: solid;
    position: absolute;
    top: 0;
    border-color: #FF3D00;
}
.progress .progress-left .progress-bar {
    left: 91%;
    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: -96%;
    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: 400;
    color: #232323;
}

.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);
  }
}

/*
================
Counter Area Css
================
*/
.counter-content.counter {
    display: flex;
    /* align-items: center; */
}
.single-counter .icon {
    margin-bottom: 0;
}
.counter_number {
    font-size: 22px;
    background: #2AB685;
    padding: 20px 13px;
    border-radius: 10px;
    color: #fff;
    margin: 0;
    display: inline-block;
    margin-right: 18px;
}


.single-counter .icon i {
    font-size: 50px;
    color: #da242b;
}
.counter-content span {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    display: inline-block;
}
.counter-content .suffix {
    color: #fff;
}
.counter-content h6 {
    font-size: 16px;
    line-height: 26px;
    color: #121d17;
    font-weight: 500;
    font-family: "Inter";
    margin: 0;
}

/*counter section style two*/

.single-counter.style_two .counter-content span {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 14px;
}
.single-counter.style_two .counter-content .suffix {
    color: #da242b;
    font-family: 'Fira sans';
}
.single-counter.style_two .counter-content h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'poppins';
}
/*counter three*/
.single-counter.style_three {
    display: flex;
    align-items: center;
}
.single-counter.style_three .icon {
    margin-right: 18px;
}
.single-counter.style_three .counter-content.counter {
    display: block;
}
.single-counter.style_three .counter-content span {
    display: inline-block;
    font-size: 24px;
    line-height: 28px;
    color: #141840;
    font-weight: 700;
    font-family: "Inter";
}
.single-counter.style_three .counter-content .suffix {
    color: #141840;
}

.single-counter.style_four .counter-content.counter {
    display: inherit;
    margin-top: 32px;
}
.single-counter.style_four .counter-content h6 {
    font-size: 18px;
    color:#fff;
}
.single-counter.style_four .counter-content span {
    font-size: 40px;
}
/*counter five*/


.single-counter.style_five .counter-content.counter {
    background: #cd0d14;
    padding: 12px 7px 12px 30px;
    border-radius: 5px 30px 0px 0px;
    height: 74px;
    width: 232px;
    align-items: center;
}
.single-counter.style_five .counter-content h6 {
    font-size: 15px;
    line-height: 26px;
    display: inline-block;
    color: #fff;
    position:relative;
}
.single-counter.style_five .counter-content h6:before {
    position: absolute;
    content: "";
    left: -16px;
    top: 0;
    width: 2px;
    height: 22px;
    background-color: rgba(255,255,255,0.30196078431372547);
    z-index: 1;
}
.single-counter.style_five .counter-content span {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    padding-right: 12px;
}

/*style seven*/

.single-counter.style_seven {
    display: flex;
    align-items: center;
}
.single-counter.style_seven .counter-content.counter {
    display: block;
}
.single-counter.style_seven .icon {
    margin-bottom: 0;
    height: 82px;
    width: 82px;
    line-height: 115px;
    background: #062462;
    border-radius: 5px;
    text-align: center;
    margin-right: 26px;
    transition: .5s;
}
.single-counter.style_seven:hover .icon{
    background:#d9232b;
}
.single-counter.style_seven .counter-content span {
    font-size: 40px;
    font-weight: 600;
    color: #062462;
    margin: 0 0 15px;
}
.single-counter.style_seven .counter-content .suffix {
    color: #062462;
}
.single-counter.style_seven .counter-content h6 {
    font-size: 16px;
    color: #062462;
}
/*style eight*/
.single-counter.style_eight .counter-content.counter {
    display: block;
    float: left;
    margin-right: 24px;
    margin-top: 15px;
}
.single-counter.style_eight .counter-content span {
    font-size: 90px;
    font-weight: 800;
    font-family: "Inter";
}
.single-counter.style_eight .counter-content .suffix {
    font-size: 60px!important;
    top: -28px;
    position: relative;
}
.single-counter.style_eight .counter-content h6 {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    margin: 0;
    opacity: 0.6;
    margin-top: 8px;
}
.single-counter.style_eight .inner_content {
    overflow: hidden;
    padding-left: 25px;
    border-left: 3px solid #da242b;
}
.single-counter.style_eight .inner_content p {
    color: #fff;
    opacity: 0.6;
    font-size: 15px;
    margin: 3px 0 6px;
}


th.gyan-table-thead-icon-left {
    padding: 14px;
    background: #da242b;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
tr.elementor-repeater-item-4dae089 {
    background: #ddd;
}
th.elementor-repeater-item-a7c4510 {
    padding: 15px 20px;
}
/*service table*/

.single_service_box {
    overflow: hidden;
    position: relative;
    padding-bottom: 70px;
}

.single_service_box .service_imge {
    position: relative;
    z-index: 2;
}
.single_service_box .service_imge:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 90px;
    height: 90px;
    background-color: #cd0d14;
    transition: .5s;
}
.single_service_box:hover .service_imge:before{
    background-color: #152B63; 
}
.single_service_box:hover .service_box_img{
  background-color: #CD0D14;  
}
.single_service_box .service_imge img{
    width: 100%;
}
.single_service_box .service_box_img {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
    width: 92px;
    height: 92px;
    line-height: 106px;
    text-align: center;
    background-color: #162B64;
    display: inline-block;
    border-radius: 0 50px 50px 50px;
    transition: .5s;
}
.single_service_box .service_box_img img {
    width: 42%;
}
.single_service_box .service_body {
    /* display: inline-block; */
    padding: 39px 30px 6px;
    background: #f5f8fe;
    margin-right: 72px;
    /* margin-top: -42px; */
    border-radius: 0 0 61px 5px;
    position: absolute;
    z-index: 22;
    transition: .5s;
    width: 81%;
    height: 16%;
    /* overflow: hidden; */
    bottom: 35px;
}
.single_service_box .service_body:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(https://wp.ditsolution.net/hendre-multipurpose/wp-content/uploads/2023/08/srv-cnt-bg.png);
    background-repeat: no-repeat;
    border-radius: 0 0 5px 0px;
    transition: .5s;
    z-index: -1;
    opacity: 0;
    transition: .5s;
}
.single_service_box:hover .service_body:before {
    opacity: 1;
}
.single_service_box:hover .service_body {
    bottom: 38px;
    height: 39%;
}
.single_service_box:hover .service_featur{
    opacity: 1;
}
.single_service_box:hover .service_box_title h3{
    color: #fff;
}
.single_service_box .service_content{
    position: relative;
}
.single_service_box .service_featur {
    transition: .4s;
    opacity: 0;
}
.single_service_box .service_box_title h3 {
    font-size: 20px;
    transition: .5s;
    font-weight: 600;
    margin: 0 0 23px;
    color: #152b63;
    transition: .5s;
}
.single_service_box .service_featur ul li {
    list-style: none;
    margin: 0 0 4px;
    font-size: 14px;
    padding: 0 0 5px;
    color: #F5F8FF;
/*    opacity: 0;*/
    transition: .5s;
}
.single_service_box .service_featur ul li i{
    color: #cd0d14;
    font-size: 11px;
   margin-right: 5px;
}
.single_service_box .service_btn a {
    position: absolute;
    top: -79px;
    right: -69px;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #cd0d14;
    display: inline-block;
    border-radius: 50px 50px 50px 0px;
    font-size: 10px;
    color: #fff;
}
.single_service_box .service_btn a i {
    display: inline-block;
    font-weight: 800;
}
/*style two*/
.single_service_box.style2 {
    border-radius: 5px;
    padding: 87px 0 0;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    overflow: inherit;
}
.single_service_box.style2:before {
    position: absolute;
    content: "";
    bottom: 28px;
    right: 23px;
    height: 38px;
    width: 85px;
    background: url(https://wp.ditsolution.net/hendre-multipurpose/wp-content/uploads/2023/08/dott.png);
    background-position: center center;
    transition: .5s;
    background-repeat: no-repeat;
}
/*.single_service_box.style2 .service_imge:before {*/
/*   display: none;*/
/*}*/

.single_service_box.style2 .service_imge {
    position: relative;
    z-index: 2;
    z-index: 1;
    display: inline-block;
    height: 75px;
    width: 75px;
    background: #2AB685;
    border-radius: 100%;
    line-height: 69px;
    text-align: center;
    position: relative;
    top: -49px;
    margin: 0 auto 0;
    left: 92px;
    right: 0;
}
.single_service_box.style2 .service_box_img {
    z-index: 1;
    display: inline-block;
    height: 75px;
    width: 75px;
    background: transparent;
    border-radius: 100%;
    line-height: 69px;
    /* text-align: center; */
    position: relative;
    /* top: -35px; */
    /* margin: 0 auto 0; */
    left: 0;
    /* right: 0; */
}
.single_service_box.style2 .service_imge::before {
    content: "";
    position: absolute;
    left: -12px;
    top: -12px;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background: #2AB685;
    z-index: -1;
    opacity: 0.2;
    display:block;
}
.single_service_box.style2 .service_imge::after {
    content: "";
    position: absolute;
    left: -14px;
    top: -15px;
    width: 105px;
    height: 105px;
    background: transparent;
    border: 2px dashed #2AB685;
    border-radius: 100%;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 10s;
    opacity: 0;
    transition: 0.5s;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}
.single_service_box.style2:hover .service_imge::after{
    opacity:1;
}
.single_service_box.style2 .service_box_img::after {
    content: "";
    position: absolute;
    left: -14px;
    top: -15px;
    width: 105px;
    height: 105px;
    background: transparent;
    border: 2px dashed #2AB685;
    border-radius: 100%;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 10s;
    opacity: 0;
    transition: 0.5s;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}
.single_service_box.style2 .service_box_img img {
    width: 51%;
}
.single_service_box.style2 .service_box_title {
    display: inline-block;
    background: #F6F6F6;
    padding: 12px 78px 12px 31px;
    border-radius: 0 5px 5px 0;
    transition: 0.5s;
    border-left: 3px solid#2AB685;
    margin-bottom: 23px;
}
.single_service_box.style2 .service_box_title h3 {
    font-size: 18px;
    transition: .5s;
    font-weight: 600;
    margin: 0;
    color: #141840;
    transition: .5s;
}
.single_service_box.style2:hover .service_box_title{
    background: #2AB685;
} 
.single_service_box.style2:hover .service_box_title h3{
    color: #fff;
} 
.single_service_box.style2 .service_featur ul li {
    margin: 0 0 4px;
    font-size: 14px;
    padding: 0 0 5px;
    color: #616161;
}
.single_service_box.style2 .service_featur ul li i {
    display: inline-block;
    font-size: 11px;
    color: #2AB685;
    margin-right: 5px;
    transition: 0.5s;
}
.single_service_box.style2 .service_btn a {
    position: inherit;
    top: -79px;
    right: -69px;
    z-index: 1;
    width: inherit;
    height: inherit;
    line-height: inherit;
    text-align: center;
    background-color: transparent;
    display: inline-block;
    border-radius: 0;
    font-size: 15px;
    color: #141840;
    margin-top: 15px;
}
.single_service_box.style2 .service_btn a i{
    margin-left: 5px;
}
.single_service_box.style2 .service_body {
    padding: 39px 30px 0;
    background: transparent;
    margin-right: 70px;
    /* margin-top: -42px; */
    border-radius: 0;
    position: inherit;
    z-index: 22;
    transition: .5s;
    width: inherit;
    height: inherit;
    bottom: 35px;
}
.single_service_box.style2 .service_body:before{
    display: none;
}
.single_service_box.style2 .service_featur {
    opacity: 1;
}
.single_service_box.style2:hover .service_box_img::after {
    opacity: 1;
}
.single_service_box.style2:hover .service_featur ul li,
.single_service_box.style2:hover .service_btn a{
    color: #fff;
}

.box_two .single_service_box.style2 .service_imge{
    background:#FD8F14;
}
.box_two .single_service_box.style2 .service_imge::before {
    content: "";
    position: absolute;
    left: -12px;
    top: -12px;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background: #FD8F14;
    z-index: -1;
    opacity: 0.2;
    display:block;
}
.box_two .single_service_box.style2 .service_imge::after {
    content: "";
    position: absolute;
    left: -14px;
    top: -15px;
    width: 105px;
    height: 105px;
    background: transparent;
    border: 2px dashed #FD8F14;
    border-radius: 100%;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 10s;
    opacity: 0;
    transition: 0.5s;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}
.box_two .single_service_box.style2:hover .service_imge::after{
    opacity:1;
}


/*service table style three*/
.single_service_box.style2.three {
    background: #fff;
    border-radius: 30px;
    padding: 69px 0 20px 0px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    margin: 0;
}
.single_service_box.style2.three:before {
    display: none;
}
.single_service_box.style2.three:hover{
    background: #306EFF;
}
.single_service_box.style2.three .service_imge {
    padding-left: 30px;
}
.single_service_box.style2.three  .service_imge {
    position: relative;
    z-index: 2;
    z-index: 1;
    display: inline-block;
    height: 0;
    width: 0;
    background: transparent;
    border-radius: 0;
    line-height: 0;
    text-align: center;
    position: inherit;
    top: -77px;
    /* margin: 0 auto 42px; */
    left: 0;
    /* right: 0; */
}
.single_service_box.style2.three .service_imge::before,
.single_service_box.style2.three .service_imge::after{
    display:none;
}
.single_service_box.style2.three .service_box_img img{
    transition: .5s;
}
.single_service_box.style2 .service_box_img::before,
.single_service_box.style2 .service_box_img::after {
    display: none;
}
.single_service_box.style2.three .service_box_img {
    border-radius: 10px;
    line-height: 94px;
    position: inherit;
    height: 70px;
    width: 70px;
    background: #306EFF;
}
.single_service_box.style2.three .service_body {
    padding: 27px 30px 0;
    background: transparent;
    margin-right: 0;
    bottom: 0px;
}
.single_service_box.style2.three .service_box_title {
    background: #F6F6F6;
    padding: 12px 43px 12px 28px;
    border-radius: 0 30px 30px 0;
    border-left: 3px solid#306EFF;
    margin-bottom: 0px;
    margin-top: 63px;
    display: inline-block;
    position: relative;
    left: -34px;
}
.single_service_box.style2.three .service_box_number {
    position: absolute;
    top: 52px;
    right: 25px;
}
.single_service_box.style2.three .service_box_number h3 {
    font-size: 40px;
    line-height: 26px;
    color: #f0f0f0;
    font-weight: 700;
    font-family: "Inter";
    margin: 0;
    transition: 0.5s;
}
.single_service_box.style2.three .service_featur ul li i {
    font-size: 11px;
    color: #FFC704;
}
.single_service_box.style2.three.service_btn a i {
    color: #FFC704;
}
.single_service_box.style2.three:hover .service_box_title{
    background: #fff;
    border-left: 3px solid#fff;
}
.single_service_box.style2.three:hover .service_box_title h3{
    color: #141840;
}
.single_service_box.style2.three:hover .service_box_img{
    background:#FFC704;
}
.single_service_box.style2.three:hover .service_box_img img {
    filter: brightness(0);
}
.single_service_box.style2.three:hover .service_box_number h3 {
    color: #f0f0f0;
    opacity: 0.3;
}


/*
==========
 Team
==========
*/
.team.style1{
    text-align: center;
}
.team.style1 .image {
    line-height: 0;
    position: relative;
}
.team.style1 .image img {
    max-height: 261px;
    width: 100%;
}
.team.style1 ul.social-icon {
    right: 15px;
    position: absolute;
    bottom: 0px;
    border-radius: 5px;
    background: #da242b;
    padding: 0px 20px 0px;
    transition: .5s;
    opacity: 0;
}
.team.style1 ul.social-icon li {
   list-style: none;
}
.team.style1 ul.social-icon li a {
    font-size: 14px;
    color: #fff;
    transition: .5s;
    display: block;
    margin: 14px 3px;
}
.team.style1 .content {
    padding: 15px 0 26px;
    background: #2C3053;
    border-radius: 0 0 5px 5px;
}
.team.style1 .bio .name {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 7px;
}
.team.style1 .bio .designation {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.team.style1 .content .social-icon{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.team.style1 .content .social-icon li{
    margin-bottom: 5px;
    margin-right: 5px;
}
.team.style1 .content .social-icon li a{
    display: inline-block;
}
.team.style1 .content .social-icon li a i{
    display: inline-block;
    color: #fff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #1f3654;
    border-radius: 3px;
}
.team.style1 .content .social-icon li a i:hover{
    background-color: #da242b;
}
.team.style1:hover ul.social-icon {
    bottom: 60px;
    opacity: 1;
}
/* Style Two */
.team.style2 {
    position: relative;
    z-index: 1;
}
.team.style2 .team-content {
    position: absolute;
    bottom: -11px;
    left: 0;
    right: 0;
}
.team.style2 .bio {
    padding: 10px 0 17px;
    background: #da242b;
    text-align: center;
    width: 80%;
    position: relative;
    z-index: 1;
    left: 10%;
    border-radius: 3px 3px 0 0;
  transform: perspective(500px)rotateX(90deg);
    -webkit-transition: all 400ms linear 0ms;
    transition: all 400ms linear 0ms;
}
.team.style2 ul.social-icon {
    position: relative;
    z-index: 1;
    left: 10%;
    width: 80%;
    background: #131323;
    text-align: center;
    padding: 14px 0 14px;
    border-radius: 0 0 3px 3px;
    transform: perspective(500px)rotateX(-90deg);
    -webkit-transition: all 400ms linear 0ms;
    transition: all 400ms linear 0ms;
}
.team.style2 .bio h2 {
    font-size: 22px;
    font-weight: 500;
    padding: 0 0 4px;
    color: #fff;
}
.team.style2 h5.designation {
    font-size: 16px;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    margin: 0 0 5px;
}
.team.style2 ul.social-icon li {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin-right: 6px;
}
.team.style2 ul.social-icon li a{
    color: #fff;
    position: relative;
    z-index: 1;
    display: inline-block;
     width: 38px;
    height: 38px;
    line-height: 41px;
    text-align: center;
    border-radius: 50px;
    background-color: #373644;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin-right: 6px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.team.style2 ul.social-icon li a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #da242b;
    transform: scale(0);
    border-radius: 50px;
    transition: .5s;
}
.team.style2 ul.social-icon li a:hover:before{
    transform: scale(1);
}
/*hover*/
.team.style2:hover .bio {
    transform: perspective(500px)rotateX(0deg);
}
.team.style2:hover ul.social-icon {
    transform: perspective(500px)rotateX(0deg);
}
/*team three*/
.team.style3{
    position: relative;
    text-align: center;
}
.team.style3 .image {
    line-height: 0;
}
.team.style3 .image img{
    width: 100%;
}
.team.style3 .content {
    padding: 25px 0 10px;
    background: #1E3970;
    border-radius: 0 0 5px 5px;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.team.style3 .bio .name {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 12px;
}
.team.style3 .bio .designation {
    font-size: 14px;
    padding: 0;
    color: #da242b;
    transition: .5s;
    font-weight: 400;
    margin: 0 0 21px;
}
.team.style3 ul.social-icon {
    padding: 6px 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .5s;
    opacity: 0;
}
.team.style3 ul.social-icon li {
    display: inline-block;
    margin: 0 4px;
}
.team.style3 ul.social-icon li a {
    font-size: 13px;
    color: #fff;
    background: transparent;
    width: 27px;
    height: 27px;
    line-height: 27px;
    border: 1px solid #fff;
    border-radius: 28px;
    display: inline-block;
    margin-right: 7px;
    transition: .5s;
}
.team.style3:hover .content{
    margin-top: -60px;
    padding:25px 0 64px;
    background:#da242b;
    position: relative;
}
.team.style3:hover ul.social-icon {
    opacity: 1;
    bottom: 30px;
}
.team.style3:hover .bio .designation {
    color: #fff;
}


/*
===============
 Team Carousel
===============
*/
/*.team.style1 .bio .name{
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
}
.team.style1 .bio .designation{
    color: #828fa0;
}
.team.style1 .content .social-icon{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.team.style1 .content .social-icon li{
    margin-bottom: 5px;
    margin-right: 5px;
}
.team.style1 .content .social-icon li a{
    display: inline-block;
}
.team.style1 .content .social-icon li a i{
    display: inline-block;
    color: #fff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #1f3654;
    border-radius: 3px;
}
.team.style1 .content .social-icon li a i:hover{
    background-color: #da242b;
}
/* Style Two */
.team-carousel.style2{
    text-align: center;
}
.team-carousel.style2 .single-team{
    margin-bottom: 30px;
}
.team-carousel.style2 .image{
    position: relative;
    overflow: hidden;
}
.team-carousel.style2 .image img{
    width: 100%;
}
.team-carousel.style2 .image .social-icon {
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    left: 0;
    right: 0;
    bottom: -100px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    height: 100px;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.6);
}
.team-carousel.style2 .single-team:hover .image .social-icon{
    bottom: 0;
}
.team-carousel.style2 .image .social-icon li{
    margin-bottom: 5px;
    margin-right: 5px;
}
.team-carousel.style2 .image .social-icon li a{
    display: inline-block;
}
.team-carousel.style2 .image .social-icon li a i{
    display: inline-block;
    color: #fff;
    font-size: 14px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background-color: var(--title-color);
    border-radius: 50%;
}
.team-carousel.style2 .image .social-icon li a i:hover{
    background-color: var(--main-color);
}
.team-carousel.style2 .bio .name{
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 8px;
}
.team-carousel.style2 .bio .designation{
    color: #57647c;
    font-size: 15px;
    font-weight: normal;
}
.team-carousel.style2 .content{
    padding: 25px;
    box-shadow: 0px 0px 30px 0px rgba(45, 105, 255, 0.13);
}

/*heading*/
.heading h4 {
    border-bottom: 2px solid#DDE0E7;
    padding-bottom: 20px;
}
/*
============
Work Process
============
*/
.work-process.style1 {
    text-align: center;
    padding: 0 22px;
}
.work-process.style1 .icon {
    position: relative;
    display: inline-block;
    z-index: 1;
}
.work-process.style1 .icon:before {
    position: absolute;
    content: "";
    top: -14px;
    left: -15px;
    right: 0;
    margin: auto;
    height: 62px;
    width: 62px;
    background: #fe6637;
    transition: .5s;
    z-index: -1;
    border-radius: 100%;
}
.work-process.style1 .icon:after {
    position: absolute;
    content: "";
    top: -7px;
    left: 22px;
    right: 0;
    margin: auto;
    height: 100%;
    width: 351px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}
.pocess .work-process.style1 .icon:after {
    display: none;
}
.work-process.style1 .icon i{
    color: #ee53f8;
}
.work-process.style1 .content .title {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    font-family: "Fira Sans";
    transition: .5s;
    margin: 13px 0 6px;
}
.work-process.style1 .content .description {
    font-weight: 400;
    color: #fff;
}
.work_progress {
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	padding: 0 20px;
}
.wrok_process_thumb {
	text-align: center;
	border: 4px solid transparent;
	border-radius: 50%;
	display: inline-block;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: relative;
	box-shadow: 0 0 9px 0 rgba(24,35,51,.09);
}
.work_progress:hover .wrok_process_thumb{
	border-color:#ED2C41;
}
.wrok_process_thumb img {
	border-radius: 50%;
	border: 10px solid #fff;
}
.progress_content {
	text-align: center;
}

.default-style .work_progress-number{
	position: absolute;
	left: -26px;
	top: 50.5%;
	margin: auto;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.work_progress-title {
	padding-top: 24px;
}
.work_progress-title h2 {
	font-size: 20px;
	font-weight: 700;
}
.work_progress-desc {
	padding-top: 5px;
}
.work_progress.default-style:hover .work_progress-number {
	top: 40%;
}
.work_progress-number span {
	background: #ED2C41;
	display: inline-block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	font-size: 16px;
	position: relative;
	z-index: 1;
}

.process-bg-shape {
	position: relative
}
.process-bg-shape:before {
	position: absolute;
	right: 0;
	bottom: -27px;
	width: 100%;
	content: "";
	background: url(assets/images/graduation-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 500px;
}
.em_process-icon{
	position:relative;
}
.em_process-icon i {
	background: linear-gradient(to right, #000dff, #2c34ff, #444bff, #5860ff, #6b73ff);
	color: #fff;
	width: 90px;
	height: 90px;
	display: inline-block;
	line-height: 90px;
	font-size: 40px;
	border-radius: 4px;
}
/*work process style two*/
.work_progress.style-two{
    position: relative;
}
.fast_box .work_progress.style-two:before {
    display: none;
}
.work_progress.style-two:before {
    position: absolute;
    content: "";
    right: 51px;
    top: 60px;
    width: 100%;
    height: 100%;
    background: url(https://wp.ditsolution.net/hendre-multipurpose/wp-content/uploads/2023/09/arrow.png);
    background-repeat: no-repeat;
}
.work_progress.style-two:hover .work_progress-number {
    right: -14px;
    top: -45px;
}
.work_progress_icon {
    position: relative;
    z-index: 1;
    width: 142px;
    height: 142px;
    line-height: 187px;
    border-radius: 71px;
    background-color: #f5f8fe;
    transition: .5s;
    display: inline-block;
}
.work_progress_icon:before {
    position: absolute;
    content: "";
    left: -9px;
    top: -9px;
    width: 160px;
    height: 160px;
    line-height: 160px;
    border-radius: 50%;
    border: 2px dashed #152b63;
    opacity: .154;
    transition: .5s;
}
.work_progress_icon:after {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 71px;
    background: #cd0d14;
    transform: scale(0);
    transition: .5s;
}
.work_progress.style-two:hover .work_progress_icon:before {
    border: 2px dashed #cd0d14;
    opacity: 1;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
}
.work_progress.style-two:hover .work_progress_icon:after {
    transform: scale(1);
}
.work_progress.style-two .work_progress-number {
    position: absolute;
    right: -20px;
    top: -18px;
    transition: .5s;
}
.work_progress.style-two .work_progress-number span {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #152b63;
    border-radius: 30px;
    font-family: 'Inter';
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
}
.work_progress.style-two .work_progress-title h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 12px 0 7px;
}
.work_progress.style-two .work_progress-desc {
    padding-top: 5px;
    opacity: 0.6;
}
/*style three*/
.work_progress.style3 {
    padding: 34px 13px 7px;
    background: #f5f5f5;
    border-radius: 5px;
}
.work_progress.style3 .work_progress-title h2 {
    font-size: 20px;
    font-weight: 500;
    margin: 7px 0 4px;
}
.work_progress.style3 .work_progress-number span {
    background: #da242b;
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    color: #fff;
}
.work_progress.style3 .work_progress-number span::before {
    display: none;
}
.work_progress.style3 .work_progress-number span::after {
    position: absolute;
    left: -6px;
    top: -6px;
    width: 82px;
    height: 82px;
    background: #ED2C41;
    opacity: 0.3;
}
/*priching*/

 .container{
    max-width:1320px!important;
    padding:0 10px;
    margin:auto;
}
.pricing-single-items.style_one {
    background: #eff3f9;
    border-radius: 10px;
    padding: 20px 20px 41px;
    text-align: left;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.pricing-single-items.style_one:after {
    position: absolute;
    content: "";
    bottom: -72px;
    height: 39%;
    right: 0;
    background: url(https://wp.ditsolution.net/hendre-multipurpose/wp-content/uploads/2024/01/testimonial-shape.png);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
    width: 83%;
    opacity: 0;
        transition: .5s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.pricing-single-items.style_one:hover:after{
    bottom:0;
    opacity:1;
}
.pricing-area.style_one .tab {
    position: relative;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    text-align: center;
}
.pricing-area.style_one .tabs {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 0;
    background: #F6F4F5;
    padding: 5px 9px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.pricing-area.style_one .tabs li {
    float: left;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.pricing-area.style_one .tabs li a {
    outline: none;
    padding: 2px 18px;
    transition: all 0.2s ease-in-out;
    font-size: 16px;
    color: #062462;
    font-weight: 500;
    display: inline-block;
    border-radius: 20px;
}
.pricing-area.style_one .tabs_item {
    display: none;
    padding: 30px 0;
}
.pricing-area.style_one .tabs_item:first-child {
    display: block;
}
.pricing-area.style_one li.current a {
    background: #d9232b!important;
    color: #fff;
}
.pricing-area.style_one .price_item {
    padding: 42px 39px 34px;
    background: #fff;
    border-radius: 10px;
    transition: .5s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.pricing-single-items.style_one:hover .price_item{
   background: #062462; 
}
.pricing-single-items.style_one:hover span.curencyp,
.pricing-single-items.style_one:hover span.tk,
.pricing-single-items.style_one:hover h3.pricing-plan ,
.pricing-single-items.style_one:hover span.bootmp{
    color:#fff;
}
.pricing-area.style_one .price_item_inner{
     display: flex;
    align-items: center; 
}
.pricing-area.style_one ul.features {
    padding: 35px 19px 24px;
}
.pricing-area.style_one ul.features li img {
    margin-right: 7px;
}
.pricing-area.style_one .thumb {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 5px;
    background-color: #062462;
    line-height: 124px;
    text-align: center;
    margin-right: 23px;
    transition: .5s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.pricing-single-items.style_one:hover .thumb{
    background:#fff;
}
.pricing-area.style_one span.curencyp {
    font-size: 22px;
    color: #062462;
    font-weight: 600;
    font-family: "Inter";
    position: relative;
    top: -13px;
          transition: .5s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.pricing-area.style_one span.tk {
    font-size: 56px;
    color: #062462;
    font-weight: 600;
    font-family: "Inter";
    margin: 0 5px;
          transition: .5s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.pricing-area.style_one span.bootmp {
    font-size: 16px;
    color: #062462;
    font-weight: 400;
    font-family: "Inter";
          transition: .5s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.pricing-area.style_one h3.pricing-plan {
    font-size: 22px;
    color: #062462;
    font-weight: 500;
    font-family: "Inter";
    margin: 28px 0 0;
}
.pricing-area.style_one ul.features li {
    margin-bottom: 10px;
    list-style:none;
}
.pricing-area.style_one .pricing-btn {
    display: inline-block;
    padding: 0 20px;
}
.pricing-area.style_one .pricing-btn a {
    color: #062462;
    font-weight: 500;
    font-family: "Poppins";
    background: #fff;
    display: inline-block;
    border-radius: 5px;
    padding: 15px 30px;
    position: relative;
    z-index: 1;
}
.pricing-area.style_one .pricing-btn a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    background: #062462;
    transform: scale(0);
    transition: .5s;
}
.pricing-area.style_one .pricing-btn a:hover:before {
    transform: scale(1);
}
.pricing-area.style_one .pricing-btn a:hover{
    color:#fff;
}
.pricing-area.style_one .pricing-btn a i {
    margin-right: 8px;
    font-weight: 700;
}

.pricing-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3px;
}
.pricing-toggle span {
    font-size: 16px;
    color: #636363;
    font-weight: 600;
}
.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 20px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #da242b;
    transition: 0.4s;
    border-radius: 10px;
}
.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 2px;
    background-color: #fff;
    transition: 0.4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #fff;
}

input:checked + .slider:before {
    transform: translateX(26px);
    background-color:#da242b;
}

/*
==============
skill section
==============
*/

span.elementor-progress-percentage {
    position: relative;
    top: -22px!important;
}


/*
==============
Call To Action
==============
*/

.call-to-action {
	text-align: center;
	position: relative;
}
.call-to-action-title h2 {
	margin-bottom: 12px;
	font-size: 35px;
	margin: 20px auto;
	text-transform: capitalize;
}
.call-to-action-title span {
	font-size: 40px;
	display: block;
	letter-spacing: 0;
	line-height: 1.2;
	margin-top: 20px auto 0;
	font-weight: 700;
}
.call-to-action-btn {
	margin-top: 30px;
}
.call-to-action-btn a {
	border: none;
	display: inline-block;
	text-transform: capitalize;
	background-color: #ED2C41;
	border-radius: 4px;
	color: #fff;
	padding: 16px 32px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	font-weight: 500;
}
.call-to-action-btn a i{
	margin-left:8px;
}
.call-to-action-btn a:hover {
	background: #fff;
	color: #ED2C41;
}
.call-to-action-desc {
	width: 31%;
	margin: auto;
}

.call-to-video {
	margin-bottom: 35px;
}
.call-video-link a{
    display:inline-block
}
.call-video-link a i {
    width: 90px;
    height: 90px;
    display: inline-block;
    background: #fff;
    text-align: center;
    line-height: 90px;
    color: #ED2C41;
    border-radius: 100%;
	position:relative;
	z-index:1;
	-webkit-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
}

.call-video-link a {
	position:relative;
}
.call-video-link a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100px;
    width: 100px;
    background: rgba(255,255,255, 0.8);
    border-radius: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    -webkit-animation: pulse-border 1500ms ease-out infinite;
            animation: pulse-border 1500ms ease-out infinite;
}
.call-to-video i {
	font-size: 23px;
}

/*
===========
Testimonial
===========
*/

.testimonial.style1{
    padding: 10px;
}
.testimonial.style1 .owl-item:nth-child(odd) {
    margin-top: 0;
}
.testimonial.style1 .testimonial-item {
    background: #F6F6F6;
    padding: 32px 30px 25px 30px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: .5s;
     transition: all 400ms linear;
}
.testimonial.style1 .testimonial-item:before {
    position: absolute;
    content: "";
    bottom: 22px;
    right: 26px;
    height: 26px;
    width: 80px;
    transition: .5s;
    z-index: -1;
    background: url(https://wp.ditsolution.net/hendre-multipurpose/wp-content/uploads/2023/08/dott-1.png);
    background-repeat: no-repeat;
}

.testimonial.style1 .testimonial-item .author {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
}
.testimonial.style1 .testimonial-item .author:before {
    content: "";
    font-size: 18px;
    position: absolute;
    bottom: 3px;
    left: 43px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 31px;
    height: 31px;
    transition: all 400ms linear;
}
.testimonial.style1 .testimonial-item .author img {
    height: 74px;
    width: 74px;
    object-fit: cover;
    margin-right: 18px;
    border-radius: 50%;
}
.testimonial.style1 .testimonial-item .author .bio .name {
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 8px;
    color: #121d17;
}
.testimonial.style1 .testimonial-item .author .bio .designation {
    transition: all 400ms linear;
    font-size: 14px;
    color: #da242b;
    font-weight: 400;
    transition: .5s;
}
.testimonial.style1 .testimonial-item .quote {
    margin: 4px 0 16px;
    transition: all 400ms linear;
    font-size: 15px;
    font-weight: 400;
    transition: .5s;
}
.testimonial.style1 .testimonial-item .testi-star i {
    color: #ddd;
    font-size: 10px;
}
.testimonial.style1 .testimonial-item .testi-star i.active {
    font-size: 14px;
    list-style: none;
    display: inline-block;
    margin-right: 5px;
    color: #fd8f15;
}
/*hover*/

.testimonial.style1 .testimonial-item:hover{
    background:#121D17;
}
.testimonial.style1 .testimonial-item:hover .quote{
    opacity: 0.7;
    color: #fff;
}
.testimonial.style1 .testimonial-item:hover .author .bio .designation{
    color: #fff;
}
.testimonial.style1 .testimonial-item:hover .author .bio .name{
    color: #fff;
}

/*nav*/
.testimonial.style1 .testimonial-carousel.owl-carousel .owl-nav {
    position: absolute;
    right: 43px;
    top: -146px;
}
.testimonial.style1 .testimonial-carousel.owl-carousel .owl-nav .owl-prev {
    left: inherit;
    right: 18px;
}
.testimonial.style1 .testimonial-carousel.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: -50px;
}
.testimonial.style1 .testimonial-carousel.owl-carousel .owl-nav button.owl-next, 
.testimonial.style1 .testimonial-carousel.owl-carousel .owl-nav button.owl-prev {
    color: inherit;
    border: none;
    padding: 12px!important;
    font: inherit;
    line-height: 17px;
    background: #3BCB99;
    height: 50px;
    width: 50px;
    z-index: 1;
    color: #fff;
    border: 0;
    text-align: center;
    font-size: 18px;
    transition: .5s;
    border-radius: 50%;
    display: inline-block;
}
.testimonial.style1 .testimonial-carousel.owl-carousel .owl-nav button.owl-next:hover, 
.testimonial.style1 .testimonial-carousel.owl-carousel .owl-nav button.owl-prev:hover{
    background:#FD8F15 ;
}
/*solar_testi*/
.solar_testi .testimonial.style1 .testimonial-item:hover{
      background: #062462; 
}
.solar_testi .testimonial.style1 .testimonial-item:before {
    position: absolute;
    content: "";
    bottom: 22px;
    right: 26px;
    height: 26px;
    width: 80px;
    transition: .5s;
    z-index: -1;
    background: url(https://ditsolution.net/wp/hendre/wp-content/uploads/2024/02/dot-2.png);
    background-repeat: no-repeat;
}
.solar_testi .testimonial.style1 .testimonial-carousel.owl-carousel .owl-nav {
    display: none;
}


/*dots*/
.testimonial.style1 .owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    bottom: -36px;
    cursor: pointer;
    z-index: 99999;
}
.testimonial-carousel button {
    transition: all 0.4s ease 0s;
    border: medium none;
    border-radius: 35px;
    background: #da242b;
    color: #fff;
     
    font-weight: 500;
    text-align: center;
    padding: 13px 30px;
    position: absolute;
     right: inherit; 
    top: 9px;
    display: inline-block;
    z-index: 1;
    margin: 0 9px;
}
.testimonial-carousel.owl-carousel .owl-nav button.owl-next,
.testimonial-carousel.owl-carousel .owl-nav button.owl-prev,
.testimonial-carousel.owl-carousel button.owl-dot {
    background: rgba(255, 255, 255, 0.30196078431372547);
    color: inherit;
    border: none;
    padding: 0 0px 0 10px!important;
    font: inherit;
    right: 0;
    text-align: center;
    left: 0;
    border-radius: 4px;
}
.testimonial-carousel.owl-carousel button.owl-dot {
    position: relative;
    z-index: 22;
    height: 5px;
    width: 9px;
    margin: 0 2px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.5019607843137255);
    display: inline-block;
    margin-right: 7px;
    transition: .5s;
}
.testimonial-carousel.owl-carousel button.owl-dot.active {
    background: #da242b!important;
}
.testimonial-carousel.owl-carousel .owl-dots {
    position: relative;
    top: -18px;
}
.testimonial-carousel.owl-carousel .owl-dots:before {
    position: absolute;
    content: "";
    left: 40px;
    bottom: 0;
    width: 635px;
    height: 1px;
    background: rgba(255,255,255,0.30196078431372547);
    opacity: .3;
}
/* Style Two */

.testimonial.style2{
    padding: 10px;
}
.testimonial.style2 .testimonial-item {
    margin: 0;
    padding: 0;
    box-shadow: none;
}
.testimonial.style2 .testimonial-item h3.title {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    margin: 0 0 19px;
}
.testimonial.style2 .testimonial-item .author{
    display: flex;
    align-items: center;
    margin-bottom: 33px;
}
.testimonial.style2 .testimonial-item .author img{
    height: 65px;
    width: 65px;
    object-fit: cover;
    margin-right: 18px;
    border-radius: 50%;
}
.testimonial.style2 .testimonial-item .author .bio .name {
    font-weight: 600;
    margin: 0 0 7px;
    font-size: 18px;
    color: #fff;
    padding: 2px 0 3px;
}
.testimonial.style2 .testimonial-item .quote {
    font-size: 17px;
    color: #fff;
    font-weight: 300;
    font-family: 'Inter';
    line-height: 30px;
    padding: 1px 0 14px;
    display: inline-block;
    width: 89%;
}
.testimonial.style2 .testimonial-item .quote{
    font-size: 16px;
    font-weight: normal;
}
.testimonial.style2 .testimonial-item .testi-star i {
    font-size: 13px;
    color: #ffb526;
    letter-spacing: 5px;
    float: right;
    position: relative;
    top: -60px;
    display: inline-block;
    right: 60px;
}
.testimonial.style2 .testimonial-item .testi-star i.active {
    color: #F9BF00;
}
.testimonial.style2 .testimonial-item .author .bio .designation {
    margin: 0;
    font-size: 14px;
    color: #cd0d14;
    font-weight: 500;
    font-style: italic;
}
/*testimonial three*/
.testimonial.style3 .testimonial-item {
    text-align: center;
    padding: 40px 41px 36px;
    position: relative;
    z-index: 1;
}
.testi_section{
    position: relative;
    z-index: 2;
}
.testi_section:before {
    position: absolute;
    content: "";
    height: 65px;
    width: 145px;
    background: #FFC804;
    left: -23px;
    top: 29px;
    z-index: -1;
    clip-path: polygon(13% 95%, 100% 1%, 100% 100%, 100% 100%);
    transform: rotate(-153deg);
    text-align: center;
    margin: 0 auto 0;
    transition: 0.5s;
    z-index: 22;
}
.testimonial.style3 .author {
    display: inline-block;
}
.testimonial.style3 .author img {
    width: 70px;
    margin: auto;
}
.testimonial.style3 .testi_icon i {
    display: inline-block;
    font-size: 41px;
    background: #1550D4;
    color: #fff;
    height: 80px;
    width: 81px;
    line-height: 81px;
    border-radius: 10px;
}
.testimonial.style3 p.quote {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    width: 96%;
    margin: 21px auto 25px;
    color: #333;
}
.testimonial.style3 .testi-star {
    color: #FF660C;
    margin-bottom: 22px;
}
.testimonial.style3 .bio .name {
    font-size: 18px;
    line-height: 32px;
    color: #141840;
    font-weight: 500;
    margin: 13px 0 5px;
    text-align: center;
}
.testimonial.style3 .bio .designation {
    font-size: 15px;
    color: #616161;
    margin: 0 0 0;
    font-weight: 300;
}
.testimonial.style3 .testimonial-carousel.owl-carousel .owl-dots {
    position: absolute;
    bottom: -31px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    top: inherit;
}
.testimonial-carousel.owl-carousel button.owl-dot {
    background-color: #ED9295;
}

/*style ten*/
.testimonial-item.style_10 {
    border-radius: 5px;
    text-align: center;
    margin-top: 25px;
}
.testimonial-item.style_10 .quote_image {
    display: inline-block;
    top: -22px;
    position: relative;
}
.testimonial-item.style_10 .author img {
    display: inline-block;
    width: 82px;
}
.testimonial-item.style_10 .bio_content {
    position: relative;
    background: #fff;
    border-radius: 5px;
    padding: 7px 38px 68px;
    transition: .5s;
    z-index: 1;
}
.testimonial-item.style_10 .bio_content:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(https://wp.ditsolution.net/hendre-multipurpose/wp-content/uploads/2024/01/hendrio-4.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity:0;
}
.testimonial-item.style_10:hover .bio_content:after{
    opacity:1;
}
.testimonial-item.style_10 p.quote {
     -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.testimonial-item.style_10:hover p.quote{
    color:#fff;
}
.testimonial-item.style_10 .reviews_rating i {
    color: #ffa71d;
    margin: 0 3px;
}
.testimonial-item.style_10 .author {
    margin-top: -43px;
    z-index: 2;
    position: relative;
}
.testimonial-item.style_10 h4.name {
    font-size: 22px;
    color: #062462;
    font-weight: 600;
    font-family: "Inter";
    text-align: center;
    margin: 3px 0 8px;
}
.testimonial-item.style_10 h5.designation {
    font-size: 16px;
    color: #616161;
    font-weight: 400;
    font-family: "Poppins";
    text-align: center;
    margin: 0;
}
/*owl nav*/
.testimonial.style10 .owl-nav {
    display: block;
    position: absolute;
    right: -24px;
    top: -29%;
    transform: translate(-50%, -50%);
}
.testimonial.style10 button.owl-prev {
    display: block;
    margin: 0 0 19px;
}
.testimonial.style10 button.owl-prev i, 
.testimonial.style10 button.owl-next i {
    width: 54px;
    height: 54px;
    border-radius: 5px;
    background-color: #062462;
    display: block;
    line-height: 54px;
    transition: .5s;
    font-weight: 700;
    color: #fff;
}
.testimonial.style10 button.owl-prev i:hover,
.testimonial.style10 button.owl-next i:hover{
   background-color: #D9242B; 
   color:#fff;
}

/*
==========
Case Study
==========
*/
.case-study.style1 .case-grid{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 30px;
}
.case-study.style1 .case-grid .gird-item{
    position: relative;
    overflow: hidden;
}
.case-study.style1 .case-grid .gird-item .image{
    position: relative;
}
.case-study.style1 .case-grid .gird-item .image img{
    height: 380px;
    object-fit: cover;
}
.case-study.style1 .case-grid .gird-item .image::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--main-color);
    opacity: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.case-study.style1 .case-grid .gird-item:hover .image::before{
    opacity: 0.9;
}
.case-study.style1 .case-grid .gird-item .content {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.case-study.style1 .case-grid .gird-item:hover .content{
    top: 50%;
    transform: translateY(-50%);
}
.case-study.style1 .case-grid .gird-item .content .case-btn{
    display: inline-block;
    margin-bottom: 24px;
}
.case-study.style1 .case-grid .gird-item .content .case-btn:hover i{
    color: var(--main-color);
    background-color: #fff;
}
.case-study.style1 .case-grid .gird-item .content .case-btn i{
    color: #fff;
    height: 45px;
    width: 45px;
    line-height: 45px;
    border: 1px solid #fff;
    border-radius: 5px;
}
.case-study.style1 .case-grid .gird-item .content .title{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.case-study.style1 .case-grid .gird-item .content .category{
    color: #fff;
}

.dreamit-single-cases-study{
    position: relative;
	z-index:999;
}
.cases-study-content {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    background: #ED2C41;
    margin: auto;
    padding: 20px 30px 1px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 999;
    width: 100%;
}
.dreamit-single-cases-study:hover .cases-study-content{
	bottom: 0;
}
.case-study-thumb{
	position:relative;
	z-index:1;
}
.case-study-thumb img{
	width: 100%;
}
.em-cases-study-title h2 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 5px;
}
.em-cases-study-title h2 a {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.case_category span {
    color: #ED2C41;
}
.case_default .em-cases-study-content{
    background: transparent;
    width: 100%;
    padding: 40px 27px;
    top: inherit;
    opacity: 1;
    text-align: left;
    bottom: 0;
}
.case_default .em-cases-study-title h2 a {
    font-size: 23px;
}
.case_default .dreamit-single-cases-study {
    margin-bottom: 30px;
}
.case_default .case-study-thumb {
   position:relative;
   z-index: 1;
}
.case_default .case-study-thumb:before {
   display:none;
}
.case_default .em-cases-study-title h2 {
    margin: 0 0 7px;
    color: #fff;
}
.case_default .case_category span,
.case_default .cases-study-content p,
.case_default .em-case-study-button a {
    color: #fff;
}
.case_default .cases-study-content p {
    margin: 20px 0;
}
.case_default .em-cases-study-title h2 a:hover {
    color: #fff;
}
.em-case-study-button {
    margin-top: 23px;
}
/*case*/
.case-study.style2 .owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    bottom: -44px;
    z-index: 22;
}
.blog_wrap.case_study_carousel  button.owl-dot {
    position: relative;
    z-index: 22;
    height: 5px;
    width: 9px;
    margin: 0 4px;
    display: inline-block;
}
.blog_wrap.case_study_carousel button.owl-dot {
    position: relative;
    z-index: 22;
    height: 9px;
    width: 9px;
    margin: 0 3px;
    display: inline-block;
}
.case-study.style2 .owl-theme .owl-dots .owl-dot span {
    margin: 0;
    opacity: 0;
}
.blog_wrap.case_study_carousel .owl-nav button.owl-next, 
.blog_wrap.case_study_carousel .owl-nav button.owl-prev, 
.blog_wrap.case_study_carousel button.owl-dot {
    background: #CACCCB;
    color: inherit;
    border: none;
    padding: 0 5px 0 3px!important;
    font: inherit;
    right: 0;
    text-align: center;
    left: 0;
    border-radius: 4px;
}
.blog_wrap.case_study_carousel button.owl-dot.active {
    background: #FD8F14!important;
}
/*case study style two*/
.single-portfolio {
    margin: 0 15px 0px;
    position: relative;
}
.case-study.style2 .case-study-thumb::before {
    transition: all 400ms linear;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.30);
    transition: .5s;
    opacity: 0;
    border-radius: 5px;
}
.case-study.style2 .single_case_study:hover .case-study-thumb:before {
     opacity: 1;
}
.case-study.style2 .video-icon a {
    width: 48px;
    height: 48px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #da242b;
    display: inline-block;
    font-size: 15px;
    position: absolute;
    top: 80px;
    right: 49px;
    opacity: 0;
    transition: all 400ms linear;
}
.case-study.style2 .single_case_study:hover .video-icon a{
    top: 60px;
    opacity: 1;
}
.case-study.style2 h2.title a:hover{
    color: #131E18;
    font-style: italic;
    letter-spacing: 1px;
}
.case-study.style2 .cases-study-content {
    position: absolute;
    text-align: left;
    background: transparent;
    margin: auto;
    padding: 20px 30px 0px;
    bottom: -110px;
    transition: all 400ms linear;
}
.case-study.style2 h2.title {
    margin: 0;
}
.case-study.style2 h2.title a {
    display: inline-block;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    background: #FD8F14;
    margin: 0;
    padding: 15px 40px 15px 23px;
    transition: .5s;
}
.case-study.style2 .case_category span {
    transition: all 400ms linear;
    color: #fff;
    background: #2AB685;
    padding: 8px 50px 10px 25px;
    font-size: 16px;
    font-weight: 500;
    line-height: 35px;
    font-family: 'Inter';
}
.case-study.style2 .em-case-study-button {
    margin-top: 23px;
    opacity: 0;
    transition: all 400ms linear;
}
.case-study.style2 .em-case-study-button a {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    font-weight: 400;
}
.case-study.style2 .em-case-study-button a i {
    color: #fff;
    font-weight: 600;
    font-size: 9px;
    display: inline-block;
    margin-left: 6px;
}
/* single box hover*/
.case-study.style2 .single_case_study:hover .cases-study-content {
    bottom: 21px;
}
.case-study.style2 .single_case_study:hover .em-case-study-button{
   opacity: 1;
}
.case-study.style2 .single_case_study:hover .case_category span:before{
   border-color: #fff;
}
.case-study.style2 .single_case_study:hover .case_category span{
   color: #fff;
}
/*case studt style three*/

.case-study.style3 .case-study-thumb:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: rgba(47,110,255,0.8);
    transition: all 400ms linear;
    border-radius: 5px 5px 0 0;
}
.case-study.style3 .case-study-thumb:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: rgba(253,143,20,0.8);
    transition: all 400ms linear;
    border-radius: 0 0 5px 5px;
}
.case-study.style3 .dreamit-single-cases-study:hover .case-study-thumb:after, 
.case-study.style3 .dreamit-single-cases-study:hover .case-study-thumb:before {
    height: 50%;
}
.case-study.style3 .dreamit-single-cases-study:hover .cases-study-content{
    top: -70px;
}
.case-study.style3 .cases-study-content {
    left: 0;
    bottom: 0;
    -o-transition: .5s;
    transition: .5s;
    width: 100%;
    position: relative;
    transition: all 400ms linear;
    background: #fff;
    top: -55px;
    width: 85%;
    /* border-radius: 10px; */
    padding: 25px 0px 25px 28px;
    margin-left: 0px;
    text-align: left;
}
.case-study.style3 .case_post_icon {
    display: inline-block;
}
.case-study.style3 .case_category {
    display: inline-block;
}
.case-study.style3 .cases-study-content h2.title {
    font-size: 22px;
    color: #141740;
    font-weight: 600;
    font-family: "Inter";
    margin: 0 0 0;
}
.case-study.style3 .cases-study-content h2.title a:hover{
    color: #5C85FF;
}
.case-study.style3 .cases-study-content .case_category span {
    color: #5C85FF;
    margin: 0 0 8px;
    display: block;
}
.case-study.style3 .cases-study-content .em-case-study-button {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(37%, -50%);
}
.case-study.style3 .cases-study-content .em-case-study-button a {
    display: inline-block;
    background: #306EFF;
    color: #fff;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    transition: 0.5s;
    font-size: 12px;
    font-weight: 800;
}
.case-study.style3 .dreamit-single-cases-study:hover .em-case-study-button a {
    background: #FFCE05;
    color: #333;
}

/*style six*/

.single_case_study.style_6 .dreamit-single-cases-study {
    position: relative;
    z-index: 999;
    overflow: hidden;
}
.single_case_study.style_6 .case-study-thumb {
    position: relative;
    z-index: 1;
}
.single_case_study.style_6 .case-study-thumb img {
    border-radius: 5px;
}
.single_case_study.style_6 .case-study-thumb:before {
    position: absolute;
    content: "";
    top: 18px;
    left: 0;
    height: 91%;
    width: 93%;
    border: 1px solid#fff;
    right: 0;
    margin: auto;
    z-index: 2;
    transition: .5s;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-radius: 5px;
}
.single_case_study.style_6 .case-study-thumb:after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    background-image: linear-gradient(0deg, rgba(6,36,98,0.3) 0%, 
rgba(6,36,98,0.3) 15%, rgba(6,36,98,0) 70%, rgba(217,35,43,0) 100%);
    right: 0;
    margin: auto;
    z-index: 1;
    opacity: 1;
    transition: .5s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-radius: 5px;
}
.single_case_study.style_6 .dreamit-single-cases-study:hover .case-study-thumb:before {
    opacity: 1;
}
.single_case_study.style_6 .dreamit-single-cases-study:hover .case-study-thumb:after {
    opacity: 1;
        background-image: linear-gradient(0deg, rgba(217,35,43,0.9999999999999999) 0%, 
rgba(217,35,43,0.9999999999999999) 15%, rgba(217,35,43,0) 70%, rgba(217,35,43,0) 100%);
}
.single_case_study.style_6 span.category-item {
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    font-family: "Inter";
    font-size: 16px;
    margin: 0 0 11px;
    display: block;
}
.single_case_study.style_6 .content {
    text-align: center;
    padding: 0 0 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    z-index: 22;
    opacity:0;
    transition: .5s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.single_case_study.style_6 .dreamit-single-cases-study:hover .content{
    bottom:50px;
    opacity:1;
}
.single_case_study.style_6 h4.title a {
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Inter";
}
.single_case_study.style_6 a.case-btn {
    position: absolute;
    left: 50%;
    right: 0;
    margin: auto;
    top: 65%;
    z-index: 22;
    text-align: center;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: .5s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.single_case_study.style_6:hover a.case-btn {
    top:50%;
    opacity:1;
}
.single_case_study.style_6 .case-study-thumb a i {
    width: 66px;
    height: 66px;
    border-radius: 33px;
    background-color: #f6f6f6;
    text-align: center;
    line-height: 66px;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #da242b;
    transform: rotate(-45deg);
}

/*owl dots*/

.case-study.style6 .case_study_carousel6 .owl-dots {
    margin: 19px 0 0;
}
.case-study.style6 .case_study_carousel6 button.owl-dot {
    position: relative;
    z-index: 22;
    margin: 0 2px;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    background-color: #50668F;
    display: inline-block;
    margin-right: 7px;
    transition: .5s;
}
.case-study.style6 .case_study_carousel6 button.owl-dot.active{
    position: relative;
    margin: 0 2px;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    background-color: #D9242D;
}
.case-study.style6 .case_study_carousel6 .owl-dots .owl-dot span {
    display: none;
}

/*
==========
Brand
==========
*/
.brand-item img {
    width: 54%!important;
}


/*
==============
Video Box
==============
*/

.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, .single-video.style-two .video-icon a {
    -webkit-transition: .5s;
    color: #fff;
    background: transparent;
    font-size: 16px;
    width: 100px;
    height: 100px;
    line-height: 96px;
    text-align: center;
    display: inline-block;
    border: 2px solid #ffffff;
    border-radius: 50%;
    text-transform: uppercase;
}

.v-overlay .video-icon a i {
	border: 0px solid #fff;
	font-size: 30px;
}
/* Style One */
.single-video.style-one .video-icon,
.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%);
}

@-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)
    }
}

.video_title {
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    top: 39%;
    left: 50%;
}






/* Style Three */
.single-video .layer-1 img, .single-video .layer-2 img, .single-video .layer-3 img, .single-video .layer-4 img {
    -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
}
@keyframes alltuchtopdown{
	0%{
		-webkit-transform:rotateX(0deg) translateY(0px);
		-ms-transform:rotateX(0deg) translateY(0px);
		transform:rotateX(0deg) translateY(0px)
	}
	50%{
		-webkit-transform:rotateX(0deg) translateY(-20px);
		-ms-transform:rotateX(0deg) translateY(-20px);
		transform:rotateX(0deg) translateY(-20px)
	}
	100%{
		-webkit-transform:rotateX(0deg) translateY(0px);
		-ms-transform:rotateX(0deg) translateY(0px);
		transform:rotateX(0deg) translateY(0px)
	}
}
.single-video.style-three .video-icon {
    left: 41%;
    position: absolute;
    top: 33%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 99!important;
}
.single-video.style-three .video-icon a i {
    text-align: center;
    display: inline-block;
    position: relative;
    z-index: 99;
    display: inline-block;
    font-size: 40px;
    color: #FD8F14;
    border: 3px solid #FD8F15;
    height: 80px;
    width: 80px;
    line-height: 81px;
    background: #fff;
    border-radius: 50%;
}
.single-video.style-three .video-icon a {
    -webkit-animation: none;
    animation: none;
    -webkit-transition: none;
}

.single-video.style-three .video-icon a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 99px;
    width: 99px;
    background: rgba(253, 143, 20,1);
    z-index: -1;
    border-radius: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	opacity: 1;
	}
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
	opacity: 0;
	}
}
.single-video.style-three .video-icon a i {
    background: #fff;
    height: 80px;
    width: 80px;
    line-height: 75px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    color: #FD8F14;
    font-size: 26px;
    position: relative;
}
/*video section*/
.single-video.style_four .video-icon a {
    display: inline-block;
    font-size: 40px;
    color: #fff;
    background: #D9242B;
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: center;
}

/*left bounce animation*/

@keyframes moveLeftBounce {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}




/**/
.dance3 {
    -webkit-animation: dance3 8s alternate infinite;
    animation: dance3 8s alternate infinite;
}

@keyframes dance3 {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

.dance {
    -webkit-animation: dance 2s alternate infinite;
    animation: dance 2s alternate infinite;
}

@keyframes dance {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1.2);
    }
}

.dance2 {
    -webkit-animation: dance2 4s alternate infinite;
    animation: dance2 4s alternate infinite;
}

@keyframes dance2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(25px, -25px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -25px, 25px);
    }
}

.watermark-animate {
    -webkit-animation: watermark-animate 8s infinite;
    animation: watermark-animate 8s infinite;
    animation-direction: alternate-reverse;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes watermark-animate {
    0% {
        left: 0;
    }

    100% {
        left: 100%;
    }
}
span.solar {
    color: #2AB685;
}
/*
==============
Pricing Table
==============
*/
.pricing.style1 {
    position: relative;
    padding: 113px 0px 30px;
    background-color: #fff;
    border-radius: 10px;
    text-align: left;
    transition: .5s;
}
.pricing.style1:hover{
    background:#306EFF;
}
.pricing.style1 {
    box-shadow: 0 0 5px Rgba(0,0,0,0.10);
}
.pricing.style1 .pricing_img {
    display: inline-block;
    height: 82px;
    width: 82px;
    text-align: center;
    line-height: 110px;
    background: #da242b;
    border-radius: 5px;
}
.pricing.style1 .pricing-head {
    text-align: left;
    position: relative;
    padding: 0 31px;
}
.pricing.style1 .pricing-title {
    font-size: 22px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    margin: 33px 0 27px;
    background: #F6F6F6;
    display: inline-block;
    padding: 10px 98px 10px 030px;
    border-radius: 0 5px 05px 0;
    transition: .5s;
    color: #141840;
    border-radius: 0 30px 30px 0;
    border-left: 3px solid#306EFF;
}
.pricing.style1 .price-item {
    display: inline-block;
    content: "";
    left: 0;
    right: 0;
    text-align: center;
    height: 118px;
    width: 118px;
    background: #306EFF;
    z-index: 1;
    margin: 0 auto 0;
    border-radius: 0 10px 10px 10px;
    transition: 0.5s;
    position: absolute;
    top: -26px;
}
.pricing.style1 .price-item .price_dolar::after {
    position: absolute;
    content: "";
    height: 36px;
    width: 36px;
    background: #306EFF;
    left: -120px;
    right: 0;
    top: -24px;
    z-index: 1;
    clip-path: polygon(13% 95%, 100% 1%, 100% 100%, 100% 100%);
    transform: rotate(-134deg);
    text-align: center;
    margin: 0 auto 0;
    transition: 0.5s;
}
.pricing.style1 .price-item .price_dolar {
    position: relative;
    top: 33px;
}
.pricing.style1 .price-item .currency {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Inter";
    text-align: center;
}
.pricing.style1 .price-item .tk {
    font-size: 42px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Inter";
    text-align: center;
    margin: 0;
}
.pricing.style1 .price-item .month {
    display: block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Inter";
    text-align: center;
}
.pricing.style1 .pricing-body {
    padding: 0 31px;
}
.pricing.style1 .pricing-body ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.pricing.style1 .pricing-body ul li {
    font-weight: 400;
    margin-bottom: 9px;
}
.pricing.style1 .pricing-body ul li i {
    display: inline-block;
    color: #FFC704;
    font-size: 12px;
    margin-right: 6px;
}
.pricing.style1 .pricing-button {
    transition: .5s;
    font-size: 15px;
    line-height: 42px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
    background: #306EFF;
    text-decoration: none;
    padding: 3px 30px;
    border-radius: 30px;
    position: relative;
    transition: 0.5s;
    margin-top: 29px;
    display: inline-block;
}
/*hover*/
.pricing.style1:hover .price-item{
    background: #FFC704;
}
.pricing.style1:hover .price_dolar::after{
    background: #FFC704;
}
.pricing.style1:hover .pricing-title{
   background: #F6F6F6; 
   border-color: #F6F6F6;
}
.pricing.style1:hover .pricing-body ul li{
  color: #fff; 
}
.pricing.style1:hover .pricing-body ul li i{
  color: #FFC704; 
}
.pricing.style1:hover .price-item .currency,
.pricing.style1:hover .price-item .tk,
.pricing.style1:hover .price-item .month{
    color: #333;
}
.pricing.style1:hover .pricing-button{
    background: #FFC704;
    color: #333;
}
/*pricing active*/
.pricing.style1.active {
    position: relative;
    z-index: 1;
}
.pricing.style1.active:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index:-1;
    border-radius: 5px;
}
.pricing.style1.active .pricing_img {
    background: #fff;
}
.pricing.style1.active .pricing-title{
    background-color: rgba(255,255,255,0.2);
}
.pricing.style1.active .pricing-title:before{
    background:transparent;
}

/*pricing style2*/

.pricing.style2{
    padding: 40px 30px 40px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    outline-offset: -1px;
    transition: all 0.5s linear;
    outline: 0;
}
.pricing.style2:hover {
    background-color: #fff !important;
    background: linear-gradient(90deg, #D9242B 50%, transparent 0) repeat-x, linear-gradient(90deg, #D9242B 50%, transparent 0) repeat-x, linear-gradient(0deg, #D9242B 50%, transparent 0) repeat-y, linear-gradient(0deg, #D9242B 50%, transparent 0) repeat-y;
    background-size: 6px 2px, 6px 2px, 2px 6px, 2px 7px;
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    -webkit-animation: linearGradientMove 0.3s infinite linear;
    animation: linearGradientMove 0.3s infinite linear;
}
.pricing.style2 .pricing_img {
    height: 90px;
    width: 90px;
    line-height: 124px;
    text-align: center;
    background: #062462;
    border-radius: 4px;
    transition: .5s;
    z-index: 1;
    position: relative;
}
.pricing.style2 .pricing_img:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #da242b;
    border-radius: 4px;
    transform: scale(0);
    transition: .5s;
}
.pricing.style2:hover .pricing_img:before{
    transform: scale(1);
}
.pricing.style2 .price_dolar {
    display: inline-block;
    right: 32px;
    position: absolute;
    top: 60px;
}
.pricing.style2 span.tk {
    display: inline-block;
    font-size: 42px;
    font-weight: 700;
    color: #da242b;
    transition: .5s;
}
.pricing.style2 span.month {
    font-size: 14px;
    display: block;
    letter-spacing: 1px;
    line-height: 18px;
}
.pricing.style2 span.currency {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Inter';
    color: #da242b;
    top: -15px;
    transition: .5s;
}
.pricing.style2 h3.pricing-title {
    font-size: 22px;
    padding: 24px 0 30px;
    position: relative;
    z-index: 1;
}
.pricing.style2 .pricing-body ul li {
    list-style: none;
    display: block;
    padding: 0 0 8px;
    font-weight: 400;
}
.pricing.style2 a.pricing-button.singinp {
    padding: 10px 30px;
    font-weight: 500;
    color: #062462;
    border: 1px solid rgba(6,36,98,0.2);
    display: inline-block;
    border-radius: 4px;
    margin-top: 29px;
    position: relative;
    z-index: 1;
}
.pricing.style2:hover a.pricing-button.singinp{
    background: #062462;
    color: #fff;
}
.pricing.style2:hover span.tk,
.pricing.style2:hover span.currency{
    color: #062462;
}
.pricing.style2 ul.features li i {
    color: #da242b;
    font-size: 13px;
    margin-right: 7px;
}
/*animation*/
@-webkit-keyframes linearGradientMove {
  100% {
    background-position: 4px 0, -4px 100%, 0 -4px, 100% 4px;
  }
}

@keyframes linearGradientMove {
  100% {
    background-position: 4px 0, -4px 100%, 0 -4px, 100% 4px;
  }
}


/*
==================
Tab
==================
*/
.filter-tab #tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    padding-right: 2px;
}
.filter-tab ul li {
    display: block;
    position: relative;
/*    overflow: hidden;*/
    border-radius: 4px;
    margin-right: 20px;
}
.filter-tab ul li:last-child{
    margin-right:0px;
}
.tab_thumb {
    position: relative;
    z-index: 1;
}

.filter-tab #tabs li a {
    border-radius: 5px;
    position: relative;
    z-index:1;
}

.filter-tab #tabs li a:before {
    position: absolute;
    content: "";
    top: -54px;
    left: 0;
    height: 70px;
    width: 100%;
    background: #DA242B;
    opacity: 0.8;
    border-radius: 0 35px 35px 30px;
}
.filter-tab #tabs li a:after {
    position: absolute;
    content: "";
    z-index: 9999;
    left: 0;
    right: 30px;
    bottom: -2px;
    margin: auto;
    width: 23px;
    transform: rotate(45deg);
    transition: .5s;
    border: 18px solid;
    border-right-color: #cd0d14;
    border-top-color: transparent;
    border-left-width: 0;
    border-left-color: transparent;
    border-bottom-width: 0;
}
.filter-tab #tabs li a.inactive:after{
    display: none;
}
.filter-tab #tabs li a.inactive:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #2F6EFF;
    opacity: 0!important;
}
.filter-tab #tabs h5.text {
    position: absolute;
    top: -28px;
    left: 0;
    right: 0;
    margin: auto;
    /* transform: translateX(-50%) translateY(-118%); */
    color: #152b63;
    font-weight: 500;
    text-align: center;
    font-size: 18px;
}
.filter-tab #tabs li a h5.text {
    color: #fff;
}
.filter-tab #tabs li a.inactive h5.text {
    color: #152b63; 
}

.filter-tab #tabs a {
    cursor:pointer;
}
.filter-tab #tabs li a.inactive {
    background: transparent;
    outline: none;
    position: relative;
}
.filter-tab #tabs li a:hover,
.filter-tab #tabs li a.inactive:hover {
    color: #5685bc;
    outline:none;
}

.filter-tab #tabs li a h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin: 25px 0 20px;
}
.filter-tab #tabs li a p{
    color: #fff;
}
.filter-tab #tabs li a.inactive p{
    color: #828fa0;
}
.filter-tab .content {
    padding-top: 51px;
}
.filter-tab .content .title{
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}
.filter-tab .content h1, .filter-tab .content h2 {
    margin-left: 0;
    color: #062461;
    line-height: 40px;
    font-size: 40px;
    font-weight: 700;
}
.filter-tab .content .text h3{
    font-size: 22px;
    font-weight: 600;
}
.filter-tab .text .tab_content p.description {
    margin-top: 20px;
}
.filter-tab .content .text p {
    color: #828fa0;
    margin: 0px 0 13px;
}
.filter-tab .content .text ul{
    margin: 0 0 35px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.filter-tab .content .text ul li{
    position: relative;
    color: #828fa0;
    font-size: 16px;
    padding-left: 25px;
    margin-right: 30px;
}
.filter-tab .content .text ul li:last-child{
    margin-right: 0;
}
.filter-tab .content .text ul li::before{
    content: '\f058';
    position: absolute;
    left: 0;
    font-family: "Font Awesome 5 Free";
    color: #533efe;
}

.tab_content h4 {
    font-size: 16px;
    color: #da242b;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 23px;
}


.description{
    display: block;
}
a.tab_button {
    font-size: 15px;
    padding: 15px 30px;
    background: #152b63;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    border-radius: 5px 30px 30px 30px;
    position: relative;
    z-index: 1;
    transition: .5s;
    margin-top: 20px;
}
a.tab_button:before{
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px 30px 30px 30px;
    background: #cd0d14;
    transform: scale(0);
    transition: .5s;
}
a.tab_button:hover{
    color: #fff;
}
a.tab_button:hover:before{
   transform: scale(1);
}

a.tab_button i {
    font-size: 11px;
    margin-left: 8px;
}


/*
================
 Image Carousel
================
*/

.owl_wrapper{
  width: 100vw;
  overflow: hidden;
}
.owl_content{padding-left: 12%;}
.owl_wrapper .owl-item{
  opacity: 0;
  transform: scale(0.6);
  -ms-transform: scale(0.6);
  transition: all .2s;
  -webkit-transform: all .2s;
  z-index: 1;
}
.owl_wrapper .active{opacity: 0.5;}
.owl_wrapper .active.middle_beside{
  transform: scale(0.8);
  -ms-transform: scale(0.8);
  opacity: 0.8;
  margin: 0 -1%;
  z-index: 2;
}
.owl_wrapper .active.middle{
  transform: scale(1);
  -ms-transform: scale(1);
  opacity: 1;
  z-index: 3;
}
.owl_wrapper .active.next_to_mid{margin-left: -1%;}
.owl_wrapper .active.prev_to_mid{margin-right: -1%;}



/*===== Navigation =====*/
.owl_wrapper .prev, .owl_wrapper .next{
  position: absolute;
  top: 100px; left: 100px;
  width: 30px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background: #777;
  cursor: pointer;
  z-index: 5;
}
.owl_wrapper .next{left: calc(100% - 100px);}
.no_select{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.infos {
    width: 500px;
    text-align: center;
    font-family: 'Roboto', Arial;
    font-size: 14px;
    line-height: 16px;
    margin-top: 50px;
    color: #000;
}
.infos a {
    color: #555;
    text-decoration: none;
}
.infos a:hover {color: #999;}


#carousel {
  position: relative;
  height: 400px;
  overflow: hidden;
}
#carousel div {
  position: absolute;
  transition: transform 1s, left 1s, opacity 1s, z-index 0s;
  opacity: 1;
}
#carousel div img {
  width: 400px;
  transition: width 1s;
}
#carousel div.hideLeft {
  left: 0%;
  opacity: 0;
  transform: translateY(50%) translateX(-50%);
}
#carousel div.hideLeft img {
  width: 200px;
}
#carousel div.hideRight {
  left: 100%;
  opacity: 0;
  transform: translateY(50%) translateX(-50%);
}
#carousel div.hideRight img {
  width: 200px;
}
#carousel div.prev {
  z-index: 5;
  left: 30%;
  transform: translateY(50px) translateX(-50%);
}
#carousel div.prev img {
  width: 300px;
}
#carousel div.prevLeftSecond {
  z-index: 4;
  left: 15%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0.7;
}
#carousel div.prevLeftSecond img {
  width: 200px;
}
#carousel div.selected {
  z-index: 10;
  left: 50%;
  transform: translateY(0px) translateX(-50%);
}
#carousel div.next {
  z-index: 5;
  left: 70%;
  transform: translateY(50px) translateX(-50%);
}
#carousel div.next img {
  width: 300px;
}
#carousel div.nextRightSecond {
  z-index: 4;
  left: 85%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0.7;
}
#carousel div.nextRightSecond img {
  width: 200px;
}

/*contact*/
.contact{
    position: relative;
    z-index: 1;
}
.contact:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 147px;
    width: 100%;
    background: #da242b;
    z-index: -1;
    border-radius: 3px 3px 0 0;
}
.contact:after {
    position: absolute;
    content: "";
    top: 137px;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
}
.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}
.contact input.form-control {
    border: 0;
    border-radius: 6px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: 1px solid #ddd;
    width: 100%;
    height: 50px;
    padding-left: 25px;
    background: #f7f4f4;
    border-radius: 30px;
    color: #232323;
     border: 1px solid rgba(35, 35, 35, 0.12);
    transition: .5s;
}
.contact .form-control:focus {
    outline: none;
    box-shadow: 0 0 6px rgb(204, 48, 0, 0.6);
    border-color: #da242b;
}
/*placeholder*/
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control::placeholder {
    color: #6d6d6d!important;
}
textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
    color: #6d6d6d!important;
}
/*focus color*/
textarea:focus {
    outline: none;
    box-shadow: 0 0 6px rgb(204, 48, 0, 0.6);
    border-color: #da242b!important;
}
/*contact two*/
.form-area.style-two .form-control {
    border:none;
    width: 100%;
    height: 56px;
    background: #fff;
    border-radius: 4px;
}
.form-area.style-two input.form-control {
    border:none;
    width: 100%;
    height: 56px;
    background: #fff;
    border-radius: 4px;
}
.form-area.style-two .buttons input {
    padding: 14px 33px;
    background: #da242b;
    border: none;
    font-weight: 500;
    width: inherit;
    border-radius: 4px;
}
/*Contact three*/
.form-area.style-three .form-control {
    border: 0;
    width: 100%;
    height: 57px;
    padding-left: 25px;
    background: #fff;
    border-radius: 5px;
    color: #232323;
    border: none;
}
.form-area.style-three input[type="email"] {
    height: 57px;
    padding: 5px 25px;
    width: 100%;
    border-radius: 5px;
    outline: 0;
}
.form-area.style-three select.wpcf7-form-control.wpcf7-select {
    width: 100%;
    height: 57px;
    border: none;
    padding: 0 25px;
}
.form-area.style-three textarea.wpcf7-form-control.wpcf7-textarea {
    background: #fff;
    height: 138px;
    border: none;
    border-radius: 5px;
}
.form-area.style-three .buttons input {
    padding: 13px 40px;
    background: #da242b;
    border-radius: 30px;
    width: inherit;
     
}
.form-area.style-three input.wpcf7-form-control.wpcf7-text.form-control::placeholder {
    color: #6d6d6d!important;
}
/*
==========
Blog Post
==========
*/
.blog-post.style1 .container {
    max-width: 1320px;
    margin: 0 auto;
}
.blog-post.style1 .post-item {
    margin-bottom: 20px;
    border-radius: 3px;
    border: none;
    position: relative;
    z-index: 1;
    transition: .5s;
    overflow: hidden;
}
.blog-post.style1 .post-item .post-thumb {
    position: relative;
    overflow: hidden;
}
.blog_style_two.three .luxury-single-blog_adn .luxury-blog-thumb_adn a img {
    border-radius: 5px!important;
}
.blog-post.style1 .post-item .post-thumb:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(10deg, #062462 0%, #062462 100%);
/*    visibility: hidden;*/
    transition: .5s;
    border-radius: 5px;
    opacity: .45;
    z-index: 1;
    transform: scale(0);
}
.blog-post.style1 .post-item:hover .post-thumb:before{
    transform: scale(1);
}

.blog-post.style1 .post-thumb img {
    overflow: hidden;
    transition: .5s;
    transform: scale(1.1);
    width: 100%;
}
.blog-post.style1 .categories {
    position: absolute;
    top: 10px;
    left: 10px;
}
.blog-post.style1 .categories a {
    padding: 4px 17px 2px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    background: #da242b;
    display: inline-block;
    position: relative;
    z-index: 1;
    border-radius: 5px 30px 30px 30px;
}
.blog-post.style1 .post-item .blog_post_inner_content {
    padding: 32px 35px 25px;
    transition: .5s;
    background: #f5f8fe;
    border-radius: 0 0 50px 5px;
    position: relative;
}
.blog-post.style1 .post-item .content .meta {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.blog-post.style1 .meta i {
    color: #da242b;
    display: inline-block;
    font-size: 14px;
    margin-right: 7px;
}

.blog-post.style1 h3.title a {
    color: #152b63;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Inter';
    line-height: 30px;
    display: inline-block;
}
.blog-post.style1 .meta {
    display: inline-block;
    margin-bottom: 3px;
}
.blog-post.style1 .date {
    display: inline-block;
}
.blog-post.style1 .user_thumb {
    display: inline-block;
    height: 27px;
    width: 27px;
    margin-right: 14px;
    float: left;
}
.blog-post.style1 .user_thumb img{
    border-radius: 100%;
}
.blog-post.style1 .blog_post_user {
    border-top: 1px solid rgba(29, 33, 36, 0.12);
    padding: 17px 27px 0;
}
.blog-post.style1 .author {
    display: inline-block;
    position: absolute;
    top: -22px;
}
.blog-post.style1 .author a {
    font-size: 14px;
    padding: 7px 22px 7px 48px;
    background: #152b63;
    color: #fff;
    font-weight: 300;
    display: inline-block;
    border-radius: 5px 30px 30px 30px;
    position: relative;
    z-index: 1;
}
.blog-post.style1 .author a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #da242b;
    border-radius: 5px 30px 30px 30px;
    z-index: -1;
    transform: scale(0);
    transition: .5s;
}
.blog-post.style1 .author a:after {
    position: absolute;
    content: "";
    left: 20px;
    top: 22px;
    background: #fff;
    width: 20px;
    height: 1px;
}
/*box hover*/
.blog-post.style1 .post-item:hover .author a:before{
    transform: scale(1);
}
.blog-post.style1 .blog_btn a {
    font-size: 15px;
    color: #141840;
    font-weight: 500;
    padding: 0;
    display: inline-block;
    transition: .5s;
    margin-top: 23px;
}
.blog-post.style1 .blog_btn a i {
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
}
/*hover*/
.post-item:hover {
    filter: none;
    background-color: #ffffff;
    border: 1px solid rgba(29, 33, 36, 0.12);
}
.post-item:hover .post-thumb img {
    transform: scale(1.4);
}
.blog-post.style1 h3.title a:hover{
    color: #da242b;
}
.post-item:hover .blog_btn a i{
    margin-left: 10px;
}
.blog-post.style1 .post-item .content .meta .date {
    position: relative;
    color: #616161;
    font-size: 16px;
    text-transform: capitalize;
}
.blog-post.style1 .post-item .content .meta .date i{
    color: #3abba7;
    margin-right: 5px;
}
.blog-post.style1 .post-item .content .meta .author i{
    color: #3abba7;
    margin-right: 5px;
}
.blog-post.style1 .post-item .content .meta .author a{
    color: #616161;
    font-size: 15px;
    text-transform: uppercase;
}
.blog-post.style1 .post-item .content .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    margin: 0;
}
.blog-post.style1 .post-item .content .title a {
    color: var(--title-color);
    font-size: 22px;
    font-family: var(--title-font);
    font-weight: 600;
    transition: 0.3s;
}

.blog-post.style1 .post-item .content .description {
    color: rgba(30, 38, 109, 0.9);
    font-weight: 300;
    margin-bottom: 20px;
}
.blog-post.style1 .post-item .content .read-more{
    display: inline-block;
    color: #1e266d;
}
/*new_blog*/
.new_blog .blog-post.style1 .post-item .post-thumb {
    line-height: 0;
}
.new_blog .blog-post.style1 .categories a {
    opacity: 0;
}
.new_blog .blog-post.style1 .post-thumb img {
    transform: scale(1.0);
    border-radius: 5px;
}
.new_blog .blog-post.style1 .post-item .blog_post_inner_content {
    padding: 31px 35px 23px;
    background: #f5f5f5;
    border-radius: 0 0 5px 5px;
}
.new_blog .blog-post.style1 .author a {
    background: #052361;
    border-radius: 30px;
}
.new_blog .blog-post.style1 .author a:before {
    border-radius: 30px;
}
.new_blog .blog-post.style1 .blog_btn a:hover {
    color: #d9232b;
}
/*blog post style two*/

.blog_style_two .em-blog-content-area_adn {
    position: relative;
    padding: 32px 35px 25px;
    transition: .5s;
    border-radius: 5px;
}
.blog_style_two .blog-page-title_adn h2 a {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Inter';
    line-height: 30px;
    display: inline-block;
    text-decoration: none;
    margin: 0;
    color: #111D16;
}
.blog_style_two .author {
    display: inline-block;
    position: absolute;
    top: -22px;
}
.blog_style_two .author a {
    font-size: 14px;
    padding: 7px 22px 7px 48px;
    background: #3BCB99;
    color: #fff;
    display: inline-block;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
    text-decoration: none;
}
.blog_style_two .author a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #FD8F14;
    border-radius: 30px;
    z-index: -1;
    transform: scale(0);
    transition: .5s;
}
.blog_style_two .author a:after {
    position: absolute;
    content: "";
    left: 20px;
    top: 22px;
    background: #fff;
    width: 20px;
    height: 1px;
}
.blog_style_two .blog_btn a {
    font-size: 15px;
    color: #141840;
    font-weight: 500;
    padding: 0;
    display: inline-block;
    transition: .5s;
    margin-top: 23px;
}
.blog_style_two .blog_btn a i {
    font-size: 14px;
    display: inline-block;
    margin-left: 7px;
}
.blog_style_two .blog_btn a {
    font-size: 15px;
    color: #141840;
    font-weight: 500;
    padding: 0 0 0;
    display: inline-block;
    transition: .5s;
    text-decoration: none;
}
/*box hover*/
.blog_style_two .single_blog_adn:hover .author a:before{
    transform: scale(1);
}
.blog_style_two .single_blog_adn:hover .blog-page-title_adn h2 a{
    color: #2AB685;
}
.blog_style_two .single_blog_adn:hover .blog_btn a {
    color: #FD8F14;
    font-style: italic;
}
.blog_style_two .single_blog_adn:hover .blog_btn a i {
    margin-left: 14px;
}
/*blog style three*/
.blog_style_two.three .single_blog_adn {
    background: #f6f6f6;
    border-radius: 5px;
}
.blog_style_two .hendre-blog-thumb_adn a{
    position: relative;
}
.blog_style_two .hendre-blog-thumb_adn a img {
    border-radius: 5px;
}
.blog_style_two.three .hendre-blog-thumb_adn a:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: rgba(253, 143, 20, 0.8);
    transition: all 400ms linear;
    border-radius: 5px 5px 0 0;
}
.blog_style_two.three .hendre-blog-thumb_adn a:after {
   position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: rgba(47, 110, 255, 0.8);
    transition: all 400ms linear;
    border-radius: 0px 0px 5px 5px;
}
.blog_style_two.three .single_blog_adn:hover .hendre-blog-thumb_adn a:after, 
.blog_style_two.three .single_blog_adn:hover .hendre-blog-thumb_adn a:before {
    height: 50%!important;
     visibility: visible;
}
.blog_style_two .single_blog_adn:hover .blog-page-title_adn h2 a {
    color: #2AB685;
}
.blog_style_two.three .single_blog_adn:hover .blog-page-title_adn h2 a {
    color: #306EFF;
}
.blog_style_two.three .single_blog_adn:hover .blog_btn a {
    color: #306EFF;
    font-style: italic;
}
.blog_style_two.nine .blog-thumb{
    position: relative;
    z-index: 1;
}
.blog_style_two.nine .blog-thumb:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-image: linear-gradient(10deg, #062462 0%, #062462 100%);
    visibility: hidden;
    transition: .5s;
    border-radius: 5px;
    opacity: .45;
}
.blog_style_two.three .single_blog_adn:hover .blog-thumb:before{
      width: 100%;
    left: 0;
    visibility: visible;
}
.blog_style_two.three .author a {
    font-size: 14px;
    padding: 7px 22px 7px 48px;
    background: #306EFF;
}

/*
=============
 Recent Post
=============
*/
.recent-post.style1 .post-item{
    display: flex;
    align-items: center;
    margin-bottom: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid #616161;
    overflow: hidden;
}
.recent-post.style1 .post-item:last-child{
    border: 0;
    margin: 0;
    padding: 0;
}
.recent-post.style1 .post-item .post-thumb{
    flex-shrink: 0;
}
.recent-post.style1 .post-item .post-thumb img{
    height: 90px;
    width: 90px;
    object-fit: cover;
    border-radius: 10px;
}
.recent-post.style1 .post-item .content{
    padding: 0 0 0 10px;
}
.recent-post.style1 .post-item .content .meta{
    display: flex;
    align-items: center;
}
.recent-post.style1 .post-item .content .meta .date{
    position: relative;
    color: #616161;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}
.recent-post.style1 .post-item .content .meta .date i{
    color: #3abba7;
    margin-right: 5px;
}
.recent-post.style1 .post-item .content .title{
    font-size: 16px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 6px;
}
.recent-post.style1 .post-item .content .title a{
    color: var(--title-color);
}
.recent-post.style1 .post-item .content .title a:hover{
    color: var(--main-color);
}
.recent-post.style1 .post-item .content .description {
    color: rgba(30, 38, 109, 0.9);
    font-weight: 300;
    margin-bottom: 20px;
}
span.pbgcolor {
    background: #da242b;
    color: #fff;
    padding: 5px 0;
}
span.bbgcolor {
    background: #d8d8d8;
    padding: 5px 0;
}
span.cbgcolor {
    background: #000;
    color: #fff;
    padding: 5px 0;
}
/*
==========
Portfolio
==========
*/
.filters.filter-button-group {
    margin-bottom: 60px;
    text-align: center;
}
.portfolio-filter ul {
    margin: 0;
    list-style: none;
    padding: 28px 0 0;
}
.portfolio-filter ul li {
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 25px;
    padding: 10px 0;
    cursor: pointer;
    background: #F6F5F5;
    font-size: 15px;
    transition: all 0.5s ease 0s;
    cursor: pointer;
    padding: 6px 25px;
    font-weight: 500;
    position: relative;
    margin: 0 3px;
    margin-bottom: 7px;
    display: inline-block;
    border-radius: 30px;
}
.portfolio-filter li.current_menu_item {
    background: #da242b;
    color: #fff;
}
.portfolio-filter .content {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    text-align: center;
}
.port-thumb {
    position: relative;
    overflow: hidden;
    line-height: 0;
}
.portfolio-filter .port-thumb:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: #052361;
    transition: all 400ms linear;
    border-radius: 5px 5px 0 0;
    opacity: .45;
}
.portfolio-filter .port-thumb:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #052361;
    transition: all 400ms linear;
    border-radius: 0 0 5px 5px;

    opacity: .45;
}
.portfolio-filter .port-thumb:hover:after, 
.portfolio-filter .port-thumb:hover:before {
    height: 50%;
}
.portfolio-filter .content .single-content img {
    width: 100%;
    height: 100%;
}
.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:before {
    position: absolute;
    content: "";
    z-index: -1;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 160px;
    border-radius: 0 0 4px 4px;
}
.portfolio-filter .single-content::before{
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.30);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.portfolio-filter .single-content:hover:before{
    opacity: 1;
}
.portfolio-filter .single-content .prot_content {
    position: absolute;
    padding: 18px 27px 26px;
    left: 0;
    bottom: -162px;
    text-align: left;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    transition: all 400ms linear;
}
.portfolio-filter .single-content:hover .prot_content{
    bottom: 0;
}
.portfolio-filter .content .grid-item .prot_content h4 {
    margin: 0;
    padding: 14px 80px 14px 25px;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Inter';
    color: #062461;
    background: #fff;
    display: inline-block;
    border-radius: 0 5px 5px 5px;
}
.portfolio-filter .content .grid-item .prot_content h4 a {
    display: inline-block;
    color: #062461;
    font-size: 20px;
    font-weight: 600;
}
.portfolio-filter .content .grid-item .prot_content p {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    background: #DA242B;
    display: inline-block;
    line-height: 28px;
    padding: 4px 25px;
    border-radius: 5px 5px 0 0;
    margin: 0;
}
.portfolio-filter .single-content .picon {
    cursor: pointer;
    z-index: 22;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #da242b;
    display: inline-block;
    font-size: 16px;
    top: -52px;
    transition: all 400ms linear;
    left: 32%;
    right: 0;
    margin: auto;
}
.portfolio-filter .content .picon a i{
    color: #fff;
}
.portfolio-filter .content .video-icon {
    display: inline-block;
    transition: all 500ms linear;
    position: absolute;
    top: -52px;
    z-index: 2;
    right: 48px;
}
.portfolio-filter .content .video-icon a {
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #da242b;
    display: inline-block;
    font-size: 13px;
}
.portfolio-filter .port_btn a {
    font-size: 15px;
    padding: 24px 29px;
    font-weight: 500;
    background: #f6f6f6;
    display: block;
    color: #062462;
    position: relative;
    z-index: 1;
    border-radius: 0 0 5px 5px;
    text-align: left;
}
.portfolio-filter span.span {
    float: right;
    font-size: 18px;
    transition: .5s;
}

/*hover*/
.portfolio-filter .single-content:hover .picon{
    top: 7%;
}
.portfolio-filter .single-content:hover .video-icon {
    top: 7%;
}
.portfolio-filter .single-content:hover .port_btn a{
    background:#062462 ;
    color: #fff;
}

/* 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%;
    background: #fff;
}
.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: #da242b;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    margin-right: 10px;
    line-height: 35px;
}

.portfolio_details .col-md-6 {
	float: left;
}
.portfolio_info ul {
    list-style: none;
}

.portfolio_info ul li {
    padding:5px 0;
}

.port_dtl_social {
    margin-top: 20px;
}
.pr-title h2 {
    font-size: 25px;
}
.port_dtl_social i {
    margin: 0 7px;
    cursor: pointer;
}
.port_btn {
    display: none;
}

/* Service Details */
.menu-service-menu-container ul {
    list-style: none; 
    padding: 0;
}
.menu-service-menu-container ul li {
    list-style: none;
    margin-bottom: 14px;
}
.menu-service-menu-container ul li:last-child{
    margin-bottom: 0;
}
.menu-service-menu-container ul li a {
    position: relative;
    display: block;
    padding: 15px 7px 15px 49px;
    background-color: #fff;
    font-weight: 400;
    font-size: 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #232323;
    position: relative;
    border-radius: 5px;
}
.menu-service-menu-container ul .current_page_item a {
    background-color: #da242b;
    color: #fff;
}
.menu-service-menu-container ul .current_page_item a::after {
    background-color: #fff;
    color:#FF3D00;
}
.menu-service-menu-container ul li a::after {
    content: '\f00c';
    position: absolute;
    left: 19px;
    top: 18px;
    font-size: 12px;
    font-family: 'FontAwesome';
    height: 22px;
    width: 22px;
    background: #E9E9E9;
    text-align: center;
    line-height: 22px;
    border-radius: 100%;
    transition: .5s;
}
.menu-service-menu-container ul li a:hover {
    color: #fff;
    background: #da242b;
}
.menu-service-menu-container ul li a:hover:after{
    background: #fff;
    color:#FF3D00;
}
.details-service .dreamit-button .button {
    padding: 11px 29px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

/* Hero Section */
.hero-single-slide{
    min-height: 887px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;    
}
.hero-content-left h1 {
    font-size: 50px;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 800;
    line-height: 1.1;
}
.hero-content-left h2 {
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 20px;
    margin-top: 0;
    line-height: 1.2;
}
.hero-content-left h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}
.hero-content-left p {
    padding-right: 70px;
    margin-bottom: 35px;
}

/* Accordion CSS */
.my-accordion li {
    position: relative;
    margin-bottom: 20px;
    list-style: none;
    z-index: 1;
}
.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 p {
    display: none;
    padding: 17px 25px 3px;
    color: #616161;
    font-size: 16px;
}
.my-accordion a {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 17px;
    color: #152b63 !important;
    background-color: #fff;
    padding: 16px 25px;
    border-radius: 5px 5px 30px 5px;
    z-index: 1;
    display: inline-block;
}
a.active {
    border-radius: 5px 0px 0 0;
    background: #152b63;
    color: #fff !important;
}
a.active:hover {
    color: #da242b;
}
.my-accordion a:after {
   width: 10px;
    height: 2px;
    background: #152b63;
    position: absolute;
    right: 28px;
    content: " ";
    top: 26px;
    transition: all 0.2s ease-in-out;
}
.my-accordion a:before {
    width: 2px;
    height: 10px;
    background: #152b63;
    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: 15px;
    padding: 25px 30px 28px;
    background: #fff;
    overflow: hidden;
    border-radius: 0 0 30px 5px;
    font-weight: 300;
    margin: 0;
}

a.active:after {
  transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #da242b;
}
a.active:before {
 display: none;
}
/*accordion style two*/
.my-accordion.style2 a {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 17px;
    z-index: 1;
    display: inline-block;
    color: #152b63 !important;
    background-color: transparent;
    padding: 16px 25px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid rgba(19,17,37,0.15);
}
.my-accordion.style2 a.active{
  
    border-top: 1px solid rgba(19,17,37,0.15) !important;
    border-right: 1px solid rgba(19,17,37,0.15) !important;
    border-left: 5px solid #da242b;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    padding: 25px 20px 15px 30px;  
}


.my-accordion.style2 li p {
    font-weight: 300;
    font-size: 16px;
    padding: 0px 15px 25px 30px;
    margin: 0;
    background: transparent;
    backdrop-filter: blur(1.9px);
    overflow: hidden;
    border-radius: 5px;
    border-bottom: 1px solid rgba(19,17,37,0.15);
    border-right: 1px solid rgba(19,17,37,0.15);
    border-left: 5px solid #da242b;
    border-radius: 0 0 5px 5px;
}








/* bounce-animate */
.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
.bounce-animate2 {
  animation-name: float-bob2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob2;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob2;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob2;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
.bounce-animate3 {
  animation-name: float-bob3;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob3;
  -moz-animation-duration: 4s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob3;
  -ms-animation-duration: 4s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob3;
  -o-animation-duration: 4s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
.bounce-animate4 {
  animation-name: float-bob4;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob4;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob4;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob4;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
 .bounce-animate5 {
  animation-name: float-bob5;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); } }
@-webkit-keyframes float-bob2 {
  0% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px); }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  100% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px); } }
@-webkit-keyframes float-bob3 {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); }
  50% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px); }
  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-webkit-keyframes float-bob4 {
  0% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px); }
  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px); }
  100% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px); } }
@-webkit-keyframes float-bob5 {
  0% {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px); }
  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px); }
  100% {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px); } }
@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

/*animation moveleft*/
@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}


/* Subscribe Form */
.subscribe-form input[type="email"] {
    padding: 10px 15px 10px 15px;
    border-radius: 0;
    outline: 0;
    width: 70%;
    border: 0;
    background: #fff;
    height: 56px;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.05);
    margin: 0;
}
.subscribe-form input[type="email"]::placeholder{
    opacity: 0.9;
}
.subscribe-form input[type="email"]:focus{
    color: #fff;
}
.subscribe-form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    height: 56px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #b98d36;
    padding: 0;
    width: 30%;
    border: 0;
    outline: 0;
    border-radius: 0;
}

/*
==================
 Elementor Custom
==================
*/

.custom-progress .elementor-progress-text {
    margin-top: -20px;
    color: #232323;
    font-size: 16px;
    padding-left: 0;
    overflow: visible;
}
.custom-progress .elementor-progress-percentage {
    padding-right: 15px;
    margin-top: -20px;
    color: #232323;
    font-size: 16px;
}
.service_cursousel_sliderr .em-service.style_4 {
    margin: 0 15px 5px;
}
.service_cursousel_sliderr .em_service_content {
    padding: 12px 26px 35px;
    box-shadow: 1px 6px 6px #f9f6f6;
}
.service_cursousel_sliderr .em-service-title h2 {
    font-size: 24px;
    margin-bottom: 8px;
}
.service_cursousel_sliderr ul.slick-dots {
    list-style: none;
    display: inline-block;
    margin-top: 30px;
}
.service_cursousel_sliderr ul.slick-dots li {
    display: inline-block;
    margin: 0 7px;
    height: 20px;
    width: 20px;
    line-height: 20px;
}
.breadcumb-inner {
    text-align: center;
}
.hendre-blog-thumb img {
    vertical-align: middle;
    width: 100%;
}
.cleaning-footer .subscribr_two p.mailchimp-form button {
    background: #FFC704;
}

/* The End Of CSS */