.slider-area{
    background-image: url(../img/slider_bg05.jpg);
    background-size: cover;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 250px 0px;
}

.slider-content h2 {
    font-size: 60px;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 30px;
}

.slider-content p {
    font-size: 24px;
    color: #fff;
    margin-bottom: 25px;
}

.btn{
    background: #09ebaf;
    border: medium none;
    border-radius: 5px;
    color: #47495a;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 22px 43px;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
    z-index: 1;
    font-family: 'Poppins', sans-serif;
    box-shadow: inset 0px 0px 0px 0px #4181ce;
    -webkit-transition: all 0.6s linear;
    transition: all 0.6s linear;
    position: relative;
}

.slider-price-wrap {
    position: absolute;
    top: -95px;
    left: -95px;
    height: 190px;
    width: 190px;
    background: #09ebaf;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.s-price-count h2 {
    font-size: 48px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 0;
    font-family: 'Lato', sans-serif;
}

.slider-pricing-box {
    background: #fff;
    padding: 60px 45px;
    border-radius: 5px;
    position: relative;
}

.slider-pricing-btn .btn {
    width: 100%;
}

.slider-pricing-list ul li {
    font-size: 18px;
    color: #47495a;
    margin-bottom: 20px;
    list-style-type: none;
}

.slider-pricing-list ul li i {
    color: #09ebaf;
    margin-right: 15px;
    font-weight:900;
}

.fa-check:before {
    content: "\f00c";
}

.pt-120{
    padding-top: 120px;
}

.single-counter::before {
    content: "";
    position: absolute;
    right: 0;
    top: 33px;
    height: 80px;
    width: 1px;
    background: #09eaae;
}

.counter-icon{
    font-size: 48px;
    line-height: 1;
    color: #09ebaf;
    margin-bottom: 10px;
}

.counter-wrap span {
    font-size: 36px;
    font-weight: 600;
    color: #284151;
    font-family: 'Poppins', sans-serif;
    line-height: 1;
}

.single-counter p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1;
}

.counter-border.pb-90 {
    border-bottom: 1px solid #c8cacf;
}
.pb-90 {
    padding-bottom: 90px;
}

.pb-120 {
    padding-bottom: 90px;
}

.five-single-features.active {
    background: #f2fefb;
}

.five-single-features {
    background: #f2f6fd;
    border-radius: 5px;
    padding: 60px 30px;
    transition: .5s linear;
}

.five-features-icon{
    margin-bottom: 30px;
}

.five-features-content h5 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.3;
}

.five-features-content p{
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #6b7c93;
}

.domain-area{
    margin-bottom: -135px;
    background: #fff;
    box-shadow: 0px 0px 161px 0px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    position: relative;
    z-index: 9;
    padding-top: 30px;
    padding-bottom:30px;
}

.domain-area h2{
    font-family: 'Poppins', sans-serif;
    color: #47495a;
    margin-top: 0px;
    font-style: normal;
    font-weight: 700;

}

.pricing-area.f-pricing-bg {
    background: #003ab8;
    padding-top: 250px;
    padding-bottom: 90px;
}

.white-title h2, .white-title p {
    color: #fff;
}

.section-title{
    padding-bottom: 50px;
}

.section-title h2 {
    font-size: 36px;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.section-title p {
    margin-bottom: 0;
    font-size: 18px;
}

.f-pricing-box:hover {
    background: #fff;
    border-radius: 5px;
}

.f-pricing-box.active {
    background: #fff;
    border-radius: 5px;
}

.f-pricing-head h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    margin-bottom: 17px;
    transition: .3s linear;
}

.f-pricing-box.active .f-pricing-head h4 {
    color: #47495a;
}

.f-pricing-box:hover .f-pricing-head h4 {
    color: #47495a;
}


.f-pricing-box {
    padding: 50px;
    transition: .3s linear;
}

.f-pricing-box:hover .f-pricing-head p {
    color: #47495a;
}

.f-pricing-box.active .f-pricing-head p {
    color: #47495a;
}

.f-pricing-head p {
    color: #fff;
    margin-bottom: 0;
    transition: .3s linear;
    line-height: 1.8rem;
    margin-top: 15px;
    margin-bottom: 15px;
}

.f-pricing-count h2 {
    color: #fff;
    border-bottom: none;
    margin-bottom: 0;
    transition: .3s linear;
    font-family: 'Lato', sans-serif;
    font-size: 40px;
    font-weight: 900;
}

.f-pricing-box:hover .f-pricing-count h2 {
    color: #3056bc;
}

.f-pricing-box.active .f-pricing-count h2 {
    color: #3056bc;
}

