
/*
=============
 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: #0c5adb;
}
.agencya_nav_area.prefix, .hbg2 {
    background-color: #0c5adb !important;
}
/*
============
 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: #fff;
    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
=============
*/
.single-slick {
    position: relative;
    min-height: 875px !important;
    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%;
}
.mobile_logo_area {
    background: #0c5adb;
}
.dreamit-revolution-banner {
    -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation-duration: 2.5s;
}
.dreamit-slick-slider .hero-text-wrap h1 {
    font-size: 58px;
    color: #fff;
    -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInUp both;
}

.dreamit-slick-slider .hero-text-wrap h1 span{
	color: #00247E;
}
.dreamit-slick-slider .hero-text-wrap h4 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 0 0 10px 56px;
    position: relative;
    z-index: 1;
    -webkit-animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both;
    margin: 0 0 5px;
}
.dreamit-slick-slider .hero-text-wrap h4:before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    width: 40px;
    height: 2px;
    background: #00247E;
}
.dreamit-slick-slider .hero-text-wrap p {
    font-size: 17px;
    color: #B6B9C0;
    margin-top: 24px;
    width: 90%;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
}
/*slick slider style two*/
.single-slick.style-two .hero-text-wrap h1 {
    font-size: 66px;
    color: #fff;
    -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInUp both;
    font-weight: 700;
}
.single-slick.style-two .hero-text-wrap .btn {
    padding: 14px 24px 14px 35px;
    transition: .5s;
    margin-top: 28px;
}
.single-slick.style-two .hero-text-wrap p {
    margin-top: 24px;
    width: 62%;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    font-size: 18px;
    color: rgb(255, 255, 255);
    max-inline-size: 40ch;
    line-height: 30px;
    position: relative;
    z-index: 1;
    border-left: 3px solid #00247E;
    padding-left: 1rem;
}
/*style three*/
.single-slick.style-three .hero-text-wrap h4 {
    -webkit-animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both;
    margin: 0 0 5px;
    background: rgba(255, 255, 255, 0.1);
    display: inline-block;
    font-size: 16px;
    color: #fff;
    padding: 10px 23px 10px 82px;
    font-weight: 500;
    border-radius: 30px;
    position: relative;
    margin-bottom: 22px;
}
.single-slick.style-three .hero-text-wrap h4:before {
    left: 24px;
    top: 19px;
}
.single-slick.style-three .hero-text-wrap h1 {
    font-size: 70px;
    font-weight: 600;
}
.single-slick.style-three .hero-text-wrap p {
    font-size: 24px;
    color: #fff;
    width: 100%;
    margin: 31px 0 40px;
}
.single-slick.style-three .hero-text-wrap .btn {
    padding: 14px 34px;
    font-weight: 400;
    transition: .5s;
}
.single-slick.style-three .slider-single-image {
    position: absolute;
    -webkit-animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both;
    text-align: right;
    right: 410px;
    display: inline-block;
    z-index: 1;
    top: 153px;
}
.single-slick.style-three .slider-single-image img {
    filter: brightness(1);
}


/*style five*/
.single-slick.style-five {
    position:relative;
    z-index:1;
}
.single-slick.style-five .hero-text-wrap h4 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 9px 22px 9px;
    -webkit-animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both;
    margin: 0 0 24px;
    background-color: rgba(255,255,255,0.10196078431372549);
    border-left: 3px solid#f00;
    display: inline-block;
}
.single-slick.style-five .hero-text-wrap h4:before{
    display:none;
}
.single-slick.style-five .hero-text-wrap h1 {
    font-size: 70px;
    font-weight: 800;
}
.single-slick.style-five .hero-text-wrap p {
    margin-top: 21px;
}
.single-slick.style-five .hero-text-wrap .btn {
    padding: 16px 50px;
    border-radius: 0;
    transition: .5s;
    font-family: 'Poppins', sans-serif;
}
.single-slick.style-five .hero-text-wrap .btn:after {
    border-radius: 0;
}
.single-slick.style-five .slider-video-icon {
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    position: absolute;
    left: 68%;
    top: 45%;
    text-align: center;
    transform: translate(-50%, -50%);
}
.single-slick.style-five .slider-video-icon a {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #050a1e;
    display: inline-block;
    font-size: 26px;
    position: relative;
    z-index: 1;
    background-color: rgba(255,255,255,0.30196078431372547);
    margin-right: 18px;
}
.single-slick.style-five .slider-video-icon a:after {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 100px;
    height: 100px;
    border: none;
    z-index: -1;
    content: "";
    background: #050a1e;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    line-height: 80px;
}
.single-slick.style-five .slider-video-icon .video_title {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    margin: 0;
    border-bottom: 1px solid#fff;
}



/* 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: #FF3B00;
    -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 {
    padding: 14px 20px 14px 30px;
    font-weight: 500;
    color: #fff;
    background: #FF3B00;
    display: inline-block;
    border-radius: 30px;
    border: 1px solid #FF3B00;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    font-size: 16px;
    font-family: 'Fira Sans';
}
.dreamit-slick-slider .hero-text-wrap .btn:after {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #fff;
    border-radius: 30px;
    transition: .5s;
}
.dreamit-slick-slider .hero-text-wrap .btn i {
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 32px;
    border-radius: 25px;
    text-align: center;
    background: #fff;
    color: #FF3B00;
    display: inline-block;
    margin-left: 12px;
    position: relative;
    transition: .5s;
}

.dreamit-slick-slider .hero-text-wrap .btn:hover {
    color: #FF3B00;
}

.dreamit-slick-slider .hero-text-wrap .btn:hover:after {
    width: 100%;
    left: 0;
}

.dreamit-slick-slider .hero-text-wrap .btn:hover i {
    background: #FF3B00;
    color: #fff;
}

/* 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: #FF3B00;
    TEXT-ALIGN: CENTER;
    border: 2px solid #FF3B00;
    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: relative;
    -webkit-animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both;
    text-align: right;
    margin-right: -183px;
}
.dreamit-slick-slider .slider-single-image img {
	display: block;
}
.dreamit-slick-slider .slider-single-image img {
    filter: brightness(.5);
}
.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: #FF3B00;
    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: 80px;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    width: 80px;
    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: 80px;
    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: 80px!important;
    top: 50%;
    width: 80px!important;
    line-height: 80px!important;
    color: #fff;
    border: 0;
}
 .slick-next:hover{
    background-color: #00247E!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: #00247E;
	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);
  }
}


/* Hossain Css */
.single-slick.style-six {
    min-height: 800px !important;
}
.single-slick.style-six .hero-text-wrap h1 {
    font-size: 60px;
    color: #0a0a1d;
    font-weight: 600 ;
}
.single-slick.style-six .hero-text-wrap h4 {
    font-size: 20px;
    color: #00247E;
    margin: 0 0 0px;
}
.single-slick.style-six .hero-text-wrap p {
    font-size: 16px;
    color: #686868;
    margin-top: 20px;
    padding-bottom: 18px;
    width: 86%;
}
.dreamit-slick-slider .single-slick.style-six .slider-single-image img {
    filter: none;
}
.single-slick.style-six .it-shape1 {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 50%;
    margin: auto;
}

.dreamit-slick-slider .single-slick.style-six .slider-single-image {
    margin-top: 116px;
}
.dreamit-slick-slider .single-slick.style-six .hero-text-wrap .btn i {
    font-size: 16px;
    width: inherit;
    height: inherit;
    line-height: inherit;
    background: none;
    color: #fff;
    display: inline-block;
    margin-left: 8px;
}
.dreamit-slick-slider .single-slick.style-six .hero-text-wrap .btn {
    padding: 14px 30px 14px 30px;
    font-size: 17px;
    font-family: 'Mulish';
}
.dreamit-slick-slider .single-slick.style-six .hero-text-wrap .btn:hover i{
    color:#00247E;
}

/* Word Process */
.work_progress.style4 {
    background: #fff;
    padding: 45px 20px 15px;
    position:relative;
    z-index:1;
}
.work_progress.style4::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    background: url(https://wp.ditsolution.net/agencya-multipurpose/wp-content/uploads/2023/06/it-pr.png);
    transition: .5s;
    opacity: 0;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
}
.work_progress.style4:hover:before {
    width: 100%;
    height: 100%;
    opacity: 1;
}
.work_progress.style4 .icon i {
    color: #00247E;
    font-size: 38px;
    transition:.5s;
}
.work_progress.style4 .work_progress-title {
    padding-top: 10px;
}
.work_progress.style4 .work_progress-title h2 {
    font-size: 20px;
    font-weight: 600;
    transition:.5s;
}

.work_progress.style4 .work_progress-desc {
    padding-top: 14px;
}
.work_progress.style4 .work_progress-desc p{
    transition:.5s;
}
.work_progress.style4 .work_progress_icon {
    position: relative;
}
.work_progress.style4 .work_progress-number {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -55px;
    opacity: 0;
    transition:.5s;
}
.work_progress.style4 .work_progress-number span::before {
    display:none;
}
.work_progress.style4 .work_progress-number span::after {
    display:none;
}
.work_progress.style4 .work_progress-number span {
    background: #00247E;
    height: 42px;
    width: 42px;
    line-height: 42px;
    font-size: 22px;
}
.work_progress.style4:hover .work_progress-title h2 {
    color: #fff;
}
.work_progress.style4:hover .work_progress-desc p{
    color:#fff;
}
.work_progress.style4:hover .icon i {
    color: #fff;
}
.work_progress.style4:hover .work_progress-number {
    bottom: -35px;
    opacity: 1;
}
/* List Style Css */
div#itsolution-list-style ul li {
    position: relative;
    padding-left: 55px;
}
div#itsolution-list-style ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 12px;
    height: 2px;
    width: 40px;
    background: #0c5adb;
}
/*
==============
Section Title
==============
*/
.section-title {
    position: relative;
    padding: 0 0 20px 0;
}
.section-title .subtitle {
    margin: 0 0 12px;
    color: #0c5adb;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 5px;
    position: relative;
}
.section-title .title {
    margin: 0 0 25px 0;
    padding: 0 0 36px 0;
    position: relative;
    color: #232323;
    font-family: Mulish;
    font-size: 42px;
    text-transform: capitalize;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -1px;
}
.section-title .title::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 104px;
    height: 6px;
    background: #0c5adb;
    content: "";
    margin: auto;
    border-radius: 6px;
}
.section-title .title::after {
    position: absolute;
    left: 115px;
    bottom: 0;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #0c5adb;
    content: "";
    margin: auto;

}
.section-title span.title-dot {
    position: relative;
}
.section-title span.title-dot::before {
    position: absolute;
    left: 130px;
    top: -31px;
    width: 6px;
    height: 6px;
    background: #0c5adb;
    content: "";
    margin: auto;
    border-radius: 6px;
}
.section-title span.title-dot::after {
    position: absolute;
    left: 145px;
    top: -31px;
    width: 6px;
    height: 6px;
    background: #0c5adb;
    content: "";
    margin: auto;
    border-radius: 6px;
}
.t-center .section-title span.title-dot::before {
    left: 58px;
    right: 0px;
}
.t-center .section-title span.title-dot::after {
    left: 75px;
    right: 0;
}

