/*
  Theme Name: Name - Multipurpose HTML Template
  Author: mdsalim400@gmail.com
  Support: admin@gmail.com
  Description: Creative  HTML5 template.
  Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. slider
4. about-area
5. features-box
6. department
7. team
8. video-area
9. counter
10. footer
*/



/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Rubik:wght@300;400;500;600;700;800&display=swap');
body {
	font-family: 'Rubik', sans-serif;
	font-weight: normal;
	font-style: normal;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #FFF;
	text-decoration: none;
}
a,
button {
	color: #fff;
	outline: medium none;
}
button:focus,input:focus,input:focus,textarea,textarea:focus{outline: 0}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	color: #000c35;
	margin-top: 0px;
	font-style: normal;
	font-weight: 400;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 500;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	color: #7d859f;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2
}
/* button style */

.btn {
	-moz-user-select: none;
	background: #1696e7 none repeat scroll 0 0;
	border: medium none;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 0;
	padding: 13px 25px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
}
.breadcrumb > .active {
	color: #888;
}
.owl-carousel .owl-nav div {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
	height: 40px;
	left: 20px;
	line-height: 40px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 40px;
}
.owl-carousel .owl-nav div.owl-next {
	left: auto;
	right: 20px;
}
.owl-carousel:hover .owl-nav div {
	opacity: 1;
	visibility: visible;
}
.owl-carousel .owl-nav div:hover {
	background: #2B96CC;
	color: #fff
}

/* scrollUp */
#scrollUp {
    background: #5D28FA;
    height: 50px;
    width: 40px;
    right: 30px;
    bottom: 77px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 5px;
    font-size: 20px;
    line-height: 50px;
}

#scrollUp:hover {
	transform: translateY(-5px);
}


/* header area start */

.transparent-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}

.main-menu ul {
    display: flex;
}
.main-menu ul li {
    margin: 0 20px;
}
.main-menu ul li a {
    font-size: 14px;
    color: #fff;
    display: block;
}

.p-btn {
    background: #002bb7;
    color: #fff;
    padding: 20px 40px;
    font-size: 14px;
    display: inline-block;
    border-radius: 40px;
    text-transform: uppercase;
}

.key-btn a i {
	margin-right: 8px;
}

.search i {
    font-size: 16px;
    color: #fff;
}

/* header area end */

/* slider section start */

