/*===============================================
/*
    font-family: 'Montserrat', sans-serif;
    font-family: 'Poppins', sans-serif;
*/


/*=================================*/
   /*--Start-header-area-css--*/
/*================================*/

.header_menu {
	position:relative;
}
.header_menu ul li {
    display: inline-block;
    margin-left: 18px;
}

.header_menu ul li a {
    display: inline-block;
    color: #232323;
    font-weight: 500;
    padding: 37px 0;
    font-family: 'Poppins', sans-serif;
}
.header_menu ul li i {
	display: inline-block;
	font-size: 10px;
	margin-left: 5px;
}
/*--sub-menu-css--*/
.header_menu ul li .sub-menu {
    position: absolute;
    text-align: center;
    background: #fff;
    border-radius: 3px;
    top: 115%;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 9999;
    visibility: hidden;
    width: 215px;
    border-top: 5px solid #5c0bc8;
}
.header_menu ul li:hover .sub-menu {
	visibility:visible;
	top:100%;
	opacity:1;
}
.header_menu ul li .sub-menu ul li {
    display: block;
    margin-left: 0;
}
.header_menu ul li .sub-menu ul {
	display: block;
	text-align: left;
	
}
.header_menu ul li .sub-menu ul li a {
    display: inline-block;
    padding: 5px 16px;
    font-size: 16px;
    color: #222;
    text-transform: capitalize;
    font-weight: 500;
    width: 100%;
	transition:0.5s
}
.header_menu ul li .sub-menu ul li a:hover{
	background:#7017c9;
	color:#fff;
}

.social-media-icon ul li {
    list-style: none;
    display: inline-block;
    margin-right: 12px;
}
.social-media-icon ul li i{
    display: inline-block;
    transition: 0.5s;
    color:#232323;
}
.social-media-icon ul li i:hover{
    color:#7017c9 !important;
}

.sticky{
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: #f3f1fa !important;
    transition: .5s;
    z-index: 9;
}

/*=================================*/
   /*--Start-hero-area-css--*/
/*================================*/
.hero-area {
    background: url(../image/hero-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 850px;
    position: relative;
    overflow: hidden;
}
.hero-sub-title h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-bottom: 10px;
}
.hero-sub-title h5:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 18px;
    background: #fff;
    width: 42%;
    height: 1px;
}
.hero-main-title h1 {
    color: #fff;
    font-size: 50px;
    line-height: 66px;
    position: relative;
    text-transform: revert;
}
.hero-description p {
    color: #ffffff;
    margin-top: 15px;
    opacity: 0.7;
}
.hero-button a {
    display: inline-block;
    background: #fff;
    color: #232323;
    padding: 12px 39px;
    text-transform: uppercase;
    border-radius: 4px;
    margin-top: 26px;
    font-size: 15px;
    border: 1px solid #fff;
}
.hero-button a:hover{
	background:transparent;
	border:1px solid #fff;
	color:#fff;
}
.hero-thumb {
	position: relative;
    z-index: 1;
}
.hero-thumb img {
    margin-top: -73px;
  
}
.shape {
    position: absolute;
    bottom: 285px;
    left: 24px;
}

.shape img {
    border-radius: 6px;
    box-shadow: 0 0 11px rgb(102 51 153 / 35%);
}

.our-experinence {
    position: absolute;
    bottom: 42px;
    display: flex;
    left: 17px;
    background: #fff;
    padding: 22px 140px 22px 39px;
    border-radius: 50px;
}

.year h5 {
	padding-right: 14px;
	font-size: 36px;
	margin-top: 5px;
}
.description p {
	margin-bottom: 0;
	font-size: 18px;
	color: #000000;
	font-weight: 500;
}

.hero-shape-1 {
    position: absolute;
    right: 69px;
    top: -32px;
}
.hero-shape-2 {
    position: absolute;
    left: 17%;
    bottom: 16%;
}
.hero-shape-3 {
    position: absolute;
    left: 68px;
    top: 54%;
}
.hero-shape-4 {
    position: absolute;
    left: 16%;
    top: 29%;
}
/*--end-hero-area-css--*/


/*--hero-shape-all-bounce-animate--css--*/

.bounce-animate1 {
    animation-name: float-bob1;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob1;
    -moz-animation-duration: 4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob1;
    -ms-animation-duration: 4s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob1;
    -o-animation-duration: 4s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@keyframes float-bob1 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}
.bounce-animate2 {
    animation-name: float-bob2;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob2;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob2;
    -ms-animation-duration: 2s;
    -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;
}
@keyframes float-bob2 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}

.bounce-animate3 {
    animation-name: float-bob3;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob3;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob3;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob3;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@keyframes float-bob3 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}



/*=================================*/
   /*--Start-about-area-css--*/
/*================================*/