.t-center .section-title .title::before {
    left: 0;
    right: 50px;
}
.t-center .section-title .title::after {
    left: 90px;
    right: 0;
}
.t-center .section-title .subtitle::before {
    left: 125px;
    right: 0px;
}
.t-center .section-title .subtitle::after {
    left: 155px;
    right: 0px;
}
.section-title .title span{
    font-weight: 700;
    color: #0c5adb;

}
.section-title .description {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: #232323;
    font-family: 'Mulish', sans-serif;
}
.opacity-low{
    opacity: 70%;
}
.section-title .title :after {
     /*  content: ''; */
    /* position: absolute; */
    height: 5px;
    width: 90px;
    border-radius: 30px;
    background: #aec6ef;
    bottom: 42px;
    left: 0;
}
.section-title .title :before {
    /* content: ''; */
    /* position: absolute; */
    left: -4px;
    z-index: 1;
    bottom: 40px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #00247E;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}
@-webkit-keyframes MOVE-BG {
    from {
              transform: translateX(0);
    }
    to {
       transform: translateX(86px);
    }
  }
  
.video-section .section-title .title :before{
    display: none;
}
.video-section .section-title .title :after{
    display: none;
}
.video-section .section-title .title {
    padding: 0 0 18px 0;
}
.video-section .section-title .description {
    width: 40%;
    margin: auto;
}


/*section title two*/
.section-title.style2 {
    padding: 0 0 35px 0;
}
.section-title.style2 .subtitle {
    font-size: 18px;
    color: #0c5adb;
    margin: 0 0 12px;
    font-weight: 700;
    text-transform: capitalize;
}
.title-left .section-title.style2 .description {
    padding: 0;
    margin: inherit;
    width: 90%;
    font-family: Mulish;
    font-size: 20px;
    font-weight: 500;
}
.title-left-site .section-title.style2 .description {
    padding: 15px 0 0 0;
    margin: inherit;
    width: 100%;
    font-family: Mulish;
    font-weight: 500;
    text-align: left;
    font-size: 16px;
}
.section-title.style2 .description {
    font-size: 16px;
    font-weight: 400;
    margin: auto;
    width: 64%;
    padding: 10px 0 0 0;
}
.section-title.style2 .title span{
    font-weight: 700;
    color: #0c5adb;

}
.section-title.style2.description {
    font-size: 16px;
    font-weight: 400;
    color: #616161;
    font-family: Mulish;
    margin: 0;
}



/*style three*/
.section-title.style3 {
    padding: 0 0 16px 0;
}
.section-title.style3 .subtitle {
    font-size: 18px;
    color: #00247E;
    margin: 0 0 12px;
    font-weight: 700;
    text-transform: capitalize;
}
.title-left .section-title.style3 .description {
    padding: 0;
    margin: inherit;
    width: 90%;
    font-family: Mulish;
    font-size: 20px;
    font-weight: 500;
}
.title-left-site .section-title.style3 .description {
    padding: 15px 0 0 0;
    margin: inherit;
    width: 100%;
    font-family: Mulish;
    font-weight: 500;
    text-align: left;
    font-size: 16px;
}
.section-title.style3 .description {
    font-size: 16px;
    font-weight: 400;
    margin: auto;
    width: 53%;
    padding: 16px 0 0 0;
}
.section-title.style3 .title {
    margin: 0;
    padding: 0;
    line-height: 1.2;
    position: relative;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: capitalize;
    margin-top: 0;
    color: #232323;
    font-family: Mulish;
}
.section-title.style3 .title span{
    font-weight: 700;
    color: #00247E;

}
.section-title.style3.description {
    font-size: 16px;
    font-weight: 400;
    color: #616161;
    font-family: Mulish;
    margin: 0;
}

/*style four*/
.section-title.style4 .title :after {
    left: 0;
    right: 0;
    margin: auto;
}
.section-title.style4 .title :before {
    left: -83px;
    right: 0;
    margin: auto;
}


/*
============
Feature Box
============
*/
.feature-box.style1 {
    padding: 40px 25px 35px;
    position: relative;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    box-shadow: 8px 8px 30px 0px rgba(42,67,113,.15);
    -webkit-box-shadow: 8px 8px 30px 0px rgba(42,67,113,.15);
    -moz-box-shadow: 8px 8px 30px 0px rgba(42,67,113,.15);
    background: #fff;
    text-align: center;
    transition: 0.5s;
    z-index: 1;
}
.feature-box.style1::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    background-color: #0c5adb;
    background-image: -moz-linear-gradient(145deg,#0c5adb,#00247E);
    background-image: -webkit-linear-gradient(145deg,#0c5adb,#00247E);
    background-image: linear-gradient(145deg,#0c5adb,#00247E);
    transition: 0.5s;
    z-index: -1;
    border-radius: 15px;
}
.feature-box.style1:hover::before{
    height: 100%;
}
.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 {
    margin: 0 0 16px;
    padding: 0;
    text-transform: capitalize;
    font-size: 20px;
    transition: .5s;
    font-weight: 700;
    color: #232323;
    font-family: Mulish;
}
.feature-box.style1:hover .feature-box-title h2 {
    color: #fff;
}
.feature-box.style1:hover .feature-box-desc{
    color: #fff;
}
.feature-box.style1 .feature-box-desc {
    margin-bottom: 0;
    transition: .5s;
    text-align: center;
}
.feature-box.style1 .feature-box-icon {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
}
.feature-box.style1 .feature-box-icon i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin-bottom: 25px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #0c5adb;
    background-image: -moz-linear-gradient(145deg,#0c5adb,#00247E);
    background-image: -webkit-linear-gradient(145deg,#0c5adb,#00247E);
    background-image: linear-gradient(145deg,#0c5adb,#00247E);
    box-shadow: 8px 8px 30px 0px rgba(1,96,231,.3);
    -webkit-box-shadow: 8px 8px 30px 0px rgba(1,96,231,.3);
    -moz-box-shadow: 8px 8px 30px 0px rgba(1,96,231,.3);
    font-size: 30px;
}
.feature-box.style1 .feture-btn {
    display: inline-block;
    background: #F7F7FC;
    padding: 3px 31px;
    color: #0c5adb;
    border-radius: 50px;
    margin-top: 35px;
    transition: .5s;
}
.feature-box.style1 .feture-btn i{
    color: #0c5adb;
    transition: .4s;
}
.feature-box.style1:hover .feture-btn{
    background:#00247E;
}
.feature-box.style1:hover .feture-btn i{
    color: #fff;
}
.dreamit-feture-box-animation1 {
    -webkit-animation: alltuchtopdown1 1.5s ease-in-out 0s infinite alternate;
    animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation-duration: 2.5s;
}
@keyframes alltuchtopdown1{
	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)
	}
}


.dreamit-feture-box-animation2 {
    -webkit-animation: alltuchtopdown2 1.5s ease-in-out 0s infinite alternate;
    animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation-duration: 2.2s;
}
@keyframes alltuchtopdown2{
	0%{
		-webkit-transform:rotateX(0deg) translateY(0px);
		-ms-transform:rotateX(0deg) translateY(0px);
		transform:rotateX(0deg) translateY(0px)
	}
	50%{
		-webkit-transform:rotateX(0deg) translateY(-25px);
		-ms-transform:rotateX(0deg) translateY(-25px);
		transform:rotateX(0deg) translateY(-25px)
	}
	100%{
		-webkit-transform:rotateX(0deg) translateY(0px);
		-ms-transform:rotateX(0deg) translateY(0px);
		transform:rotateX(0deg) translateY(0px)
	}
}






/* Style Two */

.feature-box.style2 {
    background: #ffffff;
    box-shadow: 0 5px 30px rgba(222, 222, 222, 0.4);
    text-align: left;
    border-bottom: 4px solid #0c5adb;
    margin-bottom: 30px;
    padding: 24px 20px 37px 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
}
.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 {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin: 15px 0 17px;
    font-size: 20px;
    font-weight: 700;
    color: #444;
}
.feature-box.style2 .feature-box-desc {
    margin-bottom: 20px;
    transition: 0.5s;
    font-weight: 400;
    color: rgba(86,86,86,.8);
    padding: 0;
}
.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;
}

/*
===================
 Dream-IT Button
===================
*/
.dreamit-button .button {
    display: inline-block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: rgba(255, 255, 255, 1);
    background: #0c5adb;
    font-family: Mulish;
    font-weight: 500;
    margin: 6px 0 0 0;
    text-transform: uppercase;
    border: 0px solid #000000;
    border-radius: 30px 30px 30px 30px;
    padding: 15px 45px 15px 45px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
}
.video-area-button .dreamit-button .button {
    border:none;
    padding: 14px 40px 14px 40px;
}
.dreamit-button .button i {
    font-size: 13px;
    text-align: center;
    color: #ffffff;
    display: inline-block;
    position: relative;
    transition: .5s;
    font-weight: 500;
    margin: 0 0 0 4px;
}
.dreamit-button .button:hover {
    color: rgba(255, 255, 255, 1);
    background-color: #00247E;
}
.dreamit-button .button:hover i {
    color: #00247E;
}

/*style two*/
.dreamit-button.style2 a {
    background: linear-gradient(145deg, #0c5adb, #00247E);
    font-family: Mulish;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 30px 30px 30px 30px;
    padding: 15px 40px 15px 40px;
    margin-top: 6px;
    color: #fff;
    position: relative;
    transform-style: preserve-3d;
    transition: 0.5s;
}
.dreamit-button.style2 a:hover {
    transform: translateY(-5px);
    box-shadow: 0 11px 3px -7px #ccc!important;
}

/*style three*/
.dreamit-button.style3 .dreamit-button a {
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    overflow: hidden;
    color: #ffffff;
    background: #00247E;
    font-family: Mulish;
    font-weight: 500;
    text-transform: capitalize;
    border: 2px solid #00247E;
    border-radius: 5px 5px 5px 5px;
    padding: 14px 40px 14px 40px;
}
.dreamit-button.style3 .dreamit-button a:hover {
    color: #00247E;
}
.dreamit-button.style3 .dreamit-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    border-radius: 5px;
    background: #fff;
    transition: .5s;
}
.dreamit-button.style3 .dreamit-button a:hover:before{
    width: 100%;
}
/*style four*/
.dreamit-button.style4 .dreamit-button a {
    display: inline-block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #ffffff;
    background: linear-gradient(160deg, #141fff, #626aff), #00247E;
    font-family: Mulish;
    font-weight: 500;
    text-transform: capitalize;
    border: 2px solid #00247E;
    border-radius: 5px 5px 5px 5px;
    padding: 14px 40px 14px 40px;
}
.dreamit-button.style4 .dreamit-button a:before {
    position: absolute;
    width: 0;
    height: 100%;
    background: #fff;
    z-index: -1;
    transition: .5s;
    content: '';
    top: 0;
    left: 0;
}
.dreamit-button.style4 .dreamit-button a i {
    font-size: 13px;
    text-align: center;
    color: #ffffff;
    display: inline-block;
    position: relative;
    transition: .5s;
    font-weight: 500;
    margin: 0 0 0 4px;
}
.dreamit-button.style4 .dreamit-button a:hover {
    color: #00247E;
}
.dreamit-button.style4 .dreamit-button a:hover:before {
    width: 100%;
    left: 0;
}
.dreamit-button.style4 .dreamit-button a:hover i {
    color: #00247E;
}
/*style five*/
.dreamit-button.style5 .dreamit-button a {
    display: inline-block;
    background: #00247E;
    padding: 14px 35px;
    color: #fff;
    border: 1px solid #00247E;
    font-family: 'Fira Sans';
    border-radius: 30px;
    position: relative;
    z-index: 1;
}
.dreamit-button.style5 .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.style5 .dreamit-button a:hover:before{
    transform: scale(1);
}
/*style six*/
.dreamit-button.style6 .button {
    display: inline-block;
    margin-top: 34px;
}
.dreamit-button.style6 .button{
    display: inline-block;
    background: #050a1e;
    padding: 15px 35px;
    transition: .5s;
    color: #ffff;
    font-weight: 500;
    border-radius: 0;
    border: none;
}
.dreamit-button.style6 .button:hover{
    background:#00247E;
}
.dreamit-button.style6 .button:before {
    display:none;
}
.dreamit-button.style6 .button i {
    font-size: 17px;
    width: inherit;
    height: inherit;
    line-height: inherit;
    border-radius: 0px;
    background: transparent;
    color: #fff;
    margin-right: 7px;
    margin-left: 0;
}
/*style seven*/


.dreamit-button.style7 .button {
    padding: 13px 36px;
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
    color: #fff;
    background: transparent;
    border-radius: 0;
    border: 2px solid #535E64;
    overflow: hidden;
}
.dreamit-button.style7 .button:before{
    display:none;
}
.dreamit-button.style7 .button:hover{
    background:#00247E;
    border-color:#00247E;
}
.dreamit-button.style7 .button i {
    font-size: 17px;
    width: inherit;
    height: inherit;
    line-height: inherit;
    border-radius: 0px;
    background: transparent;
    color: #fff;
    margin-right: 7px;
    margin-left: 0;
}

/*style 10*/
.dreamit-button.style10 .button {
    padding: 11px 19px 11px 23px;
    font-family: 'Fira Sans';
    font-weight: 500;
    color: #fff;
    background: #FF3B00;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #FF3B00;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.dreamit-button.style10 .button:before{
    display:none;
}
/*style twelve*/
.dreamit-button.style12 .button {
    background-color: rgba(255, 255, 255, 0);
    font-family: Muli;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #ffffff;
    padding: 12px 35px 12px 35px;
    border-radius: 0;
}
.dreamit-button.style12 .button:hover{
    color: #ffffff;
    background-color: #0c5adb;
    border: 1px solid #0c5adb;
}
.dreamit-button.style12 .button:before{
    display:none;
}
.dreamit-button.style12 .button i {
    font-size: 11px;
    width: inherit;
    height: inherit;
    line-height: 0;
    border-radius: 0;
    text-align: center;
    background: transparent;
    color: #fff;
    margin-left: 8px;
}

/*
===========================
    counter-gradiyan
==========================
*/
.counter-gradiyan{
    background: linear-gradient(to right, #000dff, #2c34ff, #444bff, #5860ff, #6b73ff) !important;
}
.counter-home1{
    box-shadow: 11px 11px 38px rgba(0,0,0,.2);
}

/*
============
Service Box
============
*/

/*service box*/
.service-box.style1 {
    webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 999;
    text-align: center;
    padding: 22px 30px 22px;
    position: relative;
    z-index: 1;
    border-right: 1px solid #dee6ed;
    overflow: hidden;
    background-color: #fff;
    border-radius: 2px;
}
.service-box.style1:hover {
    box-shadow: 0 6px 40px 0px rgba(167,174,189,0.4);
    border-radius: 4px;
    z-index: 9;
}
.service-box.style1 .icon i {
    font-size: 40px;
    color: #0c5adb;
    text-align: center;
    transition: .5s;
    transition-delay: 0.5s;
}
.service-box.style1 h3.title {
    font-size: 21px;
    font-weight: 700;
    margin: 17px 0 15px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.service-box.style1 p.description {
    transition: .5s;
    margin: 8px 0 17px 0;
}
.service-box-number {
    COLOR: #232323;
    DISPLAY: block;
    FONT-SIZE: 55PX;
    TEXT-ALIGN: LEFT;
    font-weight: 700;
    opacity: 10%;
    position: absolute;
    left: 11px;
    top: 19px;
}
.service-box .icon img {
    transition: .5s;
}
p.description {
    transition: .5s;
}
/*all hover*/
.service-box.style3:hover .title {
    color: #232323;
}
.service-box.style3:hover .content p {
    color: #616161;
}
.service-box:hover:before {
    width: 100%;
    height: 100%;
    opacity: 1;
}
/*Service box button*/
.service-btn a {
    color: #00247E;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
}
.service-btn a i {
    font-size: 14px;
    color: #00247E;
    display: inline-block;
    position: relative;
    margin-left: 0;
    transition: .5s;
    font-weight: 700;
}
.service-box:hover .service-btn a {
    color: #fff;
}
.service-box:hover .service-btn a i {
    color: #fff;
}
.shape-one {
    content: '';
    width: 250px;
    height: 250px;
    background: #0c5adb;
    border-radius: 50%;
    position: absolute;
    bottom: -120px;
    right: -120px;
    transform: scale(0);
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: -1;
    display: none;
}
.shape-two {
    content: '';
    width: 373px;
    height: 373px;
    background: #0c5adb;
    border-radius: 50%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    transform: translate(100% ,100%);
    z-index: -1;
    display: none;
}
.shape-three {
    content: '';
    width: 500px;
    height: 500px;
    background: #0c5adb;
    border-radius: 50%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    transform: translate(100% ,100%);
    z-index: -1;
    display: none;
}
.service-box.style1:hover .shape-one {
    transform: scale(1);
    webkit-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    transition-delay: 300ms;
}
.service-box.style1:hover .shape-two {
    opacity: 0.6;
    transform: translate(50% ,50%);
    webkit-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    transition-delay: 600ms;
}
.service-box.style1:hover .shape-three {
    opacity: 0.4;
    webkit-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    transition-delay: 900ms;
    transform: translate(50% ,50%);
}





/*service style two*/
.service-box.style2 {
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    box-shadow: none;
    border-radius: 12px;
    border-right: 1px solid #dddddd;
    padding: 50px 20px 50px 20px;
    position: relative;
    background: #fff;
    z-index: 9;
    border-radius: 0;
}
.service-box.style2 .service-box-icon {
    float: left;
    margin: 0 25px 0 0;
}
.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-box-icon i {
    color: #0c5adb;
    font-size: 50px;
}
.service-box.style2 .service-box-title h3 {
    color: #232323;
    font-size: 20px;
    text-transform: capitalize;
    text-align: left;
}
.service-box.style2 p.description {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #232323;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    overflow: hidden;
    font-size: 16px;
    text-align: left;
}
/*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/agencya/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: #00247E;
    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: #00247E;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Fira Sans';
    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: #00247E;
}
.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: #ff3b00;
    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 {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 10px 34px 10px;
    border-radius: 6px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.service-box.style3 .content {
    text-align: center;
    padding: 0 25px 0 25px;
}
.service-box.style3 .icon {
    font-size: 44px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
    text-align: center;
}
.service-box.style3 .title {
    transition: 0.5s;
    position: relative;
    margin: 5px 0 20px;
    font-size: 21px;
    padding: 0;
    text-transform: capitalize;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    font-weight: 700;
}
.service-box.style3:hover .title {
    color: #0c5adb;
}
.service-box.style3 .service-btn {
    position: relative;
}
.service-box.style3 p.description {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Mulish', sans-serif;
}
.service-box.style3 .service-btn a {
    border-radius: 30px;
    display: inline-block;
    font-size: 16px;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    background: #0C5ADB;
    color: #fff;
    padding: 6px 30px;
    margin-top: 15px;
    border: 1px solid #fff;
}
.service-box.style3 .service-btn a:hover {
    color: #0C5ADB;
    border: 1px solid #0C5ADB;
    background: transparent;
}
.service-box.style3 .service-btn a i {
    font-size: 15px;
    font-weight: 700;
    transition: 0.5s;;
    color: #fff;
}
.service-box.style3 .service-btn a:hover i {
    color: #0C5ADB;
}
.service .service-box.style3 .icon:after {
    top: 12px;
    background: #fff;
}
.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: #00247E;
}

/* service style four*/
.service-box.style4 {
    background: #ffffff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    border-bottom: 3px solid #0c5adb;
    border-radius: 7px 7px 7px 7px;
    margin-bottom: 0;
    padding: 30px 20px 10px 20px;
    transition: 0.5s;
    z-index: 1;
    position: relative;
}
.service-box.style4 .icon {
    position: relative;
    display: inline-block;
    float: left;
    margin: 18px 25px 0 0;
    color: #0c5adb;
    background-color: #f6f6f6;
    font-size: 40px;
    height: 80px;
    width: 80px;
    line-height: 80px;
    border-radius: 100% 100% 100% 100%;
    text-align: center;
    transition: 0.5s;
}
.service-box.style4:hover .icon  {
    color: #ffffff;
    background-color: #0c5adb;
}
.service-box.style4 .title {
    color: #232323;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.service-box.style4 .service-btn {
    right: 21%;
    position: relative;
    text-align: right;
}
.service-box.style4 p.description {
    font-weight: 400;
    margin-bottom: 25px;
    color: rgba(86,86,86,.8);
    padding: 0;
}
.service-box.style4 .service-btn a {
    padding: 0;
    font-size: 15px;
    border: none;
    color: #00247E;
    margin-top: 5px;
}
.service-box.style4 .service-btn a i {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    transition: 0.5s;;
}
.service-box.style4:hover .service-btn a i {
    color: #00247E;
}

/* service style 5 */
.service-box.style5 {
    webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-align: center;
    padding: 22px 30px 22px;
    position: relative;
    z-index: 1;
    border-right: 0px solid #fff;
    overflow: hidden;
    background-color: #f1f6fc;
    border-radius: 2px;
}
.service-box.style5:hover {
    box-shadow: 0 6px 40px 0px rgba(167,174,189,0.4);
    border-radius: 4px;
    z-index: 9;
}
.service-box.style5 .icon i {
    font-size: 40px;
    color: #0c5adb;
    text-align: center;
    transition: .5s;
    transition-delay: 0.5s;
}
.service-box.style5 h3.title {
    font-size: 21px;
    font-weight: 700;
    margin: 17px 0 15px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.service-box.style5 p.description {
    transition: .5s;
    margin: 8px 0 17px 0;
}

/*service six*/
.service-box.style6 {
    padding: 40px 30px 36px;
    text-align: center;
    position: relative;
    background: #00142c;
    border-radius: 7px;
    transition: .5s;
    z-index: 1;
    margin: 0 0 0px;
}
.service-box.style6:hover {
    transform: translateY(-8px);
}
.service-box.style6:before {
    position: relative;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: linear-gradient(to right, #000dff, #2c34ff, #444bff, #5860ff, #6b73ff);
}
.service-box.style6:hover::before {
    height: 100%;
}
.service-box.style6 .icon i {
    font-size: 60px;
    display: inline-block;
    color: #00247E;
    transition: .5s;
    margin: 0 0 19px 0;
}
.service-box.style6:hover .icon i {
    color:#ffffff
}
.service-box.style6 h3.title {
    font-weight: 600;
    position: relative;
    z-index: 1;
    margin: 0 0 12px 0;
    transition: .5s;
    font-size: 20px;
    color: #fff;
}
.service-box.style6 p.description {
    transition: .5s;
    margin: 0 0 17px 0;
    color: #fff;
}
.service-box.style6 :hover p.description{
    color: #fff;
}



/*style seven*/
.service_box.style7 {
    background: #fff;
    padding: 10px;
    transition: .5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.service_box.style7:before {
    position: absolute;
    content: "";
    background: #00247E;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(0.1);
    opacity: 0;
    transition:.5s;
}
.service_box.style7:hover:before{
   transform: scale(1.1);
   opacity:1;
}
.service_box.style7:hover .title{
    color:#fff;
}
.service_box.style7 .service-icon {
    display: inline-block;
    height: 92px;
    width: 92px;
    line-height: 121px;
    text-align: center;
    background: #f0f0f0;
    transition: .5s;
    margin-right: 21px;
}
.service_box.style7 .service-icon img {
    transition: .5s;
}
.service_box.style7 .service_content {
    display: flex;
    align-items: center;
}
.service_content .title {
    display: inline-block;
    color: #050a1e;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    line-height: 27px;
    position: relative;
}


/*style eleven*/
.service_box.style11 {
    display: flex;
    align-items: center;
    padding: 22px 25px 11px 26px;
    position: relative;
}
.service_box.style11 .content {
    padding-left: 29px;
}
.service_box.style11 .content .title {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 9px;
}
.service_box.style11 .content .description {
    color: #fff;
    opacity: 0.7;
}
.service_box.style11 .service-btn {
    position: absolute;
    display: inline-block;
    right: 9px;
    top: 50%;
    transform: translate(-50%, -64%);
}
.service_box.style11 .service-btn a {
    padding: 0;
    border-radius: 0px;
    background-color: transparent;
    color: #232323;
    border: none;
    position: relative;
    display: inline-block;
    margin: 0;
    z-index: 2;
}
.service_box.style11 .service-btn a:after {
    position: absolute;
    content: "";
    top: -9px;
    left: -37px;
    height: 48px;
    width: 48px;
    border-radius: 100%;
    border: 2px solid#3F3F47;
    z-index: -1;
    transition: all 400ms linear;
}
.service_box.style11:hover .service-btn a:after{
    left:-20px;
}

.service_box.style11 .service-btn a i {
    font-size: 34px;
    color: #fff;
}
/*service style12*/
.service_box.style12 {
    position: relative;
    background: #fff;
    padding: 62px 31px 23px;
    z-index: 1;
    border-radius: 5px;
    transition: .5s;
    transition: all 400ms linear;
}
.service_box.style12:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    z-index: -1;
    transition: .5s;
    background: url(https://wp.ditsolution.net/agencya-multipurpose/wp-content/uploads/2023/06/serb.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 400ms linear;
    border-radius: 5px;
}
.service_box.style12:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 0px;
    width: 100%;
    z-index: -1;
    transition: .5s;
    background: #00247E;
    border-radius: 5px 5px 0 0;
    transition: all 400ms linear;
}
.service_box.style12:hover:before{
    height:100%;
}
.service_box.style12:hover:after{
    height:5px;
}
.service_box.style12:hover .icon{
     background-color: #00247E;
}
.service_box.style12 .icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    background-color: #0f111a;
    line-height: 90px;
    text-align: center;
    position: absolute;
    top: -34px;
    transition: all 400ms linear;
}
.service_box.style12 .content .title {
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 12px;
}
.service_box.style12 .service-btn a {
    padding: 0;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    border-radius: 0;
    background-color: transparent;
    border: none;
    margin-top:2px;
}
.service_box.style12 .service-btn a i {
    font-size: 15px;
    color: #232323;
}
.service_box.style12:hover .content .title,
.service_box.style12:hover p.description,
.service_box.style12:hover .service-btn a{
    color:#fff;
}
.service_box.style12:hover .service-btn a i{
    color:#00247E;
}
/*style 14*/
.service_box.style14 {
    border-radius: 7px;
    background-color: rgba(255,255,255,0.10196078431372549);
    position: relative;
    padding: 26px 29px 27px;
    transition: .5s;
}
.service_box.style14:hover{
    background:#00247E;
}
.service_box.style14 .content .title {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 0;
    line-height: 25px;
}
.service_box.style14 .service-btn a {
    padding: 0;
    border-radius: 22px;
    background-color: transparent;
    color: #232323;
    border: none;
    display: inline-block;
    margin-top: 0;
    position: absolute;
    font-weight: 800;
    right: 19px;
    bottom: 11px;
    transform: rotate(45deg);
}
.service_box.style14 .service-btn a i {
    font-size: 18px;
}
.service_box.style14:hover .service-btn a i{
    color:#fff;
}
/*style 15*/

.service-box.style15 {
    border-radius: 10px;
    filter: drop-shadow(0 0 15px rgba(223,223,223,0.7));
    background-color: #ffffff;
    position: relative;
    border: none;
    padding: 50px 63px 16px 0;
    border-left: 3px solid#00247E;
    z-index: 1;
    margin: 0  0 10px;
}
.service-box.style15:before{
    display:none;
}
.service-box.style15:after {
    position: absolute;
    content: "";
    right: 0;
    height: 100%;
    width: 0;
    top: 0;
    z-index: -1;
    background: url(https://wp.ditsolution.net/agencya-multipurpose/wp-content/uploads/2023/06/service-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 400ms linear;
    border-radius:10px;
}
.service-box.style15:hover:after{
    width:100%;
}
.service-box.style15:hover .icon {
    background:#00247E;
}
.service-box.style15 .icon {
    position: absolute;
    line-height: 83px;
    border: none;
    transition: .5s;
    display: inline-block;
    width: 66px;
    height: 66px;
    border-radius: 33px;
    background-color: #0f111a;
    transform: translate(44%, -50%);
    top: 50%;
}
.service-box.style15 .title {
    padding: 0 0 8px;
    font-size: 18px;
    font-weight: 500;
}
.service-box.style15 .title:before {
    display:none
}
/*service right side*/

.service_right_box .service-box.style15 {
    padding: 50px 0px 16px 63px;
    border-left: none;
    border-right: 3px solid#00247E;
}
.service_right_box.two .service-box.style15 {
    position:relative;
    left:70px;
}
.service_right_box .service-box.style15:after {
    right: inherit;
    left: 0;
}
.service_right_box .service-box.style15 .icon {
    top: 50%;
    left: -61px;
}
/*service style 17*/
.service-box.style17 {
    border-radius: 5px;
    filter: drop-shadow(0px 10px 25px rgba(205,183,229,0.2));
    background-color: #ffffff;
    border: none;
    padding: 44px 30px 38px;
    transition: all 400ms linear;
    margin: 0;
}
.service-box.style17:hover{
   filter: drop-shadow(0px 10px 25px rgba(205,183,229,0.5));
    background-color: #ffffff; 
}
.service-box.style17::before {
  display:none;
}
.service-box.style17 .title:before{
    display:none;
}
.service-box.style17 .title {
    font-size: 20px;
    padding: 26px 0 13px;
}
.service-box.style17 p.description {
    transition: .5s;
    font-weight: 300;
}
.service-box.style17:hover .icon img {
    filter: inherit;
}
.service-box.style17 .icon {
    position: inherit;
    top: 0;
    width: inherit;
    height: inherit;
    line-height: 0;
    background-color: transparent;
    border: none;
}
.service-box.style17:hover .title, .service-box.style17:hover .content p {
    color: inherit;
}
.service-box.style17 .service-btn a {
    padding: 0;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    border-radius: 0px;
    background-color: transparent;
    color: #232323;
    border: none;
    display: inline-block;
    margin-top: 2px;
    position: relative;
    z-index: 1;
    transition: .5s;
    border-bottom: 1px solid#E6E6E8;
}
.service-box.style17 .service-btn a:before{
    display:none;
}
.service-box.style17:hover .service-btn a{
    color:#0A54FF;
    border-color:#0A54FF;
} 
.service-box.style17:hover .service-btn a i{
    color:#0A54FF;
}
.service-box.style17 .service-btn a i {
    color: #232323;
    font-size: 15px;
    font-weight: 700;
    transform: rotate(-45deg);
}
/*service box 17 one*/
.one .service-box.style17{
    
}

/*service carousel*/
.service-box-carousel{
    padding: 28px 20px 28px;
    position: relative;
    background: transparent;
    border-radius: 2px;
    transition: .5s;
    margin-bottom: 30px;
    z-index: 999;
    border: 1px solid #525a68;
    margin: 0 15px 30px;
    color: #fff;
}
.service-box-carousel:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: #fff;
    z-index: -1;
    transition: 0.5s;
}
.service-box-carousel:hover:before {
    width: 100%;
}
.service-box-icon i {
    font-size: 48px;
    display: inline-block;
    color: #0c5adb;
    transition: .5s;
    transition-delay: 0.5s;
    margin: 0 0 20px 0;
    text-align: center;
}
.service-box-carousel .service-box-desc p {
    color: #fff;
    transition: 0.5s;
}
.service-box-carousel .service-box-title h3 {
    color: #fff;
    margin: 0 0 30px 0;
    transition: .5s;
    font-size: 22px;
}
.service-box-carousel .service-btn a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -1px;
    position: relative;
    transition: 0.5s;
}
.service-box-carousel .service-btn a i {
    color: #0c5adb;
    display: inline-block;
    position: relative;
    margin-left: 0;
    transition: .5s;
    font-weight: 700;
    font-size: 15px;
    left: 6px;
}
.service-box-carousel:hover .service-box-title h3 {
    color: #000;
}
.service-box-carousel:hover .service-box-desc p {
    color: #000;
}
.service-box-carousel:hover .service-btn a{
    color: #000;
}
.service-box-carousel:hover .service-btn a i {
    color: #000;
}


/* service coursol two css */

.service-box.service-style-two {
    text-align: center;
    background: #f1f6fc;
    padding: 35px 30px 5px;
    border: 2px solid transparent;
    transition: .5s;
    margin: 15px;
}
.service-box.service-style-two .service-box-icon{
    width: 95px;
    height: 95px;
    line-height: 95px;
    background: #0c5adb;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    margin-bottom: 33px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-align: center;
}
.service-box.service-style-two .service-box-icon i {
    font-size: 30px;
    color: #fff;
    transition: .5s;
    text-align: center;
}
.service-box.service-style-two .service-box-title h3 {
    font-size: 21px;
    margin: 0 0 15px 0;
    transition: 0.5s;
}
.service-box.service-style-two .service-box-title h3:hover  {
    color: #0c5adb;
}
.service-box.service-style-two:hover{
    box-shadow: none;
    border-color: #0c5adb;
    background: transparent;
}
.service-box.service-style-two .service-btn {
    display: none;
}


/* service-Style-four */

.em-service.style_4 {
    position: relative;
    transition: .5s;
    z-index: 1;
    margin: 0 15px 30px;
    text-align: center;
    background: #fff;
    padding: 0px 25px 38px;
    border-radius: 10px;
    border: 1px solid #d4d4e1;
}
.em-service.style_4 .em-service-icon {
    font-size: 30px;
    position: relative;
    height: 100px;
    width: 115px;
    display: inline-block;
    color: #0c5adb;
    z-index: 1;
    line-height: 60px;
    transition: 0.5s;
}
.em-service.style_4:hover .em-service-icon {
    color: #fff;
}
.em-service.style_4 .em-service-icon::after {
    position: absolute;
    content: "";
    left: 0;
    top: -50px;
    height: 120px;
    width: 120px;
    line-height: 120px;
    text-align: center;
    background: #f1f6fc;
    z-index: -1;
    border: 1px solid #d4d4e1;
    border-radius: 50%;
}
.em-service.style_4:hover .em-service-icon::after {
    background: #0c5adb;
    transition: 0.5s;
}
.em-service.style_4 .em-service-title h2 {
    display: inline-block;
    font-weight: 500;
    z-index: 2;
    transition: .5s;
    font-size: 20px;
    position: relative;
    margin: 0 0 34px 0;
    color: #232323;
    font-family: "Merriweather",Sans-serif;
}
.em-service.style_4 .em-service-title h2:hover {
    color: #0c5adb;
}
.em-service.style_4 .em-service-title h2:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    background: #d1d1d1;
    width: 100px;
    height: 1px;
    -o-transition: .6s;
    transition: .6s;
    -webkit-transition: .6s;
    right: 0;
    margin: auto;
}
.em-service.style_4 .service-box-desc p {
    transition: 0.5s;
}
.em-service.style_4 .service-btn a {
    color: #616161;
    border: 1px solid #e8ecfc;
    padding: 5px 23px;
    transition: .3s;
    border-radius: 30px;
    display: inline-block;
    font-size: 16px;
}
.em-service.style_4 .service-btn a i {
    color: #616161;
    font-size: 14px;
    transition: .3s;
    font-weight: 600;
}
.em-service.style_4 .service-btn a:hover {
    background: #0c5adb;
    color: #fff;
    border: 1px solid #0c5adb;
}
.em-service.style_4 .service-btn a:hover i  {
    color: #fff;
}
 .service_cursousel_sliderr_4 ul.slick-dots {
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 0;
}
.service_cursousel_sliderr_4 .slick-dots li {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding: 0 7px 0 7px;
}
.service_cursousel_sliderr_4 ul.slick-dots li button {
    border-radius: 100%;
    height: 13px;
    width: 13px;
    line-height: 0;
    color: #7eaaf2;
    border: none;
    font-size: 0;
    background: #7eaaf2;
    text-indent: -99999px;
}
.service_cursousel_sliderr_4 ul.slick-dots li.slick-active button {
    border-radius: 100%;
    height: 13px;
    width: 13px;
    line-height: 0;
    color: #00247E;
    background: #00247E;
    border: none;
    font-size: 0;
}








/*
===============
About Area Css
==============
*/
.about-us-img img {
    width: 95%;
    border-radius: 250px;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.4);
    position: relative;
}
.about-shape{
    position: relative;
}
.about-shape:after {
    content: "";
    position: absolute;
    background: #0c5adb;
    top: 0;
    left: 0;
    width: 27%;
    height: 100%;
    z-index: -1;
    border-radius: 0 250px 250px 0;
}
.about-shape-home-two{
    position: relative;
}
.about-shape-home-two:after {
    background: url(http://localhost/agencya/wp-content/uploads/2023/08/about-shape-home-two.png);
    position: absolute;
    content: "";
    left: 0;
    top: -100px;
    height: 54%;
    width: 21%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1;
}

.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: #00247E;
}
.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);
}
/*form area css*/
.choose-contact{
    background: rgba(255, 255, 255, 0.05);
    border-radius: 7px; 
}
.form-area.apppontment-form {
    margin: 53px 50px 35px 50px;
}
.form-area.apppontment-form.home-3 {
    background: rgba(12, 90, 219, 0.60);
    padding: 51px 50px 35px;
    border-radius: 7px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.12);
    margin: 0;
}
.apointment-form-title h2 {
    font-family: "Merriweather",Sans-serif;
    color: #fff;
    font-size: 25px;
    line-height: 1.3;
    padding: 0 0 13px 0;
    margin: 0;
    text-align: center;
}
.form-area.home-1 .apointment-form-title h2 {
    font-family: "Merriweather",Sans-serif;
    color: #232323;
    line-height: 1.3;
    padding: 0 0 13px 0;
    margin: 0;
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 15px;
    text-align: left;
}
.apointment-form-title p {
    color: rgba(255,255,255,0.70);
    text-align: center;
    padding: 0 0 10px 0;
}
/*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;
}


/*
================================
Flip Box Css style 1
==============================
*/
.flip-box.style1 {
    text-align: center;
    transition: 0.5s;
}
.flip-box-inner.flip-right {
    position: relative;
    height: 100%;
    float: left;
    width: 100%;
    -webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.10);
    box-shadow: 0 5px 20px rgba(0,0,0,0.10);
    padding: 0;
    text-align: center;
    transition: all .8s ease;
    -webkit-transition: all 0.8s ease;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    background: #fff;
}
.flip-box.style1:hover .flip-box-inner.flip-right {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}
.flip-box.style1 .flip-box-front {
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    float: left;
    width: 100%;
    position: relative;
}
.flip-box.style1 .icon {
    position: relative;
    background: linear-gradient(rgba(84, 81, 193, 0.45), rgba(84, 81, 193, 0.45));
    border-radius: 7px 7px 7px 7px;
}
.flip-box.style1 .icon img {
    position: relative;
    z-index: -1;
    margin: 0 0 -8px 0;
    border-radius: 7px;
}
.flip-box.style1 .flip-box-back {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.10);
    box-shadow: 0 5px 20px rgba(0,0,0,0.10);
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    background: #0c5adb;
    border: 0px solid #ffffff;
    border-radius: 7px 7px 7px 7px;
}
.flip-box.style1 .icon i {
    color: #00247E;
    font-size: 50px;
}
.flip-box.style1 h2.front-title {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    float: left;
    width: 100%;
    color: #fff;
    position: absolute;
    top: 44%;
}  
.flip-box.style1 .flip-box-back .content {
    position: relative;
    padding: 30px 15px;
    top: 19%;
}
.flip-box.style1 .flip-box-back p.back-desc {
    font-family: 'Mulish', sans-serif;
    color: #fff;
    font-size: 15px;
}
.flip-box.style1 a.back-btn {
    font-family: Mulish;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    color: #ffffff;
    background-color: #00247E;
    border: 0px solid #ffffff;
    border-radius: 3px 3px 3px 3px;
    padding: 15px 25px 15px 25px;
    transition: 0.5s;
}
.flip-box.style1 a.back-btn:hover {
    background-color: #ffffff;
    color: #00247E;
    border: 0px solid #ffffff;
}