.slider-area {
    height: 950px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.slider-content span {
    font-size: 14px;
    color: #fff;
}

.slider-content h1 {
    font-size: 80px;
    color: #fff;
    font-weight: 600;
    line-height: 90px;
    margin: 25px 0 20px;
}

.learn-btn {
    background: transparent;
    border: 1px solid #926bfa;
}

.slider-btn a {
    margin: 0 5px;
}

/* slider section end */

/* plan search area start */

.plan-search-area {
    margin-top: -411px;
}

.hosting-img img {
    max-width: 100%;
}

.search-form input {
    padding: 30px 55px;
    border: 1px solid #ddd;
    border-radius: 70px;
    width: 600px;
    font-size: 16px;
    color: #7d859f;
}

.selection select {
    border: none;
    outline: 0;
    width: 60px;
}

.search-btn > .p-btn {
    background: #002bb7;
    color: #fff;
    padding: 20px 70px;
    font-size: 16px;
    display: inline-block;
    border-radius: 40px;
    text-transform: capitalize;
}

.search-btn a i {
    margin-right: 5px;
}

.search-form div {
    position: absolute;
    top: 10px;
    right: -65px;
}

.search-form div.selection {
    right: 175px;
    top: 32px;
}

.search-form .p-btn {
	box-shadow: 5px 8.66px 20px 0px rgba( 0, 43, 183, 0.6 );
}

.plan-btn > .p-btn {
    background: transparent;
    color: #7d859f;
    padding: 15px 25px;
    display: inline-block;
    border-radius: 40px;
    text-transform: lowercase;
    border: 1px solid #dbdcff;
	transition: all 0.3s ease;
	margin: 0 12px;
}

.plan-btn a span {
	color: #002bb7;
	font-weight: 500;
}

.plan-btn > a:hover {
	background: #002bb7;
	border: 1px solid #002bb7;
	color: #fff;
}

.plan-btn > a:hover span {
	color: #fff;
}

/* plan search area end */

/* Service area start */

.section-title h2 {
    font-size: 60px;
    font-weight: 600;
    line-height: 90px;
    margin: 0;
}

.section-title p {
    width: 470px;
    margin: 0 auto;
}

.section-title-btn a {
    background: transparent;
    border: 1px solid #dbdcff;
    color: #7d859f;
}

.single-service {
    padding: 30px;
}

.single-service h3 {
    font-size: 30px;
    line-height: 26px;
    font-weight: 600;
    margin: 30px 0 25px;
}

.service-arrow-btn .p-btn {
    background: #f0f4ff;
    color: #7d859f;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 100%;
	padding: 0;
	margin-top: 15px;
	transition: all 0.3s ease;
}

.service-arrow-btn .p-btn:hover {
	background: #002bb7;
	color: #fff;
}

/* service area end */

/* price area start */

.single-price {
    padding: 80px 70px;
    background: #fff;
}

.price-img img {
    margin-left: 25px;
}

.single-price h3 {
    font-weight: 600;
    margin: 15px 0 40px;
}

.price span {
    font-size: 70px;
    font-weight: 600;
    font-family: 'Poppins';
	color: #002bb7;
}

.single-price a {
    font-weight: 600;
    text-transform: capitalize;
    color: #000c35;
    background: #fff;
    border: 1px solid #dbdcff;
	transition: all 0.3s ease;
}

.single-price:hover > a{
	background: #002bb7;
	color: #fff;
}

.price-details {
    background: #fff;
    padding: 15px;
    border-radius: 40px;
}

.price-details p {
    margin: 0;
}

.price-details a {
    color: #002bb7;
	transition: all 0.3s ease;
}

.price-details a:hover {
    text-decoration: underline;
}
/* price area end */

/* FAQ/Feature area start */

.faq-img img {
    max-width: 100%;
}

.faq-content span {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.faq-content h2 {
    font-size: 44px;
    font-weight: 600;
    color: #fff;
    margin: 25px 0 20px;
}

.faq-content p {
    font-size: 20px;
    color: #fff;
}

.card {
	margin-bottom: 20px;
    background: transparent;
    border: 1px solid #9178df;
}

.card-header {
    padding: 0;
    background-color: transparent; 
	border-bottom: none;
}

.faq-content .btn-link {
    background: transparent;
    padding: 20px 30px;
    width: 100%;
    text-align: left;
	text-decoration: none;
	position: relative;
	margin-left: 50px;
}

 .faq-content .btn-link.collapsed::before, .faq-content .btn-link::before {
	font-family: 'Font Awesome 5 Free';
    content: '\f06e';
    color: #fff;
    position: absolute;
    left: 30px;
    font-size: 16px;
    top: 19px;
	margin-left: -50px;
}

.faq-content .btn-link::before {
    content: '\f070';
} 

.card .btn:hover {
    color: #fff;
}

.card-body {
    color: #fff;
}

/* FAQ/Feature area end */

/* choose area start */

.single-choose {
    padding: 0 60px;
}

.choose-img img {
    margin-bottom: 40px;
}

.single-choose span {
    width: 60px;
    height: 60px;
    border: 1px solid #eff0ff;
    display: inline-block;
    line-height: 60px;
    border-radius: 50%;
	color: #002bb7;
	background-color: #fff;
}

.single-choose:hover > span {
	background: #002bb7;
	color: #fff;
}

.single-choose h4 {
    font-size: 30px;
    font-weight: 600;
    margin: 35px 0 20px;
}

/* .choose-line {
    width: 62%;
    margin: -223px 0 0 230px;
    height: 1px;
    background: #000;
    z-index: -99999;
} */

.choose-area {
	position: relative;
}

.choose-line {
    width: 64%;
    height: 1px;
    background: #eeefff;
    z-index: -99999;
    position: absolute;
    top: 66%;
    left: 18%;
}
/* choose area end */

/* testimonial area start */

.testimonial-area .section-title h2, .testimonial-area .section-title p {
	color: #fff;
}
.single-testimonial {
    padding: 40px;
    background: #fff;
}

.rating i {
    font-size: 12px;
    color: #ff921e;
}

.category span {
    font-size: 18px;
    font-weight: 500;
    color: #002bb7;
}

.author-info h6 {
    font-size: 16px;
    font-weight: 500;
    color: #000c35;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 5px;
}

.author-info span {
    color: #002bb7;
    font-size: 14px;
}

.testimonial-active button {
    background: #5c33d4;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
	transition: all 0.3s ease;
    position: absolute;
    top: -170px;
    right: 15px;
	cursor: pointer;
}

.testimonial-active button.slick-prev {
    right: 90px;
}

.testimonial-active button i {
    color: #fff;
	font-size: 16px;
}

.testimonial-active button:hover {
	background: #fff;
	color: #000;
}

.testimonial-active button:hover > i {
	color: #000;
}

/* testimonial area end */

/* feed area start */

.feed-img img {
    max-width: 100%;
}

.author h5 {
    font-size: 14px;
    font-weight: 600;
    color: #002bb7;
    font-family: 'Rubik';
    margin: 0 10px;
}

.date span {
    color: #7d859f;
    font-family: 'Rubik';
}

.date span i {
    color: #7d859f;
	margin-right: 10px;
}

.feed-content {
    padding: 0 22px;
}

.feed-content h4 {
    font-size: 24px;
    font-weight: 600;
    margin: 25px 0 20px;
}

/* feed area end */

/* client area start */

.brand-area::before {
    content: '';
    border-radius: 50%;
    background-color: #c5c9ff;
    width: 85%;
    height: 3px;
    margin: auto;
    display: block;
}

.slick-slide img {
    margin: auto;
}

/* client area end */

/* footer area start */

/* footer top area */
.footer-top {
    border-bottom: 1px solid #37477c;
}

.sign-up p {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.sign-up h3 {
    font-size: 36px;
    color: #fff;
    font-weight: 600;
}

.plan-content p {
    font-size: 18px;
    color: #fff;
}

.plan-content h5 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.plan-content span {
    font-size: 36px;
}

.footer-plan-btn a.p-btn {
    padding: 20px 60px;
    text-transform: capitalize;
}

.footer-widget-content {
    background: #000f44;
    padding: 50px;
}

.contact-info ul li {
    color: #9da7c9;
    font-size: 14px;
    margin-bottom: 15px;
}

.contact-info ul li i {
    margin-right: 10px;
    margin-top: 5px;
    float: left;
}

.contact-info ul li span {
    overflow: hidden;
    display: block;
}

.single-widget h5 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin: 25px 0 35px;
    position: relative;
}

.single-widget h5::before {
    content: '';
    width: 60px;
    height: 2px;
    background: #3500b5;
    position: absolute;
    top: -25px;
}

.single-widget ul li {
    margin-bottom: 15px;
}

.single-widget ul li a {
    font-size: 14px;
    color: #9da7c9;
}

.social-area {
    background: #3400c1;
    text-align: center;
    padding: 30px;
}

.social-area a {
    font-size: 14px;
    margin: 0 15px;
    color: #fff;
}

.footer-widget-line {
    width: 100%;
    height: 1px;
    background: #37477c;
    margin-top: 60px;
}

.refer-area {
    margin-top: 15px;
}

.refer-btn a.p-btn {
    background: #f07d34;
    padding: 25px 50px;
    text-transform: capitalize;
}

.refer-btn a i {
    margin-right: 10px;
}

/* footer area end */