.about-area {
	padding: 100px 0;
}
.about-thumb img {
    margin-left: -220px;
    position: relative;
}
/*--section-title-css--*/
.section-title {
	margin-bottom: 20px;
}
.section-title h4 {
    font-size: 16px;
    color: #5c0bc8;
    font-weight: 500;
    position: relative;
    margin-bottom: 6px;
}
.section-title h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 12px;
    background: #5c0bc8;
    width: 14%;
    height: 1px;
}
.section-title h1 {
	font-size: 34px;
	line-height: 50px;
	text-transform: unset;
}
.section-description p {
    margin-bottom: 0;
}
.single-about-box {
    margin-top: -12px;
    position: relative;
}
/*--nestet-class-css--*/
.section-title.add-class {
	margin-bottom: 40px;
	position: relative;
}
.section-title.add-class h4::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 10px;
	background: #5c0bc8;
	width: 12%;
	height: 2px;
	right: 0;
	margin: auto;
}
.section-title.add-class-3 h4::before,
.section-title.add-class-2 h4::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 6px;
    background: #5c0bc8;
    width: 9%;
    height: 1px;
    right: 0;
    margin: auto;
}

.section-description.add-class p {
    width: 60%;
    margin: auto;
    margin-top: 8px;
}
/*--end-section-title-css--*/

.about-icon img {
	margin-top: 20px;
	margin-right: 26px;
	position: relative;
}
.about-content h4 {
    font-size: 20px;
    color: #232323;
    font-weight: 500;
}
.about-content p {
    margin-top: -5px;
    position: relative;
}
.about-button a {
	display: inline-block;
	background: #5c0bc8;
	color: #fff;
	padding: 12px 36px;
	border-radius: 5px;
	margin-top: 9px;
	border:1px solid  #5c0bc8;
}
.about-button a:hover{
	background:transparent;
	border:1px solid  #5c0bc8;
	color:#5c0bc8;
}


 /*--end-about-area-css--*/
 
 /*=================================*/
   /*--Start-services-area-css--*/
/*================================*/

.services-area {
    background: rgba(217,202,235,10%);
    padding: 80px 0 100px;
}

/*--inner-services-list--*/
.services-area-list {
    background: rgba(217,202,235,10%);
    padding: 80px 0 58px;
}

.single-services-box {
	background: #fff;
	padding: 42px 38px 30px 38px;
	border-radius: 5px;
	position:relative;
	z-index:1;
}
/*--nestet-class-services-list-css--*/
.single-services-box.add-margin {
    margin-bottom: 40px;
} 
/*--end--*/
.single-services-box::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 5px;
	left:0;
	bottom:0;
	background:#7017c9;
	border-radius: 0 0 5px 5px;
	z-index:-1;
	transition:0.5s;
}
.single-services-box:hover::before{
	height:100%;
    border-radius:5px;
}

.services-box-icon {
	margin-bottom: 15px;
}
.us-number h1 {
	font-size: 70px;
	position: absolute;
	right: 37px;
	top: 48px;
	-webkit-text-stroke-width: 2px;
	color: transparent;
	-webkit-text-stroke-color: #e7e1ee;
	font-weight: 500;
}

.services-box-title h4 {
	font-size: 22px;
	transition:0.5s;
}
.single-services-box:hover p,
.single-services-box:hover a,
.single-services-box:hover h4{
	color:#fff;
}
.services-box-description p {
	margin-top: 10px;
	margin-bottom: 22px;
	transition:0.5s;
}
/*--end-services-area-css--*/

 /*=================================*/
   /*--Start-brand-area-css--*/
/*================================*/
.brand-area {
    background: #7017c9;
    padding: 100px 0 100px;
}
/*--end-brand-area-css--*/

/*=================================*/
   /*--Start-pricing-area-css--*/
/*================================*/
.pricing-area {
    padding: 85px 0 90px;
    background: rgba(217,202,235,10%);
}
.single-pricing {
    border-radius: 5px;
    filter: drop-shadow(0 0 15px rgba(0,0,0,0.05));
    padding: 40px 62px 54px;
    background: #fff;
    margin-top: 25px;
    transition: 0.7s;
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}


/*--nestet-class-css--*/
.single-pricing.active-color {
    background: #7017c8;
	position:relative;
	z-index:1;
}
.single-pricing.active-color::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	background: #fff;
	z-index: -1;
	transition: 0.7s;
	border-radius: 4px;
}
.single-pricing.active-color:hover:before{
	height:100%;

}
/*--hover-active-color-css--*/
.active-color:hover .pricing-title h4,
.active-color:hover .dollar,
.active-color:hover .dollar-sign,
.active-color:hover .month{
	color:#7017c8;
}
.active-color:hover .price-featur ul li i,
.active-color:hover .price-featur ul li{
	color:#222;
}
.active-color:hover .dollar:before{
	background:#7017c8;
	transition:0.5s;
}
.active-color:hover .priceing-btn a {
    display: inline-block;
    background: #7017c8;
    color: #fff;
    padding: 13px 39px;
    border-radius: 5px;
    margin-top: 40px;
    font-weight: 600;
}