/*
========================
Flip Box Css style two
========================
*/
.flip-box.style2 {
    text-align: center;
    transition: 0.5s;
}
.flip-box.style2 .flip-box-inner.flip-right {
    position: relative;
    height: 100%;
    float: left;
    border-radius: 6px;
    width: 100%;
    padding: 30px 30px;
    text-align: center;
    transition: all .8s ease;
    -webkit-transition: all 0.8s ease;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    background: #fff;
    z-index: 1;
    -webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.10);
    box-shadow: 0 5px 20px rgba(0,0,0,0.10);
}
.flip-box.style2:hover .flip-box-inner.flip-right {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}
.flip-box.style2 .flip-box-front {
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    float: left;
    position: relative;
    background: transparent;
    width: 100%;
}
.flip-box.style2 .flip-box-back {
    background: #0C5ADB;
    opacity: 0.9;
    border-radius: 6px;
    border: 4px solid #ffffff;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.10);
    box-shadow: 0 5px 20px rgba(0,0,0,0.10);
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.flip-box.style2 .icon i {
    color: #0c5adb;
    font-size: 50px;
}
.flip-box.style2 h2.front-title {
    color: #232323;
    font-size: 22px;
    font-weight: 800;
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 20px;
}
.flip-box.style2 p.front-desc {
    color: #666;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.flip-box.style2 h2.back-title {
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 20px;
}
.flip-box.style2 .flip-box-back .content {
    position: relative;
    top: 15%;
    padding: 0 30px 0 30px;
}
.flip-box.style2 .flip-box-back p.back-desc {
    color: #fff;
    padding: 0 0 15px 0;
}
.flip-box.style2 a.back-btn {
    font-family: "Mulish";
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #0c5adb;
    border: 1px solid #ffffff;
    border-radius: 3px 3px 3px 3px;
    padding: 9px 20px 9px 20px;
    transition: 0.5s;
    background: #fff;
}
.flip-box.style2 a.back-btn:hover {
    background-color: #0c5adb;
    color: #ffffff;
}

/*
================================
Flip Box Css style 3
==============================
*/
.flip-box.style3 {
    text-align: center;
    transition: 0.5s;
}
.flip-box.style3 .flip-box-inner.flip-right {
    position: relative;
    height: 100%;
    float: left;
    width: 100%;
    padding: 30px 30px;
    text-align: center;
    transition: all .8s ease;
    -webkit-transition: all 0.8s ease;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    background: rgba(255, 255, 255, 0);
    border: 1px solid #525a68;
    border-radius: 6px 6px 6px 6px;
}
.flip-box.style3:hover .flip-box-inner.flip-right {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}
.flip-box.style3 .flip-box-front {
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    float: left;
    width: 100%;
    position: relative;
    background: inherit;
}
.flip-box.style3 .flip-box-back {
    background: #0c5adb;
    border: 6px solid #fff;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.flip-box.style3 .icon i {
    color: #fff;
    font-size: 50px;
}
.flip-box.style3 h2.front-title {
    font-size: 22px;
    font-weight: 800;
    text-transform: capitalize;
    margin: 0 0 20px 0;
    float: left;
    width: 100%;
    color: #fff;
}
.flip-box.style3 h2.back-title {
    font-size: 22px;
    font-weight: 800;
    text-transform: capitalize;
    margin: 0 0 20px 0;
    float: left;
    width: 100%;
    color: #fff;
}
.flip-box.style3 p.front-desc {
    color: rgba(255, 255, 255, 0.81);
}
.flip-box.style3 p.back-desc {
    color: rgba(255, 255, 255, 0.81);
    padding: 0 0 20px 0;
}
.flip-box.style3 .flip-box-back .content {
    position: relative;
    top: 15%;
}
.flip-box.style3 a.back-btn {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #ffffff;
    background: #0c5adb;
    border: 1px solid #ffffff;
    border-radius: 3px 3px 3px 3px;
    padding: 10px 25px 10px 25px;
    transition: 0.5s;
}
.flip-box.style3 a.back-btn:hover {
    color: #0c5adb;
    background: #ffffff;
}

/*
========================
Flip Box Css style Four
========================
*/
.flip-box.style4 {
    text-align: center;
    transition: 0.5s;
}
.flip-box.style4 .flip-box-inner.flip-right {
    position: relative;
    height: 100%;
    float: left;
    width: 100%;
    -webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.10);
    box-shadow: 0 5px 20px rgba(0,0,0,0.10);
    padding: 30px 15px;
    text-align: center;
    transition: all .8s ease;
    -webkit-transition: all 0.8s ease;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    background: transparent;
}
.flip-box.style4:hover .flip-box-inner.flip-right {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}
.flip-box.style4 .flip-box-front {
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    float: left;
    width: 100%;
    position: relative;
    background: transparent;
    padding: 100px 0 0 0;
}
.flip-box.style4 .flip-box-back {
    background: linear-gradient(360deg, #111cff, #676fff);
    border: 0px solid #ffffff;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.10);
    box-shadow: 0 5px 20px rgba(0,0,0,0.10);
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.flip-box.style4 .icon i {
    color: #fff;
    font-size: 50px;
}
.flip-box.style4 h2.front-title {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 15px 0 25px 0;
    float: left;
    width: 100%;
    color: #fff;
}
.flip-box.style4 .flip-box-back .content {
    position: relative;
    top: 27%;
    padding: 0 15px 0 15px;
}
.flip-box.style4 .flip-box-back p.back-desc {
    color: #fff;
    padding: 0 0 15px 0;
}
.flip-box.style4 a.back-btn {
    font-family: Mulish;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #ffffff;
    background: linear-gradient(360deg, #111cff, #676fff);
    border: 1px solid #ffffff;
    border-radius: 3px 3px 3px 3px;
    padding: 9px 20px 9px 20px;
    transition: 0.5s;
}
.flip-box.style4 a.back-btn:hover {
    color: #fff;
    border: 1px solid #ffffff;
}



/*
================================
Flip Box Css style 5
==============================
*/
.flip-box.style5 {
    text-align: center;
    transition: 0.5s;
}
.flip-box.style5 .flip-box-inner.flip-right {
    position: relative;
    height: 100%;
    float: left;
    width: 100%;
    -webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.10);
    box-shadow: 0 5px 20px rgba(0,0,0,0.10);
    padding: 30px 15px;
    text-align: center;
    transition: all .8s ease;
    -webkit-transition: all 0.8s ease;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    background: #fff;
}
.flip-box.style5:hover .flip-box-inner.flip-right {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}
.flip-box.style5 .flip-box-front {
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    float: left;
    width: 100%;
    position: relative;
    background: #ffffff;
}
.flip-box.style5 .flip-box-back {
    border: 0px solid #ffffff;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.10);
    box-shadow: 0 5px 20px rgba(0,0,0,0.10);
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
}
.flip-box.style5 .icon i {
    color: #00247E;
    font-size: 50px;
}
.flip-box.style5 h2.front-title {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 15px 0 25px 0;
    float: left;
    width: 100%;
    color: #444;
}
.flip-box.style5 .flip-box-back .content {
    position: relative;
    top: 24%;
    padding: 0 15px 0 15px;
}
.flip-box.style5 h2.back-title {
    font-size: 20px;
    padding: 0 00 10px 0;
}
.flip-box.style5 a.back-btn {
    font-family: Mulish;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    color: #ffffff;
    background-color: #00247E;
    border: 0px solid #ffffff;
    border-radius: 3px 3px 3px 3px;
    padding: 15px 25px 15px 25px;
    transition: 0.5s;
}
.flip-box.style5 a.back-btn:hover {
    background-color: #ffffff;
    color: #00247E;
    border: 0px solid #ffffff;
}

/*
================================
Flip Box Css style 6
==============================
*/
.flip-box.style6 {
    text-align: center;
    transition: 0.5s;
}
.flip-box.style6 .flip-box-inner.flip-right {
    position: relative;
    height: 100%;
    float: left;
    width: 100%;
    padding: 43px 15px;
    box-shadow: none;
    text-align: center;
    transition: all .8s ease;
    -webkit-transition: all 0.8s ease;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 4px
 4px 4px 4px;
}
.flip-box.style6:hover .flip-box-inner.flip-right {
    transform: rotateX(180deg) rotateY(0);
    -webkit-transform: rotateX(180deg) rotateY(0);
}
.flip-box.style6 .flip-box-front {
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    float: left;
    width: 100%;
    position: relative;
    background: #ffffff;
}
.flip-box.style6 .flip-box-back {
    border: 0px solid #ffffff;
    transform: rotateX(180deg) rotateY(0);
    -webkit-transform: rotateX(180deg) rotateY(0);
    -webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.10);
    box-shadow: 0 5px 20px rgba(0,0,0,0.10);
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    background: #00247E;
    border-radius: 4px;
}
.flip-box.style6 .icon i {
    color: #00247E;
    font-size: 50px;
}
.flip-box.style6 h2.front-title {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 15px 0 25px 0;
    float: left;
    width: 100%;
    color: #444;
}
.flip-box.style6 .flip-box-back .content {
    position: relative;
    padding: 0 15px 0 15px;
    top: 13%;
}
.flip-box.style6 h2.back-title {
    font-size: 20px;
    padding: 0 00 10px 0;
    color: #fff;
}
.flip-box.style6 p.back-desc {
    color: #fff;
}
.flip-box.style6 a.back-btn {
    color: #00247E;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #00247E;
    border-radius: 4px 4px 4px 4px;
    padding: 10px 25px 10px 25px;
    transition: 0.5s;
}
.flip-box.style6 a.back-btn:hover {
    color: #ffffff;
    background-color: rgba(12, 90, 219, 0);
    border-color: #ffffff;
    border: 1px solid #fff;
}





/*
=======================
Icon Box Css style 1
=======================
*/
.icon-box.style1 {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 7px 7px 7px 7px;
    margin-bottom: 10px;
    padding: 0;
    transition: 0.5s;
    position: relative;
}
.icon-box.style1 .icon {
    height: 85px;
    width: 85px;
    line-height: 85px;
    text-align: center;
    position: relative;
    transition: 0.5s;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0 10px 10px 0px rgba(167,174,189,0.4);
}
.icon-box.style1 .icon i{
    transition: 0.3s;
    font-size: 40px;
    color: #0c5adb;
}
.icon-box.style1:hover .icon {
    background: #0c5adb;
    color: #fff;
}
.icon-box.style1:hover .icon i {
    color: #fff;
}
.icon-box.style1 .icon-box-icon {
    padding-right: 25px;
}
.icon-box.style1 .icon-box-content h2 {
    color: #232323;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 15px 0;
}
.icon-box.style1 .icon-box-content .description p {
    margin: 0;
    color: #232323;
    font-family: Mulish;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
}
/* Style Two */
.icon-box.style-two {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 7px 7px 7px 7px;
    margin-bottom: 0;
    padding: 0;
    transition: 0.3s;
}
.icon-box.style-two .icon {
    background: inherit;
    color: #0c5adb;
    text-align: center;
    position: relative;
    top: -20px;
    transition: 0.3s;
}
.icon-box.style-two .icon i {
    position: relative;
    font-size: 40px;
    font-weight: 400;
    color: #0c5adb;
}
.icon-box.style-two .icon-box-icon {
    padding-right: 25px;
}
.icon-box.style-two .icon-box-content h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 15px 0;
    color: #232323;
    text-transform: capitalize;
    margin-bottom: 10px;
    text-align: left;
}
.icon-box.style-two .icon-box-content .description p {
    margin: 0;
    color: #232323;
    font-family: Mulish;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
}

