/*==============header-main-area-start=====================*/
body{
    font-size: 30px;
}

.digital-marketing_nav_manu {
	transition: .5s;
	z-index: 2;
	position: absolute;
	top: 0px;
	width: 100%;
}

.sticky {
    left: 0;
    margin: auto;
    top: 0;
    width: 100%;
    transition: .5s !important;
    z-index: 922;
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    animation-name: slideInDown;
}

.sticky .digital-marketing_menu>ul>li>a {
    color: #101010;
}

.sticky .main-btn {
    background: linear-gradient(90deg, rgba(115,71,242,1) 0%, rgba(238,83,248,1) 100%);
}


/* polytia Menu Css*/
nav.digital-marketing_menu {
	position: relative;
	z-index: 999;
	background-color: #FFF;
	border-radius: 50px;
	margin-top: 10px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

.digital-marketing_menu ul {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.digital-marketing_menu>ul>li {
    display: inline-block;
    position: relative;
    margin-right: 35px;
    z-index: 1;
}


.digital-marketing_menu>ul>li>a {
	text-decoration: none;
	position: relative;
	font-size: 16px;
	display: block;
	transition: .5s;
	color: rgb(7, 7, 7);
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}


.digital-marketing_menu>ul>li>a:hover{
    color: rgb(255, 67, 1);
}


nav.digital-marketing_menu span {
    font-size: 11px;
}


/*menu button*/
 
.header-src-btn {
    display: inline-block;
    position: relative;
    padding-right: 50px;
    top: 0px;
}


.search-box-btn.search-box-outer {
    position: absolute;
    bottom: 4px;
    right: 20px;
}

.search-box-btn.search-box-outer i {
    font-size: 15px;
    display: inline-block;
    color: #0a2c3d;
    cursor: pointer;
}



/*Style Two Nav Menu*/

.style-two.digital-marketing_nav_manu {
    border-bottom: 1px solid rgba(255,255,255,0.10196078431372549);
}

.style-two .digital-marketing_menu>ul>li>a {
    color: #fff;

}

/*style two btn*/

.style-two .header-button a {
    background: rgba(16,18,16,0);
    
}

.header-main-button {
    display: inline-block;
}

.header-main-button a {
	display: inline-block;
	font-size: 16px;
	color: rgb(254, 254, 255);
	background-color: rgb(255, 67, 1);
	border-radius: 30px;
	transition: .5s;
	top: 15px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}

.header-main-button a span {
    font-size: 20px;
    color: #fff !important;
    display: inline-block;
}


.header-main-button a::before{
	position: absolute;
	content: "";
	top: 0px;
	height: 120%;
	left: -25%;
	width: 0%;
	background: #8c0adf;
	transform: skew(50deg);
	transition-duration: .6s;
	z-index: -1;
	transition: .5s;
}

.header-main-button a:hover:before {
    width: 200%;
}


/*** Sub Menu Style 
==========================***/

.digital-marketing_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 217px;
    text-align: left;
    background: #fff;
    padding: 0;
    margin: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: .5s;
    visibility: hidden;
    border-top: 2px solid linear-gradient(90deg, rgba(115,71,242,1) 0%, rgba(238,83,248,1) 100%);
    opacity: 0;
}

.digital-marketing_menu ul li:hover>.sub-menu {
    visibility: visible;
    top: 100%;
    opacity: 1;
}

.digital-marketing_menu ul .sub-menu li {
    position: relative;
}

.digital-marketing_menu ul .sub-menu li a {
    text-decoration: none;
    display: block;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: .1s;
    transition: .1s;
    visibility: inherit !important;
    color: #101210 !important;
}

.digital-marketing_menu ul .sub-menu li:hover>a,
.digital-marketing_menu ul .sub-menu .sub-menu li:hover>a,
.digital-marketing_menu ul .sub-menu .sub-menu .sub-menu li:hover>a,
.digital-marketing_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
    background-color: rgb(255, 65, 0);
    color: #fff !important;
}

/* sub menu 2 
=================*/

.digital-marketing_menu ul .sub-menu .sub-menu {
    left: 100%;
    top: 130%;
    opacity: 0;
    visibility: hidden;
}

.digital-marketing_menu ul .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

/* sub menu 3 
==================*/

.digital-marketing_menu ul .sub-menu .sub-menu li {
    position: relative;
}

.digital-marketing_menu ul .sub-menu .sub-menu .sub-menu {
    right: 100%;
    left: auto;
    top: 130%;
    opacity: 0;
    visibility: hidden;
}

.digital-marketing_menu ul .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

ul.sub-menu li a span {
    background-color: rgb(255, 65, 0);
    padding: 5px 10px;
    color: #fff;
    opacity: 1;
    border-radius: 2px;
    margin-left: 5px;
    transition: .5s;
}

ul.sub-menu li:hover a span{
    background: rgba(255,255,255, 0.20);
}

/* sub menu 4 
====================*/

.digital-marketing_menu ul .sub-menu .sub-menu .sub-menu li {
    position: relative;
}


.digital-marketing_menu ul .sub-menu .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

.digital-marketing_menu li a:hover:before {
    width: 101%;
}


.digital-marketing_nav_manu.sticky .logo_img {
    display: none;
}

.main_sticky {
    display: none;
}

.digital-marketing_nav_manu.sticky .main_sticky {
    display: inherit;
}

.mobile-menu.mean-container {
    overflow: hidden;
}

/*=============sticky-header-area-end================*/



/*=============start-home-section================*/