/*--active-color-css--*/
.active-color .dollar:before{
	background:#fff;
}
.active-color .pricing-title h4,
.active-color .dollar,
.active-color .dollar-sign,
.active-color .month,
.active-color .price-featur ul li i,
.active-color .price-featur ul li{
	color:#fff;
	transition:0.5s;
}
.active-color .priceing-btn a {
    display: inline-block;
    background: #fff;
    color: #7017c8;
    padding: 13px 39px;
    border-radius: 5px;
    margin-top: 30px;
}
/*--end-nestet-class-css--*/

.pricing-head {
    text-align: center;
}
.pricing-title h4 {
    font-size: 22px;
	transition:0.7s;
}
.pricing-rate {
    margin: 25px 0 24px;
}
.dollar {
    font-size: 40px;
    color: #7017c8;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    position: relative;
    margin-right: 9px;
    transition:0.7s;
}

.dollar:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 33px;
    right: -9px;
    top: 13px;
    background: #7017c8;
    transform: rotate(13deg);
	transition:0.7s;
}
.dollar-sign {
    font-size: 36px;
    color: #7017c8;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
	transition:0.7s;
}
.month {
    font-size: 16px;
    color: #7017c8;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
	transition:0.7s;;
}
.price-featur ul li {
    text-align: left;
    list-style: none;
    font-weight: 400;
    color: #393737;
    margin-top: 6px;
	transition:0.7s;
}

.price-featur ul li i {
    display: inline-block;
    font-size: 15px;
    margin-right: 11px;
	transition:0.7s;
}
.priceing-btn a {
    display: inline-block;
    background: #7017c8;
    color: #fff;
    padding: 13px 39px;
    border-radius: 5px;
    margin-top: 29px;
}

/*--style-one-css--*/
.single-pricing.add-style {
    position: relative;
	z-index:1;
	transition:0.7s;;
}
.single-pricing.add-style::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 0%;
	top: 0;
	left: 0;
	background: #7017c8;
	z-index: -1;
	transition: 0.7s;
	border-radius: 5px;
}
.single-pricing.add-style:hover:before{
	height:100%;

}
.add-style:hover .pricing-title h4,
.add-style:hover .dollar,
.add-style:hover .dollar-sign,
.add-style:hover .month{
	color:#fff;
}
.add-style:hover .price-featur ul li i,
.add-style:hover .price-featur ul li{
	color:#fff;
}
.add-style:hover .dollar:before{
	background:#fff;
	transition:0.7s;
}
.add-style:hover .priceing-btn a {
    display: inline-block;
    background: #fff;
    color: #7017c8;
    padding: 13px 39px;
    border-radius: 5px;
    margin-top: 40px;
    font-weight: 600;
}
/*--end-pricing-area-css--*/


/*=================================*/
   /*--Start-testimonial-area-css--*/