.f-pricing-count h2 span {
    font-size: 14px;
    font-weight: 400;
}

.hplan-btn .btn {
    background: #0eebb1;
    font-size: 16px;
    padding: 15px 35px;
    border-radius: 5px;
    box-shadow: none;
    transition: .3s linear;
}

.f-pricing-box:hover .f-pricing-count h2 span {
    color: #b7bfca;
}

.f-pricing-box.active .f-pricing-count h2 span {
    color: #b7bfca;
}

.pt-110 {
    padding: 110px 0px; 
}

.succeed-img img{
    width:80%;
}

.cta-gradient-bg {
    background-image: -moz-linear-gradient( bottom, rgb(0,71,198) 0%, rgb(0,29,153) 100%);
    background-image: -webkit-linear-gradient( bottom, rgb(0,71,198) 0%, rgb(0,29,153) 100%);
    background-image: -ms-linear-gradient( bottom, rgb(0,71,198) 0%, rgb(0,29,153) 100%);
}

.pt-100 {
    padding: 50px 0px;
}

.cta-content h2 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
}

.cta-btn{
    item-align: right;
}

/* Footer */

.footer-bg {
	background: #0a0d35;
}

.pt-70 {
    padding-top: 70px;
}

.black-bg {
    background: #06092b;
    padding-bottom: 20px;
    padding-top: 10px;
}

.footer-text p {
	margin-bottom: 0;
	color: #8e9da8;
}
.fw-title h4 {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 25px;
}

.fw-link ul{
    padding-inline-start: 0px;
}

.fw-link ul li {
	margin-bottom: 10px;
	list-style-type: none;
}
.fw-link ul li:last-child {
	margin-bottom: 0px;
}
.fw-link ul li a {
	display: block;
	color: #8e9da8;
	font-size: 14px;
}
.fw-link ul li a:hover {
	color: #09ebaf;
}
.s-fw-link ul li a:hover {
	color: #a623f4;
}
.t-fw-link ul li a:hover {
	color: #fc5155;
}
.f-fw-link ul li a:hover {
	color: #6ace26;
}
.f-newsletter input {
	background: transparent;
	padding: 13px 20px;
	width: 100%;
	border: 1px solid #8e9da8;
	border-radius: 5px;
	color: #fff;
}
.f-newsletter input::placeholder {
	font-size: 14px;
	font-weight: 300;
	color: #8e9da8;
	font-style: italic;
}
.f-newsletter button {
	position: absolute;
	top: 40%;
	transform: translateY(-90%);
	right: 20px;
	border: none;
	background: none;
	font-size: 24px;
	color: #09ebaf;
	padding: 0;
	line-height: 1;
	cursor: pointer;
	padding-right: 20px;
}
.sf-newsletter button {
	background: -webkit-linear-gradient(to right,  #A722F4 0%, #7A5CFF 100%);
	background: linear-gradient(to right,  #A722F4 0%, #7A5CFF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.tf-newsletter button {
	color: #fc5155;
}
.four-f-newsletter button {
	color: #6ace26;
}
.footer-social a {
	display: inline-block;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	background: #fff;
	border-radius: 50%;
	font-size: 14px;
	color: #09ebaf;
	margin-right: 10px;
	margin-top: 20px;
}
.s-footer-social a {
	color: #A722F4;
}
.t-footer-social a {
	color: #fc5155;
}
.f-footer-social a {
	color: #6ace26;
}
.footer-social a:hover {
	background: #09ebaf;
	color: #fff;
}
.s-footer-social a:hover {
	background: #A722F4;
	color: #fff;
}
.t-footer-social a:hover {
	background: #fc5155;
	color: #fff;
}
.f-footer-social a:hover {
	background: #6ace26;
	color: #fff;
}
.s-footer-bg.pt-200 {
	padding-top: 225px;
}
.copyright-text p {
	margin-bottom: 0;
	font-size: 14px;
	color: #c5dadc;
	line-height: 1;
}
.copyright-credit p {
	margin-bottom: 0;
	text-align: right;
	color: #c5dadc;
	font-size: 14px;
	line-height: 1;
}
.copyright-credit p a {
	font-weight: 700;
	color: #c5dadc;
}
.copyright-credit p a:hover {
	color: #09ebaf;
}

/* Other Page */

.breadcrumb-area{
    background-image: url(../img/breadcrumb_bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 150px 0px;
}

.breadcrumb-wrap h2 {
    font-size: 60px;
    color: #fff;
    margin-bottom: 35px;
}

.breadcrumb-wrap p {
    font-size: 24px;
    margin-bottom: 0;
    color: #fff;
}

.single-hplan {
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    padding: 50px 70px;
}

.hplan-head span {
    font-size: 18px;
    font-weight: 900;
    color: #47495a;
    display: block;
    margin-bottom: 10px;
}

.hplan-head h3 {
    font-size: 48px;
    color: #3056bc;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    padding-bottom: 25px;
    border-bottom: 1px solid #d1d6dd;
    margin-bottom: 25px;
}

.hplan-head h3 small {
    font-size: 14px;
    font-weight: 400;
    color: #6b7c93;
}

.hplan-body span {
    font-size: 16px;
    font-weight: 900;
    color: #47495a;
    display: block;
    margin-bottom: 40px;
}

img {
    vertical-align: middle;
    border-style: none;
}

.hplan-btn .btn {
    background: #0eebb1;
    font-size: 16px;
    padding: 15px 35px;
    border-radius: 5px;
    box-shadow: none;
    transition: .3s linear;
}

.gray-bg {
    background: #edf4f8;
}

.section-title h2 {
    font-size: 36px;
    margin-bottom: 25px;
    text-transform: capitalize;
}

section-title p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 30px;
    color: #6b7c93;
}

.features-content h5 {
    font-size: 18px;
    font-weight: 600;
    color: #284151;
    margin: 10px 0px;
}

.features-content p {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 24px;
}

.pb-120 {
    padding: 90px 0px;
}

.single-features{
    text-align: center;
}

.support-bg {
    background-image: -moz-linear-gradient( right, rgb(81,148,219) 0%, rgb(26,35,122) 49%, rgb(44,19,92) 100%);
    background-image: -webkit-linear-gradient( right, rgb(81,148,219) 0%, rgb(26,35,122) 49%, rgb(44,19,92) 100%);
    background-image: -ms-linear-gradient( right, rgb(81,148,219) 0%, rgb(26,35,122) 49%, rgb(44,19,92) 100%);
}

.expert-support-content h2 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 30px;
}

.expert-support-content p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
}