.home-section {
	background-image: url(../image/home-bgx.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #260f4b;
	padding-top: 380px;
	padding-right: 0;
	padding-bottom: 380px;
	padding-left: 0;
	position: relative;
}

.home-title h1 {
	font-size: 30px;
	text-align: center;
	color: #0CF;
	line-height: 1.75em;
}

.home-title h2 {
    font-size: 24px;
    text-align: center;
    color:#fff;
}
  
.home-button {
    text-align: center;

}


.home-button a {
	display: inline-block;
	font-size: 16px;
	color: rgb(254, 254, 255);
	background-color: rgb(153,0,204);
	transition: .5s;
	position: relative;
	overflow: hidden;
	z-index: 1;
	width: 100%;
	border-radius: 30px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 16px;
	padding-right: 37px;
	padding-bottom: 16px;
	padding-left: 37px;
}

.home-button a::before{
    position: absolute;
    content: "";
    top: 0px;
    height: 120%;
    left: -25%;
    width: 0%;
    background: #101010;
    transform: skew(50deg);
    transition-duration: .6s;
    z-index: -1;
    transition: .5s;
}

.home-button a:hover:before {
    width: 200%;
}

.upper a span{
    position: relative;
    top: 2px;
    left: 3px;
    transition: .5s;
}

.home-thumb {
    text-align: center;
    position: relative;
    z-index: 1;
}


.home-shape {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    transition: transform 5s ease-in-out, left 2s ease-in-out
}

.home-shape_after_animate{
    position: relative;
}

.home-shape_img_after_animate {
	position: absolute;
	top: -540px;
}

@keyframes rotateAndScale {
    from {
        transform: translate(-50%, -50%) scale(0.2) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) scale(3) rotate(360deg);
    }
}

@keyframes moveToTopRight {
    from {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(3) rotate(360deg);
    }
    to {
        top: -540px;
        transform: translate(0, 0) scale(1) rotate(360deg);
    }
}



.home-shape2{
    position: relative;
    z-index: 1;
}

.home-shape2 img {
	position: absolute;
	left: 0px;
	top: -100px;
	z-index: -10;
}

.home-shape3 {
	position: absolute;
	left: 20px;
	top: -180px;
	z-index: 1;
}

.home-shape4 {
	position: absolute;
	left: 20px;
	top: 100px;
	z-index: 1;
}

.home-shape5 {
	position: absolute;
	right: 0px;
	top: -40px;
	z-index: 1;
}

@media screen and (max-width: 768px) {
    .home-shape2 img {
        top: 50px;
    }
}


.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-animate1 {
    animation-name: float-bob;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 3s;
    -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); } }


/*=============end-home-section================*/  


  

/*================start-service-section===================*/

.service-section {
	padding-top: 65px;
	background-image: url(../image/home-bg2.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding-right: 0px;
	padding-bottom: 155px;
	padding-left: 0px;
	position: relative;
	background-color: #420f86;
}
.service-planet {
	padding-top: 0px;
	width: 100%;
	padding-bottom: 150px;
}
@media (max-width: 768px) {
.service-planet {
	padding-top: 50px;
	width: 100%;
	padding-bottom: 50px;
}
}
.service-title h1 {
    font-size: 32px;
    font-weight: 700;
    color:#fff;
    margin-bottom: 70px;
}

.service-disc p {
    font-size: 16px;
    font-weight: 400;
    color: rgb(97, 97, 97);
    padding: 40px 0 0;
}

.service-single-box {
	border-radius: 20px;
	box-shadow: 0px 5px 20px 0px rgba(98, 26, 255, 0.6);
	position: relative;
	z-index: 1;
	transition: .5s;
	margin-bottom: 0px;
	padding-top: 35px;
	padding-right: 0;
	padding-bottom: 45px;
	padding-left: 0px;
	margin-top: 60px;
	background-color:#fff;
}

.service-single-box::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgb(255, 65, 0);
    transition: .5s;
    border-radius: 10px;
    z-index: -1;
}

.service-single-box:hover:before{
    width: 100%;
}

.service-info span {
    font-size: 46px;
    font-weight: bold;
    color: rgb(255, 67, 1);
    margin-bottom: 18px;
    display: inline-block;
    transition: .5s;
}

.service-shape {
	text-align: center;
	float: left;
	width: 100%;
	padding-bottom: 20px;
}

.service-shape img {

}

.service-content h4 {
	font-size: 26px;
	font-weight: 700;
	color: #0f0082;
	transition: .5s;
	line-height: 1.75em;
	padding-bottom: 10px;
}

.service-content p {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    padding: 5px 0 0;
    transition: .5s;
}

.service-button a {
    display: inline-block;
    font-size: 16px;
    color: rgb(255, 67, 1);
    transition: .5s;
}

.service-single-box:hover .service-info span,
.service-single-box:hover .service-content h4,
.service-single-box:hover .service-content p,
.service-single-box:hover .service-button a{
    color: rgb(254, 254, 255);
}
.service-area{
	text-align: center;
	width: 100%;
	padding-top: 45px;
	margin-right: auto;
	margin-left: auto;
	max-width: 500px;
	padding-bottom: 45px;
}

/*================ better-section ===================*/
.better-section{
	background-color: rgba(255, 255, 255, 0.1);
	border: 5px solid rgba(255, 255, 255, 0.05);
	border-radius: 30px;
	padding: 10px;
	text-align: left;
	margin-bottom: 100px;
	margin-top: 35px;
}

.better-section h5{
	font-size: 24px;
	line-height: 1.75em;
	color: #FFF;
	text-align: left;
	font-weight: bold;
}

.better-section .icon{
	text-align: center;
}