/*================================*/
.testimonial-area {
    background: url(../image/testi-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 100px 0 100px;
}
.single-testimonial-box {
    text-align: center;
}
.testimonial-icon i {
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    height: 45px;
    width: 45px;
    border-radius: 50px;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
}
.testimonial-description p {
    color: #fff;
    width: 80%;
    margin: auto;
    margin-top: 21px;
    margin-bottom: 18px;
}
.testimonial-thumb {
    position: relative;
}
.owl-carousel .owl-item img {
    display: inline-block !important;
}
.quote-icon {
    position: absolute;
    bottom: 12px;
    right: 45%;
}
.quote-icon i {
    display: inline-block;
    color: #7017c8;
    background: #fff;
    height: 31px;
    width: 31px;
    border-radius: 50%;
    text-align: center;
    line-height: 31px;
    font-size: 13px;
}
.testimonial-title h4 {
    color: #fff;
    font-size: 22px;
    margin-top: 9px;
}
.testimonial-title p {
    color: #fff;
    font-size: 16px;
}
.testimonial-stear-icon ul li {
    list-style: none;
    display: inline-block;
}
.testimonial-stear-icon ul li i {
    color: #fff;
    margin-left: 8px;
}
/*--end-testimonial-area-css--*/

/*=================================*/
   /*--Start-blog-area-css--*/
/*================================*/

.blog-area {
	padding: 80px 0 100px;
}
.single-blog-box {
    margin-top: 22px;
}
.blog-thumb {
    position: relative;
    overflow: hidden;
}
.blog-thumb img {
    width: 100%;
	transition:0.5s;
}
.single-blog-box:hover .blog-thumb img{
    transform: scale(1.1);
}
.meta-blog {
	position: absolute;
	left: 0px;
	bottom: 0;
}
.meta-blog span {
    display: inline-block;
    background: #7017c9;
    color: #fff;
    padding: 8px 24px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}
.blog-content {
    border-radius: 5px;
    filter: drop-shadow(0 0 9px rgba(2,2,2,0.1));
    background-color: #ffffff;
    text-align: center;
    padding: 13px 18px 33px;
}
.blog-content h4 a {
    font-size: 22px;
    color: #282828;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}
.single-blog-box:hover .blog-content h4 a{
	color:#7017c9;
}
.blog-content p {
    margin: 10px 0 22px;
}
.blog-button a {
    display: inline-block;
    color: #232323;
    font-weight: 600;
}
.blog-button a:hover {
	color: #7017c9;
}
/*--blog-grid--css--*/
.blog-area.add-padding-class {
    padding: 100px 0 61px;
}
.single-blog-box.add-margin-bottom {
    margin-bottom: 18px;
}

/*--end-blog-area-css--*/
 
/*=================================*/
    /*--Start-footer-area-css--*/
/*================================*/

.footer-area {
    background-color: #27024d;
    padding: 100px 0 30px;
}
.footer-description p {
    color: #a0a2a6;
    width: 105%;
    margin-top: 23px;
}
.footer-text h5 {
    font-size: 16px;
    color: #a0a2a6;
    font-weight: 500;
}
.footer-social-media-icon ul li {
    list-style: none;
    display: inline-block;
    margin-left: 8px;
}
.footer-social-media-icon ul li i {
    color: #a0a2a6;
    font-size: 15px;
    trsnigion:0.5s;
}
.footer-social-media-icon ul li i:hover{
    color: #fff;
}
.footer-content {
    margin-left: 25px;
}
.footer-title {
    margin-bottom: 12px;
}
.footer-title h4 {
    font-size: 22px;
    color: #fafafa;
    font-weight: 500;
}
.footer-menu ul li {
    list-style: none;
}
.footer-content ul li a {
    display: inline-block;
    color: #a0a2a6;
    margin-top: 6px;
    trasniton:0.5s;
}
.footer-content ul li a:hover{
    color: #fff;
}
.copyright-area {
    padding: 115px 0 0;
}
.copyright-content {
    border-top: 1px solid rgba(160,162,166,.3);
}
.copyright-content span {
    font-size: 16px;
    color: #a0a2a6;
    margin-top: 27px;
    display: inline-block;
}
.copyright-content span i {
    color: #a0a2a6;
    margin-right: 6px;
    font-size: 14px;
    display: inline-block;
}
/*--end-footer-area-css--*/


/*=================================*/
   /*--Start-breadcumb-area-css--*/
/*================================*/
.breadcumb-area{
    background: url(../image/breadcumb-img.jpg);
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.breadcum-content-main-title h1 {
    color: #fff;
    margin-bottom: 48px;
    font-size: 70px;
}
.breadcum-content-text.change ul li {
    display: inline-block;
    color: #fff;
    list-style: none;
    font-size: 22px;
    text-transform: capitalize;
}
.breadcum-content-text.change ul li a {
    display: inline-block;
    color: #fff;
    font-size: 22px;
}
 /*--end-breadcumb-area-css--*/
 
 
/*--Start-inner-pages-about-area-css--*/
.about-thumb-tow img {
    width: 100%;
    margin-left: -27px;
}
.section-title.add-about-section h4 {
    font-size: 16px;
    color: #7017c9;
    font-weight: 500;
    position: relative;
    margin-bottom: 8px;
}
.section-title.add-about-section h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 9px;
    background: #7017c9;
    width: 24%;
    height: 1px;
}
.section-description.add-about-section p {
    font-size: 14px;
    color: #393737;
    margin: 10px 0 29px;
}
.about-content-tow ul li {
    list-style: none;
    position: relative;
}
.about-content-tow ul li:before {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    left: -3px;
    bottom: 8px;
    background: #7017c9;
    border-radius: 50px;
}
.about-content-tow ul li p {
    font-size: 14px;
    color: #393737;
    margin-bottom: 7px;
    font-family: 'Montserrat', sans-serif;
    margin-left: 20px;
}
.about-button-tow a {
    display: inline-block;
    background: #7017c9;
    color: #fff;
    padding: 12px 36px;
    border-radius: 5px;
    margin-top: 9px;
    border: 1px solid  #7017c9;
    font-size: 14px;
    margin-top: 33px;
}
.about-button-tow a:hover{
	background:transparent;
	border:1px solid  #7017c9;
	color:#7017c9;
}

/*--team-area-css--*/
.team-area {
    padding: 85px 0 100px;
}
.single-team-box {
	position: relative;
	overflow: hidden;
	margin-top: 20px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.team-thumb{
	position:relative;
}
.team-thumb:before{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	left:0;
	top:0;
	right:0;
	background:rgba(112,23,201,0.7019607843137254);
	transform:scale(0);
	transition:0.5s;
}
.single-team-box:hover .team-thumb:before{
	transform:scale(1);
}
.team-thumb img {
    width: 100%;
}
.team-social-icon {
    background: #fff;
    position: absolute;
    right: -53px;
    top: 32%;
    padding: 15px 18px;
    transition: 0.5s;
}
.single-team-box:hover .team-social-icon{
	right:0px;
}
.team-social-icon ul li {
    list-style: none;
}
.team-social-icon ul li i {
    display: inline-block;
    color: #7017c9;
    font-size: 14px;
}
.team-content {
    text-align: center;
    border-bottom: 5px solid #7017c9;
    border-radius: 0 0 6px 6px;
    padding: 15px 0 16px;
}
.team-content h4 {
    font-size: 20px;
    color: #000000;
    font-weight: 500;
}
.team-content p {
    color: #7017c9;
    font-size: 16px;
    margin: 0;
    margin-top: -8px;
}


/*--start-services-css--*/
.services-area.style-tow {
    background: transparent;
    padding: 80px 0 63px;
}
.single-services-box.style-tow {
    background-color: #f1eef4;
    padding: 42px 29px 42px 29px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.single-services-box.style-tow::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    background: #7017c9;
    border-radius: 0 0 5px 5px;
    z-index: -1;
    transition: 0.5s;
}
.single-services-box.style-tow:hover::before {
    height: 100%;
    border-radius: 5px 5px 0 0;
}
.services-box-button.style-tow a {
    display: inline-block;
    color: #7017c9;
    border: 1px solid #7017c9;
    padding: 12px 29px;
    border-radius: 5px;
    margin-top: 13px;
}
.single-services-box.style-tow:hover .services-box-button.style-tow a{
	background:#fff;
	color:#7017c9;
} 

/*--start-contact-us-css--*/
.contact-thumb {
    margin-top: -3px;
    position: relative;
    margin-left: -15px;
}
.contact-content {
    position: absolute;
    right: -119px;
    top: 44%;
    text-align: center;
}
.help-desk {
	position:relative;
	z-index:1;
}
.help-desk:before {
    position: absolute;
    content: "";
    width: 188px;
    height: 120px;
    left: -21px;
    top: -19px;
    background: #7017c9;
    border-radius: 5px;
    z-index: -1;
}
.help-desk:after {
    position: absolute;
    content: "";
    width: 221px;
    height: 150px;
    left: -37px;
    top: -34px;
    background: rgba(112,23,201,.5);
    border-radius: 5px;
    z-index: -1;
}
.help-desk p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 500;
    font-family: "Montserrat";
    text-align: center;
    margin-bottom: 3px;
}
.call-us {
    font-size: 22px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Montserrat";
    text-align: center;
}
.number{
	 font-size: 22px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Montserrat";
    text-align: center;
}
.contact-message {
    margin-left: 170px;
}
.contact-message h4 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #232323;
    margin-left: 28px;
    text-transform: unset;
}
.contact-form input {
	display: inline-block;
	margin-bottom: 22px;
	outline: 0;
	padding-left: 20px;
	height: 50px;
	border: 1px solid #232323;
	border-radius: 5px;
	width: 86%;
	margin-left: 16px;
}

.contact-textarea textarea {
	display: inline-block;
	width: 94%;
	border: 1px solid #222;
	padding-left: 18px;
	outline: 0;
	height: 150px;
	border-radius: 5px;
	margin-left: 14px;
}
.contact-submit-button {
	margin-top: 22px;
}
.contact-submit-button button {
    background: #7017c9;
    border: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 26px;
    border-radius: 3px;
    margin-left: 14px;
}
.map-loction iframe {
    width: 100%;
    height: 600px;
    border: none;
    margin-top: -4px;
    margin-bottom: -10px;
    margin-left: -15px;
}


/*=================================*/
  /*--Start-error-area-css--*/
/*================================*/
.error-area {
	height: 900px;
}
.error-content h1 {
	font-size: 100px;
	color: #e72463;
	margin-bottom: 60px;
}
.error-content h2 {
	font-size: 46px;
	text-transform: uppercase;
	margin-bottom: 13px;
}
.error-description p {
	width: 67%;
	margin: 0 auto 29px;
	font-size: 16px;
	color: #222;
}

.error-back-button a {
	display: inline-block;
	background: #e72463;
	color: #fff;
	padding: 12px 35px;
	font-size: 18px;
	font-weight: 500;
	border-radius: 50px;
}
 /*--end-error-area-css--*/


/*--start-pagination-css--*/
.pagination-box {
    text-align: center;
    margin-top: 43px;
}
.pagination-box ul li {
	display: inline-block;
	list-style: none;
}
.pagination-box ul li a {
	display: inline-block;
	border: 1px solid #7017c9;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #7017c9;
	font-weight: 500;
	font-size: 18px;
	border-radius: 3px;
	margin-left: 5px;
}
.pagination-box ul li a:hover{
	background:#7017c9;
	border:1px solid #7017c9;
	color:#fff;
}
.pagination-box ul .active a {
	background: #7017c9;
	display: inline-block;
	color: #fff;
	border: 1px solid #7017c9;
}
.pagination-box ul li i {
	display: inline-block;
	color: #7017c9;
	font-size: 18px;
	transition:0.5s;
}
.pagination-box ul li a:hover i{
	color:#fff;
}

/*=================================*/
  /*--service-details-area-css--*/
/*================================*/
.service-details {
	padding: 100px 0 100px;
	background: #f7f9fd;
}
.service-details-imgs img {
    width: 100%;
	border-radius:5px;
}
.services-datails-title h4 {
    margin: 11px 0 7px;
}
.service-details-text-1 p {
    text-align: justify;
}
.service-details-text-2 p {
    text-align: justify;
}
.service-details-text-3 p {
    margin-top: 26px;
    text-align: justify;
}
.planning-list ul li {
    list-style: none;
    margin-left: 31px;
	position:relative;
}
.planning-list ul li:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    left: -24px;
    top: 9px;
    background: #5c0bc8;
    border-radius: 50px;
}