/* Style Three */
.icon-box.style3 {
    transition: 0.5s;
    margin-bottom: 0px;
    padding: 0px;
    text-align: center;
    background: inherit;
}
.icon-box.style3:hover {

}
.icon-box.style3 .icon {
    color: #ffffff;
    background-color: inherit;
    font-size: 50px;
    height: 110px;
    width: 110px;
    margin: auto;
    line-height: 106px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 5px 5px 5px 5px;
    text-align: center;
    transition: 0.5s;
}
.icon-box.style3:hover .icon {
    color: #ffffff;
    background-color: #0c5adb;
    border: 1px solid #0c5adb;
}
.icon-box.style3 .icon-box-content .title {
    font-family: 'Mulish', sans-serif;
    color: #ffffff;
    margin: 25px 0;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
.icon-box.style3 .icon-box-content .description {
    color: var(--main-color);
	font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}
/*icon box style four*/
.icon-box.style4 {
    padding: 10px 30px 0px 0;
    display: flex;}
.icon-box.style4 .icon-box-icon {
    display: inline-block;
}
.icon-box.style4 .icon-box-content {
    display: inline-block;
}
.icon-box.style4 .icon-box-icon .icon i {
    display: inline-block;
    font-size: 29px;
    color: #fff;
    text-align: center;
    transition: .5s;
    margin-right: 25px;
    position: relative;
}
.icon-box.style4 .icon-box-content h4 {
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
    padding: 0px 0 15px 0;
}
.icon-box.style4 .icon-box-content p {
    font-size: 16px;
    transition: .5s;
    color: #ffffff;
    margin: 0;
}
/*style5*/
.icon-box.style5 {
    transition: 0.5s;
    background: #fff;
    box-shadow: 6px 5px 30px 0px rgba(0,0,0,0.12);
    border-radius: 7px;
    margin-bottom: 0px;
    padding: 45px 30px 55px 30px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.icon-box.style5::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, #000dff, #2c34ff, #444bff, #5860ff, #6b73ff);
    z-index: -1;
    opacity: 0;
    transition: .5s;
}
.icon-box.style5:hover::before {
    opacity: 1;
    top: 0%;
}
.icon-box.style5:hover {
    border-radius: 100% 100% 100% 100%;
}
.icon-box.style5 .icon i {
    text-align: center;
    transition: 0.5s;
    font-size: 55px;
    color: #00247E;
}
.icon-box.style5 .icon-box-content .title {
    margin: 12px 0 0 0;
    color: #232323;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    transition: 0.5s;
}
.icon-box.style5:hover .icon i {
    color: #fff;
}
.icon-box.style5:hover .title {
    color: #fff;
}
.icon-box.style5 .icon-box-content .description {
    color: var(--main-color);
	font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}
/*style six*/
.icon-box.style6 {
    display: flex;
    background: #ffffff;
    box-shadow: 0 0 15px rgba(51,51,51,0.1);
    text-align: left;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 0px;
    padding: 30px 30px 30px 30px;
    transition: 0.5s;
}
.icon-box.style6 .icon-box-icon .icon i {
    margin-right: 10px;
    color: #00247E;
    font-size: 50px;
}
.icon-box.style6 .icon-box-icon {
    padding-right: 10px;
}
.icon-box.style6 .icon-box-content h4 {
    color: #232323;
    margin: 0 0 15px 0;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}
.icon-box.style6 .icon-box-content p {
    margin: 0;
    color: #616161;
    font-family: Mulish;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
}

/*style seven*/
.icon-box.style7 {
    border-bottom: 1px solid#292F3F;
    padding-bottom: 20px;
    margin-bottom: 2px;
}
/*.icon-box.style7:last-child{
    border-bottom: 0;
    padding-bottom: 0px;
    margin-bottom: 0px;
}*/
.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 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 4px;
}
.icon-box.style7 .icon-box-content .description {
    color: #fff;
    opacity: 0.8;
    font-size: 14px;
    margin: 0;
}
/*hover*/
.icon-box.style7:hover .icon i{
    background: #ff3b00;
}
/*icon bos style eight*/
.icon-box.style8 {
    background: #f5f5f5;
    padding: 27px 15px 7px 29px;
    border-radius: 5px;
    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;
}
/*style nine*/
.icon-box.style9 p.description {
    margin: 0;
}
/*style ten*/
.icon-box.style10 {
    background: #fff;
    border-radius: 5px;
}
.icon-box.style10 .img-icon {
    display: inline-block;
    height: 58px;
    width: 58px;
    line-height: 76px;
    text-align: center;
    background: #FF3B00;
    border-radius: 5px 0 0px 5px;
    margin-right: 17px;
}
.icon-box.style10 p.description {
    margin: 0;
}
/*style eleven*/
.icon-box.style11 {
    margin-bottom: 26px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
}
.last-box .icon-box.style11 {
    border: none;
    margin-bottom: 18px;
}