.better-section p{
	font-size: 18px;
	line-height: 1.75em;
	color: #FFF;
	text-align:justify;
}
.better-line{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #7d639c;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.better-linex{
	border-bottom-width: 0px;
	border-bottom-style: dashed;
	border-bottom-color: #7d639c;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

/*================end-service-section===================*/

.breadcumb-area {
    background-image: url(../image/breadcum-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 230px 0px 220px;
    margin: 0 0 50px;
}



.breadcumb-title h1 {
    font-size: 90px;
    color: rgb(254, 254, 255);
}

.breadcumb-content-menu {
    padding-top: 10px;
}

.breadcumb-content-menu ul li {
    display: inline-block;
    list-style: none;
}

.breadcumb-content-menu ul li a {
    color: rgb(254, 254, 255);
    font-size: 20px;
    font-weight: 600;
}

.breadcumb-content-menu ul li a i{
    margin-left: 10px;
}

.breadcumb-content-menu ul li span {
    color: rgb(255, 67, 1);
    font-size: 20px;
    font-weight: 500;
    margin-left: 10px;
}

.breadcumb-content-menu h1 {
    font-size: 38px;
    font-weight: 600;
    margin: 35px 0 0;
    color: rgb(254, 254, 255);
}
/*=====================start-service-area=====================*/


.service-title h3 {
	text-align: center;
	font-size: 32px;
	margin: 35px 0 0px;
	font-weight: bold;
	color: #06F;
}

/*=====================start-contact-area=====================*/

.contact-area{
	background-image: url(../image/form-bg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #3f0f7e;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 250px;
	padding-left: 0px;
}

@media (max-width: 768px) {
    .contact-area {
        background-image: none;
        padding-bottom: 20px;
    }
}

.contact-map iframe {
    width: 100%;
    height: 250px;
    margin-bottom: 40px;
}

.contact-form {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width:800px;
}

.contact-title h2 {
	text-align: center;
	font-size: 32px;
	margin: 10px 0 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.contact-title h3 {
	text-align: center;
	font-size: 32px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
.contact-line {
	text-align: center;
	font-size: 28px;
	background-color: #8e0090;
	height: 5px;
	width: 100px;
	border-radius: 30px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}


.contact-sub-title h4 {
    margin-bottom: 15px;
}

.contact-single-box {
	margin-bottom: 100px;
	transition: 0.5s;
	padding: 0px;
	margin-top: 50px;
}


.contact-sub-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-sub-content ul li p {
    display: inline-block;
    margin: 0;
    padding-left: 5px;
}

.contact-sub-content ul li a {
    display: inline-block;
    font-size: 16px;
    margin: 5px;
}

.contact-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-social ul li {
    display: inline-block;
}


.contact-social ul li a {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    margin-left: 12px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    color: rgb(255, 67, 1);
    border-radius: 100%;
    border: 1px solid;
    text-align: center;
    transition: .5s;
    margin-top: 20px;
}

.contact-social ul li a:hover{
    color: rgb(254, 254, 255);
    background-color: rgb(255, 67, 1);
}


.blog-leave-area {
    padding: 20px 0 250px;
}

.single-blog-box{
    margin-bottom: 40px;
	border-radius: 30px;
	background: #fff; 
	box-shadow: 0 0 5px rgba(0,0,0,0.10);
	transition: 0.5s;
    padding: 32px 36px 38px;
	background-color:#290863;
}

.single-blog-box:hover{
    box-shadow: 6px 5px 30px rgba(0,0,0,0.12);
    border-color: transparent;
}

.blog-leave-title h3 {
    font-size: 30px;
    margin-bottom: 20px;
}



.form-box{
	margin-bottom: 10px;
}
.form-box h6{
	text-align: left;
	font-size: 16px;
	color: #FFF;
	line-height: 1.75em;
} 
.form-box .title-18{
	text-align: left;
	font-size: 18px;
	line-height: 1.75em;
	color: #333;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 10px;
	border-radius: 10px;
	padding-right: 10px;
} 


.form-box input {
	width: 100%;
	height: 54px;
	padding-left: 20px;
	background: #fff;
	border-radius: 3px;
	transition: .5s;
	border: 1px solid #EEECFE;
}

.form-box textarea {
	width: 100%;
	padding-left: 20px;
	padding-top: 15px;
	border: 1px solid #EEECFE;
    height: 150px; 
	outline: 0;
	transition: .5s;
	background: #fff;
	margin-top: 7px;
}

.form-button {
	text-align: center;
	margin-top: 25px;
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.form-button button {
	color: #FFF;
	padding: 15px 35px;
	background-color: #502693;
	transition: 0.5s;
	font-size: 18px;
	position: relative;
	z-index: 1;
	border-radius: 30px;
	overflow: hidden;
}


.form-button button:before {
    position: absolute;
    content: "";
    top: 0px;
    height: 120%;
    left: -25%;
    width: 0%;
    background: #101010;
    transform: skew(50deg);
    transition-duration: .6s;
    z-index: -1;
    transition: .5s;
}


.form-button button:hover:before {
    width: 200%;
}

/*==================start-blog-list-section==============*/

.single-blog-list.Categories {
    margin: 70px 0 0px;
}




/*=================end-blog-list-section====================*/




/*=====================start-blog-details-section==================*/

.blog-description h3 a {
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 30px;
    font-family: 'Barlow', sans-serif;
}

.blog-area-details {
    padding-top: 50px;
}

.blog-single-details {
	margin-bottom: 40px;
	border-radius: 8px;
    background-color: rgb(254, 254, 255);
	border: 1px solid #e6e6e6;
	box-shadow: 0 0 5px rgba(0,0,0,0.10);
	transition: 0.5s;
	 padding: 0; 
}

.blog-details-thumb img {
    width: 100%;
    border-radius: 5px 5px 0 0;
}

.blog-details-content {
    overflow: hidden;
    padding: 22px 26px 28px;
    box-shadow: 0 3px 19px rgb(0 0 0 / 8%);
}

.blog-details-meta {
    margin-bottom: 25px;
}

.blog-details-meta span {
    margin-right: 40px;
}

.blog-details-meta a:hover {
    color: rgb(255, 67, 1);
}

.blog-details-inner h3 {
    font-size: 30px;
    margin: 20px 0 10px;
    font-family: 'Barlow', sans-serif;
}

.blog-details-social-icon {
    margin-top: 30px;
}

.blog-details-social-icon ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-details-social-icon ul li {
    display: inline-block;
}


.blog-details-social-icon ul li a {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    margin-left: 12px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    color: rgb(255, 67, 1);
    border-radius: 100%;
    border: 1px solid;
    text-align: center;
    transition: .5s;
}

.blog-details-social-icon ul li a:hover{
    color: rgb(254, 254, 255);
    background-color: rgb(255, 67, 1);
}

.blog-list-left {
    margin-bottom: 40px;
    padding: 45px 30px 28px;
    border-radius: 8px;
    background-color: rgb(254, 254, 255);
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 5px rgba(0,0,0,0.10);
}

.blog-form-field {
    display: block;
    position: relative;
    width: 90%;
}

.blog-list-left input[type="email"] {
    padding: 9px;
    border-radius: 8px;
    flex-grow: 1;
    min-width: 3em;
    color: rgb(97, 97, 97);
    border: 1px solid rgb(255, 67, 1);
    font-size: inherit;
    font-family: inherit;
    width: 76% !important;
    line-height: inherit;
}

p.blog-submit-button {
    color: rgb(254, 254, 255);
    border-radius: 3px;
    border: initial;
    position: absolute;
    padding: 0;
    right: -30px;
    top: 0;
}

.blog-list-left input[type="submit"] {
    color: rgb(254, 254, 255);
    border-radius: 3px;
    border: 1px solid rgb(255, 67, 1);
    background-color: rgb(255, 67, 1);
    padding: 8px 25px;
}

.single-widget-item {
    background-color: rgb(254, 254, 255);
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 5px rgba(0,0,0,0.10);
    padding: 20px 20px 20px;
}

.recent-post-item {
    position: relative;
    z-index: 1;
}

.single-widget-item h2 {
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 15px;
    font-family: 'Barlow', sans-serif;
}

.recent-post-btn {
	display: block;
	transition: .5s;
	display: inline-block;
	font-size: 20px;
	color: #1d1d1d;
	width: 100%;
	border-radius: 50px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding: 15px;
	background-color: #FFF;
	box-shadow: 0px 5px 20px 0px rgba(98, 26, 255, 0.6);
	position: relative;
	font-weight: bold;
}
.recent-post-arrow{
	position: absolute;
	z-index: 1;
	right: 20px;
	color: #535353;
}


.recent-post-btn:hover {
	font-weight: bold;
	display: block;
	transition: .5s;
	display: inline-block;
	font-size: 20px;
	color: #fff;
	width: 100%;
	border-radius: 50px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding: 15px;
	background-color: #ff8400;
}

.recent-post-item ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

.recent-post-item ul li {
	display: block;
	transition: .5s;
	display: inline-block;
	font-size: 18px;
	color: rgb(254, 254, 255);
	background-image: linear-gradient(120deg, #7531ff 0%, #5c25cc 100%);
	position: relative;
	overflow: hidden;
	z-index: 1;
	width: 100%;
	border-radius: 50px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-right: 20px;
	padding-bottom: 16px;
	padding-left: 20px;
	padding-top: 5px;
}

.recent-post-item ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-image: linear-gradient(135deg, #5c25cc 0%, #7531ff 100%);
    transition: .5s;
    border-radius: 4px;
    z-index: -1;
}

.recent-post-item ul li:hover:before {
    width: 100%;
}

.recent-post-item ul li a {
	display: block;
	font-size: 18px;
	padding: 15px 0 0;
	color: #FFF;
	letter-spacing: 1px;
}

.recent-post-item ul li a span{
    float: right;
   
}

.recent-post-item ul li:hover a{
    color: rgb(254, 254, 255);
}

.single-recent-post {
    background-color: rgb(254, 254, 255);
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 5px rgba(0,0,0,0.10);
    padding: 10px 15px 20px;
    margin: 50px 0;
    transition: .5s;
}

.recent-post-title h3 {
    font-size: 30px;
    font-weight: 700;
    margin: 15px 0 20px;
    font-family: 'Barlow', sans-serif;
}

.rpost-thumb a img {
    margin-right: 20px;
    margin-bottom: 40px;
    display: inline-block;
}

.rpost-content h4 a {
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    display: inline-block;
    transition: .5s;
}

.rpost-content span {
    font-size: 15px;
    padding: 6px 0 0;
    display: inline-block;
}

.rpost-content {
    margin-top: -15px;
}

.single-recent-post:hover {
    box-shadow: 6px 5px 30px rgba(0,0,0,0.12);
    border-color: transparent;
}

.rpost-content h4 a:hover {
    color: rgb(255, 67, 1);
}

.widget-sidebar-box {
    background-color: rgb(254, 254, 255);
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 5px rgba(0,0,0,0.10);
    padding: 10px 17px 20px;
}

.sidebar-title h4 {
    font-size: 24px;
    font-weight: 700;
    padding: 0 0 15px;
    font-family: 'Barlow', sans-serif;
}

.tag-item ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tag-item ul li {
    display: inline-block;
}

.tag-item a {
    display: inline-block;
    font-size: 16px;
    color: rgb(254, 254, 255);
    background-color: rgb(255, 67, 1);
    border: 2px solid rgb(255, 67, 1);
    padding: 10px 25px;
    font-family: 'Barlow', sans-serif;
    margin: 5px 3px 5px;
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.tag-item a::before{
    position: absolute;
    content: "";
    top: 0px;
    height: 120%;
    left: -25%;
    width: 0%;
    background: #101010;
    transform: skew(50deg);
    transition-duration: .6s;
    z-index: -1;
    transition: .5s;
}

.tag-item a:hover:before {
    width: 200%;
}

/*===================end-blog-details-area=================*/


/*==================start-portfolio-details-section===================*/

.skill-content h5 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
}

.skill-content h1 {
    font-size: 40px;
    font-weight: 700;
    margin: 5px 0 20px;
    font-family: 'Barlow', sans-serif;
}

.prossess-ber-plugin span {
    font-size: 16px;
    font-weight: 700;
    color: rgb(97, 97, 97);
}

.barfiller {
    width: 100%;
    height: 12px;
    position: relative;
    margin-bottom: 25px;
    margin-top: 12px;
    border-radius: 5px;
    background-color: rgb(97, 97, 97);
}

.barfiller .fill {
  display: block;
  position: relative;
  width: 0px;
  height: 100%;
  background: #333;
  z-index: 1;
}

.barfiller .tipWrap { display: none; }

.barfiller .tip {
    font-size: 16px;
    left: 0px;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
    top: -39px;
    font-weight: 700;
    color: rgb(97, 97, 97);
}

.stat-bar:nth-of-type(1) .stat-bar-rating {
  animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
}

span.fill {
    background-color: rgb(255, 67, 1) !important;
    border-radius: 5px;
}


.skill-button a {
    display: inline-block;
    font-size: 16px;
    color: rgb(254, 254, 255);
    background-color: rgb(255, 67, 1);
    border: 2px solid rgb(255, 67, 1);
    padding: 16px 37px;
    font-family: 'Barlow', sans-serif;
    margin: 33px 0 80px;
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.skill-button a::before{
    position: absolute;
    content: "";
    top: 0px;
    height: 120%;
    left: -25%;
    width: 0%;
    background: #101010;
    transform: skew(50deg);
    transition-duration: .6s;
    z-index: -1;
    transition: .5s;
}

.skill-button a:hover:before {
    width: 200%;
}

.skill-section {
    padding: 40px 0 80px;
}

.skill-thumb {
    text-align: center;
}

.skill-thumb img {
    position: relative;
    -webkit-animation: bounceHero 5s ease-in-out infinite;
	animation: bounceHero 5s ease-in-out infinite;
}

.skill-shape img {
    position: absolute;
    top: -220px;
    left: 35px;
}

.skill-shape.welcome-animation {
	position: relative;
	-webkit-animation: bounceHero 6s ease-in-out infinite;
	animation: bounceHero 6s ease-in-out infinite;
}

.skill-shape2 img {
    position: absolute;
    top: -190px;
    left: 180px;
}

.skill-shape2.welcome-animation{
    position: relative;
	-webkit-animation: bounceHero 8s ease-in-out infinite;
	animation: bounceHero 8s ease-in-out infinite;
}

.skill-shape3 img {
    position: absolute;
    left: 335px;
}

.skill-shape3.welcome-animation{
    position: relative;
	-webkit-animation: bounceHero 4s ease-in-out infinite;
	animation: bounceHero 4s ease-in-out infinite;
}


@-webkit-keyframes bounceHero {
    0% {
        top: 0px;
    }

    50% {
        top: 25px;
    }

    100% {
        top: 0px;
    }
}

@keyframes bounceHero {
    0% {
        top: 0px;
    }

    50% {
        top: 25px;
    }

    100% {
        top: 0px;
    }
}


/*==============end-portfolio-details-section===============*/



/*==================start-pricing-section===============*/

.pricing-section {
    background-color: #FFF7FF; 
    padding: 74px 0px 80px 0px;
}

.pricing-title{
    text-align: center;
}

.pricing-title h5 {
    display: inline-block;
    color: rgb(255, 67, 1);
    font-size: 17px;
    font-weight: 600;
}

.pricing-title h2 {
    color: rgb(7, 7, 7);
    font-size: 42px;
    font-weight: 700;
    font-family: 'Barlow', sans-serif;
    margin: 12px 0 25px;
}

.pricing-title h2 span{
    color: rgb(7, 7, 7);
    font-weight: 600;
}

.pricing-title p {
    font-size: 16px;
    font-weight: 400;
    color: rgb(7, 7, 7);
    margin-bottom: 75px;
    font-family: 'Barlow', sans-serif;
}

.pricing-head {
    text-align: center;
    border-bottom: 1px solid rgba(30, 38, 109, 0.1);
    margin-bottom: 30px;
}

.pricing-single-box {
    position: relative;
    padding: 75px 40px 40px;
    background-color: #fff;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    z-index: 1;
    transition: .5s;
    margin-bottom: 30px;
}

.pricing-single-box::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background-color: rgb(255, 67, 1);
    z-index: -1;
    border-radius: 10px;
    transition: .5s;
}


.pricing-head h5 {
    position: absolute;
    top: -10px;
    left: 50%;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
    transform: translateX(-50%);
    background-color: rgb(255, 67, 1);
    padding: 10px 36px;
    box-shadow: 0px 15px 50px 0px rgba(157, 35, 190, 0.2);
}

.pricing-head h3 {
    color: rgb(7, 7, 7);
    font-size: 22px;
    font-weight: 500;
    margin: 0;
}

.pricing-head p {
    color: rgb(7, 7, 7);
    font-family: 'Barlow', sans-serif;
    margin: 9px 0 40px;
}

.pricing {
    margin-bottom: 30px;
}

.pricing .currency {
    color: rgb(7, 7, 7);
    font-size: 24px;
    font-weight: 700;
}

.pricing .tk {
    color: rgb(7, 7, 7);
    font-size: 50px;
    font-weight: 700;
}

.pricing .price-mon {
    color: rgb(7, 7, 7);
    font-size: 17px;
    font-weight: 400;
}

.pricing-boody ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pricing-boody ul li i {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    background-color: rgb(255, 67, 1);
    border-radius: 50%;
    margin-right: 6px;
}

.pricing-boody ul li {
    font-weight: 400;
    color: rgb(7, 7, 7);
    margin-bottom: 12px;
    font-family: 'Barlow', sans-serif;
}

.price-btn a {
    display: inline-block;
    color: rgb(7, 7, 7);
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
    padding: 15px 30px;
    width: 100%;
    background-color: transparent;
    border: 1px solid rgb(255, 67, 1);
    border-radius: 30px;
    text-align: center;
    margin-top: 37px;
}

.pricing-single-box:hover:before{
    height: 100%;
 }

 .pricing-single-box:hover .pricing-head h3,
 .pricing-single-box:hover .pricing-head p,
 .pricing-single-box:hover .currency,
 .pricing-single-box:hover .tk,
 .pricing-single-box:hover .price-mon{
    color: #fff;
 }


 .pricing-single-box:hover .pricing-boody ul li{
    color: #fff;
 }

 .pricing-single-box:hover .price-btn a{
    color: #fff;
    background-color: rgb(7, 7, 7);
 }

/*==================end-pricing-section===============*/


/*
<--   Faq section Css 
===============================================*/

.about-section.style-three {
    padding: 30px 0;
}

.faq-section {
    background: #fff;
    padding: 86px 0 85px;
}

.digital-content h1 {
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 18px;
    font-family: 'Barlow', sans-serif;
}

.digital-content p {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    font-family: 'Barlow', sans-serif;
}

/*accordion*/

.col-lg-6.col-md-6.faq-pd {
    padding: 0 30px 0 0;
}

.tab_container {
    overflow: hidden;
    padding: 20px 0 0;
}

h2.accordion-title {
    font-size: 30px;
    padding: 0 0 37px;
}

.accordion li {
    list-style: none;
    padding: 2px 0px 15px;
}

.accordion li a {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: #101210!important;
    border-bottom: 1px solid rgba(19,17,37,0.15);
    padding: 27px 20px 20px 0px;
    z-index: 1;
}

.accordion li p {
    display: none;
    font-size: 16px;
    padding: 0px 0px 20px 0px;
    margin: 0;
    border-bottom: 1px solid rgba(19,17,37,0.15);
}

.accordion li a i {
    float: right;
    transform: rotate(-90deg);
    transition: .5s;
    font-size: 20px;
}

.accordion a.active:after {
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  background-color: rgb(255, 67, 1);
  opacity: 1;
}

a.active i {
    transform: rotate(0deg) !important;
}

.accordion a.active {
    border-bottom: 0;
    padding: 25px 20px 15px 0px;
    color: rgb(255, 67, 1) !important;
}

/*==================team-section==============*/

.team_area {
    padding: 50px 0 60px;
}

.section_title h1 {
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 10px;
    font-family: 'Barlow', sans-serif;
}

.section_title p {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 35px;
    font-family: 'Barlow', sans-serif;
}

.single_team_title {
    padding: 0 10px 25px;
}

.single_team{
    margin-bottom: 30px;
	transition:.5s;
    border-radius: 10px;
    box-shadow: 0px 15px 50px 0px rgba(157, 35, 190, 0.2);
}
.single_team_thumb {
    position: relative;
	transition:.5s;
	
}
.single_team_thumb::before {
    position: absolute;
	content: "";
    left: 0;
    top: -30px;
    height: 100%;
    width: 100%;
    background: rgba(255,113,116,0.5);
    overflow: hidden;
	opacity:0;
	transition:.5s;
	border-radius:7px;
}
.single_team_thumb img{
	width:100%;
}
.single_team_title h4 {
    padding-bottom: 6px;
}
.single_team_icon {
    position: absolute;
    content: "";
    left: 50%;
    top: 40%;
    transform: translateX(-50%);
	opacity:0;
	transition:.5s;
}
.single_team_icon a {
    color: #fff;
    text-align: center;
    margin: 0 4px;
}
.single_team:hover .single_team_thumb::before {
	opacity:1;
	top:0;
}
.single_team:hover .single_team_icon{
	opacity:1;
	top:50%;
}



/*================about-area-start===================*/

.about-area {
    background-image: url(../image/about-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 0;
}
  
.about-title h5 {
    font-size: 17px;
    font-weight: 600;
    color: rgb(255, 67, 1);
    font-family: 'Barlow', sans-serif;
}

.about-title h1 {
    font-size: 42px;
    font-weight: 700;
    color: rgb(7, 7, 7);
    padding: 6px 0 20px;
    font-family: 'Barlow', sans-serif;
}

.about-title p {
    font-size: 16px;
    font-weight: 400;
    color: rgb(97, 97, 97);
    font-family: 'Barlow', sans-serif;
}

.sec-widget-element ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sec-widget-element ul li{
    font-size: 17px;
    font-weight: 500;
    color: rgb(97, 97, 97);
    font-family: 'Barlow', sans-serif;
}

.sec-widget-element ul li span {
    color: rgb(255, 67, 1);
    font-size: 20px;
    margin-right: 5px;
}

.about-button a {
    display: inline-block;
    font-size: 16px;
    color: rgb(254, 254, 255);
    background-color: rgb(255, 67, 1);
    border: 2px solid rgb(255, 67, 1);
    padding: 16px 37px;
    font-family: 'Barlow', sans-serif;
    margin: 33px 0 80px;
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.about-button a::before{
    position: absolute;
    content: "";
    top: 0px;
    height: 120%;
    left: -25%;
    width: 0%;
    background: #101010;
    transform: skew(50deg);
    transition-duration: .6s;
    z-index: -1;
    transition: .5s;
}

.about-button a:hover:before {
    width: 200%;
}

.all-shape{
    position: relative;
}

.about-shape img {
    position: absolute;
    top: -135px;
    left: -120px;
}

.about-shape2 img {
    position: absolute;
    left: 130px;
    top: -140px;
}

/*================about-area-end===================*/



/**
======================================================
           <--  start-brand Section 
======================================================**/

.brand-area {
    padding: 100px 0;
}

.brand-thumb {
    text-align: center;
    cursor: pointer;
    filter: grayscale(1);
    transition: .5s;
}

.owl-carousel .owl-item img {
    display: inline-block;
}


.brand-single-box {
	position: relative;
	text-align: center;
}


.brand-thumb:hover {
    filter: none;
}

/**
======================================================
         <-- end-brand Section 
======================================================**/




/*================start-overview-section===================*/

.overview-section {
	padding-top: 65px;
	padding-right: 0;
	padding-bottom: 65px;
	padding-left: 0;
}

.overview-title h5 {
	font-size: 36px;
	color: #d086ff;
	line-height: 0.9em;
}

.overview-title h1 {
	font-size: 32px;
	font-weight: bold;
	color: #FFF;
}

.overview-disc p {
    font-size: 16px;
    font-weight: 400;
    color:#333;
    padding: 40px 0 0;
}

.overview-thumb img {
    width: 100%;
}

/*================end-overview-section===================*/




/*==================start-portfolio-section===============*/

.portfolio-title h5 {
	font-size: 36px;
	color: #d086ff;
	line-height: 0.9em;
}

.portfolio-title h1 {
	font-size: 32px;
	color: #fff;
	line-height: 1.75em;
	font-weight: bold;
}

.portfolio-title p {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color:#333;
    padding: 20px 0 75px;
}

.portfolio-single-box {
	text-align: center;
	box-shadow: 0px 0px 8px 0px rgba(225, 103, 255, 0.6);
	margin-bottom: 30px;
	position: relative;
	border-radius: 30px;
	transition: .5s;
	z-index: 1;
	background-color: #FFF;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}

.portfolio-single-box::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color:#e167ff;
    transition: .5s;
    border-radius: 30px;
    z-index: -1;
}

.portfolio-number p {
    font-size: 16px;
    color:#69b9e1;
    font-weight: bold;
    transition: .5s;
  }

  .portfolio-content h5 {
	display: inline-block;
	font-size: 26px;
	margin: 15px 0 15px;
	transition: .5s;
	font-weight: bold;
}

.portfolio-content p {
	font-size: 18px;
	color: #333;
	line-height: 1.55em;	
}

.portfolio-single-box:hover:before{
    width: 100%;
}

.portfolio-single-box:hover .portfolio-number p{
    color: #fff;
}

.portfolio-single-box:hover .portfolio-content h5 a,
.portfolio-single-box:hover .portfolio-content p{
    color: rgb(254, 254, 255);
}

/*==================end-portfolio-section===============*/



  

/*==================start-about-two-section===============*/

.about-two-section {
	padding: 100px;
}
.about-two-content {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align:justify;
}
.about-two-content h5 {
	font-size: 18px;
	font-weight: 600;
	color: rgb(255,153,0);
	text-align: left;
}

.about-two-content h1 {
	font-size: 36px;
	font-weight: bold;
	color: #182194;
	line-height: 1.75em;
}

.about-two-content p {
    font-size: 16px;
    font-weight: 400;
    color: rgb(97, 97, 97);
    padding: 20px 0 30px;
}
.about-two-content .text {
	font-size: 16px;
	font-weight: 400;
	color: rgb(97, 97, 97);
	padding: 0px 0 0px;
	line-height: 1.75em;
}
.about-sub-thumb {
    display: inline-block;
}

.about-two-info {
    display: inline-block;
    margin: 0px 0px 0px 12px;
    position: relative;
    top: 15px;
}

.about-two-info a p {
    font-size: 18px;
    font-weight: 700;
    color: rgb(7, 7, 7);
    transition: .5s;
    position: relative;
    top: 30px;
    left: -20px;
    font-family: 'Barlow', sans-serif;
}

.about-two-disc p {
    font-size: 18px;
    font-weight: 400;
    color: rgb(97, 97, 97);
    font-family: 'Barlow', sans-serif;
    position: absolute;
    top: 160px;
    left: 20px;
}

.about-two-box{
    margin-bottom: 30px;
}

.about-two-thumb {
    padding: 25px 0 0;
    text-align: center;
}

.about-two-shape {
    position: relative;
}


.about-two-shape img {
    position: absolute;
    top: -115px;
    left: 85px;
}

.about-two-box:hover .about-two-info a p{
    color: rgb(255, 67, 1);
}

/*==================end-about-two-section===============*/


 
/*==================start-service-two-section===============*/

.service-two-section {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 80px;
	padding-left: 0;
}

.cntr-bg-up {
	background-image: url(../image/subscribe-bg2.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 9px;
	padding: 80px 0;
}

.service-two-content h5 {
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    color: rgb(254, 254, 255);
    font-family: 'Barlow', sans-serif;
}

.service-two-content h1 {
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    color: rgb(254, 254, 255);
    padding: 6px 0 0px;
    font-family: 'Barlow', sans-serif;
}

.service-two-button {
    text-align: center;
}

.service-two-button {
    text-align: center;
    padding: 45px 0 0;
}

.ply-btn {
    margin-right: 20px;
}

/*==================end-service-two-section===============*/



/*==================start-blog-section===============*/

.blog-section {
	background-image: url(../image/qa-bg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 650px;
	padding-left: 0;
}

.blog-title {
	margin-bottom: 40px;
}

.blog-title h5 {
	font-size: 36px;
	font-weight: 600;
	text-align: center;
	color: #d086ff;

}

.blog-title h1 {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    color: rgb(7, 7, 7);
    padding: 0px 0 0px;

}

.blog-title p {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: rgb(97, 97, 97);
    padding: 20px 0 40px;

}

.blog-single-box{
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    margin-bottom: 30px;
}

.blog-thumb{
    position: relative;
}

.blog-thumb img {
    width: 100%;
}

.blog-thumb:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: rgba(0,0,0,0.3);
    transition: .5s;
}


.blog-sub-date {
    position: relative;
}

.blog-sub-date p {
    position: absolute;
    top: -281px;
    left: 0px;
    font-size: 16px;
    font-weight: 500;
    color: rgb(254, 254, 255);
    background-color: rgb(255, 67, 1);
    padding: 15px 32px;
}

.blog-content {
    margin: 0 0 0 42px;
}

.blog-date {
    display: inline-block;
    position: relative;
}

.blog-date p {
    margin: 25px 0 0;
    font-size: 16px;
}

.blog-date p span {
    margin-right: 5px;
    color: rgb(255, 67, 1);
}

.blog-date p::after {
    position: absolute;
    content: "";
    top: 32px;
    left: 160px;
    height: 10px;
    width: 10px;
    background: #ddd;
    border-radius: 100%;
}

.blog-meta {
    display: inline-block;
}

.blog-meta p {
    margin: 0 0 0 115px;
    font-size: 16px;
}

.blog-meta p span {
    margin-right: 5px;
    color: rgb(255, 67, 1);
}

.blog-info h3 {
    margin: 7px 0 0;
}

.blog-info h3 a {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: rgb(7, 7, 7);
    display: inline-block;
    padding: 30px 0 0;
    font-family: 'Barlow', sans-serif;
}

.blog-button a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: rgb(255, 67, 1);
    padding: 18px 0 35px;
    transition: .5s;
}

.blog-info h3 a:hover{
    color: rgb(255, 67, 1);
}

.blog-single-box:hover .blog-thumb:before{
    width: 100%;
}

.blog-single-box:hover .blog-button a{
    color: rgb(7, 7, 7);
}

.blog-single-box:hover .blog-button a span{
    padding-left: 5px;
    transition: .5s;
}

/*==================end-blog-section===============*/
.subscribe-area {
    margin: 80px 0 0;
}

.counter-bg-up {
    background-image: url(../image/subscribe-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 95px;
    position: relative;
    z-index: 1;
    margin-bottom: -240px;
}
 
.subscribe-content {
    margin-left: 85px;
}

.subscribe-content h1 {
    font-size: 46px;
    color: rgb(254, 254, 255);
    font-weight: 600;
    text-align: center;
    padding: 5px 0 15px;
    margin: 0;
    font-family: 'Barlow', sans-serif;
}

.subscribe-content p {
    font-size: 16px;
    font-weight: 400;
    color: rgb(254, 254, 255);
    font-weight: bold;
    text-align: center;
    padding: 10px 0 0;
    margin: 0;
    font-family: 'Barlow', sans-serif;
}

.subscribe-box form {
    text-align: center;
}

.subscribe-box form input {
    width: 38%;
    font-size: 16px;
    padding: 18px 12px;
    background-color: rgb(254, 254, 255);
    border: 0;
    color: rgb(97, 97, 97);
    line-height: 1.35;
    margin-top: 38px;
}

.subscribe-button {
    position: relative;
}

.subscribe-button a {
    display: inline-block;
    position: absolute;
    top: -58px;
    font-size: 16px;
    right: 315px;
    color: rgb(254, 254, 255);
    background-color: rgb(7, 7, 7);
    padding: 16px 25px;
    transition: .5s;
}

.subscribe-button a:hover {
    color: rgb(255, 67, 1);
    background-color: rgb(7, 7, 7);
}
/*
 ============================================================== 
  end-Dreamhub-subscribe Section  Css 
 ============================================================== */

/*
 ============================================================== 
      start-Dreamhub-footer Section Css 
 ============================================================== */

.footer-section {
	background-size: cover;
	background-color: #260a64;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 40px;
	padding-left: 0;
	text-align:left;
}

.widgets-company-info{
    margin-bottom: 30px;
}

.company-info-desc p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.702);
    line-height: 1.5;
    padding: 25px 0;
    margin: 0;
}

.menu-quick-link-content {
    margin: 20px 0 0;
}

.footer-social-icon ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-social-icon ul li {
    display: inline-block;
}

.footer-social-icon ul li a {
    display: inline-block;
    font-size: 17px;
    color: rgb(255, 67, 1);
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align:left;
    margin-right: 10px;
    background-color: rgb(7, 7, 7);
    border-radius: 100%;
    border: 1px solid rgb(97, 97, 97);
    transition: .5s;
}

.widget-nav-menu{
    margin-bottom: 30px;
}

.widget-title {
    font-size: 25px;
    font-weight: 700;
    color: rgb(254, 254, 255);
}

.menu-quick-info-content {
    margin: 20px 0 0;
}

.menu-quick-link-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-quick-link-content ul li a {
	font-size: 16px;
	display: inline-block;
	padding: 6px 0;
	transition: .5s;
	color: #FFF;
}

.menu-quick-info-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-quick-info-content ul li a{
    font-size: 16px;
    font-weight: 400px;
    padding: 6px 0;
    display: inline-block;
    color: rgba(255, 255, 255, 0.702);
    transition: .5s;
}

.footer-sub-disc p {
    font-size: 16px;
    font-weight: 400;
    margin: 20px 0 10px;
    color: #FFF;
}

.footer-sub-disc p span {
	margin-right: 5px;
	color: rgb(204,102,255);
}

.footer-inner-address p {
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0;
    color: #FFF;
    display: flex;
}

.footer-inner-address p span {
	margin-right: 12px;
	color: rgb(204,102,255);
}

.footer-inner-social p {
	font-size: 16px;
	margin: 10px 0;
	color: #FFF;
}

.footer-inner-social p span {
	margin-right: 5px;
	color: rgb(204,102,255);
}

.footer-inner-disc p {
	font-size: 16px;
	color: #FFF;
}

.footer-inner-disc p span {
	margin-right: 5px;
	color: rgb(204,102,255);
}

.footer-bottom-content p {
	text-align: center;
	font-size: 14px;
	color: #CCC;
	background-color: #582f79;
	line-height: 1.75em;
	padding-top: 8px;
	padding-bottom: 8px;
}

.footer-social-icon ul li a:hover{
	color: rgb(254, 254, 255);
	background-color: rgb(204,102,255);
}

.menu-quick-link-content ul li a:hover{
	color: rgb(204,102,255);
}

.menu-quick-info-content ul li a:hover{
	color: rgb(204,102,255);
}

/*
 ============================================================== 
      end-Dreamhub-footer Section Css 
 ============================================================== */



/*==========================================
    Prygo Search Popup Css
=================================.search-popup{
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0,0,0,0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.search-popup{
    width: 100%;
}

.search-active .search-popup{
    transform: translateY(0%);
    margin-top: 0;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: rgb(255, 67, 1);
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.search-popup .close-search i{
    position: relative;
    font-size: 30px;
    color: #ffffff;
}

.search-active .search-popup .close-search{
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form{
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin:-35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup form{
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group{
    position:relative;
    margin:0px; 
    overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]{
    position:relative;
    display:block;
    font-size:18px;
    line-height: 50px;
    color:#000000;
    height:70px;
    width:100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
    font-weight:500;
    text-transform:capitalize;
}

.search-popup .form-group input[type="submit"], .search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #000000;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{
    color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder{
    color:#000000;
}

.search-popup .close-search.style-two{
    position: absolute;
    right: 25px;
    left: auto;
    color:#ffffff;
    width:auto;
    height:auto;
    top:25px;
    margin:0px;
    border:none;
    background:none !important;
    box-shadow:none !important;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}

.search-popup .close-search.style-two i{
    font-size:20px;
    color:#ffffff;
}

.search-box-btn.search-box-outer i {
    font-size: 17px;
    display: inline-block;
    color: rgb(255, 67, 1);
    cursor: pointer;
}



/*===========================
<-- polytia 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: 999;
}

.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: rgb(255, 67, 1);
    -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: rgb(255, 67, 1);
    -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;
}


/*
 ============================================================== 
Scrollup Button Section 
 ============================================================== */

/*------back-to-top------------*/

.prgoress_indicator {
    position: fixed;
    right: 20px;
    bottom: 20px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(187, 247, 55, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transform: translateY(15px) !important;
    transition: all 200ms linear !important;
}

.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: 46px;
    font-size: 18px;
    color: rgb(255, 67, 1);
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    font-weight: 900;
    z-index: 1;
    transition: all 200ms linear !important;
}

.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: #2871ff;
}

.prgoress_indicator:hover ::before {
  opacity: 1;
}

.prgoress_indicator svg path {
  fill: none;
}

.prgoress_indicator svg.progress-circle path {
    stroke: rgb(255, 67, 1);
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear !important;
}
.footer-sub-disc a p:hover {
    color:#BD5EF1;
}