/*--start-blog-details-css--*/
.blog-details-area {
    padding: 100px 0 100px;
}
.blog-details-thumb {
    overflow: hidden;
}
.blog-details-thumb img {
    width: 100%;
	transition:0.5s;
}
.blog-details-thumb img:hover {
    transform: scale(1.1);
}
.blog-details-content-title h1 {
    font-size: 34px;
    text-transform: capitalize;
    line-height: 48px;
    font-weight: 600;
    margin-top: 32px;
    margin-bottom: 29px;
}
.meta-blog-details {
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
    text-align: left;
}
.meta-blog-details ul li {
    display: inline-block;
    list-style: none;
}
.meta-blog-details ul li i {
    display: inline-block;
    margin-left: 17px;
    font-size: 16px;
}
.meta-blog-details ul li a {
    display: inline-block;
    margin-left: 12px;
    font-size: 17px;
}
.meta-blog-details ul li a:hover {
    color: #7017c9;
}
.blog-details-text p {
    text-align: justify;
    padding-top: 30px;
    font-size: 16px;
}
.blog-details-text-2 p {
    text-align: justify;
    padding-top: 14px;
}
blockquote {
    font-size: 26px;
    line-height: 40px;
    font-weight: 500;
    font-style: italic;
    position: relative;
    padding: 21px 0px 0 61px;
}
blockquote:before {
    line-height: 1;
    content: "\F6B0";
    font-size: 50px;
    font-family: 'bootstrap-icons';
    color: #5c0bc8;
    position: absolute;
    margin-left: -74px;
    top: 14px;
}
blockquote:after {
    line-height: 1;
    content: "\F6B0";
    font-size: 50px;
    font-family: 'bootstrap-icons';
    color: #5c0bc8;
    position: absolute;
    right: 84px;
    transform: rotate(176deg);
    bottom: 37px;
}
.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
    margin-left: 7px;
    padding-top: 10px;
}
.single-imgs {
    margin-top: 25px;
    position: relative;
    margin-bottom: 16px;
    overflow: hidden;
}
.single-imgs img {
    width: 100%;
	transition:0.5s;
}
.single-imgs img:hover{
	transform:scale(1.1);
}
.blog-details-text-3 p {
    text-align: justify;
}