.icon-box.style11 .img-icon {
    display: inline-block;
    height: 69px;
    width: 69px;
    line-height: 69px;
    margin-right: 12px;
}
.icon-box.style11 .icon-box-content .title {
    font-size: 20px;
    margin: 0 0 8px;
}
/*icon box thirteen*/
.icon-box.style13 {
    display: flex;
}
.icon-box.style13 .icon-box-content .title {
    display: inline-block;
    font-size: 22px;
    font-weight: 500;
}
.icon-box.style13 p.description {
    transition: .5s;
    margin: 0;
}
/*style 14*/
.icon-box.style14 .icon-box-icon {
    display: inline-block;
    margin-right: 7px;
}
.icon-box.style14 .icon-box-icon .icon {
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    border-radius: 4px;
    background: #00247E;
    text-align: center;
}
.icon-box.style14 .icon i{
    color:#fff;
    font-size:12px;
}
.icon-box.style14 .title {
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 12px;
    margin-top: 8px;
}
/*Icon box style 18*/


/*footer six*/
.footer-six .icon-box.style6 .icon {
    height: 76px;
    width: 76px;
    line-height: 76px;
}
.footer-six input[type="email"] {
    font-size: 14px;
    height: 56px;
    padding: 5px 25px;
    position: relative;
    width: 100%;
    border: 0;
    margin-bottom: 0;
    outline: 0;
    border-radius: 3px;
    background-color: rgba(255,255,255,0.14901960784313725);
}