.expert-support-btn .btn {
    font-size: 14px;
    padding: 18px 43px;
}

.expert-support-img img{
    width: 100%;
}

.pt-150 {
    padding: 90px 0px;
}

.section-title h2 {
    font-size: 36px;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.section-title p{
    font-weight: normal;
    line-height: 30px;
    color: #6b7c93;
    font-size: 18px;
}

.t-testimonial-content {
    background: #fff;
    padding: 45px 50px;
    box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
}

.t-testimonial-content p {
    font-size: 19px;
    color: #47495a;
    margin-bottom: 0;
    line-height: 1.5;
    font-style: italic;
}

.t-avatar-info h5 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.t-avatar-info span {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

element.style {
    opacity: 1;
    width: 4290px;
    transform: translate3d(-1170px, 0px, 0px);
}
.t-testimonial-active .slick-track {
    padding-top: 75px;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.t-testi-avatar {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.pt-145{
    padding: 90px 0px;
}

.shosting-breadcrumb-list ul{
    
}

.shosting-breadcrumb-list ul{
    padding-inline-start: 0px;
    list-style-type: none;
}

.shosting-breadcrumb-list ul li {
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
}

.shosting-breadcrumb-list ul li i {
    color: #6ace26;
    margin-right: 15px;
    font-size: 24;
    font-weight: 900;
}

.single-ufeatures{
    margin-bottom: 30px;
}

.ufeatures-content h5{
    margin-top: 15px;
}



@media screen and (max-width: 480px){
    .slider-area{
        padding: 100px 0;
    }
    
    .slider-content h2{
        font-size: 35px;
        font-weight: 800;
    }
    
    .slider-content p{
        font-size: 16px;
    }
    
    .pt-120{
    padding-top: 80px;
   }
   
   .pb-90{
       padding-bottom: 50px;
   }
   
   .pb-120 {
    padding-bottom: 80px;
   }
    
    .single-counter{
        margin-bottom: 50px;
    }
    
    .five-single-features{
        margin-bottom: 20px;
    }
    
    .do-btn {
    background: #0eebb1;
    font-size: 14px;
    font-weight: 600;
    padding: 25px 15px;
    border-radius: 5px;
    box-shadow: none;
    transition: .3s linear;
   }

    
    .f-pricing-box{
        margin-bottom: 30px;
    }
    
    .f-newsletter button {
	position: absolute;
	top: 40%;
	transform: translateY(-10%);
    }
    
    .succeed-img img{
    width:100%;
}

.cta-area{
    text-align: center;
}

.cta-btn{
    padding: 15px 35px;
}

.expert-support-img img{
    margin-top: 30px;
}

.t-testi-avatar{
    margin-bottom:20px;
}
}