.tag-share {
    display: flex;
    justify-content: space-between;
}
.item {
    display: flex;
}
.tag-name {
    margin-top: 13px;
    position: relative;
    margin-left: 18px;
    display: inherit;
}
.tag-name a {
    background: #5c0bc8;
    padding: 6px 12px;
    border-radius: 3px;
    margin-left: 10px;
    color: #fff;
    border:1px solid #5c0bc8;
}
.tag-name a:hover{
    background: transparent;
    color:#5c0bc8 ;
    border:1px solid #5c0bc8;
}
.social-icon ul li {
    display: inline-block;
    list-style: none;
    margin-left: 11px;
}
/*--Start-comment-area-css--*/
.author-comment-box {
	margin-top: 96px;
	position: relative;
}
.reply-btn {
	float: right;
}
.reply-btn a {
    background: #5c0bc8;
    color: #fff;
    padding: 3px 23px;
    border-radius: 5px;
    font-size: 15px;
    display: inline-block;
}
.author-avatar-thumb {
	margin-right: 29px;
}

.author-comment-box p {
	font-size: 16px;
	margin-bottom: 0;
	margin-top: -9px;
}
.comment-post-date span {
	font-size: 16px;
}
/*--Start-blog-details-comment-box-cs---*/
.blog-comment-box {
	border-top: 1px solid #e6e2e2;
	margin-top: 32px;
}
.blog-comment-title h5 {
	font-size: 18px;
	margin-top: 16px;
	font-weight: 500;
	margin-bottom: 5px;
}
.comment input {
	outline: 0;
	background: transparent;
	border: 1px solid #c8c1c1;
	padding-left: 20px;
	width: 46%;
	margin-right: 24px;
	opacity: 0.5;
	height: 39px;
	border-radius: 5px;
}