/*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 {
    position: relative;
    padding: 30px 0 30px 0;
    text-align: center;
    box-shadow: 0 10px 80px rgba(189,189,189,.5);
}
.circle-progress h2 {
    text-align: center;
    font-size: 18px;
    display: inline-block;
    position: relative;
    line-height: 28px;
    font-weight: 600;
    margin: 0;
    color: #232323;
    font-family: Mulish;
}
.progress {
    width: 108px!important;
    height: 109px!important;
    line-height: 150px;
    margin: auto;
    box-shadow: none;
    display: block;
    position: relative;
    background: transparent!important;
}
.progress:after {
    content: "";
    width: 90%;
    height: 90%;
    border-radius: 50%;
    border: 10px solid #eee;
    position: absolute;
    top: 0;
    left: 0;
}
.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress .progress-left {
  left: 0;
}
.progress .progress-bar {
    width: 90%;
    height: 90%;
    background: none;
    border-width: 10px;
    border-style: solid;
    position: absolute;
    top: 0;
    border-color: #0c5adb;
}
.circle-two .progress .progress-bar {
    border-color: #25c4f8;
}
.circle-two .progress .progress-value {
    color: #25c4f8;
}
.circle-three .progress .progress-bar {
    border-color: #e6513a;
}
.circle-three .progress .progress-value {
    color: #e6513a;
}
.circle-four .progress .progress-bar {
    border-color: #00247E;
}
.circle-four .progress .progress-value {
    color: #00247E;
}
.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: #0c5adb;
}

.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
================
*/
.single-counter {
    text-align: center;
    position: relative;
    margin: 0 0 20px 0;
}
.single-counter .icon i {
    font-size: 40px;
    color: #0c5adb;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: inline-block;
    border: 2px dashed #0c5adb;
    height: 100px;
    width: 100px;
    line-height: 100px;
    border-radius: 100px;
    margin-bottom: 10px;
}
.counter-content span {
    display: inline-block;
    font-size: 40px;
    font-weight: 800;
    -webkit-transition: .3s;
    margin: 0;
    transition: .3s;
    position: relative;
    color: #232323;
}
.counter-content h6 {
    color: #0C5ADB;
    text-transform: capitalize;
    font-size: 20px;
    margin-top: 0;
    font-weight: 500;
    letter-spacing: 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 .icon i {
    font-size: 40px;
    color: #0c5adb;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: inline-block;
    line-height: 1;
    margin-bottom: 9px;
}
.single-counter.style_two .counter-content h6 {
    font-size: 20px;
    font-weight: 600;
    margin: 2px 0 0;
    text-transform: capitalize;
    -webkit-transition: .3s;
    transition: .3s;
    color: #0c5adb;
}

/*Background img  color*/



/*
==============================
    Background img color 
==============================
*/




/*
==========
 Team
==========
*/
.team.style1 {
    border-bottom: 0;
    z-index: 1;
    transition: .3s;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
    background: #fff;
    padding: 0 0 22px 0px;
    border-radius: 50px;
    overflow: visible;
}
.team.style1 .content {
    text-align: center;
    position: relative;
    background: #fff;
    padding-bottom: 0;
    border-radius: 50px;
    overflow: visible;
}
.team.style1 .image {
    padding: 0;
    margin: 0;
    border-radius: 100%;
}
.team.style1 .image img {
    border-radius: 100%;
    width: 75%;
    border: 10px solid #fff;
    margin-top: -106px;
    box-shadow: 0 0 5px rgba(0,0,0,0.10);
    transition: 0.5s;
}
.team.style1:hover .image img {
    border: 10px solid #0c5adb;
    /* transform: translateY(-5px); */
}
.team.style1 .bio .name {
    font-size: 24px;
    padding-top: 0;
    margin: 13px 0 1px;
    transition: 0.4s;
}
.team.style1 .bio .name:hover {
    color: #0c5adb;
}
.team.style1 .bio .designation {
    font-size: 15px;
    margin-bottom: 24px;
    margin-top: 9px;
    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;
    margin: 0 5px 0;
    text-align: center;
    color: #0c5adb;
    font-size: 13px;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    line-height: 30px;
    transition: .3s;
    border: 1px solid #0c5adb;
    background: transparent;
}
.team.style1 .content .social-icon li a:hover {
    background: #0c5adb;
    color: #fff;
    transform: translateY(-5px);
}


/* Team Member CSS style2 */

.team.style2 {
    text-align: left;
    border-bottom: 0;
    position: relative;
    z-index: 1;
    padding: 0;
    transition: .3s;
    margin-bottom: 30px;
    overflow: hidden;
}
.team.style2:hover {
}
.team.style2 .content {
    z-index: 1;
    opacity: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding: 23px 8px 29px;
    position: absolute;
    bottom: -70px;
    background: #fff;
    width: 83%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.team.style2:hover.team.style2 .content {
    bottom: 0px;
    opacity: 1;
    box-shadow: none;
}
.team.style2 .image {
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.team.style2 .image img {
    object-fit: cover;
    width: 100%;
}
.team.style2 .bio .name {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 5px;
    font-weight: 700;
}
.team.style2 .bio .designation {
    margin: 9px 0 17px 0;
    color: #00247E;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Mulish', sans-serif;
}
.team.style2 .content .social-icon{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.team.style2 .content .social-icon li{
    margin-bottom: 5px;
    margin-right: 5px;
}
.team.style2 .content .social-icon li a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: linear-gradient(80deg,#0c5adb 0%,#00247E 100%);
    text-align: center;
    margin: 0 3px;
    transition: .3s;
}
.team.style2 .content .social-icon li a:hover {
    color: #fff;
    transform: translateY(-5px);
}

/*team five*/
.team.style5 {
    position: relative;
    text-align: center;
}
.team.style5 .image {
    position: relative;
    margin-top: -86px;
    z-index: 1;
}
.team.style5 .team-content {
    background: #fff;
    padding: 22px 30px 113px;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    text-align: left;
}
.team.style5 .team-content:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height:0;
    width:100%;
    background: url(https://wp.ditsolution.net/agencya-multipurpose/wp-content/uploads/2023/06/team-s.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 400ms linear;
    z-index:-1;
    border-radius: 0 0 4px 4px;
}
.team.style5 .team-content:after {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    background: #00247E;
    height: 0px;
    left: 0;
    border-radius: 0;
    transition: all 400ms linear;
}
.team.style5:hover .team-content:before{
    height:100%;
}
.team.style5:hover .team-content:after{
    height:4px;
}
.team.style5 .team-content .bio .name {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 7px;
}
.team.style5 .team-content .bio .designation {
    font-size: 16px;
    font-weight: 300;
    color: #686868;
    margin: 0 0 0;
}
.team.style5:hover .team-content .bio .name,
.team.style5:hover .team-content .bio .designation{
    color:#fff;
}
.team.style5 .team-share {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    background: #00247E;
    border-radius: 4px;
    cursor: pointer;
    position: absolute;
    top: -18px;
    right: 27px;
    transition: .5s;
    z-index: 22;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-color: #00247E;
    line-height: 40px;
}
.team.style5 ul.social-icon {
    position: absolute;
    right: 29px;
    top: 44px;
    transition: .5s;
    background: transparent;
    border-radius: 4px;
}
.team.style5 ul.social-icon.active li a {
    transform: translateY(15px);
    opacity: 1;
    overflow: hidden;
    visibility: visible;
}
.team.style5 .team-share-icon {
    position: relative;
    z-index: 1;
}
.team.style5 .team-share-icon:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #00247E;
    height: 14px;
    width: 14px;
    bottom: -32px;
    z-index: -1;
    transform: rotate(45deg);
}
.team.style5 ul.social-icon li {
    list-style: none;
    margin-bottom:4px;
}
.team.style5 ul.social-icon li a {
    display: inline-block;
    transition: .5s;
    font-size: 14px;
    color: #fff;
    background: #00247E;
    width: 35px;
    height: 35px;
    line-height: 35px;
    transition-delay: .3s;
    z-index: -1;
    overflow: hidden;
    transform: translateY(-20px);
    opacity: 0;
    visibility: hidden;
    border-radius: 100%;
}
.team.style5 ul.social-icon li a:hover{
    color:#fff;
    background:#232323;
}
.team.style5 ul.social-icon li:nth-child(1) a {
    transition-delay: 0.4s;
}
.team.style5 ul.social-icon li:nth-child(2) a {
    transition-delay: 0.2s;
}
.team.style5 ul.social-icon li:nth-child(3) a {
    transition-delay: 0s;
}


/*
===============
 Team Carousel
===============
*/
/* 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 {
    text-align: center;
    border: 4px solid #00247E;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative;
}
.work-process.style1 .icon img {
    border-radius: 50%;
    border-top: 10px solid #fff;
    border-left: 10px solid #fff;
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
    border-right: 10px solid #fff;
    border-bottom: 9px solid #fff;
    background: #ffffff;
    margin: 0 0 -6px 0;
}
.work-process.style1 .content .title {
    font-size: 20px;
    font-weight: 700;
    color: #232323;
    font-family: "Merriweather",Sans-serif;
    font-style: normal;
    transition: .5s;
    margin: 32px 0 15px 0;
}
.work-process.style1 .content .description {
    color: #616161;
    font-family: "Mulish",Sans-serif;
    font-weight: 400;
}
.work-process.style1 .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-process.style1:hover .work_progress-number {
    top: 40%;
}
.work_progress-number span {
    background: #00247E;
    display: inline-block;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    position: relative;
    z-index: 1;
}
.work_progress-number span::before {
    position: absolute;
    left: -5px;
    top: -5px;
    width: 60px;
    height: 60px;
    background: #00247E;
    opacity: 0.4;
    content: "";
    margin: auto;
    border-radius: 100%;
    z-index: -1;
    display: none;
}
.work_progress-number span::after {
    position: absolute;
    left: -15px;
    top: -15px;
    width: 80px;
    height: 80px;
    background: #00247E;
    opacity: 0.2;
    content: "";
    margin: auto;
    border-radius: 100%;
    z-index: -1;
    display: none;
}
.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;
    position: relative;
}
.work_progress-title h2:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    width: 2px;
    height: 40px;
    border-left: 2px dashed #ddd;
    border-radius: 100%;
    top: -54px;
}
.work_progress-title h2:after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    border: 2px solid #ddd;
    border-radius: 100%;
    top: -74px;
}
.home9-black .work_progress-title h2 {
    color: #fff;
}
.work_progress-desc {
	padding-top: 5px;
}
.work_progress.default-style:hover .work_progress-number {
	top: 40%;
}
.process-bg-shape {
	position: relative
}
.process-bg-shape:before {
	position: absolute;
	right: 0;
	bottom: -27px;
	width: 100%;
	content: "";
	background: url(http://localhost/it-tech/wp-content/uploads/2023/07/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;
}
/*style two*/
.work_progress.style-two {
    position: relative;
    transition: 0.5s;
    padding: 0 40px;
}
.work_progress.style-two:hover .work_progress-number span {
    left: -25px;
    top: -80px;
}
.work_progress.style-two .work_progress_icon i {
    background: linear-gradient(90deg, rgba(30,85,189,1) 0%, rgba(67,126,235,1) 100%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    font-size: 50px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    width: 120px;
    z-index: 1;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    display: inline-block;
}
.work_progress.style-two .work_progress_icon {
    position: relative;
}
.work_progress.style-two .work_progress_icon::after {
    position: absolute;
    right: 0;
    top: 10px;
    content: "";
    background-image: url(https://wp.ditsolution.net/webx/wp-content/uploads/2023/08/direction-sign.png);
    height: 42px;
    width: 200px;
    background-repeat: no-repeat;
    margin-right: -130px;
    background-size: contain;
}
.direction-sign .work_progress.style-two .work_progress_icon::after {
    display: none;
}
.work_progress.style-two .work_progress-number {
    display: inline-block;
    position: relative;
}
.work_progress.style-two .work_progress-number span {
    display: inline-block;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    z-index: 1;
    position: absolute;
    left: -40px;
    top: -80px;
    transition: 0.5s;
    background: #fff;
    border-radius: 50%;
    color: #0C5ADB;
    box-shadow: 0 0 10px #cccccc;
}
.home-5-gra .work_progress.style-two .work_progress-number span{
    background: linear-gradient(160deg, #141fff, #626aff), #00247E;
}
.work_progress.style-two .work_progress-title {
    padding: 90px 0 10px 0;
}
.process-bg-shape-2{
    position: relative;
}
.process-bg-shape-2:before {
    position: absolute;
    right: 0;
    bottom: -80px;
    width: 100%;
    content: "";
    background: url(http://localhost/it-tech/wp-content/uploads/2023/07/graduation-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 500px;
}


/*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: #00247E;
    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;
}



/*
==============
skill section
==============
*/
span.elementor-progress-percentage {
    position: relative;
    top: -19px!important;
}

/*
==============
 List
==============
*/

.item-list.style1{
    margin: 0;
    padding: 0;
    list-style: none;
}
.item-list.style1 li{
    font-size: 18px;
}
.item-list.style1 li i{
    color: #fff;
    font-size: 12px;
    background: linear-gradient(-37deg, #45da65 7%, #0d6eff 100%);
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
}


/*
==============
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 {
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    position: relative;
    margin-top: 0;
    background: inherit;
    border-radius: 165px;
    margin-bottom: 30px;
}
.style-three.em_single_testimonial {
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    position: relative;
    margin-top: 96px;
    background: #fff;
    border-radius: 165px;
    margin-bottom: 30px;
    border-bottom: 10px solid #ADACE1;
}
.testimonial.style1 .testimonial-item .author {
    margin-bottom: 25px;
    margin-top: 0;
    position: relative;
    display: inline-block;
    float: none;
    margin-right: 0;
    overflow: visible;
}
.testimonial.style1 .testimonial-item .author:before {
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 18px;
    position: absolute;
    line-height: 50px;
    bottom: 12px;
    right: -16px;
    background-color: #0c5adb;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}
.testimonial.style1 .testimonial-item .author img {
    height: inherit;
    border-radius: 50%;
    display: inline-block;
    width: 115px;
    transition: 0.5s;
}
.testimonial.style1 .testimonial-item .author .bio .name {
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 8px;
}
.testimonial.style1 .testimonial-item .author .bio .designation {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: #00247E;
    transition: all 400ms linear;
}
.testimonial.style1 .testimonial-item .quote {
    width: 62%;
    margin: auto;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    font-family: "Mulish";
}
.testimonial.style1 .testimonial-item h4.name {
    font-size: 20px;
    text-transform: capitalize;
    color: #232323;
    font-weight: 700;
}
.testimonial.style1 .testimonial-item h5.designation {
    color: #0c5adb;
    font-weight: 500;
    font-size: 16px;
    display: block;
    padding-top: 0;
    margin: 8px;
}
.testimonial.style1 .testimonial-item .bio {
    position: relative;
    z-index: 1;
    padding: 18px 0 0 0;
}
.testimonial.style1 .testimonial-item .testi-star i {
    color: #ddd;
    font-size: 10px;
}
.testimonial.style1 .testimonial-item .testi-star i.active {
    color: #00247E;
    font-size: 16px;
}
/*dots*/
.testimonial.style1 .owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    bottom: 0px;
    cursor: pointer;
    z-index: 9;
}
.testimonial.style1 .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block;
}
.testimonial-carousel button {
    transition: all 0.4s ease 0s;
    border: medium none;
    border-radius: 35px;
    background: #00247E;
    color: #fff;
    font-family: 'Fira Sans';
    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.style3 .owl-carousel .owl-nav button.owl-prev, 
.testimonial.style3 .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    font-size: 18px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 0;
}
.testimonial.style3 .owl-carousel .owl-nav button.owl-prev {
    left: -49px;
}
.testimonial.style3 .owl-carousel .owl-nav button.owl-next {
    right: -71px;
}
.testimonial.style3 .owl-carousel .owl-nav button.owl-next:hover {
    background: #FF3B00;
    color: #fff;
}
.testimonial.style3 .owl-carousel .owl-nav button.owl-prev:hover{
    background:#FF3B00;
    color:#fff;
}
.testimonial-carousel.owl-carousel button.owl-dot {
    position: relative;
    z-index: 22;
    height: 5px;
    width: 25px;
    margin: 0 3px;
    display: inline-block;
    background: #bfcadc;
}
.testimonial-carousel.owl-carousel button.owl-dot.active {
    background: #0c5adb!important;
    width: 35px;
}

/* Style Two */

.testimonial.style2{
    padding: 10px;
}
.testimonial.style2 .testimonial-item {
    margin: 0 0 0;
    padding: 0;
    box-shadow: none;
}
.testimonial.style2 .owl-dots {
    text-align: center;
}
.testimonial.style2 .testimonial-item .author {
    display: inline-block;
    margin-bottom: 13px;
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.testimonial.style2 .testimonial-item .author img {
    margin-right: 0px;
    border-radius: 50%;
    width: 90px;
}
.testimonial.style2 .reviews_rating {
    display: inline-block;
    float: right;
    color: #fff;
}
.testimonial.style2 .testimonial-item .author .bio .name {
    color: var(--title-color);
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 7px;
    color: #fff;
}
.testimonial.style2 .testimonial-item .author .bio .designation{
    color: #57647c;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    color: #fff;
}
.testimonial.style2 .testimonial-item .quote {
    font-size: 16px;
    position: relative;
    padding-top: 45px;
    padding: 90px 25px 52px;
    -webkit-box-shadow: 0 25px 40px 0 rgba(0,0,0,.1);
    box-shadow: 0 25px 40px 0 rgba(0,0,0,.1);
    background: #fff;
    border-radius: 5px;
    text-align: left;
    margin-bottom: 40px;
    color: #616161;
}
.testimonial.style2 .testimonial-item .quote:before {
    content: '';
    bottom: -20px;
    top: auto;
    border-color: #fff transparent transparent #fff;
    display: block;
    position: absolute;
    left: 0;
    margin-left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px;
}
.testimonial.style2 .testimonial-item .quote:after {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    color: blue;
    left: 26px;
    top: 18px;
    font-size: 46px;
    line-height: normal;
    font-weight: 600;
    opacity: 0.6;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(255 255 255 / 50%);
    font-family: FontAwesome;
}
.testimonial.style2 .testimonial-item .testi-star i {
    color: #ddd;
    font-size: 13px;
    color: #fff;
}
.testimonial.style2 .testimonial-item .testi-star i.active {
    color: #00247E;
}
.testimonial.style2 .bio {
    /* border-top: 1px solid#E5E5E7; */
    /* padding-top: 25px; */
    /* margin-top: 26px; */
}
.testimonial.style2 .bio .name {
    font-size: 20px;
    margin: 0 0 5px;
    color: #fff;
    font-weight: 700;
}
.testimonial.style2 .bio .designation {
    display: block;
    position: relative;
    margin-top: 6px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

/*
============================
Testimonial style 3
============================
*/

.testimonial.style3{
    padding: 10px;
}
.testimonial.style3 .owl-item:nth-child(odd) {
    margin-top: 0;
}
.testimonial.style3 .testimonial-item {
    transition: all .4s ease 0s;
    position: relative;
    margin-top: 10px;
    z-index: 1;
    margin-bottom: 30px;
    text-align: center;
    background: #011936;
    padding: 30px 25px;
    border-radius: 5px;
}
.testimonial.style3 .testimonial-item:before {
    position: absolute;
    content: "";
    top: 0;
    left: 12px;
    height: 100%;
    width: 100%;
    transition: .5s;
    z-index: -1;
    background: url(https://wp.ditsolution.net/agencya/wp-content/uploads/2023/05/earth.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.testimonial.style3 .testimonial-item:after {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    height: 100%;
    width: 0;
    transition: .5s;
    z-index: -1;
    border-radius: 3px;
    background: url(https://wp.ditsolution.net/agencya/wp-content/uploads/2023/05/box-bg4.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all 400ms linear;
}
.testimonial.style3 .testimonial-item .author {
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
}
.testimonial.style3 .testimonial-item .author:before {
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 18px;
    position: absolute;
    line-height: 50px;
    bottom: 0px;
    right: -16px;
    background-color: #00247E;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}
.testimonial.style3 .testimonial-item .author img {
    height: 115px;
    width: 115px;
    border-radius: 50%;
    display: inline-block;
}
.testimonial.style3 .testimonial-item .author .bio .name {
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 8px;
}
.testimonial.style3 .testimonial-item .author .bio .designation {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: #00247E;
    transition: all 400ms linear;
}
.testimonial.style3 .testimonial-item .quote {
    transition: all 400ms linear;
    width: 100%;
    margin: auto;
    font-size: 18px;
    font-style: italic;
    margin: 0 0 30px 0;
    font-weight: 400;
    font-family: Mulish;
    color: #fff;
    /* font-family: "Merriweather", Sans-serif; */
}
.testimonial.style3 .testimonial-item h4.name {
    position: relative;
    font-size: 18px;
    margin-bottom: 0px;
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 700;
    color: #fff;
}
.testimonial.style3 .testimonial-item h5.designation {
    color: #00247E;
    font-weight: 500;
    font-size: 16px;
    display: block;
    padding-top: 5px;
    margin: 0;
}
.testimonial.style3 .testimonial-item .bio {
    position: relative;
    z-index: 1;
    padding: 20px 0 0 0;
}
.testimonial.style3 .testimonial-item .bio::before {
    background-color: #00247E;
    left: calc(50% - 25px);
    position: absolute;
    top: 0;
    content: "";
    height: 1px;
    width: 25px;
}
.testimonial.style3 .testimonial-item .bio::after {
    background-color: #ddd;
    left: 50%;
    position: absolute;
    top: 0;
    content: "";
    height: 1px;
    width: 25px;
}
.testimonial.style3 .testimonial-item .testi-star i {
    color: #ddd;
    font-size: 10px;
}
.testimonial.style3 .testimonial-item .testi-star i.active {
    color: #00247E;
    font-size: 16px;
}
/*hover*/
.testimonial.style3 .testimonial-item:hover:after {
    left: 0;
    width: 100%;
}
/*dots*/
.testimonial.style3 .owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    bottom: 0px;
    cursor: pointer;
    z-index: 9;
}
.testimonial.style3 .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block;
}
.testimonial-carousel button {
    transition: all 0.4s ease 0s;
    border: medium none;
    border-radius: 35px;
    background: #00247E;
    color: #fff;
    font-family: 'Fira Sans';
    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 style six*/

.testimonial.style6 .testimonial-item {
    text-align: center;
    padding: 85px 23px 14px;
    background: #F6F6F6;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    margin-top: 38px;
}
.testimonial.style6 .testimonial-item:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    z-index: -1;
    background: url(https://wp.ditsolution.net/agencya-multipurpose/wp-content/uploads/2023/06/testi.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 400ms linear;
    border-radius:0 0 5px 5px;
}
.testimonial.style6 .testimonial-item:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    transition: all 400ms linear;
    background:#00247E;
}
.testimonial.style6 .testimonial-item:hover:before{
    height:100%;
}
.testimonial.style6 .testimonial-item:hover:after{
    height:4px;
}
.testimonial.style6 .author_thumb {
    display: inline-block;
    position: absolute;
    top: -36px;
    left: 0;
    right: 0;
    margin: auto;
    height: 84px;
    width: 84px;
    z-index: 2;
}
.testimonial.style6 .author{
    position:relative;
}
.testimonial.style6 .author:before {
    position: absolute;
    content: "";
    left: -77px;
    background: url(https://wp.ditsolution.net/agencya-multipurpose/wp-content/uploads/2023/06/quote.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 38px;
    height: 38px;
    transition: all 400ms linear;
    top: 47px;
    opacity:0;
}
.testimonial.style6 .testimonial-item:hover .author:before{
    top:20px;
    opacity:1;
}
.testimonial.style6 .bio .name {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 0;
}
.testimonial.style6 .testi-star i {
    color: #00247E;
    font-size: 13px;
    margin: 0 2px;
    padding: 10px 0 20px;
}

.testimonial.style6 .testimonial-carousel.owl-carousel .owl-dots {
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    bottom: -56px;
}

/*testimonial style Eight*/

.testimonial.style{
    padding: 10px;
}
.testimonial.style8 .owl-item:nth-child(odd) {
    margin-top: 0;
}
.testimonial.style8 .testimonial-item {
    transition: all .4s ease 0s;
    position: relative;
    margin-top: 10px;
    z-index: 1;
    margin-bottom: 0;
    text-align: center;
    background: inherit;
    padding: 30px 45px;
    border-radius: 5px;
}
.testimonial.style8 .testimonial-item:before {
    position: absolute;
    content: "";
    top: 0;
    left: 12px;
    height: 100%;
    width: 100%;
    transition: .5s;
    z-index: -1;
    background: url(https://wp.ditsolution.net/agencya/wp-content/uploads/2023/05/earth.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.testimonial.style8 .testimonial-item:after {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    height: 100%;
    width: 0;
    transition: .5s;
    z-index: -1;
    border-radius: 3px;
    background: url(https://wp.ditsolution.net/agencya/wp-content/uploads/2023/05/box-bg4.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all 400ms linear;
}
.testimonial.style8 .testimonial-item .author {
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
}
.testimonial.style8 .testimonial-item .author:before {
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 18px;
    position: absolute;
    line-height: 50px;
    bottom: 0px;
    right: -16px;
    background-color: #00247E;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}
.testimonial.style8 .testimonial-item .author img {
    height: 115px;
    width: 115px;
    border-radius: 50%;
    display: inline-block;
}
.testimonial.style8 .testimonial-item .author .bio .name {
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 8px;
}
.testimonial.style8 .testimonial-item .author .bio .designation {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: #00247E;
    transition: all 400ms linear;
}
.testimonial.style8 .testimonial-item .quote {
    transition: all 400ms linear;
    width: 100%;
    margin: auto;
    font-size: 18px;
    font-style: italic;
    margin: 0 0 30px 0;
    font-weight: 400;
    font-family: Mulish;
    color: rgba(255, 255, 255, 0.86);
}
.testimonial.style8 .testimonial-item h4.name {
    position: relative;
    font-size: 18px;
    margin-bottom: 0px;
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 700;
    color: #fff;
}
.testimonial.style8 .testimonial-item h5.designation {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    display: block;
    padding-top: 5px;
    margin: 0;
}
.testimonial.style8 .testimonial-item .bio {
    position: relative;
    z-index: 1;
    padding: 0;
}
.testimonial.style8 .testimonial-item .bio::before {
    display: none;
}
.testimonial.style8 .testimonial-item .bio::after {
    display: none;
}
.testimonial.style8 .testimonial-item .testi-star i {
    color: #ddd;
    font-size: 10px;
}
.testimonial.style8 .testimonial-item .testi-star i.active {
    color: #00247E;
    font-size: 16px;
}
/*hover*/
.testimonial.style8 .testimonial-item:hover:after {
    left: 0;
    width: 100%;
}
/*dots*/
.testimonial.style8 .owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    bottom: 0px;
    cursor: pointer;
    z-index: 9;
}
.testimonial.style8 .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block;
}
.testimonial.style8 .testimonial-carousel.owl-carousel button.owl-dot.active {
    background: #fff !important;
    width: 35px;
}
.testimonial-carousel button {
    transition: all 0.4s ease 0s;
    border: medium none;
    border-radius: 35px;
    background: #00247E;
    color: #fff;
    font-family: 'Fira Sans';
    font-weight: 500;
    text-align: center;
    padding: 13px 30px;
    position: absolute;
     right: inherit; 
    top: 9px;
    display: inline-block;
    z-index: 1;
    margin: 0 9px;
}



/*
==========
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: -69px;
    cursor: pointer;
    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: 5px;
    width: 9px;
    margin: 0 4px;
    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: rgba(255, 255, 255, 0.30196078431372547);
    color: inherit;
    border: none;
    font: inherit;
    right: 0;
    text-align: center;
    left: 0;
    border-radius: 4px;
}
.blog_wrap.case_study_carousel button.owl-dot.active {
    background: #00247E!important;
    width: 35px;
}
/*case study style two*/
.case-study.style2 .case-study-thumb::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, rgba(3, 4, 34, 0.902) 0%,
    rgba(3, 4, 34, 0.902) 24%, rgba(3, 3, 33, 0) 62%, rgba(3, 3, 33, 0) 100%);
    border-radius: 3px;
    transition: all 400ms linear;
}
.case-study.style2 .single_case_study:hover .case-study-thumb:before {
    background-image: linear-gradient(0deg, rgba(255, 59, 0, 0.902) 0%, 
    rgba(255, 59, 0, 0.902) 24%, rgba(255, 59, 0, 0) 62%, rgba(255, 59, 0, 0) 100%);
}
.case-study.style2 .video-icon a {
    width: 48px;
    height: 48px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #00247E;
    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 .cases-study-content {
    position: absolute;
    text-align: left;
    background: transparent;
    margin: auto;
    padding: 20px 30px 0px;
    bottom: -23px;
}
.case-study.style2 h2.title {
    line-height: 23px;
    margin: 5px 0 0;
}
.case-study.style2 h2.title a {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.case-study.style2 .case_category span {
    font-size: 17px;
    padding: 0 0 0 32px;
    position: relative;
    z-index: 1;
    transition: all 400ms linear;
    color: #00247E;
    font-weight: 500;
}
.case-study.style2 .case_category span:before {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    top: 10px;
    width: 22px;
    border: 1px solid #00247E;
    transition: all 400ms linear;
}
.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;
}
/*style three*/
.case-study.style3 .case-study-thumb{
    position:relative;
}
.case-study.style3 .case-study-thumb:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(12,90,219,0.85);
    content: "";
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 5px;
}
.case-study.style3 .cases-study-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    text-align: center;
    background: #fff;
    width: 90%;
    height: 130px;
    margin: auto;
    border-radius: 5px;
    padding: 20px 0 20px 0;
    opacity: 0;
    /* -webkit-transition: .5s; */
    -o-transition: .5s;
    transition: .5s;
    /* -webkit-transform: translateY(-50%); */
    -ms-transform: translateY(-50%);
    /* transform: translateY(-50%) translateX(-50%); */
    z-index: 9;
    /* margin: 0; */
    /* padding: 0; */
}
.case-study.style3 .single_case_study:hover .cases-study-content{
    opacity: 1;
    top: 40%;
}
.case-study.style3 .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}
.case-study.style3 .cases-study-content .title a {
    color: #232323;
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    margin: 0 0 6px;
    transition: 0.5s;
}
.case-study.style3 .cases-study-content .title a:hover  {
    color: #0C5ADB;
}
.case-study.style3 .case_category span {
    color: #0C5ADB;
    letter-spacing: 1px;
}
.case-study.style3 .single_case_study:hover .case-study-thumb:before{
    opacity:1;
}
/*style four*/
.case-study.style4 .single_case_study .case-study-thumb{
    position:relative;
    z-index:1;
}
.case-study.style4 .single_case_study .case-study-thumb:before{
    position:absolute;
    content:"";
    top:0;
    left:0;
    height:100%;
    width:100%;
    background-image: linear-gradient(0deg, rgba(5,9,29,0.9999999999999999) 0%, rgba(5,9,29,0) 64%, rgba(5,9,29,0) 100%);
}
.case-study.style4 .single_case_study .case-study-thumb:after {
    position: absolute;
    content: "";
    top: inherit;
    left: 0;
    height: 45%;
    width: 100%;
    background: url(https://wp.ditsolution.net/agencya-multipurpose/wp-content/uploads/2023/05/shape-1.png);
    bottom: -216px;
    background-repeat: no-repeat;
    background-position: center left;
        transition: all 400ms linear;
}
.case-study.style4 .single_case_study .cases_study_content {
    position: absolute;
    bottom: 32px;
    z-index: 22;
    width: 84%;
    left: 0;
    right: 0;
    margin: auto;
}
.case-study.style4 .single_case_study .cases_study_content .title {
    background-color: rgba(255,255,255,0.14901960784313725);
    font-size: 20px;
    font-weight: 600;
    padding: 17px 19px;
    border-left: 2px solid#00247E;
    transition:.5s;
}
.case-study.style4 .single_case_study .case_button {
    position: absolute;
    display: inline-block;
    right: 22px;
    top: -62px;
    transition: all 400ms linear;
}
.case-study.style4 .single_case_study .case_button a {
    display: inline-block;
    background: #00247E;
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 55px;
    border-radius: 100%;
    color: #fff;
    font-size: 19px;
    transform: rotate(-45deg);
    transition: .5s;
}

.case-study.style4 .single_case_study .cases_study_content .title a{
    color:#fff;
}
.case-study.style4 .single_case_study:hover .case_button{
    top:22px;
}
.case-study.style4 .single_case_study:hover .case-study-thumb:after{
    bottom:0;
}
.case-study.style4 .single_case_study:hover .cases_study_content .title{
    background:#00247E;
    border-color:#00247E;
}
.case-study.style4 .owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -114px;
    z-index: 22;
    display: inline-block;
}
.case-study.style4 .owl-theme .owl-dots .owl-dot span {
    opacity: 0;
}
.case-study.style4 .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 {
    border-radius: 10px;
    background: #bfcadc;
    height: 5px;
    width: 25px;
    padding: 0;
}
.case-study.style4 .blog_wrap.case_study_carousel button.owl-dot.active {
    background: #00247E!important;
    width: 35px;
}
.revolution-video a {
    border-radius: 50%;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    -webkit-transition: .5s;
    display: inline-block;
    height: 60px;
    width: 60px;
    background: #FF3C00;
    color: #fff;
}
.revolution-video-button a {
    border-radius: 50%;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    -webkit-transition: .5s;
    display: inline-block;
    height: 60px;
    width: 60px;
    background: #fff;
    color: #0c5adb;
    -webkit-animation: ripple-red 1s linear infinite;
    animation: ripple-red 1s linear infinite;
}

/*
==========
Brand
==========
*/
.brand-item img {
    width: inherit !important;
}
.brand.style1 img {
    filter: gray;
    -webkit-filter: grayscale(1);
    transition: .3s;
    margin: auto;
}
.brand.style1 img:hover{
    filter: none;
    -webkit-filter: grayscale(0);
}
/*
==============
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 {
    background: #0c5adb;
    height: 80px;
    width: 80px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    line-height: 80px;
    color: #fff;
    position: relative;
    -webkit-animation: ripple-red 1s linear infinite;
    animation: ripple-red 1s linear infinite;
    -webkit-transition: .5s;
    font-size: 30px;
}
.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 {

}

@-webkit-keyframes ripple-red {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.5), 0 0 0 10px rgba(255,255,255, 0.5), 0 0 0 20px rgba(255,255,255, 0.5);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.5), 0 0 0 10px rgba(255,255,255, 0.5), 0 0 0 20px rgba(255,255,255, 0.5)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.5), 0 0 0 20px rgba(84,81,193, 0.5), 0 0 0 30px rgba(84,81,193, 0.5);
        box-shadow: 0 0 0 10px rgba(255,255,255, 0.5), 0 0 0 20px rgba(255,255,255, 0.5), 0 0 0 30px rgba(255,255,255, 0)
    }
}
/* Style two */


/* 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 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(12, 90, 219,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: 90px;
    width: 90px;
	line-height: 90px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    color: #ED2C41;
    font-size: 26px;
    position: relative;
}

/*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);
    }
}

@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);
    }
}
/**/
.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%;
    }
}

/*
==============
Pricing Table
==============
*/
.pricing.style1 {
    background: #fff none repeat scroll 0 0;
    transition: all 0.3s ease 0s;
    padding: 12px 30px 45px;
    box-shadow: 0 0 9px rgba(0,0,0,0.10);
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
}
.pricing.style1 .pricing_img {
    text-align: center;
    position: relative;
    z-index: 1;
}
.pricing.style1 .pricing_img:after {
    top: -15px;
    right: -10%;
    left: -15%;
    bottom: auto;
    content: "";
    z-index: -1;
    min-width: 100%;
    min-height: 230px;
    position: absolute;
    background-size: cover;
    background-position: bottom left;
    background-image: url('https://wp.ditsolution.net/webx/wp-content/uploads/2023/08/price-bg.png');
}
.pricing.style1 .pricing-head {
    text-align: left;
    position: relative;
    padding: 0;
}
.pricing.style1 h4.pricing-name {
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    -webkit-transition: .3s;
    transition: .3s;
    color: #fff;
    text-transform: capitalize;
    z-index: 1;
    position: relative;
}
.pricing.style1 p.pricing-description {
    padding: 0;
    margin: 0;
}
.pricing.style1 .price-item {
    text-align: right;
    padding: 0 0 16px 0;
}
.pricing.style1 .pricing-title {
    text-transform: capitalize;
    transition: .5s;
    margin: 0;
    border: 1px solid #ddd;
    display: inline-block;
    padding: 4px 23px;
    border-radius: 30px;
    font-size: 15px;
}
.pricing.style1 .price-item .currency {
    color: #fff;
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 72px;
    font-weight: 700;
    text-align: right;
    line-height: 101px;
    font-family: Mulish;
    z-index: 1;
    position: relative;
}
.pricing.style1 .price-item .tk {
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 72px;
    font-weight: 700;
    text-align: right;
    line-height: 101px;
    font-family: Mulish;
    z-index: 1;
    position: relative;
    color: #fff;
}
.pricing.style1 .price-item .month {
    color: #616161;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    font-family: "Merriweather",Sans-serif;
}
.pricing.style1 .pricing-body {
    padding: 0;
    text-align: center;
}
.pricing.style1 .pricing-body ul {
    margin: 0;
    padding: 10px 0 35px;
    list-style: none;
}
.pricing.style1 .pricing-body ul li {
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 5px 0;
    text-transform: none;
    transition: all 0.3s ease 0s;
    text-transform: capitalize;
    z-index: 1;
    position: relative;
}
.pricing.style1 .pricing-body ul li:nth-child(1) {
    /* font-weight: 600; */
    /* margin-bottom: 15px; */
}
.pricing.style1 .pricing-body ul li i {
    display: inline-block;
    color: #00247E;
    font-size: 16px;
    margin-right: 6px;
}
.pricing.style1 .pricing-button {
    background: transparent;
    border-radius: 30px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 42px;
    position: relative;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: 1px solid #ddd;
    letter-spacing: 1px;
    color: #232323;
    font-family: Mulish;
}
.pricing.style1:hover .pricing-button{
    background:#0c5adb;
    color:#fff;
}
.pricing-tow .pricing.style1:hover .pricing-button{
    background: linear-gradient(80deg,#0c5adb 0%,#00247E 100%);
}
/*pricing active*/
.pricing.style1.active {
    margin: 0;
}
.pricing.style1.active .pricing-button {
    background: #0c5adb;
    color: #fff;
    border: 1px solid #fff;
}
.pricing-tow .pricing.style1.active .pricing-button {
    background: linear-gradient(80deg,#0c5adb 0%,#00247E 100%);
}
.webx-single-blog--thumb img {
    width: 100%;
}

/*
================
 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*/
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    height: 150px;
    background-color: #fff;
    border-color: transparent;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: 1px solid #e6e6e6;
    padding: 6px 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
}
.form-area.contact-home-1 .form-control:focus {
    border-color: #0C5ADB;
  }
.form-area.contact-home-1 textarea.wpcf7-form-control.wpcf7-textarea:focus {
    border-color: #0C5ADB;
    outline: 0;
}
.form-area.contact-home-1 .buttons input {
    background: #0c5adb;
    color: #fff;
    padding: 17px 58px 17px 58px;
    font-size: 15px;
    width: 100%;
    border: 0;
    transition: .5s;
    font-weight: 500;
    text-align: center;
    border-radius: 30px;
    display: inline-block;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
}

.form-area.contact-home-1 .buttons {
    margin: auto;
    text-align: center;
}
.buttons input:hover{
    background:#00247E;
}
.form-area.contact-home-1 .buttons input:hover{
    background: #00247E;
    color: #fff;
}
.form-area.home-2 .form-control {
    box-shadow: none;
    color: #999;
    font-size: 14px;
    height: 46px;
    padding: 0 20px;
    transition: .3s;
    border: 0;
    cursor: pointer;
    border-radius: 7px;
    background: #F6F6FC;
    width: 100%;
}
.form-area.home-2 input[type="email"] {
    color: #999;
    font-size: 14px;
    height: 50px;
    padding: 0 20px;
    transition: .3s;
    background: #fff;
    border: 0;
    cursor: pointer;
    border-radius: 7px;
    background: #F6F6FC;
    width: 100%;
}
.form-area.home-2 .form-inner {
    background: #fff;
    text-align: center;
    padding: 45px 45px 1px;
    box-shadow: 5px 7px 30px rgba(72,73,121,0.15);
    border-radius: 10px;
}
.form-area.home-2 .form-title h3 {
    font-size: 22px;
    margin: 0;
    padding-bottom: 20px;
}
.form-area.home-2 {
    margin: 0 0 0 180px;
}
.form-area.home-2 .form-group p {
    margin: 0px 0 10px 0;
}
.form-area.home-2 .buttons input {
    padding: 10px 15px;
    background: #10102E;
    display: block;
    color: #fff;
    border-radius: 30px;
    width: 100%;
    font-family: 'Mulish';
    cursor: pointer;
    text-align: center;
    transition: .5s;
    border: none;
}
.form-area.home-2 .form-group p input {
    color: #999;
    font-size: 14px;
    height: 46px;
    padding: 0 20px;
    transition: .3s;
    background: #fff;
    border: 0;
    cursor: pointer;
    border-radius: 7px;
    background: #F6F6FC;
    width: 100%;
}
.form-area.home-2 .form-group p input:focus {
    border: 0;
    outline: 0;
}
.form-area.home-2 .form-group .buttons input {
    background: #0c5adb;
    color: #fff;
    border-radius: 0;
    font-size: 16px;
    border: 0;
    transition: .5s;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    text-transform: capitalize;
    border: 2px solid transparent;
    border-radius: 7px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3)
}
.form-area.home-2 .form-group .buttons input:hover {
    background: transparent;
    color: #0c5adb;
}
.form-area.home-2 .form-group input::placeholder {
    color: #6d6d6d!important;
    opacity: 0.6;
    font-size: 14px;
}
.form-group input::placeholder {
    color: #6d6d6d!important;
}
.form-group:last-child {
    margin-bottom: 0px;
}
.buttons p {
    margin: 0;
}
.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    left: 30px;
}
.form-group p i {
    position: absolute;
    right: 9%;
    top: 37%;
    transform: translateY(-50%);
    z-index: 9;
    color: #5b6389;
    font-size: 17px;
}
.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: #FF3B00;
}
/*placeholder*/
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control::placeholder {
    color: #6d6d6d!important;
    opacity: 0.6;
    font-size: 17px;
}
textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
    color: #6d6d6d!important;
    opacity: 0.6;
    font-size: 17px;
}
/*focus color*/
textarea:focus {
    outline: none;
    border: 1px solid rgba(255,255,255,0.09);
}
/*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: #FF3B00;
    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: #00247E;
    border-radius: 30px;
    width: inherit;
    font-family: 'Fira Sans';
}
.form-area.style-three input.wpcf7-form-control.wpcf7-text.form-control::placeholder {
    color: #6d6d6d!important;
}
/*
==========
Blog Post
==========
*/
.blog-post.style1 .post-item {
    margin-bottom: 20px;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    transition: .5s;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ebebeb;
}
.blog-post.style1 .post-thumb {
    position: relative;
    overflow: hidden;
}
.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;
    font-family: "Mulish";
    background: #0c5adb;
    border-radius: 30px;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.blog-post.style1 .post-item .blog_post_inner_content {
    padding: 25px 20px 15px;
}
.blog-post.style1 .post-item .content .meta {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.blog-post.style1 .meta i {
    color: #0c5adb;
    display: inline-block;
    font-size: 14px;
    margin: 0 7px 0 10px;
}
.blog-post.style1 h3.title a {
    display: inline-block;
    color: #232323;
    font-weight: 700;
    font-size: 21px;
    line-height: 1.2;
}
.blog-post.style1 h3.title {
    margin: 7px 0 10px 0;
}
.blog-post.style1 .meta {
    display: inline-block;
    margin-bottom: 3px;
}
.blog-post.style1 .date {
    display: inline-block;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: none;
    text-transform: capitalize;
    margin-right: 15px;
    color: #616161;
    position: relative;
    font-weight: 500;
}
.blog-post.style1 .date:hover {
    color: #0c5adb;
}
.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 #ebebeb;
    padding: 9px 27px 9px;
}
.blog-post.style1 .blog_post_user span {
    color: #616161;
    font-weight: 500;
}
.blog-post.style1 .author {
    display: inline-block;
}
.blog-post.style1 .author a {
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    display: inline-block;
    text-decoration: none;
    text-transform: capitalize;
    margin-right: 15px;
    color: #616161;
    position: relative;
    font-weight: 500;
}
.blog-post.style1 .author a:hover {
    color: #0c5adb;
}
.blog-post.style1 .blog_btn {
    float: right;
}
.blog-post.style1 .blog_btn a {
    display: inline-block;
    font-family: 'Mulish';
    transition: .5s;
    color: #616161;
    font-weight: 500;
}
.blog-post.style1 .blog_btn a i {
    font-size: 16px;
    display: inline-block;
    font-weight: 600;
    margin-left: 5px;
    color: #0c5adb;
}

/*hover*/
.blog-post.style1 .blog_btn a:hover {
    color: #0c5adb;
}
.blog-post.style1 .author a:hover {
    color: #0c5adb;
}
.blog-post.style1 .author a:hover{
    color: #0c5adb;
}


.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;
    font-family: 'Roboto', sans-serif;
    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;
}
/*blog style two*/
.blog-post.style2 .post-item {
    margin-bottom: 20px;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    transition: .5s;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ebebeb;
}
.blog-post.style2 .post-thumb {
    position: relative;
    overflow: hidden;
}
.blog-post.style2 .post-thumb img {
    overflow: hidden;
    transition: .5s;
    transform: scale(1.1);
    width: 100%;
}
.blog-post.style2 .categories {
    position: absolute;
    top: 10px;
    left: 10px;
}
.blog-post.style2 .categories a {
    padding: 4px 17px 2px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Mulish";
    background: #0c5adb;
    border-radius: 30px;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.blog-post.style2 .post-item .blog_post_inner_content {
    padding: 25px 20px 15px;
}
.blog-post.style2 .post-item .content .meta {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.blog-post.style2 .meta i {
    color: #0c5adb;
    display: inline-block;
    font-size: 14px;
    margin: 0 7px 0 10px;
}
.blog-post.style2 h3.title a {
    display: inline-block;
    color: #232323;
    font-weight: 700;
    font-size: 21px;
    line-height: 1.2;
}
.blog-post.style2 h3.title {
    margin: 7px 0 10px 0;
}
.blog-post.style2 .meta {
    display: inline-block;
    margin-bottom: 3px;
}
.blog-post.style2 .date {
    display: inline-block;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: none;
    text-transform: capitalize;
    margin-right: 15px;
    color: #616161;
    position: relative;
    font-weight: 500;
}
.blog-post.style2 .date:hover {
    color: #0c5adb;
}
.blog-post.style2 .user_thumb {
    display: inline-block;
    height: 27px;
    width: 27px;
    margin-right: 14px;
    float: left;
}
.blog-post.style2 .user_thumb img{
    border-radius: 100%;
}
.blog-post.style2 .blog_post_user {
    border-top: 1px solid #ebebeb;
    padding: 9px 27px 9px;
}
.blog-post.style2 .blog_post_user span {
    color: #616161;
    font-weight: 500;
}
.blog-post.style2 .author {
    display: inline-block;
}
.blog-post.style2 .author a {
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    display: inline-block;
    text-decoration: none;
    text-transform: capitalize;
    margin-right: 15px;
    color: #616161;
    position: relative;
    font-weight: 500;
}
.blog-post.style2 .author a:hover {
    color: #0c5adb;
}
.blog-post.style2 .blog_btn {
    float: right;
}
.blog-post.style2 .blog_btn a {
    display: inline-block;
    font-family: 'Mulish';
    transition: .5s;
    color: #616161;
    font-weight: 500;
}
.blog-post.style2 .blog_btn a i {
    font-size: 16px;
    display: inline-block;
    font-weight: 600;
    margin-left: 5px;
    color: #0c5adb;
}

/*hover*/
.blog-post.style2 .blog_btn a:hover {
    color: #0c5adb;
}
.blog-post.style2 .author a:hover {
    color: #0c5adb;
}
.blog-post.style2 .author a:hover{
    color: #0c5adb;
}


.blog-post.style2 .post-item .content .meta .date {
    position: relative;
    color: #616161;
    font-size: 16px;
    text-transform: capitalize;
}

.blog-post.style2 .post-item .content .meta .date i{
    color: #3abba7;
    margin-right: 5px;
}
.blog-post.style2 .post-item .content .meta .author i{
    color: #3abba7;
    margin-right: 5px;
}
.blog-post.style2 .post-item .content .meta .author a{
    color: #616161;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}
.blog-post.style2 .post-item .content .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    margin: 0;
}
.blog-post.style2 .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.style2 .post-item .content .description {
    color: rgba(30, 38, 109, 0.9);
    font-weight: 300;
    margin-bottom: 20px;
}
.blog-post.style2 .post-item .content .read-more{
    display: inline-block;
    color: #1e266d;
}
/*blog style four*/
.blog-post.style4 .content {
    padding: 24px 30px 32px;
    text-align: left;
    position: relative;
    border-top: 3px solid#00247E;
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
    background: #F4F4F4;
    z-index: 1;
    margin-bottom: 30px;
    transition: .5s;
    margin-top: -21px;
}
.blog-post.style4 .content:before {
    position: absolute;
    content: "";
    top: -16px;
    left: 0;
    height: 69%;
    width: 38%;
    background: url(https://wp.ditsolution.net/agencya-multipurpose/wp-content/uploads/2023/06/line.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.blog-post.style4 .content .title {
    font-size: 19px;
    margin: 14px 0 23px;
    line-height: 1.3;
    font-weight: 500;
}
.blog-post.style4 .content .title a{
    color:#232323;
}
.blog-post.style4 .content .title a:hover{
    color:#00247E;
}
.blog-post.style4 .blog_button{
    display: block;
    position: relative;
    left: 0;
}
.blog-post.style4 .blog_button a {
    padding: 10px 19px;
    border-radius: 0px;
    display: block;
    background: #fff;
}
.blog-post.style4 .blog_button a i {
    font-size: 15px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}
.blog-post.style4 .single_blog_adn:hover .blog_button a{
    background: #00247E;
    color: #fff;
}


/*
=============
 Recent Post
=============
*/
.recent-post.style1 .post-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    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: 75px;
    width: 75px;
    object-fit: cover;
    border-radius: 10px;
}
.recent-post.style1 .post-item .content {
    padding: 0 0 0 20px;
}
.recent-post.style1 .post-item .content .meta{
    display: flex;
    align-items: center;
}
.recent-post.style1 .post-item .content .meta .date {
    position: relative;
    color: rgba(255,255,255,0.80);
    font-size: 13px;
    font-weight: 400;
    font-family: "Mulish",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: 0 0 10px 0;
}
.recent-post.style1 .post-item .content .title a {
    color: #f8f9fe;
    font-size: 14px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 22px;
}
.recent-post.style1 .post-item .content .title a:hover{
    color:#00247E;
}
.recent-post.style1 .post-item .content .description {
    color: rgba(30, 38, 109, 0.9);
    font-weight: 300;
    margin-bottom: 20px;
}

/*
==========
Portfolio
==========
*/
.portfolio-filter .filters {
    width: 100%;
    text-align: center;
    margin-bottom: 43px;
}
.portfolio-filter ul {
    list-style: none;
    background: inherit;
    /* display: inline-block; */
    /* padding: 9px 35px; */
    /* border-radius: 30px; */
    margin-bottom: 20px;
}
.portfolio-filter ul li {
    background: #f2f4ff;
    border: medium none;
    font-size: 16px;
    line-height: 1;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    text-transform: capitalize;
    padding: 12px 27px;
    font-weight: 500;
    letter-spacing: 2px;
    position: relative;
    margin: 0 3px;
    margin-bottom: 7px;
    display: inline-block;
    border-radius: 5px;
}
.portfolio-filter ul li:hover {
    color: #fff;
    background: #0c5adb;
}
.portfolio-filter li.current_menu_item {
    background: #0c5adb;
    color: #fff;
    border: none;
}
.portfolio-filter .content {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    text-align: center;
}
.port-thumb {
    position: relative;
    overflow: hidden;
    line-height: 0;
}
.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;
}
.portfolio-filter .single-content .prot_content:before {
    position: absolute;
    content: "";
    z-index: -1;
    bottom: 0;
    left: 0;
    background: url(https://wp.ditsolution.net/agencya/wp-content/uploads/2023/05/port.png);
    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 {
    background: #0c5adb;
    bottom: -200px;
    left: 0;
    padding: 37px 0 28px;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.portfolio-filter .single-content:hover .prot_content {
    bottom: 0px;
}
.portfolio-filter .content .grid-item .prot_content h4 {
    margin: 0;
}
.portfolio-filter .content .grid-item .prot_content h4 a {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.portfolio-filter .content .grid-item .prot_content p {
    color: #fff;
    margin: 13px 0 0 0;
    position: relative;
    padding-left: 0;
    padding-top: 5px;
    font-size: 14px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    display: inline-block;
}
.portfolio-filter .single-content .picon {
    cursor: pointer;
    z-index: 22;
    position: absolute;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #00247E;
    display: inline-block;
    font-size: 16px;
    top: -52px;
    transition: all 400ms linear;
    left: 44%;
    margin: auto;
}
.portfolio-filter .single-content .picon:hover {
    background: #0c5adb;
    transition: 0.5s;
}
.portfolio-filter .content .picon a i{
    color: #fff;
}
.portfolio-filter .content .video-icon {
    transition: all 500ms linear;
    position: absolute;
    top: -52px;
    z-index: 2;
    right: 48px;
    display: none;
}
.portfolio-filter .content .video-icon a {
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #00247E;
    display: inline-block;
    font-size: 13px;
}
/*hover*/
.portfolio-filter .single-content:hover .picon {
    top: 57%;
}
.portfolio-filter .single-content:hover .video-icon {
    top: 7%;
}


/* Portfolio Details: */
.portfolio_details {
    overflow: hidden;
    -webkit-box-shadow: 0 0 30px 
    rgba(0,0,0,0.10);
            box-shadow: 0 0 30px 
    rgba(0,0,0,0.10);
    padding: 65px 50px 50px;
    width:100%;
}
.portfolio_info {
    padding-left: 50px;
    padding-top: 0;
}
.portfolio_info h2 {
    font-size: 25px;
    /* font-family: Mulish; */
    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: #FF3B00;
    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: 10px 0;
    border-bottom: 1px solid #ddd;
}
.portfolio_info ul li:last-child {
    border-bottom: 0 none;
}
.port_dtl_social {
    margin-top: 20px;
}
.pr-title h2 {
    font-size: 25px;
}



/* 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: #FF3B00;
    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: #FF3B00;
}
.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:after {
    position: absolute;
    content: "";
    z-index: 1;
    left: 24px;
    top: 28px;
    width: 22px;
    height: 22px;
    background: url(https://wp.ditsolution.net/agencya/wp-content/uploads/2023/05/question.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    transform: translate(-3%, -50%);
}
.my-accordion li p {
    display: none;
    padding: 17px 25px 3px;
    color: #616161;
    font-size: 16px;
}
.my-accordion a {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 15px;
    z-index: 1;
    background-color: #ffffff;
    border: 1px solid rgba(221, 221, 221, 1);
    border-bottom: 1px solid rgba(221, 221, 221, 1);
    color: #333;
    box-shadow: 8px 8px 25px 0px rgba(42,67,113,.15);
    -webkit-box-shadow: 8px 8px 25px 0px rgba(42,67,113,.15);
    -moz-box-shadow: 8px 8px 25px 0px rgba(42,67,113,.15);
}
ul.my-accordion li a:hover {
    color: #0c5adb!important;
}
a.active:hover {
    color:#0c5adb;
}
.my-accordion a:after {
    width: 10px;
    height: 2px;
    background: #aaa;
    position: absolute;
    right: 28px;
    content: " ";
    top: 24px;
    transition: all 0.2s ease-in-out;
}
.my-accordion a:before {
    width: 2px;
    height: 10px;
    background: #aaa;
    position: absolute;
    right: 32px;
    content: " ";
    top: 20px;
    transform: rotate(0);
    transition: all 0.2s ease-in-out;
}
.my-accordion li p {
    display: none;
    font-size: 16px;
    padding: 15px 15px 15px 15px;
    color: #727272;
    background: #fff;
    box-shadow: 8px 8px 25px 0px rgba(42,67,113,.15);
    -webkit-box-shadow: 8px 8px 25px 0px rgba(42,67,113,.15);
    -moz-box-shadow: 8px 8px 25px 0px rgba(42,67,113,.15);
    border-bottom: 1px solid #eaeaea;
}
a.active:after {
    transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #0c5adb;
}
a.active:before {
 display: none;
}
/*accordion style two*/
.my-accordion.style-two li:after {
   display:none;
}
.my-accordion.style-two li a {
    padding: 16px 20px 16px 30px;
    border-radius: 0;
    background-color: #1F2932;
    border: 0;
}
.my-accordion.style-two li p {
    padding: 25px 0 25px 30px;
    background: #1F2932;
}

/* 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;
}
.port_dtl_social i {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    background: #0c5adb;
    margin: 0 5px;
    color: #fff;
    border-radius: 3px;
}
.portfolio-content.portfolio-details-box.webx-case-stadu {
    padding: 0 0 80px 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_box.style8 {
    background: #fff;
    padding: 40px 30px;
    text-align: center;
    border-radius: 6px;
}
.service_box.style8 .service_content .title {
    color: #232323;
    font-size: 22px;
    font-weight: 600;
    margin: 30px 0 10px;
    display: block;
}
.service_box.style8 .service-icon {
    width: 90px;
    height: 90px;
    line-height: 90px;
    display: inline-block;
    background: #fff5f2;
    border-radius: 100%;
    position:relative;
    z-index:99;
}
.service_box.style8 .service-icon:after {
    width: 90px;
    height: 90px;
    line-height: 90px;
    position: absolute;
    left: -7px;
    top: -7px;
    border: 1px dashed #f00;
    border-radius: 100%;
    content: "";
}
.service_box.style8 .service-icon i{
    font-size:40px;
    color:#00247E;
}

.service_box.style8 .service_btn a {
    border: 1px solid #FF3B00;
    border-radius: 30px;
    padding: 8px 25px;
    color: #FF3B00;
    margin-top: 15px;
    display: inline-block;
    transition:.5s;
}
.service_box.style8:hover .service_btn a{
    background:#FF3B00;
    border-color:#FF3B00;
    color:#fff;
}


/* Side bar */
.sidebar {
    display: inline-block;
    position: relative;
    left: 20px;
    top: 0px;
    width: 40px;
    height: 40px;
    line-height: 53px;
    border-radius: 50%;
}
 .sidebar {
    left: 10px;
}
.nav-btn.navSidebar-button {
    left: 0;
}
.nav-btn.navSidebar-button {
    display: inline-block;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
    position: relative;
    top: -2px;
    left: -15px;
}
.nav-btn.navSidebar-button i {
    font-size: 15px;
    width: 32px;
    line-height: 35px;
    height: 32px;
    border-radius: 50px;
    text-align: center;
    background: #efefef;
    display: inline-block;
    color: #232323;
    position: relative;
    z-index: 1;
    margin-left: 15px;
    transition: .5s;
    cursor: pointer;
}
.nav-btn.navSidebar-button i:after {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #00247E;
    border-radius: 50%;
    transition: .5s;
    transform: scale(0);
}
.nav-btn.navSidebar-button:hover i:after{
   transform: scale(1); 
}
.nav-btn.navSidebar-button:hover i{
    color:#fff;
}
.nav-btn.navSidebar-button {
    display: inline-block;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    position: relative;
    top: 3px;
}
  span.icon.flaticon-menu-2 i {
    font-size: 20px;
    color: #000000;
  }

.sidebar-title h2 {
    font-size: 26px;
    margin-top: 15px;
    font-weight: 600;
    margin-bottom: 21px;
}
.sidebar-contact-info h2 {
    font-size: 26px;
    margin-bottom: 25px;
    font-weight: 600;
}
.xs-sidebar-group .sidebar-content-inner {
	margin-top: 40px;
}
.sidebar-contact-info ul li {
	list-style: none;
	margin-bottom: 15px;
	font-weight: 400;
	font-size: 15px;
}
.sidebar-contact-info ul li i {
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: #00247E;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
}
.sidebar-social-icon {
	margin-top: 38px;
}
.sidebar-social-icon ul li {
	list-style: none;
	display: inline;
}
.sidebar-social-icon ul li a {
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #0a0a0a;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	margin-right: 10px;
    position: relative;
    z-index: 1;
}
.sidebar-social-icon ul li a:hover {
    background: #00247E;
    color: #fff;
}
  /*start sidebar section*/
  
.navSidebar-button span {
    display: block;
    border-top: 2px solid #0a0a0a;
    margin: 4px 3px;
    width: 22px;
}
  .navSidebar-button span.line3 {
    width: 10px;
    transition: .5s;
  }
  .sidebar:hover .navSidebar-button span.line3{
      width:22px;
  }
  .xs-sidebar-group .dt-overlay {
	/* left: 100%; */
	top: 0;
	position: fixed;
	z-index: 9999;
	height: 100%;
	opacity: 0;
	width: 100%;
	visibility: hidden;
	-webkit-transition: all 0.4s ease-in 0.8s;
	-o-transition: all 0.4s ease-in 0.8s;
	transition: all 0.4s ease-in 0.8s;
	right: 0;
	left: 0;
}
  .sidebar-logo .main_sticky_l {
    display: none;
  }

.sidebar-info-contents {
	margin-top: 40px;
}
.rpwwt-widget ul li {
    margin: 0 0 0px !important;
}
.xs-sidebar-group .widget-top {
    position: absolute;
    top: 20px;
    right: 25px;
    color: #fff;
    opacity: 1;
    font-size: 20px;
    background: #00247E;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
.widget-top:hover .bar-close {
	transform: rotate(180deg);
    color: #181818;
}
.xs-sidebar-group .widget-top .bar-close {
    display: inline-block;
    transition: .5s;
    color: #fff;
}
  .dt-sidebar-widget {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 360px;
    z-index: 999999;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    background-color: #272727;
    -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    visibility: hidden;
    opacity: 0;
  }
  .xs-sidebar-group.isActive .dt-overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
  }
  .xs-sidebar-group.isActive .dt-sidebar-widget {
    opacity: 1;
    visibility: visible;
    right: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    background: #fff;
  }
  .sidebar-textwidget {
    padding: 40px;
  }
  .close-side-widget {
    color: #edc701;
    font-size: rem(15px);
    display: block;
  }
  .sidebar-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in 0.3s;
    -o-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}
  .xs-sidebar-group.isActive .sidebar-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s ease-out 1.2s;
    -o-transition: all 1s ease-out 1.2s;
    transition: all 1s ease-out 1.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .dt-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 0;
  }

/*======================== agencya BREADCRUMB AREA CSS =========================*/
.breadcumb-area {
    padding: 230px 0 120px;
    position: relative;
    background: #9574F9;
}
 .breadcrumb_tran_header .breadcumb-area {
    padding: 230px 0 120px;
}
.breadcumb-inner {
    text-align: center;
}
 .breadcumb-inner h2 {
     font-size: 50px;
     color: #fff;
     margin-bottom: 30px;
}
.breadcumb-inner ul {
    text-align: left;
    display: inline-block;
    position: relative;
    left: 0;
    border-radius: 4px;
    background-color: rgba(255,255,255,0.25);
    padding: 8px 13px 7px;
    border-left: 3px solid #00247E;
    margin-bottom: 5px;
}
.breadcumb-inner li {
    display: inline-block;
    margin: 0 6px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
}
 .breadcumb-inner li:nth-last-child(-n+1) {
     color: #fff;
}
 .breadcumb-inner li a {
     color: #fff;
     text-transform: uppercase;
}
 .brpt {
     text-align: left;
}
.brpt h2 {
    font-size: 45px;
    margin-bottom: 20px;
    margin-top: 0;
    color: #fff;
    text-align: center;
}
 .lcase {
     text-transform: lowercase;
}
 .ucase {
     text-transform: uppercase;
}
 .ccase {
     text-transform: capitalize;
}
 .pimgs img {
     width: 100%;
}


/*
<!-- ============================================================== -->
<!--Scrollup Button Section -->
<!-- ============================================================== -->*/

/*------back-to-top------------*/
.prgoress_indicator {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 56px;
    width: 56px;
    line-height: 56px;
    cursor: pointer;
    display: block;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px rgba(22, 93, 245, 0.3);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transform: translateY(15px) !important;
    transition: all 200ms linear !important;
    /* background: #fff; */
}
.prgoress_indicator.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) !important;
}
.prgoress_indicator::after {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    color: #fff;
    left: 5px;
    top: 6px;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    font-weight: 900;
    z-index: 1;
    transition: all 200ms linear !important;
    background: #00247E;
    background: linear-gradient(80deg,#0c5adb 0%,#00247E 100%);
    border-radius: 50%;
    /* top: 5px; */
    /* bottom: 0; */
    /* left: 4px; */
    /* margin: 4px 4px 4px 4px; */
}
.prgoress_indicator::before {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  font-weight: 900;
  opacity: 0;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear !important;
}
.prgoress_indicator:hover ::after {
  color: #ff3c00;
}
.prgoress_indicator:hover ::before {
  opacity: 1;
}
.prgoress_indicator svg path {
  fill: none;
}
.prgoress_indicator svg.progress-circle path {
    stroke: #0c5adb;
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear !important;
}
.agencya-main-menu.one_page .agencya_nav_area.prefix {
    background: #0c5adb!important;
}
.Contact-area-home01{
    background: #ffffff;
    box-shadow: 0 1px 73px rgba(11, 38, 83, 0.15);
}
/*------End Css -------*/