.comment textarea {
	width: 96%;
	margin-top: 36px;
	outline: 0;
	padding-left: 12px;
	padding-top: 9px;
	opacity: 0.5;
	border-radius: 5px;
	border: 1px solid #c8c1c1;
	height: 200px;
}
.comment button {
    background: #5c0bc8;
    border: transparent;
    color: #fff;
    padding: 7px 21px;
    margin-top: 34px;
    border-radius: 2px;
    trasnition:1s;
    border:1px solid #5c0bc8;
}
.comment button:hover{
    background: transparent;
    border:1px solid #5c0bc8;
    color:#5c0bc8;
}
/*--blog-details-sidebar-css--*/
.sidebar-title h4 {
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 8px;
    font-weight: 500;
}
.blog-search-box{
	position:relative;
}
.blog-search-box input {
    height: 40px;
    width: 85%;
    outline: 0;
    padding-left: 13px;
    border-radius: 50px;
    border: 1px solid #ccc;
}
.blog-search-box button {
    background: transparent;
    border: transparent;
    position: absolute;
    right: 67px;
    top: 66px;
}
.blog-details-sidebar-tags ul li {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    font-size: 17px;
}
.blog-details-sidebar-tags {
    margin-top: 34px;
}
.recent-title h4 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 34px;
    border-bottom: 1px solid #ccc;
}
.resent-news-box {
    display: flex;
    margin-top: 17px;
    border-bottom: 1px solid #ccc;
}
.resent-news-thumb img {
    padding-right: 25px;
}
.resent-news-content h4 a {
    display: inline-block;
    line-height: 25px;
    margin-top: 7px;
}
.resent-news-content h4 a:hover{
	color:#7017c9;
}
.resent-news-content p {
    margin-top: -8px;
    position: relative;
	color:#000;
}
.resent-news-content p i {
    display: inline-block;
    padding-right: 7px;
    color: #000;
}
.sidebar-tags ul li {
    list-style: none;
    display: inline-block;
    margin-bottom: 18px;
    margin-left: 8px;
    margin-top: 8px;
    position: relative;
}
.sidebar-tags ul li a {
    background: #7017c9;
    color: #fff;
    padding: 9px 15px;
    border-radius: 2px;
     border:1px solid #7017c9;
}
.sidebar-tags ul li a:hover{
    background: transparent;
    border:1px solid #7017c9;
    color:#7017c9;
}

/*--start-faqs-css--*/
.faqs-main-area {
	padding: 90px 0 100px;
	background: #f7f9fd;
}
.faq-content-title h4 {
    margin-bottom: 32px;
}
.accordion li {
	position: relative;
	list-style: none;
	background: #fff;
	margin-top: 22px;
	box-shadow: 0 0 1px #ccc;
	padding: 5px 0 5px;
}
.accordion li p {
	display: none;
	font-size: 16px;
	text-align: justify;
	font-family: 'Montserrat', sans-serif;
}
.accordion h3 {
	width: 100%;
	display: block;
	cursor: pointer;
	font-weight: 600;
	line-height: 3;
	font-size: 14px;
	font-size: 0.875rem;
	text-indent: 15px;
	user-select: none;
	font-size: 18px;
}
.accordion li h3 strong {
    height: 35px;
    width: 35px;
    background: #7017c9;
    display: inline-block;
    line-height: 35px;
    border-radius: 50%;
    color: #fff;
    margin-right: 22px;
    position: relative;
    z-index: 1;
}
.accordion li h3 strong::before {
    position: absolute;
    content: "";
    left: -5px;
    top: -5px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    background: rgba(112,23,201,.7);
    border-radius: 50%;
    opacity: 0.500;
    z-index: -1;
}
.accordion h3::after {
	width: 8px;
	height: 8px;
	border-right: 1px solid #222;
	border-bottom: 1px solid #222;
	position: absolute;
	right: 10px;
	content: " ";
	top: 29px;
	transform: rotate(-45deg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.accordion p {
  font-size: 0.8125rem;
  line-height: 2;
  padding: 10px;
}

h3.active:after {
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
} 

.sidebar-category {
    margin-left: 12px;
    background: #cccc;
    padding: 30px 0px 42px;
    border-radius: 5px;
}
.sidebar-category-list ul li {
    list-style: none;
}
.sidebar-category h4 {
    margin-left: 54px;
    font-size: 24px;
    font-weight: 500;
}
.sidebar-category-list {
    margin-left: 50px;
    position: relative;
}
.sidebar-category-list ul li {
    background: #fff;
    margin-top: 15px;
    border-radius: 3px;
    width: 84%;
}
.sidebar-category-list ul li a {
	display: inline-block;
	padding: 7px 33px;
	font-size: 17px;
}
.sidebar-category-list ul li a:hover{
	color:#7017c9;
}
.sidebar-need-help {
    background: #ccc;
    margin-top: 50px;
    margin-left: 15px;
    padding: 28px 0 40px;
    border-radius: 5px;
}
.need-help-phone {
    display: flex;
    margin-left: 90px;
    position: relative;
    margin-top: -7px;
}
.sidebar-help-title h4 {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
.need-help-text {
    text-align: center;
}
.phone-icon i {
    padding-right: 9px;
    font-size: 18px;
    color: #222;
}
.phone-number span {
    font-size: 18px;
    color: #222;
}


.faqs-main-area {
	padding: 90px 0 100px;
}
.faqs-button a {
	display: inline-block;
	background: #5c0bc8;
	color: #fff;
	padding: 12px 25px;
	border-radius: 5px;
	margin-top: 9px;
	border: 1px solid #5c0bc8;
	text-transform: capitalize;
}
.faqs-button a:hover{
	background:transparent;
	color:#5c0bc8;
	border:1px solid #5c0bc8;
}
.section-title.add-faqs h4::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 9px;
	background: #5c0bc8;
	width: 7%;
	height: 1px;
}
/*--end-faqs-css--*/

#scrollUp {
	bottom: 30px;
	background: #5c0bc8;
	color: #fff;
	font-size: 30px;
	height: 46px;
	right: 49px;
	text-align: center;
	border-radius: 55px;
	width: 45px;
	line-height: 40px;
}
#scrollUp i {
	display: inline-block;
	font-size: 20px;
	color: #fff;
}


/*===========================
<-- portfolio-area-Css -->
=============================*/
.portfolio-area {
    padding: 84px 0 65px;
    background: #f7f9fd;
}

.singe-portfolio-box {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
    margin-bottom: 35px;
}
.portfolio-thumb{
    postion:relative;
} 
.portfolio-thumb:before{
    position: absolute;
    content:"";
    width:100%;
    height:100%;
    left:0;
    right:0;
    top:0;
    background:rgba(112,23,201,0.7019607843137254);
    transform: scale(0);
    transition:0.5s;

}
.singe-portfolio-box:hover .portfolio-thumb:before{
   transform: scale(1);
}
.portfolio-thumb img {
    width: 100%;
}
.portfolio-content {
    background: #fff;
    text-align: center;
    padding: 11px 0 11px;
    width: 85%;
    position: absolute;
    bottom: -30%;
    left: 8%;
    transition:0.5s;
}
.singe-portfolio-box:hover .portfolio-content{
    bottom:0;
}
.portfolio-content h6 {
    font-size: 18px;
    font-weight: 500;
    color: #7017c9;
}
.portfolio-content h4 a {
    font-size: 20px;
    color: #323232;
    margin-top: -16px;
    trsnition:0.5s;
}
.portfolio-content h4 a:hover{
    color:#7017c9;
}

/*===========================
<-- portfolio-details-css-->
=============================*/
.portfolio-details-area {
    padding: 100px 0 76px;
}

.row.box-shadow {
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    padding: 58px 70px 56px;
}
.portfolio-details-thumb img {
    width: 100%;
    margin-left: -29px;
}
.portfolio-details-content h4 {
    font-size: 25px;
    font-weight: 600;
}
.portfolio-details-content ul li strong {
    font-size: 18px;
    margin-right: 10px;
    font-family: 'Montserrat', sans-serif;
}
.portfolio-details-content ul li {
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding: 13px 0;
    font-weight: 500;
    text-transform: capitalize;
    color: #222;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}
.port-dtl-social-icon {
    display: inline-block;
    margin-top: 16px;
}
.port-dtl-social-icon span {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
}
.port-dtl-social-icon ul {
    display: inline-block;
}
.port-dtl-social-icon ul li {
    list-style: none;
    display: inline-block;
}
.port-dtl-social-icon ul li i {
    display: inline-block;
    border: 1px solid #5c0bc8;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    line-height: 34px;
    text-align: center;
    color: #5c0bc8;
    margin-left: 6px;
    transition: 0.5s;
    font-size: 15px;
}
.port-dtl-social-icon ul li i:hover{
    background:#5c0bc8;
    color: #fff;
}

.port-dlt-title h4 {
    font-size: 24px;
    font-weight: 600;
    margin: 27px 0 10px;
}
.port-dlt-text p {
    text-align: justify;
}

/*===========================
<-- DreamHub Loader Css -->
=============================*/
.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 666;
}

.loader {
    position: relative;
    display: block;
    z-index: 201;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    transition: all 1s 1s ease;
    border: 3px solid transparent;
    border-top-color: #9A241C;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.loader:before {
    position: absolute;
    content: '';
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-left-color: #5c0bc8;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loader:after {
    position: absolute;
    content: '';
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-right-color: #fff;
    -webkit-animation: spin 2.5s linear infinite;
    -moz-animation: spin 2.5s linear infinite;
    -o-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite;
}

/*/ Here comes the Magic /*/

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #111;
    z-index: 2;
}

.loader-wrapper .loder-section.left-section {
    left: 0;
    transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
    right: 0;
    transition: 1s 1.4s ease;
}

/*/ When page loaded /*/
.loaded .loder-section.left-section {
    left: -100%;
}

.loaded .loder-section.right-section {
    right: -100%;
}

.loaded .loader-wrapper {
    visibility: hidden;
}

.loaded .loader {
    top: -100%;
    opacity: 0;
}
















